/*

Template: IT Infinite - IT Solutions and Services HTML Template
Version: 2.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
    - Address Info
    - Awards
  	- Button
    - Blog Post
  	- Case Study
    - Countdown
    - Counter
    - Feature Info
    - Form Control
    - Find Job
    - History
    - List style
    - Location
    - Marquee
    - Newsletter
    - Owl Carousel
    - Pricing Table
    - Progress Bar
    - Range Slider
    - Workspaces
    - Steps
    - Skill
    - Team
    - Testimonial
    - Timeline
    - Video

 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*Transition*/
/*****************************
  Typography
*****************************/
body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #D4D6D7;
    overflow-x: hidden;
    background-color: #000000;
}

a {
    outline: medium none !important;
    color: #77BEFF;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

    a:focus {
        color: #000000;
        text-decoration: none !important;
    }

    a:hover {
        color: #000000;
        text-decoration: none !important;
    }

    a.text-dark:focus {
        color: #77BEFF !important;
    }

    a.text-dark:hover {
        color: #77BEFF !important;
    }

input {
    outline: medium none !important;
    color: #77BEFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    margin: 0px 0px 1rem;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: inherit;
    }

h1 {
    font-size: 66px;
    font-style: normal;
    /*line-height: normal;*/
}

h2 {
    font-size: 60px;
    line-height: 70px;
}

h3 {
    font-size: 42px;
    line-height: 52px;
}

h4 {
    font-size: 32px;
    line-height: normal;
}

h5 {
    font-size: 26px;
    line-height: normal;
}

h6 {
    font-size: 22px;
    line-height: normal;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
    color: #ffffff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
    color: #ffffff;
}

.bg-black p,
.bg-dark p {
    color: #D4D6D7;
}

iframe {
    width: 100%;
}

label {
    font-weight: normal;
}

*::-moz-selection {
    background: #77BEFF;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #77BEFF;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #77BEFF;
    color: #ffffff;
    text-shadow: none;
}

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
.container-fluid.container-space {
    padding: 0 100px;
}

@media (min-width: 1399px) {
    .container {
        max-width: 1424px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

/*----------------------------------*/
/* Section Title */
/*----------------------------------*/
.section-title {
    margin-bottom: 50px;
}

    .section-title .sub-title {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section-title .title {
        margin-bottom: 25px;
        text-transform: capitalize;
    }

    .section-title p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: normal;
        color: #D4D6D7;
    }

        .section-title p + p {
            margin-top: 20px;
        }

    .section-title.section-title-light .title {
        color: #ffffff;
    }

    .section-title.section-title-light p {
        color: #ffffff;
    }

/* Title in BG Dark */
.bg-dark .section-title p {
    color: #D4D6D7;
}

/*----------------------------------*/
/* Breadcrumb */
/*----------------------------------*/
.breadcrumb {
    margin-top: 18px;
    background: transparent;
    border-radius: 0;
    display: inline-flex;
    padding: 14px 40px;
    justify-content: center;
}

    .breadcrumb .breadcrumb-item {
        padding-right: 5px;
        display: inline-block;
        font-size: 18px;
        color: #ffffff;
    }

        .breadcrumb .breadcrumb-item a {
            color: #77BEFF;
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: #77BEFF;
            }

        .breadcrumb .breadcrumb-item:before {
            color: #ffffff;
        }

        .breadcrumb .breadcrumb-item.active {
            color: #77BEFF;
        }

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcap-style-1 {
    float: left;
    display: block;
    background-color: transparent;
    color: #ffffff;
    font-size: 57px;
    height: 55px;
    line-height: 48px;
    margin: 0;
    text-align: left;
    width: auto !important;
    min-width: 60px;
    padding-right: 5px;
    overflow: visible;
}

.dropcap-style-2 {
    float: left;
    display: block;
    font-size: 47px;
    padding: 0;
    color: #ffffff;
    margin: .15em .4em 0 0;
    text-align: center;
    font-weight: 500;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    line-height: 64px;
    border-radius: 0;
    background-color: #77BEFF;
    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
}

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
blockquote {
    font-size: 20px;
    line-height: 34px;
    padding: 0px 30px;
    margin: 0;
    color: #ffffff;
    border-left: 5px solid #77BEFF;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

    blockquote cite {
        display: flex;
        gap: 10px;
        line-height: normal;
        align-items: center;
        color: #77BEFF;
    }

        blockquote cite:before {
            content: "";
            width: 30px;
            height: 2px;
            display: inline-block;
            background: #77BEFF;
        }

    blockquote .blockquote-name {
        font-weight: 500;
    }

    /*Blockquote Style 1*/
    blockquote.blockquote-style-1 {
        padding: 50px;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        blockquote.blockquote-style-1 .blockquote-content {
            display: flex;
        }

            blockquote.blockquote-style-1 .blockquote-content .quote-icon {
                width: 100px;
                flex: 0 0 100px;
                margin-right: 30px;
            }

            blockquote.blockquote-style-1 .blockquote-content p {
                color: #D4D6D7;
                font-size: 18px;
                line-height: 28px;
            }

        blockquote.blockquote-style-1:before {
            position: absolute;
            top: -10px;
            left: 10px;
            height: 100%;
            width: 100%;
            content: "";
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1200px) {
    h1 {
        font-size: 62px;
    }

    h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 42px;
        line-height: 52px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 30px;
        line-height: 42px;
    }

    h4 {
        font-size: 28px;
        line-height: normal;
    }

    h5 {
        font-size: 24px;
        line-height: normal;
    }

    h6 {
        font-size: 20px;
        line-height: normal;
    }
    /* Breadcrumb */
    .breadcrumb {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    /* Breadcrumb */
    .breadcrumb .breadcrumb-item {
        font-size: 16px;
    }

    blockquote.blockquote-style-1 {
        padding: 20px 30px;
    }

        blockquote.blockquote-style-1 .blockquote-content .quote-icon {
            width: 50px;
            flex: 0 0 50px;
            margin-right: 15px;
        }
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
    color: #77BEFF !important;
}

.text-light {
    color: #dfdfdf !important;
}

.text-dark {
    color: #000000 !important;
}

.gradient-text-1 {
    background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* fill colors for svg */
.fill-dark {
    fill: #000000;
}

.fill-primary {
    fill: #77BEFF;
}

.fill-light {
    fill: #f6f6f6;
}

.fill-white {
    fill: #ffffff;
}

/* background */
.bg-primary {
    background-color: #77BEFF !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-primary-gradient {
    background-color: #77BEFF;
    background-image: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
}

/* Transform Rotate Left */
.rotate-left-1 {
    transform: rotate(1deg);
}

.rotate-left-2 {
    transform: rotate(2deg);
}

.rotate-left-3 {
    transform: rotate(3deg);
}

.rotate-left-4 {
    transform: rotate(4deg);
}

.rotate-left-5 {
    transform: rotate(5deg);
}

/* Transform Rotate Right */
.rotate-right-1 {
    transform: rotate(-1deg);
}

.rotate-right-2 {
    transform: rotate(-2deg);
}

.rotate-right-3 {
    transform: rotate(-3deg);
}

.rotate-right-4 {
    transform: rotate(-4deg);
}

.rotate-right-5 {
    transform: rotate(-5deg);
}

/* Border Radius */
.radius-3 {
    border-radius: 3px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-50 {
    border-radius: 50px;
}

.radius-80 {
    border-radius: 80px;
}

.radius-100 {
    border-radius: 100%;
}

/* Z-Index */
.z-index-1 {
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
    padding: 100px 0;
}

.space-pt {
    padding: 60px 0 0;
}

.space-pb {
    padding: 0 0 15px;
}

.space-medium-ptb {
    padding: 90px 0;
}

.space-medium-pt {
    padding: 90px 0 0;
}

.space-medium-pb {
    padding: 0 0 90px;
}

.space-small-ptb {
    padding: 60px 0;
}

.space-small-pt {
    padding: 60px 0 0;
}

.space-small-pb {
    padding: 0 0 60px;
}

.padding-start {
    padding-left: 110px;
}

.padding-end {
    padding-right: 110px;
}

.full-width {
    padding: 0 80px;
}

.space-mtb {
    margin: 150px 0;
}

.space-mt {
    margin: 150px 0 0;
}

.space-mb {
    margin: 0 0 150px;
}

.space-medium-mtb {
    margin: 90px 0;
}

.space-medium-mt {
    margin: 90px 0 0;
}

.space-medium-mb {
    margin: 0 0 90px;
}

.space-small-mtb {
    margin: 60px 0;
}

.space-small-mt {
    margin: 60px 0 0;
}

.space-small-mb {
    margin: 0 0 60px;
}

.margin-start {
    margin-left: 110px;
}

.margin-end {
    margin-right: 110px;
}

.full-width {
    margin: 0 80px;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
    position: relative;
}

    .section-bg-half .bg-fixed {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
    }

        .section-bg-half .bg-fixed.clm-3 {
            width: 25%;
        }

        .section-bg-half .bg-fixed.clm-4 {
            width: 33.3333%;
        }

        .section-bg-half .bg-fixed.clm-5 {
            width: 41.6666%;
        }

        .section-bg-half .bg-fixed.clm-6 {
            width: 50%;
        }

        .section-bg-half .bg-fixed.clm-7 {
            width: 58.3333%;
        }

        .section-bg-half .bg-fixed.clm-8 {
            width: 66.6666%;
        }

/*----------------------------*/
/* Section BG Effect */
/*----------------------------*/
.section-bg-effect {
    position: relative;
    overflow: hidden;
}

    .section-bg-effect:before {
        content: "";
        width: 500px;
        height: 500px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background: #ffdcea;
        background: radial-gradient(circle, rgba(255, 220, 234, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
    }

    .section-bg-effect:after {
        content: "";
        width: 500px;
        height: 500px;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #bef3e9;
        background: radial-gradient(circle, rgba(190, 243, 233, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
    }

/*-----------------------*/
/* Cursor */
/*-----------------------*/
#cursor {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 40px;
        height: 40px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: 1px solid #77BEFF;
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
    /* Cursor Text */
    #cursor.text .cursor__circle,
    #cursor.arrow .cursor__circle {
        width: 130px;
        height: 130px;
        border: none;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
    }

    #cursor.text::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #cursor::after {
        content: attr(data-cursor-text) !important;
    }
    /* Cursor Arrow */
    #cursor.arrow::after {
        content: '' !important;
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #cursor.cursor-link .cursor__circle {
        opacity: 0;
        width: 0;
        height: 0;
    }

    #cursor.cursor-link::after {
        content: normal;
        opacity: 0;
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}

/*Font Weight*/
.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

/* Text Stroke */
.bg-text-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    display: block;
}

/* img holder */
.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}

.grid-justify-center {
    justify-items: center;
}

.grid-align-center {
    align-items: center;
}

.grid-gap-50 {
    grid-gap: 50px 30px;
}

.grid-gap-30 {
    grid-gap: 30px 30px;
}

.grid-gap-15 {
    grid-gap: 15px 30px;
}

.grid-gap-10 {
    grid-gap: 10px;
}

.grid-gap-5 {
    grid-gap: 5;
}

.grid-gap-0 {
    grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1199px) {
    .grid-wrapper.grid-lg-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-wrapper.grid-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-wrapper.grid-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-wrapper.grid-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-wrapper.grid-lg-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-wrapper.grid-lg-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .grid-wrapper.grid-md-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-wrapper.grid-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-wrapper.grid-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-wrapper.grid-md-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-wrapper.grid-md-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-wrapper.grid-md-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .grid-wrapper.grid-sm-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-wrapper.grid-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-wrapper.grid-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-wrapper.grid-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-wrapper.grid-sm-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-wrapper.grid-sm-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .grid-wrapper.grid-xs-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-wrapper.grid-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-wrapper.grid-xs-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-wrapper.grid-xs-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-wrapper.grid-xs-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-wrapper.grid-xs-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
    transform: rotate(2deg);
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1400px) {
    /* Page Section Padding */
    .space-ptb {
        padding: 120px 0;
    }

    .space-pt {
        padding: 120px 0 0;
    }

    .space-pb {
        padding: 0 0 120px;
    }

    .space-mb {
        margin: 0 0 120px;
    }

    .space-medium-ptb {
        padding: 100px 0;
    }

    .space-medium-pt {
        padding: 100px 0 0;
    }

    .space-medium-pb {
        padding: 0 0 100px;
    }

    .space-small-ptb {
        padding: 80px 0;
    }

    .space-small-pt {
        padding: 80px 0 0;
    }

    .space-small-pb {
        padding: 0 0 80px;
    }
    /* Page Section Margin */
    .space-mtb {
        margin: 120px 0;
    }

    .space-mt {
        margin: 120px 0 0;
    }

    .space-mb {
        margin: 0 0 120px;
    }

    .space-medium-mtb {
        margin: 100px 0;
    }

    .space-medium-mt {
        margin: 100px 0 0;
    }

    .space-medium-mb {
        margin: 0 0 100px;
    }

    .space-small-mtb {
        margin: 80px 0;
    }

    .space-small-mt {
        margin: 80px 0 0;
    }

    .space-small-mb {
        margin: 0 0 80px;
    }
}

@media (max-width: 1199px) {
    /* Page Section Padding */
    .space-ptb {
        padding: 100px 0;
    }

    .space-pt {
        padding: 100px 0 0;
    }

    .space-pb {
        padding: 0 0 100px;
    }

    .space-mb {
        margin: 0 0 100px;
    }

    .space-medium-ptb {
        padding: 80px 0;
    }

    .space-medium-pt {
        padding: 80px 0 0;
    }

    .space-medium-pb {
        padding: 0 0 80px;
    }

    .space-small-ptb {
        padding: 60px 0;
    }

    .space-small-pt {
        padding: 60px 0 0;
    }

    .space-small-pb {
        padding: 0 0 60px;
    }

    .padding-start {
        padding-left: 40px;
    }

    .padding-end {
        padding-right: 40px;
    }

    .full-width {
        padding: 0 40px;
    }
    /* Page Section Margin */
    .space-mtb {
        margin: 100px 0;
    }

    .space-mt {
        margin: 100px 0 0;
    }

    .space-mb {
        margin: 0 0 100px;
    }

    .space-medium-mtb {
        margin: 80px 0;
    }

    .space-medium-mt {
        margin: 80px 0 0;
    }

    .space-medium-mb {
        margin: 0 0 80px;
    }

    .space-small-mtb {
        margin: 60px 0;
    }

    .space-small-mt {
        margin: 60px 0 0;
    }

    .space-small-mb {
        margin: 0 0 60px;
    }

    .margin-start {
        margin-left: 40px;
    }

    .margin-end {
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    /* Page Section Padding */
    .space-ptb {
        padding: 90px 0;
    }

    .space-pt {
        padding: 90px 0 0;
    }

    .space-pb {
        padding: 0 0 90px;
    }

    .space-mb {
        margin: 0 0 90px;
    }

    .space-medium-ptb {
        padding: 70px 0;
    }

    .space-medium-pt {
        padding: 70px 0 0;
    }

    .space-medium-pb {
        padding: 0 0 70px;
    }

    .space-small-ptb {
        padding: 50px 0;
    }

    .space-small-pt {
        padding: 50px 0 0;
    }

    .space-small-pb {
        padding: 0 0 50px;
    }

    .padding-start {
        padding-left: 20px;
    }

    .padding-end {
        padding-right: 20px;
    }

    .full-width {
        padding: 0 30px;
    }
    /* Page Section Margin */
    .space-mtb {
        margin: 90px 0;
    }

    .space-mt {
        margin: 90px 0 0;
    }

    .space-mb {
        margin: 0 0 90px;
    }

    .space-medium-mtb {
        margin: 70px 0;
    }

    .space-medium-mt {
        margin: 70px 0 0;
    }

    .space-medium-mb {
        margin: 0 0 70px;
    }

    .space-small-mtb {
        margin: 50px 0;
    }

    .space-small-mt {
        margin: 50px 0 0;
    }

    .space-small-mb {
        margin: 0 0 50px;
    }

    .margin-start {
        margin-left: 20px;
    }

    .margin-end {
        margin-right: 20px;
    }

    .cursor,
    .cursor-follower {
        display: none;
    }
}

@media (max-width: 767px) {
    /* Page Section Padding */
    .space-ptb {
        padding: 70px 0;
    }

    .space-pt {
        padding: 70px 0 0;
    }

    .space-pb {
        padding: 0 0 70px;
    }

    .space-mb {
        margin: 0 0 70px;
    }

    .space-medium-ptb {
        padding: 50px 0;
    }

    .space-medium-pt {
        padding: 50px 0 0;
    }

    .space-medium-pb {
        padding: 0 0 50px;
    }

    .padding-start {
        padding-left: 0px;
    }

    .padding-end {
        padding-right: 0px;
    }
    /* Page Section Margin */
    .space-mtb {
        margin: 70px 0;
    }

    .space-mt {
        margin: 70px 0 0;
    }

    .space-mb {
        margin: 0 0 70px;
    }

    .space-medium-mtb {
        margin: 50px 0;
    }

    .space-medium-mt {
        margin: 50px 0 0;
    }

    .space-medium-mb {
        margin: 0 0 50px;
    }

    .margin-start {
        margin-left: 0px;
    }

    .margin-end {
        margin-right: 0px;
    }

    .full-width {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    /* Page Section Padding */
    .space-ptb {
        padding: 50px 0;
    }

    .space-pt {
        padding: 50px 0 0;
    }

    .space-pb {
        padding: 0 0 50px;
    }

    .space-mb {
        margin: 0 0 50px;
    }

    .space-medium-ptb {
        padding: 50px 0;
    }

    .space-medium-pt {
        padding: 50px 0 0;
    }

    .space-medium-pb {
        padding: 0 0 50px;
    }

    .padding-start {
        padding-left: 0px;
    }

    .padding-end {
        padding-right: 0px;
    }
    /* Page Section Margin */
    .space-mtb {
        margin: 50px 0;
    }

    .space-mt {
        margin: 50px 0 0;
    }

    .space-mb {
        margin: 0 0 50px;
    }

    .space-medium-mtb {
        margin: 50px 0;
    }

    .space-medium-mt {
        margin: 50px 0 0;
    }

    .space-medium-mb {
        margin: 0 0 50px;
    }

    .margin-start {
        margin-left: 0px;
    }

    .margin-end {
        margin-right: 0px;
    }

    .full-width {
        padding: 0 15px;
    }

    .section-bg-effect:before {
        width: 400px;
        height: 400px;
    }

    .section-bg-effect:after {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 479px) {
    .section-bg-effect:before {
        width: 300px;
        height: 300px;
    }

    .section-bg-effect:after {
        width: 300px;
        height: 300px;
    }
}

/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
    border: none;
    background-color: inherit;
    margin-bottom: 20px;
}

    .accordion .accordion-item .accordion-header {
        overflow: hidden;
        border-radius: 5px;
    }

        .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 22px;
            padding: 30px 30px;
            padding-right: 75px;
            background-color: inherit;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 5px;
            background-color: #000000;
        }

            .accordion .accordion-item .accordion-header .accordion-button:after {
                content: "\2b";
                background-image: inherit;
                font-family: 'Font Awesome 5 Free';
                font-size: 18px;
                font-weight: 600;
                color: #ffffff;
                width: 40px;
                height: 40px;
                border: 1px solid rgba(255, 255, 255, 0.05);
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -19px;
                padding-bottom: 3px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
            }

            .accordion .accordion-item .accordion-header .accordion-button:before {
                content: "";
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -22px;
                width: 40px;
                height: 40px;
                border: 1px solid rgba(255, 255, 255, 0.05);
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
            }

            .accordion .accordion-item .accordion-header .accordion-button:hover {
                color: #77BEFF;
            }

                .accordion .accordion-item .accordion-header .accordion-button:hover:after {
                    color: #77BEFF;
                }

            .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                box-shadow: inherit;
                outline: inherit;
                color: #ffffff;
                border-image: linear-gradient(to right, #3663D8, #77BEFF) 1;
                background-color: #77BEFF;
                background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
            }

                .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
                    content: "\f068";
                    background-image: inherit;
                    font-family: 'Font Awesome 5 Free';
                    transform: inherit;
                    color: #ffffff;
                    background: none;
                    border-color: rgba(255, 255, 255, 0.15);
                }

                .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
                    border-color: rgba(255, 255, 255, 0.15);
                }

    .accordion .accordion-item .accordion-button:focus {
        border-color: #77BEFF;
        box-shadow: inherit;
    }

    .accordion .accordion-item .accordion-collapse .accordion-body {
        background-color: #000000;
        padding: 30px 30px;
        padding-bottom: 10px;
        color: #D4D6D7;
    }

    .accordion .accordion-item:first-of-type {
        border-radius: 0px;
    }

    .accordion .accordion-item:last-of-type {
        border-radius: 0px;
    }

    .accordion .accordion-item:last-child {
        margin-bottom: 0px;
    }

@media (max-width: 991px) {
    .accordion .accordion-item h5.accordion-header .accordion-button {
        font-size: 20px;
        padding: 20px 20px;
        padding-right: 75px;
    }
}

/*****************************
  Address Info
*****************************/
.address-info-wrapper .address-info-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.address-info-wrapper .address-info-list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
    list-style-type: none;
}

    .address-info-wrapper .address-info-list li {
        display: flex;
        gap: 20px;
        font-size: 20px;
        align-items: baseline;
    }

        .address-info-wrapper .address-info-list li i {
            min-width: 20px;
            text-align: center;
        }

.address-info-wrapper.address-info-dark .address-info-title {
    color: #ffffff;
}

.address-info-wrapper.address-info-dark .address-info-list li {
    color: #ffffff;
}

/*****************************
  Social Info
*****************************/
.social-info-wrapper .social-info-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #3663D8 0%, #77BEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .social-info-wrapper .social-info-title:after {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #77BEFF;
        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
    }

.social-info-wrapper .social-info-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
}

    .social-info-wrapper .social-info-list a {
        display: inline-block;
        position: relative;
        font-size: 16px;
        line-height: 30px;
        padding: 3px 15px;
        color: #D4D6D7;
        overflow: hidden;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
        border-radius: 50px;
    }

        .social-info-wrapper .social-info-list a span {
            position: relative;
            z-index: 1;
        }

        .social-info-wrapper .social-info-list a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            background-color: #77BEFF;
            background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
        }

        .social-info-wrapper .social-info-list a:hover {
            color: #ffffff;
        }

            .social-info-wrapper .social-info-list a:hover:before {
                opacity: 1;
            }

.social-info-wrapper.social-info-dark .social-info-list a {
    color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

/*****************************
  Action box
*****************************/
.action-box {
    display: flex;
}

    .action-box .action-box-content span {
        font-size: 90px;
        line-height: normal;
        font-weight: bold;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
        display: block;
    }

    .action-box .action-box-content p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .action-box.action-box-02 {
        flex-direction: column;
        align-items: center;
        width: 60%;
        margin: 0 auto;
    }

        .action-box.action-box-02 .action-box-content {
            margin-bottom: 30px;
        }

            .action-box.action-box-02 .action-box-content span {
                margin-bottom: 0;
            }

    .action-box.action-box-03 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .action-box.action-box-03 .action-box-content {
            text-align: center;
            margin-bottom: 45px;
        }

            .action-box.action-box-03 .action-box-content span {
                margin-bottom: 0;
            }

.action-box-section .action-box-bg {
    background-color: #77BEFF;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}

    .action-box-section .action-box-bg.position-absolute {
        top: 48%;
        right: 0;
        width: calc(100% - 100px);
    }

@media (max-width: 1399px) {
    .action-box.action-box-02 {
        width: 80%;
    }

    .action-box-section .action-box-bg {
        padding-top: 80px;
        padding-bottom: 60px;
    }

        .action-box-section .action-box-bg.position-absolute {
            top: 38%;
        }
}

@media (max-width: 1199px) {
    .action-box.action-box-02 .action-box-content span {
        font-size: 70px;
    }

    .action-box-section .action-box-bg {
        padding-top: 60px;
        padding-bottom: 50px;
    }

        .action-box-section .action-box-bg.position-absolute {
            top: 58%;
        }
}

@media (max-width: 991px) {
    .action-box .action-box-content span {
        font-size: 48px;
    }

    .action-box.action-box-02 .action-box-content span {
        font-size: 48px;
    }

    .action-box-section .action-box-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .action-box {
        flex-direction: column;
    }

        .action-box .action-box-content {
            margin-bottom: 30px;
        }

            .action-box .action-box-content span {
                font-size: 30px;
            }

        .action-box.action-box-02 {
            width: 100%;
        }

            .action-box.action-box-02 .action-box-content span {
                font-size: 30px;
            }

    .action-box-section {
        margin-bottom: 60px;
    }

        .action-box-section .action-box-bg.position-absolute {
            top: 0;
            position: inherit !important;
            width: 95%;
            margin-left: auto;
            margin-top: -50px;
        }
}

/*****************************
  Awards
*****************************/
.awards-wrapper .awards-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .awards-wrapper .awards-item .item-inner {
        display: flex;
        gap: 100px;
        padding: 25px 0;
        align-items: center;
        background-color: #000000;
    }

    .awards-wrapper .awards-item .awards-year {
        min-width: 60px;
        margin-right: 50px;
        transition: all 0.3s ease-in-out;
    }

    .awards-wrapper .awards-item .awards-city {
        min-width: 150px;
        transition: all 0.3s ease-in-out;
    }

    .awards-wrapper .awards-item .awards-name {
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

    .awards-wrapper .awards-item .awards-action {
        margin-left: auto;
        transition: all 0.3s ease-in-out;
    }

    .awards-wrapper .awards-item .gsap-img-animation {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 150px;
        object-fit: cover;
        z-index: 2;
        opacity: 0;
        visibily: hidden;
        pointer-events: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .awards-wrapper .awards-item .marquee-wrapper {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
    }

    .awards-wrapper .awards-item:hover .item-inner .awards-year,
    .awards-wrapper .awards-item:hover .item-inner .awards-city,
    .awards-wrapper .awards-item:hover .item-inner .awards-name {
        opacity: 0;
        pointer-events: none;
    }

    .awards-wrapper .awards-item:hover .awards-action {
        z-index: 8;
    }

    .awards-wrapper .awards-item:hover .marquee-wrapper {
        opacity: 1;
        pointer-events: auto;
    }

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 991px) {
    .awards-wrapper .awards-item .item-inner {
        gap: 60px;
    }

    .awards-wrapper .awards-item .awards-year {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .awards-wrapper .awards-item .item-inner {
        flex-direction: column;
        gap: 15px;
        align-items: normal;
    }

    .awards-wrapper .awards-item .awards-action {
        margin-left: 0;
    }

    .awards-wrapper .awards-item .gsap-img-animation {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 30px;
        top: auto;
        opacity: 1;
        visibility: visible;
        transform: inherit !important;
        z-index: -1;
    }
}

/*****************************
	Blog Post
*****************************/
/* Blog Post Style 1 -------------------------*/
.blog-post-wrapper.blog-style-1 {
    position: relative;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #000000;
    border-radius: 10px;
}

    .blog-post-wrapper.blog-style-1 .post-meta {
        margin-bottom: 15px;
    }

    .blog-post-wrapper.blog-style-1 .post-title {
        margin-bottom: 35px;
    }

    .blog-post-wrapper.blog-style-1 .blog-post-img {
        overflow: hidden;
    }

        .blog-post-wrapper.blog-style-1 .blog-post-img img {
            transform: scale(1);
            transition: all 0.3s ease-in-out;
        }

    .blog-post-wrapper.blog-style-1 .blog-action-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

        .blog-post-wrapper.blog-style-1 .blog-action-info .post-category {
            font-family: "Jost", sans-serif;
            margin: 0;
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .blog-post-wrapper.blog-style-1:before {
        content: "";
        position: absolute;
        left: 3px;
        right: 3px;
        top: 0;
        bottom: 3px;
        margin: -4px;
        z-index: -1;
        opacity: 0;
        border-radius: inherit;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(to right, #3663D8, #77BEFF);
    }

    .blog-post-wrapper.blog-style-1:hover .blog-post-img img {
        transform: scale(1.1);
    }

    .blog-post-wrapper.blog-style-1:hover .post-title a,
    .blog-post-wrapper.blog-style-1:hover .post-title a:hover {
        color: #ffffff;
    }

    .blog-post-wrapper.blog-style-1:hover .blog-action-info .post-category a:hover {
        color: #77BEFF;
    }

    .blog-post-wrapper.blog-style-1:hover:before {
        opacity: 1;
    }

    .blog-post-wrapper.blog-style-1 .post-title a:hover,
    .blog-post-wrapper.blog-style-1 .post-title a:focus {
        color: #ffffff;
    }

/*****************************
  Services
*****************************/
.mygradient stop.start-color {
    stop-color: #D4D6D7;
}

.mygradient stop.end-color {
    stop-color: #D4D6D7;
}

.mygradient2 stop.start-color {
    stop-color: #3663D8;
}

.mygradient2 stop.end-color {
    stop-color: #77BEFF;
}

/* Service Style 1 */
.service-wrapper.service-style-1 {
    position: relative;
    margin: 0;
    padding: 30px 20px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

    .service-wrapper.service-style-1 .service-inner {
        padding-left: 4px;
        padding-bottom: 4px;
        overflow: hidden;
    }

    .service-wrapper.service-style-1 .service-icon {
        opacity: 1;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out;
    }

        .service-wrapper.service-style-1 .service-icon svg {
            width: 70px;
            fill: url(#mygradient);
            transition: all 0.3s ease-in-out;
        }

    .service-wrapper.service-style-1 .bg-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

        .service-wrapper.service-style-1 .bg-icon svg {
            width: 90px;
            fill: url(#mygradient2);
            transition: all 0.3s ease-in-out;
        }

    .service-wrapper.service-style-1 .service-content .service-title {
        margin-bottom: 20px;
    }

    .service-wrapper.service-style-1 .service-content p {
        margin-bottom: 0;
    }

    .service-wrapper.service-style-1 .service-content .service-links {
        opacity: 0;
        margin-top: 20px;
        margin-bottom: -70px;
        transition: all 0.3s ease-in-out;
    }

        .service-wrapper.service-style-1 .service-content .service-links .btn-arrow {
            border-color: #77BEFF;
        }

            .service-wrapper.service-style-1 .service-content .service-links .btn-arrow:after {
                border-color: #77BEFF;
            }

    .service-wrapper.service-style-1:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        margin: -3px;
        opacity: 0;
        border-radius: inherit;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(130deg, #3663D8, #77BEFF, #00D1FF) 100%;
    }

    .service-wrapper.service-style-1:hover:before {
        opacity: 1;
    }

    .service-wrapper.service-style-1:hover .service-icon {
        margin-top: -70px;
        opacity: 0;
    }

    .service-wrapper.service-style-1:hover .bg-icon {
        opacity: 0.2;
    }

    .service-wrapper.service-style-1:hover .service-content .service-links {
        margin-bottom: 0;
        opacity: 1;
    }

/* Service Style 2 */
.service-wrapper.service-style-2 {
    position: relative;
    margin: 0;
    padding: 40px;
    min-height: 450px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
}

    .service-wrapper.service-style-2 .service-inner {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .service-wrapper.service-style-2 .service-content {
        margin-top: auto;
    }

        .service-wrapper.service-style-2 .service-content .service-title {
            margin-bottom: 25px;
        }

    .service-wrapper.service-style-2 .service-icon {
        text-align: right;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out;
    }

        .service-wrapper.service-style-2 .service-icon svg {
            width: 80px;
            fill: url(#mygradient);
            transition: all 0.3s ease-in-out;
        }

/* Service Top Spacing */
.services.grid-wrapper.service-top-space {
    margin-top: 100px;
}

.service-wrapper.service-style-2.service-bottom-space {
    margin-bottom: 100px;
}

.service-wrapper.service-style-2.service-top-space {
    margin-top: 100px;
}

.service-wrapper.service-style-2.service-bottom-space {
    margin-bottom: 100px;
}

/*Service Single*/
.service-single .service-img img {
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .service-wrapper.service-style-2 {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .service-wrapper.service-style-2.service-top-space,
    .service-wrapper.service-style-2.service-bottom-space {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .service-wrapper.service-style-1 {
        padding: 40px 20px;
    }

    .service-top-space {
        margin-top: 50px;
    }

    .service-wrapper.service-style-2 {
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    .service-top-space {
        margin-top: 30px;
    }

    .services.grid-wrapper.service-top-space {
        margin-top: 30px;
    }
}
.team-boxs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 40px;
        }

        .team-item {
            background: #fff;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 300px;
        }

        /* Circular Image Background */
        .team-img-wrapper {
            width: 120px;
            height: 120px;
            background-color: #e3e3e3;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 15px;
            overflow: hidden;
        }

        .team-img-wrapper img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

        .team-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
            display: block;
            margin: 5px 0;
        }

        .team-destination {
            font-size: 14px;
            color: #777;
            display: block;
            margin-bottom: 10px;
        }

        .team-description {
            font-size: 14px;
            color: #555;
            text-align: center;
            margin-top: 10px;
        }

        .team-social ul {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .team-social ul li {
            display: inline-block;
        }

        .team-social ul li a {
            font-size: 18px;
            color: #0077b5;
            text-decoration: none;
        }
.rounded-image {
    border-radius: 50%; /* Makes the image round */
    object-fit: cover; /* Ensures image fills the space without distortion */
}
/*****************************
	Team
*****************************/
.team-item {
    position: relative;
    z-index: 1;
}

    .team-item .team-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 8px;
    }

        .team-item .team-img img {
            transform: scale(1.1);
            transition: all 0.4s ease-in-out;
        }

        .team-item .team-img .image-overlay {
            border-radius: 8px;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 50px;
            z-index: 1;
            opacity: 0;
            text-align: center;
            transition: all 0.3s ease-in-out;
            background: linear-gradient(180deg, rgba(0, 56, 255, 0) 40%, rgba(0, 56, 255, 0.7) 80%);
        }

    .team-item .team-info .team-title {
        font-size: 26px;
        line-height: 34px;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        display: block;
        margin-bottom: 5px;

    }

        .team-item .team-info .team-title:hover {
            color: #77BEFF;
        }

    .team-item .team-info .team-destination {
        color: #ffffff;
      
    }

    .team-item:hover .team-img img {
        transform: scale(1.1);
    }

    .team-item:hover .team-img .image-overlay {
        opacity: 1;
    }

        .team-item:hover .team-img .image-overlay img {
            transform: inherit;
        }

    .team-item:hover .team-social {
        left: 0;
    }

.team-style-1 .team-social {
    margin-top: 15px;
}

    .team-style-1 .team-social ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
    }

        .team-style-1 .team-social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 39px;
            font-family: "Jost", sans-serif;
            font-size: 18px;
            color: #ffffff;
            font-weight: normal;
            text-transform: uppercase;
            position: relative;
            transition: all 0.3s ease-in-out;
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 80%;
        }

            .team-style-1 .team-social ul li a:after {
                content: "";
                position: absolute;
                left: -4px;
                bottom: -4px;
                width: 100%;
                height: 100%;
                z-index: -2;
                border: 1px solid rgba(255, 255, 255, 0.05);
                border-radius: 80%;
                transition: all 0.3s ease-in-out;
            }

            .team-style-1 .team-social ul li a:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                opacity: 0;
                z-index: -1;
                border-radius: 80%;
                transition: all 0.3s ease-in-out;
                background-color: #77BEFF;
                background: linear-gradient(150deg, #3663D8 2%, #77BEFF 56%, #00D1FF 100%);
            }

            .team-style-1 .team-social ul li a:hover:after {
                left: 0px;
                bottom: 0px;
                opacity: 0;
            }

            .team-style-1 .team-social ul li a:hover:before {
                opacity: 1;
            }

    .team-style-1 .team-social:hover .team-social {
        left: 0;
    }

.team-boxs.team-top-space {
    margin-top: 100px;
}

.team-style-2 {
    margin-bottom: 20px;
}

    .team-style-2:last-child {
        margin-bottom: 0;
    }

    .team-style-2 .team-img {
        overflow: visible;
    }

        .team-style-2 .team-img > img {
            border-radius: 8px;
        }

    .team-style-2 .team-social {
        z-index: 99;
        position: absolute;
        bottom: -30px;
        right: 20px;
        transition: all 0.4s ease-in-out;
    }

        .team-style-2 .team-social .share-icon {
            margin-top: 0;
            height: 60px;
            width: 60px;
            background-image: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
            border-radius: 100%;
            border: 7px solid #000000;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.4s ease-in-out;
        }

            .team-style-2 .team-social .share-icon img {
                height: 20px;
                width: 20px;
            }

            .team-style-2 .team-social .share-icon ul {
                position: absolute;
                right: 0;
                bottom: 100%;
                list-style: none;
                gap: 10px;
                margin: 0;
                padding: 0;
                visibility: hidden;
                opacity: 0;
                display: flex;
                align-items: flex-end;
                flex-direction: column-reverse;
                transition: all 0.4s ease-in-out;
            }

                .team-style-2 .team-social .share-icon ul li {
                    margin-right: 7px;
                }

                    .team-style-2 .team-social .share-icon ul li a {
                        padding: 10px 14px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        background-color: #ffffff;
                        border-radius: 100px;
                        color: #8F91AB;
                        gap: 0;
                        overflow: hidden;
                        transition: all 0.3s ease-in-out;
                    }

                        .team-style-2 .team-social .share-icon ul li a span {
                            font-size: 0;
                            line-height: 26px;
                            font-weight: 500;
                            transition: all 0.3s ease-in-out;
                        }

                        .team-style-2 .team-social .share-icon ul li a i {
                            height: 26px;
                            width: 18px;
                            line-height: 26px;
                        }

                        .team-style-2 .team-social .share-icon ul li a:hover {
                            gap: 10px;
                        }

                            .team-style-2 .team-social .share-icon ul li a:hover span {
                                font-size: 18px;
                            }

        .team-style-2 .team-social:hover {
            padding-top: 15px;
        }

            .team-style-2 .team-social:hover .share-icon ul {
                visibility: visible;
                opacity: 1;
            }

                .team-style-2 .team-social:hover .share-icon ul li {
                    position: relative;
                }

                    .team-style-2 .team-social:hover .share-icon ul li.share-icon {
                        margin-top: 5px;
                    }

    .team-style-2:hover .team-social {
        left: inherit;
    }

    .team-style-2:hover .team-img img {
        transform: scale(1);
    }

/*****************************
	Team Single
*****************************/
.team-single .team-img {
    padding-right: 110px;
}

.team-single .team-info .team-title {
    margin-bottom: 10px;
}

.team-single .team-info .team-destination {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #000000;
}

.team-single .team-info .social-icon {
    margin: 40px 0px;
}

.team-skills .section-title p {
    padding-right: 110px;
}

@media (max-width: 1199px) {
    .team-single .team-img {
        padding-right: 0px;
    }

    .team-skills .section-title p {
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .team-single .team-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .team-single .team-img {
        margin-bottom: 30px;
    }

    .team-single .team-info .social-icon {
        margin: 20px 0px;
    }

    .team-single .team-info .team-destination {
        font-size: 16px;
    }

    .team-boxs.team-top-space {
        margin-top: 30px;
    }

    .team-style-2 {
        margin-bottom: 0;
    }
}

/*****************************
    Testimonial
*****************************/
#quote-1 stop.start-color,
#quote-2 stop.start-color,
#quote-3 stop.start-color,
#quote-4 stop.start-color,
#quote-5 stop.start-color,
#quote-6 stop.start-color,
#quote-7 stop.start-color,
#quote-8 stop.start-color {
    stop-color: #3663D8;
}

#quote-1 stop.end-color,
#quote-2 stop.end-color,
#quote-3 stop.end-color,
#quote-4 stop.end-color,
#quote-5 stop.end-color,
#quote-6 stop.end-color,
#quote-7 stop.end-color,
#quote-8 stop.end-color {
    stop-color: #77BEFF;
}

/* Testimonial Style 1 -------------------*/
.testimonial-wrapper.testimonial-style-1 {
    text-align: center;
}

    .testimonial-wrapper.testimonial-style-1 .testimonial-quote {
        position: relative;
        display: inline-block;
    }

    .testimonial-wrapper.testimonial-style-1 .quote-border {
        position: absolute;
        left: -5px;
        top: -5px;
    }

    .testimonial-wrapper.testimonial-style-1 .testimonial-content {
        font-size: 24px;
        line-height: 38px;
        font-style: italic;
        margin-top: 15px;
    }

        .testimonial-wrapper.testimonial-style-1 .testimonial-content p {
            margin-bottom: 0;
        }

    .testimonial-wrapper.testimonial-style-1 .testimonial-author {
        margin-top: 30px;
    }

        .testimonial-wrapper.testimonial-style-1 .testimonial-author .author-info .author-name {
            font-size: 24px;
            margin-bottom: 10px;
            background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .testimonial-wrapper.testimonial-style-1 .testimonial-author .author-info .author-position {
            font-size: 20px;
        }

/* Big Arrow --------*/
.big-testimonial-section .owl-carousel.carousel-arrow-big .owl-nav button {
    margin-top: -34px;
}

/* Testimonial Style 2 -------------------*/
.testimonial-items .testimonial-wrapper:nth-child(odd) {
    margin-top: 40px;
}

.testimonial-items .testimonial-wrapper:nth-child(even) {
    margin-bottom: 40px;
}

.testimonial-section .owl-item.active .testimonial-wrapper.testimonial-style-2:before {
    content: inherit;
}

.testimonial-section .owl-item .testimonial-wrapper.testimonial-style-2:before {
    content: "";
    width: 85%;
    height: 100%;
    border-radius: 100%;
    background-color: #000000;
    position: absolute;
    left: inherit;
    top: 0px;
    right: 0px;
    bottom: 0px;
    filter: blur(55px);
}

.testimonial-section .owl-item:nth-child(odd) {
    margin-top: 40px;
}

.testimonial-section .owl-item:nth-child(even) {
    margin-bottom: 40px;
}

.testimonial-wrapper.testimonial-style-2 {
    position: relative;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

    .testimonial-wrapper.testimonial-style-2 .testimonial-quote {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .testimonial-wrapper.testimonial-style-2 .testimonial-ratings {
        display: flex;
        gap: 3px;
        margin-top: 5px;
    }

        .testimonial-wrapper.testimonial-style-2 .testimonial-ratings i {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .testimonial-wrapper.testimonial-style-2 .testimonial-content {
        font-size: 22px;
        line-height: 32px;
        font-style: italic;
        margin-top: 30px;
    }

        .testimonial-wrapper.testimonial-style-2 .testimonial-content p {
            margin-bottom: 0;
        }

    .testimonial-wrapper.testimonial-style-2 .testimonial-author {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 25px;
    }

        .testimonial-wrapper.testimonial-style-2 .testimonial-author .author-name {
            font-size: 22px;
            line-height: 32px;
            margin: 0;
            background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

@media (max-width: 1200px) {
    .testimonial-wrapper.testimonial-style-1 .testimonial-content {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper.testimonial-style-1 .testimonial-content {
        font-size: 22px;
        line-height: 38px;
    }

    .testimonial-wrapper.testimonial-style-1 svg {
        width: 100px;
        height: 100px;
    }

    .testimonial-wrapper.testimonial-style-1 .quote-border {
        left: -3px;
        top: -3px;
    }
}

@media (max-width: 479px) {
    .testimonial-wrapper.testimonial-style-2 {
        padding: 20px;
    }
}

/*****************************
  Newsletter
*****************************/
.newsletter {
    position: relative;
}

    .newsletter .form-control {
        padding-right: 150px;
    }

    .newsletter .btn {
        position: absolute;
        right: 0;
        line-height: 20px;
        top: 0;
        padding: 14px 30px;
    }

.newsletter-subscribe .title {
    font-family: "Open Sans", sans-serif;
    font-size: 200px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.newsletter-subscribe .form-group .form-control {
    color: #ffffff;
    font-size: 20px;
    padding: 30px 0px;
    padding-right: 150px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .newsletter-subscribe .form-group .form-control:placeholder-shown {
        color: #ffffff;
    }

    .newsletter-subscribe .form-group .form-control:focus {
        border-color: #77BEFF;
    }

.newsletter-subscribe .form-group .subscribe-btn {
    font-size: 20px;
    line-height: normal;
    flex-direction: row;
    gap: 15px;
    padding: 15px 0;
    height: auto;
    width: auto;
    border: none;
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

    .newsletter-subscribe .form-group .subscribe-btn:hover {
        border: none;
        color: #77BEFF;
    }

    .newsletter-subscribe .form-group .subscribe-btn:after {
        display: none;
    }

.newsletter-subscribe .form-check {
    margin: 0;
    min-height: auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .newsletter-subscribe .form-check .form-checkbox {
        position: relative;
        appearance: none;
        -webkit-appearance: none;
        height: 16px;
        width: 16px;
        border-radius: 4px;
        border: 1px solid #ffffff;
    }

        .newsletter-subscribe .form-check .form-checkbox:checked {
            border-color: transparent;
        }

            .newsletter-subscribe .form-check .form-checkbox:checked:before {
                content: "\f00c";
                height: 16px;
                width: 16px;
                border-radius: 4px;
                font-family: "Font Awesome 6 Free";
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                line-height: 1;
                font-weight: 700;
                color: #ffffff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-image: linear-gradient(-55deg, #3663D8 2%, #77BEFF 56%, #00D1FF 99%);
            }

@media (max-width: 1199px) {
    .newsletter-subscribe .title {
        font-size: 160px;
    }
}

@media (max-width: 991px) {
    .newsletter-subscribe .title {
        font-size: 120px;
    }

    .newsletter-subscribe .form-group .form-control {
        padding: 20px 0;
    }

    .newsletter-subscribe .form-check {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .newsletter-subscribe .title {
        font-size: 90px;
    }
}

@media (max-width: 575px) {
    .newsletter-subscribe .title {
        font-size: 74px;
    }

    .newsletter-subscribe .form-group .form-control {
        padding: 15px 0;
        font-size: 16px;
    }

    .newsletter-subscribe .form-group .subscribe-btn {
        font-size: 16px;
        gap: 10px;
    }

    .newsletter-subscribe .form-check label {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .newsletter-subscribe .title {
        text-align: center;
        font-size: 46px;
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        z-index: 1;
        margin-bottom: 15px;
    }
}

/*****************************
  Find Job
*****************************/
.find-job-wrapper .find-job-item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .find-job-wrapper .find-job-item:first-child {
        padding-top: 0;
    }

    .find-job-wrapper .find-job-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .find-job-wrapper .find-job-item .job-title {
        margin-bottom: 20px;
    }

        .find-job-wrapper .find-job-item .job-title .awards-name {
            margin-bottom: 0;
        }

    .find-job-wrapper .find-job-item .job-details {
        display: flex;
        gap: 40px;
    }

        .find-job-wrapper .find-job-item .job-details .job-image {
            width: 300px;
            flex: none;
            overflow: hidden;
            border-radius: 8px;
        }

            .find-job-wrapper .find-job-item .job-details .job-image img {
                transform: scale(1);
                transition: all 0.3s ease-in-out;
            }

        .find-job-wrapper .find-job-item .job-details .job-content {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            padding-right: 50px;
        }

        .find-job-wrapper .find-job-item .job-details .job-location {
            font-weight: 500;
        }

        .find-job-wrapper .find-job-item .job-details .job-desc {
            max-width: 680px;
        }

        .find-job-wrapper .find-job-item .job-details .job-info {
            display: flex;
            gap: 50px;
            margin-top: 10px;
            padding-top: 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

            .find-job-wrapper .find-job-item .job-details .job-info .info-item {
                color: #ffffff;
                font-weight: 500;
            }

        .find-job-wrapper .find-job-item .job-details .job-action {
            align-self: center;
            margin-left: auto;
        }

    .find-job-wrapper .find-job-item:hover .job-details .job-image img {
        transform: scale(1.1);
    }

@media (max-width: 1400px) {
    .find-job-wrapper .find-job-item .job-details .job-content {
        padding-right: 0;
    }

    .find-job-wrapper .find-job-item .job-details .job-info {
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .find-job-wrapper .find-job-item .job-details {
        display: flex;
        gap: 30px;
    }

        .find-job-wrapper .find-job-item .job-details .job-action {
            align-self: flex-start;
        }
}

@media (max-width: 991px) {
    .find-job-wrapper .find-job-item .job-details {
        flex-wrap: wrap;
    }

        .find-job-wrapper .find-job-item .job-details .job-image {
            width: 100%;
        }

        .find-job-wrapper .find-job-item .job-details .job-action {
            margin-left: 0;
        }
}

/*****************************
  Counter
*****************************/
.counter {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #ffffff;
    /* Counter Style 1 ----------------*/
    /* Counter Style 2 ----------------*/
}

    .counter .counter-number {
        font-family: "Open Sans", sans-serif;
        font-size: 48px;
    }

    .counter .counter-title {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        line-height: 30px;
    }

    .counter.counter-style-1 {
        position: relative;
        padding: 20px 0;
        border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    }

        .counter.counter-style-1 .counter-info {
            width: 190px;
        }

        .counter.counter-style-1:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 50px;
            height: 3px;
            background-color: #77BEFF;
            background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
        }

    .counter.counter-style-2 {
        position: relative;
        padding: 35px 50px;
        margin-left: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

        .counter.counter-style-2 .counter-number {
            font-size: 42px;
            line-height: 42px;
        }

        .counter.counter-style-2 .counter-info {
            width: 190px;
        }

        .counter.counter-style-2:before {
            content: "";
            position: absolute;
            left: -10px;
            bottom: -10px;
            width: 100%;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            z-index: -1;
        }

@media (max-width: 1199px) {
    .counter.counter-style-2 {
        padding: 35px 20px;
    }

    .counter {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .counter.counter-style-2 {
        gap: 15px;
        padding: 30px 15px;
    }

        .counter.counter-style-2 .counter-number {
            font-size: 30px;
            line-height: 30px;
        }

        .counter.counter-style-2 .counter-title {
            font-size: 18px;
            line-height: 28px;
        }
}

@media (max-width: 767px) {
    .counter {
        gap: 20px;
    }

        .counter .counter-number {
            font-size: 36px;
            line-height: 46px;
        }

        .counter .counter-info .counter-title {
            font-size: 20px;
            line-height: 30px;
        }
}

@media (max-width: 575px) {
    .counter.counter-style-1 .counter-info {
        width: auto;
    }
}

/*****************************
  Case Studies
*****************************/
.case-studies-wrapper.case-studies-style-1 {
    position: relative;
    overflow: hidden;
}

    .case-studies-wrapper.case-studies-style-1 .case-studies-img {
        overflow: hidden;
        margin-bottom: 0;
        border-radius: 20px;
    }

        .case-studies-wrapper.case-studies-style-1 .case-studies-img img {
            transform: scale(1);
            transition: all 0.3s ease-in-out;
        }

        .case-studies-wrapper.case-studies-style-1 .case-studies-img .category {
            color: #ffffff;
            position: absolute;
            top: 30px;
            right: 35px;
            padding: 9px 37px;
            border-radius: 80%;
        }

            .case-studies-wrapper.case-studies-style-1 .case-studies-img .category:before {
                content: "";
                position: absolute;
                right: -5px;
                top: -2px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 80%;
                transition: all 0.3s ease-in-out;
            }

            .case-studies-wrapper.case-studies-style-1 .case-studies-img .category:after {
                content: "";
                position: absolute;
                left: -5px;
                bottom: -2px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 80%;
                transition: all 0.3s ease-in-out;
            }

    .case-studies-wrapper.case-studies-style-1 .case-studies-info {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 40px;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 20px;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 80%);
    }

        .case-studies-wrapper.case-studies-style-1 .case-studies-info:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 40px;
            opacity: 0;
            display: flex;
            overflow: hidden;
            flex-direction: column;
            justify-content: flex-end;
            border-radius: 20px;
            transition: all 0.3s ease-in-out;
            background: linear-gradient(180deg, rgba(0, 56, 255, 0) 40%, rgba(0, 56, 255, 0.5) 80%);
        }

    .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner {
        position: relative;
        z-index: 1;
    }

        .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title {
            margin-bottom: -30px;
            transition: all 0.3s ease-in-out;
        }

            .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title a {
                display: table;
            }

    .case-studies-wrapper.case-studies-style-1 .case-studies-content {
        margin-bottom: -30px;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .case-studies-wrapper.case-studies-style-1 .case-studies-description {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .case-studies-wrapper.case-studies-style-1 .case-studies-description {
        color: #ffffff;
    }

    .case-studies-wrapper.case-studies-style-1:hover .case-studies-img img {
        transform: scale(1.1);
    }

    .case-studies-wrapper.case-studies-style-1:hover .case-studies-info:before {
        opacity: 1;
    }

    .case-studies-wrapper.case-studies-style-1:hover .case-studies-title a {
        color: #ffffff;
    }

    .case-studies-wrapper.case-studies-style-1:hover .case-studies-content {
        margin-bottom: 5px;
        opacity: 1;
    }

    .case-studies-wrapper.case-studies-style-1:hover .case-studies-title {
        margin-bottom: 20px;
    }

    .case-studies-wrapper.case-studies-style-1:hover a.category {
        color: #77BEFF;
    }

        .case-studies-wrapper.case-studies-style-1:hover a.category:before {
            border: 1px solid #3663D8;
        }

        .case-studies-wrapper.case-studies-style-1:hover a.category:after {
            border: 1px solid #3663D8;
        }

/* Case Studies Style-2 */
.case-studies-wrapper.case-studies-style-2 .case-studies-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
        display: flex;
        gap: 50px;
        padding: 40px 0;
        align-items: center;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-title {
        width: 30%;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
        width: 35%;
        transition: all 0.3s ease-in-out;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-action {
        margin-left: auto;
        transition: all 0.3s ease-in-out;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .gsap-img-animation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        width: 280px;
        height: 280px;
        padding: 8px;
        visibily: hidden;
        object-fit: cover;
        pointer-events: none;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .marquee-wrapper {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover {
        border-bottom-color: #77BEFF;
    }

        .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner .case-studies-title,
        .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner .case-studies-description {
            opacity: 0;
            pointer-events: none;
        }

        .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-action {
            z-index: 8;
        }

        .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .marquee-wrapper {
            opacity: 1;
            pointer-events: auto;
        }

/*Case Study Single*/
.case-info-section {
    padding: 50px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .case-info-section .case-info ul {
        padding-left: 0px;
        list-style: none;
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 0px;
    }

        .case-info-section .case-info ul li h6 {
            margin-bottom: 6px;
        }

        .case-info-section .case-info ul li a:hover {
            color: #ffffff;
        }

.challenge-iteam {
    margin-bottom: 40px;
}

    .challenge-iteam h6.title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        font-family: "Jost", sans-serif;
        display: flex;
        align-items: start;
    }

        .challenge-iteam h6.title img {
            width: 24px;
            flex: 0 0 24px;
            margin-right: 20px;
        }

.case-study-fancy-wrapper {
    display: flex;
    gap: 30px;
    padding: 0 30px;
}

    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 {
        flex: 1;
        border-radius: 20px;
        transition: 0.8s;
        height: 800px;
    }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img {
            height: 100%;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img img {
                height: 100%;
                width: 100%;
                background-repeat: no-repeat;
                transition: 0.5s;
                background-position: center center;
                background-size: cover;
                object-fit: cover;
            }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info {
            padding: 40px 50px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.5s ease-in-out;
            transition-delay: 250ms;
            z-index: 1;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
                margin-bottom: 20px;
            }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-content {
                margin-bottom: 20px;
                opacity: 1;
            }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active {
            flex: 3.5;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category {
                color: #77BEFF;
            }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category:before {
                    border: 1px solid #3663D8;
                }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category:after {
                    border: 1px solid #3663D8;
                }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img:before {
                opacity: 1;
            }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-info {
                opacity: 1;
                visibility: visible;
            }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-info:before {
                    opacity: 1;
                }

/*------------------------------------*/
/* Responsive CSS */
/*------------------------------------*/
@media (min-width: 1500px) {
    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active {
        flex: 2;
    }
}

@media (max-width: 1399px) {
    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info {
        padding: 40px 30px;
    }

    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img .category {
        right: 15px;
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 {
        height: 650px;
    }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img .category {
            opacity: 0;
            visibility: hidden;
        }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img .category {
            opacity: 1;
            visibility: visible;
        }
}

@media (max-width: 991px) {
    .case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
        gap: 60px;
    }
    /*Case Study Fancy*/
    .case-study-fancy-wrapper {
        gap: 24px;
        padding: 0 12px;
    }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 {
            height: 550px;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info {
                padding: 30px 15px;
            }
}

@media (max-width: 767px) {
    .case-info-section .case-info ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
        flex-direction: column;
        gap: 15px;
        align-items: normal;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-action {
        margin-left: 0;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .gsap-img-animation {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 30px;
        top: auto;
        opacity: 1;
        visibility: visible;
        transform: inherit !important;
        z-index: -1;
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
        width: 50%;
    }
    /*Case Study Fancy*/
    .case-study-fancy-wrapper {
        flex-wrap: wrap;
        padding: 0;
    }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 {
            width: calc(50% - 12px);
            height: auto;
            flex: auto;
            flex-grow: 0;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img {
                width: auto;
                height: auto;
                position: relative;
            }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img .category {
                    opacity: 1;
                    visibility: visible;
                }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info {
                opacity: 1;
                visibility: visible;
                padding: 20px 15px;
            }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
                    margin-bottom: 10px;
                }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-content {
                    font-size: 16px;
                }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active {
                width: calc(50% - 12px);
                height: auto;
                flex: auto;
                flex-grow: 0;
            }

                .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-info {
                    opacity: 1;
                    visibility: visible;
                }
}

@media (max-width: 575px) {
    .case-info-section .case-info ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
        width: 80%;
    }
    /*Case Study Fancy*/
    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1,
    .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active {
        width: 100%;
        max-height: 500px;
    }

        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img,
        .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img {
            height: 100%;
        }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img .category,
            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img .category {
                top: 15px;
            }

            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img img,
            .case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img img {
                object-fit: cover;
                object-position: center;
                height: 100%;
                width: 100%;
            }
}

@media (max-width: 375px) {
    .case-info-section .case-info ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
        width: 100%;
    }
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    padding: 0px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    transform: translate(0px, 0px);
    z-index: 2;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    border-radius: 100%;
}

    .owl-carousel .owl-nav button.owl-prev i,
    .owl-carousel .owl-nav button.owl-next i {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-prev.owl-prev,
    .owl-carousel .owl-nav button.owl-next.owl-prev {
        top: 250px;
        left: 40px;
    }

        .owl-carousel .owl-nav button.owl-prev.owl-prev:after,
        .owl-carousel .owl-nav button.owl-next.owl-prev:after {
            position: absolute;
            content: "";
            background: url(../images/svg/owl-arrow-prev.svg);
            background-repeat: no-repeat;
            background-size: 22px;
            height: 21px;
            width: 22px;
        }

    .owl-carousel .owl-nav button.owl-prev.owl-next,
    .owl-carousel .owl-nav button.owl-next.owl-next {
        right: 40px;
        top: 250px;
    }

        .owl-carousel .owl-nav button.owl-prev.owl-next:after,
        .owl-carousel .owl-nav button.owl-next.owl-next:after {
            position: absolute;
            content: "";
            background: url(../images/svg/owl-arrow-next.svg);
            background-repeat: no-repeat;
            background-size: 22px;
            height: 21px;
            width: 22px;
        }

.owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    width: 9px;
    height: 9px;
    background: #000000 !important;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.5;
}

    .owl-carousel button.owl-dot.active {
        background: #77BEFF !important;
        opacity: 1;
    }

.owl-carousel.slider-overflow .owl-stage-outer {
    overflow: visible;
}

div[cursor-type="text"] .owl-carousel,
div[cursor-type="arrow"] .owl-carousel,
.owl-carousel[cursor-type="text"],
.owl-carousel[cursor-type="arrow"] {
    cursor: none;
}

/*-------------------------*/
/* Big Arrow */
/*-------------------------*/
.owl-carousel.carousel-arrow-big {
    padding: 0 250px;
}

    .owl-carousel.carousel-arrow-big .owl-nav button {
        position: absolute;
        top: 50%;
        margin-top: -64px;
        width: 128px;
        height: 128px;
        background: transparent;
        border: 1px solid #77BEFF;
    }

        .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev {
            left: 0;
        }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
                height: 38px;
                width: 41px;
                background-size: 41px;
            }

        .owl-carousel.carousel-arrow-big .owl-nav button.owl-next {
            left: auto;
            right: 0;
        }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
                height: 38px;
                width: 41px;
                background-size: 41px;
            }

@media (max-width: 1400px) {
    .owl-carousel.carousel-arrow-big {
        padding: 0 200px;
    }
}

@media (max-width: 1200px) {
    .owl-carousel.carousel-arrow-big {
        padding: 0 150px;
    }

        .owl-carousel.carousel-arrow-big .owl-nav button {
            width: 100px;
            height: 100px;
        }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
                height: 30px;
                width: 32px;
                background-size: cover;
            }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
                height: 30px;
                width: 32px;
                background-size: cover;
            }
}

@media (max-width: 991px) {
    .owl-carousel.carousel-arrow-big {
        padding: 0 130px;
    }

        .owl-carousel.carousel-arrow-big .owl-nav button {
            width: 80px;
            height: 80px;
        }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
                height: 26px;
                width: 28px;
            }

            .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
                height: 26px;
                width: 28px;
            }
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav {
        display: none;
    }

    .owl-carousel.carousel-arrow-big {
        padding: 0 15px;
    }
}

/*****************************
  Pricing
*****************************/
.pgs-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Accordion Light */
}

    .pgs-accordion .accordion-item {
        padding: 35px 40px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        /* Accordion Content */
        /* Accordion Active Header */
    }

        .pgs-accordion .accordion-item .accordion-header {
            display: flex;
            align-items: center;
            gap: 130px;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            .pgs-accordion .accordion-item .accordion-header .package-info {
                display: flex;
                gap: 20px;
                align-items: baseline;
            }

                .pgs-accordion .accordion-item .accordion-header .package-info .package-check {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex: 0 0 30px;
                    height: 30px;
                    width: 30px;
                    border: 2px solid #8b87ab;
                    border-radius: 100%;
                }

                    .pgs-accordion .accordion-item .accordion-header .package-info .package-check i {
                        opacity: 0;
                        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }

            .pgs-accordion .accordion-item .accordion-header .package-price {
                display: flex;
                align-items: baseline;
            }

                .pgs-accordion .accordion-item .accordion-header .package-price .price {
                    font-size: 38px;
                    line-height: 48px;
                    margin: 0;
                }

                .pgs-accordion .accordion-item .accordion-header .package-price .period {
                    font-size: 18px;
                }

            .pgs-accordion .accordion-item .accordion-header .package-title {
                margin-bottom: 5px;
            }

        .pgs-accordion .accordion-item .accordion-content {
            display: none;
            margin: 0;
            margin-top: 30px;
        }

            .pgs-accordion .accordion-item .accordion-content .content-inner {
                display: flex;
            }

                .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
                    align-self: center;
                }

            .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists {
                display: flex;
                flex-wrap: wrap;
                gap: 25px 30px;
                padding: 0;
                margin: 0;
                list-style-type: none;
            }

                .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists li {
                    display: flex;
                    align-items: center;
                    gap: 20px;
                    font-size: 20px;
                    width: calc(50% - 15px);
                }

            .pgs-accordion .accordion-item .accordion-content .pricing-link a {
                width: 80px;
                height: 80px;
                display: flex;
                position: relative;
                align-items: center;
                justify-content: center;
                border: 1px solid #ffffff;
                border-radius: 50px;
                transition: all 0.3s ease-in-out;
            }

                .pgs-accordion .accordion-item .accordion-content .pricing-link a:before {
                    content: "";
                    position: absolute;
                    left: 5px;
                    right: 5px;
                    top: 5px;
                    bottom: 5px;
                    border-radius: 50px;
                    background-color: #ffffff;
                }

                .pgs-accordion .accordion-item .accordion-content .pricing-link a svg {
                    position: relative;
                    width: 23px;
                    height: 25px;
                }

                    .pgs-accordion .accordion-item .accordion-content .pricing-link a svg path {
                        stroke: #77BEFF;
                    }

        .pgs-accordion .accordion-item.is-active {
            border: none;
            background-color: #77BEFF;
            background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
            /* Accordion Active Content */
        }

            .pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-title,
            .pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-discount {
                color: #ffffff;
            }

            .pgs-accordion .accordion-item.is-active .accordion-header .package-price .price,
            .pgs-accordion .accordion-item.is-active .accordion-header .package-price .period {
                color: #ffffff;
            }

            .pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check {
                background: #ffffff;
                border-color: #ffffff;
            }

                .pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check i {
                    opacity: 1;
                }

            .pgs-accordion .accordion-item.is-active .accordion-content .pricing-lists li {
                color: #ffffff;
            }

    .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) {
        border-color: rgba(255, 255, 255, 0.2);
    }

        .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-discount {
            color: #ffffff;
        }

        .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-check {
            border-color: #ffffff;
        }

        .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-price .period {
            color: #ffffff;
        }

@media (max-width: 991px) {
    .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists {
        gap: 10px;
    }

        .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists li {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .pgs-accordion .accordion-item .accordion-header {
        display: flex;
        align-items: flex-start;
        gap: 5px;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .pgs-accordion .accordion-item .accordion-content .content-inner {
        flex-direction: column;
        gap: 25px;
    }

        .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
            align-self: flex-start;
        }
}

/*****************************
  Countdown
*****************************/
.countdown-wrapper {
    display: flex;
    gap: 80px;
    justify-content: center;
}

    .countdown-wrapper .countdown {
        position: relative;
        text-align: center;
    }

        .countdown-wrapper .countdown span {
            font-size: 130px;
            line-height: 110px;
            font-weight: 400;
            display: block;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .countdown-wrapper .countdown p {
            font-size: 32px;
            line-height: 40px;
            font-weight: normal;
            color: #D4D6D7;
            text-transform: capitalize;
            margin-bottom: 0;
        }

        .countdown-wrapper .countdown:after {
            content: ":";
            color: #ffffff;
            position: absolute;
            right: -50px;
            top: 0;
            font-size: 80px;
            font-weight: 600;
        }

        .countdown-wrapper .countdown:last-child:after {
            content: normal;
        }

    .countdown-wrapper.countdown-light .countdown span {
        color: #ffffff;
    }

    .countdown-wrapper.countdown-light .countdown p {
        color: #ffffff;
    }

    .countdown-wrapper.countdown-light .countdown:after {
        color: #ffffff;
    }

@media (max-width: 1200px) {
    .countdown-wrapper .countdown span {
        font-size: 100px;
        line-height: 90px;
    }

    .countdown-wrapper .countdown p {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .countdown-wrapper {
        gap: 50px;
    }

        .countdown-wrapper .countdown span {
            font-size: 70px;
            line-height: 60px;
        }

        .countdown-wrapper .countdown p {
            font-size: 20px;
            line-height: 30px;
        }

        .countdown-wrapper .countdown:after {
            font-size: 50px;
            right: -33px;
            top: -10px;
        }
}

@media (max-width: 767px) {
    .countdown-wrapper {
        gap: 20px;
    }

        .countdown-wrapper .countdown span {
            font-size: 28px;
            line-height: 30px;
            margin-bottom: 0;
        }

        .countdown-wrapper .countdown p {
            font-size: 16px;
            line-height: 22px;
        }

        .countdown-wrapper .countdown:after {
            font-size: 22px;
            right: -15px;
            top: -3px;
        }
}

/*****************************
  Button
*****************************/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 160px;
    height: 160px;
    padding: 15px;
    gap: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 2;
}

    .btn .btn-effect {
        position: absolute;
        z-index: 0;
        display: block;
        width: 0px;
        height: 0px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 1;
        background-color: #fa4729;
        transition: all 0.9s ease;
        outline: none;
    }

    .btn span {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #ffffff;
        transition: all 0.35s ease-in-out;
    }

    .btn svg path {
        stroke: #ffffff;
        transition: all 0.35s ease-in-out;
    }

    .btn:after {
        position: absolute;
        content: "";
        right: -6px;
        top: -6px;
        width: 100%;
        height: 100%;
        margin: auto;
        border: 1px solid rgba(255, 255, 255, 0.15);
        transition: all 0.35s ease-in-out;
        z-index: -1;
        border-radius: 100%;
    }

    .btn:hover, .btn:focus {
        border: 1px solid #77BEFF;
        background: none;
    }

        .btn:hover span, .btn:focus span {
            color: #77BEFF;
        }

        .btn:hover:after, .btn:focus:after {
            border: 1px solid #77BEFF;
        }

        .btn:hover svg path, .btn:focus svg path {
            stroke: #77BEFF;
        }

    .btn.arrow-down {
        width: 128px;
        height: 128px;
    }

        .btn.arrow-down svg {
            transform: rotate(90deg);
            width: 37px;
            height: 40px;
        }

            .btn.arrow-down svg path {
                stroke: #ffffff;
            }

        .btn.arrow-down:before {
            left: 8px;
            top: 8px;
            right: 8px;
            bottom: 8px;
        }

        .btn.arrow-down:hover svg path {
            stroke: #77BEFF;
        }

.btn-primary {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    padding: 10px 45px;
    border-radius: 50px;
    background-color: #77BEFF;
    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
}

/* Small Button Arrow ----------------*/
.btn-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-right: 4px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

    .btn-arrow svg {
        position: relative;
    }

        .btn-arrow svg path {
            stroke: #D4D6D7;
            transition: all 0.3s ease-in-out;
        }

    .btn-arrow:after {
        content: "";
        position: absolute;
        left: -4px;
        bottom: -4px;
        opacity: 1;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease-in-out;
        border-radius: 50px;
    }

    .btn-arrow:before {
        /*		content: "";*/
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        opacity: 0;
        transform: scale(0.8);
        border-radius: 50px;
        background-color: #77BEFF;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%);
    }

    .btn-arrow:hover {
        border: 1px solid #77BEFF;
    }

        .btn-arrow:hover svg path {
            stroke: #ffffff;
        }

        .btn-arrow:hover:after {
            border: 1px solid #77BEFF;
        }

        .btn-arrow:hover:before {
            opacity: 1;
            transform: scale(1);
        }

/* Button Hover Effect */
.attract-hover {
    display: inline-block;
}

.attract-hover-easing {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*****************************
	Our History
*****************************/
.history-wrapper {
    position: relative;
    padding: 10px 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

    .history-wrapper .history-year-sm {
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        margin-bottom: 30px;
        background: linear-gradient(160deg, #3663D8 0%, #77BEFF 20%, #00D1FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .history-wrapper .history-info {
        display: flex;
        gap: 30px;
    }

        .history-wrapper .history-info .history-year-lg {
            font-family: "Open Sans", sans-serif;
            font-size: 110px;
            writing-mode: vertical-lr;
            transform: scale(-1);
            align-self: center;
            line-height: normal;
            color: transparent;
            -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
        }

        .history-wrapper .history-info .history-content p {
            margin: 0;
        }

        .history-wrapper .history-info .history-content blockquote {
            margin: 20px 0;
            padding: 0;
            font-size: inherit;
            font-weight: normal;
            line-height: normal;
            font-style: normal;
            color: #D4D6D7;
            border-radius: 0;
            padding-left: 15px;
        }

@media (max-width: 767px) {
    .history-wrapper .history-info {
        gap: 10px;
        flex-direction: column;
    }

        .history-wrapper .history-info .history-year-lg {
            writing-mode: inherit;
            transform: inherit;
        }
}

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

        .history-wrapper .history-info .history-year-lg {
            font-size: 80px;
        }
}

/*****************************
  Form Control
*****************************/
form .form-control {
    position: relative;
    font-size: 18px;
    line-height: normal;
    border-radius: 0px;
    padding: 15px 0px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #D4D6D7;
    margin-bottom: 30px;
}

    form .form-control::-ms-input-placeholder {
        color: #D4D6D7;
    }

    form .form-control::placeholder {
        color: #D4D6D7;
    }

    form .form-control:focus {
        color: #D4D6D7;
        box-shadow: none;
        background: transparent;
        border-color: #77BEFF;
    }

    form .form-control:active {
        background: transparent;
    }

form textarea.form-control {
    margin-bottom: 50px;
}

    form textarea.form-control.pre-textarea {
        margin-bottom: 30px;
    }

form.form-style-border .form-control {
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #8F91AB;
}

    form.form-style-border .form-control:focus {
        border-color: #77BEFF;
    }

form.form-dark .form-control {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

    form.form-dark .form-control::-ms-input-placeholder {
        color: #ffffff;
    }

    form.form-dark .form-control::placeholder {
        color: #ffffff;
    }

    form.form-dark .form-control:focus {
        border-color: #77BEFF;
    }

.form-control:focus {
    box-shadow: none;
    background: transparent;
    border-color: #77BEFF;
}

.form-check .form-check-input {
    width: 21px;
    height: 21px;
    margin-top: 2px;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

    .form-check .form-check-input:checked {
        background-color: #77BEFF;
    }

.form-wrapper.form-box {
    padding: 70px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .form-wrapper.form-box {
        padding: 50px 25px;
    }
}

@media (max-width: 575px) {
    .form-wrapper.form-box {
        padding: 30px 15px;
    }
}

/*****************************
    Timeline
*****************************/
.timeline-item {
    position: relative;
}

    .timeline-item .timeline-info-number {
        margin-bottom: 25px;
    }

        .timeline-item .timeline-info-number .timeline-number {
            font-size: 30px;
            line-height: normal;
            font-weight: 600;
            color: #77BEFF;
            font-family: "Open Sans", sans-serif;
        }

    .timeline-item .timeline-info-content {
        position: relative;
        padding-top: 55px;
        z-index: 5;
    }

        .timeline-item .timeline-info-content .timeline-title {
            margin-bottom: 20px;
        }

        .timeline-item .timeline-info-content .timeline-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .timeline-item .timeline-info-content .timeline-content ul li {
                font-size: 20px;
                line-height: normal;
                color: #D4D6D7;
                margin-bottom: 10px;
            }

        .timeline-item .timeline-info-content .award-img {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
        }

    .timeline-item:before {
        position: absolute;
        top: 57px;
        left: 0;
        content: "";
        height: 15px;
        width: 15px;
        background-color: #ffffff;
        border-radius: 100%;
    }

.timeline-section {
    margin-right: -22%;
}

.timeline-section-line {
    position: relative;
}

    .timeline-section-line:before {
        position: absolute;
        top: 64px;
        left: 80px;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #333333;
    }

@media (max-width: 1699px) {
    .timeline-section {
        margin-right: -8%;
    }
}

@media (max-width: 1299px) {
    .timeline-section {
        margin-right: -4%;
    }
}

@media (max-width: 1199px) {
    .timeline-section {
        margin-right: 0%;
    }

    .timeline-section-line:before {
        left: 40px;
    }
}

@media (max-width: 991px) {
    .timeline-section-line:before {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .timeline-section-line:before {
        left: 12px;
    }
}

/*****************************
  Progress Bar
*****************************/
.progress {
    position: relative;
    overflow: visible;
    height: 10px;
    border-radius: inherit;
    margin-top: 65px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: transparent;
}

    .progress .progress-bar {
        background-color: #77BEFF;
        border-radius: 20px;
        border: 1px solid #77BEFF;
    }

        .progress .progress-bar .progress-bar-title {
            position: absolute;
            left: 0;
            top: -40px;
            color: #000000;
            font-size: 20px;
        }

        .progress .progress-bar .progress-bar-number {
            position: absolute;
            right: 0;
            top: -40px;
            color: #000000;
            font-size: 18px;
        }

.bg-dark .progress {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .bg-dark .progress .progress-bar .progress-bar-title {
        color: #ffffff;
    }

    .bg-dark .progress .progress-bar .progress-bar-number {
        color: #ffffff;
    }

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
    height: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.irs--flat .irs-bar {
    background-color: #77BEFF;
    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
    height: 8px;
}

.irs--flat .irs-from {
    background: transparent;
    color: #D4D6D7;
    font-size: 18px;
    top: -7px;
}

    .irs--flat .irs-from:before {
        display: none;
    }

.irs--flat .irs-to {
    background: transparent;
    color: #D4D6D7;
    font-size: 18px;
    top: -7px;
}

    .irs--flat .irs-to:before {
        display: none;
    }

.irs--flat .irs-single {
    background: transparent;
    color: #D4D6D7;
    font-size: 18px;
    top: -7px;
}

    .irs--flat .irs-single:before {
        display: none;
    }

.irs--flat .irs-handle > i:first-child {
    background: #77BEFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.irs--flat .irs-handle:hover > i:first-child {
    background: #77BEFF;
}

.irs--flat .irs-handle.state_hover > i:first-child {
    background: #77BEFF;
}

.price-range-filter .price-filter {
    display: flex;
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 16px;
    border-radius: 5px;
}

    .price-range-filter .price-filter .ms-auto {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .price-range-filter .price-filter .ms-auto i {
            font-size: 14px;
        }

/*****************************
  List style
*****************************/
.list-wrapper .list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style-type: none;
}

    .list-wrapper .list li {
        display: flex;
        gap: 15px;
        align-items: baseline;
        font-weight: 400;
    }

        .list-wrapper .list li a {
            color: #D4D6D7;
        }

            .list-wrapper .list li a:hover {
                color: #77BEFF;
            }

    .list-wrapper .list.list-style-disc li {
        display: list-item;
        list-style: inside;
        list-style-type: disc;
    }

    .list-wrapper .list.col-2 {
        width: 100%;
        gap: 10px 30px;
        flex-wrap: wrap;
        flex-direction: inherit;
    }

        .list-wrapper .list.col-2 li {
            width: calc(50% - 15px);
        }

.list-wrapper.list-style-2 .list {
    gap: 10px;
}

    .list-wrapper.list-style-2 .list li {
        font-size: inherit;
        gap: 20px;
    }

        .list-wrapper.list-style-2 .list li i {
            color: #77BEFF;
        }

.list-wrapper.list-light .list li {
    color: #ffffff;
}

    .list-wrapper.list-light .list li a {
        color: #ffffff;
    }

        .list-wrapper.list-light .list li a:hover {
            color: #77BEFF;
        }

/*****************************
  Location
*****************************/
.location-wrapper.location-style-1 {
    display: flex;
    align-items: flex-end;
    padding: 45px;
    min-height: 410px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

    .location-wrapper.location-style-1 .location-inner {
        overflow: hidden;
    }

    .location-wrapper.location-style-1 .city-image {
        position: relative;
    }

    .location-wrapper.location-style-1 .city-info {
        margin-top: 20px;
    }

        .location-wrapper.location-style-1 .city-info .city-name {
            margin-bottom: 20px;
            transition: all 0.3s ease-in-out;
        }

    .location-wrapper.location-style-1 .city-location {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .location-wrapper.location-style-1 .city-location .location-item {
            display: flex;
            align-items: baseline;
        }

            .location-wrapper.location-style-1 .city-location .location-item .icon {
                width: 25px;
                flex: none;
                margin-right: 15px;
            }

    .location-wrapper.location-style-1:hover {
        border-color: #77BEFF;
    }

        .location-wrapper.location-style-1:hover .city-info .city-name {
            background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

/*------------------------------------*/
/* Responsive CSS */
/*------------------------------------*/
@media (max-width: 1399px) {
    .location-wrapper.location-style-1 {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .location-wrapper.location-style-1 {
        padding: 25px;
    }
}

/*****************************
  Marquee style
*****************************/
.marquee-wrapper {
    overflow: hidden;
}

    .marquee-wrapper .marquee-inner {
        display: flex;
        align-items: center;
        gap: 60px;
        width: 100%;
        position: relative;
        white-space: nowrap;
        animation: marquee 30s linear infinite;
    }

        .marquee-wrapper .marquee-inner .marquee-item {
            display: flex;
            flex: none;
            align-items: center;
            gap: 15px;
            padding-bottom: 1px;
        }

            .marquee-wrapper .marquee-inner .marquee-item .title {
                position: relative;
                top: 3px;
                font-family: "Open Sans", sans-serif;
                font-size: 42px;
                line-height: normal;
                color: #ffffff;
                -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
                transition: all 0.3s ease-in-out;
            }

            .marquee-wrapper .marquee-inner .marquee-item:hover .title {
                color: #ffffff;
            }

.marquee-bg {
    /* background-color: #000000;*/
    background: linear-gradient(90deg, rgba(39, 195, 243, 1) 0%, rgba(41, 186, 237, 1) 15.97%, rgba(45, 162, 219, 1) 42%, rgba(52, 122, 191, 1) 74.67%, rgba(58, 87, 166, 1) 100%);
    position: relative;
    padding: 25px 0;
}

    .marquee-bg:before {
        content: "";
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to left, #3663D8 2%, #77BEFF 56%, #00D1FF 99%);
        transform: rotate(1deg);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.marquee-wrapper.marquee-rotate {
    transform: rotate(2.2deg);
}

.marquee-wrapper.marquee-border {
    padding: 25px 0;
    overflow: visible;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .marquee-wrapper.marquee-border:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: rotate(0.7deg);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

.marquee-wrapper.marquee-right .marquee-inner {
    animation: marqueeRight 50s linear infinite;
}

/*------------------------
  Keyframes Animation
-------------------------*/
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translatex(0);
    }
}

@media (max-width: 767px) {
    .marquee-wrapper .marquee-inner {
        gap: 50px;
    }

        .marquee-wrapper .marquee-inner .marquee-item .title {
            font-size: 36px;
        }
}

@media (max-width: 767px) {
    .marquee-bg {
        padding: 15px 0;
    }
}

/*****************************
  Social Icon
*****************************/
.social-icon ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .social-icon ul li {
        margin: 0 13px;
    }

        .social-icon ul li a {
            font-size: 20px;
            font-family: "Jost", sans-serif;
            font-weight: normal;
            color: #ffffff;
            transition: all 0.5s ease-in-out;
        }

            .social-icon ul li a:hover {
                color: #77BEFF;
            }

        .social-icon ul li:first-child {
            margin-left: 0px;
        }

        .social-icon ul li:last-child {
            margin-right: 0px;
        }

        .social-icon ul li.title {
            font-size: 20px;
            font-family: "Jost", sans-serif;
            font-weight: normal;
            color: #ffffff;
            position: relative;
            padding-right: 45px;
        }

            .social-icon ul li.title:before {
                position: absolute;
                content: "";
                height: 2px;
                width: 25px;
                background-color: #ffffff;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 767px) {
    .social-icon ul li {
        margin: 0 8px;
    }

        .social-icon ul li.title {
            padding-right: 35px;
        }

            .social-icon ul li.title:before {
                width: 20px;
            }
}

/*****************************
  Steps
*****************************/
.steps-wrapper {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

    .steps-wrapper .steps-item {
        display: flex;
        gap: 40px;
    }

        .steps-wrapper .steps-item .step-arrow {
            margin-top: 40px;
            position: relative;
        }

            .steps-wrapper .steps-item .step-arrow:before {
                content: "";
                position: absolute;
                left: 23px;
                top: 90px;
                bottom: -60px;
                border-left: 1px dashed rgba(255, 255, 255, 0.1);
            }

        .steps-wrapper .steps-item .step-number {
            display: block;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            background: linear-gradient(160deg, #3663D8 0%, #77BEFF 20%, #00D1FF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .steps-wrapper .steps-item .step-title {
            padding-right: 25px;
            margin-bottom: 20px;
        }

        .steps-wrapper .steps-item p {
            margin-bottom: 25px;
        }

        .steps-wrapper .steps-item .step-image {
            margin-top: 30px;
        }

        .steps-wrapper .steps-item:last-child .step-arrow:before {
            content: normal;
        }

@media (max-width: 1200px) {
    .steps-wrapper .steps-item {
        gap: 30px;
    }

        .steps-wrapper .steps-item .step-title {
            font-size: 36px;
            line-height: 42px;
        }
}

@media (max-width: 575px) {
    .steps-wrapper .steps-item .step-title {
        font-size: 28px;
        line-height: 38px;
    }

    .steps-wrapper .steps-item .list-wrapper .list.col-2 li {
        width: 100%;
    }
}

/*****************************
  Skill
*****************************/
.skill {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 35px 0 20px 0;
    border-radius: 10px;
}

    .skill:not(:first-child) {
        margin-top: 64px;
    }

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

    .skill:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

.skill-bar {
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: 10px;
    padding: 0px;
    background-color: #77BEFF;
    background: linear-gradient(175deg, #3663D8 0%, #77BEFF 100%);
    box-shadow: none;
    transition: width .9s ease;
    -webkit-transition: width .9s ease;
    -o-transition: width .9s ease;
    -ms-transition: width .9s ease;
    -moz-transition: width .9s ease;
}

    .skill-bar .progress-number {
        color: #D4D6D7;
        float: right;
        margin-top: -18px;
        position: absolute;
        right: 0;
        top: -20px;
        font-size: 18px;
        font-weight: 500;
        right: 18px;
    }

    .skill-bar .progress-type {
        color: #D4D6D7;
        float: right;
        margin-top: -18px;
        position: absolute;
        right: 0;
        top: -20px;
        font-size: 18px;
        font-weight: 500;
    }

.progress-bar {
    position: relative;
    height: 100%;
    border-radius: 4px;
    padding: 0px;
    background-color: #77BEFF;
    box-shadow: none;
}

.skill-title {
    color: #D4D6D7;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    text-align: left;
    margin-left: 0;
    margin-top: -40px;
}

    .skill-title > i {
        margin-right: 8px;
    }

/* Skill Style 2 ------------*/
.skill-style-2 .skill-bar {
    position: unset;
}

/*****************************
	Select Custom
*****************************/
.nice-select {
    font-size: inherit;
    color: #D4D6D7;
    box-shadow: none;
}

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

        .nice-select .list .option {
            font-size: 18px;
        }

            .nice-select .list .option.selected {
                color: #ffffff;
                font-weight: 500;
                background-color: #77BEFF;
                background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
            }

    .nice-select.form-control {
        width: 100%;
        height: auto;
    }

    .nice-select:after {
        width: 10px;
        height: 10px;
        right: 8px;
        margin-top: -6px;
        border-bottom-color: #D4D6D7;
        border-right-color: #D4D6D7;
    }

/*-------------------------*/
/* Form Style Border */
/*-------------------------*/
.form-style-border .nice-select:after {
    right: 25px;
}

/*****************************
	Video Button
*****************************/
.video-wrapper {
    position: relative;
    z-index: 9;
}

    .video-wrapper .attract-hover {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -75px;
        margin-top: -75px;
    }

    .video-wrapper .video-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 215px;
        height: 215px;
        padding: 15px;
        color: #ffffff;
        font-size: 42px;
        line-height: 42px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        opacity: 1;
        transform: translate(-65px, -65px);
        border-radius: 100%;
        z-index: 1;
    }

        .video-wrapper .video-btn:after {
            content: "";
            width: 100%;
            height: 100%;
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.3);
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            border-radius: 100%;
        }

        .video-wrapper .video-btn:before {
            position: absolute;
            content: "";
            width: 215px;
            height: 215px;
            border-radius: 100%;
            border: 1px solid rgba(255, 255, 255, 0.4);
            top: 10px;
            left: -10px;
            z-index: -1;
        }

        .video-wrapper .video-btn.btn-hide {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            width: auto;
            height: auto;
            transform: inherit;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000000;
            border-radius: 0;
            cursor: none;
        }

    .video-wrapper.wrapper-absolute {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: none;
    }

.video-bg-jarallax {
    position: relative;
    z-index: 5;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2563ad;
    background-blend-mode: multiply;
}

@media (max-width: 767px) {
    .video-wrapper .video-btn,
    .video-wrapper .video-btn.btn-hide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 130px;
        padding: 15px;
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        opacity: 1;
        transform: translate(-65px, -65px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 100%;
    }

        .video-wrapper .video-btn:before,
        .video-wrapper .video-btn.btn-hide:before {
            height: 130px;
            width: 130px;
        }

    .video-wrapper .attract-hover {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .video-wrapper .video-btn {
        width: 100px;
        height: 100px;
        padding: 10px;
        font-size: 18px;
        font-weight: 500;
        transform: translate(-50px, -50px);
    }

        .video-wrapper .video-btn:before {
            height: 100px;
            width: 100px;
        }
}

/*****************************
  Header Default
*****************************/
.header-default {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 80px;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* Site Main Logo */
    /* Site Main Menu */
    /* Site Action Button */
    /* Sticky Header */
}

    .header-default.header-absolute {
        position: absolute;
        left: 0;
        background: transparent;
    }

    .header-default .header-inner {
        display: flex;
        gap: 50px;
        justify-content: space-between;
    }

    .header-default .site-logo {
        min-width: 250px;
    }

        .header-default .site-logo .navbar-brand {
            display: block;
            padding: 10px 0;
        }

    .header-default .site-menu .main-menu {
        padding: 10px 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0 50px;
        height: 100%;
        list-style-type: none;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        font-size: 15px;
        /* Header Submenu */
    }

        .header-default .site-menu .main-menu .nav-item {
            display: flex;
            position: relative;
            align-items: center;
        }

            .header-default .site-menu .main-menu .nav-item a {
                font-family: "Open Sans", sans-serif;
                padding: 10px 0;
                color: #ffffff;
                position: relative;
                letter-spacing: 1px;
                text-transform: uppercase;
                flex: 0 auto;
                padding: 9px 2px;
                font-size: 15px;
                font-weight: 400;
                line-height: 20px;
                text-decoration: none;
                transition: all 0.3sease;
            }

                .header-default .site-menu .main-menu .nav-item a i {
                    font-weight: bold;
                    margin-left: 5px;
                    font-size: 12px;
                    margin-top: 2px;
                }

            .header-default .site-menu .main-menu .nav-item.active > a {
                color: #77BEFF;
            }

                .header-default .site-menu .main-menu .nav-item.active > a:before,
                .header-default .site-menu .main-menu .nav-item:hover > a:before {
                    content: "";
                    /*background-image: url(../images/menu-hover.png);*/
                    height: 8px;
                    position: absolute;
                    bottom: 0;
                    left: -5px;
                    right: 0;
                    background-position: center center;
                    background-repeat: no-repeat;
                    transition: all 0.3s ease-in-out;
                }

            .header-default .site-menu .main-menu .nav-item:hover .submenu {
                opacity: 1;
                visibility: visible;
                margin-top: 0;
            }

        .header-default .site-menu .main-menu .submenu {
            background: #212121;
            list-style-type: none;
            position: absolute;
            left: -20px;
            top: 100%;
            z-index: 2;
            min-width: 230px;
            opacity: 0;
            visibility: hidden;
            padding: 15px 0;
            margin-top: 15px;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
        }

            .header-default .site-menu .main-menu .submenu li {
                padding: 0 25px;
            }

                .header-default .site-menu .main-menu .submenu li a {
                    font-size: 16px;
                    padding: 8px 0;
                }

                    .header-default .site-menu .main-menu .submenu li a.active {
                        color: #77BEFF;
                    }

                .header-default .site-menu .main-menu .submenu li.active > a {
                    color: #77BEFF;
                }

                .header-default .site-menu .main-menu .submenu li:hover a {
                    color: #77BEFF;
                }

    .header-default .site-action {
        min-width: 250px;
    }

        .header-default .site-action .action-hamburger {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: flex-end;
        }

    .header-default.is-sticky {
        position: fixed;
        background-color: #000000;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
        top: -110px;
        animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

        .header-default.is-sticky .site-logo .navbar-brand {
            padding: 15px 0;
        }

        .header-default.is-sticky.sticky-show {
            top: 0;
        }

/*---------------------------------*/
/* Header Style 2 */
/*---------------------------------*/
.header-2 {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 70px;
    background-color: #ffffff;
    /* Site Main Logo */
    /* Site Action Button */
    /* Sticky Header */
}

    .header-2.header-absolute {
        position: absolute;
        left: 0;
        background: transparent;
    }

    .header-2 .header-inner {
        display: flex;
        gap: 50px;
        align-items: center;
        justify-content: space-between;
    }

    .header-2 .site-logo {
        min-width: 220px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

        .header-2 .site-logo .navbar-brand {
            display: block;
            padding: 25px 0;
        }

    .header-2 .site-action {
        min-width: 220px;
        margin-left: auto;
    }

        .header-2 .site-action .widget-share .share-list {
            gap: 8px;
        }

            .header-2 .site-action .widget-share .share-list li a {
                width: 45px;
                height: 45px;
                font-size: 16px;
            }

    .header-2.is-sticky {
        position: fixed;
        background: #ffffff;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
        top: -110px;
        animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

        .header-2.is-sticky .site-logo .navbar-brand {
            padding: 15px 0;
        }

        .header-2.is-sticky.sticky-show {
            top: 0;
        }

/*---------------------------------*/
/* Header Style 3 */
/*---------------------------------*/
.header-3 {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 80px;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* Site Main Logo */
    /* Site Main Menu */
    /* Site Action Button */
    /* Mobile Action Button */
    /* Sticky Header */
}

    .header-3.header-absolute {
        position: absolute;
        left: 0;
        background: transparent;
    }

    .header-3 .header-inner {
        display: flex;
        gap: 50px;
        justify-content: space-between;
    }

    .header-3 .site-logo {
        min-width: 250px;
    }

        .header-3 .site-logo .navbar-brand {
            display: block;
            padding: 10px 0;
        }

    .header-3 .site-menu {
        /* flex-grow: 1; */
    }

        .header-3 .site-menu .main-menu {
            padding: 10px 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0 50px;
            height: 100%;
            list-style-type: none;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            color: #ffffff;
            font-size: 15px;
            /* Header Submenu */
        }

            .header-3 .site-menu .main-menu .nav-item {
                display: flex;
                position: relative;
                align-items: center;
            }

                .header-3 .site-menu .main-menu .nav-item a {
                    font-family: "Open Sans", sans-serif;
                    padding: 10px 0;
                    color: #ffffff;
                    position: relative;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    flex: 0 auto;
                    padding: 9px 2px;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 20px;
                    text-decoration: none;
                    transition: all 0.3s ease;
                }

                    .header-3 .site-menu .main-menu .nav-item a i {
                        font-weight: bold;
                        margin-left: 5px;
                        font-size: 12px;
                        margin-top: 2px;
                    }

                .header-3 .site-menu .main-menu .nav-item.active > a {
                    color: #77BEFF;
                }

                    .header-3 .site-menu .main-menu .nav-item.active > a:before,
                    .header-3 .site-menu .main-menu .nav-item:hover > a:before {
                        content: "";
                        /*background-image: url(../images/menu-hover.png);*/
                        height: 8px;
                        position: absolute;
                        bottom: 0;
                        left: -5px;
                        right: 0;
                        background-position: center center;
                        background-repeat: no-repeat;
                        transition: all 0.3s ease-in-out;
                    }

                .header-3 .site-menu .main-menu .nav-item:hover .submenu {
                    opacity: 1;
                    visibility: visible;
                    margin-top: 0;
                }

            .header-3 .site-menu .main-menu .submenu {
                background: #212121;
                list-style-type: none;
                position: absolute;
                left: -20px;
                top: 100%;
                z-index: 2;
                min-width: 230px;
                opacity: 0;
                visibility: hidden;
                padding: 15px 0;
                margin-top: 15px;
                box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
                border-radius: 5px;
                transition: all 0.3s ease-in-out;
            }

                .header-3 .site-menu .main-menu .submenu li {
                    padding: 0 25px;
                }

                    .header-3 .site-menu .main-menu .submenu li a {
                        font-size: 16px;
                        padding: 8px 0;
                    }

                        .header-3 .site-menu .main-menu .submenu li a.active {
                            color: #77BEFF;
                        }

                    .header-3 .site-menu .main-menu .submenu li.active > a {
                        color: #77BEFF;
                    }

                    .header-3 .site-menu .main-menu .submenu li:hover a {
                        color: #77BEFF;
                    }

    .header-3 .site-action {
        display: flex;
        align-items: center;
        gap: 45px;
        align-self: center;
    }

        .header-3 .site-action .header-search-form {
            position: relative;
        }

            .header-3 .site-action .header-search-form .form-control {
                width: 220px;
                font-size: 16px;
                padding: 15px 70px 15px 0;
                line-height: normal;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                margin-bottom: 0;
            }

                .header-3 .site-action .header-search-form .form-control:focus {
                    border-color: #77BEFF;
                }

            .header-3 .site-action .header-search-form .search-btn {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                border: 0;
                background-color: transparent;
                outline: none;
                font-size: 18px;
                line-height: normal;
                font-weight: 500;
                color: #ffffff;
                transition: all 0.3s ease-in-out;
            }

                .header-3 .site-action .header-search-form .search-btn:hover {
                    color: #77BEFF;
                }

        .header-3 .site-action .action-hamburger .hamburger {
            display: flex;
            width: 80px;
            height: 70px;
            background-image: linear-gradient(-55deg, #3663D8 2%, #77BEFF 56%, #00D1FF 99%);
            padding: 25px;
            align-items: center;
            justify-content: center;
        }

            .header-3 .site-action .action-hamburger .hamburger .hamburger-container {
                top: 0;
                line-height: 1;
                height: 100%;
                width: 100%;
            }

                .header-3 .site-action .action-hamburger .hamburger .hamburger-container img {
                    width: 100%;
                    height: 100%;
                }

    .header-3 .mobile-action {
        display: none;
        gap: 30px;
        align-items: center;
    }

        .header-3 .mobile-action .header-search-form {
            position: relative;
        }

            .header-3 .mobile-action .header-search-form .form-control {
                width: 220px;
                font-size: 16px;
                padding: 15px 70px 15px 0;
                line-height: normal;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                margin-bottom: 0;
            }

            .header-3 .mobile-action .header-search-form .search-btn {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                border: 0;
                background-color: transparent;
                outline: none;
                font-size: 18px;
                line-height: normal;
                font-weight: 500;
                color: #ffffff;
            }

        .header-3 .mobile-action .mobile-hamburger .hamburger {
            display: flex;
            width: 60px;
            height: 60px;
            background-image: linear-gradient(-55deg, #3663D8 2%, #77BEFF 56%, #00D1FF 99%);
            padding: 18px;
            align-items: center;
            justify-content: center;
        }

            .header-3 .mobile-action .mobile-hamburger .hamburger .hamburger-container {
                top: 0;
                line-height: 1;
                height: 100%;
                width: 100%;
            }

                .header-3 .mobile-action .mobile-hamburger .hamburger .hamburger-container img {
                    width: 100%;
                    height: 100%;
                }

    .header-3.is-sticky {
        position: fixed;
        background-color: #000000;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
        top: -110px;
        animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

        .header-3.is-sticky .site-logo .navbar-brand {
            padding: 30px 0;
        }

        .header-3.is-sticky.sticky-show {
            top: 0;
        }

/*---------------------------------*/
/* Menu Overlay */
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
    height: 100vh;
    background-color: #000000;
}

    .offcanvas.menu-overlay-offcanvas:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.05;
        z-index: -1;
        background-image: url("../images/bg/overlay-bg.png");
        background-size: cover;
    }

    .offcanvas.menu-overlay-offcanvas .offcanvas-close {
        position: absolute;
        right: 50px;
        top: 50px;
    }

        .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
            background: #ffffff;
            opacity: 1;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

            .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
                stroke: #000000;
            }

    .offcanvas.menu-overlay-offcanvas .offcanvas-body {
        padding: 0;
    }

        .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

    .offcanvas.menu-overlay-offcanvas .container-top {
        margin-top: auto;
        margin-bottom: auto;
        height: 60%;
        overflow: hidden;
    }

    .offcanvas.menu-overlay-offcanvas .navbar {
        padding: 0;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        margin-right: 50px;
        display: flex;
        align-items: flex-end;
    }

        .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
            background-color: #0c0c0c;
        }

        .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
            width: 3px;
            background-color: #0c0c0c;
        }

        .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
            gap: 10px;
        }

            .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
                display: inline-flex;
                padding: 0;
                font-family: "Open Sans", sans-serif;
                font-size: 70px;
                font-weight: 700;
                line-height: 1.2;
                color: #ffffff;
                align-items: baseline;
                justify-content: space-between;
                transition: all 0.3s ease-in-out;
                box-shadow: none;
            }

                .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.show, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
                    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
                    padding-left: 15px;
                }

                .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:after {
                    margin-top: 3px;
                    font-size: 18px;
                }

                .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.dropdown-toggle:after {
                    content: "+";
                    border: none;
                    font-size: 28px;
                    font-weight: 400;
                    font-family: "Jost", sans-serif;
                }

            .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu {
                display: none;
                padding: 0;
                margin: 0;
                padding-top: 10px;
                padding-left: 30px;
                border: none;
                background: transparent;
            }

                .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
                    padding: 8px 0;
                    font-size: 30px;
                    font-weight: 400;
                    color: #ffffff;
                    background: transparent;
                }

                    .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a:hover, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a.active {
                        color: #77BEFF;
                    }

            .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active > a {
                background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
        margin-bottom: 40px;
        max-width: 340px;
    }

    .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list {
        gap: 10px;
    }

        .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a {
            width: 45px;
            height: 45px;
            font-size: 16px;
            color: #ffffff;
            font-weight: 400;
        }

            .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a:not(:hover) {
                border-color: rgba(255, 255, 255, 0.3);
            }

    .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
        display: flex;
        gap: 30px;
        padding: 30px 0;
        align-items: center;
        flex-direction: inherit;
        justify-content: space-between;
    }

        .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .number {
            color: #ffffff;
        }

        .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
            color: #ffffff;
        }

            .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a:hover {
                color: #77BEFF;
                text-decoration: underline !important;
            }

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.offcanvas.main-menu-offcanvas {
    width: 450px;
    background-color: #181818;
}

    .offcanvas.main-menu-offcanvas .offcanvas-header .navbar-brand img {
        max-height: 45px;
    }

    .offcanvas.main-menu-offcanvas .offcanvas-body {
        display: flex;
        gap: 50px;
        padding: 30px 50px;
        padding-top: 0;
        flex-direction: column;
        justify-content: space-between;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

        .offcanvas.main-menu-offcanvas .offcanvas-body .body-inner {
            display: flex;
            flex-direction: column;
            gap: 30px;
            justify-content: space-between;
        }

            .offcanvas.main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
                display: none;
            }

        .offcanvas.main-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
            display: none;
        }

        .offcanvas.main-menu-offcanvas .offcanvas-body .navbar {
            padding: 0;
        }

            .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
                width: 100%;
            }

                .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
                    padding: 15px 0;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                }

                    .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:last-child {
                        border-bottom: none;
                    }

                    .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
                        display: flex;
                        padding: 0;
                        font-size: 20px;
                        font-weight: 500;
                        color: #ffffff;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
                            margin-top: 3px;
                            font-size: 18px;
                        }

                    .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
                        padding: 0;
                        margin: 0;
                        padding-top: 10px;
                        padding-left: 10px;
                        border: none;
                        background: transparent;
                    }

                        .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            padding: 8px 0;
                            font-size: 18px;
                            font-weight: 400;
                            color: #D4D6D7;
                        }

                            .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
                                color: #77BEFF;
                                background-color: transparent;
                            }

                    .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link {
                        color: #77BEFF;
                    }

/*---------------------------------*/
/* Header Side Panel Offcanvas */
/*---------------------------------*/
.offcanvas.sidepanel-offcanvas {
    width: 450px;
    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
}

    .offcanvas.sidepanel-offcanvas .offcanvas-header {
        padding-bottom: 0;
    }

    .offcanvas.sidepanel-offcanvas .offcanvas-body {
        gap: 70px;
        padding: 50px;
        padding-top: 0;
    }

        .offcanvas.sidepanel-offcanvas .offcanvas-body .body-inner {
            display: flex;
            flex-direction: column;
            height: 100%;
            gap: 30px;
            overflow: auto;
            justify-content: space-between;
        }

            .offcanvas.sidepanel-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
                background-color: #F5F5F5;
            }

            .offcanvas.sidepanel-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
                width: 3px;
                background-color: #F5F5F5;
            }

            .offcanvas.sidepanel-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar-thumb {
                background-color: #000000;
            }

        .offcanvas.sidepanel-offcanvas .offcanvas-body .about-info p {
            margin-bottom: 0;
            color: #ffffff;
        }

        .offcanvas.sidepanel-offcanvas .offcanvas-body .socail-info ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

            .offcanvas.sidepanel-offcanvas .offcanvas-body .socail-info ul li a {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 22px;
                color: #ffffff;
            }

                .offcanvas.sidepanel-offcanvas .offcanvas-body .socail-info ul li a:hover {
                    color: #000000;
                }

            .offcanvas.sidepanel-offcanvas .offcanvas-body .socail-info ul li i {
                width: 30px;
            }

/* Comman Offcanvas */
.offcanvas-header {
    padding: 40px 50px;
}

    .offcanvas-header .btn-close {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #000000;
        color: #ffffff;
        opacity: 1;
        font-size: 24px;
        padding: 0;
        margin: 0;
        margin-left: auto;
        outline: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

.offcanvas-body .contact-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 25px;
    border-top: 3px solid #000000;
}

    .offcanvas-body .contact-info .number {
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: -2px;
    }

    .offcanvas-body .contact-info .mail {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #ffffff;
    }

    .offcanvas-body .contact-info .text {
        color: rgba(255, 255, 255, 0.8);
    }

.main-menu-offcanvas .offcanvas-body .contact-info {
    border-top: 3px solid #e8e8e8;
    border-image: linear-gradient(to right, #3663D8, #77BEFF) 1;
}

    .main-menu-offcanvas .offcanvas-body .contact-info .mail {
        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-menu-offcanvas .offcanvas-body .contact-info .text {
        color: #ffffff;
    }

/*---------------------------------*/
/* Hamburger Menu Trigger */
/*---------------------------------*/
.hamburger {
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
}

    .hamburger .hamburger-container {
        position: relative;
        top: 3px;
        width: 28px;
        height: 18px;
        display: inline-block;
    }

        .hamburger .hamburger-container .hamburger-inner {
            position: absolute;
            width: 100%;
            height: 3px;
            top: 50%;
            transform: translate(5px, -50%);
            background-color: #D4D6D7;
            transition-property: transform, opacity;
            transition-timing-function: ease;
            transition-duration: 0.5s;
            opacity: 1;
        }

            .hamburger .hamburger-container .hamburger-inner:before {
                position: absolute;
                content: "";
                transform: translate(-5px, 0);
                top: -11px;
                width: 100%;
                height: 3px;
                background-color: #D4D6D7;
                transition-property: transform, opacity;
                transition-timing-function: ease;
                transition-duration: 0.5s;
                opacity: 1;
            }

            .hamburger .hamburger-container .hamburger-inner:after {
                position: absolute;
                content: "";
                top: 11px;
                transform: translate(-5px, 0);
                width: 100%;
                height: 3px;
                background-color: #D4D6D7;
                transition-property: transform, opacity;
                transition-timing-function: ease;
                transition-duration: 0.5s;
                opacity: 1;
            }

        .hamburger .hamburger-container .hamburger-hidden {
            position: absolute;
            top: 50%;
            transform: translate(51px, -50%);
            width: 100%;
            height: 3px;
            background-color: #000000;
            opacity: 0;
            transition-duration: 0.5s;
            transition-property: transform, opacity;
            transition-timing-function: ease;
        }

            .hamburger .hamburger-container .hamburger-hidden:before {
                position: absolute;
                content: "";
                top: -11px;
                width: 100%;
                height: 3px;
                background-color: #000000;
                transition-duration: 0.5s;
                transition-property: transform, opacity;
                transition-timing-function: ease;
                transform: translate(102px, 0);
            }

            .hamburger .hamburger-container .hamburger-hidden:after {
                position: absolute;
                content: "";
                top: 11px;
                transform: translate(101px, 0);
                width: 100%;
                height: 3px;
                background-color: #000000;
                transition-property: transform, opacity;
                transition-timing-function: ease;
                transition-duration: 0.4s;
            }

    .hamburger:hover .hamburger-inner {
        transform: translate(-51px, 50%);
        opacity: 0;
    }

        .hamburger:hover .hamburger-inner:before {
            transform: translate(102px, 0);
            opacity: 0;
        }

        .hamburger:hover .hamburger-inner:after {
            transform: translate(102px, 0);
            opacity: 0;
        }

    .hamburger:hover .hamburger-hidden {
        opacity: 1;
        transform: translate(0, -50%);
    }

        .hamburger:hover .hamburger-hidden:before {
            opacity: 1;
            transform: translate(0, 0);
        }

        .hamburger:hover .hamburger-hidden:after {
            opacity: 1;
            transform: translate(0, 0);
        }

/*---------------------------------*/
/* Page Header */
/*---------------------------------*/
.inner-header {
    position: relative;
    z-index: 5;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
}

    .inner-header .title {
        color: #ffffff;
        font-size: clamp(35px, 5.6vw, 80px); /* Ensures a minimum and maximum font size */
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 100;
        line-height: 1.2; /* Adjusts line height dynamically */
    }

/* Media queries for fine-tuning */
@media (max-width: 1200px) {
    .inner-header .title {
        font-size: clamp(26px, 4.5vw, 70px);
    }
}

@media (max-width: 768px) {
    .inner-header .title {
        font-size: clamp(24px, 5vw, 60px);
    }
}

@media (max-width: 480px) {
    .inner-header .title {
        font-size: clamp(22px, 6vw, 50px);
    }
}

.servicedescription {
    font-size: 20px;
}

.servicesubtitle {
    font-size: 100px;
    font-family: "Oswald";
    font-weight: bold;
    text-transform: uppercase;
}

.servicedescription {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

/* Adjust font size for smaller screens */
@media (max-width: 1200px) {
    .servicedescription {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .servicedescription {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .servicedescription {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .servicedescription {
        font-size: 18px;
    }
}

/*====================================================*/
/* Responsive CSS */
/*====================================================*/
@media (max-width: 1599px) {
    .header-3 .site-menu .main-menu {
        gap: 0 35px;
    }

    .header-3 .site-action {
        gap: 25px;
    }

        .header-3 .site-action .header-search-form .form-control {
            width: 150px;
            padding: 15px 65px 15px 0;
        }

            .header-3 .site-action .header-search-form .form-control .search-btn {
                font-size: 16px;
            }
}

@media (max-width: 1499px) {
    .header-default .site-menu .main-menu {
        gap: 0 38px;
        width: max-content;
    }
}

@media (max-width: 1399px) {
    /*---------------------*/
    /* Header Default */
    /*---------------------*/
    .header-default {
        padding: 0 50px;
    }

        .header-default .header-inner {
            gap: 30px;
        }

        .header-default .site-logo {
            min-width: 200px;
            max-width: 200px;
        }

        .header-default .site-action {
            min-width: 200px;
        }

        .header-default .site-menu .main-menu {
            gap: 0 20px;
        }
    /*---------------------*/
    /* Header-3 */
    /*---------------------*/
    .header-3 {
        padding: 0 50px;
    }

        .header-3 .header-inner {
            gap: 30px;
        }

        .header-3 .site-logo {
            min-width: 200px;
        }

        .header-3 .site-menu .main-menu {
            gap: 0 20px;
        }

        .header-3 .site-action .header-search-form .form-control {
            width: 145px;
            padding: 15px 60px 15px 0;
        }

        .header-3 .site-action .header-search-form .search-btn {
            font-size: 16px;
        }

        .header-3 .site-action .action-hamburger .hamburger {
            width: 60px;
            height: 60px;
            padding: 18px;
        }
    /*---------------------*/
    /* Header Menu Overlay */
    /*---------------------*/
    .header-2 {
        padding: 0 50px;
    }

        .header-2 .site-action .widget-share .share-list {
            justify-content: flex-end;
        }

    .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    /*---------------------*/
    /* Header-3 */
    /*---------------------*/
    .header-3 .site-logo .navbar-brand {
        padding: 30px 0;
    }

    .header-3 .site-action {
        display: none;
    }

    .header-3 .mobile-action {
        display: flex;
    }

    .header-3.is-sticky .site-logo .navbar-brand {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    /*---------------------*/
    /* Page Header */
    /*---------------------*/
    .inner-header {
        height: 350px;
    }
    /*---------------------*/
    /* Header Menu Overlay */
    /*---------------------*/
    .header-default {
        padding: 0 30px;
    }

        .header-default .site-logo .navbar-brand {
            display: block;
            padding: 20px 0;
        }

    .offcanvas.menu-overlay-offcanvas .offcanvas-close {
        z-index: 2;
    }

    .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
        padding: 0 50px;
    }

    .offcanvas.menu-overlay-offcanvas .navbar {
        margin-right: 0;
    }
    /*---------------------*/
    /* Header-3 */
    /*---------------------*/
    .header-3 {
        padding: 0 30px;
    }

        .header-3 .site-logo .navbar-brand {
            padding: 25px 0;
        }

        .header-3 .mobile-action .mobile-hamburger .hamburger {
            width: 50px;
            height: 50px;
            padding: 15px;
        }

        .header-3 .mobile-action .header-search-form .form-control {
            width: 180px;
            padding: 10px 60px 10px 0;
        }

        .header-3 .mobile-action .header-search-form .search-btn {
            font-size: 16px;
        }

        .header-3.is-sticky .site-logo .navbar-brand {
            padding: 15px 0;
        }
}

@media (max-width: 767px) {
    /*---------------------*/
    /* Header Default */
    /*---------------------*/
    .header-default {
        padding: 0 20px;
    }
    /*---------------------*/
    /* Header Menu Overlay */
    /*---------------------*/
    .header-2 {
        padding: 0 20px;
    }
    /*---------------------*/
    /* Header-3 */
    /*---------------------*/
    .header-3 .site-logo .navbar-brand {
        padding: 20px 0;
    }

    .header-3 .mobile-action .header-search-form {
        display: none;
    }
    /*---------------------*/
    /* Page Header */
    /*---------------------*/
    .inner-header {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas-start,
    .offcanvas-end {
        width: 320px !important;
    }

    .main-menu-offcanvas .offcanvas-body {
        padding: 30px 40px;
    }

    .offcanvas-header {
        padding: 30px 40px;
        gap: 5px;
    }

        .offcanvas-header .btn-close {
            height: 45px;
            width: 45px;
        }
    /*---------------------*/
    /* Header Menu Overlay */
    /*---------------------*/
    .header-2 .site-logo {
        min-width: auto;
        border-right: none;
    }

    .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
        padding: 0 30px;
    }

    .offcanvas.menu-overlay-offcanvas .container-top {
        height: 85%;
    }

    .offcanvas.menu-overlay-offcanvas .container-bottom {
        padding-top: 40px;
    }

        .offcanvas.menu-overlay-offcanvas .container-bottom .contact-info .text {
            display: none;
        }

    .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
        gap: 15px;
    }

        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
            font-size: 40px;
        }

            .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
                padding-left: 0;
            }

        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
            font-size: 24px;
            line-height: 30px;
        }
    /*---------------------*/
    /* Header Menu Overlay */
    /*---------------------*/
    .header-3 {
        padding: 0px 12px;
    }

        .header-3 .site-logo {
            min-width: 180px;
        }

        .header-3 .mobile-action .mobile-hamburger .hamburger {
            width: 40px;
            height: 40px;
            padding: 10px;
        }
}

/*****************************
  Site Banner
*****************************/
/*-----------------------------------*/
/* Main Banner 1 */
/*-----------------------------------*/
.main-banner-1 {
    padding-top: 230px;
    padding-bottom: 150px;
    overflow: visible;
    position: relative;
    height: 1070px;
}

    .main-banner-1 .banner-bg-one {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .main-banner-1 .rotate-img {
        margin-top: 50px;
        margin-left: -3px;
    }

    .main-banner-1 .banner-title {
        position: absolute;
        font-size: 380px;
        line-height: 400px;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        left: 0px;
        bottom: -17px;
    }

    .main-banner-1 .banner-content {
        padding-left: 37px;
        position: relative;
    }

        .main-banner-1 .banner-content h2 {
            margin-bottom: 44px;
            line-height: 68px;
            text-transform: capitalize;
        }

        .main-banner-1 .banner-content .attract-hover {
            position: absolute;
            right: 98px;
        }

/*-----------------------------------*/
/* Main Banner 2 */
/*-----------------------------------*/
.main-banner.main-banner-2 {
    padding-top: 250px;
    overflow: hidden;
}

    .main-banner.main-banner-2 .banner-inner {
        position: relative;
        padding-bottom: 110px;
        background-size: cover;
        background-position: center left;
        background-repeat: repeat;
        background-image: ("images/BG/bg1.png");
    }

        .main-banner.main-banner-2 .banner-inner .banner-bg {
            position: absolute;
            right: -10px;
            top: 0px;
        }

        .main-banner.main-banner-2 .banner-inner .banner-conent {
            position: relative;
        }

            .main-banner.main-banner-2 .banner-inner .banner-conent .sub-title {
                display: flex;
                gap: 10px;
                align-items: center;
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 15px;
                background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .title {
                font-size: 140px;
                line-height: 150px;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .conent {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 30px;
            }

                .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
                    max-width: 450px;
                    margin-bottom: 0px;
                    margin-top: 20px;
                }

                .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title {
                    position: relative;
                    margin-left: 28px;
                }

                    .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
                        position: absolute;
                        top: 54px;
                        left: 102px;
                    }

            .main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
                margin-left: -50px;
            }

/*-----------------------------------*/
/* Main Banner 3 */
/*-----------------------------------*/
.main-banner.main-banner-3 {
    overflow: hidden;
    padding: 180px 0 175px 0;
    position: relative;
}

    .main-banner.main-banner-3 .banner-bg {
        object-position: right top;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        object-fit: inherit;
    }


    .main-banner.main-banner-3 .banner-inner {
        position: relative;
        padding: 0 450px;
    }

        .main-banner.main-banner-3 .banner-inner .banner-conent {
            width: 100%;
            position: relative;
            text-align: center;
            padding-bottom:50px;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
                /*display: flex;*/
                color: var(--white);
                text-align: justify;
                margin-top: 20px;
                margin-bottom: 0;
                padding-left: 20px;
                padding-right: 20px;
                font-family: Open Sans, sans-serif;
                font-size: 22px;
                line-height: 29px;
            }

            .main-banner.main-banner-3 .banner-inner .banner-conent .title {
                font-size: 80px;
                line-height: 100px;
                margin-bottom: 50px;
            }

                .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title {
                    position: relative;
                    display: inline-block;
                    margin-left: 50px;
                }

            .main-banner.main-banner-3 .banner-inner .banner-conent .titfle .icon-title .banner-icon {
                width: 45px;
                height: 45px;
                position: absolute;
                top: 28px;
                left: 68px;
            }

            .main-banner.main-banner-3 .banner-inner .banner-conent .conent {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 30px;
            }

                .main-banner.main-banner-3 .banner-inner .banner-conent .conent .small-text {
                    max-width: 450px;
                    margin-bottom: 0px;
                    margin-top: 20px;
                }

                .main-banner.main-banner-3 .banner-inner .banner-conent .conent .title {
                    position: relative;
                    margin-left: 28px;
                }

                    .main-banner.main-banner-3 .banner-inner .banner-conent .conent .title .banner-icon {
                        position: absolute;
                        top: 54px;
                        left: 102px;
                    }

            .main-banner.main-banner-3 .banner-inner .banner-conent .banner-conent-footer {
                display: inline-flex;
                align-items: center;
                gap: 50px;
                margin-top:50px;
            }

.rotate {
    -webkit-animation: rotate 50s normal linear infinite;
    animation: rotate 50s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1699px) {
    .main-banner.main-banner-3 .banner-inner .banner-conent {
        width: 100%;
    }
}

@media (max-width: 1599px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 {
        height: 870px;
    }

        .main-banner-1 .banner-title {
            font-size: 300px;
            line-height: 320px;
            margin-bottom: 0px;
        }

    .main-banner.main-banner-3 .banner-inner {
        padding: 0 100px;
    }

        .main-banner.main-banner-3 .banner-inner .banner-conent {
            width: 100%;
        }
}

@media (max-width: 1399px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 .banner-title {
        font-size: 250px;
        line-height: 270px;
    }

    .main-banner-1 .banner-content h2 {
        font-size: 50px;
        line-height: 58px;
    }
    /* Main Banner 2 ----------*/
    .main-banner.main-banner-2 .banner-inner .banner-conent .title {
        font-size: 110px;
        line-height: 120px;
    }

    .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
        top: 38px;
        left: 75px;
    }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 {
        padding: 250px 0 150px 0;
    }

        .main-banner.main-banner-3 .banner-inner {
            padding: 0 80px;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent {
                width: 90%;
            }
}

@media (max-width: 1199px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 {
        height: 840px;
        padding-top: 180px;
    }

        .main-banner-1 .banner-title {
            font-size: 190px;
            line-height: 210px;
        }

        .main-banner-1 .rotate-img {
            margin-left: 0;
            margin-top: 30px;
        }

        .main-banner-1 .banner-content {
            padding-left: 0px;
        }

            .main-banner-1 .banner-content h2 {
                font-size: 40px;
                line-height: 48px;
            }
    /* Main Banner 2 ----------*/
    .main-banner.main-banner-2 {
        padding-top: 200px;
    }

        .main-banner.main-banner-2 .banner-inner .banner-conent .title {
            font-size: 85px;
            line-height: 95px;
        }

        .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
            top: 32px;
            left: 59px;
            width: 40px;
        }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 {
        padding: 180px 0 120px 0;
    }

        .main-banner.main-banner-3 .banner-inner {
            padding: 0 50px;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent .title {
                font-size: 80px;
                line-height: 90px;
                margin-bottom: 40px;
            }

                .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
                    width: 40px;
                    height: 40px;
                    top: 30px;
                    left: 59px;
                }
}

@media (max-width: 991px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 {
        height: 650px;
        padding-top: 125px;
    }

        .main-banner-1 .banner-title {
            font-size: 140px;
            line-height: 160px;
        }

        .main-banner-1 .rotate-img {
            margin-top: 0px;
        }

        .main-banner-1 .banner-content h2 {
            font-size: 36px;
            line-height: 44px;
        }
    /* Main Banner 2 ----------*/
    .main-banner.main-banner-2 {
        padding-top: 140px;
    }

        .main-banner.main-banner-2 .banner-inner {
            padding-bottom: 30px;
        }

            .main-banner.main-banner-2 .banner-inner .banner-conent {
                padding: 50px 0px;
            }

                .main-banner.main-banner-2 .banner-inner .banner-conent .title {
                    font-size: 62px;
                    line-height: 72px;
                }

                .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
                    max-width: 400px;
                    margin-right: 15px;
                    margin-top: 0px;
                }

                .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title {
                    margin-left: 0px;
                }

                    .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
                        top: 24px;
                        left: 43px;
                        width: 30px;
                    }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 {
        padding: 180px 0 50px 0;
    }

        .main-banner.main-banner-3 .banner-inner {
            padding: 0 30px;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent {
                width: 100%;
            }

                .main-banner.main-banner-3 .banner-inner .banner-conent .title {
                    font-size: 64px;
                    line-height: 64px;
                }

                    .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
                        width: 30px;
                        height: 30px;
                        top: 20px;
                        left: 48px;
                    }
}

@media (max-width: 767px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 .rotate-img {
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .main-banner-1 .banner-title {
        font-size: 90px;
        line-height: 110px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .main-banner-1 .banner-content {
        text-align: center;
    }

        .main-banner-1 .banner-content h2 {
            font-size: 30px;
            line-height: 38px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .main-banner-1 .banner-content .attract-hover {
            position: inherit;
            right: inherit;
        }
    /* Main Banner 2 ----------*/
    .main-banner.main-banner-2 .banner-bg {
        display: none;
    }

    .main-banner.main-banner-2 .banner-inner {
        padding-bottom: 40px;
    }

        .main-banner.main-banner-2 .banner-inner .banner-conent {
            padding: 0px;
        }

            .main-banner.main-banner-2 .banner-inner .banner-conent .title {
                font-size: 62px;
                line-height: 72px;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
                order: 1;
                max-width: 100%;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
                margin-left: 0px;
            }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 {
        padding: 150px 0 40px 0;
    }

        .main-banner.main-banner-3 .banner-bg {
            display: none;
        }

        .main-banner.main-banner-3 .banner-inner {
            padding: 0;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
                margin-bottom: 20px;
            }

            .main-banner.main-banner-3 .banner-inner .banner-conent .title {
                font-size: 56px;
                line-height: 60px;
            }

                .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
                    width: 26px;
                    height: 26px;
                    top: 21px;
                    left: 41px;
                }
}

@media (max-width: 575px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 .banner-content h2 {
        margin-bottom: 15px;
    }
    /* Main Banner 2 ----------*/
    .main-banner.main-banner-2 .banner-bg {
        display: none;
    }

    .main-banner.main-banner-2 .banner-inner {
        padding-bottom: 40px;
    }

        .main-banner.main-banner-2 .banner-inner .banner-conent {
            padding: 0px;
        }

            .main-banner.main-banner-2 .banner-inner .banner-conent .title {
                font-size: 44px;
                line-height: 60px;
                margin: 0px !important;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
                order: 1;
                max-width: 100%;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
                top: 20px;
                left: 30px;
                width: 22px;
            }

            .main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
                margin-bottom: 40px;
            }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 .banner-inner .banner-conent .title {
        font-size: 46px;
        line-height: 54px;
    }

        .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
            width: 22px;
            height: 22px;
            top: 19px;
            left: 35px;
        }
}

@media (max-width: 479px) {
    /* Main Banner 1 ----------*/
    .main-banner-1 .banner-title {
        font-size: 70px;
        line-height: 90px;
    }
    /* Main Banner 3 ----------*/
    .main-banner.main-banner-3 {
        padding: 125px 0 30px 0;
    }

        .main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
            font-size: 16px;
        }

        .main-banner.main-banner-3 .banner-inner .banner-conent .title {
            font-size: 34px;
            line-height: 40px;
            margin-bottom: 30px;
        }

            .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
                width: 16px;
                height: 16px;
                top: 14px;
                left: 26px;
            }

        .main-banner.main-banner-3 .banner-inner .banner-conent .banner-conent-footer {
            flex-direction: column-reverse;
            align-items: flex-start;
        }
}

/*****************************
  Layout
*****************************/
/* Sticky column */
.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.text-accent-bg {
    background-color: #000000;
    color: #ffffff;
    padding: 0 .4em;
    display: inline-block;
}

.text-tooltip {
    text-decoration: underline;
}

/*----------------------------------*/
/* Scrollbar */
/*----------------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

::-webkit-scrollbar {
    width: var(--scrollbar-width) !important;
}

.table-responsive::-webkit-scrollbar {
    width: auto;
    height: var(--scrollbar-width);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
    background-color: #77BEFF;
}

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
    position: fixed;
    z-index: 99;
    right: 50px;
    bottom: 50px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transform: translateY(30px);
}

    .back-to-top::before {
        position: absolute;
        font-family: "Font Awesome 6 Free";
        content: "\f062";
        text-align: center;
        line-height: 55px;
        opacity: 1;
        height: 55px;
        width: 55px;
        font-size: 18px;
        font-weight: 600;
        color: #77BEFF;
    }

    .back-to-top svg path {
        fill: none;
    }

    .back-to-top svg.progress-circle path {
        stroke: #77BEFF;
        stroke-width: 4;
    }

    .back-to-top.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/*----------------------------------*/
/* Workspaces Outside : Home 01 */
/*----------------------------------*/
.workspaces-outside {
    margin-bottom: 250px;
}

    .workspaces-outside .workspaces-centered-slider {
        margin-bottom: -250px;
    }

.marquee-relative {
    position: relative;
}

    .marquee-relative .marquee-absolute {
        position: absolute;
        right: 1px;
        left: 0;
        bottom: 18px;
    }

/*----------------------------------*/
/* Top White Gradient : Home 02 */
/*----------------------------------*/
.image-gradient {
    position: relative;
}

    .image-gradient:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 70%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }

/*----------------------------------*/
/* Price with Image : Home 02 */
/*----------------------------------*/
.image-with-price {
    position: relative;
}

    .image-with-price .price-box {
        position: absolute;
        left: 30px;
        top: 30px;
        width: 212px;
        height: 212px;
        z-index: 1;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }

        .image-with-price .price-box .symbol {
            font-size: 36px;
            font-weight: 700;
            margin: 0;
            background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .image-with-price .price-box .price-valid {
            display: flex;
            gap: 10px;
        }

        .image-with-price .price-box .price {
            font-size: 24px;
            font-weight: 700;
            margin: 0;
            background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .image-with-price .price-box .valid {
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
            padding-top: 10px;
        }

        .image-with-price .price-box .month {
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
        }

        .image-with-price .price-box:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            right: -8px;
            bottom: -8px;
            z-index: -1;
            border: 1px solid #ffffff;
            border-radius: 100%;
        }

/*----------------------------------*/
/* FAQ White Box : Home 02 */
/*----------------------------------*/
.accordion-bg-box {
    position: relative;
    background: #ffffff;
    padding: 100px;
}

/*----------------------------------*/
/* Client review : Home 03 */
/*----------------------------------*/
.clienti-reviews {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .clienti-reviews .clienti-profile {
        list-style-type: none;
        display: flex;
        padding: 0;
        margin: 0;
    }

        .clienti-reviews .clienti-profile li {
            flex: 0 0 52px;
            height: 52px;
            width: 52px;
            margin-left: -15px;
            border-radius: 100%;
            border: 2px solid #000000;
        }

            .clienti-reviews .clienti-profile li:first-child {
                margin-left: 0px;
            }

            .clienti-reviews .clienti-profile li img {
                border-radius: 100%;
            }

    .clienti-reviews .reviews {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        justify-content: center;
        flex-direction: column;
    }

        .clienti-reviews .reviews .reviews-number {
            font-size: 26px;
            font-weight: 700;
            line-height: 36px;
            color: #ffffff;
        }

        .clienti-reviews .reviews span {
            font-size: 16px;
            line-height: 18px;
            color: #ffffff;
        }

/*----------------------------------*/
/* Workspace Filter : Workspace Page  */
/*----------------------------------*/
.workspaces-filter {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .workspaces-filter .sidebar-btn {
        margin-bottom: 0;
    }

    .workspaces-filter .workspaces-sorting .nice-select {
        border: none;
        padding-left: 0;
        background-color: transparent;
    }

.perfect-space-filter-wrapper {
    max-width: 925px;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .perfect-space-filter-wrapper .title {
        margin-bottom: 30px;
    }

    .perfect-space-filter-wrapper .space-filter-wrapper {
        padding-right: 20px;
    }

/*----------------------------------*/
/* Map : Contact Us */
/*----------------------------------*/
.map {
    height: 550px;
    margin-bottom: -8px;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/*----------------------------------*/
/* 404 Page */
/*----------------------------------*/
.error-section .error-content {
    position: relative;
}

    .error-section .error-content .error-main-title {
        position: relative;
    }

        .error-section .error-content .error-main-title .error-text {
            display: block;
            font-size: 380px;
            line-height: 400px;
            font-weight: 400;
            color: #000000;
            -webkit-text-stroke: 2px;
            -webkit-text-stroke-color: #ffffff;
            margin-bottom: 30px;
            font-family: "Open Sans", sans-serif;
        }

        .error-section .error-content .error-main-title .bg-text-stroke {
            font-size: 380px;
            line-height: 400px;
            font-weight: 400;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: -1;
            margin-left: 6px;
            margin-top: 12px;
            width: 100%;
            -webkit-text-stroke: 2px;
            -webkit-text-stroke-color: rgba(212, 214, 215, 0.2);
            font-family: "Open Sans", sans-serif;
        }

        .error-section .error-content .error-main-title .smile-icon {
            top: 80px;
            left: 50%;
            width: 220px;
            height: 220px;
            position: absolute;
            transform: translateX(-50%);
        }

    .error-section .error-content .btn.btn-effect {
        width: 175px;
        height: 175px;
    }

        .error-section .error-content .btn.btn-effect:hover svg path {
            stroke: #77BEFF;
        }

/*----------------------------------*/
/* Coming Soon */
/*----------------------------------*/
.coming-soon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    padding: 150px 0;
    height: 100vh;
    background-color: #2563ad;
    background-blend-mode: multiply;
}

    .coming-soon-section .btn {
        width: 175px;
        height: 175px;
    }

    .coming-soon-section .countdown-wrapper .countdown span {
        font-family: "Open Sans", sans-serif;
    }

.inner-content {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.coming-soon-title {
    font-size: 60px;
    line-height: normal;
    font-weight: 500;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.coming-soon-description {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
}

/*Home 02*/
.rated-reviews {
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

    .rated-reviews h6 {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
        font-family: "Jost", sans-serif;
        color: #D4D6D7;
    }

        .rated-reviews h6 span {
            font-size: 22px;
            line-height: 22px;
            font-family: "Open Sans", sans-serif;
        }

            .rated-reviews h6 span i {
                color: #FFD401;
                margin: 0 5px;
            }

        .rated-reviews h6 a {
            font-weight: 700;
            background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.about-img {
    position: relative;
}

    .about-img img {
        border-radius: 10px;
    }

    .about-img .about-logo {
        position: absolute;
        left: 80px;
        top: 30px;
    }

/*Home 03*/
.about-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-top: 80px;
}

    .about-details .list-wrapper {
        margin-left: 15px;
    }

.about-right {
    height: 100%;
    /* display: flex; */
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.rated-reviews-2 {
    padding-right: 75px;
    margin: 0;
}

    .rated-reviews-2 h6 {
        display: flex;
        gap: 10px;
        color: #D4D6D7;
        margin: 0;
    }

        .rated-reviews-2 h6 span {
            font-size: 22px;
            line-height: 32px;
            flex-shrink: 0;
        }

            .rated-reviews-2 h6 span i {
                margin-left: 10px;
                font-size: 19px;
                color: #FFD401;
            }

        .rated-reviews-2 h6 .review-detail {
            font-size: 18px;
            line-height: 28px;
            display: inline-block;
            margin: 0;
            font-family: "Jost", sans-serif;
            font-weight: 500;
            flex-shrink: 1;
        }

            .rated-reviews-2 h6 .review-detail a {
                background-image: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

.events-tab-wrapper {
    margin-top: -150px;
}

.event-tabs {
    justify-content: flex-end;
    margin-bottom: 100px;
    border-bottom: 0;
}

    .event-tabs .nav-link.btn {
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 6px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        line-height: 32px;
        margin-left: 8px;
        height: auto;
        width: auto;
    }

        .event-tabs .nav-link.btn:after {
            left: -8px;
            top: -8px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 6px;
            margin: 0;
        }

        .event-tabs .nav-link.btn.active {
            background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            border: 1px solid #77BEFF;
        }

            .event-tabs .nav-link.btn.active:after {
                border: 1px solid #77BEFF;
            }

        .event-tabs .nav-link.btn:hover {
            background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            border: 1px solid #77BEFF;
        }

            .event-tabs .nav-link.btn:hover:after {
                border: 1px solid #77BEFF;
            }

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

    .events-list li:first-child .event-box {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

.event-box {
    padding: 50px;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
}

    .event-box .event-schedule {
        position: relative;
    }

        .event-box .event-schedule:after {
            content: "";
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.05);
            position: absolute;
            top: 0;
            right: -12px;
        }

        .event-box .event-schedule h5 {
            margin-bottom: 20px;
        }

        .event-box .event-schedule h6 {
            color: #D4D6D7;
            margin-bottom: 0;
        }

            .event-box .event-schedule h6 .event-date {
                font-size: 32px;
                line-height: 42px;
            }

    .event-box .event-details {
        display: flex;
        gap: 30px;
        justify-content: space-between;
        align-items: center;
    }

        .event-box .event-details .inner-event h6 {
            color: #D4D6D7;
            margin-bottom: 20px;
        }

        .event-box .event-details .inner-event .event-vanue {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px 25px;
        }

            .event-box .event-details .inner-event .event-vanue .event-info {
                display: flex;
                gap: 10px;
            }

                .event-box .event-details .inner-event .event-vanue .event-info img {
                    width: 20px;
                    height: 20px;
                    margin-top: 3px;
                }

                .event-box .event-details .inner-event .event-vanue .event-info p {
                    margin-bottom: 0;
                    line-height: 26px;
                }

    .event-box:hover {
        border-color: #77BEFF;
    }

.rotate-images {
    position: relative;
    margin-top: 50px;
}

    .rotate-images .rotate-bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .rotate-images .rotate-img {
        text-align: center;
    }

.our-process .list-wrapper .process-list {
    gap: 45px 30px;
    margin-top: 40px;
}

    .our-process .list-wrapper .process-list li {
        gap: 20px;
        color: #ffffff;
    }

        .our-process .list-wrapper .process-list li .process-number {
            position: relative;
            padding: 8px 15px 3px;
            border-radius: 100%;
            color: #D4D6D7;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

            .our-process .list-wrapper .process-list li .process-number:after {
                content: "";
                position: absolute;
                left: -4px;
                bottom: -4px;
                opacity: 1;
                width: 100%;
                height: 100%;
                border: 1px solid rgba(255, 255, 255, 0.1);
                transition: all 0.3s ease-in-out;
                border-radius: 100%;
            }

/*Home Shep line*/
/*.z-index-2 {
    z-index: 2;
    position: relative;
}

.item-efftect {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 0;
}

    .item-efftect .efftect {
        position: absolute;
        width: 1px;
        height: 100vh;
        top: 0px;
        background: rgba(255, 255, 255, 0.04);
        overflow: hidden;
    }

        .item-efftect .efftect::after {
            position: absolute;
            top: -50%;
            left: 0;
            content: "";
            height: 70px;
            width: 100%;
            background: linear-gradient(to bottom, rgba(131, 131, 131, 0.1) 0%, #77BEFF 75%, rgba(131, 131, 131, 0.1) 100%);
            display: block;
            -webkit-animation: run 5s 0s infinite;
            animation: run 5s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
        }

        .item-efftect .efftect:nth-child(1) {
            left: 5%;
        }

            .item-efftect .efftect:nth-child(1)::after {
                -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s;
            }

        .item-efftect .efftect:nth-child(2) {
            left: 25%;
        }

            .item-efftect .efftect:nth-child(2)::after {
                -webkit-animation-delay: 0.15s;
                animation-delay: 0.15s;
            }

        .item-efftect .efftect:nth-child(3) {
            left: 50%;
        }

            .item-efftect .efftect:nth-child(3)::after {
                -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
            }

        .item-efftect .efftect:nth-child(4) {
            left: 75%;
        }

            .item-efftect .efftect:nth-child(4)::after {
                -webkit-animation-delay: 0.35s;
                animation-delay: 0.35s;
            }

        .item-efftect .efftect:nth-child(5) {
            left: 95%;
        }

            .item-efftect .efftect:nth-child(5)::after {
                -webkit-animation-delay: 0.45s;
                animation-delay: 0.45s;
            }

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}*/

/*------------------------------*/
/* Ellipse Shep */
/*------------------------------*/
.ellipse-top {
    background-image: url("../images/bg/ellipse-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
}

.ellipse-bottom {
    background-image: url("../images/bg/ellipse-bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
    .about-img .about-logo {
        left: 30px;
        top: 30px;
    }

    .about-details {
        padding-top: 30px;
    }

        .about-details .list-wrapper {
            margin-left: 125px;
        }

    .rated-reviews-2 {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .about-details .list-wrapper {
        margin-left: 0;
    }

    .our-process .list-wrapper .process-list {
        gap: 25px;
    }

        .our-process .list-wrapper .process-list li {
            width: 100%;
        }
}

@media (max-width: 991px) {
    /* FAQ White Box */
    .accordion-bg-box {
        padding: 80px;
    }
    /* Video BG Jarallax */
    .video-bg-jarallax {
        height: 470px;
    }
    /* Map Iframe */
    .map {
        height: 400px;
    }
    /* Workspace Filter : Workspace Page  */
    .workspaces-filter-area {
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }

        .workspaces-filter-area .sidebar-btn {
            flex: none;
            margin-bottom: 0;
        }

        .workspaces-filter-area .workspaces-filter {
            width: 100%;
            margin-bottom: 0;
        }

            .workspaces-filter-area .workspaces-filter .workspaces-sorting .nice-select {
                line-height: 24px;
            }
    /* Error 404 */
    .error-section .error-content .error-main-title .error-text {
        font-size: 300px;
        line-height: 320px;
    }

    .error-section .error-content .error-main-title .bg-text-stroke {
        font-size: 300px;
        line-height: 320px;
    }

    .error-section .error-content .error-main-title .smile-icon {
        top: 60px;
        left: 50%;
        width: 190px;
        height: 190px;
    }
    /* Coming Soon */
    .coming-soon-title {
        font-size: 50px;
    }
    /* Home 03 */
    .events-tab-wrapper {
        margin-top: 0;
    }

    .event-tabs {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .event-box {
        padding: 40px 30px;
    }

    .our-process .list-wrapper .process-list {
        margin-top: 30px;
    }

        .our-process .list-wrapper .process-list li {
            width: calc(50% - 15px);
        }
}

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

    .marquee-relative .marquee-absolute {
        position: relative;
        bottom: 15px;
    }
    /* FAQ White Box */
    .accordion-bg-box {
        padding: 60px;
    }
    /* Video BG Jarallax */
    .video-bg-jarallax {
        height: 350px;
    }
    /* Map Iframe */
    .map {
        height: 300px;
    }
    /* Workspace Filter : Workspace Page  */
    .workspaces-filter-area {
        flex-direction: column;
        gap: 20px;
    }
    /* Error 404 */
    .error-section .error-content .error-main-title .error-text {
        font-size: 140px;
        line-height: 160px;
    }

    .error-section .error-content .error-main-title .bg-text-stroke {
        font-size: 140px;
        line-height: 160px;
        margin-left: 2px;
        margin-top: 8px;
    }

    .error-section .error-content .error-main-title .smile-icon {
        top: 32px;
        width: 90px;
        height: 90px;
    }
    /* Coming Soon */
    .coming-soon-title {
        font-size: 40px;
    }

    .inner-content {
        gap: 35px;
    }

    .about-details {
        height: auto;
    }

    .event-tabs .nav-link.btn {
        padding: 10px;
        font-size: 20px;
        margin-left: 6px;
        line-height: 28px;
    }

        .event-tabs .nav-link.btn:after {
            left: -6px;
            top: -6px;
        }

    .event-box {
        padding: 30px;
    }

        .event-box .event-schedule {
            margin-bottom: 30px;
        }

            .event-box .event-schedule:after {
                display: none;
            }

            .event-box .event-schedule h5 {
                margin-bottom: 10px;
            }

        .event-box .event-details .inner-event h6 {
            color: #D4D6D7;
            margin-bottom: 14px;
        }

    .rotate-images {
        margin-top: 30px;
    }

        .rotate-images .rotate-img img {
            width: 150px;
        }
}

@media (max-width: 575px) {
    /* Video BG Jarallax */
    .video-bg-jarallax {
        height: 300px;
    }
    /* Map Iframe */
    .map {
        height: 200px;
    }
    /* Workspace Filter : Workspace Page  */
    /* Error 404 */
    .error-section .error-content .error-title {
        font-size: 130px;
        line-height: 150px;
    }

    .error-section .error-content .smile-icon {
        top: 30px;
        left: 50%;
        width: 80px;
        height: 80px;
        position: absolute;
        transform: translateX(-50%);
    }

    .about-details {
        padding-top: 0;
        margin-bottom: 30px;
        height: auto;
    }

    .about-right {
        height: auto;
        gap: 15px;
    }

    .event-box .event-schedule {
        margin-bottom: 25px;
    }

        .event-box .event-schedule h5 {
            margin-bottom: 5px;
        }

    .event-box .event-details {
        flex-wrap: wrap;
        gap: 20px;
    }

    .our-process .list-wrapper .process-list li {
        width: 100%;
    }
}

@media (max-width: 479px) {
    /* Workspace Filter : Workspace Page  */
    .workspaces-filter {
        flex-direction: column;
        align-items: inherit;
        padding: 0;
        gap: 15px;
    }

    .about-details {
        gap: 15px;
    }

    .event-tabs {
        margin-bottom: 20px;
    }

        .event-tabs .nav-link.btn {
            padding: 10px 5px;
            font-size: 16px;
            margin-left: 5px;
            line-height: 24px;
        }

            .event-tabs .nav-link.btn:after {
                left: -5px;
                top: -5px;
            }

    .event-box {
        padding: 30px 15px;
    }
}

/*------------------------------*/
/* Blog Standard */
/*------------------------------*/
.blog-standard {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.format-standard .blog-post-img {
    overflow: hidden;
}

    .format-standard .blog-post-img img {
        border-radius: 10px;
    }

.format-standard .blog-post-content {
    margin-top: 40px;
}

.format-standard .post-content-header {
    margin-bottom: 20px;
}

    .format-standard .post-content-header .post-meta ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        gap: 15px;
    }

        .format-standard .post-content-header .post-meta ul li {
            color: #D4D6D7;
            font-size: 16px;
            text-transform: uppercase;
        }

            .format-standard .post-content-header .post-meta ul li a:hover, .format-standard .post-content-header .post-meta ul li a:focus {
                color: #77BEFF;
            }

    .format-standard .post-content-header .post-title {
        margin-bottom: 0;
        margin-top: 10px;
    }

        .format-standard .post-content-header .post-title a:hover, .format-standard .post-content-header .post-title a:focus {
            color: #77BEFF;
        }

.format-standard .post-content-body p {
    margin-bottom: 0;
}

    .format-standard .post-content-body p + p {
        margin-top: 15px;
    }

.format-standard .post-content-footer {
    margin-top: 30px;
}

    .format-standard .post-content-footer .social-icon {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        gap: 15px;
    }

        .format-standard .post-content-footer .social-icon li {
            position: relative;
            font-size: 20px;
            color: #ffffff;
        }

            .format-standard .post-content-footer .social-icon li a {
                color: #ffffff;
            }

                .format-standard .post-content-footer .social-icon li a:hover {
                    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .format-standard .post-content-footer .social-icon li.title {
                display: flex;
                align-items: center;
                gap: 15px;
            }

                .format-standard .post-content-footer .social-icon li.title:after {
                    content: "";
                    background: #ffffff;
                    width: 25px;
                    height: 2px;
                    position: relative;
                    top: 1px;
                }

/*------------------------------*/
/* Pagination */
/*------------------------------*/
.page-pagination .pagination {
    gap: 10px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

    .page-pagination .pagination li a {
        width: 70px;
        height: 70px;
        font-size: 20px;
        color: #D4D6D7;
    }

        .page-pagination .pagination li a:before {
            z-index: -1;
        }

        .page-pagination .pagination li a:hover {
            color: #ffffff;
        }

    .page-pagination .pagination li.active a {
        color: #ffffff;
        border-color: #77BEFF;
    }

        .page-pagination .pagination li.active a:before {
            opacity: 1;
            transform: scale(1);
        }

.primary-button {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0.50rem 1rem;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 0rem;
    background-color: rgb(14, 13, 13);
    color: var(--color--white);
    text-decoration: none;
    border-color: deepskyblue;
    
}

    .primary-button:hover {
        background: linear-gradient(90deg, rgba(39, 195, 243, 1) 0%, rgba(41, 186, 237, 1) 15.97%, rgba(45, 162, 219, 1) 42%, rgba(52, 122, 191, 1) 74.67%, rgba(58, 87, 166, 1) 100%);
        color: var(--color--white);
    }
/*------------------------------*/
/* Mobile Sidebar */
/*------------------------------*/
.sidebar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

    .sidebar-btn i {
        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sidebar-btn:focus {
        color: #ffffff;
    }

.mobile-offcanvas .header-default {
    z-index: 0;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.offcanvas-sidebar .offcanvas-header {
    padding: 35px;
}

/*------------------------------*/
/* Author Info */
/*------------------------------*/
.blog-author-info {
    display: flex;
    gap: 50px;
}

    .blog-author-info .author-image {
        flex: 0 0 180px;
    }

/*------------------------------*/
/* Comment Area */
/*------------------------------*/
.comments {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .comments .comment-list .comment-body {
        display: flex;
        gap: 30px;
        padding: 30px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

        .comments .comment-list .comment-body .comment-author {
            flex: 0 0 100px;
        }

        .comments .comment-list .comment-body .comment-content .author-name {
            margin-bottom: 7px;
        }

        .comments .comment-list .comment-body .comment-content .comment-text p {
            margin-bottom: 0;
        }

        .comments .comment-list .comment-body .comment-content .comment-reply {
            margin-top: 10px;
        }

            .comments .comment-list .comment-body .comment-content .comment-reply a {
                font-weight: 500;
                background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .comments .comment-list .children {
        padding: 0;
        margin: 0;
        padding-left: 110px;
        list-style-type: none;
    }

    .comments > .comment-list:last-child > .comment-body:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

/*Blog Single*/
.blog-single .post-content-header .blog-single-info {
    display: flex;
    margin: 30px 0px;
    align-items: center;
    justify-content: space-between;
}

    .blog-single .post-content-header .blog-single-info .blog-author {
        display: flex;
        align-items: center;
    }

        .blog-single .post-content-header .blog-single-info .blog-author img {
            width: 70px;
            height: 70px;
            flex: 0 0 70px;
            margin-right: 20px;
            border-radius: 50px;
        }

        .blog-single .post-content-header .blog-single-info .blog-author .blog-info .author-name {
            margin-bottom: 8px;
        }

        .blog-single .post-content-header .blog-single-info .blog-author .blog-info p {
            margin-bottom: 0px;
        }

    .blog-single .post-content-header .blog-single-info .social-icon {
        display: flex;
        align-items: center;
    }

        .blog-single .post-content-header .blog-single-info .social-icon ul li {
            margin: 0 10px;
        }

            .blog-single .post-content-header .blog-single-info .social-icon ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 39px;
                font-family: "Jost", sans-serif;
                font-size: 18px;
                color: #ffffff;
                font-weight: normal;
                text-transform: uppercase;
                position: relative;
                transition: all 0.3s ease-in-out;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 80%;
            }

                .blog-single .post-content-header .blog-single-info .social-icon ul li a:after {
                    content: "";
                    position: absolute;
                    left: -4px;
                    bottom: -4px;
                    width: 100%;
                    height: 100%;
                    z-index: -2;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    border-radius: 80%;
                    transition: all 0.3s ease-in-out;
                }

                .blog-single .post-content-header .blog-single-info .social-icon ul li a:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    opacity: 0;
                    z-index: -1;
                    border-radius: 80%;
                    transition: all 0.3s ease-in-out;
                    background-color: #77BEFF;
                    background: linear-gradient(150deg, #3663D8 2%, #77BEFF 56%, #00D1FF 100%);
                }

                .blog-single .post-content-header .blog-single-info .social-icon ul li a:hover:after {
                    left: 0px;
                    bottom: 0px;
                    opacity: 0;
                }

                .blog-single .post-content-header .blog-single-info .social-icon ul li a:hover:before {
                    opacity: 1;
                }

/*****************************
  Blog Fancy
*****************************/
.blog-wrapper.grid-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 0;
}

.blog-item.blog-style-3 {
    position: relative;
    padding: 40px 0;
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

    .blog-item.blog-style-3 .blog-year {
        margin-bottom: 20px;
        line-height: 28px;
    }

    .blog-item.blog-style-3 .blog-title {
        margin-bottom: 25px;
    }

    .blog-item.blog-style-3 .blog-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .blog-item.blog-style-3 .blog-footer .blog-catagory {
            font-weight: 600;
            text-transform: uppercase;
            line-height: 28px;
        }

    .blog-item.blog-style-3 .blog-action {
        z-index: 9;
        transition: all 0.3s ease-in-out;
    }

    .blog-item.blog-style-3 .gsap-img-animation {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 190px;
        object-fit: cover;
        z-index: 2;
        opacity: 0;
        visibily: hidden;
        pointer-events: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .blog-item.blog-style-3:hover {
        border-color: #77BEFF;
    }

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1199px) {
    .blog-wrapper.grid-wrapper {
        grid-column-gap: 50px;
    }
}

@media (max-width: 991px) {
    /* Mobile Sidebar */
    .offcanvas-sidebar .offcanvas-body {
        padding: 35px;
        padding-top: 0;
    }

    .blog-wrapper .blog-item.blog-style-3 {
        padding: 30px 0;
    }

        .blog-wrapper .blog-item.blog-style-3 .blog-year {
            margin-bottom: 15px;
        }
}

@media (max-width: 767px) {
    .blog-single .blog-post-content {
        padding-bottom: 60px;
    }

    .blog-single .blog-post-content,
    .blog-single .blog-post-author-info,
    .blog-single .blog-post-comments {
        margin-bottom: 60px;
    }
    /* Pagination */
    .page-pagination .pagination {
        gap: 8px;
    }

        .page-pagination .pagination li a {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

            .page-pagination .pagination li a svg {
                width: 17px;
                height: 16px;
            }
    /* Post Content Footer */
    .blog-single .post-content-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    /* Comment Area */
    .comments .comment-list .children {
        padding-left: 80px;
    }

    .comments .comment-list .comment-body .comment-author {
        flex: 0 0 80px;
    }

    .blog-wrapper .blog-item.blog-style-3 .gsap-img-animation {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 30px;
        top: auto;
        transform: inherit !important;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s ease-in-out;
        max-width: 150px;
    }

    .blog-wrapper .blog-item.blog-style-3:hover .item-inner {
        padding-right: 170px;
    }

    .blog-wrapper .blog-item.blog-style-3:hover .gsap-img-animation {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
}

@media (max-width: 575px) {
    .blog-single .post-content-header .blog-single-info {
        flex-wrap: wrap;
    }

        .blog-single .post-content-header .blog-single-info .blog-author {
            margin-bottom: 20px;
        }

        .blog-single .post-content-header .blog-single-info .social-icon ul li {
            margin: 0 5px;
        }
    /* Author Info */
    .blog-post-author-info {
        flex-direction: column;
        gap: 20px;
    }

        .blog-post-author-info .author-image {
            flex: 0 0 180px;
            width: 180px;
        }
    /* Comment Area */
    .comments .comment-list .children {
        padding-left: 50px;
    }

    .comments .comment-list .comment-body {
        flex-direction: column;
        gap: 20px;
    }

        .comments .comment-list .comment-body .comment-author {
            flex: 0 0 80px;
            width: 80px;
        }

    .blog-wrapper .blog-item.blog-style-3 .gsap-img-animation {
        display: none;
    }

    .blog-wrapper .blog-item.blog-style-3 .blog-title {
        margin-bottom: 20px;
    }

    .blog-wrapper .blog-item.blog-style-3:hover .item-inner {
        padding-right: 0;
    }
}

/*****************************
    Footer
*****************************/
.site-footer {
    background-color: #000000;
    padding-top: 45px;
    position: relative;
    z-index: 9;
    /*-------------------------*/
    /* Footer Main */
    /*-------------------------*/
    /*-------------------------*/
    /* Footer Copyright */
    /*-------------------------*/
    /*-------------------------*/
    /* Footer Dark CSS */
    /*-------------------------*/
}

.site-footer-main {
    background: linear-gradient(90deg, rgba(39, 195, 243, 1) 0%, rgba(41, 186, 237, 1) 15.97%, rgba(45, 162, 219, 1) 42%, rgba(52, 122, 191, 1) 74.67%, rgba(58, 87, 166, 1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-footer .footer-main > .container > .row {
    --bs-gutter-y: 50px;
}

.site-footer .widget-socail {
    margin-top: 30px;
}

.site-footer .footer-padding {
    padding: 80px 0;
}

.site-footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

    .site-footer .footer-copyright a {
        color: #D4D6D7;
    }

        .site-footer .footer-copyright a:hover {
            color: #77BEFF;
        }

    .site-footer .footer-copyright p {
        color: #D4D6D7;
        margin: 0px;
    }

.site-footer.footer-dark {
    /* Footer Copyright */
}

    .site-footer.footer-dark .widget .widget-title {
        color: #ffffff;
    }

    .site-footer.footer-dark .widget-menu li a {
        color: #D4D6D7;
    }

        .site-footer.footer-dark .widget-menu li a:hover {
            color: #77BEFF;
        }

    .site-footer.footer-dark .widget-info .title {
        color: #D4D6D7;
    }

    .site-footer.footer-dark .widget-newsletter .newsletter-form .form-control {
        color: #ffffff;
        padding-right: 60px;
        border-color: rgba(255, 255, 255, 0.05);
    }

        .site-footer.footer-dark .widget-newsletter .newsletter-form .form-control:focus {
            border-color: #77BEFF;
        }

        .site-footer.footer-dark .widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
            color: #D4D6D7;
        }

        .site-footer.footer-dark .widget-newsletter .newsletter-form .form-control::placeholder {
            color: #D4D6D7;
        }

    .site-footer.footer-dark .footer-copyright {
        color: #ffffff;
        border-top-color: rgba(255, 255, 255, 0.05);
        /* margin-top: 80px; */
    }

        .site-footer.footer-dark .footer-copyright > .container > .row {
            --bs-gutter-y: 30px;
        }

        .site-footer.footer-dark .footer-copyright a {
            font-weight: 600;
            color: #ffffff;
            background-color:#fff;
           /* background: linear-gradient(60deg, #3663D8 -20%, #77BEFF 100%);*/
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .site-footer.footer-dark .footer-copyright a:hover {
                color: #ffffff;
            }

/*-------------------------*/
/* Footer Sticky */
/*-------------------------*/
.site-content {
    position: relative;
    z-index: 2;
    background-color: #000000;
}

.site-footer.sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
    .site-footer .widget-socail {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .site-footer .footer-main-inner {
        display: flex;
        gap: 50px 100px;
    }

        .site-footer .footer-main-inner .footer-logo {
            width: 41.6666%;
        }

        .site-footer .footer-main-inner .footer-social {
            width: 20%;
        }

        .site-footer .footer-main-inner .footer-info {
            width: 38.3333%;
        }
}

@media (max-width: 991px) {
    .site-footer {
        padding-top: 90px;
    }

        .site-footer .footer-main-inner {
            display: flex;
            flex-direction: column;
            gap: 50px 0;
        }

            .site-footer .footer-main-inner .footer-logo {
                width: 100%;
            }

            .site-footer .footer-main-inner .footer-social {
                width: 100%;
            }

            .site-footer .footer-main-inner .footer-info {
                width: 100%;
            }
        /* Footer Social */
        .site-footer .widget-menu ul.list-col-2 li,
        .site-footer .widget-menu ul.list-col-3 li {
            width: calc(50% - 8px);
        }
    /* Footer Sticky */
    .site-content {
        margin-bottom: 0 !important;
    }

    .site-footer.sticky-footer {
        position: relative;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 70px;
    }
        /* Footer Social */
        .site-footer.footer-dark .widget-socail .socail-icon li {
            flex: 0;
            border-right: 0;
        }

            .site-footer.footer-dark .widget-socail .socail-icon li a {
                padding: 0;
            }

                .site-footer.footer-dark .widget-socail .socail-icon li a i {
                    color: #ffffff;
                }
}

@media (max-width: 479px) {
    .site-footer {
        padding-top: 50px;
    }

        .site-footer .widget-menu ul.list-col-2 li,
        .site-footer .widget-menu ul.list-col-3 li {
            width: 100%;
        }
}

/*************************
       Widget
*************************/
.sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}

/*Sidebar*/
.sidebar .widget {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget .widget-title {
    margin-bottom: 40px;
    line-height: 34px;
}

.mobile-sidebar {
    background-color: #181818;
}

/*-----------------------*/
/* Widget Search */
/*-----------------------*/
.widget-search .search {
    position: relative;
    width: 100%;
}

    .widget-search .search .form-control {
        padding: 20px 40px 20px 0px;
        border: none;
        box-shadow: none;
        background: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        font-size: 24px;
        line-height: 24px;
        color: #ffffff;
    }

        .widget-search .search .form-control:focus {
            border-color: #77BEFF;
        }

    .widget-search .search .search-btn {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0;
        font-size: 24px;
        border: none;
        transform: translateY(-50%);
        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .widget-search .search input::placeholder {
        color: #D4D6D7;
    }

/*-----------------------*/
/* Widget Recent Post */
/*-----------------------*/
.widget-recent-posts .recent-posts {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

    .widget-recent-posts .recent-posts .posts-img {
        width: 80px;
        flex: 0 0 80px;
    }

    .widget-recent-posts .recent-posts .post-info .post-title {
        display: block;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 7px;
    }

        .widget-recent-posts .recent-posts .post-info .post-title:hover {
            color: #77BEFF;
        }

    .widget-recent-posts .recent-posts:last-child {
        margin-bottom: 0px;
    }

/*-----------------------*/
/* Widget Categories */
/*-----------------------*/
.widget-categories .categories-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    list-style: none;
    flex-direction: column;
}

    .widget-categories .categories-list li a {
        font-size: 18px;
        line-height: normal;
        color: #D4D6D7;
        transition: 0.5s;
        display: block;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .widget-categories .categories-list li a:hover {
            color: #77BEFF;
            border-bottom: 1px solid #77beff;
        }

    .widget-categories .categories-list li:last-child a {
        border: none;
        padding-bottom: 0px;
    }

/*-----------------------*/
/* Widget Tags */
/*-----------------------*/
.post-tag .tag-list,
.tags-widget .tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .post-tag .tag-list li a,
    .tags-widget .tag-list li a {
        display: block;
        color: #ffffff;
        font-size: 18px;
        line-height: normal;
        padding: 6px 17px;
        background: transparent;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

        .post-tag .tag-list li a:hover,
        .tags-widget .tag-list li a:hover {
            color: #77BEFF;
            border-color: #77BEFF;
        }

    .post-tag .tag-list li:last-child,
    .tags-widget .tag-list li:last-child {
        margin-bottom: 0px;
    }

/*-----------------------*/
/* Widget Menu */
/*-----------------------*/
.widget-menu .widget-title {
    margin-bottom: 20px;
}

.widget-menu ul {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .widget-menu ul li {
        width: 100%;
    }

        .widget-menu ul li a {
            color: #D4D6D7;
        }

            .widget-menu ul li a:hover {
                color: #77BEFF;
            }

    .widget-menu ul.list-col-2 li {
        width: calc(50% - 8px);
    }

    .widget-menu ul.list-col-3 li {
        width: calc(33.3333% - 10px);
    }

/*-----------------------*/
/* Widget Socail */
/*-----------------------*/
.widget-socail ul.socail-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .widget-socail ul.socail-icon li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 39px;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        color: #D4D6D7;
        font-weight: normal;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 80%;
        z-index: 1;
    }

        .widget-socail ul.socail-icon li a:after {
            content: "";
            position: absolute;
            left: -4px;
            bottom: -4px;
            width: 100%;
            height: 100%;
            z-index: 1;
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 80%;
            transition: all 0.3s ease-in-out;
        }

        .widget-socail ul.socail-icon li a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            z-index: -1;
            border-radius: 80%;
            transition: all 0.3s ease-in-out;
            background-color: #77BEFF;
            background: linear-gradient(150deg, #3663D8 2%, #77BEFF 56%, #00D1FF 100%);
        }

        .widget-socail ul.socail-icon li a:hover {
            color: #ffffff;
        }

            .widget-socail ul.socail-icon li a:hover:after {
                left: 0px;
                bottom: 0px;
                opacity: 0;
            }

            .widget-socail ul.socail-icon li a:hover:before {
                opacity: 1;
            }

.widget-socail:hover .team-social {
    left: 0;
}

/*-----------------------*/
/* Widget Share */
/*-----------------------*/
.widget-share .share-list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    list-style-type: none;
}

    .widget-share .share-list li a {
        width: 60px;
        height: 60px;
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
    }

        .widget-share .share-list li a:hover {
            color: #ffffff;
        }

        .widget-share .share-list li a:before {
            z-index: -1;
        }

/*-----------------------*/
/* Widget Info */
/*-----------------------*/
.widget-info .title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.widget-info .number {
    font-size: 32px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #D4D6D7;
}

    .widget-info .number:hover {
        color: #77BEFF;
    }

/*-----------------------*/
/* Widget Infobox */
/*-----------------------*/
.widget.widget-infobox {
    display: flex;
    gap: 25px;
}

    .widget.widget-infobox .infobox-icon {
        color: #d04d9b;
        font-size: 40px;
        min-width: 51px;
        text-align: center;
        line-height: 50px;
    }

    .widget.widget-infobox .infobox-content {
        color: #ffffff;
    }

        .widget.widget-infobox .infobox-content .title {
            color: #ffffff;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .widget.widget-infobox .infobox-content p {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.95em;
        }

            .widget.widget-infobox .infobox-content p + p {
                margin-top: 5px;
            }

/*-----------------------*/
/* Widget Newsletter */
/*-----------------------*/
.widget-newsletter p {
    margin-bottom: 20px;
    color: #D4D6D7;
}

.widget-newsletter .newsletter-form {
    display: flex;
    gap: 15px;
    position: relative;
}

    .widget-newsletter .newsletter-form .form-control {
        margin: 0;
        padding: 17px 20px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

        .widget-newsletter .newsletter-form .form-control:focus {
            border-color: #77BEFF;
        }

        .widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
            color: #D4D6D7;
        }

        .widget-newsletter .newsletter-form .form-control::placeholder {
            color: #D4D6D7;
        }

    .widget-newsletter .newsletter-form .subscribe-btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 20px;
        color: #77BEFF;
        width: 80px;
        background: none;
        border: none;
    }

/*-----------------------*/
/* Essential Amenities */
/*-----------------------*/
.widget-amenities .amenities-list {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

    .widget-amenities .amenities-list .form-check {
        margin: 0;
    }

/*-----------------------*/
/* Address Info List */
/*-----------------------*/
.widget ul.address-info-list {
    list-style: none;
    padding: 0;
}

    .widget ul.address-info-list li {
        margin-bottom: 20px;
    }

        .widget ul.address-info-list li h6 {
            color: #D4D6D7;
            margin-bottom: 0px;
        }

            .widget ul.address-info-list li h6 img {
                margin-right: 10px;
            }

        .widget ul.address-info-list li:last-child {
            margin-bottom: 0px;
        }

    .widget ul.address-info-list.address-info-2 {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin-bottom: 60px;
    }

        .widget ul.address-info-list.address-info-2 li {
            margin-bottom: 0;
            width: 100%;
        }

/*-----------------------*/
/* Widget Address Info */
/*-----------------------*/
.widget-address-info ul.address-info-list {
    margin-bottom: 0px;
}

    .widget-address-info ul.address-info-list li {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

        .widget-address-info ul.address-info-list li .icon {
            margin-top: 6px;
            flex-shrink: 0;
        }

        .widget-address-info ul.address-info-list li .info {
            font-weight: 400;
            line-height: 28px;
        }

            .widget-address-info ul.address-info-list li .info span {
                display: block;
                font-weight: 600;
                color: #ffffff;
            }

@media (max-width: 1199px) {
    .widget ul.address-info-list.address-info-2 {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .widget ul.address-info-list.address-info-2 {
        margin-bottom: 50px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .sidebar .widget:not(:last-child) {
        margin-bottom: 50px;
    }
    /*-----------------------*/
    /* Widget Socail */
    /*-----------------------*/
    .widget-socail .socail-icon {
        flex-direction: inherit;
    }

        .widget-socail .socail-icon li {
            flex: 2;
            border-bottom: none;
            border-right: 1px solid rgba(255, 255, 255, 0.15);
        }

            .widget-socail .socail-icon li a {
                padding: 30px 0;
                font-size: 0;
            }

                .widget-socail .socail-icon li a i {
                    opacity: 1;
                    font-size: 35px;
                    position: relative;
                    visibility: visible;
                    color: #D4D6D7;
                }

                .widget-socail .socail-icon li a:hover i, .widget-socail .socail-icon li a:focus i {
                    color: #ffffff;
                }

            .widget-socail .socail-icon li:last-child {
                border-right: none;
            }

    .widget-socail.social-horizontal .socail-icon li {
        padding: 30px 0;
        font-size: 0;
    }

        .widget-socail.social-horizontal .socail-icon li i {
            opacity: 1;
            font-size: 35px;
            position: relative;
            visibility: visible;
        }

    .sidebar .widget {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .sidebar .widget:not(:last-child) {
        margin-bottom: 40px;
    }
    /*-----------------------*/
    /* Recent Post */
    /*-----------------------*/
    .widget-recent-posts .recent-posts .posts-img {
        width: 70px;
        flex: 0 0 70px;
    }

    .widget-recent-posts .recent-posts .post-info .post-title {
        font-size: 16px;
    }
    /*-----------------------*/
    /* Widget Socail */
    /*-----------------------*/
    .widget-socail .socail-icon li a i,
    .widget-socail.social-horizontal .socail-icon li i {
        font-size: 26px;
    }

    .widget ul.address-info-list.address-info-2 {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .text-span-55 {
        font-weight: 300;
    }
}
.heading-13 {
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom :10px;
}
.section-9 {
    background-color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}
.text-span-52 {
    color: whitesmoke;
    
}

