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

Template Name: Axten - Business & Multipurpose HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Hanken
Main Color   : #FF014F

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

[Typography]

Body copy:    15px 'Hanken', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Hanken', sans-serif
Sidebar heading:  22px 'Hanken', sans-serif

>>> TABLE OF CONTENTS:
=======================

    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    04. Banner
        - Banner Slider
        - Banner Regular
		- Banner Animation
    05. Services
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Service Single
	06. About
        - Version One
        - Version Two
        - Version Three
        - Version Four
    07. Project
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Project Single
    08. Why Choose Us
    09. Team
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Team Single
    10. Testimonials
		- Version One
        - Version Two
        - Version Three
        - Version Four
    11. Why Choose Us
    12. Faq
    13. Progress
    14. Brand / Partner
    15. Feature
    16. What We Offer
    17. Pricing
		- Version One
        - Version Two
        - Version Three
    18. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Forum&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&amp;display=swap");

/* Varialbes */
:root {
    --font-default: "Hanken Grotesk", sans-serif;
    --font-style-two: "Manrope", sans-serif;
    --font-style-three: "Forum", serif;
    --font-style-four: "Orbitron", sans-serif;
    --fontawesome: "Font Awesome 6 Pro";
    --black: #000000;
    --dark: #01273b;
    --dark-secondary: #0e0e0e;
    --dark-optional: #20232b;
    --white: #ffffff;
    --white-secondary: #d8e3f0;
    --color-primary: #1e8181;
    --color-secondary: #004e50;
    --color-style-two: #4b4be5;
    --color-style-three: #4b8fe5;
    --color-style-four: #ffd5c4;
    --color-style-five: #cdfe7d;
    --color-style-six: #c19878;
    --color-style-seven: #ff4968;
    --color-style-eight: #e3572b;
    --color-style-nine: #ed1d24;
    --color-style-ten: #ffd012;
    --color-heading: #04000b;
    --color-paragraph: #666666;
    --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #e1f2f2;
    --bg-gray-secondary: #f1f3f5;
    --bg-gradient: linear-gradient(
        45deg,
        var(--color-primary) 0%,
        var(--color-secondary) 50%
    );
    --bg-gradient-seven: linear-gradient(
        45deg,
        var(--color-style-seven) 0%,
        #fa9c43 100%
    );
}

/* ==============================================================
     # Reset Browsers
=================================================================== */

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

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1;
}

.color-style-two a:hover {
    color: var(--color-style-two);
}

.text-light.color-style-two a:hover {
    color: var(--white-secondary);
}

.color-style-five a:hover {
    color: #8cc82c;
}

.color-style-six a:hover {
    color: var(--color-style-six);
}

.color-style-six.text-light a:hover {
    color: var(--white-secondary);
}

.color-style-eight a:hover {
    color: var(--color-style-eight);
}

.color-style-eight.text-light a:hover {
    color: var(--white-secondary);
}

.secondary a:hover {
    color: var(--color-optional);
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    height: 1px;
    opacity: 1;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

.row {
    --bs-gutter-x: 30px;
}

@media (min-width: 1024px) {
    .gutter-xl {
        --bs-gutter-x: 80px;
    }
}

@media (min-width: 1024px) {
    .gutter-md {
        --bs-gutter-x: 50px;
    }
}

/* ==============================================================
    # Template Default Styles
=================================================================== */

body {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

body.font-style-two {
    font-family: var(--font-style-two);
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.font-style-three h1,
.font-style-three h2,
.font-style-three h3 {
    font-family: var(--font-style-three);
    font-weight: 400;
}

.font-style-four h1,
.font-style-four h2,
.font-style-four h3,
.font-style-four h4,
.font-style-four h5,
.font-style-four h6 {
    font-family: var(--font-style-four);
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 20px;
}

a,
.btn,
button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 600;
}

p {
    color: var(--color-paragraph);
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 400;
}

/* ==============================================================
    # Helper CSS
=================================================================== */

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1600px;
        width: 100%;
    }

    .box-layout {
        width: 94%;
        margin: auto;
        border-radius: 30px;
    }
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .container-fill {
        padding: 0 15px;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .container-stage {
        margin-left: calc((100% - 1410px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .container-stage-reverse {
        margin-right: calc((100% - 1410px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        --bs-gutter-x: 1.5rem;
    }
}

.item-center {
    display: flex;
    align-items: center;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fit {
    background-size: 100% 100% !important;
    background-position: center !important;
}

.bg-gray {
    background: var(--bg-gray);
}

.bg-dark .bg-gray {
    background: var(--dark-secondary);
}

.bg-dark-secondary .bg-gray {
    background: var(--dark-optional);
}

.bg-gray-secondary {
    background: var(--bg-gray-secondary);
}

.bg-light {
    background-color: var(--white) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.color-style-five .bg-dark,
.color-style-five.bg-dark {
    background-color: var(--dark-optional) !important;
}

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

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

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

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

.color-style-two .bg-theme {
    background-color: var(--color-style-two);
}

.color-style-six .bg-theme {
    background-color: var(--color-style-six);
}

.color-style-eight .bg-theme {
    background-color: var(--color-style-eight);
}

.bg-gradient {
    background-color: var(--color-primary);
    background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
    background-color: var(--color-optional);
    background: var(--bg-gradient-reverse) !important;
}

.text-light {
    color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
    color: var(--white);
}

.text-light {
    color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
    color: var(--white);
}

.bg-dark p,
.bg-dark-secondary p,
.bg-dark-optional p {
    color: var(--white-secondary);
}

.shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.shadow.dark {
    position: relative;
    z-index: 1;
}

.shadow.dark:after {
    background: var(--black);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
    position: relative;
    z-index: 1;
}

.shadow.dark-hard:after {
    background: var(--black);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.theme {
    position: relative;
    z-index: 1;
}

.shadow.theme:after {
    background: var(--color-primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.light {
    position: relative;
    z-index: 1;
}

.shadow.light:after {
    background: var(--white) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow-dark-left {
    position: relative;
    z-index: 1;
}

.shadow-dark-left::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 70%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--black) 70%) repeat
        scroll 0 0;
    z-index: -1;
    opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
    .default-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.default-padding-big {
    padding: 250px 0;
}

@media only screen and (max-width: 767px) {
    .default-padding-big {
        padding: 70px 0;
    }
}

.default-padding-top {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .default-padding-top {
        padding-top: 70px;
    }
}

.default-padding-bottom {
    padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
    .default-padding-bottom {
        padding-bottom: 70px;
    }
}

.default-padding.bottom-less {
    padding-top: 150px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .default-padding.bottom-less {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .default-padding-bottom.bottom-less {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .default-padding-top.bottom-less {
        margin-bottom: -30px;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.border-top {
    border-top: 1px solid #e7e7e7;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.heading {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}

.heading span {
    font-weight: 400;
}

.site-heading {
    margin-bottom: 60px;
}

.site-heading strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.title {
    font-weight: 600;
    font-size: 52px;
    margin-top: -10px;
    line-height: 1.2;
    display: block;
    letter-spacing: 0;
    color: var(--color-heading);
    margin-bottom: 15px;
}

.text-light .title {
    color: var(--white);
}

.font-style-three .title {
    font-size: 65px;
    line-height: 1;
    font-family: var(--font-style-three);
    font-weight: 400;
}

@media (max-width: 767px) {
    .title {
        font-size: 36px;
        margin-top: 0;
    }

    .font-style-three .title {
        font-size: 36px;
        line-height: 1.1;
    }
}

.bg-dark .title {
    color: var(--white);
}

.site-heading .title {
    margin-bottom: 0;
}

.bg-dark .site-heading .title {
    color: var(--white);
}

.bg-theme .site-heading .title,
.bg-gradient .site-heading .title {
    color: var(--color-heading);
}

.sub-title {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 22px;
    line-height: 1.2;
    color: var(--color-heading);
}

.text-center .sub-title {
    margin-bottom: 25px;
}

.sub-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 8px;
    width: 8px;
    background: var(--color-primary);
    z-index: -1;
    margin-top: 2px;
}

.color-style-two .sub-title::after {
    background: var(--color-style-two);
}

.color-style-five .sub-title::after {
    background: var(--color-style-five);
}

.color-style-eight .sub-title::after {
    background: var(--color-style-eight);
}

.color-style-six .sub-title::after {
    background: var(--color-style-six);
}

.bg-gradient .sub-title::after,
.bg-theme .sub-title::after {
    background: var(--dark);
}

.sub-title::before {
    position: absolute;
    left: 7px;
    top: 50%;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--color-primary);
    transform: translateY(-50%);
    opacity: 0.6;
    margin-top: -5px;
}

.color-style-two .sub-title::before {
    background: #ababf5;
}

.color-style-eight .sub-title::before {
    background: var(--color-style-eight);
}

.color-style-six .sub-title::before {
    background: var(--color-style-six);
}

.color-style-five .sub-title::before {
    background: var(--color-style-five);
    opacity: 0.6;
}

.bg-gradient .sub-title::before,
.bg-theme .sub-title::before {
    background: var(--dark);
    opacity: 0.4;
}

@media (max-width: 767px) {
    .sub-title {
        margin-bottom: 15px;
    }

    .text-center .sub-title {
        margin-bottom: 15px;
    }
}

.site-heading p {
    margin-bottom: 0;
    margin-top: 25px;
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    position: relative;
    z-index: 1;
    left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
    background: var(--white);
}

@media (max-width: 767px) {
    .site-heading p {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-heading {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.heading-left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.heading-left .title {
    margin-bottom: 0;
}

.heading-left .heading {
    font-weight: 600;
    margin-bottom: 0;
}

.heading-left .sub-title {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-left .heading {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .heading-left .heading {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.heading-left p {
    margin-bottom: 0;
}

.heading-left .btn {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .heading-left {
        margin-bottom: 30px;
    }
}

.sub-heading {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 600;
    background: var(--bg-gradient-reverse);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.shadow .sub-heading {
    -webkit-text-fill-color: var(--white);
    font-weight: 600;
}

.bg-gradient .sub-heading {
    color: var(--white);
    background: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
    -webkit-text-fill-color: inherit;
    color: var(--white);
}

.site-heading.style-two .title {
    text-transform: uppercase;
}

.site-heading.style-two p {
    padding-left: 30%;
}

.site-heading.text-left p {
    padding-left: 0;
}

.split-text {
    overflow: hidden;
    position: relative;
}

.split-text .line {
    overflow: hidden;
    display: none;
    padding-bottom: 5px;
}

html.lenis,
html.lenis body {
    height: auto;
}

.smooth-content {
    position: relative;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.text-scroll-animation .text {
    color: rgb(0, 0, 0, 0.3);
    background: linear-gradient(
            to right,
            var(--color-heading),
            var(--color-heading)
        )
        no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.bg-dark .text-scroll-animation .text {
    color: rgb(255, 255, 255, 0.2);
    background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

@media (max-width: 1023px) {
    .text-scroll-animation .text {
        color: var(--color-heading);
    }
}

.scroll-slicer {
    overflow: hidden;
    position: relative;
}

.slicer-path-wrap {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slicer-path {
    height: 100%;
    flex-grow: 1;
    background: #ffffff;
}

.bg-dark .slicer-path {
    background: var(--dark);
}

.bg-dark-secondary .slicer-path {
    background: var(--dark-secondary);
}

.zoom-thumb {
    overflow: hidden;
}

.site-heading.style-three h2 {
    font-size: 160px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: -20px;
    margin-left: -10px;
}

.site-heading .d-flex img {
    max-width: max-content;
    height: 60px;
    margin-top: 10px;
}

.site-heading .d-flex {
    align-items: flex-start;
    gap: 25px;
    margin-top: 20px;
}

.site-heading .d-flex p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 20px;
}

/* ==============================================================
    # Button Styles
=================================================================== */
.btn {
    display: inline-block;
    padding: 13px 35px;
    background: var(--color-primary);
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    padding-top: 16px;
    color: var(--white);
    box-shadow: none !important;
    border: none;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
}

.color-style-four .btn {
    background: var(--color-style-four);
    color: var(--color-heading);
}

.color-style-five .btn {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.color-style-five .btn.btn-dark {
    background: var(--dark);
    color: var(--white);
}

.text-light.color-style-five .btn.btn-dark {
    background: var(--white);
    color: var(--color-heading);
}

.text-light.color-style-five .btn.btn-dark::after {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.color-style-five .btn.btn-dark::after {
    background: var(--color-style-five);
}

.color-style-five .btn.btn-dark:hover {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.color-style-six .btn {
    background: var(--color-style-six);
}

.color-style-two .btn:hover {
    color: var(--white);
}

.color-style-seven .btn {
    background: var(--color-style-seven);
}

.color-style-nine .btn {
    background: var(--color-style-nine);
}

.color-style-ten .btn {
    background: var(--color-style-ten);
    color: var(--color-heading);
}

.btn.circle {
    border-radius: 40px;
}

.color-style-two .btn {
    background: var(--color-style-two);
}

.btn.btn-dark {
    background: var(--dark);
}

.btn.light {
    background: var(--white);
    color: var(--color-heading);
}

.btn i {
    font-weight: 400;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.btn:hover {
    background: var(--dark);
    color: var(--white);
}

.btn.light:hover {
    background: var(--color-primary);
    color: var(--white);
}

.text-light .btn.light:hover {
    background: var(--color-primary);
    color: var(--white);
}

.btn-style-one svg {
    height: 14px;
    margin-left: 5px;
}

.btn-style-one:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: var(--color-primary);
    background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
    transition: all 0.3s ease;
}

.btn-style-one.btn-dark:after {
    background-color: var(--color-primary);
    background-image: linear-gradient(
        315deg,
        var(--color-primary) 0%,
        var(--color-primary) 74%
    );
}

a.btn-simple {
    text-transform: uppercase;
    color: var(--color-paragraph);
    display: inline-block;
}

.text-light a.btn-simple {
    color: var(--white) !important;
}

a.button-regular {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: 700;
}

a.button-regular i {
    font-weight: 600;
    position: relative;
    top: 2px;
    font-size: 15px;
}

a.button-regular:hover i::after {
    background: var(--color-primary);
}

a.btn-simple i {
    display: inline-block;
    font-weight: 300;
    transform: rotate(-45deg);
    font-size: 20px;
    position: relative;
    top: 2px;
}

a.btn-simple:hover {
    color: var(--color-primary);
}

.color-style-two a.btn-simple:hover {
    color: var(--color-style-two);
}

.color-style-six a.btn-simple:hover {
    color: var(--color-style-six);
}

.bg-dark a.btn-simple:hover {
    color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn {
    border-radius: 40px;
    padding: 13px 35px;
    color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn::after {
    background: var(--dark);
}

@media (min-width: 1024px) {
    .navbar.white.no-background .btn-style-one:after {
        background: var(--white);
    }

    .navbar.white.no-background .btn-style-one:hover {
        color: var(--color-heading) !important;
    }

    .navbar.navbar-box .attr-right .attr-nav li .btn::after {
        background: var(--white);
    }

    .navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
        background: var(--dark);
    }

    .text-light
        .navbar.navbar-box.sticked
        .attr-right
        .attr-nav
        li
        .btn::after {
        background: var(--white);
    }

    .text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
        color: var(--color-heading);
    }

    .navbar.navbar-box .attr-right .attr-nav li .btn:hover {
        color: var(--color-heading);
    }

    .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
        color: var(--white);
    }
}

.btn-style-one.white:after {
    background-color: var(--color-primary);
    background-image: linear-gradient(
        315deg,
        var(--color-primary) 0%,
        var(--color-primary) 74%
    );
}

.text-light .btn-style-one:after {
    background: var(--white);
}

.color-style-six .text-light .btn-style-one:after {
    background: var(--color-style-six);
}

.color-style-four.text-light .btn-style-one:after {
    background: #f8ad8f;
}

.color-style-five.text-light .btn-style-one:after {
    background: var(--white);
}

.color-style-five.text-light .btn-style-one:hover {
    color: var(--color-heading);
}

.color-style-four.text-light .btn-style-one:hover {
    color: var(--color-heading);
}

.text-light .btn-style-one.white:after {
    background-image: linear-gradient(
        315deg,
        var(--color-primary) 0%,
        var(--color-primary) 74%
    );
}

.bg-gradient .btn-style-one.white:after {
    background-image: linear-gradient(
        315deg,
        var(--dark-secondary) 0%,
        var(--dark-secondary) 74%
    );
}

.text-light .btn-style-one.secondary:hover {
    color: var(--color-heading);
}

.text-light .btn-style-one:hover {
    color: var(--color-heading);
}

.btn-style-one:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-style-one:hover {
    color: var(--white);
    background: transparent;
}

.btn.btn-border-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 13px 40px;
}

.navbar .btn.btn-border-light {
    border: 1px solid #cccccc;
    color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
    color: var(--white);
}

@media (min-width: 1024px) {
    .navbar.white.sticked .btn.btn-border-light {
        color: var(--color-heading);
    }

    .navbar.white.sticked .btn.btn-border-light:hover {
        color: var(--white);
    }

    .navbar.white.no-background .btn.btn-border-light {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}

.btn.btn-border-light:hover {
    border-color: var(--color-primary);
}

.btn.btn-border-light::after {
    background: var(--color-primary);
}

.btn-style-one.btn-border-theme {
    background: transparent;
    color: var(--color-heading);
    border: 2px solid var(--color-primary);
    padding: 13px 40px;
}

.btn-style-one.btn-border-theme::after {
    background-image: linear-gradient(
        315deg,
        var(--color-primary) 0%,
        var(--color-primary) 74%
    );
}

.btn-style-one.btn-border-theme:hover {
    color: var(--white);
}

.btn-style-one.btn-border {
    background: transparent;
    color: var(--color-heading);
    border: 1px solid #cccccc;
    padding: 13px 40px;
}

.color-style-two .btn-style-one.btn-border {
    border-color: #d7d7ff;
}

.btn-style-one.btn-border.btn-dark {
    border: 2px solid;
}

.btn-style-one.btn-border.btn-dark:hover {
    border-color: var(--dark);
}

.btn-style-one.btn-border.btn-dark::after {
    background-color: var(--dark);
}

.btn-style-one.btn-border::after {
    background: var(--color-primary);
}

.btn-style-one.btn-border:hover {
    color: var(--white);
    border-color: var(--color-primary);
}

/* Button Style Two */
.btn-style-two {
    display: inline-flex;
    background: var(--color-primary);
    color: var(--white);
    padding: 10px;
    border-radius: 8px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.color-style-nine .btn-style-two {
    background: var(--color-style-nine);
}

.btn-style-two.white {
    background: var(--white);
    color: var(--color-heading);
}

.btn-style-two.dark {
    background: var(--dark);
    color: var(--white);
}

.btn-style-two svg {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: var(--white);
    padding: 12px;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
}

.btn-style-two.white svg {
    background: var(--dark);
}

.btn-style-two:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: var(--white);
    background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
    transition: all 0.3s ease;
}

.btn-style-two.white:after {
    background: var(--color-primary);
}

.btn-style-two.dark:after {
    background: var(--color-primary);
}

.text-light .btn-style-two:after {
    background: var(--white);
}

.text-light .btn-style-two.white:after {
    background: var(--color-style-nine);
}

.btn-style-two:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-style-two:hover {
    color: var(--white);
}

.text-light .btn-style-two:hover {
    color: var(--color-heading);
}

.text-light .btn-style-two.white:hover {
    color: var(--white);
}

.btn-style-two svg path {
    transition: all 0.35s ease-in-out;
}

.btn-style-two:hover svg {
    background: var(--white);
}

.btn-style-two:hover svg path {
    stroke: var(--color-heading);
}

.text-light .btn-style-two:hover svg {
    background: var(--dark);
}

.text-light .btn-style-two.white:hover svg {
    background: var(--white);
}

.text-light .btn-style-two:hover svg path {
    stroke: var(--white);
}

.text-light .btn-style-two.white:hover svg path {
    stroke: var(--color-heading);
}

/* Button Style Three */
.btn-style-three {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
    color: var(--white) !important;
    border: none;
    background: transparent;
    box-shadow: none;
}

.btn-style-three.solid {
    gap: 2px;
}

.btn-style-three.theme:hover,
.btn-style-three.dark:hover {
    color: var(--white);
}

.btn-style-three .icon:first-child {
    position: absolute;
    transform: translateX(50px) scale(0.7);
}

.btn-style-three:hover .icon:first-child {
    transform: translateX(0px);
}

.btn-style-three.solid:hover .icon:first-child {
    transform: translateX(-2px);
}

.btn-style-three:hover span {
    transform: translateX(50px) scale(1);
}

.btn-style-three:hover .icon:last-child {
    transform: translateX(-50px) scale(0);
}

.navbar .attr-right .attr-nav li .btn-style-three {
    color: var(--white);
}

.navbar .attr-right .attr-nav li .btn-style-three.border-dark,
.navbar .attr-right .attr-nav li .btn-style-three.border-theme,
.navbar .attr-right .attr-nav li .btn-style-three.white {
    color: var(--color-heading);
}

.btn-style-three span {
    background: var(--color-primary);
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 9;
}

.color-style-two .btn-style-three span {
    background: var(--color-style-two);
}

.color-style-eight .btn-style-three span {
    background: var(--color-style-eight);
}

.btn-style-three.solid span {
    border-radius: 0;
}

.color-secondary .btn-style-three span {
    background: var(--color-secondary);
}

.color-style-seven .btn-style-three span {
    background: var(--color-style-seven);
}

.color-style-eight .btn-style-three span {
    background: var(--color-style-eight);
}

.btn-style-three.dark span {
    background: var(--dark);
}

.btn-style-three.border-dark span {
    background: transparent;
    border: 2px solid var(--dark);
    line-height: 48px;
}

.btn-style-three.border-white span {
    background: transparent;
    border: 2px solid var(--white);
    line-height: 48px;
}

.bg-dark .btn-style-three.border-white span {
    background: var(--dark);
}

.bg-theme .btn-style-three.border-white span {
    background: var(--color-primary);
}

.btn-style-three.border-theme span {
    background: transparent;
    border: 2px solid var(--color-primary);
    line-height: 48px;
}

.color-secondary .btn-style-three.border-theme span {
    border: 2px solid var(--color-secondary);
}

.btn-style-three.white span {
    background: var(--white);
    color: var(--color-heading);
}

.btn-style-three .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    text-align: center;
    background: var(--color-primary);
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-style-two .btn-style-three .icon {
    background: var(--color-style-two);
}

.color-style-seven .btn-style-three .icon {
    background: var(--color-style-seven);
}

.color-style-eight .btn-style-three .icon {
    background: var(--color-style-eight);
}

.btn-style-three.solid .icon {
    border-radius: 0;
    background: var(--dark);
}

.bg-dark .btn-style-three.solid .icon {
    background: var(--white);
}

.bg-dark .btn-style-three.solid .icon svg path {
    stroke: var(--color-heading);
}

.color-secondary .btn-style-three .icon {
    background: var(--color-secondary);
}

.color-secondary .btn-style-three.solid .icon {
    background: var(--dark);
}

.btn-style-three.dark .icon {
    background: var(--dark);
}

.btn-style-three.border-dark .icon {
    background: transparent;
    border: 2px solid var(--dark);
}

.btn-style-three.border-white .icon {
    background: transparent;
    border: 2px solid var(--white);
}

.btn-style-three.border-theme .icon {
    background: transparent;
    border: 2px solid var(--color-primary);
}

.color-secondary .btn-style-three.border-theme .icon {
    border: 2px solid var(--color-secondary);
}

.btn-style-three.white .icon {
    background: var(--white);
}

.text-light .btn-style-three.white .icon {
    background: var(--white);
}

.btn-style-three.white {
    color: var(--color-heading);
}

.bg-theme.text-light .btn-style-three.white .icon {
    background: var(--dark);
}

.banner-style-three.bg-theme.text-light .btn-style-three.white .icon {
    background: var(--white);
}

/* Button Larger Circle */
.btn-large-border {
    display: inline-flex;
    height: 180px;
    width: 180px;
    min-width: 180px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    color: var(--color-heading);
}

.color-style-six .btn-large-border {
    background: var(--color-style-six);
}

.btn-large-border:hover,
.text-light .btn-large-border:hover {
    color: var(--white) !important;
}

.bg-dark .btn-large-border,
.bg-dark-secondary .btn-large-border {
    color: var(--white);
}

.btn-large-border::after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: "";
    height: 100px;
    width: 100px;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.color-style-six .btn-large-border::after {
    background: var(--color-style-six);
}

.btn-large-border:hover::after {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.quick-contact-items .btn-large-border {
    margin-left: 50px;
}

.quick-contact-items p {
    margin: 0;
}

.btn-large-border::before {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    background: var(--white);
    border-radius: 50%;
    z-index: -1;
}

.bg-dark-secondary .btn-large-border::before {
    background: var(--dark-secondary);
}

/* ==============================================================
    # Video Play Button
=================================================================== */
.video-button {
    display: inline-block;
    position: relative;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: var(--color-primary);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    color: var(--white);
    text-align: center;
}

.color-style-two .video-button {
    background: var(--color-style-two);
}

.color-style-eight .video-button {
    background: var(--color-style-eight);
}

.video-button i {
    font-weight: 300;
    color: var(--white);
}

.video-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 105%;
    width: 105%;
    border: 1px solid var(--white);
    animation: pulse-border 3s linear infinite;
    border-radius: 50%;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* ==============================================================
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Zoom Animation */
.zoom-animation {
    -webkit-animation: zoom 2000ms ease-out infinite;
    animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

/* Spiner Animation */
.spiner-animation {
    -webkit-animation: spinner 20s infinite linear;
    animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* Spiner Animation */
.spiner-reverse-animation {
    -webkit-animation: spinnerReverse 20s infinite linear;
    animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes spinnerReverse {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation UpDown */
.updown-animation {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation Left Right */
.leftRight-animation {
    -webkit-animation: fadeLeftRight 10s ease-out infinite;
    animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@-webkit-keyframes fadeLeftRight {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

/* Animation Right Left */
.rightLeft-animation {
    -webkit-animation: fadeRightLeft 10s ease-out infinite;
    animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@-webkit-keyframes fadeRightLeft {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
    -webkit-animation: zoomUpDown 10s ease-out infinite;
    animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
    0%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes zoomUpDown {
    0%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* Animation Moving */
.moving-animation {
    -webkit-animation: moving 10s ease-out infinite;
    animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }

    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }

    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

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

@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }

    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }

    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

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

/* Animation Rotation */
@keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@-webkit-keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

/* Button Border Animation */
@-webkit-keyframes open {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100px;
        height: 0;
    }

    100% {
        width: 100px;
        height: 55px;
    }
}

@keyframes open {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100px;
        height: 0;
    }

    100% {
        width: 100px;
        height: 55px;
    }
}

@-webkit-keyframes openB {
    0% {
        width: 0px;
    }

    100% {
        width: 100px;
    }
}

@keyframes openB {
    0% {
        width: 0px;
    }

    100% {
        width: 100px;
    }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes infiniteMove {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes infiniteMove {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@-webkit-keyframes infiniteMove2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

@keyframes infiniteMove2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

/* ==============================================================
    # Back to top
=================================================================== */

.scrollToTop {
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
}

.scrollToTop .water {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: var(--color-primary);
}

.scrollToTop.active-progress {
    display: block !important;
}

.scrollToTop .arrowUp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading);
    font-size: 24px;
}

.scrollToTop .arrowUp i {
    font-size: 18px;
    font-weight: 400;
}

/* ==============================================================
    # Nice Select Styles
=================================================================== */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    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: 100%;
    margin-bottom: 15px;
}

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

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

.nice-select::after {
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: auto;
}

.nice-select.open ::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

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

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

.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: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    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;
    transform-origin: 50% 0;
    -webkit-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;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.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:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

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

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

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

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

.mfp-iframe-holder .mfp-close {
    color: transparent;
    background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    z-index: 1;
    display: block;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: var(--white);
}

/* ==============================================================
    # Topbar Styles
=================================================================== */

.top-bar-area {
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .align-center {
    align-items: center;
}

.top-bar-area.bg-dark,
.top-bar-area.bg-theme {
    color: var(--white);
    border: none;
}

.top-bar-area.bg-gray {
    border: none;
}

.top-bar-area ul.item-flex {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.top-bar-area ul.item-flex li a {
    font-weight: 500;
}

.top-bar-area ul.item-flex i,
.top-bar-area p i {
    margin-right: 6px;
    color: var(--color-primary);
}

.color-style-two .top-bar-area ul.item-flex i,
.color-style-two .top-bar-area p i {
    color: var(--color-style-two);
}

.color-style-eight .top-bar-area ul.item-flex i,
.color-style-eight .top-bar-area p i {
    color: var(--color-style-eight);
}

.top-bar-area.bg-dark ul.item-flex i,
.top-bar-area.bg-dark p i,
.top-bar-area.bg-theme ul.item-flex i {
    color: var(--white);
}

.top-bar-area .text-end ul.item-flex i {
    margin-right: 0;
    color: inherit;
}

.text-end .item-flex {
    justify-content: end;
}

.top-bar-area .social ul.item-flex {
    gap: 10px;
}

.top-bar-area .text-end .d-flex {
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.top-bar-area.bg-dark .social li a img,
.top-bar-area.bg-theme .social li a img {
    filter: brightness(0) invert(1);
}

.top-bar-area.bg-dark .social li a,
.top-bar-area.bg-theme .social li a {
    border-color: rgba(255, 255, 255, 0.3);
}

.top-bar-area.bg-dark .social li a:hover {
    border-color: var(--color-primary);
}

.top-bar-area.bg-gray li {
    color: var(--color-heading);
}

.top-bar-area p {
    margin-bottom: 0;
}

.top-bar-area.bg-dark p,
.top-bar-area.bg-theme p {
    color: var(--white);
}

@media (min-width: 1200px) {
    .top-bar-area.style-one {
        padding-right: 70px;
    }

    .top-bar-area .offset-xl-3 {
        padding-left: 25px;
    }
}

.top-bar-area .social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-area .social li a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #a8c5c5;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.top-bar-area .social li a img {
    height: 16px;
    transition: all 0.35s ease-in-out;
}

.top-bar-area .social li a:hover img {
    filter: brightness(1) invert(1);
}

.top-bar-area .social li a:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--white);
}

.top-bar-area.style-two {
    overflow: hidden;
}

.top-bar-area.style-two .social {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 40px;
}

.top-bar-area.style-two .social::after {
    position: absolute;
    left: 0;
    top: -30px;
    content: "";
    width: 600%;
    background: var(--color-primary);
    z-index: -1;
    height: 100px;
}

.dropdown.language-switcher button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--color-heading);
}

.bg-dark .dropdown.language-switcher button,
.bg-theme .dropdown.language-switcher button {
    color: var(--white);
}

.dropdown.language-switcher button img {
    height: 30px;
}

.dropdown.language-switcher button::after {
    display: none;
}

.dropdown.language-switcher button i {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.dropdown.language-switcher .dropdown-menu li a {
    color: var(--color-heading);
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 20px;
}

.dropdown.language-switcher .dropdown-menu {
    min-width: 200px;
    padding: 15px 10px;
    margin-top: 10px !important;
}

.top-bar-area.top-bar-style-two {
    overflow: hidden;
    padding: 0;
}

.top-bar-area.top-bar-style-two .social .item-flex {
    background: var(--color-primary);
    display: inline-flex;
    padding: 10px 40px;
}

.color-secondary .top-bar-area.top-bar-style-two .social .item-flex {
    background: var(--color-secondary);
}

.top-bar-area.light-bg {
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area.light-bg {
    padding: 10px 0;
}

.top-bar-area.light-bg .address-info i {
    color: var(--color-primary);
    font-weight: 300;
}

.top-bar-area.light-bg .social li a {
    border: 1px solid #dddddd;
}

.top-bar-area.light-bg .social li a img {
    filter: brightness(0);
}

.top-bar-area.light-bg .address-info li,
.top-bar-area.light-bg .address-info li a {
    color: var(--color-heading);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.top-bar-area .address-info i.fa-map-marker-alt {
    font-size: 20px;
}

/* ==============================================================
    # Banner Animaiton
=================================================================== */
.banner-animation-text strong {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
    opacity: 0;
    visibility: hidden;
}

.banner-animation-text h2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.banner-animation-text p,
.banner-animation-text ul {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}

.banner-animation-text .button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.banner-animation-text strong {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-animation-text h2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-animation-text p,
.banner-animation-text ul {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-animation-text .button {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-animation-text .swiper-slide.swiper-slide-active strong {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    opacity: 1;
    visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
    opacity: 1;
    visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active p,
.banner-animation-text .swiper-slide.swiper-slide-active ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
    opacity: 1;
    visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
    opacity: 1;
    visibility: visible;
}

/* ==============================================================
    # Banner Style One
=================================================================== */
.banner-style-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-style-one::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--white);
    z-index: -1;
}

.banner-one-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 65%;
    z-index: -1;
}

.banner-one-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.circle-text-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 200px !important;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    background: var(--bg-gray);
}

.circle-text-card .circle-text-item {
    font-size: 17px;
    color: var(--color-heading);
    font-weight: 500;
    height: 175px !important;
    width: 175px !important;
}

.circle-text-card .circle-text-item span {
    color: var(--color-heading);
}

.circle-text-item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-text-card img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-primary);
    border-radius: 50%;
}

.circle-text.style-one {
    animation: spinner 20s infinite linear;
    display: inline-block;
}

.banner-one-content-left {
    margin-top: 120px;
    background: var(--white);
    padding: 80px;
}

.banner-one-content-left h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--color-heading);
}

.banner-one-content-left .btn-style-two {
    margin-top: 5px;
}

.card-style-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.card-style-one > div {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.card-style-one > div:last-child {
    border: none;
}

@media (min-width: 1200px) {
    .banner-style-one .row:first-child .col-xl-6 {
        padding-right: 0;
    }

    .banner-style-one .row:nth-child(2) .col-xl-6 {
        padding-left: 0;
    }
}

.card-style-one .js-counter {
    display: block;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
}

.card-style-one strong {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.card-style-one p {
    margin: 0;
}

.circle-text-card a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 40px;
}

/* ==============================================================
    # Banner Style Two
=================================================================== */

.banner-style-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60px;
}

.banner-style-two,
.banner-style-two div {
    height: 100vh;
}

.banner-style-two .row div {
    height: auto;
}

.banner-style-two .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 50% !important;
    z-index: -1;
    width: 50%;
}

.banner-style-two-content h2 {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .banner-style-two-content p {
        padding-right: 15%;
    }
}

.banner-two-dashbaord {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    padding-right: 60px;
}

.banner-two-dashbaord .sub-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
    background: rgba(0, 0, 255, 0.1);
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.banner-two-dashbaord > img {
    border-radius: 10px;
    margin-left: -10%;
    max-width: 110%;
}

.card-style-two {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px;
    padding-bottom: 80px;
    border-radius: 15px;
}

.color-style-two .card-style-two {
    background: var(--color-style-two);
}

.card-style-two img {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 0;
    border-radius: 0;
    max-width: 50%;
}

.card-style-two p {
    color: var(--white);
}

.banner-two-dashbaord .card-style-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.card-style-two .js-counter {
    font-size: 40px;
    line-height: 1;
    min-width: 200px;
    font-weight: 600;
}

.card-style-two p {
    margin-bottom: 10px;
}

.btn-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-flex.center {
    justify-content: center;
}

.text-light .btn-style-one.light:after {
    background: var(--color-primary);
}

.color-style-two .text-light .btn-style-one.light:hover,
.color-style-two .text-light .btn-style-one.light:after {
    background: var(--color-style-two);
}

.color-style-six .text-light .btn-style-one.light:hover,
.color-style-six .text-light .btn-style-one.light:after {
    background: var(--color-style-six);
}

.color-style-eight .text-light .btn-style-one.light:hover,
.color-style-eight .text-light .btn-style-one.light:after {
    background: var(--color-style-eight);
}

/* ==============================================================
    # Banner Style Three
=================================================================== */
.banner-style-three-area .swiper-slide {
    background: var(--color-primary);
    overflow: hidden;
    border-radius: 10px;
}

.color-style-two .banner-style-three-area .swiper-slide {
    background: var(--dark);
}

.banner-style-three-area .swiper-slide .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
}

@media (min-width: 1200px) {
    .banner-style-three-area .swiper-slide .thumb {
        transition:
            transform 1000ms ease,
            opacity 1000ms ease;
        transform: translateX(50%) scaleX(2);
        opacity: 0;
    }

    .banner-style-three-area .swiper-slide.swiper-slide-active .thumb {
        transform: translateX(0) scaleX(1);
        filter: blur(0);
        transition-delay: 600ms;
        opacity: 1;
    }
}

.banner-style-three-area .swiper-slide .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 65%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--dark) 100%) repeat
        scroll 0 0;
}

.banner-style-three-area .swiper-slide .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.banner-style-three-area .item {
    padding: 150px 120px;
}

.banner-style-three-area .item h2 {
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.banner-style-three-area .item .content {
    padding-left: 35%;
}

.banner-style-three-area strong {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

/* Banner Navitaion Style one */

.banner-style-three-area .banner-fade {
    padding: 0 15px;
    margin: 0 -15px;
}

.banner-style-three-area .banner-three-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 200px;
    width: 50px;
    text-align: center;
    line-height: 200px;
    left: 15px;
    border-radius: 0 50px 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.35s ease-in-out;
}

.banner-style-three-area .banner-three-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 200px;
    width: 50px;
    text-align: center;
    line-height: 200px;
    right: 15px;
    border-radius: 50px 0 0 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.35s ease-in-out;
}

.banner-three-nav-prev svg {
    height: 45px;
    width: 45px;
    text-align: center;
    background: var(--dark);
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -8px;
}

.banner-three-nav-next svg {
    height: 45px;
    width: 45px;
    text-align: center;
    background: var(--dark);
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -8px;
}

/* ==============================================================
    # Banner Style Four
=================================================================== */

.banner-style-four {
    padding-top: 380px;
    padding-bottom: 150px;
    overflow: hidden;
}

.banner-style-four .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.banner-style-four .content .left-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.banner-style-four .content .left-info h2 {
    text-transform: uppercase;
    font-size: 200px;
    line-height: 150px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bg-dark .banner-style-four .content .left-info h2 {
    color: var(--color-style-five);
}

.banner-style-four .content .left-info h2 strong {
    color: var(--color-heading);
    display: block;
}

.text-light .banner-style-four .content .left-info h2 strong {
    color: var(--white);
}

@media (min-width: 992px) {
    .banner-style-four .content .left-info h2 strong {
        display: none;
    }
}

.banner-style-four .content .left-info h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 24px;
}

.banner-style-four .right-info {
    text-align: right;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.banner-style-four .right-info h2 {
    text-transform: uppercase;
    font-size: 200px;
    line-height: 150px;
    margin-bottom: 30px;
}

.portfolio-thumb .thumb-inner {
    border-radius: 0 0 480px 485px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 600px;
    height: 600px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.portfolio-thumb {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.portfolio-thumb .thumb-inner::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/16.jpg);
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 50%;
    background-size: cover;
}

.bg-dark-secondary .portfolio-thumb .thumb-inner::after,
.bg-dark .portfolio-thumb .thumb-inner::after {
    background: #3d4047;
}

.portfolio-thumb .thumb-inner img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.banner-style-four .content .left-info .shape {
    text-align: right;
}

.banner-style-four .content .left-info .shape img {
    margin-bottom: 50px;
    height: 100px;
}

ul.social-profile {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

ul.social-profile li a i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.text-light ul.social-profile li a i {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

ul.social-profile li a {
    display: inline-block;
    border-radius: 50%;
}

ul.social-profile li a:hover {
    background: var(--color-primary);
    color: var(--white);
}

.color-style-five ul.social-profile li a:hover {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.color-style-five ul.social-profile li a:hover i {
    border-color: var(--color-style-five);
}

/* ==============================================================
    # Banner Style Five
=================================================================== */
.banner-style-five {
    padding-top: 60px;
    overflow: hidden;
}

.banner-style-five,
.banner-style-five div {
    height: 100%;
}

@media (min-width: 1024px) {
    .banner-style-five,
    .banner-style-five div {
        height: 100vh;
    }
}

.banner-style-five .align-items-center div {
    height: auto;
}

.banner-style-five .content {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.banner-style-five .content p {
    margin: 0;
    font-size: 18px;
    color: var(--white-secondary);
}

.banner-style-five .content img {
    max-width: 200px;
    border-radius: 50px;
}

.banner-style-five h1 {
    font-size: 180px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-left: -10px;
    background: linear-gradient(45deg, var(--white) 0%, #3c00ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner-style-five h2 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 500;
}

.banner-style-five .thumb {
    position: relative;
    height: 100%;
}

.banner-style-five .thumb img {
    position: absolute;
    height: 230%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: bottom center;
    bottom: -140px;
}

.banner-style-five .align-items-center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    align-items: inherit !important;
}

.banner-style-five .align-items-center .illustsration {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 85%;
    z-index: -1;
}

@media (min-width: 1400px) {
    .banner-style-five .align-items-center .illustsration {
        right: -6%;
    }
}

.banner-style-five .align-items-center .illustsration img {
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

/* ==============================================================
    # Banner Style Six
=================================================================== */

.banner-style-six {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-style-six::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 100%;
    right: 0;
    background: var(--dark);
    z-index: -2;
    margin-left: 95px;
}

.color-style-eight .banner-style-six::after {
    background: var(--color-style-eight);
}

.banner-style-six h2 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.banner-style-six .content p {
    font-size: 20px;
    margin: 0;
}

.banner-style-six .content {
    padding-right: 80px;
}

.banner-style-six .right-info {
    padding: 120px 0;
}

.thrusted-by {
    display: flex;
    align-items: center;
    gap: 15px;
}

.thrusted-by .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: var(--dark);
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 28px;
}

.thrusted-by .ratings i {
    font-size: 15px;
    color: #ffa000;
}

.thrusted-by .ratings {
    margin-bottom: 9px;
    line-height: 1;
}

.thrusted-by h3 {
    margin: 0;
    font-size: 20px;
}

.banner-style-six .thrusted-by {
    margin-top: 80px;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}

.accordion-style-one .accordion-header {
    margin: 0;
}

.accordion-style-one .accordion-item {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.accordion-style-one {
    border: none;
}

.accordion-style-one .accordion-header .accordion-button {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 20px;
    box-shadow: none;
}

.accordion-style-one .accordion-header .accordion-button::after {
    display: none;
}

.accordion-style-one .accordion-header .accordion-button::before {
    background: transparent;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 0;
}

.accordion-style-one
    .accordion-header
    .accordion-button:not(.collapsed)::before {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f106";
}

.banner-style-six .accordion-style-one .accordion-header .accordion-button {
    color: var(--white);
}

.banner-style-six .accordion-style-one .accordion-item {
    border-color: rgba(255, 255, 255, 0.2);
}

.accordion-style-one .accordion-item .accordion-body {
    padding: 10px 0;
    padding-bottom: 20px;
}

.banner-style-six .accordion-style-one .accordion-item .accordion-body p {
    color: var(--white);
    margin: 0;
}

/* ==============================================================
    # Banner Style Seven
=================================================================== */

.banner-style-seven-area {
    position: relative;
    overflow: hidden;
}

.banner-style-seven-area,
.banner-style-seven-area div {
    height: 100%;
}

.banner-style-seven-area .row div {
    height: auto;
}

.banner-style-seven-content {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.banner-style-seven-content .circle-text-card {
    justify-content: center;
    align-items: center;
    margin: 50px auto auto;
    background: transparent;
    border: 2px solid;
}

.banner-style-seven-content .circle-text-card .circle-text-item {
    text-transform: uppercase;
}

.banner-seven-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    border-top: 2px solid;
    padding-top: 30px;
}

.customer-list {
    display: flex;
    align-items: center;
    margin-left: 15px;
    text-align: left;
}

.customer-list img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin-left: -15px;
}

.food-list {
    display: flex;
    align-items: center;
    margin-left: 15px;
    text-align: left;
}

.food-list img {
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-left: -20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.customer-list span,
.customer-list i {
    margin: 0;
    height: 55px;
    width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    border-radius: 50%;
    margin-left: -20px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.color-style-two .customer-list span,
.color-style-two .customer-list i {
    background: var(--color-style-two);
}

.color-style-six .customer-list span,
.color-style-six .customer-list i {
    background: var(--color-style-six);
}

.color-style-eight .customer-list span,
.color-style-eight .customer-list i {
    background: var(--color-style-eight);
    border: 2px solid var(--white);
    line-height: 52px;
}

.customer-list h3 {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 20px;
    font-family: var(--font-default);
    font-weight: 600;
}

.food-list h4 {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 20px;
}

.banner-style-seven-area .ratings h4 {
    margin-bottom: 5px;
    font-size: 38px;
    font-family: var(--font-style-three);
    font-weight: 400;
}

.banner-seven-content .ratting-icon {
    line-height: 1;
}

.banner-seven-content .ratting-icon i {
    font-size: 14px;
    color: #ff8c21;
}

.banner-style-seven-content h2 {
    font-size: 120px;
    line-height: 105px;
    text-transform: uppercase;
}

ul.list-quality {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
    text-transform: uppercase;
    font-size: 26px;
}

ul.list-quality li {
    position: relative;
    z-index: 1;
}

ul.list-quality li::after {
    position: absolute;
    right: -16px;
    top: 50%;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--white);
    border-radius: 50%;
    transform: translateY(-50%);
}

ul.list-quality li:last-child::after {
    display: none;
}

.banner-style-seven-content .circle-text-card .circle-text-item span {
    color: var(--white);
}

/* ==============================================================
    # Banner Style Eight
=================================================================== */
.banner-style-eight-area {
    padding-top: 210px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-style-eight-area .illustration img:first-child {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
    max-width: 10%;
}

.banner-style-eight-area .illustration img:nth-child(2) {
    position: absolute;
    right: 5%;
    max-width: 10%;
    z-index: -1;
    opacity: 0.3;
    top: 35%;
}

.banner-style-eight-area h2 {
    font-size: 100px;
    line-height: 90px;
}

.banner-style-eight-area h2 strong {
    font-weight: 400;
    color: var(--color-style-four);
}

ul.list-style-one {
    display: flex;
    gap: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

ul.list-style-one li a {
    color: var(--white-secondary);
    font-weight: 500;
}

.banner-style-eight-area .content {
    padding-right: 80px;
    margin-top: 60px;
    padding-bottom: 120px;
}

.banner-style-eight-area .thumb img {
    border-radius: 300px 300px 0 0;
    height: 130%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: -10%;
}

.banner-style-eight-area .thumb img:nth-child(2) {
    height: auto;
    border-radius: 0;
    position: absolute;
    width: auto;
    right: -20%;
    bottom: 0;
    max-width: 40%;
}

.banner-style-eight-area .thumb {
    position: relative;
    height: 100%;
}

/* ==============================================================
    # Banner Style Nine
=================================================================== */

.banner-style-nine-area {
    padding-top: 200px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-style-nine-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--white);
    z-index: -1;
}

ul.list-style-two {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.list-style-two li {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    color: var(--color-heading);
}

.text-light ul.list-style-two li {
    color: var(--white);
}

ul.list-style-two li:first-child {
    margin-top: 0;
}

ul.list-style-two li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e80b";
    font-family: "validicon";
    color: var(--color-primary);
}

.color-style-two ul.list-style-two li::after {
    color: var(--color-style-two);
}

.color-style-eight ul.list-style-two li::after {
    color: var(--dark);
}

.color-style-two .text-light ul.list-style-two li::after {
    color: #1278fc;
}

.bg-dark ul.list-style-two li::after {
    color: var(--white);
}

.color-style-seven ul.list-style-two li::after {
    color: var(--color-style-seven);
}

.card-style-three {
    display: inline-block;
    background: var(--white);
    padding: 50px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-style-nine-area .card-style-three {
    margin-top: -175px;
}

.card-style-three .circle {
    position: relative;
    z-index: 1;
}

.card-style-three .circle h4 {
    margin: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 45px;
    font-weight: 700;
    font-size: 28px;
}

.card-style-three .circle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 90px;
    width: 100%;
    background: var(--white);
}

.card-style-three .progressbar h5 {
    margin: 0;
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

.card-style-three .user {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.card-style-three .user h2 {
    margin: 0;
    font-weight: 700;
}

.card-style-three .user h6 {
    font-size: 16px;
    margin: 0;
    color: var(--color-paragraph);
}

.banner-style-nine-area h1 {
    font-size: 95px;
    line-height: 1.11;
    margin-bottom: 30px;
}

.banner-style-nine-area h1 strong {
    background: var(--bg-gradient-seven);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner-style-nine-area .thumb {
    position: absolute;
    bottom: 0;
    height: 56%;
    width: 65%;
    right: 0;
}

.banner-style-nine-area .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 0 0 10px;
}

.banner-style-nine-area .thumb img:nth-child(2) {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    max-width: 160px;
}

.rating-based > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-based h5 {
    margin: 0;
}

.rating-based p {
    margin: 0;
    position: relative;
    top: 3px;
}

.rating-based i {
    color: var(--color-primary);
    font-size: 14px;
}

.color-style-seven .rating-based i {
    color: var(--color-style-seven);
}

.rating-based img {
    max-height: 25px;
}

/* ==============================================================
    # Banner Style Ten
=================================================================== */

.banner-style-ten-area,
.banner-style-ten-area div {
    height: 100%;
}

.banner-style-ten-area .row div {
    height: auto;
}

.banner-ten-thumb {
    position: relative;
    z-index: 1;
}

.banner-ten-thumb::after {
    position: absolute;
    right: 50%;
    top: -100%;
    height: 300%;
    content: "";
    width: 500%;
    background: var(--color-style-nine);
    z-index: -1;
}

.banner-style-ten-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 50px;
}

.banner-ten-info h2 {
    font-size: 85px;
    line-height: 1.1;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .banner-ten-info p {
        padding-right: 20%;
    }
}

.banner-ten-info p {
    font-size: 23px;
}

/* ==============================================================
    # Banner Style Eleven
=================================================================== */

.banner-style-eleven-area,
.banner-style-eleven-area div {
    height: 100%;
}

.banner-style-eleven-area .row div {
    height: auto;
}

.banner-style-eleven-area {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.banner-style-eleven {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 1024px) {
    .home-cleaning nav.navbar.validnavs.navbar-fixed.no-background {
        margin-top: 20px;
    }

    .home-cleaning .navbar .navbar-header .navbar-brand {
        position: relative;
        z-index: 1;
        padding-right: 50px;
        padding-left: 50px;
    }

    .home-cleaning .navbar.no-background .navbar-header .navbar-brand::after {
        position: absolute;
        right: 0;
        top: -25px;
        content: "";
        bottom: -23px;
        left: -30px;
        background: var(--white);
        z-index: -1;
        border-radius: 0 0 15px 0;
        display: block;
    }

    .home-cleaning .navbar .navbar-header {
        position: relative;
        z-index: 1;
    }

    .home-cleaning .navbar .navbar-header::after {
        position: absolute;
        right: -27px;
        top: -29px;
        content: "";
        height: 34px;
        width: 20px;
        border-bottom-left-radius: 18px;
        box-shadow: 0 20px 0 0 var(--white);
        transform: rotate(90deg);
    }

    .home-cleaning nav.navbar.validnavs.navbar-fixed .attr-nav {
        position: relative;
        z-index: 1;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-cleaning
        nav.navbar.validnavs.navbar-fixed.white
        .attr-right
        .attr-nav
        li
        .call
        p {
        color: var(--color-paragraph);
    }

    .home-cleaning
        nav.navbar.validnavs.navbar-fixed.white
        .attr-right
        .attr-nav
        li
        .call
        h5
        a {
        color: var(--color-heading);
    }

    .home-cleaning
        nav.navbar.validnavs.navbar-fixed.no-background
        .attr-nav::after {
        position: absolute;
        left: 0;
        top: -25px;
        content: "";
        bottom: -23px;
        right: -30px;
        background: var(--white);
        z-index: -1;
        border-bottom-left-radius: 15px;
        display: block;
    }

    .home-cleaning
        nav.navbar.validnavs.navbar-fixed.no-background
        .attr-nav::before {
        position: absolute;
        left: -27px;
        top: -28px;
        content: "";
        height: 34px;
        width: 20px;
        border-bottom-right-radius: 18px;
        box-shadow: 0 20px 0 0 var(--white);
        transform: rotate(-90deg);
    }

    .banner-style-eleven .item {
        position: relative;
        z-index: 1;
    }

    .banner-style-eleven .item::before {
        position: absolute;
        left: 7px;
        top: 83px;
        content: "";
        height: 34px;
        width: 20px;
        border-bottom-left-radius: 18px;
        box-shadow: 0 20px 0 0 var(--white);
        transform: rotate(90deg);
    }

    .banner-style-eleven .item::after {
        position: absolute;
        right: 7px;
        top: 85px;
        content: "";
        height: 34px;
        width: 20px;
        border-bottom-right-radius: 18px;
        box-shadow: 0 20px 0 0 var(--white);
        transform: rotate(-90deg);
    }

    .banner-style-eleven p {
        padding: 0 15%;
    }
}

.banner-style-eleven h4 {
    text-transform: uppercase;
}

.banner-style-eleven h2 {
    font-size: 90px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 20px;
}

.banner-style-eleven p {
    font-size: 18px;
}

.banner-style-eleven .shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-style-eleven .shape img {
    height: 100%;
    mix-blend-mode: overlay;
}

.banner-style-eleven-area .banner-fade-navigation,
.banner-style-eleven-area .banner-fade-navigation div {
    height: auto;
}

.banner-style-eleven-area .banner-fade-navigation div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.banner-style-eleven-area .banner-fade-navigation div.banner-three-nav-prev {
    left: 120px;
}

.banner-style-eleven-area .banner-fade-navigation div.banner-three-nav-next {
    right: 120px;
}

.banner-style-eleven-area:hover .banner-fade-navigation div {
    opacity: 1;
    visibility: visible;
}

.banner-style-eleven-area:hover
    .banner-fade-navigation
    div.banner-three-nav-prev {
    left: 70px;
}

.banner-style-eleven-area:hover
    .banner-fade-navigation
    div.banner-three-nav-next {
    right: 70px;
}

.banner-style-eleven-area:hover
    .banner-fade-navigation
    .banner-three-nav-prev
    svg,
.banner-style-eleven-area:hover
    .banner-fade-navigation
    .banner-three-nav-next
    svg {
    background: var(--white);
}

/* ==============================================================
    # About
=================================================================== */
.about-style-one-info h2 {
    font-size: 48px;
    margin-top: -10px;
}

.grid-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.grid-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-achive {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.review-achive::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    width: 100%;
    border-top: 1px solid;
    z-index: -1;
    margin-top: 5px;
}

.review-achive img {
    height: 30px;
    background: var(--white);
    padding-right: 25px;
}

.review-achive .ratings {
    line-height: 1;
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    background: var(--white);
    padding-left: 25px;
}

.review-achive .ratings p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 600;
    color: var(--color-heading);
}

.review-achive .ratings i {
    font-size: 15px;
    color: #ffb300;
    letter-spacing: 1px;
}

.review-achive .ratings .icons {
    line-height: 0;
    display: flex;
    gap: 2px;
}

/* ==============================================================
    # About Style Two
=================================================================== */

.about-style-two-area {
    background-repeat: no-repeat;
    background-position: left bottom;
}

.thumb-style-two .circle-text-card .circle-text-item {
    font-size: 18px;
    letter-spacing: 0.2px;
}

.about-style-two-info .bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: center;
}

.feature-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-card ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 25px;
    padding-top: 25px;
}

.feature-card ul li h4 {
    margin: 0;
    font-size: 20px;
}

.feature-card {
    padding: 50px;
    border-radius: 10px;
}

.feature-card ul li .icon {
    background: var(--white);
    height: 75px;
    width: 75px;
    min-width: 75px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
}

.feature-card ul li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.experience-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border: 1px solid #aed9da;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}

.color-style-two .experience-card {
    border: 1px solid #c6c6ff;
}

.experience-card .js-counter {
    display: flex;
    font-size: 60px;
    line-height: 50px;
    color: var(--color-primary);
    font-weight: 400;
    margin-bottom: 15px;
}

.color-style-two .experience-card .js-counter {
    color: var(--color-style-two);
}

.color-style-eight .experience-card .js-counter {
    color: var(--color-style-eight);
}

.experience-card .js-counter span {
    font-size: 120px;
    line-height: 100px;
    color: var(--color-heading);
    font-weight: 700;
}

.experience-card h2 {
    margin: 0;
    font-size: 20px;
}

.accordion-style-two {
    margin-bottom: -15px;
}

.about-style-two-info .experience-card {
    height: 100%;
}

.thumb-style-two {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-left: 100px;
}

.thumb-style-two > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.thumb-style-two .circle-text-card img {
    height: auto;
    border-radius: 50%;
    background: var(--color-primary);
}

.color-style-two .thumb-style-two .circle-text-card img {
    background: var(--color-style-two);
}

.thumb-style-two .circle-text-card {
    position: absolute;
    left: 0;
    top: 100px;
    background: var(--bg-gray-secondary);
    border: 2px solid var(--white);
}

/* ==============================================================
    # About Style Threes
=================================================================== */

.about-style-three-area {
    position: relative;
    z-index: 1;
}

.about-style-three-items {
    position: relative;
    z-index: 1;
}

.bg-dark .about-style-three-items::after {
    position: absolute;
    left: 0;
    top: -100px;
    content: "";
    height: 300px;
    width: 300px;
    background: var(--color-style-five);
    border-radius: 50%;
    filter: blur(120px);
}

.my-experience {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-style-five);
    padding: 50px;
    border-radius: 10px;
}

.my-experience h3 {
    margin: 0;
    font-size: 24px;
    color: var(--color-heading);
}

.my-experience .js-counter {
    color: var(--color-heading);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    display: flex;
}

.my-experience .js-counter span {
    color: var(--color-heading);
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
}

.portfolio-bio .work-porfile-carousel {
    margin-bottom: 30px;
}

.portfolio-bio p {
    margin-bottom: 0;
}

.my-expertise {
    height: 100%;
    gap: 30px;
    padding: 40px;
    background: linear-gradient(315deg, #fbfff6, var(--color-style-five));
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.my-expertise::after {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: var(--dark-secondary);
    content: "";
    z-index: -1;
    border-radius: 10px;
}

.my-expertise .top {
    display: inline-flex;
    align-items: center;
    background: var(--dark-optional);
    gap: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: max-content;
    padding-left: 10px;
}

.my-expertise .top h2 {
    margin: 0;
    font-size: 20px;
}

.my-expertise .top i {
    display: inline-block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    background: black;
    border-radius: 50%;
    font-size: 24px;
}

.my-expertise .top i.fa-react {
    background: #61dbfb;
    color: var(--color-heading);
}

.my-expertise .top i.fa-wordpress {
    background: #00769d;
}

.my-expertise .ratings {
    line-height: 1;
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
}

.my-expertise .ratings p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 600;
    color: var(--white);
}

.my-expertise .ratings i {
    font-size: 15px;
    color: #ffb300;
    letter-spacing: 1px;
}

.my-expertise .ratings .icons {
    line-height: 0;
    display: flex;
    gap: 2px;
}

.my-expertise .expertise-carousel {
    height: 100%;
}

.expertise-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.portfolio-bio {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

.about-heading h1 {
    font-size: 60px;
    margin-top: -15px;
}

.about-heading h1 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.bg-dark .about-heading h1 strong {
    color: var(--color-style-five);
}

.text-with-imoji {
    font-size: 9vw;
    line-height: 1;
    z-index: 1;
    position: relative;
    margin: 0;
}

.job-success {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
}

.bg-dark .job-success {
    background: var(--dark-optional);
}

.job-success .progress {
    height: 5px;
    border-radius: 30px;
    overflow: hidden;
    background: #6e7181;
}

.job-success .progress .progress-bar {
    background: var(--color-style-five);
}

.job-success p {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-heading);
}

.bg-dark .job-success p {
    color: var(--white);
}

.work-profile-item img {
    filter: brightness(0.4);
}

.text-light .work-profile-item img {
    filter: brightness(1);
}

/* ==============================================================
    # About Style Four
=================================================================== */

.about-four-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
}

.about-four-content .list-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.about-four-content .list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-four-content .list-item ul li {
    position: relative;
    padding-left: 22px;
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
}

.about-four-content .list-item ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
}

@keyframes wave {
    0%,
    40%,
    100% {
        transform: initial;
        background: rgba(0, 0, 0, 0.6);
    }

    20% {
        transform: translateY(-8px);
        background: rgba(0, 0, 0, 0.3);
    }
}

.typed-card {
    padding: 50px;
    background: linear-gradient(315deg, var(--color-primary), #e2bd77);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.color-style-two .typed-card {
    background: linear-gradient(315deg, #1969f4, #e2bd77);
}

.typed-card::after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--white);
    content: "";
    border-radius: 7px;
    z-index: -1;
}

.typed-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.typed-card ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding-right: 50px;
}

.typed-card ul li .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: var(--bg-gray);
    border-radius: 50%;
    padding: 10px;
}

.typed-card ul li p {
    margin-bottom: 15px;
    background: #f3f3fe;
    padding: 20px;
    border-radius: 20px;
    line-height: 1.6;
    font-size: 16px;
}

.typed-card ul li p:last-child {
    margin-bottom: 0;
}

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

.typed-card ul li:nth-child(2n) {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 72px;
}

.typed-card ul li:nth-child(2n) p {
    background: #dae1e9;
    border-radius: 20px 5px 20px 20px;
}

p.type-bullets {
    display: flex;
    align-items: center;
    gap: 5px;
}

span.type-bullet {
    position: relative;
    height: 6px;
    width: 6px;
    background: var(--color-style-two);
    display: inline-block;
    border-radius: 50%;
    animation: wave 2s linear infinite;
}

span.type-bullet:nth-child(2) {
    animation-delay: -1.8s;
}

span.type-bullet:nth-child(3) {
    animation-delay: -1.6s;
}

/* ==============================================================
    # About Style Five
=================================================================== */
.accordion-style-two .accordion-item {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    top: -15px;
}

.accordion-style-two .accordion-item:first-child {
    top: 0;
}

.accordion-style-two .accordion-item .accordion-button {
    background: var(--dark);
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white);
    padding: 40px;
    border-radius: 0;
    font-size: 26px;
    transition: all 0.35s ease-in-out;
}

.accordion-style-two .accordion-item .accordion-button h4 {
    margin: 0;
    color: var(--white);
    font-size: 20px;
}

.accordion-style-two .accordion-item .accordion-button::before {
    display: none;
}

.accordion-style-two .accordion-item .accordion-header {
    margin: 0;
    padding: 0;
    border: none;
}

.accordion-style-two .accordion-item .accordion-collapse {
    background: var(--color-primary);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.color-style-eight .accordion-style-two .accordion-item .accordion-collapse {
    background: var(--color-style-eight);
}

.accordion-style-two .accordion-item p {
    color: var(--white);
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
    background: var(--color-primary);
    color: var(--white);
}

.color-style-eight
    .accordion-style-two
    .accordion-item
    .accordion-button:not(.collapsed) {
    background: var(--color-style-eight);
    position: relative;
    z-index: 2;
}

.accordion-style-two .accordion-item .accordion-button::after {
    display: none;
}

.accordion-style-two .accordion-item .accordion-button::before {
    background: transparent;
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    transform: translateY(-50%) !important;
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed)::before {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f068";
}

.accordion-style-two .accordion-item .accordion-body {
    padding: 30px 50px;
}

.accordion-style-two .accordion-item .accordion-body p:last-child {
    margin: 0;
}

.about-style-five-items .experience-card {
    padding: 0;
    border: none;
    border-top: 1px solid #dddddd;
    border-radius: 0;
    margin-top: 20px;
    padding-top: 20px;
}

.about-style-five-items p {
    margin-bottom: 15px;
}

.about-style-five-items .thumb {
    margin-bottom: -150px;
    position: relative;
    height: 100%;
}

.about-style-five-items .thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.shape-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 35%;
}

/* ==============================================================
    # About Six
=================================================================== */
.about-six-top-info {
    position: relative;
    z-index: 1;
}

.about-six-top-info .shape {
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 250px;
    bottom: 0;
    opacity: 0.6;
}

.text-light .about-six-top-info .shape {
    opacity: 1;
}

.produce-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: var(--white);
    border-radius: 10px;
}

.bg-dark-secondary .produce-card {
    background: rgba(255, 255, 255, 0.1);
}

.produce-card .js-counter {
    font-size: 70px;
    line-height: 1;
    color: var(--color-style-six);
}

.font-style-three .produce-card .js-counter {
    font-family: var(--font-style-three);
}

.opening-hours li {
    margin-top: 10px;
}

.text-light .opening-hours li {
    color: var(--white-secondary);
}

.opening-hours li .working-hour {
    font-weight: 600;
}

.opening-hours .working-day {
    padding-right: 20px;
}

.opening-hours .working-hour {
    padding-left: 20px;
    text-transform: uppercase;
}

.opening-hours .working-day,
.opening-hours .working-hour {
    width: 1%;
    display: table-cell;
    white-space: nowrap;
}

.opening-hours .marker {
    width: 98%;
    display: table-cell;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 15px;
}

.bg-dark-secondary .opening-hours .marker {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.about-six-right-info .thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
}

.about-six-left-thumb {
    height: 100%;
}

.about-six-left-thumb img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-six-top-info .produce-card {
    position: relative;
}

.about-six-top-info .produce-card::after {
    position: absolute;
    left: 10%;
    bottom: 0;
    content: "";
    right: 10%;
    height: 100px;
    background: #d8782d;
    z-index: -1;
    filter: blur(80px);
}

footer h5 {
    font-size: 20px;
}

/* ====== ========================================================
    # Feature Style One
=================================================================== */
ul.feature-style-one-items {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.feature-style-one-item {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.feature-style-one-item h3 {
    font-size: 24px;
}

.feature-style-one-item img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.feature-style-one-item .icon i {
    font-size: 50px;
    line-height: 1.2;
    color: var(--color-heading);
}

li.feature-style-one-item .icon {
    width: 60px;
    min-width: 60px;
}

.feature-style-one-item p {
    margin: 0;
}

.feature-style-one-item:first-child {
    margin-top: 0;
}

.thumb-style-one {
    position: relative;
    height: 100%;
    margin-right: 50px;
}

.thumb-style-one img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-style-one img:nth-child(2) {
    position: absolute;
    right: -110px;
    height: 100px;
    bottom: 0;
}

.card-style-five {
    gap: 30px;
    display: flex;
}

.counter-card {
    border: 1px solid #acd5d6;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-card .js-counter {
    font-size: 65px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.card-style-five h3 {
    margin: 0;
    font-size: 24px;
}

.card-style-five .thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==============================================================
    # Feature Style Two
=================================================================== */

.feature-style-two-items .top-info {
    padding-top: 65px;
    padding-bottom: 40px;
}

.feature-style-two-items {
    background: var(--white);
    overflow: hidden;
    border-radius: 10px;
}

.feature-two-contents {
    padding: 80px;
    padding-top: 0;
    border-radius: 30px 30px 0 0;
}

.user-card-item {
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 30px;
    padding: 50px;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}

.user-card .thumb {
    display: flex;
    align-items: center;
}

.user-card .thumb img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    border-radius: 50%;
    margin-left: -15px;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.user-card .thumb i {
    display: inline-block;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    background: var(--white);
    border-radius: 50%;
    margin-left: -15px;
    color: var(--color-heading);
}

.user-card .thumb {
    margin-left: 15px;
    margin-bottom: 30px;
}

.user-card strong {
    display: block;
    line-height: 1.3;
    font-size: 24px;
    color: var(--color-heading);
    margin-bottom: 15px;
}

.text-light .user-card strong {
    color: var(--white);
}

.user-card .content h3 {
    margin-bottom: 4px;
    font-size: 30px;
}

.user-card-item .progressbar {
    width: 130px;
    text-align: center;
}

.user-card-item .progressbar .circle {
    position: relative;
    z-index: 1;
}

.user-card-item .progressbar .circle strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    margin-top: -2px;
}

.user-card-item .progressbar span {
    margin: 0;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.user-card p {
    margin: 0;
    color: var(--white);
}

.account-card {
    overflow: hidden;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border: 1px solid #ceceff;
}

.account-card img {
    width: 180px;
    min-width: 180px;
}

.feature-caruosel-item {
    padding: 50px;
}

.feature-caruosel-item i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--white);
    color: var(--color-style-two);
    font-size: 35px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.feature-caruosel-item img {
    height: 70px;
    margin-bottom: 50px;
}

.feature-carousel {
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.feature-carousel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 200px;
    width: 200px;
    background: #4bc3e5;
    filter: blur(100px);
}

/* ==============================================================
    # Feature Three
=================================================================== */
.card-style-seven {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.card-style-seven img {
    position: absolute;
    z-index: -1;
    max-width: 45%;
    left: 0;
    bottom: 0;
}

.card-style-seven h2 {
    margin-bottom: 0;
    margin-top: 80px;
}

.card-style-six {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-style-six .info {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.card-style-six .info p {
    margin: 0;
}

.card-style-six .thumb {
    position: relative;
    margin-top: -110px;
}

.card-style-six .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 210px;
    width: 100%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--white) 70%) repeat
        scroll 0 0;
}

.feature-style-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 50px;
}

.feature-style-three .info .js-counter {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--color-heading);
}

.feature-style-three .icon img {
    max-height: 120px;
    margin-bottom: 30px;
}

.feature-style-three .customer-list {
    border-top: 1px solid #d6d6ff;
    padding-top: 30px;
}

/* ==============================================================
    # Feature Style Four
=================================================================== */

.feature-style-four-area {
    position: relative;
    z-index: 1;
}

.feature-style-four-item {
    background: var(--white);
    padding: 50px 35px;
    border-radius: 15px;
}

.feature-four-card {
    display: grid;
    gap: 30px;
    margin-top: 60px;
}

.feature-style-four-item img {
    height: 60px;
    margin-bottom: 50px;
}

.feature-four-card-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: flex-start;
    position: relative;
    bottom: -120px;
    margin-top: -120px;
}

.feature-four-card:last-child {
    margin-top: 0;
}

.feature-style-four-item h2 {
    font-size: 22px;
}

.feature-style-four-item p {
    margin-bottom: 0;
}

.feature-style-four-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #ccccf2;
    padding-top: 30px;
    margin-top: 30px;
}

.feature-style-four-info ul li {
    margin: 0 !important;
}

a.video-btn-two {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

a.video-btn-two i {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    background: var(--dark);
    color: var(--white);
    border-radius: 50%;
    border: 2px solid;
}

a.video-btn-two i::before {
    position: relative;
    left: 2px;
}

/* ==============================================================
    # Feature Style Five
=================================================================== */

@media (min-width: 992px) {
    .feature-style-five-items {
        margin: 0 -30px;
    }
}

.feature-style-five-item {
    position: relative;
    z-index: 1;
    padding: 0 50px;
}

.feature-style-five-item h2 {
    font-size: 24px;
}

.feature-style-five-item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0),
        #b3caca,
        rgba(255, 255, 255, 0)
    );
}

.text-light .feature-style-five-item::after {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0),
        var(--white-secondary),
        rgba(255, 255, 255, 0)
    );
}

.feature-style-five-item:last-child::after {
    display: none;
}

.feature-style-five-item img {
    height: 60px;
    margin-bottom: 50px;
}

.feature-style-five-item p {
    margin: 0;
}

/* ==============================================================
    # Fun Factor
=================================================================== */

.fun-factor-style-one-area {
    background-position: bottom center !important;
}

.fun-fact-style-one-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    position: relative;
    z-index: 1;
}

.fun-fact-style-one-items .js-counter {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fun-fact-style-one-item h3 {
    margin: 0;
    font-size: 24px;
}

.fun-fact-style-one-item {
    text-align: center;
}

/* ==============================================================
    # Fun Factor Style Two
=================================================================== */

.funfact-style-two-item {
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

.funfact-style-two-item::after {
    position: absolute;
    left: -2px;
    top: 50px;
    bottom: 50px;
    content: "";
    background: var(--white);
    width: 2px;
}

.bg-gray .funfact-style-two-item::after {
    background: var(--bg-gray);
}

.bg-gray-secondary .funfact-style-two-item::after {
    background: var(--bg-gray-secondary);
}

.bg-dark .funfact-style-two-item::after {
    background: var(--bg-dark);
}

.bg-dark-secondary .funfact-style-two-item::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .bg-gray .funfact-style-two-item::after {
    background: var(--dark-optional);
}

.bg-dark-secondary .bg-gray-secondary .funfact-style-two-item::after {
    background: var(--dark-optional);
}

.funfact-style-two-item:last-child::before {
    position: absolute;
    right: -2px;
    top: 50px;
    bottom: 50px;
    content: "";
    background: var(--white);
    width: 2px;
}

.bg-gray .funfact-style-two-item:last-child::before {
    background: var(--bg-gray);
}

.bg-gray-secondary .funfact-style-two-item:last-child::before {
    background: var(--bg-gray-secondary);
}

.bg-dark .funfact-style-two-item:last-child::before {
    background: var(--bg-dark);
}

.bg-dark-secondary .funfact-style-two-item:last-child::before {
    background: var(--dark-secondary);
}

.bg-dark-secondary .bg-gray .funfact-style-two-item:last-child::before {
    background: var(--dark-optional);
}

.bg-dark-secondary
    .bg-gray-secondary
    .funfact-style-two-item:last-child::before {
    background: var(--dark-optional);
}

.text-light .funfact-style-two-item {
    border-color: rgba(255, 255, 255, 0.3);
}

.funfact-style-two-item .js-counter {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--color-heading);
}

.text-light .funfact-style-two-item .js-counter {
    color: var(--white);
}

.funfact-style-two-item strong {
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
}

/* ==============================================================
    # Food Offer
=================================================================== */
.food-offer-style-one-items {
    padding: 80px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.food-offer-style-one-items::after {
    position: absolute;
    right: -150px;
    top: -50px;
    bottom: -50px;
    width: 500px;
    background: var(--white);
    content: "";
    border-radius: 500px 0 0 500px;
    z-index: -1;
}

.food-offer-one-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 4px;
}

.food-offer-style-one-items .shape {
    position: absolute;
    right: 15px;
    top: 80px;
    bottom: 80px;
}

.food-offer-style-one-items .shape img {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: right;
}

.food-offer-one-item > div {
    height: 380px;
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    min-width: 380px;
}

.food-offer-one-item > div.info {
    background: var(--dark);
    text-align: center;
    border: 2px solid;
    padding: 50px;
}

.food-offer-one-item > div.thumb {
    margin-right: -100px;
}

.food-offer-one-item .info h2 {
    margin: 0;
    color: var(--color-style-six);
    font-size: 60px;
    line-height: 1;
}

.food-offer-one-item .info h3 {
    font-size: 24px;
    font-weight: 400;
}

.food-offer-one-item .info p {
    margin-bottom: 15px;
}

.food-offer-one-item .info span {
    font-weight: 400;
    color: var(--color-style-six);
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 18px;
}

.food-offer-one-carousel {
    position: relative;
}

.fooder-offer-one-navigation > div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 44px;
    background: var(--dark);
    border-radius: 50%;
    border: 3px solid var(--color-style-six);
}

.fooder-offer-one-navigation > div.food-offer-next {
    border-color: var(--white);
}

.fooder-offer-one-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-offer-one-carousel .fooder-offer-one-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.food-offer-one-carousel .swiper-slide {
    padding: 0 20px;
}

.fooder-offer-one-navigation > div.food-offer-prev {
    background: var(--white);
    color: var(--color-heading);
}

.food-offer-one-info .content {
    padding-left: 70px;
}

.food-offer-one-info .content p {
    margin-bottom: 15px;
}

.color-style-six .bg-theme .food-offer-one-info .content p {
    color: var(--white);
}

.offer-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-align: center;
    padding: 45px 55px;
    margin-bottom: -20px;
}

.offer-card h2 {
    display: inline-block;
    color: var(--color-heading);
    margin: 0;
}

.offer-card h2 strong {
    display: block;
    font-weight: 400;
}

.bg-theme ul.list-style-two li::after {
    color: var(--white);
}

.color-style-six .bg-theme .sub-title::before,
.color-style-six .bg-theme .sub-title::after {
    background: var(--white);
}

.food-offer-one-info {
    position: relative;
}

.food-offer-one-info .arrow-shape {
    position: absolute;
    right: -10px;
    bottom: 30px;
    max-width: 40%;
}

/* ==============================================================
    # Food Menu
=================================================================== */

.food-menu-one-single .title-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

.food-menu-one-single .food-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-top: 20px;
}

.food-menu-one-single .food-info .thumb img {
    height: 80px;
    border-radius: 10px;
}

.food-menu-one-single .food-info p {
    margin-bottom: 5px;
}

.food-menu-one-single .food-info .ratings i {
    color: #df9907;
    font-size: 15px;
}

.food-menu-one-single .title-price h3 {
    margin: 0;
    font-size: 24px;
}

.food-menu-one-single .title-price h2 {
    margin: 0;
    font-size: 24px;
    font-family: var(--font-default);
}

.food-menu-style-one-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 30px;
}

.food-menu-one-tabs {
    padding: 80px;
    background: var(--white);
    border-radius: 20px;
}

.text-light .food-menu-one-tabs {
    background: #383d43;
}

.text-light .food-menu-one-single .title-price {
    border-color: rgba(255, 255, 255, 0.25);
}

.nav.nav-tabs.food-menu-nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item {
    margin: 0;
    border: none;
    padding: 30px 10px;
    padding-bottom: 0;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
    box-shadow: none;
    margin: 0;
    padding: 6px 20px;
    background: transparent;
    color: var(--color-heading);
    border: 2px solid transparent;
    border-radius: 40px;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.text-light .nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
    color: var(--white);
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button::after {
    position: absolute;
    left: 20%;
    right: 20%;
    content: "";
    bottom: 0;
    height: 0;
    background: var(--color-style-six);
    z-index: -1;
    filter: blur(15px);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.1s;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button.active::after {
    opacity: 1;
    visibility: visible;
    height: 16px;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button.active {
    border-color: var(--color-style-six);
}

/* ==============================================================
    # Reservation
=================================================================== */

.reservation-style-one-items .from-content {
    position: relative;
}

.reservation-style-one-items .from-content .info {
    position: absolute;
    z-index: 2;
    top: 135px;
}

.thumb-style-four {
    position: relative;
    padding-left: 15%;
    padding-bottom: 80px;
    z-index: 1;
}

.thumb-style-four::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--white) 60%) repeat
        scroll 0 0;
}

.text-light .thumb-style-four::after {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(14 14 14) 130%) repeat
        scroll 0 0;
}

.thumb-style-four img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.reservation-style-one-items {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: flex-end;
}

.reservation-style-one-items .reservation-style-one {
    position: relative;
    z-index: 1;
    margin-left: -40%;
}

.reservation-style-one {
    background: var(--white);
    padding: 60px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.reservation-style-one label {
    font-weight: 700;
    color: var(--color-heading);
    display: block;
    width: 100%;
}

.text-light .reservation-style-one label {
    color: var(--white);
}

.text-light .reservation-style-one {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
}

.reservation-style-one .nice-select,
.reservation-style-one input {
    border-radius: 6px;
}

.text-light .reservation-style-one .nice-select,
.text-light .reservation-style-one input {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: var(--white-secondary);
    box-shadow: none;
}

.text-light .reservation-style-one .nice-select .option {
    color: var(--color-paragraph);
}

.text-light .reservation-style-one .nice-select .current {
    color: var(--white-secondary);
}

form .date-picker-one {
    margin-bottom: 20px;
}

form .date-picker-one .input-group-addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: var(--dark);
    color: var(--white);
    border-radius: 0 5px 5px 0;
    margin: 0 !important;
}

.text-light form .date-picker-one .input-group-addon {
    background: var(--color-style-six);
}

form .date-picker-one input {
    border-radius: 5px 0 0 5px !important;
}

.text-light .reservation-style-one input::-webkit-input-placeholder {
    /* Chrome */
    color: var(--white-secondary);
}

.text-light .reservation-style-one input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white-secondary);
}

.text-light .reservation-style-one input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white-secondary);
    opacity: 1;
}

.text-light .reservation-style-one input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: var(--white-secondary);
    opacity: 1;
}

/* ==============================================================
    # Our Process
=================================================================== */

.timeline-progress {
    display: flex;
    gap: 30px;
}

.timeline-progress .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-progress .left .number {
    width: 60px;
    height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    flex: 0 0 auto;
    position: relative;
    z-index: 9;
    margin: 0;
    font-weight: 700;
}

.color-style-two .timeline-progress .left .number {
    background: var(--color-style-two);
}

.timeline-progress .left .number-line {
    width: 8px;
    height: 100%;
    background: #dee2e6;
    border-top: none;
    position: relative;
    overflow: hidden;
}

.timeline-progress .left .timeline-line-fill {
    width: 100%;
    height: 100%;
    background: var(--dark);
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.timeline-progress .content {
    border: 1px solid #b2b7bb;
    padding: 50px;
    margin-bottom: 45px;
    border-radius: 10px;
    position: relative;
    background: var(--white);
}

.timeline-progress .content::after {
    position: absolute;
    left: 15px;
    top: 15px;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #b2b7bb;
    z-index: -1;
    border-radius: 10px;
}

.timeline-progress:last-child .content {
    margin-bottom: 0;
}

.timeline-progress .content p {
    margin: 0;
}

.timeline-progress:nth-child(2) .content {
    text-align: right;
}

.timeline-progress .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.timeline-progress .top h3,
.timeline-progress .top h4 {
    margin: 0;
    font-size: 24px;
}

.timeline-progress img {
    height: 50px;
}

.timeline-progress:nth-child(2n) .top {
    flex-direction: row-reverse;
}

.progress-left .thumb img {
    border-radius: 10px;
}

/* ==============================================================
    # Integration Tools
=================================================================== */

.integration-tools {
    column-count: 4;
    column-gap: 15px;
    margin-bottom: -15px;
}

.tools-item {
    break-inside: avoid;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    height: 180px;
    padding: 70px;
    border-radius: 10px;
}

.tools-item:nth-child(2),
.tools-item:nth-child(3),
.tools-item:nth-child(6),
.tools-item:nth-child(7) {
    height: 220px;
}

/* ==============================================================
    # Integration Tools Two
=================================================================== */
ul.integration-tools-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

@media (min-width: 992px) {
    ul.integration-tools-list {
        height: 100%;
    }
}

ul.integration-tools-list li .icon {
    display: inline-flex;
    height: 150px;
    width: 150px;
    background: var(--white);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

ul.integration-tools-list li {
    display: block;
    position: relative;
    z-index: 2;
}

ul.integration-tools-list li:nth-child(2n) {
    margin-left: 80px;
}

.text-end ul.integration-tools-list li:nth-child(2n) {
    margin-left: 0;
    margin-right: 80px;
}

ul.integration-tools-list li .icon img {
    max-width: max-content;
}

.tools-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--white);
    padding: 50px;
    z-index: 1;
    border-radius: 30px;
    border: 2px solid;
}

.tools-heading img {
    position: absolute;
    height: 80%;
    object-fit: contain;
    object-position: center;
    right: 100%;
    z-index: -1;
}

.tools-heading img:last-child {
    left: 100%;
    right: auto;
}

.tools-heading h2 {
    font-size: 40px;
}

/* ==============================================================
    # Process
=================================================================== */
.process-style-one-items {
    display: flex;
    align-items: center;
    margin-left: -60px;
}

.process-style-one-item {
    background: rgba(255, 255, 255, 0.55);
    height: 320px;
    width: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    min-width: 320px;
    padding: 50px;
    margin-left: -50px;
    position: relative;
    z-index: 1;
    border: 2px solid var(--white);
}

.process-style-one-item:nth-child(2n) {
    flex-direction: column-reverse;
    background: var(--white);
    position: relative;
    z-index: 2;
    height: 360px;
    width: 360px;
    min-width: 360px;
    border: 2px solid #8bbebe;
}

.process-style-one-item p {
    margin: 0;
}

.process-style-one-item:nth-child(2n) .number {
    margin-bottom: 0;
    margin-top: 20px;
}

.process-style-one-item .number {
    margin-bottom: 20px;
}

.process-style-one-item span {
    font-weight: 700;
    background: linear-gradient(180deg, var(--color-primary) 0%, #f1f9f9 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 800;
}

.process-style-one-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

/* ==============================================================
    # Video Section
=================================================================== */
.video-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-section {
    position: relative;
    z-index: 1;
}

.vidoe-area {
    position: relative;
    z-index: 1;
}

.vidoe-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}

.video-section .video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* ==============================================================
    # Video Section
=================================================================== */
.video-section-two-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.video-section-two-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.video-section-two-area .video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ==============================================================
    # Video Section Three
=================================================================== */
.video-style-three-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.video-style-three-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 70%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%)
        repeat scroll 0 0;
    z-index: -1;
}

.video-text-btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-style-three);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    gap: 25px;
    margin-left: 20px;
}

.video-text-btn i {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--color-primary);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.color-style-six .video-text-btn i {
    background: var(--color-style-six);
}

.video-text-btn i::before {
    position: relative;
    left: 2px;
}

.video-text-btn i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 105%;
    width: 105%;
    border: 1px solid var(--white);
    animation: pulse-border 3s linear infinite;
    border-radius: 50%;
}

/* ==============================================================
    # Brand
=================================================================== */

.clients-area {
    overflow: hidden;
}

.brand-style-one-carousel img {
    height: 40px;
}

.text-light .brand-style-one-carousel img {
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.brand-style-one-carousel {
    padding-left: 2px;
}

.clients-items {
    position: relative;
    z-index: 1;
    padding: 120px;
    padding-right: 0;
}

.clients-items::after {
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-secondary);
    z-index: -1;
}

.shape-less .clients-items::after {
    display: none;
}

.shape-less .clients-items {
    padding-left: 0;
}

.border-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.border-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    width: 100%;
    border-top: 1px solid #dddddd;
    z-index: -1;
}

.bg-gray .border-title::after {
    border-top: 1px solid #cccccc;
}

.bg-gray-secondary .border-title::after {
    border-top: 1px solid #cccccc;
}

.border-title h2,
.border-title h4 {
    font-size: 24px;
    margin: 0;
    background: var(--white);
    display: inline-block;
    padding-right: 30px;
}

.bg-gray .border-title h2,
.bg-gray .border-title h4 {
    background: var(--bg-gray);
}

.bg-gray-secondary .border-title h2,
.bg-gray-secondary .border-title h4 {
    background: var(--bg-gray-secondary);
}

.text-light .border-title h2,
.text-light .border-title h4 {
    background: var(--dark);
}

.text-light .border-title::after {
    border-color: rgba(255, 255, 255, 0.25);
}

/* ==============================================================
    # Choose Us Style One
=================================================================== */
.choose-us-style-one-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 40%;
}

.choose-us-style-one-area .choose-us-style-one-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%;
}

.bg-gray .choose-us-style-one-thumb .slicer-path {
    background: var(--bg-gray);
}

.bg-gray-secondary .choose-us-style-one-thumb .slicer-path {
    background: var(--bg-gray-secondary);
}

.choose-us-style-one-area .choose-us-style-one-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.client-counter-card h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
}

.flex-card {
    display: flex;
    gap: 10px;
}

.client-counter-card {
    min-width: 300px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-counter-card .js-counter {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
}

.active-client-overview {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.active-client-overview p {
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
    color: var(--color-heading);
    font-weight: 600;
}

.active-client-overview .customer-list {
    margin-bottom: 20px;
}

/* ==============================================================
    # Services
=================================================================== */

.services-style-one-area {
    overflow: hidden;
}

.services-style-one-carousel .swiper-wrapper {
    padding: 5px;
}

.services-style-one-carousel {
    margin: -5px;
}

.services-style-one-item {
    padding: 60px;
    background: var(--white);
    border: 1px solid #dae6e6;
    transition: all 0.35s ease-in-out;
}

.services-style-one-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #dae6e6;
    padding-top: 30px;
}

a.btn-regular {
    display: inline-flex;
    align-items: center;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 40px;
    padding: 8px 30px;
    gap: 8px;
}

a.btn-regular svg {
    height: 15px;
}

.services-style-one-area {
    position: relative;
    z-index: 1;
}

.services-style-one-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 150px;
    width: 100%;
    background: var(--white);
    z-index: -1;
}

.services-style-one-item .icon {
    display: inline-flex;
    background: linear-gradient(-45deg, #47ffff 0%, #00ffff00 0%, #d6e8e8 100%);
    margin-bottom: 80px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.swiper-slide-active .services-style-one-item .icon {
    background: var(--color-primary);
}

.services-style-one-item .icon i {
    font-size: 42px;
    color: var(--color-heading);
}

.services-style-one-item img {
    height: 50px;
    transition: all 0.35s ease-in-out;
}

.services-style-one-item p {
    transition: all 0.35s ease-in-out;
}

.swiper-slide-active .services-style-one-item {
    background: var(--dark);
}

.swiper-slide-active .services-style-one-item .icon i {
    color: var(--white);
}

.swiper-slide-active .services-style-one-item .icon img {
    filter: brightness(0) invert(1);
}

.swiper-slide-active .services-style-one-item a {
    color: var(--white);
}

.swiper-slide-active .services-style-one-item p {
    color: var(--white-secondary);
}

.swiper-slide-active .services-style-one-item .bottom {
    border-color: rgba(255, 255, 255, 0.4);
}

.swiper-slide-active .services-style-one-item a.btn {
    background: var(--white);
    color: var(--color-heading);
}

.swiper-slide-active .services-style-one-item a.btn svg path {
    stroke: var(--color-heading);
}

.swiper-slide-active .services-style-one-item a.btn:hover svg path {
    stroke: var(--white);
}

.swiper-slide-active .services-style-one-item a.btn:after {
    background: var(--color-primary);
}

.swiper-slide-active .services-style-one-item a.btn:hover {
    background: var(--color-primary);
    color: var(--white);
}

.services-style-one-item .bottom span {
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    opacity: 0.15;
}

.swiper-slide-active .services-style-one-item .bottom span {
    color: var(--white);
    opacity: 0.3;
}

/* ==============================================================
    # Services Style Two
=================================================================== */

.services-style-two-items {
    margin-bottom: -30px;
}

.services-style-two-item .accordion-button {
    padding: 30px 0;
    background: transparent;
    box-shadow: none;
    border: none;
    display: grid;
    grid-template-columns: 17.2% 2fr 1fr;
}

.services-style-two-item button.accordion-button::before {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    height: 35px;
    width: 35px;
    border: 1px solid #cccccc;
    color: var(--color-heading);
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    font-size: 15px;
}

.services-style-two-item button.accordion-button:not(.collapsed)::before {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f068";
}

.services-style-two-item .accordion-button::after {
    display: none;
}

.services-style-two-item .accordion-button strong {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--color-heading);
}

.services-style-two-item {
    border-top: 1px solid #cccccc;
}

.services-style-two-item .accordion-body {
    padding: 0;
    padding-bottom: 50px;
}

@media (min-width: 1400px) {
    .services-style-two-item .accordion-body {
        padding-left: 17.2%;
    }
}

.services-style-two-item .accordion-body .item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    padding: 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.services-style-two-item .accordion-body .item p {
    margin-bottom: 20px;
}

.services-style-two-item .thumb {
    height: 100%;
    position: relative;
}

.services-style-two-item .thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.services-style-two-item .accordion-button span {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-heading);
}

.services-style-two-item .btn-simple {
    color: var(--color-heading);
}

.services-style-two-item .accordion-body .item p,
.services-style-two-item .accordion-body .item li {
    color: var(--white-secondary);
}

.services-style-two-item .accordion-body .item .btn-simple {
    color: var(--white);
}

/* ==============================================================
    # Services Style Three
=================================================================== */
.card-style-eight {
    padding: 60px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

.card-style-eight h3,
.card-style-eight h4 {
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 26px;
}

ul.list-style-four {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

ul.list-style-four li a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    background: rgb(21 21 43);
}

ul.list-style-four li.active a {
    background: var(--color-primary);
    color: var(--white);
    border-color: var(--color-primary);
}

.color-style-two ul.list-style-four li.active a {
    background: var(--color-style-two);
    color: var(--white);
    border-color: var(--color-style-two);
}

ul.list-style-four li a:hover {
    background: var(--white);
    color: var(--color-heading);
    border-color: var(--white);
}

.services-style-three-item {
    padding: 50px;
    border: 1px solid #e5e5fa;
    border-radius: 20px;
    background: var(--white);
}

.services-style-three-items {
    margin: 0 15px;
}

.services-style-three-item .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
}

.services-style-three-item .top h2,
.services-style-three-item .top h4 {
    margin: 0;
    font-size: 24px;
}

.services-style-three-item .top .icon img {
    height: 60px;
}

.services-style-three-item .top a {
    font-weight: 700;
}

.services-style-three-item p {
    margin: 0;
}

.card-style-eight img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.line-shape span {
    position: relative;
    height: 80px;
    width: 2px;
    border-right: 1px solid #6d7070;
    top: 0;
}

.color-style-two .line-shape span {
    border-right: 1px solid #686fa7;
}

.line-shape {
    display: flex;
    gap: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.line-shape span::after {
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    width: 15px;
    background: #b5dede;
    border-radius: 50%;
    bottom: 0;
    margin-left: -5px;
}

.color-style-two .line-shape span::after {
    background: #adb5f1;
}

.line-shape span:nth-child(2n)::after {
    height: 12px;
    width: 12px;
    margin-left: -4px;
}

.line-shape span:nth-child(2n) {
    height: 50px;
}

.line-shape span:nth-child(3) {
    height: 70px;
}

/* ==============================================================
    # Services Style Four
=================================================================== */
.services-style-four-item {
    padding: 50px;
    border-radius: 20px;
    padding-bottom: 0;
    overflow: hidden;
    background: var(--white);
    transition: all 0.35s ease-in-out;
    border: 1px solid #c1c1ce;
}

.services-style-four-item .icon img {
    margin-bottom: 60px;
    height: 70px;
}

a.btn-standard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 30px;
    background: var(--dark);
    color: var(--white);
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
}

.active a.btn-standard {
    background: var(--color-primary);
}

.color-style-two .active a.btn-standard {
    background: var(--color-style-two);
}

a.btn-standard i {
    font-weight: 400;
    transform: rotate(-45deg);
    font-size: 20px;
}

a.btn-standard:hover {
    color: var(--white);
    background: var(--color-primary);
}

.color-style-two a.btn-standard:hover {
    background: var(--color-style-two);
}

a.btn-standard::before {
    position: absolute;
    left: -22px;
    bottom: 0px;
    content: "";
    height: 40px;
    width: 22px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--dark);
    transition: all 0.35s ease-in-out;
}

a.btn-standard::after {
    position: absolute;
    right: -22px;
    bottom: 0px;
    content: "";
    height: 40px;
    width: 22px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--dark);
    transition: all 0.35s ease-in-out;
}

a.btn-standard:hover::after,
a.btn-standard:hover::before {
    box-shadow: 0 20px 0 0 var(--color-primary);
}

.color-style-two a.btn-standard:hover::after,
.color-style-two a.btn-standard:hover::before {
    box-shadow: 0 20px 0 0 var(--color-style-two);
}

.active a.btn-standard::after,
.active a.btn-standard::before {
    box-shadow: 0 20px 0 0 var(--color-primary);
}

.color-style-two .active a.btn-standard::after,
.color-style-two .active a.btn-standard::before {
    box-shadow: 0 20px 0 0 var(--color-style-two);
}

.services-style-four-item .content {
    transition: all 0.35s ease-in-out;
    transform: translateY(100px);
}

.services-style-four-item .content p {
    opacity: 0;
    visibility: hidden;
}

.services-style-four-item:hover .content,
.services-style-four-item.active .content {
    transform: translateY(0);
}

.services-style-four-item:hover .content p,
.services-style-four-item.active .content p {
    opacity: 1;
    visibility: visible;
}

.services-style-four-item h4 {
    line-height: 1.4;
}

/* ==============================================================
    # Services Five
=================================================================== */

.service-style-five-item h2 {
    font-size: 24px;
}

.service-style-five-item .icon-box {
    height: 80px;
    margin-bottom: 180px;
}

.service-style-five-item .icon {
    height: 80px;
    width: 80px;
    background: var(--dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
    clip-path: polygon(82% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
}

.service-style-five-item .icon i {
    color: var(--white);
    font-size: 46px;
}

.service-style-five-item .icon img {
    height: 46px;
    max-width: max-content;
}

.service-style-five-item {
    background: var(--white);
    padding: 40px;
    position: relative;
    clip-path: polygon(89% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
}

.service-style-five-item .info > a {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin-top: 5px;
}

.active .service-style-five-item .info > a {
    color: var(--color-primary);
}

.color-style-eight .active .service-style-five-item .info > a {
    color: var(--color-style-eight);
}

.service-style-five-item .thumb {
    position: absolute;
    right: 20px;
    left: 20px;
    top: 20px;
    height: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.service-style-five-item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(92% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
}

.service-style-five-item:hover .thumb,
.active .service-style-five-item .thumb {
    height: 255px;
    opacity: 1;
    visibility: visible;
}

.active .service-style-five-item .icon,
.service-style-five-item:hover .icon {
    opacity: 1;
    visibility: visible;
    height: 0;
}

/* ==============================================================
    # Services Details
=================================================================== */

.services-details-items img {
    border-radius: 10px;
}

.services-list-widget {
    background: var(--bg-gray);
    padding: 30px;
}

.single-widget {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.single-widget:first-child {
    margin-top: 0;
}

.services-list-widget li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px;
    border-radius: 5px;
    border-radius: 10px;
}

.services-list-widget li.active a {
    background: var(--color-primary);
    color: var(--white);
}

.services-list-widget li a i {
    transform: rotate(-45deg);
}

.services-list-widget li {
    margin-top: 5px;
}

.services-list-widget li:first-child {
    margin-top: 0;
}

.quick-contact-widget {
    padding: 50px;
    padding-top: 230px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.quick-contact-widget::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 60%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
        repeat scroll 0 0;
    z-index: -1;
}

.services-details-items {
    position: relative;
}

.services-widgets {
    position: sticky;
    top: 150px;
}

/* ==============================================================
    # Pricing Style Two
=================================================================== */
.nav.nav-tabs.pricing-tab-navs {
    border: none;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    background: var(--white);
    width: 70px;
    border-radius: 30px;
    padding-left: 3px;
    height: 35px;
    border: 1px solid #b5b6ee;
}

.nav.nav-tabs.pricing-tab-navs button {
    display: inline-block;
    background: transparent;
    border: none;
    color: var(--color-heading);
    padding: 0;
    border-radius: inherit;
    overflow: inherit;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    height: 36px;
    width: 30px;
}

.nav.nav-tabs.pricing-tab-navs button::after {
    display: none;
}

.nav.nav-tabs.pricing-tab-navs button::before {
    position: absolute;
    left: 0;
    bottom: 6px;
    content: "";
    height: 27px;
    width: 0;
    background: var(--color-primary);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 40px;
}

.color-style-two .nav.nav-tabs.pricing-tab-navs button::before {
    background: var(--color-style-two);
}

.nav.nav-tabs.pricing-tab-navs button.active::before {
    width: 27px;
}

.nav.nav-tabs.pricing-tab-navs button span {
    position: absolute;
    top: 5px;
    width: 100px;
    left: 100%;
    opacity: 0.5;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}

.nav.nav-tabs.pricing-tab-navs button:first-child span {
    right: 100%;
    left: auto;
    margin-right: 15px;
}

.nav.nav-tabs.pricing-tab-navs button.active span {
    opacity: 1;
}

ul.list-style-three {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.list-style-three li {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    color: var(--color-heading);
}

.text-light ul.list-style-three li {
    color: var(--white-secondary);
}

.bg-theme ul.list-style-three li {
    color: var(--white);
}

.bg-theme ul.list-style-three li::after {
    filter: brightness(0) invert(1);
}

ul.list-style-three li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    background-image: url(../img/icon/arrow-standard-primary.html);
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.color-style-two ul.list-style-three li::after {
    background-image: url(../img/icon/arrow-standard.png);
}

.text-light ul.list-style-three li::after {
    filter: brightness(0) invert(1);
}

.pricing-style-one {
    padding: 50px;
    background: var(--white);
    border-radius: 20px;
    height: 100%;
    border: 3px solid var(--white);
    background-position: center;
    background-size: cover;
}

.pricing-style-one.active {
    background: var(--white);
}

.pricing-style-one .pricing {
    margin-bottom: 5px;
    display: block;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-heading);
}

.pricing-style-one .pricing span {
    color: var(--color-heading);
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}

.pricing-style-one .btn {
    display: block;
    margin-bottom: 30px;
    padding: 14px 40px;
    border-radius: 30px;
}

.pricing-style-one .btn.btn-border {
    padding: 12px 40px;
}

.pricing-style-one h3 {
    font-size: 24px;
    font-weight: 500;
}

/* ==============================================================
    # Pricing Style Two
=================================================================== */
.pricing-two-navs .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    display: grid;
    gap: 28px;
}

.pricing-two-navs .nav-tabs::before {
    display: none;
}

.pricing-two-navs .nav-tabs .nav-link {
    text-align: left;
    background: var(--white);
    width: 100%;
    color: var(--color-heading);
    margin: 0;
    padding: 30px;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
}

.color-style-five .pricing-two-navs .nav-tabs .nav-link {
    background: rgba(255, 255, 255, 0.7);
}

.bg-dark.color-style-five .pricing-two-navs .nav-tabs .nav-link {
    background: var(--white-secondary);
}

.pricing-two-navs .nav-tabs .nav-link.active {
    background: var(--white);
    border-color: var(--color-primary);
}

.bg-dark .pricing-two-navs .nav-tabs .nav-link.active {
    background: var(--white);
    border-color: var(--color-primary);
}

.color-style-five .pricing-two-navs .nav-tabs .nav-link.active {
    border-color: var(--white);
}

.pricing-style-three-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.pricing-two-navs .nav-tabs .nav-link span {
    color: #3b3434;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.pricing-two-navs .nav-tabs .nav-link strong {
    font-size: 30px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0;
}

.pricing-thee-content-item .info {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #bedede;
    background: rgba(255, 255, 255, 0.5);
}

.color-style-five .pricing-thee-content-item .info {
    border: 1px solid #dddddd;
}

.color-style-five.bg-dark .pricing-thee-content-item .info {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.pricing-thee-content-item .info h4 {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pricing-thee-content-item .info h4 img {
    height: 42px;
}

ul.list-style-five {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-style-five li {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    border-bottom: 1px solid #bedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.color-style-five ul.list-style-five li {
    border-bottom: 1px solid #dddddd;
}

.text-light ul.list-style-five li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.list-style-five li::after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
}

.color-style-five ul.list-style-five li::after {
    color: var(--color-heading);
}

.bg-dark.color-style-five ul.list-style-five li::after {
    color: var(--white-secondary);
}

ul.list-style-five li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.pricing-two-navs .nav-tabs .nav-link::after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 18px;
    width: 18px;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
}

.color-style-five .pricing-two-navs .nav-tabs .nav-link::after {
    border: 1px solid var(--dark);
}

.pricing-two-navs .nav-tabs .nav-link.active::after {
    background: var(--color-primary);
}

.color-style-five .pricing-two-navs .nav-tabs .nav-link.active::after {
    background: var(--color-style-five);
}

.pricing-two-contents .btn {
    display: block;
}

.card-style-nine {
    background: var(--color-primary);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

.color-style-five .card-style-nine {
    background: var(--color-style-five);
}

.card-style-nine .thumb {
    position: relative;
    z-index: 1;
    padding: 0 8%;
}

.card-style-nine .thumb img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 80%;
    filter: brightness(0) invert(1);
}

.color-style-five .card-style-nine .thumb img:nth-child(2) {
    filter: none;
}

.card-style-nine h4 {
    color: var(--white);
}

.card-style-nine p {
    color: var(--white-secondary);
}

.color-style-five .card-style-nine h4,
.color-style-five .card-style-nine p {
    color: var(--color-heading);
}

/* ==============================================================
    # Pricing Style Three
=================================================================== */
.pricing-style-three-item {
    background: var(--white);
    padding: 50px 37px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid #e0e0eb;
}

.pricing-style-three-item.active {
    background: linear-gradient(315deg, #4f9f9f, #ffee00);
    border: none;
}

.color-style-two .pricing-style-three-item.active {
    background: linear-gradient(315deg, #1969f4, #ec77c6);
}

.pricing-style-three-item::after {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    border-radius: 10px;
    background: var(--white);
    z-index: -1;
}

.pricing-style-three-item .pricing-header {
    margin-bottom: 30px;
}

.pricing-style-three-item .pricing-header span {
    font-weight: 700;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--color-heading);
    line-height: 1.2;
}

ul.list-style-six {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: grid;
    gap: 25px;
}

ul.list-style-six p {
    margin-bottom: 0;
    font-size: 15px;
}

ul.list-style-six li i {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #d7d7e8;
    border-radius: 50%;
    color: var(--color-primary);
    font-weight: 300;
    font-size: 22px;
}

.color-style-two ul.list-style-six li i {
    color: var(--color-style-two);
}

ul.list-style-six li {
    display: flex;
    gap: 15px;
}

ul.list-style-six li h2 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}

.pricing-style-three-item .pricing-bottom-info {
    margin-top: 40px;
}

.pricing-bottom-info h3 {
    font-size: 20px;
}

.pricing-style-three-item .btn {
    margin-top: 25px;
}

.pricing-style-three-item .pricing h1 {
    margin: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.pricing-style-three-item .pricing h1 sub {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    margin-left: 5px;
    color: var(--color-paragraph);
}

.pricing-style-three-item .pricing h1 sup {
    font-size: 30px;
}

.pricing-style-three-item ul.list-style-six {
    border-top: 1px solid #dddde2;
    padding-top: 30px;
}

/* ==============================================================
    # Food Category
=================================================================== */
.food-cat-area .shape {
    position: absolute;
    right: 5%;
    max-width: 300px;
    top: 300px;
}

.accordion-style-three .accordion-item {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    margin-bottom: 4px;
}

.accordion-style-three .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style-three .accordion-item .accordion-button {
    background: var(--white);
    border: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    color: var(--color-heading);
    padding: 35px 50px;
    border-radius: 0;
    font-size: 26px;
    transition: all 0.35s ease-in-out;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.accordion-style-three .accordion-item .accordion-button:not(.collapsed) {
    color: var(--white);
}

.bg-dark-secondary .accordion-style-three .accordion-item .accordion-button {
    background: var(--dark-secondary);
    color: var(--white);
}

.accordion-style-three .accordion-item strong {
    font-size: 38px;
    line-height: 1.2;
    display: block;
}

.accordion-style-three .accordion-item .accordion-button h4 {
    margin: 0;
    color: var(--white);
    font-size: 20px;
}

.accordion-style-three .accordion-item .accordion-button::before {
    display: none;
}

.accordion-style-three .accordion-item .accordion-header {
    margin: 0;
    padding: 0;
    border: none;
}

.accordion-style-three .accordion-item .accordion-collapse {
    background: var(--color-primary);
}

.accordion-style-three .accordion-item .accordion-collapse {
    background: var(--white);
}

.text-light .accordion-style-three .accordion-item .accordion-collapse {
    background: #31343b;
}

.accordion-style-three .accordion-item p {
    color: var(--white);
}

.color-style-six
    .accordion-style-three
    .accordion-item
    .accordion-button:not(.collapsed) {
    background: var(--color-style-six);
}

.color-style-six
    .accordion-style-three
    .accordion-item
    .accordion-button:not(.collapsed)
    b {
    color: var(--white);
}

.accordion-style-three .accordion-item .accordion-button .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.accordion-style-three .accordion-item .accordion-button::after {
    display: none;
}

.accordion-style-three .accordion-item .accordion-body {
    padding: 50px;
    padding-left: 120px;
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.accordion-style-three .accordion-item .accordion-body p:last-child {
    margin: 0;
}

.accordion-style-three .accordion-item .accordion-body .thumb {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 100%;
    width: 100%;
}

.accordion-style-three .accordion-item .accordion-body .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.accordion-style-three .accordion-item .accordion-body .card-style-thirteen {
    background: #f3efed;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.text-light
    .accordion-style-three
    .accordion-item
    .accordion-body
    .card-style-thirteen {
    background: var(--dark-optional);
}

.accordion-style-three .accordion-item .accordion-body .card-style-thirteen p {
    margin: 0;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.accordion-style-three
    .accordion-item
    .accordion-body
    .card-style-thirteen
    p::after {
    position: absolute;
    left: 0;
    content: "\e80b";
    font-family: "validicon";
    top: 3px;
    color: var(--color-primary);
}

.color-style-six
    .accordion-style-three
    .accordion-item
    .accordion-body
    .card-style-thirteen
    p::after {
    color: var(--color-style-six);
}

.card-style-thirteen ul.list-style-three li {
    font-size: 17px;
}

.accordion-style-three .accordion-item .accordion-button b {
    margin: 0;
    color: var(--color-style-six);
    text-transform: uppercase;
    font-family: var(--font-default);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display: block;
}

.text-light .accordion-style-three .accordion-item .accordion-button b {
    color: #f3c098;
}

ul.list-style-seven {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

ul.list-style-seven li {
    padding-left: 26px;
    position: relative;
    z-index: 1;
}

ul.list-style-seven li::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
}

.accordion-style-three ul.list-style-seven {
    margin-bottom: 30px;
}

.accordion-style-three ul.list-style-seven:last-child {
    margin-bottom: 0;
}

.color-style-six ul.list-style-seven li::after {
    background: var(--color-style-six);
}

.text-light ul.list-style-seven li {
    color: var(--white-secondary);
}

.card-style-thirteen h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: var(--font-default);
    font-weight: 600;
}

.card-style-thirteen h4 {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #cccccc;
    max-width: max-content;
    padding: 5px 15px;
    border-radius: 30px;
}

.text-light .card-style-thirteen h4 {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.card-style-thirteen .btn {
    max-width: max-content;
}

/* ==============================================================
    # Award
=================================================================== */
.award-counter {
    height: 350px;
    width: 350px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.text-light .award-counter {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.award-counter::after {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #f1ecec;
    border-radius: 50%;
}

.text-light .award-counter::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.award-counter .js-counter {
    font-size: 50px;
    display: flex;
    line-height: 1;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.color-style-five .award-counter .js-counter {
    color: var(--color-heading);
}

.color-style-five.bg-dark .award-counter .js-counter {
    color: var(--color-style-five);
}

.award-counter .js-counter .js-counter-num {
    font-size: 80px;
    font-weight: 600;
    color: var(--color-primary);
}

.color-style-five .award-counter .js-counter .js-counter-num {
    color: var(--color-heading);
}

.color-style-five.bg-dark .award-counter .js-counter .js-counter-num {
    color: var(--color-style-five);
}

.award-counter h2,
.award-counter h4 {
    font-size: 24px;
    margin-bottom: 0;
}

.award-style-one-item {
    display: grid;
    grid-template-columns: 1fr 2.5fr 1fr;
    gap: 50px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.text-light .award-style-one-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.award-style-one-item img {
    max-height: 80px;
}

.award-style-one-item:last-child {
    margin: 0;
    border: none;
}

.award-style-one-item p {
    margin: 0;
}

.award-style-one-item h2,
.award-style-one-item h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.award-style-one-item .year {
    text-align: right;
}

.award-style-one-item .year strong {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 3px 30px;
    border-radius: 30px;
    position: relative;
    transform: rotate(-45deg);
    color: var(--color-primary);
}

.color-style-five .award-style-one-item .year strong {
    color: var(--color-heading);
}

.text-light .award-style-one-item .year strong {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.award-style-one-item .year strong::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--color-primary);
    border-radius: 50%;
}

.color-style-five .award-style-one-item .year strong::after {
    background: var(--color-paragraph);
}

.text-light .award-style-one-item .year strong::after {
    background: var(--white);
}

/* ==============================================================
    # Promotion Text
=================================================================== */
.promotion-text-content h1 {
    margin: 0;
    display: inline-block;
    font-size: 100px;
    align-items: center;
    line-height: 1;
    padding-bottom: 5px;
    margin-top: -12px;
}

.promotion-text-content h1 img {
    max-height: 80px;
    border-radius: 40px;
    margin: 0 -10px;
}

/* ==============================================================
    # Project
=================================================================== */
.project-style-one {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.project-style-one .thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-style-one .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: max-content;
    padding: 50px;
    background: var(--white);
}

.project-style-one .btn-simple {
    max-width: max-content;
    color: var(--color-heading);
}

.project-style-one .thumb {
    position: relative;
    z-index: 1;
}

.project-style-one .thumb span {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-primary);
    color: var(--white);
    writing-mode: vertical-lr;
    padding: 20px 5px;
    text-transform: capitalize;
    font-size: 18px;
}

.project-style-one .info span {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--color-primary);
    font-family: var(--font-style-two);
}

.project-swiper-nav {
    display: inline-flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}

.project-swiper-nav .project-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    height: 38px;
}

.project-button-prev {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--white);
}

.project-button-next {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--white);
}

.project-button-prev i,
.project-button-next i {
    font-weight: 300;
    font-size: 18px;
}

.project-swiper-nav.text-center {
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    gap: 100px;
}

/* ==============================================================
    # Project Style Two
=================================================================== */
.project-style-two-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-style-two-item img {
    border-radius: 10px;
}

.project-style-two-item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    background: var(--white);
    z-index: 999;
    padding: 50px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    gap: 30px;
    border-radius: 8px;
}

.swiper-slide-active .project-style-two-item .info {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.project-style-two-item .info img {
    height: 30%;
    width: auto;
    max-width: max-content;
    border-radius: 10px;
}

a.btn-circle svg {
    transition: all 0.35s ease-in-out;
}

a.btn-circle {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    min-width: 50px;
}

.color-style-two a.btn-circle {
    background: var(--color-style-two);
}

.project-style-two-item:hover a.btn-circle svg {
    transform: rotate(45deg);
}

.project-style-two-item .info .top {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
}

.project-style-two-item .info h3 {
    font-size: 28px;
    margin: 0;
}

.project-style-two-item .info p {
    margin: 0;
}

.project-two-swiper-pagination {
    margin: 0;
    text-align: center;
    margin-top: 50px;
    transform: none;
    position: relative;
    left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.project-two-swiper-pagination .project-two-pagination {
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two-swiper-pagination
    .project-two-pagination
    .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    margin: 0;
    transform: scale(0.5);
    border: 2px solid var(--dark);
}

.project-two-swiper-pagination
    .project-two-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    margin: 0 5px;
    background: var(--white);
}

/* ==============================================================
    # Project Style Three
=================================================================== */
.large-heading {
    margin-bottom: 60px;
}

.large-heading h1 {
    font-size: 160px;
    text-transform: uppercase;
    line-height: 120px;
    font-weight: 700;
}

.large-heading h2 {
    text-align: right;
    font-size: 160px;
    text-transform: uppercase;
    line-height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    font-weight: 700;
}

.large-heading h2 span {
    font-size: 55px;
    line-height: 1;
    background: var(--color-primary);
    color: var(--white);
    height: 125px;
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
}

.color-style-five .large-heading h2 span {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.large-heading h2 strong {
    font-weight: 700;
    display: inline-block;
}

.portfolio-style-one {
    margin-bottom: 80px;
    overflow: hidden;
    border-radius: 20px;
}

.pf-item-info h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.pf-item-info ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 50px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.pf-item-info ul li p {
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
}

.pf-item-info {
    border-radius: 0 0 20px 20px;
    padding: 30px;
    padding-top: 25px;
    background: var(--bg-gray-secondary);
}

.text-light .pf-item-info {
    background: #3d404d;
}

.pf-item-info ul li {
    font-size: 20px;
}

.pf-item-info ul li a {
    display: inline-block;
    background: var(--dark);
    color: var(--white);
    padding: 0 15px;
    border-radius: 30px;
    font-size: 15px;
}

.bg-dark .pf-item-info ul li a {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.pf-item-info .item-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.bg-dark .pf-item-info .btn-simple svg path {
    stroke: var(--white);
}

/* ==============================================================
    # Project Style Four
=================================================================== */
.project-style-four-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.project-style-four-info {
    padding: 50px 0;
}

.thumb-style-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.thumb-style-three img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-style-three img:nth-child(2) {
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: color;
    top: auto;
    bottom: 0;
}

.project-style-four-item span {
    display: inline-block;
    border: 1px solid #c4dada;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.color-style-two .project-style-four-item span {
    border: 1px solid #b1b1e7;
}

.project-style-four-item h2 {
    margin-bottom: 30px;
    transition: all 0.35s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.project-style-four-item .content {
    transition: all 0.35s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.swiper-slide-active .project-style-four-item span {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.swiper-slide-active .project-style-four-item h2 {
    transform: translateY(0);
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
}

.swiper-slide-active .project-style-four-item .content {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}

.project-style-four-item .arrow {
    margin-bottom: 30px;
}

.project-style-four-carousel {
    position: relative;
}

.project-four-swiper-navigation {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 25%;
    bottom: 0;
    background: var(--white);
    z-index: 2;
    border-radius: 10px 10px 0 0;
}

.project-four-swiper-navigation::before {
    position: absolute;
    left: -14px;
    bottom: 0px;
    content: "";
    height: 30px;
    width: 14px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transition: all 0.35s ease-in-out;
}

.bg-gray-secondary .project-four-swiper-navigation::before {
    box-shadow: 0 20px 0 0 var(--bg-gray-secondary);
}

.project-four-swiper-navigation::after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    content: "";
    height: 30px;
    width: 14px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transition: all 0.35s ease-in-out;
}

.bg-gray-secondary .project-four-swiper-navigation::after {
    box-shadow: 0 20px 0 0 var(--bg-gray-secondary);
}

.project-four-swiper-navigation > div {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--color-heading);
}

.bg-gray-secondary .project-four-swiper-navigation {
    background: var(--bg-gray-secondary);
}

/* ==============================================================
    # Project Style Five
=================================================================== */

.project-style-five-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.project-style-five-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 40%;
    background: var(--color-primary);
    z-index: -1;
}

.color-style-eight .project-style-five-area::after {
    background: var(--color-style-eight);
}

.project-style-five-item img {
    width: 100%;
}

.project-style-five-item {
    position: relative;
    z-index: 1;
    padding-top: 250px;
}

.project-style-five-item .project-card-info {
    position: relative;
    left: 100px;
    bottom: 50px;
    padding: 50px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide-active .project-style-five-item .project-card-info {
    left: 50px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

.project-card-info {
    background: var(--white);
}

@media (min-width: 1600px) {
    .project-card-info {
        max-width: 60%;
    }
}

.project-style-five-item ul {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    column-gap: 30px;
    border-top: 1px solid #dddddd;
    padding-top: 25px;
}

.project-style-five-item ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.project-style-five-item ul li::after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    height: 6px;
    width: 6px;
    background: var(--color-style-eight);
    border-radius: 50%;
}

.project-style-five-item ul li strong {
    color: var(--color-heading);
}

.project-card-info > span {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #e7e7e7;
    padding: 2px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.project-style-five-item > img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.project-five-swiper-nav > div {
    display: inline-flex;
    height: 60px;
    width: 60px;
    text-align: center;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-heading);
}

.project-five-swiper-nav > div i {
    line-height: 1;
    font-size: 16px;
    position: relative;
    top: -2px;
    left: -4px;
}

.project-five-swiper-nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.project-five-swiper-nav > div.project-five-prev {
    margin-right: 60px;
    background: var(--dark);
    color: var(--white);
}

/* ==============================================================
    # Project Style Six
=================================================================== */
@media (min-width: 1600px) {
    .project-style-six-area .container-fill {
        padding: 0;
    }
}

.project-style-six-carousel .swiper-wrapper {
    align-items: center;
}

.project-style-six-item img {
    border-radius: 200px;
}

.swiper-slide:nth-child(2n) .project-style-six-item img {
    border-radius: 300px;
}

.swiper-slide:nth-child(3n) .project-style-six-item img {
    border-radius: 300px 300px 30px 30px;
}

.project-six-swiper-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.project-six-swiper-nav > div {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: var(--dark);
    color: var(--white);
    text-align: center;
    border-radius: 50%;
}

.text-light .project-six-swiper-nav > div {
    background: var(--white);
    color: var(--color-heading);
}

.project-six-swiper-nav > div i {
    font-weight: 400;
}

.project-six-swiper-nav > div.project-six-next {
    background: var(--color-style-six);
    color: var(--white);
}

/* ==============================================================
    # Project Details
=================================================================== */

.project-details-items img {
    border-radius: 10px;
}

@media (min-width: 1600px) {
    .project-details-main-info .title {
        padding-right: 15%;
    }
}

ul.project-info-list {
    border-bottom: 1px solid #dddddd;
    display: flex;
    gap: 50px;
    padding-bottom: 30px;
}

ul.project-info-list h2 {
    margin-bottom: 8px;
    font-size: 24px;
}

ul.project-info-list p {
    margin: 0;
    font-weight: 500;
}

ul.project-info-list > li {
    flex-grow: 1;
}

ul.project-info-list > li:last-child {
    border: none;
}

ul.project-info-list ul li {
    margin-top: 5px;
}

.item-grid-container {
    display: grid;
    grid-row-gap: 60px;
}

.item-grid-container img {
    margin-top: 50px;
}

.item-grid-colum {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
}

.thumb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
}

.thumb-grid img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-details-items .check-list h2 {
    font-size: 24px;
}

.item-grid-colum .left-info h3 {
    display: flex;
    align-items: center;
}

.item-grid-colum .left-info h3 strong {
    position: relative;
    z-index: 1;
    margin-right: 25px;
    padding-right: 50px;
    font-size: 40px;
    color: var(--color-primary);
    font-weight: 700;
}

.bg-dark .item-grid-colum .left-info h3 strong {
    -webkit-text-stroke: 1px #cccccc;
}

.item-grid-colum .left-info h3 strong::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    width: 30px;
    border-top: 1px solid;
    color: var(--color-primary);
}

.bg-dark .item-grid-colum .left-info h3 strong::after {
    border-top: 1px solid;
    color: var(--white);
}

.project-paginvation-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    padding-top: 60px;
    padding-bottom: 60px;
}

.default-padding-bottom .project-paginvation-items {
    padding-bottom: 0;
}

.bg-dark .project-paginvation-items {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-previous a,
.project-next a {
    display: flex;
    align-items: center;
}

.project-next a {
    text-align: right;
}

.project-previous .icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--bg-gray);
    margin-right: 15px;
    color: var(--color-heading);
    border: 1px solid #a8cfcf;
    border-radius: 5px;
}

.project-next .icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--bg-gray);
    margin-left: 15px;
    color: var(--color-heading);
    border: 1px solid #a8cfcf;
    border-radius: 5px;
}

.bg-dark .project-next .icon {
    background: var(--dark-optional);
    color: var(--white);
}

.project-previous strong,
.project-next strong {
    margin: 0;
}

.project-previous .nav-title,
.project-next .nav-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.project-previous .nav-title strong,
.project-next .nav-title strong {
    text-transform: none;
    font-size: 20px;
    margin-top: 3px;
    display: block;
    line-height: 1.2;
}

.project-paginvation-items .project-all i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 5px;
    font-size: 23px;
    font-weight: 300;
}

.project-previous .icon i,
.project-next .icon i {
    font-weight: 500;
}

.blockquote {
    display: flex;
    padding: 50px;
    border-radius: 7px;
    gap: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blockquote::after {
    position: absolute;
    left: 50%;
    bottom: -100px;
    content: "";
    transform: translateX(-50%);
    height: 200px;
    width: 30%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
}

.blockquote i {
    display: inline-block;
    height: 70px;
    width: 70px;
    min-width: 70px;
    background: var(--color-primary);
    color: var(--white);
    text-align: center;
    line-height: 70px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    transform: rotate(180deg);
    border-radius: 5px;
    margin-top: 10px;
}

.blockquote p {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--white);
}

.blockquote p cite {
    display: block;
    font-style: normal;
    font-size: 18px;
    color: var(--white-secondary);
    margin-top: 15px;
    text-transform: uppercase;
}

.project-details-carousel {
    position: relative;
}

.project-details-carousel .project-details-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.project-details-carousel
    .project-details-pagination
    .swiper-pagination-bullet {
    background: var(--white);
    height: 15px;
    width: 15px;
    margin: 0;
    transition: all 0.35s ease-in-out;
    border: 1px solid var(--white);
    opacity: 1;
    border-radius: 50%;
    padding: 0;
}

.project-details-carousel
    .project-details-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.3);
    background: var(--color-primary);
}

/* ==============================================================
    # Technology
=================================================================== */
.technology-index-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.tech-index-one-item a {
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.tech-index-one-item a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    z-index: -1;
    border-radius: 10px;
}

.tech-index-one-item a {
    display: block;
    padding: 50px;
}

.tech-index-one-item span {
    margin: 0;
    display: block;
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.tech-index-one-item a img {
    height: 50px;
    margin-bottom: 25px;
}

.tech-index-one-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-right: 300px;
}

.tech-index-one-items:nth-child(2) {
    padding-right: 0;
    padding-left: 300px;
}

.tech-index-one-item.active a {
    background: var(--color-style-two);
}

.tech-index-one-item img {
    filter: brightness(0) invert(1);
}

/* ==============================================================
    # Contact Style One
=================================================================== */

.contact-form-style-one input,
.contact-form-style-one textarea {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
}

.text-light .contact-form-style-one input,
.text-light .contact-form-style-one textarea {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.25);
}

/* CSS */
.text-light .contact-form-style-one input::-webkit-input-placeholder,
.text-light .contact-form-style-one textarea::-webkit-input-placeholder {
    /* Chrome */
    color: var(--white-secondary);
}

.text-light .contact-form-style-one input:-ms-input-placeholder,
.text-light .contact-form-style-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white-secondary);
}

.text-light .contact-form-style-one input::-moz-placeholder,
.text-light .contact-form-style-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white-secondary);
    opacity: 1;
}

.text-light .contact-form-style-one input:-moz-placeholder,
.text-light .contact-form-style-one textarea:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: var(--white-secondary);
    opacity: 1;
}

.contact-form-style-one textarea {
    height: 180px;
}

.contact-form-style-one input:focus,
.contact-form-style-one textarea:focus {
    border-color: var(--color-style-five);
}

.contact-short-card {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}

.contact-short-card .icon {
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 22px;
    color: var(--color-heading);
}

.bg-dark .contact-short-card .icon {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.contact-short-card h2 {
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--color-paragraph);
    font-weight: 500;
}

.text-light .contact-short-card h2 {
    color: var(--white-secondary);
}

.contact-short-card a {
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    text-decoration: underline;
}

.intro-video video {
    width: 100%;
    overflow: hidden;
    margin-bottom: -12px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.intro-video::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 25%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(205 254 125) 130%)
        repeat scroll 0 0;
}

.intro-video a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 9;
}

a.play-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 8px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    color: var(--white);
}

a.play-btn i {
    display: inline-flex;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--white);
    color: var(--color-heading);
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

a.play-btn i::before {
    position: relative;
    left: 1px;
    top: 1px;
}

/* ==============================================================
    # 404 page
=================================================================== */

.error-page-area {
    position: relative;
    z-index: 1;
}

.error-page-area .shape-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 20%;
    background-position: left !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0.3;
    background-size: contain !important;
}

.error-page-area .shape-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 20%;
    background-position: right !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0.3;
    background-size: contain !important;
}

.error-box h1 {
    font-size: 150px;
    line-height: 110px;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.error-box p {
    padding: 0 10%;
}

/* ==============================================================
    # Contact
=================================================================== */
.contact-form-style-two {
    background: var(--bg-gray-secondary);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

.contact-form-heading .d-grid {
    display: grid;
}

.contact-form-heading .d-grid {
    grid-template-columns: 200px auto;
    gap: 30px;
}

.contact-form-heading .d-grid img {
    height: 150px;
    margin-left: -20px;
    margin-bottom: -50px;
}

.contact-form-heading h2 {
    font-size: 60px;
    margin: 0;
    margin-top: -10px;
    line-height: 1.1;
}

.contact-form-heading p {
    margin-bottom: 0;
}

.contact-form-style-two input,
.contact-form-style-two textarea {
    box-shadow: none !important;
    padding: 10px 20px;
    border-radius: 30px;
}

.contact-form-style-two textarea {
    height: 180px;
    padding: 20px;
}

.contact-address .phone-link {
    color: var(--color-primary);
    font-weight: 600;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
}

.contact-address .phone-link i {
    font-size: 40px;
    margin-right: 5px;
}

.contact-style-two-info li {
    display: flex;
    margin-top: 50px;
    padding: 35px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}

.contact-style-two-info li:first-child {
    margin-top: 0;
}

.contact-style-two-info li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--white);
    font-size: 25px;
    margin-right: 20px;
}

.contact-style-two-info li:nth-child(2) i {
    background: #0fc08a;
}

.contact-style-two-info li:nth-child(3) i {
    background: var(--dark);
}

.contact-style-two-info li p {
    margin: 0;
}

.contact-style-two-info li h3,
.contact-style-two-info li h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.contact-style-two-info li a {
    font-weight: 400;
}

@media (min-width: 1400px) {
    .contact-style-two-info li p {
        padding-right: 20%;
    }
}

.google-maps iframe {
    height: 650px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    padding: 10px;
    box-shadow: 0px 6px 21px 0 rgb(109 117 143 / 33%);
}

/* ==============================================================
    # Footer
=================================================================== */
footer.footer-style-one {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 100px;
    align-items: center;
}

.newsletter-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.newsletter-flex h3 {
    margin: 0;
}

.footer-top .logo img {
    height: 45px;
}

form.newsletter-style-one {
    position: relative;
    z-index: 1;
}

form.newsletter-style-one input {
    background: var(--white);
    box-shadow: none;
    border: none;
    padding: 15px;
    min-height: 60px;
    min-width: 470px;
}

form.newsletter-style-one button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--color-primary);
    border: none;
    height: 42px;
    width: 42px;
    border-radius: 5px;
}

.color-style-eight form.newsletter-style-one button {
    background: var(--color-style-eight);
}

.footer-style-one .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

.footer-bottom p {
    margin: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.text-end ul.link-list {
    justify-content: flex-end;
}

ul.link-list li a {
    font-weight: 400;
}

footer a {
    font-weight: 400;
}

footer.text-light,
footer.text-light li,
footer.text-light p,
footer.text-light a {
    color: var(--white-secondary);
}

footer.text-light a:hover {
    color: var(--white);
}

footer ul.social-profile {
    justify-content: flex-start;
}

.footer-style-one .f-item.about {
    position: relative;
    z-index: 1;
}

.footer-style-one .f-item.about::after {
    position: absolute;
    right: 0;
    top: -80%;
    content: "";
    height: 300%;
    width: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-one .f-items {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 120px;
}

.widget-title {
    margin-bottom: 30px;
}

footer ul.useful-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul.useful-link li {
    margin-top: 12px;
}

ul.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact-list li h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

ul.contact-list li {
    margin-top: 20px;
}

/* ==============================================================
    # Footer Style Two
=================================================================== */
.footer-top-style-two {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

.footer-top-style-two .logo img {
    height: 45px;
}

ul.social-style-two {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

ul.social-style-two li a {
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-top-style-two::after {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 2px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    z-index: -1;
}

.footer-top-style-two .logo {
    background: var(--dark);
    padding-right: 60px;
}

.footer-style-two ul.social-style-two {
    background: var(--dark);
    padding-left: 60px;
}

ul.social-style-two li a:hover {
    background: var(--color-primary);
}

.color-style-two ul.social-style-two li a:hover {
    background: var(--color-style-two);
}

.color-style-six ul.social-style-two li a:hover {
    background: var(--color-style-six);
}

.footer-style-two .f-items {
    padding-bottom: 120px;
}

.footer-style-two .about .content {
    padding-right: 45%;
}

form.newsletter-style-two {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

form.newsletter-style-two input,
form.newsletter-style-two input:focus {
    background: transparent;
    border: none;
    color: var(--white);
    min-height: 60px;
    padding: 0 20px;
    box-shadow: none;
}

form.newsletter-style-two button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.color-style-eight form.newsletter-style-two button {
    background: var(--color-style-eight);
}

form.newsletter-style-two button i {
    position: relative;
    left: -1px;
}

.color-style-two form.newsletter-style-two button {
    background: var(--color-style-two);
}

.footer-bottom-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
}

.footer-bottom-two p {
    margin: 0;
}

footer.footer-style-two {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

footer .large-text {
    margin-bottom: -80px;
    z-index: -1;
    position: relative;
}

footer.footer-style-two .large-text h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 480px;
    line-height: 0.8em;
    letter-spacing: -0.015em;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    font-weight: 500;
    background-position: center;
}

/* CSS */
.light-placeholder::-webkit-input-placeholder {
    /* Chrome */
    color: var(--white-secondary);
}

.light-placeholder:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white-secondary);
}

.light-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white-secondary);
    opacity: 1;
}

.light-placeholder:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: var(--white-secondary);
    opacity: 1;
}

.footer-style-two-bottom {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.06);
}

.footer-style-two-bottom p {
    margin: 0;
}

footer.footer-style-two::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 400px;
    width: 400px;
    background: var(--color-style-two);
    bottom: -25%;
    z-index: -1;
    border-radius: 50%;
    filter: blur(140px);
}

/* ==============================================================
    # Team
=================================================================== */
.team-style-one-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-style-one-item .info {
    display: flex;
    align-items: end;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.35s ease-in-out;
}

.team-style-one-item .info h3 {
    margin-bottom: 3px;
    font-size: 24px;
}

.team-style-one-item .info .social {
    display: flex;
    align-items: center;
}

.team-style-one-item .info .social ul {
    margin: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: -50px;
    z-index: 1;
    bottom: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-style-one-item .info .members {
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-right: 30px;
    transition: all 0.35s ease-in-out;
}

.team-style-one-item .info .members::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    bottom: -1px;
    right: -20px;
    background: var(--white);
    z-index: -1;
    clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
}

.team-style-one-item .info .social > i {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    color: var(--white);
    bottom: 0;
    right: -51px;
}

.team-style-one-item .info .social > i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    transform: skewX(24deg);
}

.team-style-one-item .info .social ul::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    transform: skewX(25deg);
    transition: all 0.35s ease-in-out;
}

.team-style-one-item:hover .info .social ul::after {
    transform: none;
}

.team-style-one-item .info .social ul a {
    display: inline-block;
    height: 40px;
    color: var(--white);
    line-height: 40px;
}

.team-style-one-item:hover .info .social ul {
    right: -20px;
    opacity: 1;
    visibility: visible;
}

.team-style-one-item:hover .members {
    margin-left: -80px;
    opacity: 0;
}

/* ==============================================================
    # Team
=================================================================== */
.team-style-two-item .thumb {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.team-style-two-item .thumb img {
    border-radius: 8px;
}

.team-style-two-item {
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    border: 1px solid transparent;
}

.team-style-two-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--white) 100%) repeat
        scroll 0 0;
    z-index: -1;
    border-radius: 10px;
}

.team-style-two-item .thumb .social {
    position: absolute;
    right: -30px;
    bottom: -1px;
    background: var(--white);
    border-top-left-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding-top: 15px;
}

.team-style-two-item .thumb .social::after {
    position: absolute;
    left: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 20px 0 0 var(--white);
}

.team-style-two-item .thumb .social::before {
    position: absolute;
    right: 0px;
    top: -37px;
    content: "";
    height: 37px;
    width: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 0 0 var(--white);
}

.team-style-two-item .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.team-style-two-item .info {
    padding: 0 15px;
    padding-bottom: 15px;
}

.team-style-two-item .info h4 {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .team-style-two-item {
        transform: scale(0.9);
    }

    .swiper-slide.swiper-slide-active .team-style-two-item,
    .team-style-two-item:hover {
        border: 1px solid #d1d1f7;
        padding: 15px;
        border-radius: 10px;
        background: var(--white);
        transform: scale(1);
    }

    .swiper-slide-active .team-style-two-item .social,
    .team-style-two-item:hover .social {
        opacity: 1;
        visibility: visible;
        right: -1px;
    }
}

.team-style-two-items {
    position: relative;
}

.team-style-two-items .team-pagination {
    left: 50%;
    position: absolute;
}

.team-style-two-items .team-swiper-pagination {
    margin-top: 60px;
    position: relative;
    display: block;
    margin-bottom: -7px;
}

.team-style-two-items .team-swiper-pagination .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    border: 2px solid var(--white);
}

.team-style-two-items
    .team-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--dark);
}

/* ==============================================================
    # Team
=================================================================== */
.team-style-three-item .thumb {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.team-style-three-item .thumb img {
    border-radius: 8px;
}

.team-style-three-item {
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.team-style-three-item .thumb .social {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: var(--white);
    border-top-left-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.35s ease-in-out;
    padding-top: 15px;
}

.bg-gray .team-style-three-item .thumb .social {
    background: var(--bg-gray);
}

.bg-gray-secondary .team-style-three-item .thumb .social {
    background: var(--bg-gray-secondary);
}

.team-style-three-item .thumb .social::after {
    position: absolute;
    left: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .team-style-three-item .thumb .social::after {
    box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-three-item .thumb .social::after {
    box-shadow: 0 20px 0 0 var(--bg-gray-secondary);
}

.team-style-three-item .thumb .social::before {
    position: absolute;
    right: 0px;
    top: -37px;
    content: "";
    height: 37px;
    width: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 0 0 var(--white);
}

.bg-gray .team-style-three-item .thumb .social::before {
    box-shadow: 0 10px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-three-item .thumb .social::before {
    box-shadow: 0 10px 0 0 var(--bg-gray-secondary);
}

.team-style-three-item .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.team-style-three-item .info {
    padding: 0 15px;
}

.team-style-three-item .info h2 {
    margin-bottom: 5px;
    font-size: 24px;
}

/* ==============================================================
    # Team Style Four
=================================================================== */
.team-four-thumb-items {
    position: relative;
    height: 100%;
}

.team-four-thumb-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: contain;
    object-position: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-four-thumb-item.active {
    opacity: 1;
    visibility: visible;
}

.team-four-thumb-item img {
    transition: all 0.35s ease-in-out;
    transform: scale(0.9);
}

.team-four-thumb-item.active img {
    transform: scale(1);
}

ul.list-social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

ul.list-social li a i {
    display: inline-block;
    background: var(--dark);
    color: var(--white);
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.team-four-content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

.team-four-content-info ul.list-social {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}

.active .team-four-content-info ul.list-social {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.team-four-content-info h4 {
    margin: 0;
}

.team-four-content-list .item {
    padding: 25px 0;
    border-top: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
}

.team-four-content-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}

.team-hire-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.team-four-content-info span {
    transition: all 0.35s ease-in-out;
    position: relative;
}

.active .team-four-content-info span {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
}

.team-four-thumb-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==============================================================
    # Team Style Five
=================================================================== */

.team-style-five-item {
    overflow: hidden;
    border-radius: 200px 200px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: var(--bg-gray);
}

.bg-gray .team-style-five-item {
    background: var(--white);
}

.text-light .team-style-five-item {
    background: #24262c;
}

.text-light.color-style-six .team-style-five-item {
    background: #24262c;
}

.team-style-five-item .thumb img {
    border-radius: 200px 200px 0 0;
}

.team-style-five-item .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
}

.team-style-five-item .thumb::after {
    left: -15px;
    bottom: 0;
    right: -15px;
    content: "";
    height: 60px;
    background: var(--color-primary);
    position: absolute;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.text-light .team-style-five-item .thumb::after {
    background: var(--white);
}

.text-light .team-style-five-item.active .thumb::after,
.text-light .team-style-five-item:hover .thumb::after {
    background: var(--color-primary);
}

.color-style-six.text-light .team-style-five-item.active .thumb::after,
.color-style-six.text-light .team-style-five-item:hover .thumb::after {
    background: var(--color-style-six);
}

.team-style-five-item .info {
    padding: 30px;
}

.team-style-five-item .info h4 {
    margin-bottom: 5px;
}

.team-style-five-item .info span {
    color: var(--color-primary);
}

.color-style-six .team-style-five-item .info span {
    color: var(--color-style-six);
}

.team-style-five-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    gap: 10px;
}

.team-style-five-item ul li a i {
    display: inline-block;
    height: 50px;
    width: 45px;
    border-radius: 50px 50px 0 0;
    text-align: center;
    background: darkblue;
    line-height: 55px;
}

.team-style-five-item ul li a {
    display: inline-block;
    position: relative;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    color: var(--white);
}

.team-style-five-item:hover ul li a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    color: var(--white);
}

.team-style-five-item ul li:nth-child(2) a {
    transition-delay: 0.08s;
}

.team-style-five-item ul li:nth-child(3) a {
    transition-delay: 0.16s;
}

.team-style-five-item ul li a i.fa-facebook-f {
    background: #1877f2;
}

.team-style-five-item ul li a i.fa-linkedin-in {
    background: #0e76a8;
}

.team-style-five-item ul li a i.fa-dribbble {
    background: #ea4c89;
}

.color-style-six .team-style-five-item {
    background: #ebe6e2;
}

.color-style-six .team-style-five-item .thumb::after {
    background: var(--color-style-six);
}

/* ==============================================================
    # Team Single
=================================================================== */

.team-single-items {
    position: relative;
    z-index: 1;
}

.team-single-items .thumb img {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .team-single-items .thumb {
        position: sticky;
        top: 160px;
    }
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 35px;
    font-weight: 600;
    align-items: center;
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px;
}

.team-single-area .right-info .social ul {
    margin: 0;
    padding: 0;
    border: none;
}

.team-single-area .right-info .social .share-link {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    padding-right: 20px;
}

.team-single-area .right-info .social .share-link > i {
    display: inline-block;
    height: 50px;
    background: var(--dark);
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--white);
}

.team-single-area .right-info .social ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
    left: 58px;
    opacity: 1;
    pointer-events: auto;
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
}

.team-single-area .right-info .social ul li a {
    display: inline-flex;
    height: 50px;
    width: 50px;
    line-height: 52px;
    background: #e4efef;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.team-single-items .about ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.team-single-items .about ul li {
    margin-top: 10px;
    font-size: 18px;
    color: var(--color-heading);
    font-weight: 500;
}

.team-single-items .about ul li a {
    color: var(--color-paragraph);
}

.team-single-items .about ul li a:hover {
    color: var(--color-primary);
}

.team-single-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.team-list-item h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.team-list-item h3 {
    font-weight: 600;
    font-size: 20px;
}

.team-single-items .about .title {
    margin-bottom: 15px;
}

.team-single-items .about span {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #c4cece;
    padding: 3px 15px;
    border-radius: 5px;
}

.team-list-item span {
    text-transform: none;
    margin-bottom: 5px;
    color: var(--color-heading);
    display: block;
}

.team-list-item li {
    margin-top: 30px;
}

.team-list-item li:first-child {
    margin-top: 0;
}

.team-single-list ul {
    border: none;
    margin-top: 0;
    padding: 0;
}

.team-list-item ul {
    border-left: 1px solid;
    padding-left: 25px;
}

.team-list-item ul li {
    position: relative;
    z-index: 1;
}

.team-list-item ul li::after {
    position: absolute;
    left: -33px;
    top: 3px;
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: var(--white);
}

.skill-items .progress {
    overflow: inherit;
    height: 10px;
    border-radius: 50px;
    background: #dae5e5;
}

.skill-items .progress .progress-bar {
    background: var(--color-primary);
    overflow: inherit;
    border-radius: 30px;
    position: relative;
}

.progress-box:first-child {
    margin-top: 0;
}

.progress-box {
    margin-top: 35px;
}

.skill-items .progress-box h4 {
    font-size: 20px;
}

.skill-items .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -48px;
    background: var(--color-primary);
    border-radius: 5px;
    font-weight: 600;
    padding: 3px 7px;
    display: inline-block;
    font-size: 15px;
}

.skill-items .progress .progress-bar span::after {
    position: absolute;
    left: 3px;
    bottom: -10px;
    content: "";
    height: 11px;
    width: 12px;
    background: var(--color-primary);
    opacity: 0.5;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-form-card {
    padding: 80px;
    border-radius: 10px;
}

.contact-form-card p {
    font-size: 17px;
}

.contact-form-card .sub-title {
    border-color: #c5c6ff;
    margin-bottom: 25px;
}

.contact-form-card .form-group {
    margin-bottom: 30px;
}

.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cdd6d6;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.contact-form-card .form-group textarea {
    height: 150px;
}

/* ==============================================================
    # Faq
=================================================================== */
.funfact-card {
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.funfact-card h2,
.funfact-card h4 {
    margin: 0;
    font-size: 20px;
}

.funfact-card .js-counter {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 30px;
}

.funfact-card i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 40px;
    font-weight: 300;
}

.funfact-card:nth-child(2) i {
    transform: translateY(-50%) rotate(90deg);
}

.accordion-style-one-item {
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #dddddd;
}

.accordion-style-one-item button.accordion-button {
    background: no-repeat;
    box-shadow: none;
    padding: 25px;
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    gap: 50px;
    padding-right: 75px;
}

.accordion-style-one-item button.accordion-button::after {
    display: none;
}

.accordion-style-one-item:first-child {
    margin: 0;
}

.accordion-style-one-item .accordion-body {
    padding: 30px;
    border-top: 1px solid #dddddd;
}

.accordion-style-one-item .accordion-body p:last-child {
    margin: 0;
}

.accordion-style-one-item button.accordion-button::before {
    position: absolute;
    right: 25px;
    top: 20px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    height: 35px;
    width: 35px;
    border: 1px solid #cccccc;
    color: var(--color-heading);
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px;
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f068";
}

.accordion-style-one-item button.accordion-button:not(.collapsed) {
    background: var(--bg-gray-secondary);
}

.bg-dark .accordion-style-one-item {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .accordion-style-one-item button.accordion-button {
    color: var(--white-secondary);
}

.bg-dark .accordion-style-one-item button.accordion-button::before {
    background: var(--white);
    border-color: var(--white);
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed) {
    background: var(--color-style-five);
    color: var(--color-heading);
}

.bg-dark
    .accordion-style-one-item
    button.accordion-button:not(.collapsed)
    span {
    color: var(--color-heading);
}

.bg-dark
    .accordion-style-one-item
    button.accordion-button:not(.collapsed)::before {
    background: var(--color-style-five);
    border-color: var(--dark);
}

.bg-dark .accordion-style-one-item .accordion-body {
    border: none;
}

.style-two .accordion-style-one-item button.accordion-button {
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
}

.style-two .accordion-style-one-item .accordion-body p {
    font-size: 18px;
}

.style-two .accordion-style-one-item {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    margin: 0;
}

.bg-dark .style-two .accordion-style-one-item {
    border-color: rgba(255, 255, 255, 0.2);
}

/* ==============================================================
    # Brand
=================================================================== */

.brand-items {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 130px;
}

.brand-conetnt {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-left 50s linear infinite;
}

.brand-conetnt h2 {
    margin: 0;
    font-size: 100px;
    margin: 0 80px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.bg-dark .brand-conetnt h2 {
    color: var(--white);
}

.brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--color-heading);
    color: transparent;
    border: none;
    text-decoration: none;
}

.brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--color-heading);
    color: transparent;
    border: none;
    text-decoration: none;
}

.bg-dark .brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.brand-conetnt .item {
    position: relative;
}

.brand-conetnt .item::after {
    position: absolute;
    right: -30px;
    top: 50%;
    content: "\e828";
    font-family: "validicon";
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: translateY(-50%);
    font-size: 60px;
    line-height: 1;
    color: #3f5858;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

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

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

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

/* ==============================================================
    # Promotional Brand
=================================================================== */

.brand-two-items {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.brand-content {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    animation-name: marqee_left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 20s;
    gap: 40px;
}

.promotional-brand-one.bg-dark .brand-content {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    animation-name: marqee_left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-duration: 20s;
}

.brand-content h2 {
    margin: 0;
    font-size: 50px;
    margin: 0 50px;
    font-weight: 600;
    line-height: 1.4;
}

.brand-content .item {
    position: relative;
    display: flex;
    white-space: nowrap;
    gap: 10px;
    font-size: 20px;
}

.brand-content .item::after {
    position: absolute;
    right: -25px;
    top: 50%;
    content: "";
    height: 60px;
    width: 10px;
    border: 2px solid;
    transform: rotate(-15deg) translateY(-50%);
    opacity: 0.7;
}

.brand-content .item:nth-child(2n):after {
    transform: rotate(15deg) translateY(-50%);
}

.promotional-brand-one h2 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 800;
}

.brand-content .item span {
    width: 35px;
    margin-right: 5px;
}

.promotional-brand-one .brand-content .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
    border: none;
}

@keyframes marqee_left {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-25%);
    }
}

/* ==============================================================
    # Testimonials
=================================================================== */
.testimonial-style-one-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rating-info-one {
    margin-left: 205px;
}

.testimonial-thumb img {
    position: absolute;
    height: 100%;
    width: 40%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.testimonial-style-one-info {
    background: var(--bg-gray);
    margin-top: 50px;
    padding: 80px;
    position: relative;
}

.testimonial-style-one-item h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.testimonial-style-one-item img {
    height: 50px;
    margin-bottom: 20px;
}

.testimonial-style-one-item p {
    font-size: 30px;
    line-height: 1.6;
}

.testimonial-style-one-item .tm-provider {
    border-top: 2px solid;
    padding-top: 20px;
}

.testimonial-swiper-nav > div {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--bg-gray);
    color: var(--color-heading);
}

.testimonial-swiper-nav {
    display: flex;
    align-items: center;
    position: absolute;
    right: 100%;
    bottom: 0;
}

.testimonial-swiper-nav > div.testimonial-button-next {
    background: var(--color-primary);
    color: var(--white);
}

.testimonial-swiper-nav > div i {
    font-weight: 400;
    font-size: 20px;
}

.testimonial-style-one-info .icon {
    position: absolute;
    right: 80px;
    top: 100px;
}

.testimonial-style-one-info .icon img {
    height: 60px;
}

.testimonial-style-one-info .icon i {
    font-size: 60px;
    line-height: 1;
    color: var(--color-primary);
}

/* ==============================================================
    # Testimonial
=================================================================== */
.testimonial-style-two .thumb {
    height: 400px;
    width: 400px;
    text-align: center;
    position: relative;
    margin: auto;
}

.testimonial-style-two .thumb > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.testimonial-style-two .thumb .icon {
    position: absolute;
    right: 0;
    top: 60px;
    background: var(--color-primary);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.color-style-two .testimonial-style-two .thumb .icon {
    background: var(--color-style-two);
}

.gradient-title {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 8vw;
    font-weight: 800;
    background-size: cover;
    line-height: 0.9;
    margin-bottom: 0;
    margin-top: -15px;
}

.testimonial-style-two p {
    font-size: 26px;
    line-height: 1.7;
    margin: 0;
}

.text-light .testimonial-style-two p {
    color: var(--white);
}

.testimonial-style-two .tm-provider {
    margin-top: 30px;
}

.testimonial-style-two .tm-provider h2,
.testimonial-style-two .tm-provider h4,
.testimonial-style-two .tm-provider strong {
    margin-bottom: 5px;
    font-size: 24px;
    color: var(--color-heading);
    line-height: 1.2;
    display: block;
}

.text-light .testimonial-style-two .tm-provider h4,
.text-light .testimonial-style-two .tm-provider strong {
    color: var(--white);
}

.text-light .testimonial-style-two .tm-provider span {
    color: var(--white-secondary);
}

.testimonial-style-two .ratings {
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #c5e4e4;
    padding: 7px 25px;
    border-radius: 30px;
    padding-bottom: 8px;
}

.text-light .testimonial-style-two .ratings {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonial-style-two .ratings i {
    font-size: 15px;
    color: var(--color-primary);
}

.text-light .testimonial-style-two .ratings i {
    color: var(--white);
}

.testimonial-style-two .ratings span {
    margin-left: 5px;
    display: inline-block;
}

.testimonial-two-navtigations {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1;
}

.testimonial-two-navtigations > div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #c5e4e4;
    border-radius: 50%;
    color: var(--color-primary);
}

.text-light .testimonial-two-navtigations > div {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.testimonial-two-navtigations i {
    font-weight: 400;
}

/* ==============================================================
    # Testimonial Three
=================================================================== */

.tesimonial-style-three-area {
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
}

.testimonial-three-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
    height: 100%;
}

.rating-card-one {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.rating-card-one h2 {
    margin: 0;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    letter-spacing: -1px;
    border-radius: 5px;
    border: 1px solid;
}

.rating-card-one i {
    color: #ffb500;
    font-size: 16px;
}

.rating-card-one h3 {
    margin: 0;
    margin-top: 5px;
    font-size: 24px;
}

.testimonial-style-three-item {
    padding: 50px;
    background: var(--white);
    border-radius: 10px;
}

.color-style-two .testimonial-style-three-item {
    border: 1px solid #d7d7f9;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, var(--bg-gray-secondary) 0%, var(--white) 130%)
        repeat scroll 0 0;
}

.testimonial-style-three-item .tm-provider {
    border-top: 1px solid #e4e0df;
    padding-top: 20px;
    margin-top: 50px;
}

.color-style-two .testimonial-style-three-item .tm-provider {
    border-top: 1px solid #d7d7f9;
}

.testimonial-style-three-item .tm-provider h4 {
    margin-bottom: 5px;
    font-size: 22px;
}

.testimonial-style-three-item .thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.testimonial-style-three-item .thumb {
    height: 70px;
    width: 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.testimonial-three-left .thumb {
    position: relative;
    z-index: 1;
    max-width: 300px;
}

.testimonial-three-left .thumb img {
    border-radius: 8px;
}

.testimonial-three-left .thumb::after {
    position: absolute;
    left: 100%;
    top: -40px;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    border-radius: 7px;
    margin-left: -15px;
    z-index: -1;
}

.color-style-two .testimonial-three-left .thumb::after {
    background: var(--color-style-two);
}

.color-style-eight .testimonial-three-left .thumb::after {
    background: var(--color-style-eight);
}

.testimonial-three-left .thumb::before {
    position: absolute;
    left: 100%;
    top: -60px;
    content: "";
    height: 30px;
    width: 30px;
    background: #6cc2c2;
    margin-left: 20px;
    border-radius: 5px;
    z-index: -1;
}

.color-style-two .testimonial-three-left .thumb::before {
    background: #9f9fef;
}

.color-style-eight .testimonial-three-left .thumb::before {
    background: var(--color-style-eight);
    opacity: 0.3;
}

.testimonial-style-three-item .thumb i {
    position: absolute;
    right: -11px;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: var(--white);
    border-radius: 50%;
    color: var(--color-primary);
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: 1px solid;
}

.color-style-two .testimonial-style-three-item .thumb i {
    color: var(--color-style-two);
}

.color-style-eight .testimonial-style-three-item .thumb i {
    background: var(--color-style-eight);
    color: var(--white);
    border: 2px solid var(--white);
}

.testimonial-style-three-item .thumb i::before {
    top: 2px;
    position: relative;
}

.color-style-eight .testimonial-style-three-item .thumb i::before {
    position: relative;
    left: -1px;
    top: 2px;
}

.testimonial-style-three-item .item-ratings {
    position: absolute;
    right: 50px;
    top: 70px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-style-three-item .item-ratings i {
    font-size: 16px;
    position: relative;
    top: -1px;
    color: #ffba10;
}

.color-style-two .testimonial-style-three-item .item-ratings i {
    color: var(--color-style-two);
}

/* ==============================================================
    # Testimonial Style Four
=================================================================== */
.testimonial-style-four-items {
    background: var(--dark-optional);
    padding: 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.testimonial-style-four-items::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 200px;
    width: 200px;
    background: var(--color-style-five);
    z-index: -1;
    filter: blur(150px);
}

.testimonial-style-four-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial-style-four-item .thumb {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial-style-four-item .thumb .testimonial-four-pagination {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.testimonial-style-four-item .ratings i {
    font-size: 15px;
    color: var(--color-style-five);
}

.testimonial-style-four-item .ratings {
    margin-bottom: 20px;
}

.testimonial-style-four-item p {
    font-size: 24px;
}

.testimonial-style-four-item .provider h4 {
    margin-bottom: 5px;
    font-size: 24px;
}

.testimonial-four-left-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.testimonial-four-left-info .icon img {
    height: 50px;
}

.testimonial-four-left-info .navigation {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-four-left-info .navigation > div {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--white);
    text-align: center;
    color: var(--color-heading);
    border-radius: 50%;
}

.testimonial-style-four-item .bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-style-four-item .bottom img {
    height: 40px;
}

/* ==============================================================
    # Testimonial Style Five
=================================================================== */

.testimonial-style-five-item .tm-provider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.testimonial-style-five-item .tm-provider img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
}

.testimonial-style-five-item .tm-provider h4 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-style-five-item .tm-provider span {
    font-size: 15px;
}

.text-light .testimonial-style-five-item .tm-provider span {
    color: var(--white-secondary);
}

.testimonial-style-five-item .ratings i {
    color: #ffc800;
}

.testimonial-style-five-item p {
    font-size: 22px;
}

.testimonial-style-five-items {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border: 1px solid #badfdf;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
}

.text-light .testimonial-style-five-items {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
}

.default-padding-bottom .testimonial-style-five-items {
    border: 1px solid #badfdf;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial-style-five-item {
    padding: 120px;
    padding-left: 105px;
}

.testimonial-style-five-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 60px;
    background: var(--color-primary);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 25px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.color-style-two .testimonial-style-five-info {
    background-color: var(--color-style-two);
}

.testimonial-style-five-info .overall-rating h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.testimonial-style-five-info .overall-rating h3 {
    margin: 0;
    font-size: 20px;
}

.testimonial-style-five-info .overall-rating h2 {
    font-size: 50px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    gap: 15px;
}

.testimonial-style-five-info .overall-rating h2 sub {
    line-height: 1;
    bottom: 0;
    font-size: 25px;
}

.testimonial-style-five-info .user-card .thumb {
    margin-bottom: 25px;
}

.testimonial-style-five-item .top-info {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.testimonial-style-five-item .top-info h3 {
    margin: 0;
}

.testimonial-style-five-item .ratings {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #badfdf;
    border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.text-light .testimonial-style-five-item .ratings {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-style-five-item .ratings span {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.text-light .testimonial-style-five-item .ratings span {
    color: var(--white-secondary);
}

.testimonial-style-five-item h3 {
    margin-bottom: 25px;
}

.testimonial-five-navtigations {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 120px;
    bottom: 125px;
    z-index: 1;
}

.testimonial-five-navtigations > div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #badfdf;
    border-radius: 50%;
}

.text-light .testimonial-five-navtigations > div {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonial-five-navtigations i {
    font-weight: 400;
    color: var(--color-heading);
}

.text-light .testimonial-five-navtigations i {
    color: var(--white);
}

/* ==============================================================
    # Testimonial Style Six
=================================================================== */
.testimonial-style-six-items {
    position: relative;
    z-index: 1;
    padding: 0 300px;
}

.testimonial-style-six-items .thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
}

.testimonial-style-six-items .thumb img {
    width: 200px;
    border-radius: 10px;
    transform: rotate(-15deg);
}

.testimonial-style-six-items .thumb img:nth-child(2) {
    transform: rotate(15deg);
}

.testimonial-style-six-items .icon img {
    height: 60px;
    margin-bottom: 50px;
}

.testimonial-style-six-item p {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
}

.testimonial-style-six-item .provider {
    margin-top: 40px;
}

.testimonial-style-six-item .provider h2,
.testimonial-style-six-item .provider h4 {
    margin-bottom: 8px;
    font-size: 24px;
    color: var(--color-heading);
}

.color-style-six .testimonial-style-six-item .provider h2,
.color-style-six .testimonial-style-six-item .provider h4 {
    color: var(--color-style-six);
}

.testimonial-style-six-item .provider span {
    text-transform: uppercase;
}

.testimonial-six-paginations {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.testimonial-six-paginations
    .testimonial-six-pagination
    .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    background: transparent;
    border: 2px solid;
    transform: none;
    position: relative;
    z-index: 1;
    left: 0 !important;
}

.testimonial-six-paginations .testimonial-six-pagination {
    transform: none !important;
}

.testimonial-six-paginations
    .testimonial-six-pagination
    .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--color-primary);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.color-style-six
    .testimonial-six-paginations
    .testimonial-six-pagination
    .swiper-pagination-bullet::after {
    background: var(--color-style-six);
}

/* ==============================================================
    # App Demo
=================================================================== */

.app-demo-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.app-demo-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 150px;
    width: 100%;
    background: var(--bg-gray-secondary);
    z-index: -1;
}

.app-demo-content img {
    padding: 10px;
    background: var(--white);
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #d4d4f5;
}

.app-demo-area p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.large-title {
    font-size: 65px;
    line-height: 1.1;
    margin-top: -10px;
    font-weight: 500;
}

.site-heading .customer-list {
    justify-content: center;
    margin-bottom: 35px;
}

.site-heading .customer-list h5 {
    background-color: var(--dark);
}

/* ==============================================================
    # Professional Skills
=================================================================== */
.nav.nav-tab-style-one {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    display: flex;
    background-color: transparent;
    background-image: url(../img/shape/tab-shape-light.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bg-dark .nav.nav-tab-style-one {
    background-image: url(../img/shape/tab-shape.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nav.nav-tab-style-one::after {
    position: absolute;
    left: -100%;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 400%;
    border-bottom: 3px solid var(--bg-gray-secondary);
    display: block;
}

.bg-dark .nav.nav-tab-style-one::after {
    border-bottom: 3px solid #3d404d;
}

.nav.nav-tab-style-one::before {
    display: none;
}

.nav.nav-tab-style-one button.nav-link {
    flex: 1;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    padding: 25px;
    color: var(--color-heading);
    font-size: 20px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.bg-dark .nav.nav-tab-style-one button.nav-link {
    color: var(--white);
}

.nav.nav-tab-style-one button.nav-link.active {
    color: var(--color-heading);
    background-color: transparent;
}

.nav.nav-tab-style-one button.nav-link::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background-image: url(../img/shape/tab-active-shape.html);
    background-size: cover;
    background-position: center top;
    z-index: -1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
    visibility: hidden;
}

.nav.nav-tab-style-one button.nav-link.active::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.professional-skill-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.skill-progress {
    display: grid;
    align-items: center;
    grid-template-columns: 80px auto;
    gap: 30px;
}

.skill-progress h2 {
    margin: 0;
    display: inline-block;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
}

.bg-dark .skill-progress h2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.skill-progress .progress {
    border-radius: 30px;
    height: 8px;
    background: #dcdcdc;
}

.bg-dark .skill-progress .progress {
    background: #656565;
}

.skill-progress .progress .progress-bar {
    background: var(--color-style-five);
    width: 50%;
}

.skill-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.skill-item h3 {
    margin: 0;
    background: var(--white);
    padding-right: 30px;
    font-size: 18px;
}

.bg-dark .skill-item h3 {
    background: var(--dark-optional);
}

.skill-item::after {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    border-top: 1px solid #dddddd;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 1px;
}

.bg-dark .skill-item::after {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.skill-item .icon {
    display: inline-flex;
    background: var(--white);
    padding-left: 35px;
    font-size: 35px;
}

.bg-dark .skill-item .icon {
    background: var(--dark-optional);
}

.professional-skill-items {
    display: grid;
    gap: 30px;
    margin-top: 50px;
}

.skill-item .icon i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    background: var(--white-secondary);
    color: var(--color-heading);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: -18px;
    font-size: 20px;
}

.skill-item .icon i:nth-child(2) {
    background: var(--color-style-five);
    position: relative;
    z-index: 1;
    color: var(--color-heading);
}

.skill-item .icon img {
    background: var(--white);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
}

.skill-item .icon img:nth-child(2) {
    background: var(--color-style-five);
    filter: brightness(0) invert(1);
}

/* ==============================================================
    # Blog
=================================================================== */
.blog-style-one {
    background: var(--bg-gray);
    overflow: hidden;
}

.blog-style-one .thumb img {
    border-radius: 0;
}

.blog-style-one .top-info ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-style-one .top-info {
    padding: 25px;
    text-transform: uppercase;
    color: var(--color-heading);
    background: var(--white);
    border: 1px solid #e7e7e7;
    border-bottom: none;
}

.blog-style-one .top-info ul li a {
    display: inline-block;
    background: var(--color-primary);
    height: 30px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    color: var(--white);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.blog-style-one .top-info ul li a::after {
    position: absolute;
    left: 12px;
    bottom: -8px;
    content: "";
    height: 10px;
    width: 14px;
    background: var(--color-primary);
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.blog-style-one .info {
    padding: 30px;
}

.blog-style-one .info h4 a {
    font-weight: 700;
}

.blog-style-one .info h4 {
    line-height: 1.4;
}

/* Blog Two */
.blog-style-two .thumb img {
    border-radius: 10px;
}

.blog-style-two .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

ul.meta-one {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.meta-one li a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 15px;
}

.bg-gray-secondary ul.meta-one li a {
    border-color: #cccccc;
}

.blog-style-two .meta-one {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    border-top-right-radius: 8px;
    padding: 20px;
    padding-bottom: 0;
    padding-left: 0;
}

.blog-style-two .meta-one::before {
    position: absolute;
    left: -1px;
    top: -26px;
    content: "";
    height: 26px;
    width: 20px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray-secondary .blog-style-two .meta-one::before {
    box-shadow: 0 20px 0 0 var(--bg-gray-secondary);
}

.blog-style-two .meta-one::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-left-radius: 17px;
    box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray-secondary .blog-style-two .meta-one::after {
    box-shadow: 0 20px 0 0 var(--bg-gray-secondary);
}

.bg-gray-secondary .blog-style-two .meta-one {
    background: var(--bg-gray-secondary);
}

/* Blog Three */
.blog-style-three-alt {
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.blog-style-three-alt .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
}

.blog-style-three-alt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-style-three-alt .info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    z-index: -1;
}

.blog-three-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-three-meta ul li a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.blog-style-three-alt .blog-three-meta ul li a {
    border-color: rgba(255, 255, 255, 0.3);
}

.blog-style-three-alt a:hover {
    color: var(--white);
}

.blog-style-three-alt h3 {
    margin: 0;
    margin-top: 20px;
    line-height: 1.3;
}

.blog-style-three-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin-top: 30px;
}

.blog-style-three-item:first-child {
    margin-top: 0;
}

.blog-style-three-item .blog-three-meta {
    margin-top: 25px;
}

.blog-style-three-item .left-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-style-three-item h4 {
    line-height: 1.3;
}

.blog-style-three-item .btn-circle {
    background: var(--dark);
}

.blog-style-three-item:hover .btn-circle {
    background: var(--color-style-two);
}

.blog-style-three-item:hover .btn-circle svg {
    transform: rotate(45deg);
}

/* Blog Four */

.blog-area {
    position: relative;
    z-index: 1;
}

.left-heading {
    display: grid;
    grid-template-columns: 300px auto auto;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.left-heading .title {
    margin-top: -10px;
}

.blog-style-four {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    margin-top: 50px;
}

.bg-dark .blog-style-four {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-style-four-info a {
    font-weight: 500;
}

.blog-style-four img {
    border-radius: 10px;
}

.blog-style-four:first-child {
    margin-top: 0;
}

ul.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

ul.blog-meta li {
    position: relative;
    z-index: 1;
    padding-right: 14px;
}

ul.blog-meta li::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 5px;
    width: 5px;
    background: var(--dark);
    border-radius: 50%;
    margin-top: 1px;
}

.text-light ul.blog-meta li::after {
    background: var(--white);
}

.color-style-five ul.blog-meta li::after {
    background: var(--color-style-five);
}

ul.blog-meta li:last-child:after {
    display: none;
}

ul.blog-meta li a {
    font-weight: 400;
}

a.btn-circle-border {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 49px;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 50%;
}

.bg-dark a.btn-circle-border {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

a.btn-circle-border:hover {
    background: var(--color-style-five);
    border-color: var(--color-style-five);
    color: var(--color-heading);
}

/* Blog Five */
.shape-top-right {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: -1;
}

.blog-style-five {
    background: var(--white);
    padding: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-style-five img {
    height: 100%;
}

.blog-card {
    padding: 30px;
}

.blog-card h2 {
    line-height: 1.4;
    font-size: 28px;
}

.blog-card .info > i {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--color-primary);
    font-size: 30px;
    line-height: 1;
}

.color-style-eight .blog-card .info > i {
    color: var(--color-style-eight);
}

.blog-card .meta li,
.blog-card .meta li a {
    color: var(--white-secondary);
}

.blog-style-five .meta {
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.blog-style-five .blog-card {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 20%;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-style-five:hover .blog-card,
.active .blog-style-five .blog-card {
    top: 15px;
    visibility: visible;
    opacity: 1;
}

/* ==============================================================
    # Blog Style Six
=================================================================== */
.blog-style-six-item {
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 50px;
}

.blog-style-six-item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-style-six-item .thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-style-six-item h3 {
    line-height: 1.4;
}

.date-style-one h2 {
    display: flex;
    gap: 5px;
}

.date-style-one h2 span {
    background: #e3dcd7;
    color: var(--color-heading);
    padding: 10px 25px;
}

.text-light .date-style-one h2 span {
    background: var(--white);
}

.date-style-one h2 strong {
    background: var(--color-style-six);
    padding: 10px 20px;
    font-weight: 500;
    color: var(--white);
}

.blog-style-six-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    margin-top: 50px;
}

.blog-style-six-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

/* ==============================================================
    # Footer Style Three
=================================================================== */

.footer-top-style-three {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 80px 0;
}

.footer-style-three {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-style-three .f-item.contact {
    padding-right: 50px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.footer-style-three .f-item.contact::after {
    position: absolute;
    right: 0;
    top: -100%;
    content: "";
    height: 400%;
    width: 400%;
    background: var(--dark-secondary);
    z-index: -1;
}

.title-badge {
    display: block;
    background: var(--color-primary);
    margin-right: -50px;
    padding: 18px 25px;
    font-size: 18px;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.color-style-two .title-badge {
    background: var(--color-style-two);
}

.title-badge::after {
    position: absolute;
    left: 0;
    bottom: -14px;
    content: "";
    height: 15px;
    width: 15px;
    background: var(--color-primary);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.color-style-two .title-badge::after {
    background: var(--color-style-two);
}

.footer-style-three-bottom {
    background: var(--dark-secondary);
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
}

.footer-style-three-bottom p {
    margin: 0;
}

.footer-style-three .footer-item.mt-50 {
    padding-top: 60px;
    padding-bottom: 110px;
}

.footer-top-style-three .logo img {
    height: 45px;
    margin-bottom: 30px;
}

.footer-top-style-three p {
    margin: 0;
}

form.newsletter-style-three {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

form.newsletter-style-three input {
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--white);
    height: 60px;
    padding: 20px;
}

form.newsletter-style-three button {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: var(--color-primary);
    border: none;
    height: 44px;
    padding: 0 20px;
    color: var(--white);
    font-size: 16px;
}

.color-style-two form.newsletter-style-three button {
    background: var(--color-style-two);
}

form.newsletter-style-three button:hover {
    background: var(--white);
    color: var(--color-heading);
}

.newsletter-style-three-card h4 {
    margin-bottom: 25px;
}

ul.social-style-three {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social-style-three li a {
    display: inline-block;
    background: #3f434e;
    padding: 10px 20px;
    min-width: 150px;
    border-radius: 5px;
}

ul.social-style-three li a:hover {
    background: var(--color-primary);
}

.color-style-two ul.social-style-three li a:hover {
    background: var(--color-style-two);
}

ul.social-style-three li {
    margin-top: 12px;
}

ul.social-style-three li:first-child {
    margin-top: 0;
}

ul.social-style-three li i {
    margin-right: 5px;
}

/* ==============================================================
    # Footer Style Four
=================================================================== */

footer.footer-style-four .shape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
    z-index: -1;
}

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer.footer-style-four {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 15%;
}

.footer-top-style-four {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-top-style-four .logo img {
    height: 80px;
    margin-bottom: 30px;
}

.footer-top-style-four ul.social-style-two {
    justify-content: center;
}

.footer-top-style-four p {
    padding: 0 15%;
}

.footer-style-four .f-item.contact {
    position: relative;
    z-index: 1;
    margin-right: 20px;
    padding-right: 60px;
}

.footer-style-four .f-item.contact::after {
    position: absolute;
    right: 0;
    top: -50%;
    content: "";
    height: 300%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-style-four .f-items {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media (min-width: 1200px) {
    .footer-style-four .f-item.contact p {
        padding-right: 15%;
    }
}

/* ==============================================================
    # Footer Style Five
=================================================================== */

footer.footer-style-five {
    padding: 30px;
}

.footer-style-five-layout {
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-style-five-layout::after {
    position: absolute;
    right: -5%;
    bottom: -5%;
    content: "";
    height: 300px;
    width: 50%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    filter: blur(150px);
}

.color-style-seven .footer-style-five-layout::after {
    background: var(--color-style-seven);
    opacity: 0.55;
}

.footer-style-five .f-items {
    padding-top: 70px;
    padding-bottom: 120px;
}

.footer-style-five .footer-bottom.style-two {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-style-five .footer-bottom.style-two {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-style-five h1 {
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: -5px;
}

form.newsletter-style-four {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

form.newsletter-style-four button {
    position: absolute;
    right: 8px;
    top: 8px;
    background: var(--color-primary);
    border: none;
    color: var(--white);
    border-radius: 7px;
    height: 48px;
    padding: 0 30px;
}

.color-style-seven form.newsletter-style-four button {
    background: var(--color-style-seven);
}

form.newsletter-style-four button:hover {
    background: var(--white);
    color: var(--color-heading);
}

form.newsletter-style-four input,
form.newsletter-style-four input:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 65px;
    padding: 25px;
}

/* ==============================================================
    # Footer Style Six
=================================================================== */
.footer-style-six-items h2 {
    font-size: 50px;
    margin: 0;
}

.footer-style-six-items h1 {
    text-transform: uppercase;
    font-size: 180px;
    line-height: 140px;
    margin-top: -3px;
    letter-spacing: -20px;
}

.card-style-ten {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-style-ten li {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px;
    border-radius: 23px;
    gap: 20px;
}

.card-style-ten li h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.card-style-ten li .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: var(--color-style-five);
    color: var(--color-heading);
    border-radius: 50%;
    font-size: 20px;
}

.footer-style-six-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding-top: 30px;
}

.footer-style-six-bottom p {
    margin-bottom: 0;
}

/* ==============================================================
    # Career
=================================================================== */
.career-item {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 50px;
    margin-top: 30px;
    border-radius: 10px;
    align-items: center;
    gap: 50px;
}

.career-item h2 {
    margin-bottom: 15px;
}

.career-item:first-child {
    margin-bottom: 0;
}

.career-item ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.career-item ul li i {
    font-weight: 300;
    color: var(--color-primary);
    margin-right: 5px;
}

.career-item .content {
    display: grid;
    gap: 30px;
    align-items: flex-start;
    grid-template-columns: 160px auto;
}

.career-item span {
    display: inline-block;
    color: var(--color-primary);
    text-transform: uppercase;
    border: 1px solid #bbd6d6;
    padding: 3px 20px;
    border-radius: 30px;
    padding-bottom: 1px;
    margin-top: 7px;
    max-width: max-content;
    font-size: 15px;
}

.career-item h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.career-item .btn {
    padding: 13px 30px;
}

ul.career-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.career-details-top {
    border: 1px solid #cccccc;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.career-details-top h2 {
    margin-bottom: 25px;
}

ul.career-info-list li strong {
    display: block;
    color: var(--color-heading);
}

.job-overview ul li {
    list-style: disc;
    margin-left: 40px;
}

.job-overview ul {
    margin-bottom: 25px;
}

/* ==============================================================
    # CSS for Dark Layout
=================================================================== */
.bg-dark-secondary .top-bar-area.bg-gray li {
    color: var(--white-secondary);
}

.bg-dark-secondary .top-bar-area .social li a {
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--white);
}

.bg-dark-secondary .banner-style-one::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .banner-one-content-left p {
    color: var(--color-heading);
}

.bg-dark-secondary .banner-one-content-left {
    background: transparent;
}

.bg-dark-secondary .banner-one-content-left {
    position: relative;
    z-index: 1;
}

.bg-dark-secondary .banner-one-content-left::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: -1;
    backdrop-filter: blur(20px);
}

.bg-dark-secondary .review-achive img {
    background-color: var(--dark-secondary);
}

.bg-dark-secondary .review-achive .ratings {
    background: var(--dark-secondary);
}

.bg-dark-secondary .review-achive .ratings p {
    color: var(--white);
}

.bg-dark-secondary .review-achive::after {
    border-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1024px) {
    .bg-dark-secondary nav.validnavs.bg-dark {
        background-color: #213743 !important;
    }

    .bg-dark-secondary nav.validnavs.bg-dark.sticked ul.nav > li > a {
        color: var(--white);
    }

    .bg-dark-secondary .navbar.bg-dark.sticked .attr-right .attr-nav .call p {
        color: var(--white-secondary);
    }

    .bg-dark-secondary
        .navbar.bg-dark.sticked
        .attr-right
        .attr-nav
        .call
        h5
        a {
        color: var(--white);
    }
}

.bg-dark-secondary .services-style-one-area::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .services-style-one-item {
    border-color: rgba(255, 255, 255, 0.15);
    background: var(--dark-optional);
}

.bg-dark-secondary .services-style-one-item .bottom {
    border-color: rgba(255, 255, 255, 0.15);
}

.bg-dark-secondary .services-style-one-item .icon {
    background: transparent;
    height: auto;
    width: auto;
}

.bg-dark-secondary .services-style-one-item img {
    height: 65px;
}

.bg-dark-secondary .swiper-slide-active .services-style-one-item .icon img {
    filter: none;
}

.text-light .counter-card .js-counter .js-counter-num {
    color: var(--color-primary);
}

.bg-dark-secondary .counter-card {
    border: 1px solid #3b4b4b;
}

.bg-dark-secondary .process-style-one-item {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark-secondary .process-style-one-item:nth-child(2n) {
    background: var(--dark-secondary);
    border-color: #a5d7d7;
}

.bg-dark-secondary .vidoe-area::after {
    background: var(--dark-optional);
}

.bg-dark-secondary .clients-items::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .clients-items {
    padding-left: 0;
}

.bg-dark-secondary .border-title::after {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .border-title h2,
.bg-dark-secondary .border-title h4 {
    background: var(--dark-secondary);
    color: var(--white);
}

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

.bg-dark-secondary .project-style-one .info {
    background: rgba(0, 0, 0, 0.2);
}

.bg-dark-secondary .project-style-one .info span {
    -webkit-text-stroke: 1px var(--white);
}

.bg-dark-secondary .project-style-one .thumb span {
    background: #0b5656;
    color: var(--white);
}

.bg-dark-secondary .btn-simple svg path {
    stroke: var(--white);
}

.bg-dark-secondary .project-button-prev,
.bg-dark-secondary .project-button-next {
    border: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 43px;
}

.bg-dark-secondary .team-style-one-item .info .members::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .brand-content .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--white);
}

.bg-dark-secondary .brand-content .item::after {
    color: var(--white);
}

.bg-dark-secondary .rating-card-one h2 {
    background: var(--color-primary);
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary.color-style-eight .rating-card-one h2 {
    background: var(--color-style-eight);
}

.bg-dark-secondary .testimonial-style-one-info {
    background: var(--dark-optional);
}

.bg-dark-secondary .testimonial-style-one-item .tm-provider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dark-secondary .testimonial-style-one-item p {
    font-weight: 300;
}

.bg-dark-secondary .blog-style-one .top-info {
    background: var(--dark-optional);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.bg-dark-secondary .blog-style-one {
    background: var(--dark-optional);
}

.bg-dark-secondary .bg-gray-secondary {
    background-color: var(--dark-optional);
}

.bg-dark-secondary .app-demo-area {
    background: var(--dark-optional);
}

.bg-dark-secondary .app-demo-area::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .bg-dark {
    background-color: var(--dark-optional) !important;
}

.bg-dark-secondary .promotional-brand-one.bg-dark {
    background: #343a49 !important;
}

.bg-dark-secondary nav.navbar.validnavs {
    background: var(--dark-secondary);
}

.bg-dark-secondary nav.navbar.validnavs.navbar-common,
.bg-dark-secondary nav.navbar.validnavs.nav-style-three {
    background: transparent;
}

.color-style-five .bg-gray {
    background-color: var(--bg-gray-secondary);
}

.bg-dark.color-style-five .bg-gray {
    background-color: var(--dark-secondary);
}

.bg-dark-secondary .feature-style-two-items {
    background: rgba(255, 255, 2544, 0.07);
}

.bg-dark-secondary .account-card {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary ul.integration-tools-list li .icon {
    background: rgba(255, 255, 255, 0.1);
}

.bg-dark-secondary .tools-heading {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .tools-heading img {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

.bg-dark-secondary .services-style-two-item .accordion-button span {
    color: var(--white);
}

.bg-dark-secondary .services-style-two-item .accordion-button strong {
    color: var(--white);
}

.bg-dark-secondary .services-style-two-item button.accordion-button::before {
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--white);
}

.bg-dark-secondary .services-style-two-item {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark-secondary .services-style-two-item .accordion-body .item {
    background-color: var(--dark-optional);
}

.bg-dark-secondary .pricing-style-one {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dark-secondary .pricing-style-one .pricing {
    color: var(--white);
}

.bg-dark-secondary .pricing-style-one .pricing span {
    color: var(--white-secondary);
}

.bg-dark-secondary .pricing-style-one .btn-style-one.btn-border {
    background: var(--white);
}

.bg-dark-secondary .pricing-style-one .btn-style-one.btn-border:hover {
    background: var(--color-style-two);
    color: var(--white) !important;
}

.bg-dark-secondary .pricing-style-one .btn-style-one.btn-border::after {
    background: var(--color-style-two);
}

.bg-dark-secondary .pricing-style-one.active h3 {
    color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active .pricing {
    color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active .pricing span {
    color: var(--color-paragraph);
}

.bg-dark-secondary .pricing-style-one.active ul.list-style-three li {
    color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active ul.list-style-three li::after {
    filter: brightness(1);
}

.bg-dark-secondary .pricing-style-one.active .btn::after {
    background: var(--dark);
}

.bg-dark-secondary.text-light .pricing-style-one.active .btn:hover {
    color: var(--white) !important;
}

.bg-dark-secondary .text-scroll-animation .text {
    color: rgb(255, 255, 255, 0.2);
    background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.bg-dark-secondary .footer-top-style-two .logo {
    background: var(--dark-optional);
}

.bg-dark-secondary .footer-style-two ul.social-style-two {
    background: var(--dark-optional);
}

.bg-dark-secondary .blog-style-two .meta-one {
    background: var(--dark-secondary);
}

.bg-dark-secondary .blog-style-two .meta-one::before {
    box-shadow: 0 20px 0 0 var(--dark-secondary);
}

.bg-dark-secondary .blog-style-two .meta-one::after {
    box-shadow: 0 20px 0 0 var(--dark-secondary);
}

.bg-dark-secondary ul.meta-one li a {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark-secondary .banner-three-nav-prev svg,
.bg-dark-secondary .banner-three-nav-next svg {
    background: var(--white);
}

.bg-dark-secondary .banner-three-nav-prev svg path,
.bg-dark-secondary .banner-three-nav-next svg path {
    stroke: var(--color-heading);
}

.bg-dark-secondary nav.navbar.validnavs.sticked {
    background: #373747 !important;
}

.bg-dark-secondary .card-style-six {
    border: rgba(255, 255, 255, 0.1);
    background: var(--dark-optional);
}

.bg-dark-secondary .card-style-six .thumb::after {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--dark-optional) 100%)
        repeat scroll 0 0;
    height: 120px;
}

.bg-dark-secondary .feature-style-three .customer-list {
    border-color: rgba(255, 255, 2544, 0.3);
}

.bg-dark-secondary .navbar .attr-right .attr-nav .call i {
    color: var(--white);
}

.bg-dark-secondary .feature-style-three .info .js-counter {
    color: var(--white);
}

.bg-dark-secondary .card-style-eight {
    background: var(--dark-optional);
}

.bg-dark-secondary .services-style-three-item {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .experience-card {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .experience-card .js-counter {
    color: var(--white);
}

.bg-dark-secondary .experience-card .js-counter span {
    color: var(--white);
}

.bg-dark-secondary .experience-card h4 {
    color: var(--white-secondary);
}

.bg-dark-secondary .timeline-progress .content {
    background: #313642;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .timeline-progress .content::after {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .timeline-progress .left .number-line {
    background: var(--white);
}

.bg-dark-secondary .timeline-progress .left .timeline-line-fill {
    background: #313642;
}

.bg-dark-secondary .timeline-progress .left .number {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .project-style-two-item .info {
    background: #313642;
}

.bg-dark-secondary
    .project-two-swiper-pagination
    .project-two-pagination
    .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
}

.bg-dark-secondary
    .project-two-swiper-pagination
    .project-two-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-style-two);
    border: 1px solid;
}

.bg-dark-secondary .team-style-two-item::after {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, var(--dark-optional) 0%, #3f4049 100%) repeat
        scroll 0 0;
}

@media (min-width: 992px) {
    .bg-dark-secondary .swiper-slide.swiper-slide-active .team-style-two-item,
    .bg-dark-secondary .team-style-two-item:hover {
        border: 1px solid rgba(255, 255, 2544, 0.2);
        background: #313642;
    }

    .bg-dark-secondary
        .swiper-slide.swiper-slide-active
        .team-style-two-item::after,
    .bg-dark-secondary .team-style-two-item:hover::after {
        display: none;
    }
}

.bg-dark-secondary .team-style-two-item .thumb .social {
    background: #313642;
}

.bg-dark-secondary .team-style-two-item .thumb .social::after {
    box-shadow: 0 20px 0 0 #313642;
}

.bg-dark-secondary .team-style-two-item .thumb .social::before {
    box-shadow: 0 10px 0 0 #313642;
}

.bg-dark-secondary .accordion-style-one-item {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .accordion-style-one-item button.accordion-button {
    color: var(--white);
}

.bg-dark-secondary .accordion-style-one-item button.accordion-button::before {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.bg-dark-secondary
    .accordion-style-one-item
    button.accordion-button:not(.collapsed) {
    background: #353942;
}

.bg-dark-secondary .accordion-style-one-item .accordion-body {
    border-color: transparent;
}

.bg-dark-secondary.color-style-two .rating-card-one h2 {
    background-color: var(--dark-optional);
    border-color: rgba(255, 255, 2544, 0.3);
}

.bg-dark-secondary .testimonial-style-three-item {
    background: var(--dark-optional);
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .testimonial-style-three-item .tm-provider {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .testimonial-style-three-item .item-ratings i {
    color: var(--white);
}

.bg-dark-secondary .testimonial-style-three-item .thumb i {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark-secondary .blog-style-three-item {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .blog-style-three-alt .blog-three-meta ul li a {
    background: var(--white);
    color: var(--color-heading);
}

.bg-dark-secondary .blog-three-meta ul li a {
    border: none;
    background: var(--white);
    color: var(--color-heading);
    font-weight: 500;
}

.bg-dark-secondary .footer-top-style-three {
    background: var(--dark-optional);
}

.bg-dark-secondary .footer-style-three .f-item.contact::after {
    background: var(--dark-optional);
}

.bg-dark-secondary footer.footer-style-three {
    background: var(--dark-secondary);
}

.bg-dark-secondary .top-bar-area {
    border-color: rgba(255, 255, 2544, 0.1);
}

.bg-dark-secondary .banner-style-six .thrusted-by {
    border-color: rgba(255, 255, 2544, 0.3);
}

.bg-dark-secondary.color-style-eight ul.list-style-two li::after {
    color: var(--color-style-eight);
}

.bg-dark-secondary .accordion-style-two .accordion-item .accordion-button {
    background: var(--white);
    color: var(--color-heading);
}

.bg-dark-secondary
    .accordion-style-two
    .accordion-item
    .accordion-button:not(.collapsed) {
    color: var(--white);
}

.bg-dark-secondary .btn-style-three.dark span {
    background: var(--color-primary);
}

.bg-dark-secondary .btn-style-three.dark .icon {
    background: var(--color-primary);
}

.bg-dark-secondary.color-style-eight .btn-style-three.dark span {
    background: var(--color-style-eight);
}

.bg-dark-secondary.color-style-eight .btn-style-three.dark .icon {
    background: var(--color-style-eight);
}

.bg-dark-secondary .service-style-five-item {
    background: rgba(255, 255, 255, 0.1);
}

.bg-dark-secondary .service-style-five-item .icon {
    background: var(--color-primary);
}

.bg-dark-secondary.color-style-eight .service-style-five-item .icon {
    background: var(--color-style-eight);
}

.bg-dark-secondary .active-client-overview p {
    color: var(--white);
}

.bg-dark-secondary .project-card-info > span {
    border: 1px solid #dddddd;
    color: var(--color-paragraph);
}

.bg-dark-secondary .project-style-five-item .project-card-info a {
    color: var(--color-heading);
}

.bg-dark-secondary .project-style-five-item .project-card-info a:hover {
    color: var(--color-style-eight);
}

.bg-dark-secondary .project-style-five-item .project-card-info p {
    color: var(--color-paragraph);
}

.bg-dark-secondary .project-style-five-item ul li {
    color: var(--color-paragraph);
}

.bg-dark-secondary
    .swiper-slide-active
    .project-style-five-item
    .project-card-info {
    background: transparent;
    position: relative;
    z-index: 1;
}

.bg-dark-secondary
    .swiper-slide-active
    .project-style-five-item
    .project-card-info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    opacity: 0.9;
    backdrop-filter: blur(60px);
    mix-blend-mode: multiply;
}

.bg-dark-secondary .team-hire-card {
    background: rgba(255, 255, 255, 0.1) !important;
}

.bg-dark-secondary .team-four-content-list .item {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .team-four-content-list {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary ul.list-social li a i {
    background: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary ul.list-social li a:hover i {
    background: var(--color-primary);
}

.bg-dark-secondary.color-style-eight ul.list-social li a:hover i {
    background: var(--color-style-eight);
}

.bg-dark-secondary .bg-gray-secondary .testimonial-style-three-item {
    background: rgba(255, 255, 255, 0.1);
}

.bg-dark-secondary .blog-style-five {
    background: rgba(255, 255, 255, 0.15);
}

.bg-dark-secondary .typed-card::after {
    background: var(--dark-secondary);
}

.bg-dark-secondary .typed-card ul li p {
    background: var(--dark-optional);
}

.bg-dark-secondary .typed-card ul li:nth-child(2n) p {
    background: #424754;
}

.bg-dark-secondary span.type-bullet {
    background: var(--color-primary);
}

@keyframes wave-light {
    0%,
    40%,
    100% {
        transform: initial;
        background: rgba(255, 255, 255, 0.6);
    }

    20% {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.3);
    }
}

.bg-dark-secondary span.type-bullet {
    animation: wave-light 2s linear infinite;
}

.bg-dark-secondary span.type-bullet:nth-child(2) {
    animation-delay: -1.8s;
}

.bg-dark-secondary span.type-bullet:nth-child(3) {
    animation-delay: -1.6s;
}

.bg-dark-secondary .feature-style-four-item h2 a {
    color: var(--color-heading);
}

.bg-dark-secondary .feature-style-four-item h2 a:hover {
    color: var(--color-primary);
}

.bg-dark-secondary.color-style-two .feature-style-four-item h2 a:hover {
    color: var(--color-style-two);
}

.bg-dark-secondary .feature-style-four-item p {
    color: var(--color-paragraph);
}

.bg-dark-secondary .feature-style-four-info ul {
    border-color: rgba(255, 255, 255, 0.25);
}

.bg-dark-secondary a.video-btn-two i {
    border-color: var(--white);
    background: var(--color-primary);
}

.bg-dark-secondary.color-style-two a.video-btn-two i {
    background-color: var(--color-style-two);
}

.bg-dark-secondary .services-style-four-item {
    background: transparent;
    border-color: #3e3e3e;
}

.bg-dark-secondary a.btn-standard {
    background: #3e3e3e;
}

.bg-dark-secondary a.btn-standard::before {
    box-shadow: 0 20px 0 0 #3e3e3e;
}

.bg-dark-secondary a.btn-standard::after {
    box-shadow: 0 20px 0 0 #3e3e3e;
}

.bg-dark-secondary .project-style-four-item .arrow img {
    filter: brightness(0) invert(1);
}

.bg-dark-secondary.color-style-two .project-style-four-item span {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation {
    background: var(--dark-optional);
}

.bg-dark-secondary .project-four-swiper-navigation > div {
    color: var(--white);
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation::before {
    box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation::after {
    box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark-secondary .team-style-three-item .thumb .social {
    background: var(--dark-secondary);
}

.bg-dark-secondary .team-style-three-item .thumb .social::before {
    box-shadow: 0 10px 0 0 var(--dark-secondary);
}

.bg-dark-secondary .team-style-three-item .thumb .social::after {
    box-shadow: 0 20px 0 0 var(--dark-secondary);
}

.bg-dark-secondary .pricing-style-three-item {
    background: #373f47;
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .pricing-style-three-item::after {
    background: #373f47;
}

.bg-dark-secondary .pricing-style-three-item .pricing-header span {
    color: var(--white);
}

.bg-dark-secondary .pricing-style-three-item .pricing h1 sub {
    color: var(--white-secondary);
}

.bg-dark-secondary .pricing-style-three-item ul.list-style-six {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary ul.list-style-six li i {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.bg-dark-secondary ul.list-style-two li::after {
    color: var(--white);
}

.bg-dark-secondary .btn.btn-dark {
    background: var(--white);
    color: var(--color-heading);
}

.bg-dark-secondary.text-light .btn-style-one::after {
    background: var(--white);
}

.bg-dark-secondary.text-light .btn-style-one:hover {
    color: var(--color-heading) !important;
}

.bg-dark-secondary.text-light.color-style-two .btn-style-one.light::after {
    background: var(--color-style-two);
}

.bg-dark-secondary.text-light.color-style-two .btn-style-one.light:hover {
    color: var(--white) !important;
}

/* ==============================================================
    # Responsive
=================================================================== */

@media (max-width: 1599px) {
    /* Project */
    .bg-dark-secondary
        .swiper-slide-active
        .project-style-five-item
        .project-card-info::after {
        display: none;
    }

    .bg-dark-secondary .project-card-info > span {
        color: var(--color-style-eight);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .bg-dark-secondary .project-style-five-item .project-card-info a {
        color: var(--white);
    }

    .bg-dark-secondary .project-style-five-item .project-card-info p {
        color: var(--white-secondary);
    }

    .bg-dark-secondary .project-style-five-item ul li {
        color: var(--white);
    }

    .bg-dark-secondary .project-style-five-item ul li strong {
        color: var(--white-secondary);
    }

    .bg-dark-secondary .project-style-five-item ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
    /* Project Five */
    .project-style-five-item > img {
        height: auto;
        position: inherit;
    }

    .project-style-five-item {
        padding: 0;
    }

    .project-style-five-item .project-card-info {
        left: 0;
        border: 1px solid #dddddd;
        border-top: none;
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .bg-dark-secondary .project-style-five-item .project-card-info {
        background: transparent;
    }

    .swiper-slide-active .project-style-five-item .project-card-info {
        left: 0;
    }

    .project-style-five-item ul {
        grid-template-columns: 1fr;
        gap: 0;
        border: none;
        padding: 0;
    }

    .project-style-five-item ul li {
        justify-content: space-between;
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
        margin-top: 10px;
    }

    .project-style-five-item ul li::after {
        top: 22px;
    }

    .bg-dark-secondary
        .swiper-slide-active
        .project-style-five-item
        .project-card-info,
    .bg-dark-secondary .project-style-five-item .project-card-info {
        background: #2f3537;
        border: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* Default CSS */
    .title {
        font-size: 48px;
    }

    /* Banner One */
    .banner-one-content-left h2 {
        font-size: 46px;
    }

    .banner-one-content-left {
        padding: 50px;
    }

    /* Banner Two */
    .banner-style-two-content h2 {
        font-size: 55px;
    }

    /* Banner Three */

    .banner-style-three-area .item h2 {
        font-size: 50px;
    }

    .banner-style-three-area .item .content {
        padding-left: 20%;
    }

    /* Banner Four */
    .banner-style-four .right-info h2 {
        font-size: 160px;
    }

    .banner-style-four .content .left-info h2 {
        font-size: 160px;
    }

    /* Banner Five */
    .banner-style-five h1 {
        font-size: 120px;
    }

    .banner-style-five h2 {
        font-size: 45px;
    }

    /* Banner Six */
    .banner-style-six h2 {
        font-size: 55px;
    }

    .banner-style-six .offset-xl-1 {
        margin-left: 50px;
    }

    /* Banner Seven */
    .banner-style-seven-content h2 {
        font-size: 90px;
        line-height: 1;
    }

    .banner-seven-content {
        gap: 0;
    }

    /* About Three */

    .about-heading h1 {
        font-size: 50px;
    }

    .my-experience {
        padding: 30px;
    }

    .my-expertise .top {
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
    }

    .portfolio-bio .work-porfile-carousel {
        margin: 0;
    }

    /* About Four */
    .typed-card ul li {
        padding-right: 0;
    }

    .typed-card {
        padding: 30px;
    }

    .about-four-content .list-item {
        padding: 10px;
        padding-bottom: 30px;
    }

    /* About Six */
    .font-style-three .title {
        font-size: 55px;
    }

    /* Why Choose Us */
    .choose-us-style-one-info .flex-card {
        display: grid;
        grid-template-columns: 250px 1fr;
    }

    .client-counter-card {
        min-width: auto;
        padding: 30px;
    }

    /* Feature Three */
    .card-style-seven {
        padding: 30px;
    }

    .card-style-seven h2 {
        font-size: 30px;
    }

    .card-style-six .info {
        padding: 30px;
    }

    /* Feature Four */
    .feature-style-four-item {
        padding: 30px;
    }

    .feature-style-four-item p {
        font-size: 16px;
    }

    /* Services One */
    .services-style-one-item {
        padding: 50px 30px;
    }

    .services-style-one-item h3 {
        font-size: 26px;
    }

    /* Service Three */
    .card-style-eight {
        padding: 30px;
        padding-top: 110px;
    }

    .services-style-three-item {
        padding: 40px;
    }

    /* Services Four */
    .services-style-four-item h4 br {
        display: none;
    }

    .services-style-four-item {
        padding: 50px 30px;
        padding-bottom: 0;
    }

    /* Process One */
    .process-style-one-area .col-xl-4 {
        text-align: center;
        width: 40%;
        margin: auto auto 50px;
    }

    .process-style-one-area .title {
        font-size: 50px;
    }

    .process-style-one-area .col-xl-7 {
        width: 100%;
        margin: auto;
    }

    .process-style-one-items {
        justify-content: center;
        margin: 0;
    }

    /* Professional Skills */
    .nav.nav-tab-style-one button.nav-link {
        padding: 18px;
    }

    /* Project One */
    .project-style-one .thumb img {
        height: 400px !important;
    }

    /* Project Two */
    .project-style-two-item .info {
        padding: 30px;
    }

    .project-style-two-item .info .top .btn-circle {
        display: none;
    }

    .project-style-two-item .info {
        gap: 0;
    }

    .project-style-two-item .info .top {
        margin-bottom: 20px;
    }

    /* Project Details */
    .breadcrumb-item br {
        display: none;
    }

    .item-grid-colum {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Pricing One */
    .pricing-style-three-area .pl-60 {
        padding: 13px;
    }

    .card-style-nine {
        padding: 30px;
        padding-bottom: 0;
    }

    /* Testimonial Two */
    .testimonial-style-two .thumb {
        height: 350px;
        width: 350px;
    }

    .testimonial-style-two p {
        font-size: 22px;
    }

    /* Testimonial Four */
    .testimonial-style-four-item .thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Testimonial Six */
    .testimonial-style-six-item p {
        font-size: 28px;
    }

    .testimonial-style-six-items .thumb img {
        width: 150px;
    }

    .testimonial-style-six-items {
        padding: 0 250px;
    }

    /* Promotion Text */
    .promotion-text-content h1 {
        font-size: 90px;
    }

    .promotion-text-content h1 img {
        height: 65px;
    }

    /* Food Offer */
    .food-offer-one-info .content {
        padding: 0;
    }

    .food-offer-one-info .title {
        font-size: 48px;
    }

    .food-offer-one-item {
        grid-template-columns: 1fr;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .food-offer-one-item > div {
        margin: auto;
    }

    .food-offer-one-item > div.thumb {
        margin: auto;
        margin-bottom: -180px;
    }

    /* Tools Integration */
    .tools-heading {
        padding: 30px;
    }

    .tools-heading h2 {
        font-size: 36px;
    }

    .tools-heading .sub-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    /* Default CSS */
    .title {
        font-size: 42px;
    }

    /* Food Menu */

    .food-menu-one-single .food-info {
        flex-direction: column-reverse;
        padding: 30px;
    }

    .food-menu-one-single {
        border: 1px solid #dddddd;
    }

    .bg-dark-secondary .food-menu-one-single {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .food-menu-style-one-item {
        gap: 30px;
    }

    .food-menu-one-single .title-price {
        padding: 20px;
    }

    .food-menu-one-single .title-price h3 {
        font-size: 20px;
        color: #deb595;
    }

    .font-style-three .food-menu-one-single .title-price h3 a {
        font-weight: 400;
    }

    .food-menu-one-single .title-price h2 {
        font-size: 20px;
    }

    /* Project One */
    .project-style-one {
        grid-template-columns: 1fr;
    }

    .project-style-one .thumb img {
        height: 300px;
        width: 100%;
    }

    .project-style-one .info {
        padding: 30px;
    }

    .project-style-one .info h3 {
        font-size: 24px;
    }

    /* Project Five */
    .project-style-five-item > img {
        height: auto;
        position: inherit;
    }

    .project-style-five-item {
        padding: 0;
    }

    .project-style-five-item .project-card-info {
        left: 0;
        border: 1px solid #dddddd;
        border-top: none;
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .swiper-slide-active .project-style-five-item .project-card-info {
        left: 0;
    }

    .project-style-five-item ul {
        grid-template-columns: 1fr;
        gap: 0;
        border: none;
        padding: 0;
    }

    .project-style-five-item ul li {
        justify-content: space-between;
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
        margin-top: 10px;
    }

    .project-style-five-item ul li::after {
        top: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left-heading {
        grid-template-columns: 200px auto auto;
    }

    .banner-style-one .card-style-one {
        display: none;
    }

    .banner-style-one::after {
        display: none;
    }

    .banner-one-content-left {
        margin-bottom: 120px;
    }

    /* Banner Two */
    .banner-style-two,
    .banner-style-two div {
        height: auto;
    }

    .banner-style-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .banner-two-dashbaord > img {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    .banner-style-two-content h2 {
        font-size: 46px;
    }

    .banner-style-two .pr-50 {
        padding-right: 15px;
    }

    /* Banner Three */

    .banner-style-three-area .item h2 {
        font-size: 55px;
    }

    .banner-style-three-area .item .content {
        padding-left: 20%;
    }

    /* Banner Four */
    .portfolio-thumb .thumb-inner {
        height: 450px !important;
        width: 450px;
    }

    .banner-style-four .content .left-info h2 {
        font-size: 120px;
        line-height: 1;
    }

    .banner-style-four .right-info h2 {
        font-size: 120px;
        line-height: 1;
    }

    .banner-style-four {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    /* Banner Five */
    .banner-style-five h1 {
        font-size: 100px;
        margin-left: 0;
    }

    .banner-style-five,
    .banner-style-five div {
        height: auto;
    }

    .banner-style-five {
        padding: 120px 0;
    }

    .banner-style-five h2 {
        font-size: 40px;
    }

    .banner-style-five .content img {
        object-fit: cover;
        object-position: center;
        display: none;
    }

    .banner-style-five .align-items-center .illustsration {
        height: auto;
        bottom: -120px;
        width: 35%;
    }

    /* Banner Six */
    .banner-style-six .right-info {
        padding: 80px 30px;
    }

    .banner-style-six .content {
        padding: 50px 0;
        padding-right: 30px;
    }

    /* Banner Seven */
    .banner-style-seven-area,
    .banner-style-seven-area div {
        height: auto;
    }

    .banner-style-seven-content {
        padding: 120px 0;
    }

    .banner-seven-content {
        gap: 0;
    }

    /* About Style One */
    .about-style-one-area {
        padding-top: 150px;
    }

    .about-style-one-info h2 {
        padding-right: 20%;
    }

    .about-style-one-info .grid-card {
        grid-template-columns: 2fr 1fr;
    }

    .about-style-one-area .mt-110 {
        margin-top: 50px;
    }

    /* About Style Two */
    .experience-card .js-counter {
        min-width: 180px;
    }

    .fun-factor-style-one-area {
        padding-top: 150px;
    }

    /* About Three */
    .about-heading h1 {
        font-size: 50px;
    }

    .about-style-three-items .pl-60 {
        padding-left: 15px;
    }

    .portfolio-bio {
        margin-top: 80px;
    }

    .portfolio-bio img {
        max-height: 60px;
    }

    .portfolio-bio .work-porfile-carousel {
        margin: 0;
    }

    /* About Four */
    .about-four-content {
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .about-four-content .left-info {
        display: none;
    }

    /* About Five */
    .about-style-five-items .thumb {
        height: auto;
        display: none;
    }

    .about-style-five-items .info {
        padding-left: 40px;
    }

    /* Why Choose Us */
    .choose-us-style-one-area .choose-us-style-one-thumb {
        display: none;
    }

    .choose-us-style-one-info .title {
        font-size: 55px;
        padding-right: 10%;
    }

    .choose-us-style-one-info .flex-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* Feature Two */
    .feature-two-contents .card-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .feature-two-contents .card-items .account-card {
        margin: 0;
        flex-direction: column-reverse;
        text-align: center;
    }

    .user-card-item {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    .user-card-item .thumb {
        justify-content: center;
    }

    .feature-style-two-items .feature-carousel {
        margin-top: 30px;
        height: auto;
    }

    .feature-caruosel-item {
        padding: 80px;
    }

    /* Feature Four */
    .feature-style-four-area .pl-60 {
        padding-left: 15px;
    }

    .feature-four-card {
        margin: 0;
    }

    .feature-four-card-items {
        bottom: 0;
        margin: 0;
    }

    .feature-style-four-info {
        padding-bottom: 140px;
    }

    /* Tools Integration */
    ul.integration-tools-list li .icon {
        height: 100px;
        width: 100px;
        padding: 25px;
    }

    /* Services Two */
    .services-style-two-item .accordion-body {
        padding-left: 0;
    }

    .services-style-two-item .accordion-body .item {
        grid-template-columns: 1fr 1fr;
    }

    /* Services Three */
    .card-style-eight {
        height: auto;
        margin-top: 50px;
    }

    /* Service Details */
    .services-details-items .card-style-six {
        height: auto;
        margin-top: 30px;
    }

    .services-details-items .features .list-style-two {
        margin-bottom: 30px;
    }

    .services-details-items .services-style-three-item {
        margin-top: 30px;
    }

    .services-details-items .services-style-three-item:first-child {
        margin-top: 0;
    }

    /* Team Three */
    .team-style-three-area .order-xl-last {
        padding-left: 13px;
        margin-bottom: 60px;
    }

    /* Professional Skills */
    .nav.nav-tab-style-one button.nav-link {
        padding: 15px;
        font-size: 16px;
        padding-top: 16px;
    }

    /* Our Benifits */
    .thumb-style-one {
        margin-right: 0;
    }

    .thumb-style-one img:nth-child(2) {
        right: -65px;
        display: none;
        height: 60px;
    }

    .feature-style-one-area .pr-80 {
        padding-right: 15px;
    }

    /* Pricing One */
    .pricing-style-three-area .pl-60 {
        padding-left: 13px;
    }

    .card-style-nine {
        text-align: center;
        padding: 30px;
        padding-bottom: 0;
    }

    .pricing-style-three-tabs {
        gap: 30px;
    }

    .pricing-thee-content-item .info h4 {
        font-size: 20px;
    }

    .pricing-thee-content-item .info h4 img {
        height: 30px;
    }

    ul.list-style-five li {
        font-size: 15px;
    }

    .pricing-two-navs .nav-tabs .nav-link {
        padding: 25px;
    }

    /* Process */
    .process-style-one-items {
        margin: 0;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        gap: 0;
    }

    .process-style-one-area {
        text-align: center;
    }

    .process-style-one-item {
        margin: auto;
        padding: 40px;
        height: 300px;
        width: 300px;
        min-width: 300px;
    }

    .process-style-one-item:nth-child(2n) {
        height: 350px;
        width: 350px;
        min-width: 350px;
        margin: 0 -40px;
    }

    /* Process Style Two */
    .progress-style-two-items .pr-80 {
        padding-right: 15px;
    }

    .timeline-progress .content {
        padding: 30px;
    }

    /* Accordion */
    .accordion-style-three .accordion-item .accordion-body {
        padding: 50px;
    }

    /* Technology Index */
    .tech-index-one-items {
        padding-right: 0;
    }

    .tech-index-one-items:nth-child(2) {
        padding-left: 0;
    }

    /* Food Offer */
    .food-offer-one-info {
        text-align: center;
        margin-bottom: 60px;
    }

    .food-offer-one-info ul.list-style-three {
        display: inline-block;
    }

    .food-offer-one-info .arrow-shape {
        display: none;
    }

    .food-offer-style-one-items::after {
        display: none;
    }

    /* Reservation */
    .reservation-style-one-items {
        grid-template-columns: 1fr;
    }

    .reservation-style-one-items .reservation-style-one {
        margin: 0;
    }

    .thumb-style-four {
        padding-left: 0;
        display: none;
    }

    .thumb-style-four img:nth-child(2) {
        display: none;
    }

    .reservation-style-one-items .from-content .info {
        position: inherit;
        top: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    /* Testimonial Two */
    .testimonial-style-two .thumb {
        height: 350px;
        width: 350px;
    }

    .testimonial-style-two p {
        font-size: 22px;
    }

    /* Testimonil Three */

    .testimonial-three-left {
        gap: 30px;
    }

    .testimonial-three-left .thumb::after,
    .testimonial-three-left .thumb::before {
        display: none;
    }

    .testimonial-style-three-item {
        padding: 30px;
    }

    .testimonial-style-three-item .item-ratings {
        right: 30px;
        top: 50px;
    }

    /* Testimonial Four */
    .testimonial-four-left-info .icon {
        display: none;
    }

    .testimonial-four-left-info .navigation {
        position: absolute;
        bottom: 60px;
        z-index: 2;
    }

    /* Testimonial Five */

    .testimonial-style-five-info {
        padding: 80px 60px;
    }

    .testimonial-style-five-item {
        padding: 50px;
        padding-left: 30px;
    }

    .testimonial-style-five-item p {
        font-size: 18px;
        line-height: 1.8;
    }

    .testimonial-five-navtigations {
        right: 60px;
        bottom: 95px;
    }

    /* Testimonial Six */
    .testimonial-style-six-items .thumb img {
        width: 100px;
    }

    .testimonial-style-six-items {
        padding: 0 150px;
    }

    /* Promotion Text */
    .promotion-text-content h1 {
        font-size: 95px;
    }

    .promotion-text-content h1 img {
        height: 60px;
    }

    /* Project Three */
    .large-heading h2 {
        margin-bottom: 15px;
        font-size: 120px;
    }

    .large-heading h1 {
        font-size: 120px;
    }

    /* Project Four */
    .project-style-four-item {
        grid-template-columns: 1fr 1fr;
    }

    .project-four-swiper-navigation {
        right: 18.5%;
    }

    /* Project Six */

    .project-style-six-carousel .swiper-wrapper {
        align-items: flex-start;
    }

    .project-style-six-item img,
    .swiper-slide:nth-child(2n) .project-style-six-item img,
    .swiper-slide:nth-child(3n) .project-style-six-item img {
        border-radius: 10px;
    }

    .project-style-six-carousel .swiper-slide {
        height: 450px;
    }

    .project-style-six-item {
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
    }

    .project-style-six-item a {
        height: 100%;
        width: 100%;
        display: block;
    }

    .project-style-six-item a img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        left: 0;
        top: 0;
    }

    /* Project Details */
    .breadcrumb-item br {
        display: none;
    }

    .item-grid-colum {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Blog Three */
    .blog-style-three-item {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .blog-style-three-item .btn-circle {
        display: none;
    }

    /* Career */
    .career-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .career-item .content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    ul.career-info-list {
        column-gap: 50px;
        row-gap: 20px;
    }

    /* Contact */
    .contact-form-heading h2 {
        font-size: 45px;
        line-height: 1.2;
    }

    .contact-form-heading .d-grid img {
        display: none;
    }

    .contact-form-heading .d-grid {
        grid-template-columns: 1fr;
    }

    .contact-style-two-info li {
        padding: 30px;
    }

    .contact-area .pr-80 {
        padding-right: 15px;
    }

    .google-maps iframe {
        height: 450px;
    }

    /* Footer */
    footer.footer-style-one .footer-item.pl-50 {
        padding-left: 15px;
    }

    /* Footer Two */

    .footer-style-two .about .content {
        padding-right: 0;
    }

    /* Footer Four */
    .footer-style-six-items h1 {
        font-size: 155px;
    }

    .card-style-ten li {
        padding: 30px 0;
        border: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    /* Banner Two */
    .banner-style-two {
        padding-top: 220px;
    }

    .attr-nav.attr-box .side-menu {
        display: none;
    }

    .navbar.validnavs.navbar-default.navbar-box .navbar-nav li a {
        font-size: 14px;
        padding: 30px 13px !important;
    }

    /* Banner Four */
    .banner-style-four {
        padding-top: 220px;
    }

    /* Banner five */
    .banner-style-five {
        padding-top: 180px;
    }

    /* Banner Seven */
    .banner-style-seven-content {
        padding-top: 180px;
    }
}

@media (min-width: 1024px) {
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {
    .top-bar-area ul.item-flex {
        justify-content: center;
    }

    .top-bar-area .text-end {
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .breadcrumb-item br {
        display: none;
    }

    /* Banner Four */
    .banner-style-four .right-info h2 {
        display: none;
    }

    .bg-dark-secondary .text-scroll-animation .text {
        color: var(--white);
    }

    /* Team Four */
    .team-four-thumb-items .team-four-thumb-item {
        position: inherit;
        display: none;
    }

    .team-four-thumb-items .team-four-thumb-item.active {
        display: block;
    }

    /* Blog */
    .bg-dark-secondary .bg-gray-secondary .bg-dark {
        background: rgba(255, 255, 255, 0.07) !important;
    }

    /* Footer */
    .footer-style-one .f-items {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .text-end ul.link-list {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-style-one .footer-bottom {
        text-align: center;
    }

    /* Footer Two */
    .footer-style-two-bottom {
        text-align: center;
    }

    footer form.newsletter-style-two {
        max-width: 450px;
    }

    /* Footer Three */
    .footer-style-three-bottom {
        text-align: center;
    }

    /* Footer Four */
    .footer-style-six-bottom {
        text-align: center;
    }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Default */

    .title {
        font-size: 46px;
    }

    .title br {
        display: none;
    }

    /* Topbar */

    .top-bar-area {
        padding: 15px 0;
    }

    .top-bar-area .text-end {
        display: none;
    }

    /* Banner One */
    .banner-one-thumb {
        position: inherit;
        left: 0;
        height: auto;
        width: 100%;
    }

    .banner-style-one .row:nth-child(2) .col-xl-6 {
        margin-top: 30px;
    }

    .banner-one-content-left {
        margin-top: 120px;
    }

    .card-style-one > div.right .circle-text-card {
        margin: auto;
    }

    /* Banner Two */
    .banner-style-two,
    .banner-style-two div {
        height: auto;
    }

    .banner-style-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .banner-two-dashbaord > img {
        max-width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    /* Banner Three */
    .banner-style-three-area .item {
        padding: 120px 80px;
    }

    .banner-style-three-area .item h2 {
        font-size: 50px;
    }

    .banner-style-three-area .item .content {
        padding-left: 20%;
    }

    /* Banner Four */
    .banner-style-four .content .left-info h2 {
        line-height: 1;
        margin-bottom: 15px;
        font-size: 80px;
        overflow: hidden;
    }

    .banner-style-four .right-info h2 {
        font-size: 150px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .banner-style-four .content .left-info {
        margin-bottom: 30px;
        text-align: left;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 50px;
    }

    .banner-style-four .content {
        text-align: center;
        justify-content: center;
        grid-template-columns: 1.5fr 1fr;
        gap: 50px;
    }

    .portfolio-thumb .thumb-inner {
        position: inherit;
        transform: none;
        left: 0;
        margin: auto;
    }

    .banner-style-four .right-info {
        text-align: left;
        display: inline-block;
    }

    ul.social-profile {
        justify-content: left;
        margin-top: 35px;
    }

    .banner-style-four {
        padding: 120px 0;
    }

    .banner-style-four .content .left-info .shape img {
        display: none;
    }

    .banner-style-four .content .left-info strong {
        float: right;
    }

    .banner-style-four .content .left-info h3 {
        font-size: 20px;
    }

    .portfolio-thumb {
        display: none;
    }

    /* Banner Five */
    .banner-style-five h1 {
        font-size: 80px;
        line-height: 1;
        margin-left: 0;
    }

    .banner-style-five,
    .banner-style-five div {
        height: auto;
    }

    .banner-style-five {
        padding: 120px 0;
    }

    .banner-style-five .align-items-center .illustsration {
        height: auto;
        bottom: -120px;
        max-width: 40%;
        opacity: 0.3;
    }

    /* Banner Style Six */
    .banner-style-six::after {
        display: none;
    }

    .banner-style-six .content {
        padding: 0;
    }

    .banner-style-six h2 {
        font-size: 65px;
    }

    .banner-style-six {
        padding-top: 100px;
    }

    .banner-style-six .thrusted-by {
        margin-top: 30px;
    }

    .banner-style-six .right-info {
        background: var(--color-style-eight);
        padding: 100px 0;
        margin-top: 50px;
        position: relative;
        z-index: 1;
    }

    .banner-style-six .right-info::after {
        position: absolute;
        left: -60px;
        right: -60px;
        content: "";
        height: 100%;
        background: var(--color-style-eight);
        bottom: 0;
        z-index: -1;
    }

    /* Banner Style Seven */
    .banner-style-seven-area,
    .banner-style-seven-area div {
        height: auto;
    }

    .banner-style-seven-content {
        padding: 120px 0;
    }

    .banner-seven-content {
        gap: 0;
    }

    /* About Style Two */

    .thumb-style-two {
        padding-left: 0;
        padding-bottom: 100px;
    }

    .thumb-style-two .circle-text-card {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
    }

    .about-style-two-area {
        background-size: 35%;
    }

    /* About Three */
    .about-style-three-area .job-success {
        margin-top: 15px;
        display: none;
    }

    .my-experience {
        padding: 30px;
    }

    .work-profile-item img {
        height: 40px;
    }

    .about-heading h1 {
        margin-bottom: 0;
    }

    /* About Four */
    .about-four-content {
        grid-template-columns: 1fr;
    }

    .about-four-content .left-info {
        display: none;
    }

    /* About Five */
    .site-heading .icon {
        display: none;
    }

    .about-style-five-area .shape-left-bottom {
        left: auto;
        right: 0;
        max-width: 60%;
    }

    /* About Six */
    .about-style-six-area .btn-large-border {
        display: none;
    }

    .about-six-top-info .produce-card {
        height: auto;
        padding: 60px 30px;
    }

    .about-six-top-info .shape {
        right: auto;
        left: 0;
    }

    .about-six-right-info img {
        display: none;
    }

    /* Why Choose Us */
    .choose-us-style-one-area .choose-us-style-one-thumb {
        height: auto;
        width: 100%;
        position: inherit;
        top: 0;
        margin-bottom: 130px;
    }

    .choose-us-style-one-area {
        padding-top: 0;
    }

    /* Feature */
    .thumb-style-one img:nth-child(2) {
        display: none;
    }

    .thumb-style-one {
        margin: 0;
        height: auto;
        margin-bottom: 50px;
    }

    /* Feature Two */
    .feature-style-two-items {
        padding: 80px;
    }

    .feature-style-two-items .title {
        font-size: 48px;
    }

    .feature-two-contents {
        padding: 0;
    }

    .feature-style-two-items .top-info {
        padding: 0;
        margin-bottom: 40px;
    }

    .account-card {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }

    /* Feature Style Three */
    .card-style-seven h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    .feature-style-three {
        height: auto;
        background: var(--bg-gray-secondary);
        padding: 60px;
        border-radius: 7px;
        text-align: center;
    }

    .bg-dark-secondary .feature-style-three {
        background: rgba(255, 255, 255, 0.15);
    }

    .card-style-seven {
        padding: 30px;
    }

    .card-style-six .info {
        padding: 30px;
    }

    .feature-style-three ul.list-style-three {
        display: inline-block;
    }

    .feature-style-three .customer-list {
        justify-content: center;
    }

    /* Feature Four */
    .feature-four-card {
        margin: 0;
    }

    .feature-four-card-items {
        bottom: 0;
        margin: 0;
    }

    .feature-style-four-info {
        padding-bottom: 140px;
    }

    /* Feature Five */
    .feature-style-five-item::after {
        display: none;
    }

    .feature-style-five-item {
        padding: 0 13px;
    }

    .feature-style-five-item .item {
        padding: 50px 30px;
        background: var(--bg-gray);
        border-radius: 10px;
        height: 100%;
    }

    .text-light .feature-style-five-item .item {
        background: rgba(255, 255, 255, 0.1);
    }

    /* Fun Fact */
    .fun-fact-style-one-items {
        gap: 50px;
    }

    .fun-fact-style-one-item h3 {
        font-size: 20px;
    }

    .fun-fact-style-one-items .js-counter {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .fun-factor-style-one-area {
        padding-top: 150px;
    }

    /* Award */
    .award-style-one-area .site-heading {
        text-align: center;
    }

    .award-style-one-area .award-counter {
        margin: auto;
        margin-bottom: 60px;
    }

    /* Process */
    .process-style-one-items {
        margin: 0;
        display: grid;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        gap: 0;
    }

    .process-style-one-area {
        text-align: center;
    }

    .process-style-one-item {
        margin: auto;
        padding: 30px;
        height: 400px;
        width: 400px;
    }

    .process-style-one-item:nth-child(2n) {
        height: 450px;
        width: 450px;
        min-width: 450px;
        margin: -50px 0;
    }

    /* Clients */
    .clients-items {
        padding: 50px 0;
    }

    .clients-items::after {
        display: none;
    }

    /* Service One */
    .services-style-one-item {
        padding: 50px 30px;
    }

    .services-style-one-item h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    .services-style-one-item .bottom span {
        display: none;
    }

    .services-style-one-item .icon {
        margin-bottom: 35px;
    }

    /* Service Two */
    .services-style-two-item .accordion-body {
        padding-left: 0;
    }

    .services-style-two-item .accordion-body .item {
        grid-template-columns: 1fr;
    }

    .services-style-two-item .thumb img {
        height: auto;
        position: inherit;
    }

    /* Service Three */
    .services-style-three-item .top .icon img {
        height: auto;
        max-height: 50px;
    }

    .services-style-three-item {
        padding: 40px;
    }

    .services-style-three-item .top {
        gap: 25px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* Service Four */
    .nav.nav-tab-style-one button.nav-link {
        padding: 13px;
        text-align: center;
        font-size: 15px;
        padding-top: 14px;
    }

    .skill-progress h2 {
        height: 65px;
        width: 65px;
        line-height: 65px;
        font-size: 20px;
    }

    .skill-progress {
        gap: 10px;
    }

    .professional-skill-item {
        gap: 50px;
        grid-template-columns: 1fr 1.5fr;
    }

    .services-style-four-item .content {
        transform: none;
    }

    .services-style-four-item .content p {
        opacity: 1;
        visibility: visible;
    }

    .services-style-four-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 30px;
        padding-bottom: 0;
    }

    /* Service Five */
    .service-style-five-item .thumb {
        opacity: 1;
        visibility: visible;
        height: 255px;
    }

    /* Project One */
    .project-style-one-area .heading-left {
        text-align: center;
    }

    .project-style-one {
        grid-template-columns: 1fr;
    }

    .project-style-one .thumb img {
        height: 300px;
        width: 100%;
    }

    .project-style-one .info {
        padding: 30px;
    }

    .project-style-one .info h3 {
        font-size: 24px;
    }

    /* Project Two */
    .project-style-two-item .info img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 50px;
    }

    .project-style-two-item .info {
        display: block;
        position: relative;
    }

    .project-style-two-item .info .top {
        align-items: center;
    }

    .project-style-two-item > img {
        display: none;
    }

    /* Project Three */
    .large-heading h2 {
        font-size: 100px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .large-heading h2 span {
        height: 100px;
        width: 100px;
        font-size: 40px;
    }

    .large-heading h1 {
        font-size: 100px;
        line-height: 1;
    }

    .project-style-four-item {
        grid-template-columns: 1fr;
    }

    .project-style-four-item .thumb-style-three img {
        position: inherit;
    }

    .project-style-four-info {
        padding: 0;
    }

    .project-four-swiper-navigation {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-style-four-item .arrow {
        display: none;
    }

    /* Project Five */

    .project-style-five-item {
        padding: 0;
    }

    .project-style-five-area .heading-left {
        text-align: center;
    }

    .project-five-swiper-nav {
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        gap: 0;
        display: inline-flex;
        margin-top: 30px;
    }

    .project-style-five-area::after {
        display: none;
    }

    .project-five-swiper-nav > div {
        background: var(--color-style-eight);
        margin: 0 -50px;
    }

    .project-five-swiper-nav > div i {
        color: var(--white);
    }

    .project-style-five-item > img {
        position: inherit;
        height: 450px;
        width: 100%;
    }

    .project-style-five-item .project-card-info {
        left: 0;
    }

    .swiper-slide-active .project-style-five-item .project-card-info {
        left: 0;
        border: 1px solid #dddddd;
        border-top: none;
    }

    .bg-dark-secondary .project-style-five-item .project-card-info {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        bottom: 0;
        padding-bottom: 0;
    }

    .bg-dark-secondary .project-style-five-item ul {
        border-color: rgba(255, 255, 255, 0.2);
    }

    /* Project Six */
    .project-six-swiper-nav {
        justify-content: center;
        margin-top: 30px;
    }

    .project-style-six-area .heading-left {
        text-align: center;
    }

    /* Project Details */
    .thumb-grid {
        height: auto;
    }

    .item-grid-colum {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Technology Index */
    .tech-index-one-items {
        padding-right: 0;
    }

    .tech-index-one-items:nth-child(2) {
        padding: 0;
    }

    /* Food Menu */
    .food-menu-one-single .title-price {
        display: block;
        border: none;
        padding: 0;
    }

    .food-menu-one-single .title-price h2 {
        margin-bottom: 15px;
    }

    .food-menu-one-single {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 30px;
        border-radius: 8px;
        position: relative;
        padding-top: 130px;
    }

    .food-menu-style-one-item {
        gap: 15px;
    }

    .food-menu-one-tabs {
        padding: 50px;
    }

    .food-menu-one-single .thumb {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .nav.nav-tabs.food-menu-nav-tabs li.nav-item {
        padding: 10px 0;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .food-menu-one-single .title-price h3 {
        color: #e9b790;
        font-size: 24px;
    }

    /* Testimonial One */

    .rating-info-one {
        display: none;
    }

    .testimonial-thumb img {
        width: 100%;
        height: auto;
        position: inherit;
    }

    .testimonial-style-one-info {
        margin-top: 0;
        position: relative;
        top: -150px;
        z-index: 1;
        margin-bottom: -150px;
        padding-bottom: 200px;
    }

    .testimonial-swiper-nav {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        gap: 10px;
    }

    .testimonial-swiper-nav > div {
        background: var(--white);
        border-radius: 50%;
        height: 60px;
        width: 60px;
        line-height: 65px;
    }

    .testimonial-style-one-item p {
        font-size: 22px;
        line-height: 1.7;
    }

    /* Testimonial Two */
    .testimonial-style-two-carousel {
        text-align: center;
        padding-bottom: 100px;
    }

    .testimonial-style-two .thumb {
        margin: auto auto 50px;
    }

    .testimonial-two-navtigations {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    /* Testimonial Three */
    .testimonial-three-left {
        justify-content: center;
        align-items: center;
        margin-bottom: 70px;
        height: auto;
    }

    .testimonial-three-left .thumb {
        display: none;
    }

    .testimonial-style-three-item {
        padding: 30px;
    }

    .testimonial-style-three-item .item-ratings {
        right: 30px;
        top: 50px;
    }

    /* Testimonial Four */
    .testimonial-style-four-item {
        grid-template-columns: 1fr;
    }

    .testimonial-style-four-item .thumb {
        display: none;
    }

    .testimonial-style-four-items {
        text-align: center;
        position: relative;
        padding-bottom: 150px;
    }

    .testimonial-four-left-info .navigation {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
    }

    .testimonial-style-four-item .bottom {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial-style-four-item p {
        font-size: 20px;
    }

    .testimonial-four-left-info .icon img {
        margin-bottom: 30px;
    }

    /* Testimonial Five */
    .testimonial-style-five-info {
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        padding: 80px;
        text-align: center;
    }

    .testimonial-style-five-item {
        padding: 80px;
    }

    .testimonial-five-navtigations {
        bottom: 85px;
        right: 80px;
    }

    .testimonial-style-five-info .user-card .thumb {
        justify-content: center;
    }

    .testimonial-style-five-info .overall-rating h2 {
        justify-content: center;
    }

    /* Testimonial Six */
    .testimonial-style-six-items .thumb img {
        width: 80px;
    }

    .testimonial-style-six-items {
        padding: 0;
    }

    .testimonial-style-six-items .thumb {
        display: none;
    }

    .testimonial-style-six-item p {
        font-size: 28px;
        line-height: 1.7;
    }

    .testimonial-style-six-items .icon img {
        margin-bottom: 20px;
        height: 50px;
    }

    .testimonial-style-six-item .provider {
        margin-top: 30px;
    }

    .testimonial-six-paginations {
        margin-top: 30px;
    }

    /* Food Category */

    .food-cat-area .shape {
        display: none;
    }

    .accordion-style-three .accordion-item .accordion-body {
        padding: 50px;
        grid-template-columns: 1fr;
    }

    .accordion-style-three .accordion-item .accordion-body .thumb {
        height: auto;
    }

    .accordion-style-three .accordion-item .accordion-body .thumb img {
        position: inherit;
        max-height: 350px;
    }

    /* Promotion Text */
    .promotion-text-content h1 {
        font-size: 80px;
    }

    .promotion-text-content h1 img {
        max-height: 55px;
    }

    /* Fun Factor Two */

    .fun-fact-style-two-items {
        margin-bottom: -30px;
    }

    .funfact-style-two-item {
        margin-bottom: 30px;
        border: none;
        border-radius: 0;
        padding: 0 13px;
    }

    .funfact-style-two-item .fun-fact {
        border: 1px solid #dddddd;
        border-radius: 30px;
        padding: 50px 30px;
        position: relative;
        z-index: 1;
    }

    .text-light .funfact-style-two-item .fun-fact {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .funfact-style-two-item::after {
        display: none;
    }

    /* Food Offer */
    .food-offer-style-one-items::after {
        display: none;
    }

    .food-offer-one-info .content {
        padding: 0;
    }

    .food-offer-one-info .arrow-shape {
        display: none;
    }

    .food-offer-style-one-items {
        text-align: center;
    }

    .food-offer-one-info ul.list-style-three {
        display: inline-block;
    }

    .food-offer-one-info .offer-card {
        display: none;
    }

    .food-offer-one-item {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: end;
        text-align: center;
        margin-top: 50px;
    }

    .food-offer-one-item > div.thumb {
        margin: auto;
        margin-bottom: -150px;
    }

    .food-offer-one-item > div {
        margin: auto;
    }

    /* Video Content */
    .video-three-content {
        text-align: center;
    }

    .video-three-content .video-text-btn {
        text-align: left;
    }

    /* Reservation */
    .reservation-style-one-items {
        grid-template-columns: 1fr;
    }

    .reservation-style-one-items .reservation-style-one {
        margin: 0;
    }

    .thumb-style-four {
        padding-left: 0;
        display: none;
    }

    .thumb-style-four img:nth-child(2) {
        display: none;
    }

    .reservation-style-one-items .from-content .info {
        position: inherit;
        top: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    /* Team Four */
    .team-hire-card {
        justify-content: center;
        align-items: center;
        height: auto;
        gap: 15px;
        border-radius: 10px;
        margin-top: 50px;
        padding: 50px;
    }

    /* Tools Integration */
    .tools-heading img {
        display: none;
    }

    ul.integration-tools-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    ul.integration-tools-list li:nth-child(2n) {
        margin: 0;
    }

    ul.integration-tools-list li .icon {
        width: 100%;
    }

    ul.integration-tools-list li .icon img {
        height: 60px;
        margin: auto;
    }

    .tools-heading {
        height: auto;
        margin: 50px 0;
    }

    .text-end ul.integration-tools-list li:nth-child(2n) {
        margin: 0;
    }

    /* Pricing One */
    .pricing-style-three-tabs {
        gap: 30px;
    }

    .pricing-thee-content-item .info h4 img {
        height: 30px;
    }

    .pricing-thee-content-item .info h4 {
        font-size: 22px;
    }

    /* Blog */
    ul.meta-one li a {
        padding: 2px 10px;
    }

    .left-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .blog-style-four .thumb {
        margin-bottom: 30px;
    }

    .blog-area h2 {
        font-size: 26px;
    }

    /* Blog Five */
    .blog-style-five .blog-card {
        visibility: visible;
        opacity: 1;
        position: inherit;
        left: 0;
        top: auto !important;
        background: var(--white) !important;
        bottom: 0;
    }

    .blog-card.bg-dark h2 a {
        color: var(--color-heading);
    }

    .bg-dark-secondary .blog-card.bg-dark h2 a {
        color: var(--white);
    }

    .blog-style-five img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .blog-style-five {
        padding: 0;
        background: transparent;
    }

    .blog-card .info > i {
        display: none;
    }

    .blog-style-five .blog-card .info h4 a {
        color: var(--color-heading);
    }

    .blog-style-five .blog-card .info p {
        color: var(--color-paragraph);
    }

    .bg-dark-secondary .blog-style-five .blog-card .info p {
        color: var(--white-secondary);
    }

    .blog-card .meta li,
    .blog-card .meta li a {
        color: var(--color-paragraph);
    }

    .bg-dark-secondary .blog-card .meta li,
    .bg-dark-secondary .blog-card .meta li a {
        color: var(--white-secondary);
    }

    .blog-style-five .meta {
        border-color: #dddddd;
    }

    .bg-dark-secondary .blog-style-five .meta {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .bg-dark-secondary .blog-style-five {
        background: transparent;
    }

    .blog-area .shape-top-right {
        right: 5%;
    }

    .blog-area .shape-top-right img {
        max-width: 70px;
    }

    /* Blog Six */
    .blog-style-six-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-style-six-item .date-style-one {
        position: absolute;
        left: 30px;
        top: 80px;
    }

    .blog-style-six-item:first-child .date-style-one {
        top: 30px;
    }

    /* Career */
    .career-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .career-item .content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    ul.career-info-list {
        column-gap: 50px;
        row-gap: 20px;
    }

    /* Contact */
    .intro-video {
        height: auto;
        margin-bottom: 50px;
    }

    .contact-form-heading h2 {
        margin-bottom: 20px;
    }

    .contact-form-heading .d-grid img {
        display: none;
    }

    .contact-form-heading .d-grid {
        grid-template-columns: 1fr;
    }

    .contact-style-two-info li {
        margin-top: 30px;
    }

    .contact-form-style-two {
        margin-top: 50px;
    }

    .google-maps iframe {
        height: 350px;
    }

    /* Footer */
    .footer-style-one .f-items {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .newsletter-flex {
        justify-content: center;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-top .logo {
        display: none;
    }

    .footer-style-one .f-item.about::after {
        display: none;
    }

    /* Footer Two */
    .footer-top-style-two .logo {
        padding-right: 0;
    }

    .footer-top-style-two::after {
        display: none;
    }

    .footer-style-two ul.social-style-two {
        padding: 0;
    }

    .footer-top-style-two .logo img {
        height: 50px;
    }

    .footer-style-two .about .content {
        padding-right: 0;
    }

    /* Footer Three */
    footer .newsletter-style-three-card {
        margin-top: 30px;
    }

    footer form.newsletter-style-three {
        max-width: 600px;
    }

    .footer-style-three .f-item.contact::after {
        display: none;
    }

    .footer-style-three .footer-item.mt-50 {
        padding: 0;
    }

    .footer-style-three .f-items {
        padding-bottom: 120px;
        padding-top: 70px;
    }

    .footer-style-three .footer-item {
        margin-top: 50px;
    }

    footer .title-badge {
        font-size: 24px;
        text-align: left;
        background: transparent !important;
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }

    footer .title-badge::after {
        display: none;
    }

    /* Footer Four */
    .footer-style-four .f-item.contact::after {
        display: none;
    }

    .footer-style-four .f-item.contact {
        padding: 0;
    }

    /* Footer Style Six */
    footer .card-style-ten {
        text-align: center;
        margin-top: 40px;
    }

    footer .card-style-ten li {
        display: inline-flex;
        text-align: left;
    }

    .footer-style-six-items h1 {
        text-align: center;
        margin-left: -20px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    /* Topbar */
    .top-bar-area {
        display: none;
    }

    .title br {
        display: none;
    }

    .left-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* Banner Style One */

    .banner-style-one {
        padding-bottom: 70px;
    }

    .card-style-one {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 60px 15px;
    }

    .card-style-one .circle-text-card {
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .card-style-one > div {
        padding: 0;
        border: none;
    }

    .card-style-one .content {
        margin-bottom: 30px;
    }

    .banner-one-thumb {
        position: inherit;
        width: 100%;
    }

    .banner-one-content-left {
        margin: 0;
        padding: 0;
        background: transparent;
        padding: 50px 0;
    }

    .banner-one-content-left h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner-style-one::after {
        display: none;
    }

    .bg-dark-secondary .banner-one-content-left::after {
        display: none;
    }

    .bg-dark-secondary .banner-one-content-left h2 {
        color: var(--white);
    }

    .bg-dark-secondary .banner-one-content-left p {
        color: var(--white-secondary);
    }

    .bg-dark-secondary .banner-one-content-left .btn-style-two {
        background: var(--color-primary);
    }

    /* Banner Style Two */
    .banner-style-two-content h2 {
        font-size: 40px;
    }

    .banner-style-two,
    .banner-style-two div {
        height: auto;
    }

    .banner-two-dashbaord {
        padding-right: 0;
    }

    .banner-two-dashbaord > img {
        max-width: 100%;
        margin: 0;
    }

    .banner-style-two .banner-two-dashbaord {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .banner-two-dashbaord .card-style-two {
        position: inherit;
        margin-top: 30px;
        width: 100%;
    }

    .card-style-two img {
        max-width: 160px;
    }

    .banner-style-two {
        padding: 80px 0;
    }

    /* Banner Three */
    .banner-style-three-area .item {
        padding: 70px 15px;
    }

    .banner-style-three-area .item h2 {
        font-size: 36px;
    }

    .banner-style-three-area .container-full {
        padding: 0;
        max-width: 100%;
    }

    .banner-style-three-area .banner-fade {
        margin: 0;
        padding: 0;
    }

    .banner-style-three-area strong {
        font-size: 20px;
    }

    .banner-style-three-area .banner-three-nav-prev,
    .banner-style-three-area .banner-three-nav-next {
        display: none;
    }

    .banner-style-three-area .item .content {
        padding: 0;
    }

    .banner-style-three-area .swiper-slide {
        border-radius: 0;
    }

    /* Banner Four */
    .banner-style-four .content .left-info h2 {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .banner-style-four .right-info h2 {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .banner-style-four .content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        justify-content: center;
    }

    .portfolio-thumb .thumb-inner {
        position: inherit;
        height: 320px !important;
        width: 320px;
        transform: none;
        left: 0;
        margin: auto;
    }

    .banner-style-four .right-info {
        text-align: center;
        gap: 30px;
    }

    ul.social-profile {
        justify-content: center;
        margin-top: 35px;
    }

    .banner-style-four {
        padding: 80px 0;
    }

    .banner-style-four .content .left-info .shape img {
        display: none;
    }

    /* Banner Style Five */
    .banner-style-five h1 {
        font-size: 40px;
        margin-left: 0;
    }

    .banner-style-five,
    .banner-style-five div {
        height: auto;
    }

    .banner-style-five h2 {
        font-size: 45px;
    }

    .banner-style-five .content {
        display: block;
        margin-top: 15px;
    }

    .banner-style-five .content img {
        display: none;
    }

    .banner-style-five {
        padding: 80px 0;
    }

    .banner-style-five .align-items-center .illustsration {
        height: auto;
        max-width: 50%;
        bottom: -80px;
        opacity: 0.4;
    }

    /* Banner Style Six */
    .banner-style-six::after {
        display: none;
    }

    .banner-style-six .content {
        padding: 0;
        padding-bottom: 70px;
    }

    .banner-style-six h2 {
        font-size: 42px;
    }

    .banner-style-six {
        padding-top: 70px;
    }

    .banner-style-six .thrusted-by {
        margin-top: 30px;
    }

    .banner-style-six .right-info {
        background: var(--color-style-eight);
        padding: 50px 0;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .banner-style-six .right-info::after {
        position: absolute;
        left: -50%;
        right: -50%;
        content: "";
        height: 100%;
        background: var(--color-style-eight);
        bottom: 0;
        z-index: -1;
    }

    .video-section-two-area img {
        height: auto;
        min-height: 300px;
    }

    /* Banner Style Seven */
    .banner-seven-content {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .banner-style-seven-area,
    .banner-style-seven-area div {
        height: auto;
    }

    .banner-style-seven-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner-style-seven-content h2 {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .banner-seven-content .customer-list {
        justify-content: center;
        gap: 0;
    }

    .banner-seven-content .ratings {
        display: none;
    }

    .banner-seven-content .food-list {
        justify-content: center;
        display: none;
    }

    /* About */
    .about-style-one-area {
        padding: 70px 0;
    }

    .about-style-one-info h2 {
        margin-top: 0;
        font-size: 36px;
    }

    .grid-card {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .review-achive img {
        padding-right: 15px;
    }

    .review-achive .ratings {
        padding-left: 15px;
    }

    .review-achive .ratings i {
        font-size: 14px;
        letter-spacing: 0;
    }

    /* About Style Two */
    .about-style-two-info .bottom {
        grid-template-columns: 1fr;
    }

    .thumb-style-two {
        height: auto;
        padding: 0;
        margin-top: 30px;
        padding-bottom: 115px;
    }

    .about-style-two-area {
        background-size: 50%;
    }

    .thumb-style-two .circle-text-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
    }

    /* About Three */
    .about-heading h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .expertise-item {
        height: auto;
        gap: 15px;
    }

    .my-expertise {
        height: auto;
        padding: 30px;
    }

    .my-expertise .top {
        background: transparent;
        padding: 0;
        border: none;
        margin: 0;
    }

    .my-experience {
        padding: 30px;
    }

    .portfolio-bio .work-porfile-carousel {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .portfolio-bio {
        gap: 0;
    }

    .work-profile-item img {
        max-height: 45px;
    }

    /* About Four */
    .typed-card {
        padding: 25px;
    }

    .typed-card ul li p {
        padding: 15px;
        font-size: 15px;
    }

    .typed-card ul li {
        padding-right: 30px;
    }

    .about-four-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-four-content .list-item {
        padding: 20px;
        padding-bottom: 35px;
        display: none;
    }

    /* About Five */
    .site-heading .icon {
        display: none;
    }

    /* About Six */
    .about-style-six-area .btn-large-border {
        display: none;
    }

    .about-six-content {
        text-align: center;
    }

    .about-six-top-info .produce-card {
        padding: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .accordion-style-two .accordion-item .accordion-button {
        padding: 30px;
        padding-bottom: 35px;
    }

    .accordion-style-two .accordion-item .accordion-body {
        padding: 30px;
    }

    /* Why Choose Us */
    .choose-us-style-one-area .choose-us-style-one-thumb {
        position: inherit;
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .choose-us-style-one-area {
        padding-top: 0;
    }

    .choose-us-style-one-info .flex-card {
        flex-direction: column;
        gap: 30px;
    }

    /* Timeline */
    .timeline-progress .left .number {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }

    .timeline-progress {
        gap: 20px;
        text-align: left;
    }

    .progress-style-two-items .progress-left {
        margin-bottom: 50px;
    }

    .timeline-progress .content::after {
        display: none;
    }

    .timeline-progress:nth-child(2) .content {
        text-align: left;
    }

    .timeline-progress .content {
        padding: 30px;
    }

    .timeline-progress .top {
        display: block;
    }

    .timeline-progress img {
        margin-bottom: 30px;
    }

    .timeline-progress .top h3,
    .timeline-progress .top h4 {
        font-size: 22px;
        line-height: 1.4;
    }

    /* Tools Area */
    .tools-heading img {
        display: none;
    }

    ul.integration-tools-list {
        justify-content: center;
        align-items: center;
        flex-direction: inherit;
        flex-wrap: wrap;
        gap: 10px;
    }

    ul.integration-tools-list li:nth-child(2n) {
        margin: 0;
    }

    ul.integration-tools-list li .icon {
        height: 100px;
        width: 100px;
        padding: 25px;
    }

    .text-end ul.integration-tools-list li:nth-child(2n) {
        margin: 0;
    }

    .tools-heading {
        height: auto;
        margin: 30px 0;
        padding: 50px 30px;
    }

    /* Technology Index */
    .tech-index-one-items {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .tech-index-one-items:nth-child(2) {
        padding: 0;
    }

    .technology-index-area {
        background-image: none !important;
    }

    /* Promotion Text */
    .promotion-text-content h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .promotion-text-content h1 img {
        max-height: 70px;
        display: none;
    }

    /* Fun Factor */
    .fun-fact-style-one-items {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Fun Factor Two */
    .funfact-style-two-item {
        margin-bottom: 30px;
        border: none;
        border-radius: 0;
        padding: 0 13px;
    }

    .funfact-style-two-item:last-child {
        margin-bottom: 0;
    }

    .funfact-style-two-item .fun-fact {
        border: 1px solid #dddddd;
        border-radius: 30px;
        padding: 50px 30px;
        position: relative;
        z-index: 1;
    }

    .text-light .funfact-style-two-item .fun-fact {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .funfact-style-two-item::after {
        display: none;
    }

    /* Feature */
    .thumb-style-one img:nth-child(2) {
        display: none;
    }

    .thumb-style-one {
        height: auto;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .card-style-five {
        display: grid;
    }

    /* Features Two */

    .feature-style-two-items,
    .bg-dark-secondary .feature-style-two-items {
        border-radius: 0;
        background: transparent;
    }

    .feature-caruosel-item {
        padding: 30px;
    }

    .bg-dark-secondary .feature-caruosel-item {
        background: rgba(255, 255, 255, 0.1);
    }

    .feature-style-two-items .top-info {
        padding: 0;
        margin-bottom: 30px;
    }

    .feature-two-contents {
        padding: 0;
    }

    .user-card-item {
        display: block;
        text-align: center;
        align-items: center;
    }

    .user-card-item .progressbar {
        margin: auto auto 30px;
    }

    .user-card .thumb {
        justify-content: center;
    }

    .account-card {
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 30px;
        gap: 30px;
    }

    /* Feature Three */
    .card-style-seven {
        height: auto;
        padding: 30px;
    }

    .card-style-seven h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    .card-style-six .info {
        padding: 30px;
    }

    .feature-style-three {
        height: auto;
        background: var(--bg-gray-secondary);
        padding: 30px;
        border-radius: 7px;
    }

    .bg-dark-secondary .feature-style-three {
        background: rgba(255, 255, 255, 0.1);
    }

    .card-style-six {
        height: auto;
        margin-top: 30px;
    }

    .services-style-two-item .accordion-button strong {
        font-size: 24px;
    }

    /* Feature */
    .feature-four-card-items {
        grid-template-columns: 1fr;
        bottom: 0;
        margin: 0;
    }

    .feature-four-card {
        margin: 0;
    }

    .feature-style-four-info ul {
        grid-template-columns: 1fr;
    }

    .feature-style-four-area {
        padding-bottom: 70px;
    }

    /* Feature Five */
    .feature-style-five-items {
        margin: 0;
    }

    .feature-style-five-item {
        text-align: center;
        padding: 0 13px;
        border: none;
    }

    .feature-style-five-item img {
        margin-bottom: 30px;
    }

    .feature-style-five-item::after {
        display: none;
    }

    /* Services */
    .services-style-one-carousel {
        margin: 0;
    }

    .services-style-one-carousel .swiper-wrapper {
        padding: 0;
    }

    .services-style-one-item {
        padding: 50px 37px;
    }

    .services-style-one-item .icon {
        margin-bottom: 50px;
    }

    .services-style-one-item br {
        display: none;
    }

    .services-style-one-item .bottom {
        flex-wrap: wrap;
    }

    .services-style-one-item .bottom span {
        display: none;
    }

    /* Services Two */
    .services-style-two-items {
        margin-bottom: 0;
    }

    .services-style-two-item button.accordion-button::before {
        right: 0;
    }

    .services-style-two-item .accordion-button h3 {
        font-size: 24px;
    }

    .services-style-two-item .accordion-button span {
        font-size: 24px;
    }

    .services-style-two-item .accordion-body {
        padding: 0;
    }

    .services-style-two-item .accordion-body .item {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 30px;
    }

    .services-style-two-item .thumb {
        height: auto;
    }

    .services-style-two-item .thumb img {
        position: inherit;
    }

    /* Service Three */
    .services-style-three-item .top {
        display: block;
        margin-bottom: 20px;
    }

    .services-style-three-item .top .icon img {
        margin-bottom: 30px;
    }

    .services-style-three-item {
        padding: 30px;
        margin-bottom: 30px;
    }

    .services-style-three-item:last-child {
        margin-bottom: 0;
    }

    .card-style-eight {
        padding: 30px;
        padding-top: 120px;
    }

    .card-style-eight img {
        max-width: 80%;
    }

    /* Services Four */
    .services-style-four-item .content {
        transform: none;
    }

    .services-style-four-item .content p {
        opacity: 1;
        visibility: visible;
    }

    .services-style-four-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 30px;
        padding-bottom: 0;
    }

    .services-style-four-item h4 br {
        display: none;
    }

    /* Services Five */
    .services-style-five-area.bottom-less {
        padding-bottom: 70px;
    }

    .service-style-five-item .thumb {
        opacity: 1;
        visibility: visible;
        height: auto;
        position: inherit;
        right: 0;
        left: 0;
        top: 0;
        margin-bottom: 30px;
    }

    .service-style-five-item .icon-box {
        display: none;
    }

    .service-style-five-item {
        padding: 30px;
    }

    /* Service Details */
    .quick-contact-widget {
        padding: 30px;
        padding-top: 200px;
    }

    /* Accordion Style Three */
    .accordion-style-three .accordion-item .accordion-button {
        padding: 30px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .accordion-style-three .accordion-item .accordion-button .left {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .accordion-style-three .accordion-item .accordion-button .left span {
        display: block;
        margin-bottom: 15px;
    }

    .accordion-style-three .accordion-item strong {
        font-size: 30px;
    }

    .accordion-style-three .accordion-item .accordion-body {
        grid-template-columns: 1fr;
        padding: 30px 15px;
    }

    .accordion-style-three
        .accordion-item
        .accordion-body
        .card-style-thirteen {
        height: auto;
        padding: 30px;
    }

    .accordion-style-three .accordion-item .accordion-body .thumb {
        height: auto;
    }

    .accordion-style-three .accordion-item .accordion-body .thumb img {
        height: 280px;
        position: inherit;
    }

    .food-cat-area .shape {
        display: none;
    }

    /* Professional Skill */
    .nav.nav-tab-style-one::after {
        display: none;
    }

    .nav.nav-tab-style-one button.nav-link {
        flex: inherit;
        width: 100%;
        background: var(--bg-gray-secondary);
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .text-light .nav.nav-tab-style-one button.nav-link {
        background: rgba(255, 255, 255, 0.2);
    }

    .nav.nav-tab-style-one {
        background-image: none;
        display: block;
    }

    .nav.nav-tab-style-one button.nav-link::after {
        display: none;
    }

    .nav.nav-tab-style-one button.nav-link.active {
        background-color: var(--color-style-five);
    }

    .professional-skill-item {
        display: block;
    }

    .skill-progress h2 {
        border: none;
        height: inherit;
        width: inherit;
        line-height: inherit;
        text-align: left;
    }

    .skill-progress {
        grid-template-columns: 50px auto;
        margin-bottom: 15px;
    }

    .professional-skill-items {
        gap: 50px;
    }

    /* Process */
    .process-style-one-items {
        margin: 0;
        display: grid;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        gap: 30px;
    }

    .process-style-one-area {
        text-align: center;
    }

    .process-style-one-item {
        margin: auto;
        padding: 30px;
    }

    .process-style-one-item:nth-child(2n) {
        height: 330px;
        width: 330px;
        min-width: 330px;
    }

    /* Food Offer */
    .food-offer-style-one-items {
        padding: 50px 30px;
        text-align: center;
    }

    .food-offer-style-one-items::after {
        display: none;
    }

    .food-offer-one-info .content {
        padding: 0;
    }

    .food-offer-one-info ul.list-style-three {
        display: inline-block;
    }

    .food-offer-one-info .arrow-shape {
        display: none;
    }

    .food-offer-one-item {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .food-offer-one-item > div.thumb {
        margin: 0;
        margin-bottom: 30px;
    }

    .food-offer-one-item > div {
        height: auto;
        width: auto;
        min-width: auto;
    }

    .food-offer-one-info {
        margin-bottom: 50px;
    }

    .food-offer-one-item > div.info {
        padding: 0;
        background: transparent;
        overflow: inherit;
        border: none;
        border-radius: 0;
    }

    .food-offer-one-item .info h2 {
        color: var(--white);
    }

    .food-offer-one-item .info p {
        color: var(--white);
    }

    .food-offer-one-item .info span {
        color: var(--white);
    }

    .food-offer-one-item > div.thumb img {
        border-radius: 50%;
        margin: auto;
    }

    .food-offer-one-carousel .fooder-offer-one-navigation {
        top: auto;
        bottom: 0;
        width: auto;
        display: inline-flex;
        justify-content: center;
        transform: translateX(-50%);
        left: 50%;
        gap: 5px;
    }

    .food-offer-one-carousel {
        text-align: center;
        padding-bottom: 80px;
    }

    .food-offer-one-carousel .swiper-slide {
        padding: 0;
    }

    /* Video Section */
    .video-section img {
        min-width: 450px;
    }

    /* Clients */
    .clients-items::after {
        display: none;
    }

    .clients-items {
        padding: 70px 0;
    }

    .brand-style-one-carousel img {
        max-height: 35px;
        height: auto;
    }

    /* Project */
    .project-style-one-area .text-end {
        text-align: left !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .project-style-one {
        grid-template-columns: 1fr;
    }

    .project-style-one .info {
        padding: 30px;
    }

    .project-style-one .thumb img {
        height: auto;
    }

    .project-style-one .thumb span {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        writing-mode: inherit;
        padding: 5px 20px;
    }

    .heading-left {
        text-align: center;
    }

    .heading-left .project-swiper-nav {
        margin-top: 30px;
    }

    /* Project Two */
    .project-style-two-item .info img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 50px;
    }

    .project-style-two-item .info {
        display: block;
        position: relative;
        padding: 30px;
        height: auto;
        padding-bottom: 100px;
    }

    .project-style-two-item .info .top {
        align-items: center;
    }

    .project-style-two-item > img {
        display: none;
    }

    .project-style-two-item .info .top a.btn-circle {
        position: absolute;
        bottom: 30px;
    }

    /* Project Three */
    .large-heading h2 {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .large-heading h1 {
        font-size: 45px;
        line-height: 1;
    }

    .large-heading h2 span {
        height: 55px;
        width: 55px;
        min-width: 55px;
        font-size: 30px;
    }

    .portfolio-style-one {
        margin-bottom: 30px;
    }

    .project-style-three-area {
        padding-bottom: 50px;
    }

    /* Project Four */
    .project-style-four-item {
        grid-template-columns: 1fr;
    }

    .project-style-four-item h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .project-style-four-item .arrow {
        display: none;
    }

    .thumb-style-three img {
        height: auto;
        position: inherit;
    }

    .project-style-four-info {
        padding: 0;
    }

    .project-four-swiper-navigation {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Project Five */
    .project-style-five-area::after {
        display: none;
    }

    .project-five-swiper-nav > div.project-five-prev {
        margin: 0;
    }

    .project-five-swiper-nav > div {
        background: var(--color-style-eight);
        color: var(--white);
    }

    .project-five-swiper-nav {
        flex-direction: row-reverse;
        justify-content: center;
        margin-top: 30px;
        gap: 10px;
    }

    .project-style-five-item > img {
        height: auto;
        position: inherit;
        margin-bottom: 30px;
    }

    .project-style-five-item {
        padding: 0;
    }

    .swiper-slide-active .project-style-five-item .project-card-info {
        left: 0;
    }

    .project-style-five-item .project-card-info {
        bottom: 0;
        padding: 0;
    }

    .project-style-five-item ul {
        grid-template-columns: 1fr;
        gap: 0;
        border: none;
        padding: 0;
    }

    .project-style-five-item ul li {
        justify-content: space-between;
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
        margin-top: 10px;
    }

    .project-style-five-item ul li:first-child {
        margin-top: 0;
        border: none;
    }

    .project-style-five-item ul li::after {
        top: 22px;
    }

    /* Project Six */
    .project-style-six-area .heading-left {
        text-align: center;
    }

    .project-style-six-area .heading-left .text-end {
        text-align: center;
    }

    .project-six-swiper-nav {
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .project-style-six-carousel .swiper-wrapper {
        align-items: flex-start;
    }

    .project-style-six-item img,
    .swiper-slide:nth-child(2n) .project-style-six-item img,
    .swiper-slide:nth-child(3n) .project-style-six-item img {
        border-radius: 10px;
    }

    .project-style-six-carousel .swiper-slide {
        height: 400px;
    }

    .project-style-six-item {
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
    }

    .project-style-six-item a {
        height: 100%;
        width: 100%;
        display: block;
    }

    .project-style-six-item a img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        left: 0;
        top: 0;
    }

    /* Project Single */
    ul.project-info-list {
        display: block;
        text-align: center;
    }

    ul.project-info-list > li {
        margin-top: 20px;
    }

    ul.project-info-list > li:first-child {
        margin-top: 0;
    }

    .blockquote {
        display: block;
        padding: 30px;
    }

    .blockquote p {
        font-size: 18px;
        line-height: 1.7;
    }

    .thumb-grid {
        height: auto;
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .item-grid-colum {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .item-grid-container img {
        margin-top: 30px;
    }

    .item-grid-colum .left-info h3 {
        flex-wrap: wrap;
        grid-gap: 15px;
        column-gap: 25px;
    }

    .item-grid-colum .left-info h3 strong {
        margin-right: 0;
    }

    .project-paginvation-items {
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    .project-previous a,
    .project-next a {
        border: 1px solid #d6e2e2;
        padding: 15px;
        border-radius: 8px;
        justify-content: center;
    }

    .project-previous a {
        text-align: left;
    }

    .project-next a {
        text-align: right;
    }

    .project-all {
        display: none;
    }

    /* Pricing Three */
    .pricing-style-three-tabs {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* Brand */
    .brand-content h2 {
        font-size: 60px;
        margin: 0 50px;
    }

    .brand-content .item::after {
        font-size: 42px;
        line-height: 60px;
        right: -40px;
    }

    .brand-items {
        padding: 70px 0;
    }

    /* Testimonial */
    .testimonial-thumb {
        display: none;
    }

    .testimonial-style-one-info {
        margin: 0;
        padding: 50px 30px;
        padding-bottom: 120px;
    }

    .testimonial-swiper-nav {
        right: auto;
        bottom: 30px;
        gap: 10px;
    }

    .testimonial-swiper-nav > div {
        background: var(--white);
        border-radius: 50%;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 50px;
    }

    .testimonial-style-one-info .icon {
        display: none;
    }

    .testimonial-style-one-carousel {
        padding: 0;
        margin-top: 25px;
    }

    .testimonial-style-one-item p {
        font-size: 17px;
        line-height: 1.8;
    }

    .rating-info-one {
        margin-left: 0;
        margin-bottom: 30px;
    }

    /* Testimonial Two */
    .testimonial-style-two .thumb {
        height: auto;
        width: auto;
        max-width: 350px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .testimonial-style-two {
        text-align: center;
        padding-bottom: 80px;
    }

    .testimonial-style-two p {
        font-size: 18px;
    }

    .testimonial-two-navtigations {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0;
    }

    .testimonial-style-two .thumb .icon {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 0;
    }

    .gradient-title {
        font-size: 40px;
        line-height: 1;
    }

    /* Testimonial Three */
    .testimonial-three-left .thumb {
        display: none;
    }

    .testimonial-three-left .rating-card-one {
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .testimonial-style-three-item {
        padding: 30px;
    }

    .testimonial-style-three-item .item-ratings {
        right: 30px;
        top: 50px;
    }

    .testimonial-style-three-item .thumb {
        height: 65px;
        width: 65px;
        min-width: 65px;
    }

    .testimonial-style-three-item .thumb img {
        height: 100%;
        width: 100%;
    }

    .testimonial-style-three-item .thumb i {
        font-size: 12px;
    }

    .testimonial-style-three-item .thumb i::before {
        top: 1px;
        position: relative;
        left: -1px;
    }

    /* Testimonial Four */
    .testimonial-style-four-items {
        text-align: center;
        padding: 30px;
        padding-bottom: 110px;
    }

    .testimonial-style-four-item {
        grid-template-columns: 1fr;
        position: relative;
    }

    .testimonial-style-four-item .thumb {
        display: none;
    }

    .testimonial-four-left-info .navigation {
        justify-content: center;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-style-four-item .bottom {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .testimonial-style-four-item p {
        font-size: 20px;
    }

    .testimonial-four-left-info .icon img {
        margin-bottom: 30px;
    }

    /* Testimonial Five */
    .testimonial-style-five-info {
        height: auto;
        padding: 30px;
        text-align: center;
        border-radius: 10px;
        border: none;
        margin-bottom: 30px;
    }

    .testimonial-style-five-info .overall-rating h2 {
        justify-content: center;
        margin-top: 30px;
        gap: 5px;
        font-weight: 500;
    }

    .testimonial-style-five-item {
        padding: 30px;
        border: 1px solid #badfdf;
        border-radius: 10px;
    }

    .text-light .testimonial-style-five-item {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .testimonial-style-five-item h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .testimonial-style-five-item p {
        font-size: 18px;
    }

    .testimonial-style-five-items {
        border: none;
        padding-bottom: 70px;
    }

    .text-light .testimonial-style-five-items {
        border: none;
    }

    .default-padding-bottom .testimonial-style-five-items {
        border: none;
        padding-bottom: 0;
    }

    .testimonial-five-navtigations {
        right: auto;
        left: 50%;
        position: inherit;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }

    .testimonial-style-five-info h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    /* Testimonial Style Six */
    .testimonial-style-six-items .thumb {
        justify-content: center;
        position: inherit;
        width: auto;
        display: none;
    }

    .testimonial-style-six-items .thumb img:nth-child(2) {
        display: none;
    }

    .testimonial-style-six-items .thumb img {
        transform: none;
        margin: auto;
    }

    .testimonial-style-six-items {
        padding: 0;
    }

    .testimonial-style-six-item p {
        font-size: 18px;
        line-height: 1.8;
    }

    .testimonial-style-six-items .icon img {
        margin-bottom: 25px;
    }

    /* App Demo */
    .large-title {
        font-size: 36px;
    }

    /* Food Menu */
    .food-menu-style-one-item {
        grid-template-columns: 1fr;
    }

    .nav.nav-tabs.food-menu-nav-tabs {
        background-image: none !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 50px;
    }

    .nav.nav-tabs.food-menu-nav-tabs::before,
    .nav.nav-tabs.food-menu-nav-tabs::after {
        display: none;
    }

    .nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
        border-color: #dddddd;
    }

    .bg-dark-secondary .nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
        border-color: rgba(255, 255, 255, 0.25);
    }

    .thumb-style-four::after {
        display: none;
    }

    .nav.nav-tabs.food-menu-nav-tabs li.nav-item {
        padding: 0;
    }

    .food-menu-one-tabs {
        padding: 50px;
    }

    .food-menu-style-one-item .thumb {
        position: absolute;
        top: 0;
    }

    .food-menu-one-single {
        position: relative;
        padding-top: 100px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 30px;
    }

    .food-menu-one-single .title-price {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
    }

    .food-menu-one-single .title-price h3 {
        font-size: 24px;
        color: #e7b38a;
    }

    .food-menu-one-single .title-price h2 {
        margin-bottom: 20px;
    }

    .food-menu-one-single:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Award */
    .award-style-one-area {
        text-align: center;
    }

    .award-counter {
        height: 330px;
        width: 330px;
        margin: auto;
        margin-bottom: 60px;
    }

    .award-style-one-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .award-style-one-item .year {
        text-align: center;
    }

    .award-style-one-item .year strong {
        transform: none;
    }

    /* Video Content */
    .video-three-content {
        text-align: center;
    }

    .video-three-content .video-text-btn {
        text-align: left;
    }

    /* Reservation Form */
    .reservation-style-one-items {
        grid-template-columns: 1fr;
    }

    .thumb-style-four img {
        border-radius: 8px;
    }

    .thumb-style-four img:nth-child(2) {
        display: none;
    }

    .thumb-style-four {
        padding: 0;
        margin-bottom: 40px;
    }

    .reservation-style-one-items .from-content .info {
        position: inherit;
        top: 0;
        margin-bottom: 30px;
    }

    .reservation-style-one-items .reservation-style-one {
        margin: 0;
        padding: 30px;
    }

    /* Team Style Four */
    .team-four-thumb-items .team-four-thumb-item {
        position: inherit;
        display: none;
        overflow: hidden;
        border-radius: 8px;
    }

    .team-four-content-list .item {
        border: none;
        padding: 30px;
        background: var(--white);
        border-radius: 7px;
        margin-top: 15px;
    }

    .bg-dark-secondary .team-four-content-list .item {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .bg-dark-secondary .active .team-four-content-info span {
        color: var(--white-secondary);
    }

    .team-four-content-info ul.list-social {
        position: inherit;
        right: auto;
        left: 0;
        transform: none;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .team-four-content-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        text-align: center;
    }

    .team-four-content-info ul.list-social {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .active .team-four-content-info span {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .team-four-thumb-item img {
        height: auto;
    }

    .team-hire-card {
        border-radius: 7px;
        margin-top: 30px;
        text-align: center;
        align-items: center;
        height: auto;
        gap: 10px;
    }

    .team-four-content-list {
        border: none;
    }

    .team-hire-card .btn-style-three {
        align-items: center;
    }

    /* Team Details */
    .team-single-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-form-card {
        padding: 35px;
    }

    .team-single-area .right-info .social {
        display: block;
    }

    .team-single-area .right-info .social .share-link {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        display: none;
    }

    /* Promotionl Brand */
    .promotional-brand-one h2 {
        font-size: 50px;
        margin: 0 20px;
    }

    .brand-content .item::after {
        height: 45px;
    }

    .brand-two-items {
        padding: 15px 0;
    }

    /* Blog Grid */
    .blog-grid-colum h2 {
        font-size: 28px;
    }

    .blog-area h2 {
        font-size: 28px;
    }

    /* Blog Three */
    .blog-style-three-alt {
        height: auto;
    }

    .blog-style-three-alt .info {
        position: inherit;
    }

    .blog-style-three-alt .info::after {
        background: rgba(255, 255, 255, 0.1);
    }

    .blog-style-three-alt h3 {
        font-size: 26px;
    }

    .blog-style-three-item {
        grid-template-columns: 1fr;
        position: relative;
    }

    .blog-style-three-item .btn-circle {
        position: absolute;
        bottom: 30px;
    }

    .blog-style-three-item .blog-three-meta {
        padding-bottom: 75px;
    }

    /* Blog Four */
    .blog-style-four:first-child {
        padding-top: 0;
        border: none;
    }

    .blog-style-four .thumb {
        margin-bottom: 30px;
    }

    .blog-style-four {
        margin-top: 30px;
        padding-top: 30px;
    }

    .blog-style-four-info h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    /* Blog Five */
    .shape-top-right {
        max-width: 10%;
        right: 5%;
    }

    .blog-style-five {
        padding: 0;
    }

    .blog-style-five img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .blog-style-five .blog-card {
        position: inherit;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        opacity: 1;
        visibility: visible;
    }

    .blog-style-five:hover .blog-card,
    .active .blog-style-five .blog-card {
        top: 0;
    }

    .blog-card .info > i {
        display: none;
    }

    /* Blog Six */
    .blog-style-six-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-style-six-item .date-style-one {
        position: absolute;
        left: 15px;
        top: 65px;
    }

    .blog-style-six-item:first-child .date-style-one {
        top: 30px;
    }

    /* Career */
    .career-details-top {
        padding: 30px;
    }

    ul.career-info-list {
        flex-direction: column;
        gap: 15px;
    }

    .career-item .content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .career-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    /* Contact */
    .intro-video {
        margin-bottom: 30px;
        height: auto;
    }

    .intro-video a {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-form-heading h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .contact-form-heading .d-grid img {
        display: none;
    }

    .contact-form-heading .d-grid {
        grid-template-columns: 1fr;
    }

    .contact-style-two-info li {
        margin-top: 30px;
    }

    .contact-form-style-two {
        margin-top: 50px;
        padding: 30px;
    }

    .google-maps iframe {
        height: 300px;
    }

    /* Footer */

    .footer-style-one .f-items {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
        padding-top: 70px;
    }

    .newsletter-flex {
        display: block;
    }

    form.newsletter-style-one {
        margin-top: 20px;
    }

    form.newsletter-style-one input {
        min-width: auto;
        width: 100%;
    }

    .footer-style-one .f-item.about::after {
        display: none;
    }

    /* Footer Two */
    .footer-top-style-two {
        display: block;
        padding-top: 70px;
        padding-bottom: 0;
    }

    .footer-top-style-two .logo {
        padding: 0;
        margin-bottom: 30px;
    }

    .footer-style-two ul.social-style-two {
        padding: 0;
        flex-wrap: wrap;
    }

    .footer-style-two .about .content {
        padding-right: 0;
    }

    .footer-top-style-two::after {
        display: none;
    }

    /* Footer Three */
    .footer-top-style-three .newsletter-style-three-card {
        margin-top: 30px;
    }

    .footer-style-three .f-item.contact {
        margin: 0;
        padding: 0;
        padding-top: 70px;
    }

    .footer-style-three .f-item.contact::after {
        display: none;
    }

    .footer-style-three .footer-item.mt-50 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .f-items {
        padding-bottom: 70px;
    }

    .footer-top-style-three {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .title-badge::after {
        display: none;
    }

    .title-badge {
        margin: 0;
        background: transparent !important;
        padding: 0;
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px;
    }

    ul.social-style-three {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    ul.social-style-three li {
        margin: 0;
    }

    /* Footer Four */
    .footer-top-style-four p {
        padding: 0;
    }

    .footer-style-four .f-items {
        padding-bottom: 70px;
        padding-top: 20px;
    }

    .footer-style-four .f-item.contact {
        margin: 0;
        padding: 0;
    }

    .footer-style-four .f-item.contact::after {
        display: none;
    }

    .footer-top-style-four {
        padding: 50px 0;
    }

    /* Footer Six */
    .footer-style-six-items h1 {
        font-size: 90px;
        letter-spacing: -10px;
        line-height: 1;
        margin-bottom: 30px;
        text-align: center;
    }

    .card-style-ten li {
        display: inline-flex;
        text-align: left;
    }

    footer .card-style-ten {
        text-align: center;
    }
}

/* ==============================================================
    # Preloader
=================================================================== */
#validthemes-loader {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-dark #validthemes-loader {
    background: var(--dark-secondary);
}

.loader-roller {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
}

.loader-roller div {
    animation: loader-roller 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.loader-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-primary);
    margin: -5px 0 0 -5px;
}

.color-style-two .loader-roller div:after {
    background: var(--color-style-two);
}

.color-style-four .loader-roller div:after {
    background: var(--color-style-four);
}

.color-style-five .loader-roller div:after {
    background: var(--color-style-five);
}

.color-style-six .loader-roller div:after {
    background: var(--color-style-six);
}

.color-style-seven .loader-roller div:after {
    background: var(--color-style-seven);
}

.color-style-eight .loader-roller div:after {
    background: var(--color-style-eight);
}

.color-style-nine .loader-roller div:after {
    background: var(--color-style-nine);
}

.color-style-ten .loader-roller div:after {
    background: var(--color-style-ten);
}

.loader-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.loader-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loader-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.loader-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loader-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.loader-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loader-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.loader-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loader-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.loader-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loader-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.loader-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loader-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.loader-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loader-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.loader-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes loader-roller {
    0% {
        transform: rotate(0deg);
    }

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