/* ----------------------------------
Main Font    : Inter
Main Color   : #FF5C01

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

[Typography]

Body copy:    15px 'Inter', sans-serif
Header:     36px 'Inter', sans-serif
Input, textarea:  15px 'Inter', sans-serif
Sidebar heading:  20px 'Inter', 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. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
        - Banner Style Four
        - Banner Style Five
        - Banner Style Six
    06. Features
    07. About Us
        - Version One
        - Version Two
        - Version Three
    08. Services
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
        - Service Single
    09. Gallery
        - Version One
        - Version Two
        - Version Three
        - Version Foiur
        - Gallery Single
    10. Team
        - Version One
        - Version Two
        - Team Single
    11. Request Quote
    12. Why Choose Us
    13. Our Expertise
    14. Companies/Clients/Partner
    15. Testimonials
    16. Work Process
    17. FAQ
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/


@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./fonts/Inter-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./fonts/Inter-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./fonts/Inter-ExtraBold.woff2') format('woff2');
}

/* Varialbes */
:root {
    --font-default: 'Inter', sans-serif;
    --font-heading: 'Inter', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #0a4251;
    --dark-secondary: #0E313A;
    --white: #ffffff;
    --bg-white: #FFFFFF;
    --open-blue: #117ABE;
    --bg-blue-700: #0e68a4;
    --white-secondary: #bed6dc;
    --white-secondary: #d8e3f0;
    --color-primary: #117ABE;
    --color-secondary: #FF7D44;
    --color-heading: #0E313A;
    --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: #EFEFEF;
    --bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 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,
table, th, td, tr, 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);
}

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

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

i::before {
    line-height: inherit !important;
}


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

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

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

h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

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: 700;
    line-height: 26px;
}

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

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


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

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

@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: 95%;
        width: 95%;
    }

        .container-full.no-gap {
            max-width: 100%;
            width: 100%;
            padding: 0;
        }
}

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

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

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

.bg-contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left top !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-color: var(--bg-gray);
}

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

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

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

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

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

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


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

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

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

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

.gradient-bg {
    background-color: var(--color-primary);
    background: var(--gradient-bg) !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);
    }

.bg-dark 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: 70px;
    padding-bottom: 64px;
}

.dg-dets {
    padding-top: 52px;
}

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

    .dg-dets {
        padding-top: 24px;
    }
}

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

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

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

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

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

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

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

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

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

.title {
    font-weight: 700 !important;
    font-size: 55px !important;
}

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

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

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

.sub-title {
    text-transform: uppercase;
    color: var(--color-heading);
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #b3b1b1;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 4px;
}

.bg-dark .sub-title {
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--white);
}

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

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

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: var(--color-primary);
}

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

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

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

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

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

.bg-dark .heading-left .title,
.bg-dark-secondary .heading-left .title,
.bg-theme .heading-left .title,
.bg-gradient .heading-left .title {
    color: var(--white);
}

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

.heading-left .right-content {
    border-left: 1px solid #e7e7e7;
    padding-left: 50px;
}

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

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

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

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

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

.bg-dark .heading-left p {
    opacity: 0.8;
}

.sub-heading {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
    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;
}

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

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

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-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: 100;
    color: var(--white);
    text-align: center;
}

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

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

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

.video-play-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 105%;
    width: 105%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    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(100px);
        transform: translateX(100px);
    }

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

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

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

/* 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% {
        margin-right: 0;
    }

    100% {
        margin-right: -100px;
    }
}

@keyframes shine {
    0% {
        margin-right: 0;
    }

    100% {
        margin-right: -100px;
    }
}

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

.gutter-xl {
    --bs-gutter-x: 150px;
}

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

    .split-text .line {
        overflow: hidden;
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

.btn-style-one 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;
}



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

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

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

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

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

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

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

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

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

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

.btn-style-one .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ============================================================== 
    # 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;
        visibility: visible;
    }

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


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

.top-bar-area {
    padding: 12px 0;
}

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

        .top-bar-area ul.item-flex i {
            margin-right: 6px;
        }

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

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

@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 rgba(255, 255, 255, 0.3);
        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(--white);
            background: var(--white);
            color: var(--color-heading);
        }

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

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


/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
    height: 100%;
    width: 100%;
    position: relative;
}

    .banner-area .align-center {
        align-items: center;
    }

@media (max-width: 1023px) {
    .banner-area {
        height: auto;
    }
}

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

    .banner-area div.swiper-slide .row div {
        height: auto;
    }

.banner-area.top-pad-80 .content {
    padding-top: 80px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-80 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-80 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-90 .content {
    padding-top: 90px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-90 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-90 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-100 .content {
    padding-top: 100px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-100 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-100 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-110 .content {
    padding-top: 110px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-110 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-110 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-120 .content {
    padding-top: 120px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-120 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-120 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-130 .content {
    padding-top: 130px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-130 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-130 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-150 .content {
    padding-top: 150px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-150 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-150 .content {
        padding-top: 140px;
    }
}

.banner-area.auto-height {
    height: auto;
}

    .banner-area.auto-height div {
        height: auto;
    }

    .banner-area.auto-height .content {
        padding: 200px 0;
    }

@media only screen and (max-width: 767px) {
    .banner-area.auto-height .content {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.auto-height .content {
        padding: 120px 0;
    }
}

.banner-area.auto-height .content .thumb {
    padding-left: 35px;
}

@media (max-width: 991px) {
    .banner-area.auto-height .content .thumb {
        padding-left: 0;
        margin-top: 50px;
    }
}

.banner-area.auto-height.inc-header-transparent .content {
    padding-top: 250px;
}

@media only screen and (max-width: 767px) {
    .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 220px;
    }
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
    padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 250px;
}

@media only screen and (max-width: 767px) {
    .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
        margin-top: 50px;
    }
}

.banner-area .content {
    position: relative;
    z-index: 9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1023px) {
    .banner-area .content {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area .content {
        padding: 60px 0;
    }
}

.banner-area h4 {
    -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-area h2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.banner-area p,
.banner-area ul {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    padding-right: 25%;
    margin: 0;
    visibility: hidden;
}

@media (max-width: 1023px) {
    .banner-area p {
        padding-right: 0;
    }
}

.banner-area.text-center p {
    padding-left: 13%;
    padding-right: 13%;
}

@media (max-width: 1023px) {
    .banner-area.text-center p {
        padding: 0;
    }
}

.banner-area .thumb {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.banner-area .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-area .banner-slide h4 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide h2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

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

.banner-area .banner-slide .button {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    visibility: visible;
    opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
    padding: 0;
}

    .banner-area.double-items.bottom-thumb .content .thumb {
        margin-top: 120px;
    }

@media only screen and (max-width: 767px) {
    .banner-area.double-items.bottom-thumb .content {
        padding: 50px 0;
    }

        .banner-area.double-items.bottom-thumb .content .thumb {
            margin-top: 30px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.double-items.bottom-thumb .content {
        padding: 120px 0;
    }

        .banner-area.double-items.bottom-thumb .content .thumb {
            margin-top: 50px;
        }
}

.banner-area.zoom-effect .banner-thumb {
    -webkit-transition: 10s ease-out;
    transition: 10s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner-area .swiper-notification {
    display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

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

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

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

.banner-area .banner-items {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
    opacity: 1;
}

.banner-area:hover .swiper-button-prev {
    left: 30px;
    right: auto;
}

.banner-area:hover .swiper-button-next {
    right: 30px;
    left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

    .banner-area .swiper-button-prev::after,
    .banner-area .swiper-button-next::after {
        font-size: 28px;
        color: var(--color-heading);
    }

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
}

    .banner-area.navigation-circle .swiper-button-prev::after,
    .banner-area.navigation-circle .swiper-button-next::after {
        font-size: 16px;
    }

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
    left: auto;
    right: 30px;
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 50px;
    border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
    right: 92px;
}

.banner-area.navigation-between-bottom .content {
    padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
    .banner-area.navigation-between-bottom .content {
        padding-bottom: 220px;
    }
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
    left: auto;
    right: 30px;
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 30px;
    border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
    left: 30px;
    right: auto;
}

@media only screen and (max-width: 830px) {
    .banner-area .swiper-button-prev,
    .banner-area .swiper-button-next {
        display: none;
    }
}

.banner-area.navigation-custom .swiper-button-prev::after {
    font-family: 'ElegantIcons';
    content: "\23";
    font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    left: auto;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 150px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 100px;
    line-height: 100px;
}

@media only screen and (max-width: 830px) {
    .banner-area.navigation-text .swiper-button-prev,
    .banner-area.navigation-text .swiper-button-next {
        display: none;
    }
}

.banner-area.navigation-text .swiper-button-prev {
    right: 151px;
}

    .banner-area.navigation-text .swiper-button-prev::after {
        font-family: var(--font-heading);
        content: "Prev";
        text-transform: uppercase !important;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.6px;
    }

.banner-area.navigation-text .swiper-button-next::after {
    font-family: var(--font-heading);
    content: "Next";
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
    font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
    min-width: 65px;
    height: 30px;
    margin: 0;
}

    .banner-area.navigation-custom-large .swiper-button-prev::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f104";
        font-weight: 100;
        font-size: 30px;
        position: absolute;
        left: 8px;
    }

    .banner-area.navigation-custom-large .swiper-button-prev::before {
        position: absolute;
        top: 50%;
        right: inherit;
        bottom: inherit;
        left: 12px;
        content: "";
        height: 2px;
        width: 50px;
        z-index: -1;
        background-color: var(--white);
        margin-top: -1px;
    }

    .banner-area.navigation-custom-large .swiper-button-next::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f105";
        font-weight: 100;
        font-size: 30px;
        position: absolute;
        right: 8px;
    }

    .banner-area.navigation-custom-large .swiper-button-next::before {
        position: absolute;
        top: 50%;
        right: 12px;
        bottom: inherit;
        left: inherit;
        content: "";
        height: 2px;
        width: 50px;
        z-index: -1;
        background-color: var(--white);
        margin-top: -1px;
    }

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
    position: absolute;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 40px;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
    right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
    bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
    right: 100px;
}

.banner-area .swiper-pagination {
    height: auto;
    bottom: 35px;
}

    .banner-area .swiper-pagination span.swiper-pagination-bullet {
        height: 4px;
        width: 50px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
        border-radius: inherit;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: white;
            height: 7px;
        }

@media only screen and (max-width: 767px) {
    .banner-area.include-pagination .content {
        padding-bottom: 100px;
    }
}

.banner-area .swiper-pagination-fraction span {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .banner-area .swiper-pagination-fraction span.swiper-pagination-current {
        font-size: 30px;
        font-family: var(--font-heading);
        font-weight: 600;
    }

/* ============================================================== 
    # Banner Custom Style
=================================================================== */
/* Banner Style One */
.banner-area .banner-one-fixed-info-items, .banner-area .banner-one-fixed-info-items div {
    height: auto;
}

.banner-area .banner-one-fixed-info-items {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner-area .banner-one-fixed-info .item-content {
    display: inline-block;
    background: var(--dark);
    max-width: 420px;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.banner-area .banner-one-fixed-info p {
    opacity: 1;
    transform: none;
    visibility: visible;
    margin: 0;
    color: var(--white-secondary);
    padding: 0;
}

.banner-area .banner-one-fixed-info {
    display: flex;
    justify-content: right;
}

.banner-one-fixed-info .item-content i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-bottom: 30px;
}

.banner-style-one h4 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    margin-left: 120px;
}

.banner-style-one h2 {
    text-transform: uppercase;
    font-size: 100px;
    overflow: hidden;
    line-height: 1;
}

    .banner-style-one h2 strong {
        display: block;
        margin-left: 205px;
    }

.banner-style-one .button {
    margin-left: 205px;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition-delay: 400ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 800ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1200ms;
}


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

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

/* Banner Style Two */
.banner-two-fixed-forms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.form-style-one {
    position: relative;
    z-index: 1;
}

.banner-area.auto-height .banner-two-fixed-forms,
.banner-area.auto-height .banner-two-fixed-forms div {
    height: 100%;
}

    .banner-area.auto-height .banner-two-fixed-forms .form-style-one .form-items,
    .banner-area.auto-height .banner-two-fixed-forms .form-style-one .form-items div {
        height: auto;
    }

    .banner-area.auto-height .banner-two-fixed-forms .form-style-one {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.form-style-one .form-items {
    padding: 50px;
    position: relative;
    background: inherit;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

    .form-style-one .form-items:before {
        content: '';
        position: absolute;
        background: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        box-shadow: inset 0 0 500px rgba(255, 255, 255, .4);
        backdrop-filter: blur(10px);
        z-index: -1;
    }

.form-style-one form input,
.form-style-one form input:focus,
.form-style-one form .nice-select {
    background: transparent;
    box-shadow: none !important;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

    .form-style-one form .nice-select.nice-select::after {
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        height: 7px;
        width: 7px;
    }

    .form-style-one form .nice-select.nice-select li {
        color: var(--color-heading);
    }

    .form-style-one form input::-webkit-input-placeholder {
        /* Chrome */
        color: var(--white);
    }

    .form-style-one form input:-ms-input-placeholder {
        /* IE 10+ */
        color: var(--white);
    }

    .form-style-one form input::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--white);
        opacity: 1;
    }

    .form-style-one form input:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: var(--white);
        opacity: 1;
    }

.form-style-one button {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 14px;
    background: var(--white);
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-style-one button svg {
        margin-left: 5px;
    }

        .form-style-one button svg path {
            transition: all 0.35s ease-in-out;
        }

    .form-style-one button:hover {
        background: var(--color-primary);
        color: var(--white);
    }

        .form-style-one button:hover svg path {
            stroke: var(--white);
        }

.banner-style-two .content h4 {
    font-weight: 500;
}

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

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

.shape-style-one {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
}

    .shape-style-one img {
        height: 170px;
        transition: all 1s ease-in-out;
        transform: translateX(-100px);
    }

.banner-style-two .swiper-slide-active .shape-style-one img {
    transform: translateX(0);
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active h4 {
    transition-delay: 400ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active h2 {
    transition-delay: 800ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active p,
.banner-area.banner-style-two .swiper-slide.swiper-slide-active ul {
    transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
    transition-delay: 1600ms;
}

/* Banner Navigation Style Two */
.banner-area .banner-one-nav-prev.style-two,
.banner-area .banner-one-nav-next.style-two {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner-area .banner-one-nav-prev.style-two::before, .banner-area .banner-one-nav-next.style-two::before {
        content: '';
        position: absolute;
        background: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        box-shadow: inset 0 0 500px rgba(255, 255, 255, .4);
        backdrop-filter: blur(10px);
        z-index: -1;
    }

.banner-area.banner-style-two .banner-one-nav-prev.style-two {
    opacity: 0;
    visibility: hidden;
}

.banner-area.banner-style-two:hover .banner-one-nav-prev.style-two {
    opacity: 1;
    visibility: visible;
    left: 30px;
}

.banner-area.banner-style-two .banner-one-nav-next.style-two {
    opacity: 0;
    visibility: hidden;
}

.banner-area.banner-style-two:hover .banner-one-nav-next.style-two {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* Banner Style Three */
.banner-one-fixed-info.thrusted-by .item-content {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    bottom: 40px;
}

    .banner-one-fixed-info.thrusted-by .item-content h4 {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .banner-one-fixed-info.thrusted-by .item-content .review i {
        height: inherit;
        width: inherit;
        border: none;
        line-height: inherit;
        color: var(--color-primary);
        margin: 0;
    }

    .banner-one-fixed-info.thrusted-by .item-content h4 {
        margin: 0;
        margin-top: 10px;
        font-size: 18px;
    }

    .banner-one-fixed-info.thrusted-by .item-content .icon i {
        border: none;
        height: auto;
        width: auto;
        font-size: 60px;
        font-weight: 100;
        line-height: 1;
        margin: 0;
    }

.banner-area.banner-style-three .banner-thumb {
    width: 55%;
    left: auto;
    right: 0;
    position: absolute;
    height: 100%;
}

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

    .banner-style-three::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100px;
        width: 50%;
        background: url(../img/shape/angle-border-shape-light.svg);
        background-size: cover;
    }

.banner-area.banner-style-three.auto-height .content {
    padding-top: 160px;
}

.banner-style-three .content h4 {
    text-transform: uppercase;
    font-weight: 400;
}

.banner-style-three .content h2 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1.1;
    font-weight: 700;
}

.banner-style-three .content p {
    font-size: 18px;
    padding-right: 40%;
}


/* Banner Pagination Style One */
.banner-area.banner-style-three .fixed-pagination {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.pagination-style-one {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.baner-one-pagination .swiper-pagination-bullet {
    height: 22px;
    width: 22px;
    background: transparent;
    border: 2px solid;
    position: relative;
    z-index: 1;
    opacity: 0.6;
}

    .baner-one-pagination .swiper-pagination-bullet::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 7px;
        width: 7px;
        transform: translate(-50%, -50%);
        background: var(--white);
        border-radius: 50%;
    }

    .baner-one-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

/* Banner Style Four */
.banner-style-four-info {
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: right top;
    position: relative;
    z-index: 1;
}

    .banner-style-four-info::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 50%;
        background: linear-gradient(to right, rgba(239, 239, 239, 0.86) 0%, var(--bg-gray) 100%) repeat scroll 0 0;
        z-index: -1;
    }

    .banner-style-four-info .btn-style-one.solid .icon {
        background: var(--dark);
    }

        .banner-style-four-info .btn-style-one.solid .icon svg path {
            stroke: var(--white);
        }

.shape-style-three {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: -1;
}

    .shape-style-three img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: left center;
    }

ul.transportaion-types {
    display: grid;
    grid-column-gap: 30px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.transportaion-types li a {
        display: block;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        z-index: 1;
    }

        ul.transportaion-types li a::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: linear-gradient(90deg, #074f63 0%, #0a4251 100%);
            z-index: -1;
            transition: all 0.35s ease-in-out;
            transform: scale(0);
        }

        ul.transportaion-types li a:hover::after,
        ul.transportaion-types li.active a::after {
            transform: scale(1);
        }

.banner-four-right-info {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

    .banner-four-right-info .round-arrow img {
        position: absolute;
        right: 100%;
        margin-right: 50px;
        bottom: 30px;
    }

    .banner-four-right-info p {
        font-size: 20px;
        padding-right: 25%;
        margin: 0;
    }

    .banner-four-right-info ul.transportaion-types {
        margin-top: 100px;
    }

ul.transportaion-types li img {
    height: 35px;
    margin-bottom: 20px;
}

ul.transportaion-types li span {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 800;
}

ul.transportaion-types li h5 {
    margin: 0;
}

.banner-style-four-thumb {
    border-top: 5px solid var(--color-primary);
    position: relative;
    z-index: 1;
}

    .banner-style-four-thumb .shape img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        object-position: right center;
    }

.banner-four-thumb {
    position: relative;
}

    .banner-four-thumb .video {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -60px;
        display: inline-block;
        text-align: center;
    }

        .banner-four-thumb .video h4 {
            margin: 0;
            color: var(--white);
            margin-top: 30px;
            text-align: center;
            text-transform: uppercase;
            font-size: 26px;
        }

.banner-style-four-info h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-primary);
}

.banner-style-four-info h2 {
    font-size: 70px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 700;
}

/* Banner Style Five */

.banner-style-five {
    position: relative;
    padding-left: 70px;
}

    .banner-style-five::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 70px;
        background: var(--color-primary);
        z-index: -1;
    }

.banner-style-five-area {
    padding-top: 150px;
    padding-bottom: 230px;
    position: relative;
    z-index: 1;
}

    .banner-style-five-area h4 {
        text-transform: uppercase;
        font-weight: 400;
    }

    .banner-style-five-area h2 {
        text-transform: uppercase;
        font-size: 75px;
        font-weight: 700;
        margin: 0;
    }

.banner-style-five-info .content {
    display: flex;
    gap: 150px;
    align-items: flex-start;
}

a.scoll-next {
    display: inline-block;
    padding: 28px 25px;
    border: 2px solid;
    border-radius: 50px;
    text-align: center;
}

    a.scoll-next svg {
        width: 12px;
        left: 3px;
        animation: UpDown 3.5s linear infinite;
        position: relative;
        top: 12px;
    }

.video-btn-style-two {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
    background-position: bottom center;
}

    .video-btn-style-two i {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: var(--white);
        color: var(--color-heading);
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .video-btn-style-two a {
        text-transform: uppercase;
        padding: 50px;
        display: inline-block;
    }

    .video-btn-style-two h5 {
        margin: 0;
    }

.banner-style-five-info p {
    padding-right: 30%;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 17px;
}

.banner-style-five-info a.scoll-next {
    margin-top: 135px;
}

.shape-style-four {
    position: absolute;
    right: 0;
    top: 50px;
}

    .shape-style-four img {
        max-height: 160px;
        animation: fadeLeftRight 10s linear infinite;
    }

/* Banner Style Six */
.track-form {
    position: relative;
    z-index: 1;
}

    .track-form .nav.nav-tabs {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        border: none;
        position: relative;
    }

        .track-form .nav.nav-tabs::before,
        .track-form .nav.nav-tabs::after {
            display: none;
        }

        .track-form .nav.nav-tabs button {
            margin: 0;
            padding: 9px 25px;
            background: var(--white);
            color: var(--color-heading);
            border-radius: 10px 10px 0 0;
            border: none;
            font-size: 18px;
        }

    .track-form .tab-content {
        padding: 40px;
        border-radius: 0 10px 10px 10px;
        background: var(--dark);
    }

    .track-form .nav.nav-tabs button.active {
        background: var(--color-primary);
        color: var(--white);
    }

    .track-form form.newsletter-form-style-one {
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: var(--white);
        border-radius: 30px;
        padding-left: 15px;
        background: transparent;
    }

        .track-form form.newsletter-form-style-one input {
            background: transparent !important;
            color: var(--white);
        }

        .track-form form.newsletter-form-style-one button {
            border-radius: 50%;
            color: var(--white);
        }

            .track-form form.newsletter-form-style-one button i {
                font-weight: 100;
            }

        .track-form form.newsletter-form-style-one input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--white);
        }

        .track-form form.newsletter-form-style-one input:-ms-input-placeholder {
            /* IE 10+ */
            color: var(--white);
        }

        .track-form form.newsletter-form-style-one input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--white);
            opacity: 1;
        }

        .track-form form.newsletter-form-style-one input:-moz-placeholder {
            /* Firefox 4 - 18 */
            color: var(--white);
            opacity: 1;
        }

.banner-style-six-info h4 {
    font-weight: 500;
}

.banner-style-six-info h2 {
    font-size: 72px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    color: #117ABE;
}

.banner-six-carousel {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
@media(max-width:767.98px){
    .banner-six-carousel {
       padding-top:40px;
        padding-bottom: 40px;
    }
}

@media(min-width:768px) and (max-width:1199.98px) {
    .banner-six-carousel {
        padding-bottom: 40px;
    }
}

.half-shape-theme {
    height: 230px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    z-index: -1;
}

/* Banner Stage Carousel Navitaion */
.banner-stage-carousel-box {
    position: relative;
    z-index: 1;
}

    .banner-stage-carousel-box .banner-srage-swiper-nav {
        position: absolute;
        right: 100%;
        bottom: 200px;
    }

        .banner-stage-carousel-box .banner-srage-swiper-nav div {
            height: 50px;
            width: 50px;
            background: var(--color-primary);
            position: relative;
            text-align: center;
            line-height: 45px;
        }

            .banner-stage-carousel-box .banner-srage-swiper-nav div.banner-stage-carousel-next {
                position: relative;
                right: 50px;
                background: var(--color-primary);
            }


/* ============================================================== 
    # About
=================================================================== */
.about-style-one-area {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

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

.shape-style-five {
    position: absolute;
    left: 5%;
}

@media (min-width: 2000px) {
    .shape-style-five {
        position: absolute;
        left: 10%;
    }
}

@media (min-width: 2200px) {
    .shape-style-five {
        position: absolute;
        left: 15%;
    }
}

@media (min-width: 2500px) {
    .shape-style-five {
        position: absolute;
        left: 18%;
    }
}

.card-style-one {
    background: var(--bg-gray);
    padding: 50px;
}

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

    ul.list-style-one li {
        position: relative;
        z-index: 1;
        padding-left: 30px;
        margin-top: 5px;
    }

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

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

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

    ul.list-style-two li {
        display: flex;
        gap: 25px;
        align-items: flex-start;
        margin-top: 30px;
    }

        ul.list-style-two li .list-number {
            display: inline-block;
            background: var(--color-primary);
            color: var(--white);
            line-height: 1;
            padding: 5px 15px;
            font-weight: 700;
        }

        ul.list-style-two li p {
            margin: 0;
        }

        ul.list-style-two li h4 {
            font-weight: 700;
        }

@media (min-width: 1024px) {
    .thumb-style-two {
        position: relative;
        top: -80px;
    }
}


/* ============================================================== 
    # About Style Two
=================================================================== */
.experience-style-one .counter {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

    .experience-style-one .counter .operator {
        position: relative;
        top: -5px;
        font-size: 45px;
    }

.experience-style-one {
    min-width: 200px;
    padding: 40px 30px;
    background: var(--color-primary);
    color: var(--white);
    height: 100%;
}

    .experience-style-one h5 {
        margin: 0;
        color: var(--white);
        line-height: 1.3;
    }

.about-style-two-info .d-flex {
    gap: 40px;
}

.fun-fact-style-two-box {
    display: inline-flex;
    gap: 2px;
}

    .fun-fact-style-two-box .item {
        background: var(--white);
        padding: 30px 60px;
        position: relative;
        z-index: 1;
    }

        .fun-fact-style-two-box .item h2 {
            margin: 0;
            font-size: 60px;
            font-weight: 800;
        }

.about-style-two-info .fun-fact-style-two-box {
    margin-left: 200px;
    min-width: 110%;
}

.about-style-two-thumb {
    height: 125%;
}

    .about-style-two-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin-top: -20px;
    }


/* ============================================================== 
    # About Style Three
=================================================================== */
.container-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

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

    .about-style-three-area::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 45%;
        background: var(--bg-gray);
        z-index: -1;
    }

/* ============================================================== 
    # About Style Four
=================================================================== */
ul.list-style-three {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.list-style-three li {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-top: 30px;
    }

        ul.list-style-three li .icon {
            display: inline-block;
            background: var(--color-primary);
            height: 60px;
            width: 60px;
            min-width: 60px;
            text-align: center;
            padding: 12px;
            border-radius: 50%;
            line-height: 0;
        }

        ul.list-style-three li p {
            margin: 0;
        }

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

.experience-style-two {
    background: var(--color-primary);
    color: var(--white);
    height: 200px;
    width: 200px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--white);
    box-shadow: 0px 15px 20px -10px rgb(109 117 143 / 33%);
}

    .experience-style-two h5 {
        color: var(--white);
        margin: 0;
        line-height: 1.4;
        font-size: 16px;
    }

    .experience-style-two .counter {
        align-items: center;
        justify-content: center;
        font-size: 55px;
        line-height: 1;
        margin-bottom: 10px;
        font-weight: 700;
    }

        .experience-style-two .counter .operator {
            font-size: 40px;
        }

.about-style-four-thumb {
    position: relative;
    z-index: 1;
}

    .about-style-four-thumb .experience-style-two {
        position: absolute;
        left: 5%;
        top: 30%;
    }

    .about-style-four-thumb img:nth-child(2) {
        position: absolute;
        right: 0;
        top: 4%;
        z-index: -1;
        height: 80%;
    }

/* ============================================================== 
    # About Style Five
=================================================================== */
.about-style-five-items {
    position: relative;
    z-index: 1;
}

.about-five-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;
}

    .about-five-info .thumb img {
        margin-left: -55%;
        max-width: 155%;
    }

.author-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .author-card img {
        height: 60px;
        width: 60px;
        min-width: 60px;
        border-radius: 50%;
    }

    .author-card h4 {
        margin-bottom: 5px;
    }

.about-five-info .author-card {
    margin-top: 30px;
}

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

    .about-five-thumb img {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.btn-style-two {
    display: inline-block;
    z-index: 4;
    position: relative;
    color: var(--white) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 30px 70px;
}

    .btn-style-two svg {
        margin-top: 10px;
    }

    .btn-style-two svg {
        height: 30px;
        width: 30px;
    }

.about-five-thumb .btn-style-two {
    position: absolute;
    left: 25%;
    top: -50px;
}

@media (min-width: 1600px) {
    .about-five-thumb {
        width: 210%;
    }

    .about-five-right {
        margin-bottom: -120px;
    }
}

@media (min-width: 2500px) {
    .about-five-thumb {
        width: 220%;
    }
}


/* ============================================================== 
    # About Style Six
=================================================================== */
.clients-card .user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-left: -20px;
}

.clients-card .user {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-card {
    text-align: center;
    background: var(--bg-gray);
    padding: 50px;
}

    .clients-card .fun-fact .counter {
        justify-content: center;
        font-size: 60px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
        color: var(--color-primary);
    }

.about-style-six-info .bottom-info {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    margin-top: 60px;
}

.video-btn-one {
    display: flex;
    align-items: center;
    background: var(--color-primary);
    color: var(--white) !important;
    padding: 30px;
}

    .video-btn-one i {
        display: inline-block;
        height: 50px;
        width: 50px;
        min-width: 50px;
        line-height: 50px;
        background: var(--white);
        text-align: center;
        color: var(--color-heading);
        border-radius: 50%;
        margin-right: 15px;
    }

.about-style-six-info .bottom-info .thumb {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .about-style-six-info .bottom-info .thumb img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        left: -300%;
        z-index: -1;
        max-width: 500%;
        width: 400%;
    }

.about-style-six-info .clients-card {
    margin-right: -95px;
    position: relative;
}

.about-style-six-thumb {
    height: 100%;
}

    .about-style-six-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

/* ============================================================== 
    # Why Choose Us
=================================================================== */

.truck-left {
    position: absolute;
    right: 0;
    z-index: 2;
    max-width: 20%;
    top: 200px;
}

.tab-style-two-items nav .nav-tabs {
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

    .tab-style-two-items nav .nav-tabs::before, .tab-style-two-items nav .nav-tabs::after {
        display: none;
    }

    .tab-style-two-items nav .nav-tabs button {
        border: none;
        color: var(--white);
        text-transform: uppercase;
        font-weight: 600;
        padding: 15px 0;
        padding-bottom: 25px;
        background: transparent;
        text-align: left;
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-right: 50px;
    }

        .tab-style-two-items nav .nav-tabs button:last-child {
            margin-right: 0;
        }

        .tab-style-two-items nav .nav-tabs button.active {
            background: transparent;
            color: var(--white);
        }

        .tab-style-two-items nav .nav-tabs button::after {
            position: absolute;
            left: 0;
            bottom: -1px;
            content: "";
            height: 3px;
            width: 0;
            background: var(--color-primary);
            z-index: -1;
            transition: all 0.35s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

        .tab-style-two-items nav .nav-tabs button.active::after {
            width: 100%;
            opacity: 1;
            visibility: visible;
        }

.choose-us-style-one-info ul.list-style-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

    .choose-us-style-one-info ul.list-style-one li::after {
        color: var(--color-primary);
    }

.thumb-style-one {
    margin-right: 50px;
    margin-left: -20%;
    position: relative;
    z-index: 2;
    height: 100%;
}

    .thumb-style-one .video-btn-one {
        position: absolute;
        right: 0;
        bottom: 0;
    }

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

.choose-us-style-one-info {
    position: relative;
}

    .choose-us-style-one-info::after {
        position: absolute;
        left: -200px;
        top: -80px;
        content: "";
        height: 200%;
        width: 500%;
        background: var(--dark-secondary);
    }

.tab-style-two-items {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .choose-us-style-onea-area .heading-left {
        margin-bottom: 130px;
    }
}

/* ============================================================== 
    # Choose Us Style Two
=================================================================== */
.choose-us-two-thumb {
    position: relative;
    margin-left: -15%;
    padding-right: 50px;
}

    .choose-us-two-thumb .fun-fact {
        background: var(--dark);
        display: inline-block;
        padding: 50px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .choose-us-two-thumb .fun-fact .counter {
            color: var(--white);
            font-size: 70px;
            line-height: 1;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .choose-us-two-thumb .fun-fact h4 {
            margin: 0;
            color: var(--white);
        }

.tab-style-three-items {
    display: flex;
    gap: 60px;
    margin-top: 50px;
}

    .tab-style-three-items .nav-tabs {
        min-width: 200px;
        border: none;
    }

        .tab-style-three-items .nav-tabs::before, .tab-style-three-items .nav-tabs::after {
            display: none;
        }

        .tab-style-three-items .nav-tabs button {
            margin: 0;
            padding: 16px 25px;
            border: none;
            width: 100%;
            border-radius: 0;
            text-align: left;
            background: var(--white);
            color: var(--color-heading);
            margin-top: 15px;
            position: relative;
            z-index: 1;
            padding-left: 30px;
            transition: all 0.35s ease-in-out;
        }

            .tab-style-three-items .nav-tabs button::after {
                position: absolute;
                right: -20px;
                top: 50%;
                content: "";
                height: 100%;
                width: 20px;
                background: var(--white);
                transform: translateY(-50%);
                z-index: -1;
                clip-path: polygon(0 0, 0 100%, 100% 50%);
                transition: all 0.35s ease-in-out;
            }

            .tab-style-three-items .nav-tabs button.active::after {
                background: var(--color-primary);
            }

            .tab-style-three-items .nav-tabs button.active {
                background: var(--color-primary);
                border-color: transparent;
                color: var(--white);
            }

            .tab-style-three-items .nav-tabs button:first-child {
                margin-top: 0;
            }

.choose-us-style-two-info .progress {
    overflow: inherit;
    height: 8px;
    background: var(--white);
    border-radius: 0;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

    .choose-us-style-two-info .progress .progress-bar {
        position: relative;
        overflow: inherit;
        background: var(--color-primary);
    }

        .choose-us-style-two-info .progress .progress-bar span {
            position: absolute;
            right: 0;
            top: -40px;
            color: var(--color-heading);
            font-size: 18px;
            font-weight: 700;
        }


/* ============================================================== 
    # Pricing
=================================================================== */
nav.pricing-tab-navs .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

    nav.pricing-tab-navs .nav-tabs::before, nav.pricing-tab-navs .nav-tabs::after {
        display: none;
    }

    nav.pricing-tab-navs .nav-tabs .nav-link {
        border: 1px solid transparent;
        display: flex;
        text-align: left;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        background: var(--white);
        box-shadow: 0px 8px 30px -10px rgb(109 117 143 / 50%);
        margin-top: 30px;
        border-radius: 0;
        transition: all 0.35s ease-in-out;
    }

        nav.pricing-tab-navs .nav-tabs .nav-link:hover {
            cursor: pointer;
        }

        nav.pricing-tab-navs .nav-tabs .nav-link .item-price {
            background: var(--dark);
            color: var(--white);
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            min-width: 140px;
            font-size: 30px;
            font-weight: 500;
            transition: all 0.35s ease-in-out;
        }

        nav.pricing-tab-navs .nav-tabs .nav-link:first-child {
            margin-top: 0;
        }

        nav.pricing-tab-navs .nav-tabs .nav-link span {
            display: inline-block;
            color: var(--color-paragraph);
            border: 1px solid #cccccc;
            text-transform: uppercase;
            font-weight: 500;
            padding: 2px 15px;
            margin-bottom: 15px;
        }

nav.pricing-tab-navs .left h4 {
    margin: 0;
}

nav.pricing-tab-navs .nav-tabs .nav-link .left {
    padding: 40px 30px;
}

nav.pricing-tab-navs .nav-tabs .nav-link.active .item-price {
    background: var(--color-primary);
}

nav.pricing-tab-navs .nav-tabs .nav-link.active {
    border: 1px solid var(--color-primary);
    box-shadow: none;
}

    nav.pricing-tab-navs .nav-tabs .nav-link.active span {
        border-color: #ffdcc8;
    }

.pricing-style-one-info {
    position: relative;
}

    .pricing-style-one-info .pricing-content {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
        padding: 40px;
    }

        .pricing-style-one-info .pricing-content::before {
            content: '';
            position: absolute;
            background: inherit;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            box-shadow: inset 0 0 500px rgba(10, 66, 81, 0.5);
            backdrop-filter: blur(10px);
            z-index: -1;
        }

.pricing-content ul.list-style-one li {
    color: var(--white);
}

.pricing-style-one-info a.circle-button-two {
    color: var(--white);
}


/* ============================================================== 
    # Services
=================================================================== */
a.round-btn {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--open-blue);
    border-radius: 50%;
}

.services-style-one:hover .round-btn {
    transform: rotate(45deg);
    background: var(--color-primary);
}

.color-secondary .services-style-one:hover .round-btn {
    background: var(--color-secondary);
}

.services-style-one-items {
    border-top: 1px solid #d4d8d9;
}

.services-style-one {
    border-right: 1px solid #d4d8d9;
    padding-top: 60px;
    padding-bottom: 120px;
}

.services-style-one-item:last-child .services-style-one {
    border: none;
}

.services-style-one .icon img {
    margin-bottom: 70px;
    height: 70px;
}


/* ============================================================== 
    # Services Style Two
=================================================================== */

.heading-style-two {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}

    .heading-style-two .right-info {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .heading-style-two .left-info {
        position: relative;
        z-index: 1;
    }

        .heading-style-two .left-info::after {
            position: absolute;
            right: 0;
            top: -200px;
            bottom: -200px;
            content: "";
            width: 500%;
            background: var(--bg-gray);
            z-index: -1;
        }

    .heading-style-two p {
        margin: 0;
    }

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

.circle-button-two {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
    border: 1px solid #a1b9bf;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .circle-button-two svg path {
        height: 132px;
        width: 60px;
        transition: all 0.35s ease-in-out;
    }

    .circle-button-two svg {
        height: 25px;
        margin-bottom: 10px;
    }

    .circle-button-two:hover {
        color: var(--white);
        border-color: transparent;
    }

    .circle-button-two::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 0;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.30s ease-in-out;
        border-radius: 50%;
    }

    .circle-button-two::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 0;
        width: 100%;
        background: var(--color-secondary);
        z-index: -1;
        transition: all 0.40s ease-in-out;
        border-radius: 50%;
    }

    .circle-button-two:hover::before {
        height: 100%;
    }

    .circle-button-two:hover::after {
        opacity: 0.6;
        height: 80%;
    }

    .circle-button-two:hover svg path {
        stroke: var(--white);
    }

.bg-dark .circle-button-two {
    border-color: rgba(255, 255, 255, 0.3);
}

    .bg-dark .circle-button-two:hover {
        border-color: transparent;
    }

.service-tab-content-box {
    position: relative;
    height: 100%;
}

.service-tab-contents img {
    transition: all 0.35s ease-in-out;
    transform: scale(0.9);
}

.service-tab-contents.active img {
    transform: scale(1);
}

.service-tab-contents {
    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;
}

    .service-tab-contents.active {
        opacity: 1;
        visibility: visible;
    }

.service-tab-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr 60px;
    gap: 50px;
}

ul.service-tab-content-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.service-tab-content-list li {
        border-top: 1px solid #dddddd;
        padding-top: 30px;
        margin-top: 30px;
    }

        ul.service-tab-content-list li p {
            margin: 0;
        }

        ul.service-tab-content-list li:first-child {
            margin-top: 0;
            padding-top: 0;
            border: none;
        }

.service-tab-item h4 {
    margin: 0;
    line-height: 1.4;
}

@media (min-width: 1600px) {
    .service-tab-contents img {
        width: 130%;
        max-width: 130%;
        margin-left: -30%;
    }
}

ul.service-tab-content-list li:hover .round-btn,
ul.service-tab-content-list li.active .round-btn {
    background: var(--color-primary);
    transform: rotate(45deg);
}


/* ============================================================== 
    # Services Style Three
=================================================================== */
.services-style-three .icons {
    height: 200px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .services-style-three .icons img:nth-child(2) {
        position: absolute;
        height: 80%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        left: 0;
        bottom: 0;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
    }

    .services-style-three .icons img:first-child {
        position: relative;
        z-index: 1;
        height: 70px;
    }

.services-style-three {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: var(--white);
}

    .services-style-three > div > img {
        height: 288px;
    }

.bg-dark .services-style-three {
    background: transparent;
}

/*.services-style-three img {
	transition: all 0.35s ease-in-out;
}

.services-style-three:hover .icons img:first-child {
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}*/

/*.services-style-three:hover .icons img:nth-child(2) {
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}*/

.product-group-box {
    position: relative;
}

/* Her kartın içeriği dikey hizalı */
.services-style-three.product-group-box-inside {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative; /* ::after ve ::before için şart */
    border: 1px solid #dddddd;
}







a.btn-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

    a.btn-full .icon {
        display: inline-block;
        height: 100%;
        width: 53px;
        min-width: 53px;
        text-align: center;
        line-height: 53px;
        background: var(--open-blue);
        border-radius: 5px;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

.bg-dark a.btn-full .icon {
    background: var(--white);
}

a.btn-full span {
    display: inline-block;
    border: 1px solid #dddddd;
    height: 55px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-dark a.btn-full span {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

a.btn-full span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 95%;
    background: var(--open-blue);
    height: 100%;
    transition: all 0.25s ease-in-out;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.bg-dark a.btn-full span::after {
    background: var(--white);
}

a.btn-full:hover span::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

a.btn-full:hover span {
    color: var(--white);
}

.bg-dark a.btn-full:hover span {
    color: var(--color-heading);
}

a.btn-full .icon::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

a.btn-full:hover .icon::after {
    width: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

a.btn-full:hover .icon {
    border: none;
}

a.btn-full .icon svg path {
    transition: all 0.35s ease-in-out;
    stroke: var(--white);
}

.bg-dark a.btn-full .icon svg path {
    stroke: var(--color-heading);
}

a.btn-full:hover .icon svg path {
    stroke: var(--white);
}


/* ============================================================== 
    # Services Style Four
=================================================================== */

.heading-style-three {
    margin-bottom: 60px;
}

    .heading-style-three p {
        margin-bottom: 0;
    }

    .heading-style-three p {
        padding-left: 35%;
    }

.services-style-four-item {
    position: relative;
    overflow: hidden;
}

    .services-style-four-item .thumb img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        object-fit: cover;
        object-position: center;
    }

.heading-style-three .button {
    display: inline-block;
    padding: 30px 0;
    transition: all 0.35s ease-in-out;
    position: relative;
}

    .heading-style-three .button:after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        height: 100%;
        width: 2px;
        border-left: 1px solid #a1b9bf;
        transition: all 0.35s ease-in-out;
        transform: translateY(-50%);
    }

    .heading-style-three .button:hover:after {
        height: 0;
    }

nav.nav-tabs-style-four .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
    gap: 1px;
    position: relative;
    z-index: 2;
}

    nav.nav-tabs-style-four .nav-tabs::before, nav.nav-tabs-style-four .nav-tabs::after {
        display: none;
    }

    nav.nav-tabs-style-four .nav-tabs button {
        margin: 0;
        padding: 20px;
        background: var(--dark);
        color: var(--white);
        border: none;
        border-radius: 0;
        text-align: left;
    }

        nav.nav-tabs-style-four .nav-tabs button img {
            background: var(--white);
            padding: 15px;
            height: 80px;
            margin-right: 15px;
        }

        nav.nav-tabs-style-four .nav-tabs button.active {
            background: var(--color-primary);
            color: var(--white);
        }

.services-style-four-items {
    position: relative;
    z-index: 1;
}

    .services-style-four-items::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        top: -200px;
        width: 60%;
        background: var(--bg-gray);
        z-index: -1;
    }

.services-style-four-info {
    padding-left: 80px;
    padding-bottom: 80px;
}

    .services-style-four-info .list-style-one {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 30px;
    }

    .services-style-four-info .btn-style-one {
        margin-top: 35px;
    }

/* ============================================================== 
    # Services Style Five
=================================================================== */
.services-style-five-items {
    background: var(--white);
    border-top: 1px solid #e7e7e7;
}

.services-style-five-item {
    padding: 120px 50px;
    border-right: 1px solid #e7e7e7;
}

    .services-style-five-item:last-child {
        border: none;
    }

    .services-style-five-item p {
        margin: 0;
    }

    .services-style-five-item img {
        height: 140px;
        margin-bottom: 30px;
    }


/* ============================================================== 
    # Services Style Six
=================================================================== */
.services-style-six-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    gap:2rem;
}

.services-style-six-item {
    padding: 0px 0px 20px 0px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

    .services-style-six-item > div > img {
        height: 380px;
    }

    .services-style-six-item.active {
        background: var(--bg-gray);
    }

    .services-style-six-item::after {
        position: absolute;
        right: -1px;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        border-right: 1px solid #dddddd;
    }

    .services-style-six-item::before {
        position: absolute;
        left: 0;
        bottom: -1px;
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #dddddd;
    }

    .services-style-six-item .icon img {
        height: 60px;
    }

    .services-style-six-item .icon {
        text-align: right;
    }

    .services-style-six-item span {
        position: absolute;
        left: 12px;
        top: 20px;
        font-size: 50px;
        line-height: 1;
        font-weight: 900;
        color: transparent;
        -webkit-text-stroke: 1px #dddddd;
        transition: all 0.35s ease-in-out;
    }

    .services-style-six-item.active span {
        -webkit-text-stroke: 1px #cccccc;
    }

    .services-style-six-item h4 {
        margin: 0;
        margin-top: 12px;
        bottom: -36px;
        transition: all 0.35s ease-in-out;
        position: relative;
    }

    .services-style-six-item a.round-btn {
        margin-top: 20px;
        position: relative;
        bottom: -50px;
        visibility: hidden;
        opacity: 0;
    }

    .services-style-six-item:hover h4 {
        bottom: 0;
    }

    .services-style-six-item:hover .round-btn {
        bottom: 0;
        transition-delay: 0.1s;
        opacity: 1;
        visibility: visible;
    }

    .services-style-six-item.bg-dark {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .services-style-six-item.bg-dark p {
            margin: 0;
        }

        .services-style-six-item.bg-dark h5 {
            font-size: 24px;
        }

        .services-style-six-item.bg-dark img {
            position: absolute;
            max-width: max-content;
            right: 30px;
            bottom: 30px;
            z-index: -1;
        }


    .services-style-six-item .image {
        position: relative;
        overflow: hidden;
    }

        /* Hover efekti için overlay */
        .services-style-six-item .image::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          
            /*background: linear-gradient(to bottom right, rgba(17, 122, 190, 0.25), rgba(17, 122, 190, 0.5));*/
            opacity: 0;
            transition: opacity 0.35s ease-in-out;
            pointer-events: none;
            border-radius: 6px;
        }

    /* Hover olduğunda overlay görünsün */
    .services-style-six-item:hover .image::after {
        opacity: 1;
   
    }

    .services-style-six-item .image img {

        transition: transform 0.35s ease-in-out;
    }

    .services-style-six-item:hover .image img {
        transform: scale(1.2);
    }
/* ============================================================== 
    # Services Details
=================================================================== */
.services-details-area .thumb img {
    margin-bottom: 40px;
}

.services-details-area h1,
.services-details-area h2,
.services-details-area h3,
.services-details-area h4,
.services-details-area h5,
.services-details-area h6 {
    font-weight: 700;
}

.quick-contact-widget {
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 37px;
    background-position: center center;
    overflow: hidden;
}

.location-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .location-items ul li {
        margin-top: 10px;
    }

        .location-items ul li i {
            min-width: 25px;
        }

        .location-items ul li a {
            font-weight: 400;
        }

.quick-contact-widget .content {
    position: relative;
    z-index: 1;
}

.quick-contact-widget h2 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}

.quick-contact-widget h4 a {
    font-weight: 400;
    border-bottom: 2px solid;
}

.quick-contact-widget::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
    opacity: 0.3;
    border-radius: 7px;
}

.quick-contact-widget .btn-sm {
    font-size: 16px;
}

.services-sidebar .single-widget {
    margin-top: 50px;
}

    .services-sidebar .single-widget .widget-title {
        display: block;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: -5px;
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-bottom: 15px;
    }

        .services-sidebar .single-widget .widget-title::after {
            position: absolute;
            left: 10px;
            bottom: 0;
            content: "";
            height: 2px;
            width: 50px;
            border-bottom: 2px solid var(--color-primary);
        }

        .services-sidebar .single-widget .widget-title::before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            height: 2px;
            width: 5px;
            background: var(--color-primary);
        }

    .services-sidebar .single-widget h4.widget-title {
        font-size: 26px;
    }

    .services-sidebar .single-widget:first-child {
        margin-top: 0;
    }

.widget-brochure ul {
    padding-left: 0;
    list-style: none;
}

    .widget-brochure ul li button {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
        background: #ffffff;
        padding: 20px 25px;
        border-radius: 5px;
        border: 2px solid #e7e7e7;
        color: var(--color-heading);
    }

        .widget-brochure ul li a:hover {
            color: var(--color-primary);
        }

    .widget-brochure ul li:first-child button {
        margin-top: 0;
    }

    .widget-brochure ul li:first-child button,
    .widget-brochure ul li a:hover {
        background: var(--color-primary);
        border-color: transparent;
        color: var(--white);
    }

    .widget-brochure ul li i {
        font-size: 35px;
        font-weight: 100;
        margin-right: 16px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .widget-brochure ul li:hover i,
    .widget-brochure ul li:first-child i {
        color: var(--white);
    }

@media only screen and (max-width: 767px) {
    .services-more .row {
        margin-top: -20px;
    }
}

.services-more .item {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
}

    .services-more .item i::before {
        line-height: inherit;
    }

@media only screen and (max-width: 767px) {
    .services-more .item {
        margin-top: 30px;
        padding: 50px 30px;
        border: 1px solid #dddddd;
    }
}

.services-more .item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 30px;
    background: var(--color-primary);
    color: var(--white);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}

.services-more .item a {
    color: var(--color-heading);
}

    .services-more .item a:hover {
        color: var(--color-primary);
    }

.services-more .item p {
    margin: 0;
}

.services-details-items .faq-style-one button.accordion-button::after {
    top: 15px;
}

.service-single-thumb {
    position: relative;
    z-index: 1;
}

    .service-single-thumb img {
        margin-bottom: 40px;
    }

.services-list-widget {
    padding: 50px;
    padding-top: 60px;
    border: 1px solid #bebebe;
}

    .services-list-widget a {
        display: block;
        padding: 14px 0;
        font-weight: 600;
        position: relative;
        padding-right: 50px;
        font-size: 17px;
    }

    .services-list-widget .current-item a {
        color: var(--color-primary);
        font-weight: 600;
    }

    .services-list-widget li {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

        .services-list-widget li:first-child {
            border: none;
            margin-top: -10px;
        }

    .services-list-widget a i {
        float: right;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.services-sidebar .single-widget.text-light .widget-title::after {
    border-color: var(--white);
}

.services-list-widget a::after {
    position: absolute;
    right: 0;
    top: 14px;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    transform: rotate(-45deg);
    font-size: 20px;
}

.services-list-widget .current-item a::after {
    opacity: 1;
}

.service-more-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}

.service-more-item img {
    height: 70px;
    margin-bottom: 30px;
}

.service-more-item {
    border-right: 1px solid #e7e7e7;
    padding-right: 30px;
    margin-right: 30px;
}

    .service-more-item p {
        margin: 0;
    }

    .service-more-item:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }


/* ============================================================== 
    # Video BG
=================================================================== */
.video-bg-inner .title {
    margin: 0;
    margin-top: 50px;
}


/* ============================================================== 
    # Quote Form
=================================================================== */
.form-style-two .nav.nav-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    border: none;
    gap: 2px;
}

    .form-style-two .nav.nav-tabs::before,
    .form-style-two .nav.nav-tabs::after {
        display: none;
    }

    .form-style-two .nav.nav-tabs button {
        flex: 1 1 0;
        margin: 0;
        border: none;
        box-shadow: none;
        background: var(--white);
        padding: 20px 10px;
        font-weight: 600;
        color: var(--color-heading);
        border-radius: 0;
    }

        .form-style-two .nav.nav-tabs button.active {
            background: var(--color-primary);
            color: var(--white);
        }

.form-style-two form {
    position: relative;
    z-index: 1;
    padding: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 2px solid #4e5759;
    border-top: none;
}

    .form-style-two form:before {
        content: '';
        position: absolute;
        background: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 500px rgb(10 66 81);
        backdrop-filter: blur(10px);
        z-index: -1;
    }

    .form-style-two form .form-control,
    .form-style-two form .nice-select {
        border: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.2);
        color: var(--white);
        padding-left: 20px;
        border-radius: 0;
        min-height: 55px;
        font-weight: 300;
    }

    .form-style-two form .form-control {
        padding-right: 40px;
    }

    .form-style-two form .input-group i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 100;
    }

    .form-style-two form .form-control {
        position: relative;
    }

    .form-style-two form .nice-select {
        color: var(--white-secondary);
    }

    .form-style-two form label {
        font-weight: 600;
    }

    .form-style-two form .nice-select li {
        color: var(--color-heading);
    }

    .form-style-two form .nice-select .list {
        z-index: 99;
    }

    .form-style-two form .nice-select::after {
        border-bottom: 2px solid var(--white);
        border-right: 2px solid var(--white);
        height: 8px;
        width: 8px;
    }

    .form-style-two form .form-control::-webkit-input-placeholder {
        /* Chrome */
        color: var(--white-secondary);
    }

    .form-style-two form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: var(--white-secondary);
    }

    .form-style-two form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--white-secondary);
        opacity: 1;
    }

    .form-style-two form .form-control:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: var(--white-secondary);
        opacity: 1;
    }

/* ============================================================== 
    # Quote Style Two
=================================================================== */
.quote-style-two-area {
    position: relative;
}

    .quote-style-two-area .shape {
        position: absolute;
        right: 0;
        bottom: -30px;
        max-width: 15%;
        z-index: 2;
    }

nav.quote-style-two-nav .nav-tabs::before,
nav.quote-style-two-nav .nav-tabs::after {
    display: none;
}

nav.quote-style-two-nav .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

    nav.quote-style-two-nav .nav-tabs button {
        display: block;
        width: 100%;
        margin: 0;
        border: none;
        background: var(--bg-gray);
        border-radius: 0;
        margin-top: 15px;
        text-align: left;
        padding: 20px;
        color: var(--color-heading);
        position: relative;
        z-index: 1;
        padding-left: 50px;
    }

        nav.quote-style-two-nav .nav-tabs button::after {
            position: absolute;
            left: 20px;
            top: 50%;
            content: "\e80f";
            font-family: "tranziFont";
            color: var(--color-primary);
            transform: translateY(-50%);
        }

        nav.quote-style-two-nav .nav-tabs button.active {
            background: var(--color-primary);
            color: var(--white);
        }

            nav.quote-style-two-nav .nav-tabs button.active::after {
                color: var(--white);
            }

nav.quote-style-two-nav {
    margin-right: 50px;
    margin-top: 40px;
}

.quote-style-two-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--bg-gray);
    z-index: -1;
}

.form-style-three {
    background: var(--white);
    padding: 60px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    position: relative;
    z-index: 1;
}

    .form-style-three .input-group i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 100;
        color: var(--color-primary);
    }

    .form-style-three .input-group input {
        border-radius: 0 !important;
        padding-right: 50px;
    }

    .form-style-three label {
        font-weight: 600;
        color: var(--color-heading);
    }

    .form-style-three button {
        border: none;
        background: var(--dark);
        color: var(--white);
        padding: 15px 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

        .form-style-three button svg {
            height: 12px;
            transition: all 0.35s ease-in-out;
        }

        .form-style-three button:hover {
            background: var(--color-primary);
        }

.bg-dark .form-style-three {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}

    .bg-dark .form-style-three label {
        color: var(--white);
    }

    .bg-dark .form-style-three button {
        background: var(--color-primary);
    }

    .bg-dark .form-style-three .input-group input {
        background: transparent;
        color: var(--white);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bg-dark .form-style-three .input-group i {
        color: var(--white);
    }

    .bg-dark .form-style-three .nice-select {
        background: transparent;
        color: var(--white-secondary);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .bg-dark .form-style-three .nice-select li {
            color: var(--color-heading);
        }

        .bg-dark .form-style-three .nice-select::after {
            border-bottom: 2px solid var(--white);
            border-right: 2px solid var(--white);
            height: 8px;
            width: 8px;
        }

    .bg-dark .form-style-three .input-group input::-webkit-input-placeholder {
        /* Chrome */
        color: var(--white-secondary);
    }

    .bg-dark .form-style-three .input-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: var(--white-secondary);
    }

    .bg-dark .form-style-three .input-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--white-secondary);
        opacity: 1;
    }

    .bg-dark .form-style-three .input-group input:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: var(--white-secondary);
        opacity: 1;
    }

/* ============================================================== 
    # Quote Style Three
=================================================================== */
.quote-style-three .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    gap: 1px;
}

    .quote-style-three .nav-tabs::before, .quote-style-three .nav-tabs::after {
        display: none;
    }

    .quote-style-three .nav-tabs button {
        display: inline-block;
        margin: 0;
        border: none;
        padding: 17px 19px;
        background: var(--dark-secondary);
        color: var(--white);
        border-radius: 10px 10px 0 0;
    }

        .quote-style-three .nav-tabs button.active {
            background: var(--color-primary);
            color: var(--white);
        }

.quote-style-three .tab-content {
    background: var(--dark);
    padding: 80px 50px;
    position: relative;
    z-index: 1;
}

    .quote-style-three .tab-content::after {
        position: absolute;
        left: -49px;
        bottom: -1px;
        content: "";
        height: 56px;
        width: 50px;
        background: #347b8e;
        z-index: -1;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
    }

    .quote-style-three .tab-content .input-group i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 100;
    }

    .quote-style-three .tab-content .input-group {
        z-index: 9;
    }

    .quote-style-three .tab-content .nice-select {
        z-index: 99;
        border: none;
        background: #f1f1f1;
    }

    .quote-style-three .tab-content .input-group input {
        padding: 12px;
        border-radius: 0;
        padding-right: 30px;
        min-height: 55px;
        border: none;
        background: #f1f1f1;
    }

    .quote-style-three .tab-content label {
        color: var(--white);
        font-weight: 600;
    }

.quote-style-three {
    position: relative;
    z-index: 2;
    top: -60px;
    margin-bottom: -115px;
}

    .quote-style-three .form-group {
        margin-bottom: 30px;
    }

    .quote-style-three .tab-content .nice-select::after {
        margin-top: -6px;
        border-bottom: 1px solid var(--color-heading);
        border-right: 1px solid var(--color-heading);
        height: 10px;
        width: 10px;
        right: 17px;
    }

/* ============================================================== 
    # Feature
=================================================================== */
.feature-style-one-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: -30px;
}

@media (min-width: 1500px) {
    .feature-style-one-items {
        margin-right: -15%;
    }
}

.feature-style-one-item {
    padding: 120px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .feature-style-one-item::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 60%;
        background: var(--dark-secondary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .feature-style-one-item:hover::after,
    .feature-style-one-item.active::after {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }

.feature-style-one-area {
    position: relative;
    z-index: 1;
}

.feature-thumb {
    position: absolute;
    left: 5%;
    bottom: 50px;
    max-width: 23%;
    z-index: 3;
}

.feature-style-item-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.feature-style-one-left {
    position: relative;
    z-index: 1;
    height: 100%;
}

    .feature-style-one-left::after {
        position: absolute;
        right: 0;
        top: -200px;
        content: "";
        bottom: -200px;
        width: 500%;
        background: var(--white);
        z-index: -1;
    }

.feature-style-one-item > img {
    position: absolute;
    left: -100px;
    bottom: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.feature-style-one-item:hover > img,
.feature-style-one-item.active > img {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.feature-style-one-item .icon img {
    margin-bottom: 50px;
    height: 60px;
}

.feature-style-one-item p {
    margin-bottom: 0;
}

/* ============================================================== 
    # Feature Style Two
=================================================================== */
.feature-style-two-area {
    position: relative;
    top: -100px;
    z-index: 1;
    margin-bottom: -100px;
}

    .feature-style-two-area .shape img {
        position: absolute;
        left: 0;
        top: 220px;
        width: 20%;
    }

.feature-style-two-items {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .feature-style-two-items::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 500%;
        z-index: -1;
        background: var(--bg-gray);
    }

.feature-two-left-info {
    border-right: 1px solid #cccccc;
    padding: 30px 0;
}

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

        .feature-two-left-info ul li {
            padding: 50px;
            display: flex;
            gap: 50px;
            align-items: flex-start;
            border-top: 1px solid #cccccc;
        }

            .feature-two-left-info ul li .list-number {
                display: inline-block;
                background: var(--dark);
                color: var(--white);
                padding: 0 25px;
                font-weight: 700;
            }

            .feature-two-left-info ul li p {
                margin: 0;
            }

            .feature-two-left-info ul li:first-child {
                border: none;
            }

/* ============================================================== 
    # Skill Area
=================================================================== */
.skills-style-one-area {
    position: relative;
}

.skill-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

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

.skill-style-one-items {
    padding: 120px 50px;
}

.skill-one-item-box .bar {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 15px;
}

    .skill-one-item-box .bar h6 {
        margin: 0;
        height: 45px;
        background: var(--bg-blue-700);
        text-align: center;
        line-height: 45px;
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
    }

.skill-one-item-box .progress {
    height: 7px;
    border-radius: 0;
    background: #ede9e9;
}

    .skill-one-item-box .progress .progress-bar {
        background: var(--color-primary);
    }

.skill-one-item-box .progress-box {
    margin-top: 30px;
}

    .skill-one-item-box .progress-box:first-child {
        margin-top: 0;
    }


/* ============================================================== 
    # FAQ
=================================================================== */
.faq-style-one-area {
    position: relative;
    overflow: hidden;
}

.faq-thumb {
    position: absolute;
    height: 100%;
    width: 35%;
}

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

.faq-one-nav-items {
    position: relative;
    z-index: 1;
    padding: 60px;
}

    .faq-one-nav-items::before {
        content: '';
        position: absolute;
        background: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 500px rgba(10, 66, 81, 0.8);
        backdrop-filter: blur(10px);
        z-index: -1;
    }

    .faq-one-nav-items .nav-tabs {
        margin: 0;
        padding: 0;
        border: none;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .faq-one-nav-items .nav-tabs::before,
        .faq-one-nav-items .nav-tabs::after {
            display: none;
        }

        .faq-one-nav-items .nav-tabs button {
            display: flex;
            width: 100%;
            text-align: left;
            background: transparent;
            color: var(--white);
            align-items: center;
            justify-content: space-between;
            border-radius: 0;
            padding: 12px 30px;
            padding-right: 15px;
            margin-bottom: 15px;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
        }

            .faq-one-nav-items .nav-tabs button img, .faq-one-nav-items .nav-tabs button svg {
                height: 40px;
                width: 40px;
                text-align: center;
                background: var(--color-primary);
                padding: 10px;
            }

.faq-style-one-area .shape {
    position: absolute;
    right: 8%;
    top: 220px;
}

    .faq-style-one-area .shape img {
        max-width: 150px;
    }

.faq-one-nav-items h3 {
    margin-bottom: 15px;
}

.faq-one-nav-items p {
    margin-bottom: 0;
}

.faq-one-nav-items .nav-tabs button.active {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.2);
}

.accordion-item.accordion-style-one {
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid #cacaca;
    overflow: hidden;
    border-radius: 5px;
}

    .accordion-item.accordion-style-one button.accordion-button {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 20px 25px;
        padding-right: 50px;
    }

    .accordion-item.accordion-style-one .accordion-body {
        border-top: 1px solid #cacaca;
        background: var(--white);
        padding: 30px;
    }

        .accordion-item.accordion-style-one .accordion-body p {
            margin-bottom: 0;
        }

        .accordion-item.accordion-style-one .accordion-body ul {
            margin-top: 20px;
        }

    .accordion-item.accordion-style-one button.accordion-button:not(.collapsed) {
        background: var(--dark);
        color: var(--white);
    }

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

    .accordion-item.accordion-style-one button.accordion-button::before {
        position: absolute;
        right: 25px;
        top: 50%;
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        transform: translateY(-50%);
    }

    .accordion-item.accordion-style-one button.accordion-button:not(.collapsed)::before {
        content: "\f068";
    }


/* ============================================================== 
    # Fun Fact
=================================================================== */
.fun-fact-style-one-container {
    display: grid;
    grid-template-columns: 1fr 1fr .5fr;
    gap: 60px;
}

.fun-fact-style-one-items {
    text-align: center;
    padding: 70px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fun-fact .counter {
    display: flex;
    align-items: center;
}

.fun-fact-style-one-items .counter {
    justify-content: center;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
}

.fun-fact-style-one-items .fun-fact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
}

    .fun-fact-style-one-items .fun-fact:first-child {
        border: none;
    }

.fun-fact-style-one-container .right-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fun-fact-style-one-area {
    position: relative;
    z-index: 1;
}

.airplane-shape {
    position: absolute;
    left: 5%;
    bottom: -50px;
    max-width: 15%;
}

/* ============================================================== 
    # Process
=================================================================== */
.process-style-one-item {
    padding: 0 30px;
}

    .process-style-one-item .thumb {
        padding: 60px;
        position: relative;
        z-index: 1;
        margin-bottom: 15px;
    }

        .process-style-one-item .thumb img {
            border-radius: 50%;
        }

            .process-style-one-item .thumb img:nth-child(2) {
                position: absolute;
                left: 50%;
                top: 50%;
                z-index: -1;
                transform: translate(-50%, -50%);
                margin-top: 7px;
            }

    .process-style-one-item p {
        margin: 0;
    }

.process-style-one-area {
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .process-style-one-area.bg-gray {
        background-color: var(--bg-gray) !important;
    }

.process-style-one {
    margin-top: -25px;
}

.process-style-one-item .thumb span {
    position: absolute;
    left: 50%;
    top: 3px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 34px;
    background: var(--color-primary);
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
    border: 8px solid var(--bg-gray);
    font-size: 18px;
    transform: translateX(-50%);
}


/* ============================================================== 
    # Process Style Two
=================================================================== */
.process-style-two-item .icon img {
    height: 60px;
    margin-bottom: 30px;
}

.process-style-two-item {
    padding: 30px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.process-style-two-items {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

    .process-style-two-items::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 2px;
        width: 100%;
        border-top: 2px solid #cccccc;
    }

.active .process-style-two-item {
    background: var(--white);
}

.process-style-two-item span {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(0deg, transparent 20%, #cccccc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    transition: all 0.35s ease-in-out;
}

.process-style-two-item::after {
    position: absolute;
    left: 50%;
    top: -30px;
    content: "";
    height: 20px;
    width: 20px;
    transform: translateX(-50%);
    background: var(--color-primary);
    border-radius: 50%;
    border: 4px solid var(--bg-gray);
    z-index: 9;
    transition: all 0.35s ease-in-out;
}

.active .process-style-two-item::after {
    border-color: var(--white);
}

.process-style-two-item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 45px;
    width: 40px;
    background: var(--bg-gray);
    border-radius: 50px;
    z-index: -1;
    top: -25px;
}

/* ============================================================== 
    # Project
=================================================================== */
.project-style-one-carousel-bullet .swiper-slide {
    width: 50%;
}

.project-style-one-area {
    position: relative;
}

.project-style-one-carousel-bullet {
    position: absolute;
    right: 0;
    max-width: 400px;
    z-index: 2;
}

.project-style-one-item {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    padding-bottom: 100px;
}

    .project-style-one-item .info {
        padding: 60px;
        position: relative;
        margin-left: -100px;
        margin-bottom: -100px;
    }


    .project-style-one-item h2 {
        font-size: 32px;
    }

/* Project One Nav */
.project-one-navs {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 40%;
    gap: 5px;
    z-index: 2;
}

    .project-one-navs div {
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 45px;
        background: var(--color-primary);
    }

.color-secondary .project-one-navs div {
    background: var(--color-secondary);
}


/* ============================================================== 
    # Project Style Two
=================================================================== */

.project-style-two {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

    .project-style-two .content {
        position: absolute;
        left: 0;
        bottom: 50px;
        padding: 40px;
        max-width: 65%;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

.swiper-slide-active .project-style-two .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.project-style-two .content::before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 500px rgba(10, 66, 81, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.project-style-two .content span {
    display: inline-block;
    background: var(--white);
    color: var(--color-primary);
    text-transform: uppercase;
    padding: 3px 15px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
}

.project-style-two .content h4 {
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 20px;
}

    .project-style-two .content h4 a {
        font-weight: 600;
    }

.project-center-two-navbs div {
    background: var(--color-primary);
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    border: 5px solid var(--white);
}

.project-center-two-navbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .project-center-two-navbs div.project-center-button-prev {
        background: var(--dark);
    }

.project-style-two-navs {
    position: absolute;
    width: 100%;
    bottom: 170px;
    z-index: 2;
}

/* ============================================================== 
    # Project Style Three
=================================================================== */

.project-style-three-items {
    position: relative;
}

.project-style-three {
    display: flex;
    position: sticky;
    top: 150px;
}

    .project-style-three .thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .project-style-three .info {
        background: var(--bg-gray);
        padding: 80px;
    }

.bg-dark .project-style-three .info {
    background: var(--dark-secondary);
}

.project-style-three div {
    flex-basis: 50%;
}

.project-style-three:nth-child(2) {
    flex-direction: row-reverse;
}

.project-style-three span {
    background: var(--color-primary);
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--white);
}

.project-style-three a:hover {
    color: var(--color-primary);
}

/* ============================================================== 
    # Project Style Four
=================================================================== */
.contact-card-style-one {
    display: flex;
}

    .contact-card-style-one > a {
        display: flex;
        min-width: 130px;
        width: 130px;
        background: var(--color-primary);
        text-align: center;
        flex-direction: column;
        justify-content: center;
        color: var(--white);
    }

    .contact-card-style-one info img {
        width: 100px;
    }

    .contact-card-style-one .info img {
        width: 100px;
        min-width: 100px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .contact-card-style-one .info {
        display: flex;
        align-items: center;
        background: var(--dark);
        padding: 20px;
        gap: 30px;
    }

.bg-dark .contact-card-style-one .info {
    background: var(--white);
}

.contact-card-style-one .info .content h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.contact-card-style-one .info .content a {
    color: var(--white);
    font-weight: 500;
    text-decoration: underline;
}

.bg-dark .contact-card-style-one .info h4,
.bg-dark .contact-card-style-one .info a {
    color: var(--color-heading);
}

.contact-card-style-one > a i {
    font-weight: 100;
    font-size: 40px;
}

.project-style-four {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

    .project-style-four .content {
        position: absolute;
        left: -15px;
        bottom: 30px;
        background: var(--white);
        padding: 30px;
        right: -15px;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
        border-bottom: 1px solid #e7e7e7;
    }

        .project-style-four .content > a {
            height: 60px;
            width: 60px;
            background: var(--color-primary);
            display: inline-flex;
            padding: 19px;
            border: 2px solid var(--white);
            position: absolute;
            right: 60px;
            top: -30px;
        }

        .project-style-four .content span {
            display: inline-block;
            background: var(--color-primary);
            color: var(--white);
            text-transform: uppercase;
            padding: 1px 20px;
            margin-bottom: 15px;
        }

    .project-style-four h3 {
        margin: 0;
        line-height: 1.4;
        font-size: 28px;
    }

.swiper-slide-active .project-style-four .content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.project-style-four-items {
    position: relative;
}

.project-style-four-nav .nav-items div {
    height: 60px;
    width: 60px;
    background: var(--dark);
    border: 2px solid var(--white);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.project-style-four-nav .nav-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-style-four-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

    .project-style-four-nav .nav-items div.project-four-center-button-prev {
        transform: translateX(100px);
    }

.project-style-four-items:hover .project-style-four-nav .nav-items div.project-four-center-button-prev {
    transform: translateX(50px);
    opacity: 1;
    visibility: visible;
}

.project-style-four-nav .nav-items div.project-four-center-button-next {
    transform: translateX(-100px);
}

.project-style-four-items:hover .project-style-four-nav .nav-items div.project-four-center-button-next {
    transform: translateX(-50px);
    opacity: 1;
    visibility: visible;
}


/* ============================================================== 
    # Project Five
=================================================================== */

.project-style-five-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.project-style-five {
    position: relative;
}

    .project-style-five::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 70%;
        width: 100%;
        border-radius: 0 0 8px 8px;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    }

    .project-style-five img {
        width: 100%;
    }

    .project-style-five .content {
        position: absolute;
        left: 50px;
        bottom: 0;
        padding: 36px;
        max-width: 50%;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

.swiper-slide-active .project-style-five .content {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

.project-style-five .content > a {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: var(--color-primary);
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
}

    .project-style-five .content > a svg {
        height: 20px;
    }

.project-style-five .content a {
    color: var(--white);
}

.project-style-five .content span {
    display: inline-block;
    background: var(--white);
    color: var(--color-heading);
    padding: 4px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.project-style-five-nav .nav-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

    .project-style-five-nav .nav-items div {
        height: 55px;
        width: 55px;
        text-align: center;
        background: var(--color-primary);
        line-height: 48px;
    }

/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-area .project-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-details-area .top-info {
    position: relative;
}

    .project-details-area .top-info p:last-child {
        margin-bottom: 0;
    }

.project-details-area h2,
.project-details-area h3,
.project-details-area h4,
.project-details-area h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.project-details-area .top-info h2 {
    margin-bottom: 20px;
}

.project-info {
    border-left: 1px solid #cccccc;
    padding-left: 50px;
}

    .project-info ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .project-info ul li {
            font-weight: 600;
            font-size: 18px;
            color: var(--color-heading);
            margin-top: 15px;
        }

            .project-info ul li:first-child {
                border: none;
                margin-top: 0;
                padding-top: 0;
            }

            .project-info ul li span {
                font-weight: 400;
                position: relative;
                display: block;
                font-family: var(--font-default);
                font-size: 16px;
                color: var(--color-paragraph);
            }

        .project-info ul.social {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 25px;
            display: flex;
            align-items: center;
        }

            .project-info ul.social li {
                display: inline-block;
                margin: 0;
                margin-right: 10px;
                margin-top: 5px;
            }

                .project-info ul.social li a {
                    display: inline-flex;
                    border-radius: 50%;
                    font-size: 16px;
                    font-weight: 100;
                    color: var(--white);
                    height: 40px;
                    width: 40px;
                    text-align: center;
                    line-height: 43px;
                    background: var(--dark);
                    align-items: center;
                    justify-content: center;
                }

                    .project-info ul.social li a img {
                        height: 16px;
                    }

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

                .project-info ul.social li:last-child {
                    margin-right: 0;
                }

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

.project-details-items {
    padding: 100px 120px;
}

.project-paginvation-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}

.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;
    border: 2px solid #dddddd;
    margin-right: 15px;
    color: var(--color-heading);
}

.project-next .icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #dddddd;
    margin-left: 15px;
    color: var(--color-heading);
}

.project-previous h5,
.project-next h5 {
    margin: 0;
}

.project-previous .nav-title,
.project-next .nav-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

    .project-previous .nav-title h5,
    .project-next .nav-title h5 {
        text-transform: none;
        font-size: 20px;
    }

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

.project-previous .icon i,
.project-next .icon i {
    font-weight: 500;
}


/* ============================================================== 
    # Fun Factor
=================================================================== */
.fun-fact-style-two-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px 0;
}

    .fun-fact-style-two-items .counter {
        justify-content: center;
        font-size: 80px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .fun-fact-style-two-items .fun-fact {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 30px;
    }

        .fun-fact-style-two-items .fun-fact:last-child {
            border: none;
        }

    .fun-fact-style-two-items h4 {
        margin: 0;
    }


/* ============================================================== 
    # Team
=================================================================== */
.team-style-one-item {
    background: var(--white);
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.bg-gray .team-style-one-item {
    box-shadow: none;
}

.team-style-one-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 60%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 90px 90px 0 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.color-secondary .team-style-one-item::after {
    background: var(--color-secondary);
}

.team-style-one-item:hover::after {
    height: 100%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

.team-style-one-item .thumb {
    padding: 50px;
    padding-bottom: 30px;
}

    .team-style-one-item .thumb img {
        border-radius: 50%;
    }

.team-style-one-item .info {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

.team-style-one-item .overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .team-style-one-item .overlay ul li {
        display: inline-block;
        margin: 0 2px;
    }

        .team-style-one-item .overlay ul li a {
            display: inline-block;
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            color: var(--white);
        }

            .team-style-one-item .overlay ul li a:hover {
                background: var(--dark);
                color: var(--white);
                border-color: var(--dark);
            }

.team-style-one-item .info h4 {
    margin: 0;
    transition: all 0.35s ease-in-out;
}

.team-style-one-item:hover .info h4 a {
    color: var(--white);
}

.team-style-one-item .info span {
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    transition: all 0.35s ease-in-out;
    font-size: 15px;
}

.team-style-one-item .overlay {
    transform: translateY(-50px) translateX(-50%);
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.team-style-one-item:hover .overlay {
    visibility: visible;
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.team-style-one-item:hover .info span {
    transform: translateY(-30px);
    visibility: hidden;
    opacity: 0;
}

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

    .half-shape-dark::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 120px;
        width: 100%;
        background: var(--dark);
        z-index: -1;
    }


/* ============================================================== 
    # Team Two
=================================================================== */
.team-style-two-items {
    padding: 80px;
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

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

    ul.team-style-two > li {
        position: relative;
        display: grid;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        grid-template-columns: 1fr 1fr 1.5fr;
        transition: all 0.35s ease-in-out;
    }

        ul.team-style-two > li:hover {
            padding: 20px;
        }

        ul.team-style-two > li.active::after {
            border-color: transparent;
        }

        ul.team-style-two > li::before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            width: 100%;
            height: 100%;
            background-color: var(--bg-gray);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            transform-origin: center;
            transition: all cubic-bezier(.1,.5,.5,1) 0.4s;
        }

        ul.team-style-two > li.active:before {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        }

    ul.team-style-two li img {
        position: absolute;
        right: 25%;
        top: 0;
        transition: all 0.35s ease-in-out;
        transform: scale(0) rotate(90deg);
        z-index: 1;
    }

    ul.team-style-two li h4 {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    ul.team-style-two li span {
        position: relative;
        z-index: 1;
    }

/* Team Two Social */
.team-two-social {
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: right;
}

    .team-two-social ul {
        margin: 0;
        padding: 0;
        border: none;
    }

    .team-two-social .share-link {
        position: relative;
        z-index: 1;
        padding-left: 20px;
    }

        .team-two-social .share-link > i {
            display: inline-block;
            height: 45px;
            background: var(--dark);
            line-height: 45px;
            width: 45px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            color: var(--white);
            font-weight: 400;
        }

    .team-two-social ul {
        display: flex;
        list-style-type: none;
        grid-gap: 10px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out 0s;
    }

    .team-two-social .share-link:hover ul {
        right: 58px;
        opacity: 1;
        pointer-events: auto;
    }

    .team-two-social ul li {
        display: inline-block;
        margin: 0;
    }

        .team-two-social ul li a {
            display: inline-block;
            text-align: center;
            color: var(--white);
        }

            .team-two-social ul li a i {
                display: inline-block;
                height: 45px;
                width: 45px;
                line-height: 47px;
                background: var(--color-primary);
                text-align: center;
                border-radius: 50%;
                color: var(--white);
            }

                .team-two-social ul li a i.fa-facebook-f {
                    background: #3B5998;
                }

                .team-two-social ul li a i.fa-instagram {
                    background: #e1306c;
                }

                .team-two-social ul li a i.fa-linkedin-in {
                    background: #0077B5;
                }

ul.team-style-two li.active img,
ul.team-style-two li:hover img {
    transform: scale(1);
}

ul.team-style-two > li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid #cccccc;
    /* z-index: -1; */;
}


/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .team-content-top {
    bottom: -50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

    .team-single-area .team-content-top .right-info {
        padding-left: 35px;
        padding-right: 50px;
        margin-bottom: 50px;
    }

        .team-single-area .team-content-top .right-info h2 {
            font-weight: 700;
            margin-bottom: 10px;
        }

        .team-single-area .team-content-top .right-info h5 {
            color: var(--color-primary);
            font-size: 18px;
        }

.team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

    .team-single-area .right-info ul li {
        margin-top: 10px;
        color: var(--color-heading);
    }

        .team-single-area .right-info ul li strong {
            font-weight: 700;
        }

        .team-single-area .right-info ul li a {
            font-weight: 400;
        }

            .team-single-area .right-info ul li a:hover {
                color: var(--color-primary);
            }

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 700;
    align-items: center;
}

    .team-single-area .right-info .social h4 {
        font-weight: 700;
        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: 45px;
            background: var(--white);
            box-shadow: 0 0 10px #cccccc;
            line-height: 45px;
            width: 45px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            color: var(--color-primary);
        }

    .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-block;
            height: 45px;
            width: 45px;
            line-height: 47px;
            background: var(--dark);
            text-align: center;
            border-radius: 50%;
            color: var(--white);
        }

.team-single-area .bottom-info h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.skill-items .progress-box {
    margin-bottom: 35px;
}

.team-single-area .team-content-top img {
    border-radius: 30px;
}

.skill-items .progress-box:last-child {
    margin-bottom: 0;
}

.skill-items .progress-box h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    z-index: 1;
}

    .skill-items .progress-box h5 span {
        position: absolute;
        font-size: 50px;
        line-height: 1;
        top: -21px;
        left: 0;
        z-index: -1;
        opacity: 0.05;
        font-weight: 700;
    }

.skill-items .skill-items {
    margin-top: 40px;
}

.skill-items .progress-box .progress {
    background: transparent;
    border-bottom: none;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;
}

    .skill-items .progress-box .progress .progress-bar {
        height: 6px;
        border-radius: 30px;
        background: var(--bg-gradient);
        top: 12px;
        position: relative;
        overflow: inherit;
    }

        .skill-items .progress-box .progress .progress-bar span {
            position: absolute;
            right: 0;
            top: -40px;
            font-size: 15px;
            font-weight: 700;
            background: var(--dark);
            display: inline-block;
            padding: 0 5px;
        }

            .skill-items .progress-box .progress .progress-bar span::after {
                position: absolute;
                left: 0;
                bottom: -9px;
                content: "";
                height: 10px;
                width: 10px;
                background: var(--dark);
                clip-path: polygon(100% 0, 0 0, 0 100%);
            }

.team-single-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.team-list-item h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 28px;
}

.team-list-item h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

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

.skill-items h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.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(--bg-gray);
        }

.short-contact .form-group {
    margin-bottom: 15px;
}

.short-contact input, .short-contact textarea {
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
}

.short-contact textarea {
    height: 150px;
}

.short-contact .btn-style-one {
    margin-top: 10px;
}



/* ============================================================== 
    # Testimonial
=================================================================== */
.testimonial-style-one-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
    border-radius: 10px;
}

    .testimonial-style-one-item .info {
        padding: 80px;
        background: var(--dark-secondary);
        position: relative;
        z-index: 1;
    }

        .testimonial-style-one-item .info::after {
            position: absolute;
            right: 80px;
            bottom: 80px;
            content: "\e804";
            font-family: 'tranziFont';
            font-size: 30px;
            line-height: 1;
            opacity: 0.4;
        }

    .testimonial-style-one-item .rating i {
        color: var(--color-primary);
    }

.color-secondary .testimonial-style-one-item .rating i {
    color: var(--color-secondary);
}

.testimonial-style-one-item h3 {
    margin-bottom: 10px;
}

.testimonial-style-one-item .rating {
    margin-bottom: 20px;
}

.testimonial-style-one-item p {
    font-size: 22px;
}

.testimonial-style-one-item h4 {
    font-size: 24px;
    margin-bottom: 7px;
}

.testimonial-style-one-item .thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Testimonial One Nav */
.testimonial-style-one-items {
    position: relative;
    z-index: 1;
}

    .testimonial-style-one-items .testimonial-one-navs {
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 22;
        overflow: hidden;
        border-radius: 50px;
        border: 10px solid var(--dark-secondary);
    }

        .testimonial-style-one-items .testimonial-one-navs div {
            height: 60px;
            width: 60px;
            background: var(--color-primary);
            text-align: center;
            line-height: 55px;
        }

.color-secondary .testimonial-style-one-items .testimonial-one-navs div {
    background: var(--color-secondary);
}

.testimonial-style-one-items .testimonial-one-navs div.testimonial-style-one-next {
    background: var(--white);
}

/* ============================================================== 
    # Testimonial Style Two
=================================================================== */

.testimonial-style-two-items {
    padding: 120px 80px;
}

.testimonial-style-two-contents {
    padding-left: 60px;
    border-left: 1px solid #cccccc;
}

.testimonial-style-two-item .provider h4 {
    margin-bottom: 5px;
}

.testimonial-style-two-item .icon img {
    height: 30px;
    margin-bottom: 30px;
}

.testimonial-style-two-item p {
    font-size: 23px;
}

.testimonial-style-two-carousel {
    position: relative;
}

.testimonial-two-navs div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    background: var(--color-primary);
}

.testimonial-two-navs {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

    .testimonial-two-navs div.testimonial-style-two-prev {
        background: var(--dark);
    }

.testimonial-style-two-item .provider {
    margin-top: 35px;
}

.user-card {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .user-card img {
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 50%;
        margin-left: -20px;
        border: 2px solid var(--white);
    }

    .user-card i {
        display: inline-block;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 57px;
        background: var(--dark);
        border-radius: 50%;
        color: var(--white);
        font-weight: 400;
        margin-left: -20px;
        border: 2px solid var(--white);
    }


/* ============================================================== 
    # Testimonial Style Three
=================================================================== */
.testimonial-style-three {
    display: flex;
}

    .testimonial-style-three .thumb img {
        min-width: 200px;
        height: 200px;
        width: 200px;
    }

    .testimonial-style-three .info {
        background: var(--bg-gray);
        padding: 50px;
        margin-top: 200px;
    }

.bg-gray .testimonial-style-three .info {
    background: var(--white);
}

.testimonial-style-three-items .heading-left i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--color-primary);
    font-size: 40px;
    line-height: 1;
}

.testimonial-style-three-items .review-card {
    height: 100%;
}

.review-card {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-style-three-items .heading-left {
    margin-bottom: -120px;
}

.testimonial-style-three-items .testimonial-style-thee-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    position: relative;
    z-index: 1;
    background: var(--dark);
}

.testimonial-style-three-items .testimonial-style-thee-pagination {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0;
    bottom: 25%;
    width: auto;
    padding: 30px 10px;
    border-radius: 40px;
    background: var(--bg-gray);
    z-index: 1;
}

.testimonial-style-three-items {
    position: relative;
    overflow: hidden;
}

    .testimonial-style-three-items .testimonial-style-thee-pagination .swiper-pagination-bullet::after {
        position: absolute;
        left: -5px;
        top: -5px;
        content: "";
        border: 2px solid;
        border-radius: 50%;
        right: -5px;
        bottom: -5px;
    }

    .testimonial-style-three-items .testimonial-style-thee-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--color-primary);
    }

        .testimonial-style-three-items .testimonial-style-thee-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
            border-color: var(--color-primary);
        }

.testimonial-style-three .info .rating i {
    color: var(--color-primary);
}

.testimonial-style-three .info .rating {
    display: block;
    margin-bottom: 15px;
}

.testimonial-style-three .info p {
    font-size: 20px;
}

.testimonial-style-three .info h4 {
    margin-bottom: 5px;
}

.review-card p {
    font-size: 20px;
    line-height: 1.4;
}

.review-card .review-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .review-card .review-rating i {
        font-size: 15px;
        color: var(--color-primary);
    }

.review-card span {
    display: block;
    margin-bottom: 15px;
}

.review-card .review-rating span {
    margin: 0;
}


/* ============================================================== 
    # Testimonial Style Four
=================================================================== */
.tm-four-provider {
    background: var(--white);
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
}

.tm-four-info {
    background: var(--white);
    padding: 50px;
}

    .tm-four-info h3 {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-weight: 700;
    }

    .tm-four-info p {
        margin: 0;
        font-size: 19px;
    }

.tm-four-provider .thumb {
    position: relative;
}

    .tm-four-provider .thumb i {
        display: inline-block;
        height: 60px;
        width: 60px;
        line-height: 55px;
        background: var(--color-primary);
        color: var(--white);
        border-radius: 50%;
        border: 3px solid var(--white);
        position: absolute;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
    }

.tm-four-provider .provider {
    padding-top: 60px;
}

    .tm-four-provider .provider i {
        display: inline-block;
        color: var(--color-primary);
    }

    .tm-four-provider .provider span {
        display: block;
        margin-bottom: 5px;
    }

    .tm-four-provider .provider h4 {
        margin-bottom: 10px;
    }

.testimonial-style-four-area {
    position: relative;
    bottom: -250px;
    margin-top: -250px;
}

.tesimonial-style-four-navs div {
    height: 55px;
    width: 55px;
    line-height: 45px;
    background: var(--color-primary);
    text-align: center;
}

.tesimonial-style-four-navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

    .tesimonial-style-four-navs div.testimonial-style-four-prev {
        background: var(--dark);
    }

/* ============================================================== 
    # Testimonial Style Five
=================================================================== */
.tesimonial-style-five-item .info {
    background: var(--white);
    padding: 40px;
}

    .tesimonial-style-five-item .info p {
        color: var(--color-paragraph);
    }

    .tesimonial-style-five-item .info .d-flex {
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .tesimonial-style-five-item .info .d-flex > i {
            font-size: 50px;
            line-height: 1;
            color: #efefef;
        }

.tesimonial-style-five-item {
    overflow: hidden;
    border-radius: 10px;
}

    .tesimonial-style-five-item .info h4 {
        margin-bottom: 10px;
    }

    .tesimonial-style-five-item .info i {
        color: var(--color-primary);
    }

    .tesimonial-style-five-item .info p {
        font-size: 19px;
    }

    .tesimonial-style-five-item .bottom {
        background: #043A49;
        padding: 30px;
        padding-top: 0;
    }

        .tesimonial-style-five-item .bottom h4 {
            color: var(--white);
            margin-bottom: 5px;
        }

        .tesimonial-style-five-item .bottom span {
            color: #cccccc;
        }

        .tesimonial-style-five-item .bottom .thumb {
            display: inline-block;
            position: relative;
            top: -35px;
            margin-bottom: -65px;
            padding: 10px;
            background: #043A49;
            border-radius: 50%;
            z-index: 1;
        }

            .tesimonial-style-five-item .bottom .thumb::before {
                position: absolute;
                left: -16px;
                top: -5px;
                content: "";
                height: 40px;
                width: 20px;
                border-bottom-right-radius: 15px;
                box-shadow: 0 20px 0 0 #043a49;
            }

            .tesimonial-style-five-item .bottom .thumb::after {
                position: absolute;
                right: -16px;
                top: -5px;
                content: "";
                height: 40px;
                width: 20px;
                border-bottom-left-radius: 15px;
                box-shadow: 0 20px 0 0 #043a49;
            }

            .tesimonial-style-five-item .bottom .thumb img {
                height: 60px;
                width: 60px;
                border-radius: 50%;
                border: 2px solid rgba(255, 255, 255, 0.3);
            }

.testimonial-five-navs {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
}

    .testimonial-five-navs div {
        background: var(--color-primary);
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 45px;
    }

        .testimonial-five-navs div:first-child {
            background: var(--white);
        }

/* ============================================================== 
    # Brand
=================================================================== */

.brand-style-one-items {
    text-align: center;
}

.brand-style-one-item img {
    max-height: 80px;
    margin: auto;
}

/* ============================================================== 
    # Call To Action
=================================================================== */
.call-to-action-style-two-area .title {
    margin-bottom: 0;
}


/* ============================================================== 
    # Brand Move
=================================================================== */
.brand-items {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    gap: 50px;
}

.brand-style-two-area .brand-items {
    padding: 70px 0;
    padding-bottom: 100px;
}

.brand-conetnt {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-left 50s linear infinite;
    gap: 50px;
}

    .brand-conetnt h2 {
        font-size: 120px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
    }

    .brand-conetnt .item {
        position: relative;
    }

        .brand-conetnt .item img {
            min-width: 70px;
        }

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


/* ============================================================== 
    # Contact Style One Area
=================================================================== */

.contact-style-one-items .fixed-text {
    background: linear-gradient(90deg, #DF0A0A 0%, #930707 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    background-size: contain;
    font-size: 140px;
    font-weight: 700;
    line-height: 120px;
    margin-bottom: 60px;
}

.location-details {
    display: inline-block;
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    width: 300px;
    transition: all 0.35s ease-in-out;
    position: absolute;
    bottom: -150px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 5px;
    transform: translateX(-50%);
}

    .location-details p {
        margin: 0;
        font-size: 15px;
    }

.location-item img {
    width: 50px;
}

.location-item {
    display: inline-block;
    cursor: pointer;
}

    .location-item:first-child {
        position: absolute;
        left: 53%;
        top: 32%;
    }

.global-location-items {
    position: relative;
}

.location-item:hover .location-details,
.location-item.active .location-details {
    opacity: 1;
    visibility: visible;
    bottom: -132px;
}

.location-item:nth-child(2) {
    position: absolute;
    left: 25%;
    bottom: 15%;
}

.location-item:nth-child(3) {
    position: absolute;
    top: 30%;
    right: 35%;
}

.location-item:nth-child(4) {
    position: absolute;
    top: 5%;
    right: 5%;
}

.location-item:nth-child(5) {
    position: absolute;
    bottom: 35%;
    right: 44%;
}

.location-item:nth-child(6) {
    position: absolute;
    top: 45%;
    right: 22%;
}

.location-details h5 {
    margin-bottom: 10px;
}

.contact-style-one-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 50px;
    text-align: center;
}

    .contact-style-one-tabs .nav-tabs::before, .contact-style-one-tabs .nav-tabs::after {
        display: none;
    }

    .contact-style-one-tabs .nav-tabs button {
        display: inline-block;
        margin: 0;
        color: var(--color-heading);
        border: none;
        border-radius: 5px;
        padding: 13px 30px;
        position: relative;
        z-index: 1;
    }

        .contact-style-one-tabs .nav-tabs button.active {
            color: var(--color-primary);
        }

        .contact-style-one-tabs .nav-tabs button::after {
            position: absolute;
            right: 0;
            top: 50%;
            content: "";
            height: 20px;
            width: 2px;
            border-right: 2px solid #cccccc;
            transform: translateY(-50%);
        }

        .contact-style-one-tabs .nav-tabs button:last-child::after {
            display: none;
        }

.contact-form-style-one {
    padding: 80px 50px;
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

    .contact-form-style-one textarea {
        height: 150px;
    }

    .contact-form-style-one form input,
    .contact-form-style-one form textarea {
        background: transparent;
        border: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0;
        padding-left: 0;
        box-shadow: none !important;
    }

    .contact-form-style-one.info {
        padding: 120px 90px;
    }

        .contact-form-style-one.info h2 {
            font-weight: 700;
        }

        .contact-form-style-one.info ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .contact-form-style-one.info ul li a {
                font-weight: 400;
            }

            .contact-form-style-one.info ul li i {
                color: var(--color-primary);
                min-width: 30px;
            }

            .contact-form-style-one.info ul li {
                border-top: 1px solid #dddddd;
                padding-top: 15px;
                margin-top: 15px;
            }

    .contact-form-style-one p {
        margin-bottom: 15px;
    }

.maps-area iframe {
    margin-bottom: -10px;
    width: 100%;
    height: 600px;
}

/* ============================================================== 
    # Home Blog
=================================================================== */
.home-blog-style-one-item {
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 50px;
}

    .home-blog-style-one-item .thumb img {
        border-radius: 0;
        transition: all 0.35s ease-in-out;
    }

    .home-blog-style-one-item .thumb {
        overflow: hidden;
    }

    .home-blog-style-one-item:hover .thumb img {
        transform: scale(1.1);
    }

.date-style-one {
    display: inline-flex;
    color: var(--white);
    text-transform: uppercase;
    gap: 2px;
}

    .date-style-one h6 {
        margin: 0;
        background: var(--color-primary);
        color: var(--white);
        height: 55px;
        min-width: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        font-weight: 500;
    }

    .date-style-one strong {
        background: var(--dark);
        min-height: 55px;
        line-height: 55px;
        padding: 0 30px;
        font-weight: 500;
    }

.color-secondary .date-style-one h6 {
    background: var(--color-secondary);
}

.home-blog-style-one-info .date-style-one {
    margin-bottom: 25px;
}

.blog-style-one-info .date-style-one {
    margin-bottom: 30px;
}

ul.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

    ul.blog-meta i {
        font-weight: 1;
        margin-right: 5px;
    }

    ul.blog-meta a {
        font-weight: 400;
    }

a.btn-regular {
    text-transform: uppercase;
    display: inline-block;
}

    a.btn-regular svg {
        height: 15px;
        position: relative;
        top: -3px;
        margin-left: 3px;
    }

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

    a.btn-regular:hover svg path {
        stroke: var(--color-primary);
    }

.color-secondary a.btn-regular:hover svg path {
    stroke: var(--color-secondary);
}

/* Blog Style Two */
.home-blog-style-two .home-blog-thumb {
    position: relative;
}

    .home-blog-style-two .home-blog-thumb .date {
        position: absolute;
        right: 0;
        bottom: -30px;
        background: var(--dark);
        color: var(--white);
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
    }

        .home-blog-style-two .home-blog-thumb .date strong {
            display: block;
            background: var(--color-primary);
            padding: 0 20px;
            font-size: 30px;
            font-weight: 800;
            border-bottom: 1px solid var(--white);
            line-height: 1.7;
        }

.home-blog-style-two ul.blog-meta {
    margin-top: 30px;
}

    .home-blog-style-two ul.blog-meta i {
        color: var(--color-primary);
    }

.home-blog-style-two h4 {
    font-size: 26px;
    line-height: 1.4;
}

.home-blog-style-two .btn-regular {
    display: inline-block;
    margin-top: 5px;
}

/* Home Blog Three */
.home-blog-thumb img {
    width: 100%;
}

.home-blog-thumb img {
    width: 100%;
}

.home-blog-style-three .content {
    padding-right: 50px;
    position: relative;
}

    .home-blog-style-three .content .info {
        background: var(--white);
        position: relative;
        top: -60px;
        margin-bottom: -60px;
        box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
        padding: 50px;
    }

        .home-blog-style-three .content .info h3 {
            font-size: 30px;
        }

ul.blog-meta a i {
    color: var(--color-primary);
}

/* Blog Style Four */
.home-blog-style-four .home-blog-thumb {
    position: relative;
}

    .home-blog-style-four .home-blog-thumb ul.blog-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        gap: 0;
    }

        .home-blog-style-four .home-blog-thumb ul.blog-meta li {
            color: var(--white);
            background: var(--dark);
            margin: 0;
        }

            .home-blog-style-four .home-blog-thumb ul.blog-meta li a {
                color: var(--white);
                padding: 8px 20px;
                display: inline-block;
            }

            .home-blog-style-four .home-blog-thumb ul.blog-meta li:last-child {
                background: var(--color-primary);
            }

            .home-blog-style-four .home-blog-thumb ul.blog-meta li i {
                color: var(--white);
            }

.home-blog-style-four .info {
    background: var(--white);
    padding: 30px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

    .home-blog-style-four .info .blog-title {
        line-height: 1.4;
    }

/* ============================================================== 
    # Bradcrumb
=================================================================== */
.breadcrumb-area.with-banner {
    position: relative;
    z-index: 1;
}

    .breadcrumb-area.with-banner::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--black);
        z-index: -1;
        opacity: 0.4;
    }

/* ============================================================== 
    # Footer
=================================================================== */
footer .widget-title {
    margin-bottom: 30px;
}

footer .footer-logo img {
    margin-bottom: 30px;
    width: 240px;
}

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

.f-item.address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

footer.bg-open-blue {
    position: relative;
    z-index: 1;
}

footer.footer-style-one.bg-open-blue::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--bg-open-blue);
    z-index: -1;
}

.footer-item-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 60px;
    gap: 30px;
}

ul.footer-item-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-item-social li a {
        display: inline-flex;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 10px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
    }

        ul.footer-item-social li a img {
            height: 16px;
        }

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

.color-secondary ul.footer-item-social li a:hover {
    background: var(--color-secondary);
}

.footer-item {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

ul.footer-address {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-address li a i {
        display: inline-block;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        margin-right: 10px;
        border-radius: 5px;
        color: var(--white);
    }

.color-secondary ul.footer-address li a i {
    color: var(--color-secondary);
}

ul.footer-address li {
    margin-top: 15px;
}

footer .f-item.link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    footer .f-item.link ul li {
        margin-top: 13px;
    }

/* Footer Style Two */
footer.bg-dark.footer-style-two .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--dark-secondary);
}

footer.footer-style-two .footer-item {
    position: relative;
    z-index: 1;
    padding: 0 50px;
}

    footer.footer-style-two .footer-item::after {
        position: absolute;
        right: 0;
        top: -200px;
        bottom: -200px;
        background: rgba(255, 255, 255, 0.15);
        content: "";
        width: 1px;
    }

    footer.footer-style-two .footer-item:last-child::after {
        display: none;
    }

footer .footer-item.about {
    position: relative;
    z-index: 1;
}

    footer .footer-item.about::after {
        position: absolute;
        right: 0;
        top: -400px;
        bottom: -400px;
        content: "";
        width: 500%;
        background: var(--open-blue);
        z-index: -1;
    }

footer.bg-dark-secondary .footer-bottom {
    background: var(--open-blue);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-two-items {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

    .footer-style-two-items .footer-item:first-child {
        padding-left: 0;
        padding-right: 80px;
    }

    .footer-style-two-items .footer-item:last-child {
        padding-right: 0;
    }

footer {
    position: relative;
    z-index: 1;
}

.footer-style-two-items ul.footer-social {
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--bg-blue-700);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 10px 0;
}

    .footer-style-two-items ul.footer-social li a {
        display: inline-block;
        height: 40px;
        width: 46px;
        text-align: center;
        line-height: 40px;
    }

        .footer-style-two-items ul.footer-social li a img {
            height: 17px;
        }

footer.footer-style-two .footer-item:nth-child(2) {
    padding-left: 70px;
}

form.newsletter-form-style-one {
    position: relative;
    z-index: 1;
    background: var(--white);
    border-radius: 5px;
}

    form.newsletter-form-style-one input {
        background: transparent;
        border: none;
        box-shadow: none !important;
        padding: 15px;
    }

    form.newsletter-form-style-one button {
        position: absolute;
        right: 5px;
        top: 5px;
        background: var(--color-primary);
        border: none;
        height: 45px;
        width: 45px;
        border-radius: 5px;
    }


/* Footer Bottom */
.footer-bottom {
    background: var(--bg-open-blue);
    position: relative;
    z-index: 1;
}

.footer-style-one .footer-bottom::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--bg-open-blue);
    z-index: -1;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

    .footer-bottom ul li a {
        font-weight: 400;
    }

.footer-bottom {
    padding: 20px 0;
}

    .footer-bottom .text-end ul {
        justify-content: flex-end;
    }

footer a {
    font-weight: 400;
}

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

/* Footer Style Three */

footer.footer-style-three .f-items {
    padding-top: 100px;
    padding-bottom: 110px;
    overflow: hidden;
}

ul.footer-top-lists {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    ul.footer-top-lists li {
        display: flex;
        gap: 20px;
    }

        ul.footer-top-lists li i {
            display: inline-block;
            height: 60px;
            width: 60px;
            text-align: center;
            line-height: 60px;
            background: var(--color-primary);
            min-width: 60px;
            font-size: 24px;
            border-radius: 5px;
        }

        ul.footer-top-lists li p {
            margin-bottom: 5px;
        }

        ul.footer-top-lists li h5 {
            margin: 0;
        }

            ul.footer-top-lists li h5 a {
                color: var(--white);
                font-size: 20px;
                font-weight: 600;
            }

ul.footer-social-regular {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

    ul.footer-social-regular li {
        display: inline-block;
    }

        ul.footer-social-regular li a {
            display: inline-flex;
            height: 45px;
            width: 45px;
            text-align: center;
            line-height: 48px;
            background: #164450;
            border-radius: 50%;
            color: var(--white);
            align-items: center;
            justify-content: center;
        }

            ul.footer-social-regular li a img {
                height: 16px;
            }

            ul.footer-social-regular li a:hover,
            footer.bg-dark ul.footer-social-regular li a:hover {
                background: var(--color-primary);
            }

footer fieldset {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

    footer fieldset input {
        min-height: 15px;
    }

    footer fieldset label {
        margin: 0;
    }

.footer-style-three .f-item.about {
    position: relative;
    z-index: 1;
    padding-right: 60px;
    margin-right: 20px;
}

    .footer-style-three .f-item.about::after {
        position: absolute;
        right: 0;
        content: "";
        top: -300px;
        bottom: -300px;
        width: 2px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

.footer-style-three.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer.bg-dark ul.footer-social-regular li a {
    background: #225461;
}

.footer-top-style-two {
    padding: 60px 0;
}

.subscribe-notice {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .subscribe-notice .icon i {
        display: inline-block;
        height: 70px;
        width: 70px;
        min-width: 70px;
        text-align: center;
        background: var(--color-primary);
        line-height: 70px;
        font-size: 34px;
    }

    .subscribe-notice h3 {
        margin-bottom: 10px;
    }

    .subscribe-notice p {
        margin: 0;
    }

form.newsletter-form-style-two {
    display: flex;
    align-items: center;
    gap: 2px;
}

    form.newsletter-form-style-two input {
        border: none;
        box-shadow: none !important;
        min-height: 60px;
        padding: 0 20px;
        border-radius: 0;
    }

    form.newsletter-form-style-two button {
        display: inline-block;
        border: none;
        height: 60px;
        width: 60px;
        border-radius: 0;
        background: var(--color-primary);
        min-width: 60px;
    }

ul.footer-recent-post {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-recent-post li:first-child {
        margin-top: 0;
    }

    ul.footer-recent-post li {
        display: flex;
        gap: 25px;
        margin-top: 30px;
    }

        ul.footer-recent-post li .thumb img {
            width: 100px;
            min-width: 100px;
        }

        ul.footer-recent-post li a {
            font-size: 20px;
        }

        ul.footer-recent-post li span {
            margin-bottom: 5px;
            display: block;
        }

.shape-style-two {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .footer-style-three .f-item.about {
        padding: 0;
        margin: 0;
    }

        .footer-style-three .f-item.about::after {
            display: none;
        }

    ul.footer-social-regular li a {
        height: 40px;
        width: 40px;
        line-height: 41px;
    }

    ul.footer-recent-post li .thumb img {
        min-width: 70px;
        width: 70px;
    }

    ul.footer-recent-post li {
        gap: 20px;
    }

        ul.footer-recent-post li a {
            font-size: 17px;
        }

        ul.footer-recent-post li span {
            font-size: 14px;
        }

    footer .widget-title {
        font-size: 20px;
    }

    footer .f-item.link a {
        font-size: 14px;
    }

    footer .f-item p {
        font-size: 15px;
    }
}


/* Footer Style Four */
.footer-item-grid.two-colum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

.footer-style-four .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer.bg-dark.footer-style-four::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 46%;
    background: var(--dark-secondary);
    z-index: -1;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

ul.opening-hours {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.opening-hours li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding: 8px 0;
    }

        ul.opening-hours li:last-child {
            padding-bottom: 0;
        }

        ul.opening-hours li:first-child {
            border: none;
            padding-top: 0;
        }

/* ============================================================== 
    # 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: 700;
    margin-bottom: 20px;
}

.error-box p {
    padding: 0 10%;
}

/* ============================================================== 
    # Responsive
=================================================================== */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-style-one h2 {
        font-size: 80px;
    }

    .title {
        font-size: 42px !important;
    }

    .banner-style-two .content h2 {
        font-size: 70px;
    }

    .service-tab-item {
        grid-template-columns: 1fr 1.4fr 60px;
    }

    .banner-style-three .content h2 {
        font-size: 65px;
    }

    .banner-style-four-info h2 {
        font-size: 60px;
    }

    .faq-style-one-area .shape {
        right: 0;
    }

    .banner-style-five-area h2 {
        font-size: 60px;
    }

    .banner-style-six-info h2 {
        font-size: 70px;
    }

    .quote-style-three .nav-tabs button {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    /* Process One */
    .process-style-one-item .thumb {
        padding: 30px;
        margin-bottom: 30px;
    }

    .process-style-one {
        margin: 0;
    }

    .process-style-one-item .thumb img:nth-child(2) {
        margin-top: 5px;
    }

    .process-style-one-item .thumb span {
        top: -20px;
    }

    /* Team Details */
    .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
    }

        .team-single-area .team-content-top .right-info {
            margin-bottom: 120px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .title {
        font-size: 42px !important;
    }

    /* Banner */
    .banner-area.banner-style-one .content {
        padding-bottom: 250px;
    }

    /* Banner Style Two */
    .shape-style-one img {
        height: 120px;
    }

    .banner-area.banner-style-two .content {
        padding-right: 300px;
    }

    .banner-style-two .content h2 {
        font-size: 65px;
    }

    .banner-style-two .content p {
        padding-right: 15%;
    }

    /* Banner Three */
    .banner-style-three .content h2 {
        font-size: 65px;
    }

    /* Banner Four */
    .banner-style-four-info h2 {
        font-size: 55px;
    }

    .banner-four-right-info .round-arrow img {
        margin: 0;
        height: 80px;
    }

    ul.transportaion-types li span {
        display: none;
    }

    /* Banner Style Five */

    .banner-style-five-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .banner-style-five::after {
        display: none;
    }

    .banner-style-five {
        padding: 0;
    }

    .shape-style-four img {
        height: 100px;
    }

    .banner-style-five-area h2 {
        font-size: 55px;
    }

    .banner-style-five-info .content {
        gap: 75px;
    }

    .banner-style-five-info p {
        padding-right: 20%;
    }


    /* Banner Six */
    .banner-style-six-info h2 {
        font-size: 60px;
    }

    .banner-stage-carousel-box .banner-srage-swiper-nav {
        right: auto;
        left: 0;
        z-index: 1;
    }

    /* Why Choose Us */
    .choose-us-two-thumb {
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

    .choose-us-style-two-area .pr-50 {
        padding-right: 15px;
    }

    /* Feature */
    .feature-style-two-area {
        margin: 0;
        top: 0;
        padding-top: 120px;
    }

    .feature-style-two-items::after {
        width: 100%;
    }

    .feature-style-two-area .shape {
        display: none;
    }

    /* Why Choose Us */
    .choos-us-style-one-items {
        margin-top: 80px !important;
    }

    .truck-left {
        top: 240px;
    }

    /* Pricing */
    .pricing-style-one-area .pl-60 {
        padding-left: 15px;
    }

    .pricing-style-one-info {
        margin-top: 60px;
    }

        .pricing-style-one-info img {
            width: 100%;
        }

    nav.pricing-tab-navs .nav-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

        nav.pricing-tab-navs .nav-tabs .nav-link {
            margin: 0;
        }

    /* Process */
    .process-style-two-item {
        padding: 30px 10px;
    }

    .review-card {
        padding: 50px 30px;
    }

    /* Service Four */
    nav.nav-tabs-style-four .nav-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .services-style-four-info .list-style-one {
        display: block;
    }

    /* Testimonial Four */
    .testimonial-style-four-area {
        bottom: 0;
        margin: 0;
        padding-bottom: 120px;
    }

    /* Team Two */
    ul.team-style-two li img {
        height: 180px;
    }



    /* Project One */
    .project-style-one-carousel-bullet {
        position: relative;
        left: 0;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .project-style-one-item {
        display: block;
    }

        .project-style-one-item .info {
            margin: 0;
        }

        .project-style-one-item .thumb img {
            width: 100%;
        }

    /* Project Style Two */
    .project-style-two {
        padding-bottom: 180px;
    }

        .project-style-two .content {
            max-width: 95%;
            background: var(--bg-gray);
            visibility: visible;
            opacity: 1;
            bottom: 0;
        }

            .project-style-two .content::before {
                display: none;
            }

            .project-style-two .content span {
                background: var(--color-primary);
                color: var(--white);
            }

            .project-style-two .content h4 a {
                color: var(--color-heading);
                font-weight: 700;
            }

            .project-style-two .content .btn-regular {
                color: var(--color-heading);
            }

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

    .project-style-two-navs {
        position: relative;
        bottom: 0;
        margin-top: 50px;
        display: none;
    }

    .heading-left .contact-card-style-one {
        margin-top: 30px;
        max-width: 500px;
    }

    /* Project Four */
    .project-style-four {
        padding: 0;
        overflow: hidden;
    }

        .project-style-four .content {
            left: 0;
            right: 0;
            opacity: 1;
            visibility: visible;
            bottom: 0;
        }

            .project-style-four .content > a {
                right: 30px;
                background: var(--dark);
            }

    .project-style-four-items {
        padding-bottom: 120px;
    }

    .project-style-four-nav {
        display: none;
    }

    /* Project Five */
    .project-style-five .content {
        max-width: 100%;
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    /* Faq */
    .faq-one-nav-items {
        padding: 50px 40px;
    }

    .faq-style-one-area .pr-60 {
        padding-right: 30px;
    }

    .faq-style-one-area .shape {
        display: none;
    }

    /* Quote Style Three */
    .quote-style-three-items {
        margin-top: 50px;
    }

    /* Contact */
    .contact-form-style-one.info {
        padding: 50px 40px;
    }

    .location-item:first-child .location-details {
        transform: none;
        left: 0;
    }

    /* Footer */
    ul.footer-address li {
        font-size: 15px;
    }

    /* Footer Style Two */
    footer.footer-style-two .footer-item {
        padding: 0 18px;
    }

        footer.footer-style-two .footer-item:nth-child(2) {
            padding-left: 50px;
        }
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 991px) {

    /* Default */
    .heading-left .title {
        margin-bottom: 20px;
    }

    /* Topbar */
    .top-bar-area {
        text-align: center;
    }

        .top-bar-area .text-end {
            text-align: center !important;
            margin-top: 15px;
            display: none;
        }

        .top-bar-area ul.item-flex {
            display: block;
        }

        .top-bar-area .social ul.item-flex {
            display: flex;
            justify-content: center;
        }

        .top-bar-area ul.item-flex li {
            margin: 10px 0;
        }

        .top-bar-area .social ul.item-flex li {
            margin: 0;
        }

        .top-bar-area .text-end .d-flex {
            justify-content: center;
        }

    /* About Style Three */
    .heading-left .text-end {
        text-align: left !important;
    }

    .about-style-three-thumb {
        margin-bottom: 30px;
    }

    .about-style-three-area::after {
        display: none;
    }

    .container-shape {
        display: none;
    }

    /* About Style Six */
    .about-style-six-info .bottom-info {
        display: block;
    }

        .about-style-six-info .bottom-info .thumb {
            height: auto;
            display: block;
            position: relative;
        }

            .about-style-six-info .bottom-info .thumb img {
                position: inherit;
                height: auto;
                left: 0;
                max-width: inherit;
                width: 100%;
            }

            .about-style-six-info .bottom-info .thumb .video-btn-one {
                display: inline-flex;
                position: absolute;
                left: 0;
                bottom: 0;
            }

    .about-style-six-info .clients-card {
        margin: 30px 0;
    }

    /* Feature */
    .feature-style-one-items {
        margin: 0;
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 60px;
    }

    .feature-thumb {
        display: none;
    }

    .feature-style-one-item {
        padding: 50px 37px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        background: var(--dark);
    }

    .feature-style-one-left {
        display: none;
    }

    /* Testimonial Four */
    .tesimonial-style-four-navs {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .tm-four-info {
        padding: 30px;
        text-align: center;
        padding-top: 0;
    }

    .testimonial-style-four-area {
        bottom: 0;
        margin: 0;
        padding-bottom: 70px;
    }

    /* Team Single */
    .team-single-area .short-contact {
        margin-top: 40px;
    }

    .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
    }

        .team-single-area .team-content-top img {
            margin-bottom: 40px;
        }

        .team-single-area .team-content-top .right-info {
            padding: 0 15px;
            margin: 0;
            padding-bottom: 70px;
        }

    /* Faq */
    .faq-thumb {
        display: none;
    }

    .faq-style-one-area .shape {
        display: none;
    }

    .faq-one-nav-items {
        padding: 30px;
        background: var(--dark);
        margin-bottom: 30px;
        border-radius: 7px;
    }

        .faq-one-nav-items::before {
            display: none;
        }

    .accordion-item.accordion-style-one button.accordion-button:not(.collapsed) {
        background: var(--color-primary);
    }

    /* Service */
    .service-tab-contents {
        position: inherit;
        display: none;
    }

        .service-tab-contents.active {
            display: block;
        }

    /* Call to action */
    .call-to-action-style-two-area {
        text-align: center;
    }

        .call-to-action-style-two-area .text-end {
            text-align: center !important;
            margin-top: 30px;
        }

    /* Blog */
    .home-blog-style-one-item {
        padding: 0;
    }

    .blog-style-one-info {
        padding: 30px;
    }

    ul.blog-meta {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .blog-style-one-info h2 {
        font-size: 24px;
    }

    .home-blog-style-two .home-blog-thumb .date {
        right: auto;
        left: 0;
    }

    .home-blog-style-two .home-blog-thumb {
        margin-bottom: 55px;
    }

    /* Footer */

    .footer-item {
        margin-top: 50px;
    }

    .footer-single-grid ul.footer-item-social.text-end {
        text-align: left !important;
    }

        .footer-single-grid ul.footer-item-social.text-end li {
            display: inline-block;
            margin-right: 5px;
        }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .text-end {
            text-align: center !important;
            margin-top: 8px;
        }

            .footer-bottom .text-end ul {
                justify-content: center;
            }

    .footer-style-one .footer-bottom::after {
        width: 100%;
    }

    footer.footer-style-one.bg-dark::after {
        display: none;
    }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Topbar */
    .top-bar-area ul.item-flex {
        display: flex;
        justify-content: center;
    }

    /* Banner One */
    .banner-style-one h2 {
        font-size: 70px;
    }

    .banner-area.banner-style-one .content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-area .banner-one-fixed-info-items {
        position: inherit;
        background: var(--dark);
    }

    .banner-area .banner-one-fixed-info {
        display: block;
    }

        .banner-area .banner-one-fixed-info .item-content {
            max-width: 100%;
            padding: 50px;
        }

    /* Banner Style Two */
    .banner-two-fixed-forms {
        position: inherit;
        background: var(--dark);
        padding: 120px 0;
    }

    .banner-area.banner-style-two .banner-one-nav-prev.style-two,
    .banner-area.banner-style-two .banner-one-nav-next.style-two {
        display: none;
    }

    .shape-style-one img {
        height: 100px;
    }

    .shape-style-one {
        top: 20px;
    }

    .banner-area.banner-style-two {
        overflow: inherit !important;
    }

        .banner-area.banner-style-two .banner-fade {
            overflow: hidden;
        }

    .shadow-dark-left::after {
        width: 100%;
    }

    .form-style-one .form-items {
        padding: 80px;
    }

    /* Banner Style Three */
    .banner-area.banner-style-three .banner-thumb {
        width: 65%;
    }

    .banner-style-three .content h2 {
        font-size: 60px;
    }

    .banner-style-three .content p {
        padding-right: 15%;
    }

    .banner-area .banner-one-fixed-info.thrusted-by {
        display: flex;
    }

        .banner-area .banner-one-fixed-info.thrusted-by .item-content {
            padding: 0;
        }

    .banner-area.banner-style-three .fixed-pagination {
        background: var(--dark);
        border: none;
    }

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

    /* Banner Style Four */
    .banner-style-four-info::after {
        display: none;
    }

    .shape-style-three {
        display: none;
    }

    .banner-style-four-info {
        padding-top: 120px;
    }

    .banner-four-right-info {
        padding-bottom: 120px;
        padding-top: 40px;
    }

        .banner-four-right-info p {
            padding: 0;
        }

    .banner-style-four-info h2 {
        color: var(--white);
    }

    .banner-style-four-info h4 {
        color: var(--white-secondary);
        font-weight: 400;
        line-height: 1.5;
    }

    .banner-style-four-info .btn-style-one.solid .icon {
        background: var(--white);
    }

        .banner-style-four-info .btn-style-one.solid .icon svg path {
            stroke: var(--color-heading);
        }

    .banner-four-thumb {
        text-align: center;
    }

        .banner-four-thumb img {
            max-width: 60%;
        }

        .banner-four-thumb .video {
            display: none;
        }

    .banner-four-right-info .round-arrow {
        display: none;
    }

    /* Banner Style Five */
    .banner-style-five-area {
        padding: 120px 0;
    }

    .banner-style-five::after {
        display: none;
    }

    .banner-style-five {
        padding: 0;
    }

    .shape-style-four img {
        height: 100px;
    }

    .shape-style-four {
        top: 20px;
    }

    .banner-style-five-area h2 {
        font-size: 55px;
    }

    .banner-style-five-info p {
        padding: 0;
        font-size: 16px;
    }

    .banner-style-five-info a.scoll-next {
        display: none;
    }

    /* Banner Six */
    .banner-stage-carousel-box .banner-srage-swiper-nav {
        display: none;
    }

    .banner-style-six-info h2 {
        font-size: 70px;
        margin-bottom: 50px;
    }

    .banner-style-six-area {
        padding-bottom: 60px;
    }

    /* About Style One */
    .thumb-style-one {
        margin: 0;
        height: auto;
        margin-bottom: 40px;
    }

    .thumb-style-two {
        margin-top: 50px;
        display: none;
    }

        .thumb-style-two img {
            width: 100%;
        }

    /* About Style Two */
    .about-style-two-info .fun-fact-style-two-box {
        min-width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .about-style-two-info .d-flex {
        align-items: center;
    }

    .about-style-two-thumb img {
        height: auto;
        margin: 0;
    }

    .about-style-two-thumb {
        height: auto;
    }

    /* About Four */
    .about-style-four-thumb {
        margin-top: 60px;
    }

    /* About Five */
    .about-five-info {
        display: block;
    }

        .about-five-info .thumb img {
            margin: 0;
            max-width: 100%;
            width: 100%;
            display: none;
        }

    .about-style-five-area .heading-left {
        margin-bottom: 20px;
    }

    .about-five-thumb img {
        position: inherit;
        height: auto;
        margin-top: 50px;
    }

    .about-five-thumb .btn-style-two {
        left: auto;
        right: 50px;
        top: 0;
    }

    /* Fun Factor */
    .fun-fact-style-two-items .counter {
        font-size: 54px;
    }

    .fun-fact-style-two-items h4 {
        font-size: 20px;
    }

    /* Why Choose Us */
    .truck-left {
        display: none;
    }

    /* Choose us Two */
    .choose-us-two-thumb {
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

    /* Skill */
    .skill-thumb {
        height: auto;
        position: relative;
        width: 100%;
    }

    /* Feature */
    .feature-style-one-items {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 120px;
    }

    /* Feature Two */
    .feature-style-two-area {
        top: 0;
        margin: 0;
        padding-top: 120px;
    }

    .feature-style-two-items::after {
        width: 100%;
    }

    .feature-style-two-items {
        display: block;
    }

    .feature-two-left-info {
        border: none;
    }

    .feature-two-right-info {
        padding: 50px;
    }

    .feature-two-left-info ul li:first-child {
        border-top: 1px solid #cccccc;
    }

    .feature-style-two-area .shape {
        display: none;
    }

    /* Pricing */
    .pricing-style-one-info {
        margin-top: 50px;
    }

    /* Fun Factor */
    .fun-fact-style-one-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fun-fact-style-one-items {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0;
    }

    .fun-fact-style-one-container .right-info {
        align-items: center;
        padding-top: 30px;
    }

    /* Service One */
    .services-style-one-items {
        border: none;
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .services-style-one, .services-style-one-item:last-child .services-style-one {
        border: 1px solid #d4d8d9;
        padding: 50px 30px;
        border-radius: 10px;
    }

    .services-style-one-item {
        margin-top: 30px;
    }

    /* Service Style Two */
    .heading-style-two .left-info::after {
        display: none;
    }

    .heading-style-two {
        text-align: center;
        padding-bottom: 60px;
    }

        .heading-style-two .right-info p {
            padding: 0;
        }

    .service-tab-contents img {
        width: 100%;
    }

    ul.service-tab-content-list {
        margin-top: 60px;
    }

    /* Service Four */
    .heading-style-three .left-info.text-center {
        text-align: left !important;
        margin-top: 30px;
    }

    .heading-style-three p {
        padding: 0;
    }

    nav.nav-tabs-style-four .nav-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 50px;
    }

    .services-style-four-items::after {
        width: 100%;
    }

    .services-style-four-item .thumb img {
        position: inherit;
        width: 100%;
        margin-bottom: 50px;
    }

    .services-style-four-item .thumb {
        padding: 0 30px;
    }

    .services-style-four-info {
        padding-left: 0;
        padding-bottom: 120px;
    }

    /* Serivce Five */
    .services-style-five-item {
        padding: 0 15px;
        border: none;
    }

    .services-style-five-items {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .services-style-five-item .item {
        padding: 50px;
        background: var(--white);
        margin-top: 30px;
        box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
        border-radius: 8px;
    }

    /* Project style One */
    .project-style-one-carousel-bullet {
        position: relative;
        left: 0;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .project-style-one-item {
        display: block;
        padding: 0;
    }

    .project-one-navs {
        text-align: center;
        position: inherit;
        left: 0;
        width: 100%;
        justify-content: center;
        display: none;
    }

    .project-style-one-item .info {
        margin: 0;
        padding: 60px;
    }

    /* Project Style Two */
    .contact-card-style-one {
        max-width: 500px;
    }

    .heading-left .contact-card-style-one {
        margin-top: 20px;
    }

    .project-style-two-navs {
        width: auto;
        right: 0;
        left: auto;
        bottom: 0;
        position: inherit;
    }

    .project-center-two-navbs div {
        position: absolute;
        right: 0;
        bottom: -5px;
    }

    .project-center-two-navbs {
        position: relative;
    }

        .project-center-two-navbs div.project-center-button-prev {
            right: 60px;
        }

    /* Project Three */
    .project-style-three {
        display: block;
        top: 0;
        position: inherit;
        margin-top: 30px;
    }

        .project-style-three:first-child {
            margin-top: 0;
        }

    /* Project Four */
    .project-style-four {
        padding: 0;
    }

        .project-style-four .thumb img {
            width: 100%;
        }

    .project-style-four-items {
        padding-bottom: 120px;
    }

    .swiper-slide-active .project-style-four .content {
        left: 0;
        right: 0;
        padding: 50px;
    }

    .project-style-four .content > a {
        right: 50px;
    }

    /* Project Style Five */
    .services-style-six-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-style-five-nav .nav-items {
        justify-content: inherit;
        margin-top: 20px;
    }

    .project-style-five .content {
        max-width: 80%;
    }

    /* Project Details */
    .project-info {
        border: none;
        background: var(--bg-gray);
        padding: 60px;
        margin-bottom: 30px;
    }

    .project-thumb {
        padding-top: 100px;
    }

    .project-details-items {
        padding: 80px 50px;
    }

    /* Team Two */
    .team-style-two-items {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    ul.team-style-two li img {
        height: 150px;
    }

    /* Testimonila One */
    .testimonial-style-one-item {
        display: block;
    }

    .testimonial-style-one-items .testimonial-one-navs {
        display: none;
    }

    /* Testimonial Style Two */
    .testimonial-style-two-contents {
        padding: 0;
        border: none;
        border-top: 1px solid var(--dark);
        margin-top: 50px;
        padding-top: 50px;
    }

    /* TestimoniL Three */
    .testimonial-style-three-items .heading-left {
        margin-bottom: 60px;
    }

        .testimonial-style-three-items .heading-left i {
            display: none;
        }

    .testimonial-style-three .info {
        margin: 0;
        padding: 80px;
    }

    .testimonial-style-three .thumb img {
        height: auto;
        width: 100%;
        display: none;
    }

    .testimonial-style-three-items .testimonial-style-thee-pagination {
        display: none;
    }

    .review-card .top {
        margin-bottom: 50px;
    }

    /* Testimonial Four */
    .tm-four-info {
        padding: 60px;
        padding-top: 0;
    }

    /* Testimonial Five */
    .testimonial-five-navs {
        justify-content: inherit;
        margin-top: 20px;
    }

    /* Process */
    .process-style-one-item .thumb img:first-child {
        height: 200px;
        width: 200px;
    }

    .process-style-one-item .thumb {
        padding: 0;
        margin-bottom: 70px;
    }

        .process-style-one-item .thumb img:nth-child(2) {
            margin-top: 8px;
        }

        .process-style-one-item .thumb span {
            top: -55px;
        }

    .process-style-one {
        margin: 0;
        margin-bottom: 50px;
    }

    .process-style-one-area {
        padding-bottom: 70px;
    }

    .process-style-one-item {
        margin-top: 48px;
    }

    /* Process Two */
    .process-style-two-items::after {
        display: none;
    }

    .process-style-two-item {
        background: var(--white);
    }

        .process-style-two-item::after {
            top: -5px;
        }

    .process-style-two-single {
        margin-top: 30px;
    }

    .process-style-two-items {
        margin-top: -50px;
    }

    /* Quote Style One */
    .quote-style-one-info {
        margin-bottom: 50px;
    }

    /* Quote Two */
    .quote-style-two-area::after {
        display: none;
    }

    nav.quote-style-two-nav .nav-tabs button {
        width: auto;
    }

    nav.quote-style-two-nav .nav-tabs {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    nav.quote-style-two-nav {
        margin-right: 0;
    }

    .quote-style-two-area .shape {
        display: none;
    }

    /* Quote Style Three */
    .quote-style-three {
        top: 0;
        margin: 0;
    }

    .quote-style-three-items {
        background-image: none !important;
    }

    .quote-style-three .tab-content::after {
        display: none;
    }

    .quote-style-three-area {
        background: var(--bg-gray);
        padding-top: 120px;
    }

    /* Faq */
    .faq-one-nav-items {
        padding: 80px;
    }

    /* Blog */
    .blog-style-one-info .date-style-one {
        margin-top: 30px;
    }

    .blog-style-one-info h2 {
        font-size: 36px;
    }

    .home-blog-style-four .home-blog-thumb ul.blog-meta li a {
        padding: 8px 13px;
        font-size: 15px;
    }

    /* Contact */
    .contact-style-one-items .fixed-text {
        font-size: 100px;
        line-height: 1;
        margin-top: -12px;
    }

    .location-item:nth-child(4) .location-details {
        right: 0;
        left: auto;
        transform: none;
    }

    .location-item:first-child .location-details {
        transform: none;
        left: -100px;
    }

    .contact-one-tab-info {
        margin-bottom: 80px;
    }

    .contact-form-style-one.info {
        margin-bottom: 120px;
    }

    /* Footer */
    .f-items.default-padding {
        padding-top: 70px;
    }

    footer .footer-logo img {
        margin-bottom: 40px;
    }

    .footer-item-grid {
        grid-template-columns: 1fr 1fr;
    }

    .f-item.address {
        gap: 30px;
    }

    .footer-single-grid ul.footer-item-social.text-end {
        margin-top: 20px;
    }

    /* Footer Style Two */
    .footer-style-two-items {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }

    footer .footer-item.about::after {
        display: none;
    }

    footer.footer-style-two .footer-item {
        padding: 0;
    }

    .footer-style-two-items .footer-item:first-child {
        padding-right: 0;
    }

    footer.footer-style-two .footer-item:nth-child(2) {
        padding: 0;
    }

    footer.footer-style-two .footer-item::after {
        display: none;
    }

    .footer-style-two-items ul.footer-social {
        position: inherit;
        transform: none;
        border: none;
        padding: 0;
        margin-top: 30px;
        display: none;
    }

        .footer-style-two-items ul.footer-social li {
            display: inline-block;
        }

            .footer-style-two-items ul.footer-social li a {
                display: inline-block;
                height: 45px;
                width: 45px;
                text-align: center;
                line-height: 45px;
                background: rgba(255, 255, 255, 0.15);
                color: var(--white);
                border-radius: 50%;
                margin-right: 5px;
            }

    /* Footer Style Three */
    ul.footer-top-lists {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

        ul.footer-top-lists li {
            display: block;
            text-align: center;
        }

            ul.footer-top-lists li i {
                margin-bottom: 15px;
            }

    footer.footer-style-three .f-items {
        padding-top: 50px;
    }

    /* Footer Style Four */
    .subscribe-notice {
        gap: 20px;
        margin-bottom: 30px;
    }

    form.newsletter-form-style-two {
        max-width: 70%;
    }

    ul.footer-recent-post li .thumb img {
        width: 90px;
        min-width: 90px;
    }

    ul.footer-recent-post li a {
        font-size: 18px;
    }

    .footer-style-three .f-item.about::after {
        display: none;
    }

    /* Footer Style Five */
    footer.bg-dark.footer-style-four::after {
        display: none;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


    /* Topbar Area */
    .top-bar-area {
        display: none;
    }

    /* Banner One */
    .banner-area .banner-one-fixed-info {
        justify-content: flex-start;
    }

    .banner-style-one h4 {
        font-size: 24px;
        margin-left: 0;
    }

    .banner-style-one h2 {
        font-size: 45px;
        line-height: 1.2;
    }

    .banner-area .banner-one-fixed-info-items {
        position: inherit;
    }

    .banner-one-fixed-info-items {
        background: var(--dark);
    }

    .banner-area .banner-one-fixed-info .item-content {
        padding: 50px 0;
    }

    .banner-style-one h2 strong {
        margin: 0;
    }

    .banner-style-one .button {
        margin-left: 0;
    }

    .banner-area .banner-one-nav-prev, .banner-area .banner-one-nav-next {
        display: none;
    }

    /* Banner Style Two */
    .banner-two-fixed-forms {
        position: inherit;
        background: var(--dark);
        padding: 60px 0;
    }

    .banner-style-two .content h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .banner-style-two .shape-style-one {
        display: none;
    }

    .banner-style-two .content p {
        font-size: 16px;
    }

    .banner-area.banner-style-two .banner-one-nav-prev.style-two,
    .banner-area.banner-style-two .banner-one-nav-next.style-two {
        display: none;
    }

    .banner-area.banner-style-two {
        overflow: inherit !important;
    }

        .banner-area.banner-style-two .banner-fade {
            overflow: hidden;
        }

    .shadow-dark-left::after {
        width: 100%;
    }

    /* Banner Style Three */
    .banner-style-three .content h2 {
        font-size: 40px;
        text-transform: capitalize;
    }

    .banner-area.banner-style-three.auto-height .content {
        padding-top: 60px;
    }

    .banner-style-three .content p {
        padding: 0;
        font-size: 16px;
    }

    .banner-area.banner-style-three .banner-thumb {
        width: 100%;
    }

    .banner-style-three .pagination-style-one {
        border: none;
        padding: 0;
    }

    .banner-one-fixed-info.thrusted-by .item-content {
        bottom: 0;
    }

    .banner-area.banner-style-three .fixed-pagination {
        bottom: 185px;
        display: none;
    }

    /* Banner Style Four */
    .banner-style-four-info::after {
        display: none;
    }

    .shape-style-three {
        display: none;
    }

    .banner-style-four-info {
        padding-top: 70px;
    }

    .banner-four-right-info ul.transportaion-types {
        margin-top: 30px;
        grid-template-columns: 1fr;
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
        gap: 30px;
    }

    ul.transportaion-types li a {
        padding: 50px;
        text-align: center;
    }

    ul.transportaion-types li span {
        top: 50px;
        right: 50px;
        font-size: 20px;
        display: none;
    }

    ul.transportaion-types li h5 {
        font-size: 24px;
    }

    .banner-four-right-info {
        padding-bottom: 60px;
        padding-top: 40px;
    }

        .banner-four-right-info p {
            font-size: 16px;
            padding: 0;
        }

    .banner-style-four-info h2 {
        font-size: 40px;
        color: var(--white);
    }

    .banner-style-four-info h4 {
        color: var(--white-secondary);
        font-weight: 400;
        line-height: 1.5;
    }

    .banner-style-four-info .btn-style-one.solid .icon {
        background: var(--white);
    }

        .banner-style-four-info .btn-style-one.solid .icon svg path {
            stroke: var(--color-heading);
        }

    .banner-four-thumb .video {
        transform: translate(-50%, -50%);
        left: 50%;
        display: none;
    }

    .banner-four-right-info .round-arrow {
        display: none;
    }

    /* Banner Style Five */
    .banner-style-five::after {
        display: none;
    }

    .banner-style-five {
        padding: 0;
    }

    .banner-style-five-area {
        padding: 80px 0;
    }

    .shape-style-four {
        top: 0;
        display: none;
    }

        .shape-style-four img {
            max-height: 60px;
        }

    .banner-style-five-area h2 {
        font-size: 40px;
        text-transform: capitalize;
    }

    .banner-style-five-info .content {
        display: block;
    }

    .banner-style-five-info a.scoll-next {
        margin: 0;
        display: none;
    }

    .banner-style-five-info p {
        padding: 0;
        margin-top: 15px;
        font-size: 16px;
    }

    .video-btn-style-two a {
        padding-top: 0;
        margin-top: 30px;
    }

    /* Banner Six */
    .banner-style-six-info h2 {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .banner-stage-carousel-box .banner-srage-swiper-nav {
        display: none;
    }



    /* Feature Style Two */
    .feature-style-two-area {
        top: 0;
        margin: 0;
        padding-top: 60px;
    }

        .feature-style-two-area .shape {
            display: none;
        }

    .feature-style-two-items {
        grid-template-columns: 1fr;
    }

        .feature-style-two-items::after {
            display: none;
        }

    .feature-two-left-info {
        padding: 0;
        border: none;
    }

        .feature-two-left-info ul li {
            border: 1px solid #e7e7e7;
            padding: 30px;
            display: block;
            margin-top: 30px;
        }

            .feature-two-left-info ul li:first-child {
                border: 1px solid #e7e7e7;
                margin-top: 0;
            }

            .feature-two-left-info ul li .list-number {
                margin-bottom: 30px;
            }

    /* About Style One */
    .thumb-style-one {
        margin: 0;
        margin-bottom: 30px;
        height: auto;
    }

        .thumb-style-one img {
            height: auto;
        }

    .card-style-one {
        padding: 30px;
    }

    .thumb-style-two {
        margin-top: 40px;
    }

        .thumb-style-two img {
            width: 100%;
        }

    /* About Style Two */
    .about-style-two-info .fun-fact-style-two-box {
        min-width: 100%;
        margin: 0;
    }

    .about-style-two-info .fun-fact-style-two-box {
        display: block;
    }

    .about-style-two-info .d-flex {
        display: block !important;
    }

    .about-style-two-info .experience-style-one {
        margin-bottom: 30px;
    }

    .fun-fact-style-two-box .item {
        margin-top: 30px;
    }

    .about-style-two-thumb {
        height: auto;
    }

        .about-style-two-thumb img {
            margin: 0;
            height: auto;
            margin-top: 30px;
        }

    /* About Style Four */
    .about-style-four-thumb {
        margin-top: 50px;
        display: none;
    }

    /* About Five */
    .about-five-info {
        display: block;
    }

        .about-five-info .thumb img {
            margin: 0;
            max-width: 100%;
            margin-bottom: 30px;
        }

    .about-five-thumb img {
        position: inherit;
    }

    .about-five-thumb {
        height: auto;
        margin-top: 50px;
    }

        .about-five-thumb .btn-style-two {
            display: none;
        }


    /* Choose Us Style One */
    .truck-left {
        display: none;
    }

    .thumb-style-one .video-btn-one {
        right: auto;
    }

    .tab-style-two-items nav .nav-tabs button {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 0;
        text-align: center;
    }

    .tab-style-two-items nav .nav-tabs {
        border: navajowhite;
    }

        .tab-style-two-items nav .nav-tabs button.active {
            background: var(--white);
            color: var(--color-heading);
        }

    .choose-us-style-one-info ul.list-style-one {
        display: block;
    }

    /* Choose Us Style Two */
    .tab-style-three-items {
        display: block;
    }

    .choose-us-two-thumb {
        margin: 0;
        padding: 0;
    }

        .choose-us-two-thumb .fun-fact {
            position: inherit;
            width: 100%;
            margin-bottom: 40px;
            margin-top: 30px;
        }

    .tab-style-three-items .nav-tabs button::after {
        display: none;
    }

    .choose-us-style-two-info .tab-style-three-items {
        margin-top: 30px;
    }

    .tab-style-three-items .nav-tabs {
        min-width: 100%;
        margin-bottom: 30px;
    }

    /* Service Style One */
    .services-style-one,
    .services-style-one-item:last-child .services-style-one {
        border: 1px solid #d4d8d9;
        padding: 50px 30px;
        border-radius: 6px;
    }

    .services-style-one-item {
        margin-top: 30px;
    }

    .services-style-one-items {
        border: none;
        padding: 60px 0;
    }

    .services-style-one-item:first-child {
        margin-top: 0;
    }

    /* Services Style Two */
    .heading-style-two .left-info::after {
        display: none;
    }

    .heading-style-two .right-info p {
        padding: 0;
    }

    .heading-style-two {
        text-align: center;
        border: none;
    }

        .heading-style-two .right-info {
            padding-top: 60px;
        }

    ul.service-tab-content-list {
        margin-top: 50px;
    }

    .service-tab-item {
        display: block;
    }

    ul.service-tab-content-list li {
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        background: var(--white);
        box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
        border: none;
    }

        ul.service-tab-content-list li.active {
            box-shadow: none;
            background: var(--bg-gray);
        }

        ul.service-tab-content-list li:first-child {
            padding: 30px;
        }

    .service-tab-item h4 {
        margin-bottom: 15px;
    }

    .service-tab-item .round-btn {
        margin-top: 15px;
    }

    .feature-style-item-container {
        background: var(--dark-secondary);
        padding-top: 60px;
    }

    /* Service Style Four */
    nav.nav-tabs-style-four .nav-tabs {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .heading-style-three p {
        padding: 0;
    }

    .heading-style-three .left-info {
        text-align: left !important;
        margin-top: 30px;
    }

    .services-style-four-item .thumb img {
        position: inherit;
        width: 100%;
        height: auto;
    }

    .services-style-four-item .thumb {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .services-style-four-info {
        padding: 0;
        padding-bottom: 60px;
    }

    .services-style-four-items::after {
        width: 100%;
    }

    .services-style-four-info .list-style-one {
        display: block;
    }


    /* Service Five */
    .services-style-five-item {
        padding: 0 15px;
        border: none;
        margin-top: 30px;
    }

        .services-style-five-item .item {
            padding: 50px 30px;
            background: var(--white);
            box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
            border-radius: 10px;
        }

    .services-style-five-items {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    /* Service Six */
    .services-style-six-items {
        grid-template-columns: 1fr;
        gap: 30px;
        border: none;
    }

    .services-style-six-item::before, .services-style-six-item::after {
        display: none;
    }

    .services-style-six-item {
        border: 1px solid #dddddd;
        border-radius: 6px;
    }

    /* Service Details */
    .service-more-items {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-more-item {
        margin: 0;
        padding: 0;
        border: none;
        background: var(--bg-gray);
        padding: 30px;
    }

    /* Team Style One */
    .team-style-one-item .thumb img {
        width: 300px;
    }

    /* Team Style Two */
    .team-style-two-items {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    ul.team-style-two > li {
        display: block;
    }

    .team-two-social {
        position: absolute;
        right: 15px;
        top: 25px;
    }

    ul.team-style-two li img {
        height: 100px;
        display: none;
    }

    /* Project Style One */
    .project-style-one-item {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .project-style-one-carousel-bullet {
        position: inherit;
        margin-bottom: 30px;
    }

    .project-style-one-item .info {
        margin: 0;
        padding: 30px;
    }

    .project-style-one-item h2 {
        font-size: 28px;
    }

    .project-one-navs {
        display: none;
    }

    /* Project Style Two */
    .contact-card-style-one {
        display: block;
        text-align: center;
        background: var(--dark);
        padding: 30px 0;
        border-radius: 10px;
    }

    .bg-dark .contact-card-style-one {
        background: var(--white);
    }

    .contact-card-style-one .info {
        display: block;
    }

    .contact-card-style-one > a {
        display: inline-block;
        height: 75px;
        width: 75px;
        text-align: center;
        line-height: 75px;
        min-width: 75px;
        border-radius: 50%;
    }

    .contact-card-style-one .info img {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .project-style-two-navs {
        position: inherit;
        bottom: 0;
        margin-top: 30px;
        display: none;
    }

    .project-style-two .content {
        position: inherit;
        background: var(--dark);
        max-width: 100%;
    }

    .project-style-two {
        padding: 0;
    }

    /* Project Three */
    .project-style-three {
        position: inherit;
        top: 0;
        display: block;
        margin-top: 30px;
    }

        .project-style-three .info {
            padding: 50px 30px;
        }

            .project-style-three .info h2 {
                font-size: 24px;
                line-height: 1.4;
            }

        .project-style-three:first-child {
            margin-top: 0;
        }

    /* Project Four */
    .project-style-four {
        padding: 0;
    }

    .project-style-four-items {
        padding-bottom: 70px;
    }

    .project-style-four {
        padding: 0;
        overflow: hidden;
        border-radius: 6px;
    }

        .project-style-four .content {
            left: 0;
            right: 0;
        }

            .project-style-four .content > a {
                right: 30px;
            }

    .project-style-four-nav {
        position: inherit;
        transform: none;
        top: auto;
        margin-top: 30px;
        padding: 0 50px;
    }

        .project-style-four-nav .nav-items div {
            opacity: 1;
            visibility: visible;
            transform: none !important;
        }

    /* Project Style Five */
    .project-style-five-nav .nav-items {
        justify-content: inherit;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .project-style-five .content {
        position: inherit;
        width: 100%;
        max-width: 100%;
    }

    .project-style-five::after {
        background: var(--dark-secondary);
        z-index: -1;
    }

    /* Project Details */
    .item-grid-colum {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .project-paginvation-items {
        display: block;
        text-align: center;
        padding-top: 30px;
        margin-bottom: -30px;
    }

    .project-previous a, .project-next a {
        border: 1px solid #dddddd;
        padding: 30px 15px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .project-paginvation-items .project-all {
        background: var(--bg-gray);
        text-align: center;
        padding: 20px;
    }

    .project-paginvation-items > div {
        margin: 30px 0;
    }

    .project-previous .icon, .project-next .icon {
        display: none;
    }

    .project-details-items {
        padding: 50px 30px;
    }

    .project-info {
        border: none;
        background: var(--bg-gray);
        padding: 50px;
        margin-bottom: 40px;
    }

    .project-thumb .row {
        gap: 30px;
    }

    .item-grid-container {
        gap: 0;
    }

        .item-grid-container img {
            margin-bottom: 30px;
            margin-top: 30px;
        }


    /* Process */
    .process-style-one-item .thumb img {
        height: 180px;
        width: 180px;
        min-width: 180px;
    }

    .process-style-one-item .thumb {
        padding: 10px;
        margin-bottom: 50px;
    }

        .process-style-one-item .thumb img:nth-child(2) {
            height: 240px;
            width: 240px;
            margin-top: 5px;
        }

        .process-style-one-item .thumb span {
            top: -35px;
        }

    .process-style-one {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .process-style-one:last-child {
            margin-bottom: 0;
        }

    /* Process */
    .process-style-two-items::after {
        display: none;
    }

    .process-style-two-item {
        background: var(--white);
    }

    .process-style-two-single {
        margin-top: 40px;
    }

        .process-style-two-single:first-child {
            margin-top: 0;
        }

    .process-style-two-item::after {
        top: -5px;
    }

    /* Brand */
    .brand-conetnt h2 {
        font-size: 60px;
    }

    .brand-conetnt {
        gap: 30px;
    }

    /* Fun Factor */
    .fun-fact-style-one-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fun-fact-style-one-items {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0;
    }

    .fun-fact-style-one-container .right-info {
        align-items: center;
        padding-top: 30px;
    }

    .fun-fact-style-two-items {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

        .fun-fact-style-two-items .counter {
            font-size: 60px;
        }

        .fun-fact-style-two-items .fun-fact {
            margin-top: 30px;
            padding-top: 30px;
            border-right: none;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
        }

            .fun-fact-style-two-items .fun-fact:first-child {
                margin: 0;
                padding: 0;
                border: none;
            }

    /* Team Single */
    .team-single-area h2 {
        font-size: 36px;
    }

    /* Skill */
    .skill-thumb {
        height: auto;
        position: relative;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .skill-style-one-items {
        padding: 0;
        padding-bottom: 60px;
    }

    /* Testimonial */
    .testimonial-style-one-item {
        display: block;
    }

        .testimonial-style-one-item .info {
            padding: 50px 30px;
        }

    .testimonial-style-one-items .testimonial-one-navs {
        align-content: center;
        position: inherit;
        transform: none;
        top: auto;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        display: none;
    }

    .testimonial-style-one-item p {
        font-size: 18px;
    }

    .testimonial-style-two-items {
        padding: 50px 30px;
    }

    .testimonial-style-two-info h4.sub-title {
        font-size: 17px;
    }

    .testimonial-style-two-contents {
        border: none;
        padding: 0;
        border-top: 1px solid #cccccc;
        padding-top: 40px;
    }

    .testimonial-style-two-info {
        margin-bottom: 50px;
    }

    .testimonial-style-two-item p {
        font-size: 17px;
    }

    .testimonial-two-navs {
        position: inherit;
        margin-top: 30px;
    }

    /* Testimonial Style Three */
    .testimonial-style-three-items .heading-left {
        margin-bottom: 40px;
    }

    .testimonial-style-three {
        display: block;
    }

        .testimonial-style-three .thumb img {
            width: 100%;
            height: auto;
        }

        .testimonial-style-three .info {
            padding: 50px 30px;
            margin-top: 0;
        }

    .testimonial-style-three-items .heading-left i {
        display: none;
    }

    .testimonial-style-three-items .testimonial-style-thee-pagination {
        flex-direction: inherit;
        border: none;
        display: none;
    }

    .review-card .top {
        margin-bottom: 30px;
    }

    /* Testimonial Style Five */
    .testimonial-five-navs {
        justify-content: flex-start;
        margin: 10px 0;
    }

    /* Quote Style Two */
    .form-style-two {
        margin-top: 40px;
    }

        .form-style-two .nav.nav-tabs {
            display: block;
        }

            .form-style-two .nav.nav-tabs button {
                width: 100%;
                margin-bottom: 5px;
            }

        .form-style-two form {
            padding: 50px 30px;
            margin-top: 30px;
        }

    /* Quote Style Three */
    .quote-style-two-area::after {
        display: none;
    }

    nav.quote-style-two-nav {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .form-style-three {
        padding: 50px 30px;
    }

    .quote-style-two-area .shape {
        display: none;
    }

    /* Quote Syle Three */
    .quote-style-three {
        top: 0;
        margin: 0;
    }

        .quote-style-three .nav-tabs {
            display: block;
            margin-bottom: 30px;
        }

            .quote-style-three .nav-tabs button {
                width: 100%;
                margin-bottom: 10px;
                border-radius: 0;
                background: var(--bg-gray);
                color: var(--color-heading);
            }

    .quote-style-three-items {
        background-image: none !important;
        margin-bottom: 70px;
    }

    .quote-style-three .tab-content {
        padding: 50px 30px;
    }

        .quote-style-three .tab-content::after {
            display: none;
        }

    /* Pricing */
    .pricing-style-one-info .pricing-content {
        position: inherit;
        display: block;
        background: var(--bg-gray);
    }

    .pricing-style-one-info {
        margin-top: 50px;
    }

        .pricing-style-one-info .pricing-content::before {
            display: none;
        }

    .pricing-content ul.list-style-one li {
        color: var(--color-heading);
    }

    .pricing-style-one-info a.circle-button-two {
        color: var(--color-heading);
        margin-top: 40px;
    }

        .pricing-style-one-info a.circle-button-two svg path {
            stroke: var(--color-heading);
        }

    /* Blog */
    .home-blog-style-three .content .info {
        top: 0;
        margin: 0;
        padding: 30px;
    }

    .home-blog-style-three .content {
        padding: 0;
    }

        .home-blog-style-three .content .info h3 {
            font-size: 22px;
        }



    /* Contact Style One */
    .contact-style-one-items .fixed-text {
        font-size: 10vw;
        line-height: 1;
        margin-bottom: 40px;
    }

    .contact-form-style-one.info {
        padding: 50px 30px;
        margin-bottom: 70px;
    }

    .contact-style-one-tabs .nav-tabs button::after {
        display: none;
    }

    .contact-style-one-tabs .nav-tabs button {
        border: 1px solid #e7e7e7;
        margin: 0 5px;
        margin-bottom: 15px;
    }

        .contact-style-one-tabs .nav-tabs button.active {
            border-color: transparent;
            background: var(--color-primary);
            color: var(--white);
        }

    .contact-one-tab-info {
        margin-bottom: 60px;
    }

    .location-details {
        transform: none;
        left: -30px;
        right: 0;
        max-width: 280px;
    }

    .location-item:nth-child(2) .location-details {
        left: -60px;
    }

    .location-item:nth-child(3) .location-details {
        left: -130px;
    }

    .location-item:nth-child(4) .location-details {
        right: -20px;
        left: auto;
    }

    .location-item.active .location-details {
        opacity: 0;
        visibility: hidden;
    }

    .location-item:hover .location-details {
        opacity: 1;
        visibility: visible;
    }

    /* Footer Style One */
    .f-item.address {
        grid-template-columns: 1fr;
    }

    .footer-item-grid {
        grid-template-columns: 1fr;
    }

    .footer-item:first-child {
        margin-top: 0;
    }

    .footer-bottom ul li a {
        font-size: 15px;
    }

    .footer-bottom .text-end ul {
        gap: 20px;
    }

    /* Footer Style Two */
    .footer-style-two-items {
        grid-template-columns: 1fr;
    }

        .footer-style-two-items .footer-item:first-child {
            padding: 0;
        }

    footer .footer-item.about::after {
        display: none;
    }

    footer.footer-style-two .footer-item {
        padding: 0;
    }

        footer.footer-style-two .footer-item:nth-child(2) {
            padding: 0;
        }

        footer.footer-style-two .footer-item::after {
            display: none;
        }

    .footer-style-two-items ul.footer-social {
        position: inherit;
        transform: none;
        border: none;
        border-radius: 0;
        margin-top: 30px;
        display: none;
    }

        .footer-style-two-items ul.footer-social li {
            display: inline-block;
            margin-right: 5px;
        }

            .footer-style-two-items ul.footer-social li a {
                display: inline-block;
                background: rgba(255, 255, 255, 0.15);
                color: var(--white);
                padding: 0;
                height: 45px;
                width: 45px;
                text-align: center;
                line-height: 45px;
                border-radius: 50%;
            }

    /* Footer Style Three */
    .footer-style-three .f-item.about::after {
        display: none;
    }

    .footer-style-three .f-item.about {
        margin: 0;
        padding: 0;
    }

    footer.footer-style-three .f-items {
        padding: 60px 0;
    }

    ul.footer-top-lists {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Footer Style Four */
    ul.footer-recent-post li a {
        font-size: 18px;
    }

    ul.footer-recent-post li {
        gap: 15px;
    }

        ul.footer-recent-post li .thumb img {
            height: 80px;
            width: 80px;
            min-width: 80px;
        }

    .shape-style-two {
        transform: none;
        top: auto;
        bottom: 10%;
    }

    .subscribe-notice .icon {
        display: none;
    }

    .subscribe-notice {
        margin-bottom: 30px;
    }

    /* Footer Five */
    .footer-item-grid.two-colum {
        grid-template-columns: 1fr;
    }

    footer.bg-dark.footer-style-four::after {
        display: none;
    }

    ul.opening-hours li {
        gap: 15px;
    }
}

@media only screen and (max-width: 480px) {

    /* Team */
    .team-single-area .right-info .social .share-link {
        display: none;
    }

    /* Contact Style One */
    .contact-style-one-items .fixed-text {
        font-size: 13vw;
    }

    /* Blog */
    .home-blog-style-four .home-blog-thumb ul.blog-meta li a {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white);
    z-index: 999;
}

.tranzi-loader-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
}

.tranzi-loader-inner {
    position: fixed;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.tranzi-loader {
    margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tranzi-loader {
        transform: scale(0.8);
        margin-left: 66px;
    }
}

.tranzi-loader-item {
    position: absolute;
    width: 6px;
    height: 80px;
    margin-top: -45px;
    border-radius: 0px;
    background-color: var(--color-primary);
    animation: urane-loader-aim 0.8s infinite;
    animation-direction: alternate-reverse;
}

.color-style-two .tranzi-loader-item {
    background-color: var(--color-style-two);
}

.color-style-three .tranzi-loader-item {
    background-color: var(--color-style-three);
}

.color-style-four .tranzi-loader-item {
    background-color: var(--color-style-four);
}

.color-style-five .tranzi-loader-item {
    background-color: var(--color-style-five);
}

.color-style-six .tranzi-loader-item {
    background-color: var(--color-secondary);
}

.tranzi-loader .tranzi-loader-item:nth-child(1) {
    margin-left: 0px;
}

.tranzi-loader .tranzi-loader-item:nth-child(2) {
    margin-left: -14px;
    animation-delay: 0.1s;
}

.tranzi-loader .tranzi-loader-item:nth-child(3) {
    margin-left: -28px;
    animation-delay: 0.2s;
}

.tranzi-loader .tranzi-loader-item:nth-child(4) {
    margin-left: -42px;
    animation-delay: 0.3s;
}

.tranzi-loader .tranzi-loader-item:nth-child(5) {
    margin-left: -56px;
    animation-delay: 0.4s;
}

.tranzi-loader .tranzi-loader-item:nth-child(6) {
    margin-left: -70px;
    animation-delay: 0.5s;
}

.tranzi-loader .tranzi-loader-item:nth-child(7) {
    margin-left: -84px;
    animation-delay: 0.6s;
}

.tranzi-loader .tranzi-loader-item:nth-child(8) {
    margin-left: -98px;
    animation-delay: 0.7s;
}

@keyframes urane-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        transform: rotate(0deg);
    }

    100% {
        height: 80px;
        transform: rotate(0deg);
    }
}

.language-dropdown-rect {
    position: relative;
    margin-left: 20px;
}

.language-toggle {
    display: inline-block;
    padding: 8px 16px;
    color: #0b1215;
    background-color: #fff;
    font-weight: 600; /* Kalınlığı baştan sabit tut */
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    box-sizing: border-box;
    width: 60px; /* Genişlik sabitlendi */
    text-align: center;
}

    .language-toggle:hover {
        background-color: #f5f5f5;
        color: #000;
        /* font-weight artık değişmiyor */
    }

.language-menu-rect {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
}

.language-dropdown-rect:hover .language-menu-rect {
    display: flex;
    flex-direction: column;
}

.language-menu-rect li {
    list-style: none;
}

    .language-menu-rect li:last-child {
        border-bottom: none;
    }

.language-menu-rect a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    color: #0b1215;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

    .language-menu-rect a:hover {
        background-color: #f5f5f5;
        color: #000;
        font-weight: 600;
    }



/* Desktop için gizle */
@media (max-width: 992px) {
    .mobile-menu {
        display: none !important;
    }

    .banner-stage-carousel-item > a > .category-name {
        position: absolute;
        bottom: 32px !important;
        left: 40px !important;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
}

.banner-stage-carousel-item {
    position: relative;
    overflow: hidden;
}

    .banner-stage-carousel-item > a > img {
        height: 440px;
        width: 100% !important;
        object-fit: cover;
        transition: transform 0.3s ease, filter 0.3s ease;
      filter: brightness(60%);
    }

    .banner-stage-carousel-item:hover > a > img {
        transform: scale(1.1);
        filter: brightness(70%);
    }

    .banner-stage-carousel-item > a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0, 123, 255, 0.3);*/
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .banner-stage-carousel-item:hover > a::after {
        opacity: 1;
    }

    .banner-stage-carousel-item > a > .category-name {
        position: absolute;
        bottom: 32px;
        left: 60px;
        transform: translateY(-50%);
        color: white;
        font-size: 36px;
        font-weight: bold;
        text-align: left;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s ease;
    }


@media (max-width: 992px) {


    .banner-stage-carousel-item > a > .category-name {
        left: 20px !important;
        font-size: 28px !important;
    
    }
}

/* WRAPPER */
.slider-wrapper {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0 12px; /* dış oklar için küçük tampon */
}

/* SAHNE: okları bu kutuya göre hizalayacağız */
.stage {
    position: relative;
}

/* SLIDER: taşmayı kes + sabit oran */
.urun-detay {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .urun-detay.swiper,
    .urun-detay .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .urun-detay .swiper-wrapper {
        display: flex;
    }

    .urun-detay .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100%;
    }

        .urun-detay .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            cursor: pointer;
        }


.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.thumbnail-box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border .3s;
}

    .thumbnail-box.active {
        border: 2px solid #0d6efd;
    }

    .thumbnail-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.nav-out {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    z-index: 6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .nav-out::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }


    .nav-out.prev {
        left: -48px;
    }

        .nav-out.prev::before {
            transform: rotate(135deg);
        }

    .nav-out.next {
        right: -48px;
    }

        .nav-out.next::before {
            transform: rotate(-45deg);
        }


    .nav-out:hover {
        background: #fff;
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }

@media (max-width:576px) {
    .slider-wrapper {
        padding: 0 8px;
    }

    .nav-out.prev {
        left: -10px;
    }

    .nav-out.next {
        right: -10px;
    }
}
