/*****************************************************************
    Template Name    : auxinzio - IT Solutions & Business Services Multipurpose HTML5 Website Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2024
    File Description : Main css file of the template
*****************************************************************/

/*****************************************************************

** - 01 - Default CSS
** - 02 - Preloader Section CSS
** - 03 - Navbar Section CSS
** - 04 - Home All Section CSS
** - 05 - Services All Section CSS
** - 06 - Services Details Page CSS
** - 07 - About Section CSS
** - 08 - Feature All Section CSS
** - 09 - Work Process Section CSS
** - 10 - Technology Work Section CSS
** - 11 - Overview Section CSS
** - 12 - Counter Section CSS
** - 13 - Portfolio Section CSS
** - 14 - Portfolio Details Page CSS
** - 15 - Testimonial Section CSS
** - 16 - Team Section CSS
** - 17 - Hire Section CSS
** - 18 - Partner Section CSS
** - 19 - Blog Section CSS
** - 20 - Blog Details Page CSS
** - 21 - Blog Page Sidebar Widget CSS
** - 22 - Other Page Banner Title Section CSS
** - 23 - Contact Page CSS
** - 24 - Pricing Page CSS
** - 25 - Faq Page CSS
** - 26 - 404 Error Page CSS
** - 27 - Coming Soon Page CSS
** - 28 - Terms & Conditions Page CSS
** - 29 - Privacy Policy Page CSS
** - 30 - Subscribe Section CSS
** - 31 - All Page Footer Section CSS
** - 32 - All Page Copyright Section CSS
** - 33 - Product Section CSS
** - 34 - Product Details Page CSS

** - 35 - Footer Section CSS

*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/
*, *:before, *:after {
    box-sizing: inherit;
}

@font-face {
    font-family: "Rubik";
    src: url('../fonts/Baumans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "CalSans";
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "CantoraOne";
    src: url('../fonts/Freeman-Regular.ttf') format('truetype');
}


:root {
    --gradi-green-500: #22c55e;
    --gradi-green-600: #16a34a;
    --gradi-cyan-500: #06b6d4;
    --gradi-cyan-600: #0891b2;
    --gradi-teal-500: #14b8a6;
    --gradi-teal-600: #0d9488;
    --gradi-500: linear-gradient(125deg, var(--gradi-green-500), var(--gradi-cyan-500) 65%);
    --gradi-600: linear-gradient(to right,var(--gradi-green-600), var(--gradi-cyan-600));
    --green: rgb(34 197 94);
    --text-cyan-600: rgb(8 145 178);
    --bg-cyan-100: rgb(207 250 254);
}

* {
    scroll-behavior: inherit !important;
}

html, body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    padding: 0;
    font-size: 15px;
    font-family: CalSans, sans-serif;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

button {
    outline: 0 !important;
}

dl, ol, ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.bg-grey {
    background-color: #f7f8f8;
}

.section-padding {
    padding: 100px 0;
}

a {
    color: #404040;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    line-height: 1.4;
    font-family: CalSans, sans-serif;
    margin: 0;
}

p {
    color: #696997;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.2px;
/*    font-family: CantoraOne, sans-serif;*/
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.read-more {
    color: transparent;
    background-image:var(--gradi-500);
    background-clip:text;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.read-more i {
    color: transparent;
    background-image: var(--gradi-500);
    background-clip: text;
    font-size: 24px;
    display: flex;
    align-items: center;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-right: 5px;
}

.read-more:hover i {
    transform: translateX(5px);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.more-button-box {
    text-align: center;
    margin-top: 40px;
}

.default-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 5px;
    display: inline-block;
    background-color: #18A7DF;
    box-shadow: 0 7px 25px rgb(123,104,238,0.25);
    margin-top: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.default-btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-image:var(--gradi-500);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-btn:hover, .default-btn:focus {
    color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
    width: 200%;
    height: 500px;
}

.default-btn-one {
    border: 1px solid white !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--text-cyan-600);
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 0.5rem;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 7px 25px rgb(123,104,238,0.25);
    -webkit-transition: 0.4s;
    transition: all 0.4s;
    border: none;
    margin-top: 5px;
    margin-right: 20px;
}

.home-section .default-btn-one{
    padding-right:25px;
}

.default-btn-one > i {
    transition: all 0.4s;
}

.default-btn-one span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-image: var(--gradi-500);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-btn-one:hover, .default-btn-one:focus, .default-btn:hover, .default-btn:focus {
    transform:scale(1.05);
}

.home-section .default-btn-one:hover>i, .home-section .default-btn-one:focus>i{
    transform:translateX(0.25rem);
}

.default-btn-one:hover span, .default-btn-one:focus span {
    width: 200%;
    height: 500px;
}

.gradi-text{
    background-image:var(--gradi-500);
    color:transparent;
    background-clip:text;
}

.gradi-text.dynamic {
    transition: opacity .4s ease, transform .4s ease;
    display: inline-block;
}

.gradi-text.dynamic.hide {
    opacity: 0;
    transform: translateY(10px);
}

.gradi-text.dynamic.show {
    opacity: 1;
    transform: translateY(0);
}

.default-btn-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-image: var(--gradi-500);
    box-shadow: 0 7px 25px rgb(123,104,238,0.25);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 5px;
    margin-right: 20px;
}
.default-btn-two:hover{
    color:white !important;
}
.default-btn-two span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-btn-two:hover span, .default-btn-two:focus span {
    width: 200%;
    height: 500px;
}



.other-option {
    position: relative;
    padding: 3px;
    /* Apply the new blue gradient background for the border */
/*    background: linear-gradient(90deg, #00C6FF, #0072FF);*/
    border-radius: 0.9em;
    transition: all 0.4s ease;
    display: inline-block;
}

/* Base styles for the button (anchor tag) */
.support-btn {
    /* Adapted from the original button styles */
    font-size: 1.2em;
    padding: 0.2em 0.7em;
    border-radius: 0.2em;
    border: none;
    background-image: var(--gradi-500);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: all 0.4s;
    box-shadow: 2px 2px 3px #0000005e;
}
.support-btn:hover{
    color:#fff !important;
    transform:scale(1.05);
    background-image: var(--gradi-600);

}

.section-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-title {
    color: var(--text-cyan-600);
    background-color: var(--bg-cyan-100);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 25px;
}

.product-left-box .sub-title {
    float: right;
}

.product-right-box {
    height: 400px;
    width: 100%;
}

.color-text {
    color: #18A7DF;
}

.text-gradient {
    /** TEXT GRADIENT */
    color: #f44336;
    background-image: -webkit-linear-gradient(45deg, #f44336 48%, #ff9800 56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[data-overlay-dark]:before {
    background-color: #02050b;
}

[data-overlay-light]:before {
    background-color: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
/* [ End Overlay ] */

/*********************************
   ** - 00 -  Go Top CSS
   *********************************/
.go-top {
    color: #ffffff;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 15px;
    width: 45px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    background-color: var(--gradi-cyan-500);
    -webkit-transition: .9s;
    transition: .9s;
    cursor: pointer;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}

.go-top i:last-child {
    top: 60%;
    opacity: 0;
    visibility: hidden;
}

.go-top::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background-color: var(--gradi-cyan-600);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/**************************************
   ** - 02 - Preloader Section CSS
   **************************************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: transparent;
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}
.preloader .loadingspinner {
    --square: 26px;
    --offset: 30px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc( 3 * var(--offset) + var(--square));
    height: calc( 2 * var(--offset) + var(--square));
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.preloader .loader .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
}

.preloader .loader .shadow {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: 0.1;
    border-radius: 50%;
    background-color: #000000;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #18a7df45;
    backdrop-filter: blur(6px);
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
    width: 0;
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

.loadingspinner {
    --square: 26px;
    --offset: 30px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc( 3 * var(--offset) + var(--square));
    height: calc( 2 * var(--offset) + var(--square));
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.loadingspinner div {
    display: inline-block;
    background: #a1e473;
    border: none;
    border-radius: 2px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    padding: 0px;
    margin: 0px;
    font-size: 6pt;
    color: black;
}

.loadingspinner #square1 {
    left: calc( 0 * var(--offset) );
    top: calc( 0 * var(--offset) );
    animation: square1 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square2 {
    left: calc( 0 * var(--offset) );
    top: calc( 1 * var(--offset) );
    animation: square2 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square3 {
    left: calc( 1 * var(--offset) );
    top: calc( 1 * var(--offset) );
    animation: square3 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square4 {
    left: calc( 2 * var(--offset) );
    top: calc( 1 * var(--offset) );
    animation: square4 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square5 {
    left: calc( 3 * var(--offset) );
    top: calc( 1 * var(--offset) );
    animation: square5 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both;
}

@keyframes square1 {
    0% {
        left: calc( 0 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    8.333% {
        left: calc( 0 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    100% {
        left: calc( 0 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }
}

@keyframes square2 {
    0% {
        left: calc( 0 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    8.333% {
        left: calc( 0 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    16.67% {
        left: calc( 1 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    25.00% {
        left: calc( 1 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    83.33% {
        left: calc( 1 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    91.67% {
        left: calc( 1 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    100% {
        left: calc( 0 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }
}

@keyframes square3 {
    0%,100% {
        left: calc( 1 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    16.67% {
        left: calc( 1 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    25.00% {
        left: calc( 1 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    33.33% {
        left: calc( 2 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    41.67% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    66.67% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    75.00% {
        left: calc( 2 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    83.33% {
        left: calc( 1 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    91.67% {
        left: calc( 1 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }
}

@keyframes square4 {
    0% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    33.33% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    41.67% {
        left: calc( 2 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    50.00% {
        left: calc( 3 * var(--offset) );
        top: calc( 2 * var(--offset) );
    }

    58.33% {
        left: calc( 3 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    100% {
        left: calc( 3 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }
}

@keyframes square5 {
    0% {
        left: calc( 3 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    50.00% {
        left: calc( 3 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    58.33% {
        left: calc( 3 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    66.67% {
        left: calc( 2 * var(--offset) );
        top: calc( 0 * var(--offset) );
    }

    75.00% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }

    100% {
        left: calc( 2 * var(--offset) );
        top: calc( 1 * var(--offset) );
    }
}

@keyframes squarefadein {
    0% {
        transform: scale(0.75);
        opacity: 0.0;
    }

    100% {
        transform: scale(1.0);
        opacity: 1.0;
    }
}

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@-webkit-keyframes animate {
    17% {
        /*          border-bottom-right-radius: 3px;*/
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        /*          border-bottom-right-radius: 40px;*/
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        /*          border-bottom-right-radius: 3px;*/
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        /*          border-bottom-right-radius: 40px;*/
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

/*************************************
   ** - 03 - Navbar Section CSS
   *************************************/
.auxinzio-responsive-nav {
    display: none;
}

.auxinzio-nav {
    padding: 5px 15px;
    backdrop-filter: blur(5px);
}

.auxinzio-nav .navbar {
    padding: 0 30px;
    justify-content: space-between !important;
}

.auxinzio-nav .navbar .navbar-collapse {
    flex-grow: 0 !important;
    padding: 5px;
    border-radius: 75px;
    border: 1px solid #f5f5f500;
}

.auxinzio-nav .navbar ul {
    padding: 0 10px;
    list-style-type: none;
    margin-bottom: 0;
}

.auxinzio-nav .navbar .navbar-nav {
    margin: auto;
    column-gap: 10px;
    padding:0 20px;
}

.auxinzio-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 10px 15px;
/*                overflow: hidden;*/
    border-radius: 30px;
    border: 1px solid #f5f5f500;
    transition-delay: 0.4s;
    transition: all 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    background-color: #ffffff33;
    z-index: -1;
}

.auxinzio-nav .navbar .navbar-nav .nav-item:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
    border-radius: 30px;
    transition: all 1s;
    opacity: 0;
}

.auxinzio-nav .navbar .navbar-nav .nav-item:hover {
    transition-delay: 0.2s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}


.auxinzio-nav .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: -1px;
    font-size: 10px;
    margin-left: 2px;
}


.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 0;
    width: 230px;
    padding: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0px solid transparent;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    position: relative;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 0;
}

.auxinzio-nav.index-navber .navbar .navbar-nav .nav-item a {
    color: #555;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ffffff;
    background-color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    left: -245px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #696997;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--green) !important;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: -245px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: -245px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: 195px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: 195px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: 195px;
    opacity: 0;
    visibility: hidden;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #18A7DF;
}

.auxinzio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auxinzio-nav .navbar .other-option {
    margin-top: 3px;
    margin-left: 0;
}

.auxinzio-nav .black-logo {
    display: none;
}

.navbar-section {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-section.is-sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-section.is-sticky .navbar-nav .nav-item a {
    color: #505050;
}

.navbar-section.is-sticky .navbar-nav .nav-item:after {
    display: none;
}

.navbar-section.is-sticky .navbar-nav .nav-item {
    transition: all 0.4s;
}

.navbar-section:has(:hover) .navbar-nav .nav-item a:hover, .navbar-section.is-sticky .navbar-nav .nav-item a:hover, .navbar-section .navbar-nav .nav-item a:hover, .navbar-section .navbar-nav .nav-item a:focus, .navbar-section .navbar-nav .nav-item a.active {
    color: var(--green) !important;
}

.navbar-section.is-sticky .auxinzio-nav .navbar-brand .white-logo {
    display: none;
}

.navbar-section.is-sticky .auxinzio-nav .navbar-brand .black-logo {
    display: block;
}

.what-we-do .dropdown-menu-custom, .products-drop .dropdown-menu-custom {
    position: absolute;
    top: 56px;
    left: 50%;
    background: #fff;
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.97) translateX(-50%);
    transition: 0.1s ease-in-out;
    transform-origin: top;
    z-index: 1000;
    border-top-left-radius: 0;
    display: flex;
    border-top-right-radius: 0;
}
.products-drop .dropdown-menu-custom{
    min-width:200px;
    display:unset;
}
.what-we-do .dropdown-menu-custom .dropmenu-link {
    min-width: 200px;
}
.dropdown-menu-custom>li{
    padding:8px 10px !important;
}
.dropmenu-link{
    padding:0px !important;
}
.dropmenu-link > li {
    padding: 8px !important;
}
.navbar-section:has(:hover) {
    background-color: white;
}
.navbar-section:has(:hover) .navbar-nav .nav-item a{
    color:#505050;
}
.what-we-do > a > i, .products-drop > a > i{
    transition:all 0.2s;
}
.what-we-do:hover > a > i, .products-drop:hover > a > i {
    transform: rotateX(180deg);
}
.what-we-do:hover .dropdown-menu-custom, .products-drop:hover .dropdown-menu-custom {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateX(-50%);
}

.dropdown-menu-custom li {
    list-style: none;
}

.dropdown-menu-custom li {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.dropdown-menu-custom li a {
    color: #505050 !important;
}

.dropmenu-link > li:first-child {
    margin-top: 10px;
}
 
@media only screen and (max-width: 991px) {

    .mean-container .mean-nav ul li li li a, .products-drop .dropdown-menu-custom > li > a {
        padding: 0 !important;
        border-top: 0 !important;
    }


    .what-we-do .dropdown-menu-custom, .products-drop .dropdown-menu-custom {
        display: unset;
        min-width: unset;
        max-width: 90%;
        position: static;
        transform: unset;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .what-we-do:hover .dropdown-menu-custom, .products-drop:hover .dropdown-menu-custom {
        display: block;
        transform: unset;
    }

    .navbar-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-section.is-sticky {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar-section.is-sticky .logo .white-logo {
        display: none;
    }

    .navbar-section.is-sticky .logo .black-logo {
        display: block;
    }

    .auxinzio-responsive-nav {
        display: block;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu {
        display: flex;
        align-items: center;
        position: relative;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .mean-nav ul li a {
        color: #101834;
        font-size: 14px;
        font-weight: 400;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #18A7DF;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .navbar-nav {
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .auxinzio-responsive-nav .auxinzio-responsive-menu.mean-container .others-options {
        display: none;
    }

    .auxinzio-responsive-nav .mean-container a.meanmenu-reveal {
        color: #404040;
    }

    .auxinzio-responsive-nav .mean-container a.meanmenu-reveal span {
        background-color: #404040;
    }

    .auxinzio-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .auxinzio-responsive-nav .logo .white-logo {
        display: block;
    }

    .auxinzio-responsive-nav .logo .black-logo {
        display: none;
    }

    .auxinzio-nav {
        display: none;
    }
}

.auxinzio-nav .navbar .other-option .call-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #18A7DF;
    padding: 8px 10px;
    padding-right: 15px;
    border-radius: 5px;
}

.auxinzio-nav .navbar .other-option .call-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #18A7DF;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

/*********************************
   ** - 04 - Home 1 Section CSS
   *********************************/
.home-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 800px;
    min-height: 100vh;
    background: linear-gradient(135deg, #0B132B 0%, #0A58CA 100%);
}

.main-banner-content {
    padding-top: 50px;
}

.main-banner-content h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.main-banner-content h6 {
    color: #ff9800;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-banner-content p {
    color: #CBD5E1;
    font-size: 20px;
    margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
    margin-top: 25px;
}

.home-section .banner-image {
    text-align: center;
    padding-top: 50px;
}

.home-section .creative-shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: auto;
}

/**************************************
   ** - 04.2 - Home-2 Section CSS
   **************************************/
.home-section.home-2 {
    position: relative;
    z-index: 1;
    height: 800px;
    min-height: 100vh;
    background: url(../img/home-bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-section.home-2 .main-banner-content {
    padding-top: 70px;
}

.home-section.home-2 .main-banner-content .banner-btn {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.home-section.home-2 .main-banner-content h1 {
    color: #362c72;
    font-size: 55px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.home-section.home-2 .main-banner-content p {
    color: #333333;
}

.video-box {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.home-section.home-2 .video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #18A7DF;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-section.home-2 .video-btn i {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding-left: 2px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-section.home-2 .video-btn:hover {
    background-color: #ffffff;
}

.home-section.home-2 .video-btn:hover i {
    color: #18A7DF;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
        box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
        box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
        box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
        box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
    }
}


/****************************************
   ** - 04.2 - Home-2 Shape Animation
   ****************************************/
.home-shape-animation .shape-1 {
    position: absolute;
    right: 10%;
    top: 16%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-2 {
    position: absolute;
    left: 33%;
    top: 18%;
    z-index: -1;
}

.home-shape-animation .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.home-shape-animation .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-4 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesTwo 20s infinite linear;
    animation: animationFramesTwo 20s infinite linear;
}

.home-shape-animation .shape-5 {
    position: absolute;
    left: 5%;
    top: 26%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.home-shape-animation .shape-6 {
    position: absolute;
    left: 50%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.home-shape-animation .shape-7 {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(-73px,1px) rotate(-36deg);
        transform: translate(-73px,1px) rotate(-36deg)
    }

    40% {
        -webkit-transform: translate(-141px,-72px) rotate(-72deg);
        transform: translate(-141px,-72px) rotate(-72deg)
    }

    60% {
        -webkit-transform: translate(-83px,-122px) rotate(-108deg);
        transform: translate(-83px,-122px) rotate(-108deg)
    }

    80% {
        -webkit-transform: translate(40px,-72px) rotate(-144deg);
        transform: translate(40px,-72px) rotate(-144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(-73px,1px) rotate(-36deg);
        transform: translate(-73px,1px) rotate(-36deg)
    }

    40% {
        -webkit-transform: translate(-141px,-72px) rotate(-72deg);
        transform: translate(-141px,-72px) rotate(-72deg)
    }

    60% {
        -webkit-transform: translate(-83px,-122px) rotate(-108deg);
        transform: translate(-83px,-122px) rotate(-108deg)
    }

    80% {
        -webkit-transform: translate(40px,-72px) rotate(-144deg);
        transform: translate(40px,-72px) rotate(-144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

/**************************************
   ** - 04.3 - Home-3 Section CSS
   **************************************/
.home-3 {
    position: relative;
    z-index: 1;
    height: 100px;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#particles-js {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -999 !important;
    pointer-events: none; /* don't block clicks */
    filter: brightness(80%) hue-rotate(-10deg) saturate(0.6);
}

.home-3 .main-banner-content {
    padding-top: 70px;
    z-index: 1;
}

.home-3 .main-banner-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height:1.2;
}

.home-3 .banner-image {
    padding-top: 70px;
}

.main-banner-content .social-icon-list {
    margin-bottom: 15px;
}

.main-banner-content .social-icon-list li {
    display: inline-block;
    margin: 5px 5px;
}

.main-banner-content .social-icon-list li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-banner-content .social-icon-list li a:hover {
    color: #fff;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
}

/****************************************
   ** - 04.4 - Home Slider Section CSS
   ****************************************/

/********************************************
   ** - 04.5 - Home Slideshow Section CSS
   ********************************************/
.home-slideshow {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 750px;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slideshow::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.home-slideshow .main-banner-content {
    padding-top: 70px;
    text-align: center;
}

.home-slideshow .main-banner-content h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.home-slideshow .main-banner-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.home-slideshow .main-banner-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
}

.home-slideshow .main-banner-content .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
}

.home-slideshow .main-banner-content .banner-btn .default-btn-one span {
    background-color: #ff561d;
}

/************************************
   ** - 04.6 - Home 6 Section CSS
   ************************************/
.home-6.home-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 800px;
    min-height: 100vh;
    background: url(../img/home-6-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-6.home-section:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: transparent;
    background-image: linear-gradient(70deg,#18A7DF 40%,#18A7DF 30%,rgb(123, 104, 238, 0.12) 70%);
}

.home-6 .main-banner-content {
    padding-top: 70px;
}

.home-6.home-section .main-banner-content .social-icon-list li a:hover {
    color: #18A7DF;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

/**************************************
   ** - 05 - Services Section CSS
   **************************************/
.services-section .section-title {
    margin-bottom: 35px;
}

.services-section .col-lg-4, .services-section .col-md-6 {
    display: flex;
}

.services-section .single-services-item {
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
}

.services-section .single-services-item > div:first-child{
        border-radius: 10px;
}

.services-section .single-services-item .services-icon{
    width:100%;
}
.services-section .single-services-item .services-content{
    padding: 15px;
    background: white;
    border-radius: 10px;
}
.services-section .single-services-item{
    box-shadow:none;
    border:none;
}

.single-services-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 1.5rem;
    border: 1px solid rgb(159 157 157 / 25%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px #8f8f8f2e;
}

.services-icon {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}
.services-icon img{
    border-radius:10px 10px 0 0;
    transition: all 500ms ease-out;
    height:100%;
}
.services-section img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.services-icon i {
    color: #ff561d;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
    position:relative;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}

.services-section .single-services-item h3 {
    margin-bottom: 20px;
}

.single-services-item h3::after{
    position:absolute;
    content:"";
    height:3px;
    width:75px;
    background-image:var(--gradi-600);
    bottom:-10px;
    left:0;
    transition:all 500ms ease-out;
}

.single-services-item:hover h3::after{
    width:125px;
}

.single-services-item h3 a {
    display: inline-block;
    color: #ff9800;
}

.single-services-item p {
    font-size: 14px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-top: 5px;
    color: #696997;
}


.services-section-three .single-services-item:hover {
    box-shadow: 0 0 15px #8f8f8f8a;
}
.single-services-item:hover img {
    transform: scale(1.1) translateY(-10px);
    filter:brightness(95%);
}

/****************************************
   ** - 05.2 - Services Two Section CSS
   ****************************************/
.services-section-two .section-title {
    margin-bottom: 35px;
}

.single-services-two-item {
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    padding: 45px 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
}

.services-icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
    will-change: transform;
}

.services-icon-box .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.single-services-two-item:hover .services-icon-box .default-icon {
    opacity: 0;
    visibility: hidden;
}

.single-services-two-item:hover .services-icon-box .hover-icon {
    opacity: 1;
    visibility: visible;
}

.single-services-two-item h3 {
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}

.single-services-two-item h3 a {
    display: inline-block;
    color: #ff9800;
}

.single-services-two-item p {
    font-size: 16px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-services-two-item:hover {
    background-color: #18A7DF;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-two-item:hover .services-icon-box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.single-services-two-item:hover h3 {
    color: #ffffff;
}

.single-services-two-item:hover p {
    color: #ffffff;
}

.single-services-two-item:hover .services-btn a,
.single-services-two-item:hover .services-btn a i {
    color: #ffffff;
}

/******************************************
   ** - 05.3 - Services Three Section CSS
   ******************************************/
.services-section-three .section-title {
    margin-bottom: 35px;
}

.services-section-three .col-lg-4, .services-section-three .col-md-6 {
    display: flex;
}

.single-services-three-item {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    padding: 35px 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
}

.single-services-three-item .services-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
    will-change: transform;
}

.single-services-three-item h3 {
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}

.single-services-three-item h3 a {
    display: inline-block;
}

.single-services-three-item p {
    font-size: 16px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-three-content {
    padding: 20px;
     padding-top: 0; 
    z-index: 1;
    border-radius: 10px;
}

.services-three-content .features-list {
    padding: 5px 0;
    border-bottom: 2px solid #e6e5f1;
    margin-bottom: 15px;
}

.services-three-content .features-list li, .solution-single-item li, .solution-details li {
    position: relative;
    color: black;
    font-size: 14px;
    padding-left: 20px;
    margin: 11px 0;
    display: flex;
    align-items: center;
}

.services-three-content .features-list li{
    padding-left:0;
}

.services-three-content .features-list li>i, .solution-single-item li>i, .solution-details li>i{
    color:transparent;
    background-image:var(--gradi-500);
    background-clip:text;
    font-size:25px;
    margin-right:10px;
    width: 10%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-three-content .features-list li>span{
    width:90%;
}

.single-services-three-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*****************************************
   ** - 06 - Services Details Page CSS
   *****************************************/
.services-details-image {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}

.services-details-image img {
    border-radius: 5px;
}

.services-details-content h3 {
    font-size: 25px;
    margin: 15px 0px;
}

.services-details-content .features-text {
    margin-top: 20px;
}

.services-details-content .features-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.services-widget .widget {
    padding: 30px 25px;
    border-radius: 5px;
    backdrop-filter: blur(40px) saturate(180%);
    background: #e9e9e9;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 35px;
}

.services-widget .widget:first-child {
    margin-top: 0;
}

.services-widget .widget .widget-title {
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}

.services-widget .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: var(--gradi-teal-600);
}

.services-widget .widget_categories ul {
    margin-bottom: 0;
}

.services-widget .widget_categories ul li {
    position: relative;
    background:white;
    color: #747576;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    border-radius:5px;
}

.services-widget .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.services-widget .widget_categories ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 5px;
    background: linear-gradient(white,white);
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    border: 1px solid white;
}

.services-widget .widget_categories ul li a:hover {
    color: transparent;
    background: var(--gradi-500);
    background-clip:text;
    border:1px solid var(--gradi-teal-500);
}

.widget_download_btn a {
    display: block;
    padding: 12px 20px;
    border-radius: 5px;
}

.widget_download_btn a:first-child {
    margin: 0 0 12px;
}

/***********************************
   ** - 07 - About Section CSS
   ***********************************/
.about-area {
    position: relative;
    z-index: 1;
    background-image:url("../img/bg.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.about-area h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #059bdb;
}
.about-content {
    margin-right: 15px;
}

.about-content h2, .counter-area .title, .section-title h2, .partner-title h2, .openings h2, .hire-team h2, .join-section h1 {
    font-size: 48px;
    font-weight: 900 !important;
    margin-bottom: 20px;
    color: #000;
}

.about-content p {
    margin-bottom: 15px;
    color: #696997;
}

.about-content p:nth-last-child(2) {
    margin-bottom: 0px;
}

.about-area .skills {
    margin-top: 20px;
}

.about-area .skills .skill-item {
    margin-bottom: 20px;
}

.about-area .skills .skill-item:last-child {
    margin-bottom: 0px;
}

.about-area .skills .skill-item h6 {
    position: relative;
    z-index: 4;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-area .skills .skill-item h6 em {
    float: right;
    font-size: 15px;
    font-style: normal;
}

.about-area .skills .skill-item .skill-progress {
    position: relative;
    height: 7px;
    border-radius: 5px;
    background-color: #ddddff;
}

.about-area .skills .skill-item .skill-progress .progres {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    border-radius: 5px;
    background-image: var(--gradi-600);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.about-btn-box {
    display: inline-block;
    margin-top: 25px;
}

.about-image {
    position: relative;
    text-align: center;
    margin-left: 0px;
}

.about-image img {
    border-radius: 5px;
}

.about-left{
    display:flex;
    position:relative;
    gap:20px;
}

.about-image-1 img{
    border-top-left-radius: 50px;
}

.about-image-2 img{
    border-bottom-right-radius: 50px;
}

.about-image-1, .about-image-2{
    border-radius:10px;
}
.about-image-1 img, .about-image-2 img{
    height:100%; 
}
.project-design{
    display:none;
}
.years-design{
    position:absolute;    
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.years-design::before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background-image: var(--gradi-500);
    z-index:-1;
    opacity:0.5;
    top:0;
    left:0;
    border-radius:20px;
    backdrop-filter:blur(5px);
}

.years-design, .project-design {
    padding: 15px 10px;
    text-align:center;
    background:white;
    border-radius:20px;
}

.years-design h2, .project-design h2 {
    font-size: 70px;
    font-weight: 500;
    color:black;
    line-height: 1.1;
}

.years-design h5, .project-design h5 {
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

/**************************************
   ** - 08 - Feature Section CSS
   **************************************/
.feature-section .row {
    row-gap: 30px;
    background-color: white;
}

.feature-single-item {
    position: relative;
    z-index: 1;
    padding: 40px 50px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    height: 100%;
}

.feature-single-item i{
    font-size: 40px;
    padding: 15px;
    border-radius: 10px;
    background: var(--gradi-500);
    color: white;
    margin-bottom: 10px;
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.feature-card{
    z-index:2;
    padding:3px;
    flex-grow:1;
}
    
.feature-section>div>div>h2{
    width:50%;
    font-weight:900;
    font-size:40px;
}

.feature-single-item h3 {
    color: black;
    font-size: 22px;
    width: 100%;
    font-weight:900 !important;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.feature-single-item p {
    margin-bottom: 20px;
    text-align: center;
    color: #696997;
    font-weight: 300;
    line-height:1.8;
}

.feature-single-item img {
    position:relative;
    width: 120px;
    margin-bottom: 15px;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.4));
}

/***************************************
   ** - 08.2 - Feature Two Section CSS
   ***************************************/
.feature-two-single-item {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
    transition: all .4s ease;
    margin-bottom: 30px;
}

.feature-two-single-item:hover {
    transform: translate(0, -10px);
}

.feature-two-single-item h3 {
    color: #0b0b31;
    font-size: 20px;
    margin-bottom: 15px;
}

.feature-two-single-item img {
    width: 70px;
    margin: auto;
    margin-bottom: 25px;
}

/**************************************
   ** - 09 - Work Process Section CSS
   **************************************/
.workprocess-section {
}

.workprocess-section .section-title {
    margin-bottom: 30px;
}

.workprocess-section .col-lg-3, .workprocess-section .col-md-6 {
    display: flex;
}

.workprocess-single-item {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 35px;
}

.workprocess-single-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.workprocess-icon-box {
    width: 85px;
    height: 85px;
    padding: 5px;
    border-radius: 20%;
    display: inline-block;
    border: 5px solid #14b8a62e;
    background-color: rgb(123, 104, 238, .05);
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.workprocess-single-item:hover .workprocess-icon-box {
    border: 5px solid #14b8a67a;
}

.workprocess-icon-box .workprocess-icon-number {
    font-size: 3rem;
    color: #5764ec;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: red;
}

.workprocess-info h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.workprocess-number-bg {
    position: absolute;
    z-index: -1;
    right: 5px;
    bottom: -35px;
}

.workprocess-number-bg span {
    transition: 0.4s;
    color: #14b8a62e;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1;
}


.workprocess-single-item:hover .workprocess-number-bg span {
    color: #14b8a67a;
}


/**************************************
   ** - 10 - Technology Section CSS
   **************************************/
.single-technology-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px 20px 10px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
    margin-bottom: 30px;
}

.single-technology-item .technology-icon {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
}

.single-technology-item .technology-icon img {
    width: 50px;
}

.single-technology-item h3 {
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/**************************************
   ** - 11 - Overview Section CSS
   **************************************/
.overview-content h2 {
    color: #404040;
    font-size: 38px;
    margin: 8px 0 15px 0;
}

.overview-content p {
    margin: 0 0 0 0;
}

.overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-content .features-list li span {
    position: relative;
    z-index: 1;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    border-left: 2px solid var(--gradi-green-500);
    background-color: #ffffff;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-image: var(--gradi-500);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span:hover {
    color: #ffffff;
}

.overview-content .features-list li span:hover::before {
    width: 100%;
}

.overview-image {
    text-align: center;
}

/*************************************
   ** - 12 - Counter Section CSS
   *************************************/
.counter-area {
    position: relative;
    padding: 80px;
    text-align: center;
    background-image: var(--gradi-600);
    border-top-left-radius: 230px;
    border-bottom-right-radius: 230px;
}

.counter-area .section-title h5 {
    color: #ffffff;
}

.counter-area .section-title h2 {
    color: #ffffff;
}

.counter-contents h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 5px;
    word-spacing: -5px;
}

.counter-item > .single-counter {
    padding: 32px;
    background-color: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgb(255 255 255 / 0.2);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: all 0.2s;
    height: 100%;
}

.counter-item > .single-counter:hover{
    transform:scale(1.05);
    background-color:rgb(255 255 255 / 0.2);
}

.counter-item > .single-counter > .counter-contents{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    flex-direction:column;
}

.counter-item i{
    font-size:48px;
    color:white;
    margin-bottom: 1rem;
}

.counter-contents h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .counter-area {
        padding: 60px 0; /* Reduce padding on mobile */
        background-attachment: scroll; /* Avoid fixed background jump on mobile */
    }

    .counter-contents h2 {
        font-size: 28px; /* Smaller number size on mobile */
        margin-bottom: 8px;
        word-spacing: normal;
    }

    .counter-contents h3 {
        font-size: 16px; /* Smaller heading size on mobile */
    }

    .counter-item {
        margin-bottom: 20px; /* Add space between counters */
    }
}


/*************************************
   ** - 13 - Portfolio Section CSS
   *************************************/
.portfolio-area {
    position: relative;
}

.portfolio-area .portfolio-list {
    text-align: center;
    margin-bottom: 25px;
}

.portfolio-area .portfolio-list .nav {
    position: relative;
    margin: 0;
    row-gap: 10px;
    justify-content: center;
}

.portfolio-area .portfolio-list .nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 25px;
    border-radius: 3px;
    text-transform: capitalize;
    background: linear-gradient(to top, #89d265, #c7f483);
    -webkit-box-shadow: 0px 5px 15px 0px rgb(94, 94, 94, 0.15);
    box-shadow: 0px 5px 15px 0px rgb(94, 94, 94, 0.15);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    margin: 0 5px;
}

.portfolio-area .portfolio-list .nav li:hover, .portfolio-area .portfolio-list .nav li.filter-active {
    color: #fff;
    background: linear-gradient(to top, #89d265, #c7f483);
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.portfolio-area .portfolio-container {
    width: 100%;
    display: inline-block;
}

.portfolio-area .portfolio-grid-item {
    overflow: hidden;
}

.portfolio-grid-item img {
    width: 100%;
    border-radius: 0px;
}

.portfolio-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 30px;
}

.portfolio-item .portfolio-content-overlay {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: -20px;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(to top, #89d265, #c7f483);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-item .portfolio-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 0;
}

.portfolio-item .portfolio-content-overlay h3 {
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: 5px;
    margin-bottom: 0;
}

.portfolio-item .portfolio-content-overlay h3 > a, .portfolio-item .portfolio-content-overlay h3 > a:hover {
    color: black !important;
}

.portfolio-item:hover .portfolio-content-overlay p,
.portfolio-item:hover .portfolio-content-overlay h3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.portfolio-item:hover .portfolio-content-overlay {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.portfolio-item .portfolio-content-overlay .portfolio-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    font-size: 25px;
    overflow: hidden;
    line-height: normal;
    background: linear-gradient(to top, #89d265, #c7f483);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out 0s;
    transition-delay: 0.2s;
}

.portfolio-item:hover .portfolio-content-overlay .portfolio-link-icon {
    transform: translateX(0);
    visibility: visible;
}

/******************************************
   ** - 14 - Portfolio Details Page CSS
   ******************************************/
.portfolio-details-image {
    margin-bottom: 30px;
}

.portfolios-details-desc {
    margin-top: 5px;
}

.portfolios-details-desc h3 {
    font-size: 25px;
    color: white;
    margin-bottom: 13px;
}

.portfolios-details-desc .features-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

.portfolios-details-desc .features-text h4 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin-bottom: 12px;
}

.portfolios-details-desc .features-text h4 i {
    color: #18A7DF;
    font-size: 16px;
    margin-right: 4px;
}

.portfolios-details-desc .portfolio-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-left: -15px;
    margin-right: -15px;
}

.portfolios-details-desc .portfolio-details-info .single-info-box {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolios-details-desc .portfolio-details-info .single-info-box h4 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}

.portfolios-details-desc .portfolio-details-info .single-info-box span {
    display: block;
    color: #5f5f5f;
    font-size: 16px;
}

.portfolios-details-desc .portfolio-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.portfolios-details-desc .portfolio-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 8px;
}

.portfolios-details-desc .portfolio-details-info .single-info-box .social li a {
    color: #18A7DF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #18A7DF;
    background-color: transparent;
}

.portfolios-details-desc .portfolio-details-info .single-info-box .social li a:hover {
    color: #ffffff;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
}

/**************************************
   ** - 15 - Testimonial Section CSS
   **************************************/
.testimonial-section {
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonial-slider > .owl-stage-outer {
    padding: 40px 0 100px 0;
}

.single-testimonial {
    position: relative;
    padding: 35px 20px;
    border-radius: 5px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.single-testimonial .testimonial-content {
    text-align: center;
    margin-bottom: 25px;
}

.single-testimonial .rating-box {
    margin-bottom: 12px;
}

.rating-box ul li {
    display: inline-block;
    margin-right: 0px;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 18px;
}

.single-testimonial .testimonial-content p {
    color: #696997;
    font-size: 14px;
    font-style: italic;
    line-height: 1.8;
}

.single-testimonial .avatar {
    margin: 0 auto;
    margin-bottom: 15px;
}

.single-testimonial .avatar > .img {
    width: 90px;
}

.single-testimonial .avatar img {
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.single-testimonial .avatar .img::before {
    content: " ";
    width: 100%;
    box-sizing: content-box;
    padding: 5px;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: conic-gradient(from var(--angle), transparent 0deg, transparent 90deg, #6dee68 90deg, #71ee68 180deg, transparent 180deg, transparent 270deg, #8aee68 270deg);
    animation: rotateI 20s infinite linear;
}

@keyframes rotateI {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

.single-testimonial .testimonial-bio {
    text-align: center;
}

.single-testimonial .testimonial-bio .bio-info h3 {
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-testimonial .testimonial-bio .bio-info span {
    color: #89d265;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.testimonial-slider.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333;
    font-size: 18px;
    width: 50px;
    height: 45px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #18A7DF;
    background-color: transparent;
}

.testimonial-slider.owl-theme .owl-dots {
    margin-top: 30px;
    margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    background-color: lightgray;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 4px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #18A7DF;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #18A7DF;
}

.testimonial-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

/************************************
   ** - 16 - Team Section CSS
   ************************************/
.team-area {
}

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    aspect-ratio: 1 / 1;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    bottom:0px;
    flex-direction:column;
    gap:10px;
    align-items:end;
    width: 100%;
    height:100%;
    text-align: center;
    transition:all 0.4s;
}

.team-social-icon a {
    color: transparent;
    background-image:var(--gradi-500);
    background-clip:text;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    margin: 0 2px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid var(--gradi-teal-500);
    display: inline-block;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    transition: transform .3s;
    will-change: transform;
}

.team-area .card.center:hover .team-social-icon a:nth-child(1){
    transition-delay: 0s;
}
.team-area .card.center:hover .team-social-icon a:nth-child(2){
    transition-delay:0.2s;
}
.team-area .card.center:hover .team-social-icon a:nth-child(3){
    transition-delay:0.4s;
}

.team-area .card.center:hover .team-social-icon {
    background-color: #ffffff57;
    backdrop-filter:blur(7px);
}

.team-area .card.center:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.team-area .card.center .team-social-icon a:hover {
    color: #fff;
    background-image: var(--gradi-500);
    border: 1px solid white;
    background-clip:unset;
}

.team-info {
    text-align: center;
    padding: 10px 15px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-info span {
    color: #696997;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

/**********************************
   ** - 17 - Hire Section CSS
   **********************************/

.hire-section {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    text-align: center;
    background-image: url(../img/buliding.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hire-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #1f1f54;
}

.hire-section .default-btn-one:hover {
    color: #fff;
}

.hire-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    margin: 0;
}

.hire-content p {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 0 0;
}

.hire-content .hire-btn {
    margin-top: 20px;
}

.hire-content .hire-btn .default-btn {
    margin-right: 15px;
}

/************************************
   ** - 18 - Partner Section CSS
   ************************************/
.partner-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
}

.partner-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 65px;
}

.partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.partner-list .partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.partner-list.owl-carousel .owl-item img {
    position: relative;
    background-color: white;
    width: 250px !important;
    display: block;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.partner-list.owl-carousel .owl-stage:hover img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.partner-list.owl-carousel .owl-stage img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}

.owl-item {
    display: flex !important;
    justify-content: center !important;
}

.partner-list .partner-item:nth-child(6) {
    margin-left: 10%;
}

/***********************************
   ** - 19 - Blog Section CSS
   ***********************************/
.blog-single-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.blog-single-item .blog-description {
    padding: 20px 25px;
}

.blog-single-item .blog-description .blog-info {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
}

.blog-single-item .blog-description .blog-info li {
    color: #18A7DF;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
}

.blog-single-item .blog-description .blog-info li:last-child {
    margin-right: 0;
}

.blog-single-item .blog-description .blog-info li i {
    position: relative;
    top: 0px;
    color: #18A7DF;
    margin-right: 3px;
}

.blog-single-item .blog-description .blog-info li i::before {
    font-size: 15px;
}

.blog-single-item .blog-description .blog-info a {
    color: #555;
    text-decoration: none;
}

.blog-single-item .blog-description .blog-text {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-single-item .blog-description .blog-text h3 {
    color: #404040;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 10px 0px 10px 0px;
}

.blog-single-item .blog-description .blog-text h3:hover {
    color: #18A7DF;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-single-item .blog-description .blog-text p {
    color: #6a6c72;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.blog-single-item .blog-description .blog-text a {
    text-decoration: none;
}

.blog-single-item .blog-description .blog-text .blog-btn {
    margin-top: 15px;
}

.blog-single-item:hover .blog-description {
    border-top: none;
}

.blog-single-item:hover .blog-text h3 {
    color: #18A7DF;
}

/**************************************
   ** - 20 - Blog Details Page CSS
   **************************************/
.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
    margin-bottom: 0;
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    color: #404040;
    display: inline-block;
    margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #18A7DF;
    font-size: 14px;
    font-weight: 400;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #18A7DF;
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #18A7DF;
    margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    width: 6px;
    height: 1px;
    background-color: #404040;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-desc .article-content h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #5f5f5f;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #18A7DF;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid #18A7DF;
    background-color: transparent;
    margin-top: 5px;
    margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #ffffff;
    border-color: #18A7DF;
    background-color: #18A7DF;
}

.blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
    margin-left: 5px;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #18A7DF;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #18A7DF;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a i {
    font-size: 15px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ffffff;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
}

.blog-details-desc .post-navigation {
    margin-top: 30px;
}

blockquote, .blockquote {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 50px !important;
    background-color: #fafafa;
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote p, .blockquote p {
    color: #404040;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0;
}

blockquote cite, .blockquote cite {
    display: none;
}

blockquote::before, .blockquote::before {
    content: "\f10e";
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 50px;
    color: #efefef;
    font-size: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

blockquote::after, .blockquote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background-color: #18A7DF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.post-navigation .navigation-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 2px;
}

.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 500;
}

.comments-area {
    padding: 30px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    margin-top: 30px;
}

.comments-area .comments-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: initial;
    margin-bottom: 30px;
}

.comments-area ol, .comments-area ul {
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-body {
    color: #404040;
    font-size: 14px;
    padding-left: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    position: relative;
    z-index: 1;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #ded9d9;
    text-transform: capitalize;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    border-color: #18A7DF;
    background-color: #18A7DF;
}

.comments-area .comment-author {
    position: relative;
    z-index: 2;
    font-size: 17px;
    margin-bottom: 0.1em;
}

.comments-area .comment-author .avatar {
    position: absolute;
    left: -65px;
    width: 50px;
    height: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: .8em;
}

.comments-area .comment-metadata a {
    color: #5f5f5f;
}

.comments-area .comment-metadata a:hover {
    color: #18A7DF;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-top: 10px;
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.comments-area .comment-respond label {
    display: block;
    color: #404040;
    font-weight: 600;
    margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0.625em 0.7375em;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: 0;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border-color: #18A7DF;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    top: 4px;
    left: 0;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    position: relative;
    top: -2px;
    color: #5f5f5f;
    font-weight: normal;
    display: inline-block;
    margin: 0;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #18A7DF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    border: none;
    outline: 0;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #3e57d0;
}

/************************************************
   ** - 21 - Blog Page Sidebar Widget CSS
   ************************************************/
.widget-area .widget {
    margin-bottom: 35px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-color: #18A7DF;
}

.widget-area .widget_search {
    padding: 15px 15px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    border-left: 2px solid #18A7DF;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: 0;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #18A7DF;
}

.widget-area .widget_search form button {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #18A7DF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    outline: 0;
}

.widget-area .widget_search form button:hover {
    color: #ffffff;
    background-color: #404040;
}

.widget-area .widget_auxinzio_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_auxinzio_posts_thumb .item {
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_auxinzio_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_auxinzio_posts_thumb .item .thumb {
    position: relative;
    width: 130px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}

.widget-area .widget_auxinzio_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_auxinzio_posts_thumb .item .info span {
    display: block;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.widget-area .widget_auxinzio_posts_thumb .item .info .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.widget-area .widget_auxinzio_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 16px;
    padding-left: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #18A7DF;
    border-right-style: inset;
}

.widget-area .widget_recent_comments ul li a {
    color: #404040;
    display: inline-block;
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #18A7DF;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li a {
    padding: 10px 15px;
    color: #404040;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.widget-area .widget_categories ul li a:hover {
    color: #ffffff;
    background-color: #18A7DF;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    margin-top: 8px;
    margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    border-color: #18A7DF;
    background-color: #18A7DF;
}

/************************************************
   ** - 21 - Blog Page Number Pagination CSS
   ************************************************/
.pagination-area {
    text-align: center;
    margin-top: 20px;
}

.pagination-area .page-numbers {
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    width: 45px;
    height: 45px;
    line-height: 48px;
    display: inline-block;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    margin: 0 5px;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    color: #ffffff;
    background-color: #18A7DF;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

/**************************************************
   ** - 22 - Other Page Banner Title Section CSS
   **************************************************/
.page-title-area {
    position: relative;
    z-index: 1;
    height: 300px;
}

.page-title-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #030821;
}

.page-title-content {
    text-align: center;
    margin-top: 45px;
}

.page-title-content h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-title-content ul {
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
}

.page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page-title-content ul li a:hover {
    color: #18A7DF;
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    right: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
}

.page-title-content ul li:last-child::before {
    display: none;
}



/**********************************
   ** - 23 - Contact Page CSS
   **********************************/

.contact-section {
    position: relative;
    z-index: 1;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-section .section-title {
    margin-bottom: 40px;
}

.contact-section .cont {
    padding: 40px 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.25);
    row-gap: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgb(34 34 37 / 50%);
}

.send-msg {
    border-radius: 20px;
    height: 100%;
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 40px;
    position: relative;
    left: -50px;
    box-shadow: 3px 3px 15px rgb(34 34 37 / 50%);
}

.contact-form .form-group, #supportModal .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group .input-label, #supportModal .form-group .input-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: rgba(204, 204, 204, 0);
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-control:focus + .input-label, .form-control:valid + .input-label, #supportModal .form-control:focus + .input-label, #supportModal .form-control:valid + .input-label {
    top: -23px;
    font-size: 14px;
    color: var(--gradi-teal-500);
}

.contact-form form .form-control, #supportModal .form-control {
    border: 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0px 15px rgb(218 225 232 / 87%);
}

#supportModal .form-control {
    border: 1px solid lightgray;
}

.contact-form form .form-control:focus {
    border: none;
    outline: none;
}

.contact-form form textarea.form-control, #supportModal form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-info-wrapper {
    background-color: white;
    padding: 100px 0;
}

.contact-info-wrapper .row {
    justify-content: center;
}

.contact-info-wrapper .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.contact-info-content {
    padding: 45px 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    background-color: rgb(246 246 246);
    clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
}

.contact-info-content::after, .contact-info-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: var(--gradi-500);
    height: 4px;
}

.contact-info-content::before {
    width: 0;
    opacity: 0;
    transition: opacity 0 ease, width 0 ease;
    transition-delay: 0.5s;
}

.contact-info-content::after {
    width: 100%;
    background: white;
    transition: width 0.5s ease;
}

.contact-info-content:hover::before {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease, width 0.5s ease;
    transition-delay: 0;
}

.contact-info-content:hover::after {
    width: 0;
    opacity: 0;
    transition: width 0 ease;
}

.contact-info-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-content a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.contact-info-content p {
    color: grey;
    font-size: 14px;
    margin-bottom: 12px;
}

.contact-section .form-message.success {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #03b103;
    margin-bottom: 30px;
}

.contact-section .form-message.error {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ff4d15;
    margin-bottom: 30px;
}

#supportModal form #submit-bt{
    width:fit-content !important;
}

label[for="cbx-12"] > a, label[for="cbx-12"] > a:hover, #supportModal form .select-tag {
    color: var(--gradi-teal-500);
}
#supportModal form .select-tag {
    padding-left: 10px;
}


/**************************************************************************************/

.checkbox-wrapper-12 {
    position: relative;
}

.checkbox-wrapper-12 > svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
}

.checkbox-wrapper-12 * {
    box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-wrapper-12 .cbx {
    width: 24px;
    height: 24px;
    top: calc(100px - 12px);
    left: calc(100px - 12px);
}

.checkbox-wrapper-12 .cbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfc0;
    border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset 0.3s ease;
    transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
    animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
    stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
    40% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -18px 0 -8px var(--gradi-teal-500), 16px -8px 0 -8px var(--gradi-teal-500), 16px 8px 0 -8px var(--gradi-teal-500), 0 18px 0 -8px var(--gradi-teal-500), -16px 8px 0 -8px var(--gradi-teal-500), -16px -8px 0 -8px var(--gradi-teal-500);
    }

    100% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-webkit-keyframes splash-12 {
    40% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -18px 0 -8px var(--gradi-teal-500), 16px -8px 0 -8px var(--gradi-teal-500), 16px 8px 0 -8px var(--gradi-teal-500), 0 18px 0 -8px var(--gradi-teal-500), -16px 8px 0 -8px var(--gradi-teal-500), -16px -8px 0 -8px var(--gradi-teal-500);
    }

    100% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-o-keyframes splash-12 {
    40% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -18px 0 -8px var(--gradi-teal-500), 16px -8px 0 -8px var(--gradi-teal-500), 16px 8px 0 -8px var(--gradi-teal-500), 0 18px 0 -8px var(--gradi-teal-500), -16px 8px 0 -8px var(--gradi-teal-500), -16px -8px 0 -8px var(--gradi-teal-500);
    }

    100% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@keyframes splash-12 {
    40% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -18px 0 -8px var(--gradi-teal-500), 16px -8px 0 -8px var(--gradi-teal-500), 16px 8px 0 -8px var(--gradi-teal-500), 0 18px 0 -8px var(--gradi-teal-500), -16px 8px 0 -8px var(--gradi-teal-500), -16px -8px 0 -8px var(--gradi-teal-500);
    }

    100% {
        background: var(--gradi-teal-500);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

/**************************************************************************************/

/*******************************
   ** - 23 - Map Section CSS
   *******************************/
.map-section {
    margin-bottom: -6px;
}

.map-section .google-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/**********************************
 ** - 24 - Pricing Page CSS
 **********************************/
.single-pricing-content {
    width: 100%;
    text-align: left;
    padding: 30px 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    transition: all 0.4s ease 0s;
    margin-bottom: 30px;
}

.single-pricing-content:hover {
    box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1) !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.price-tag {
    position: relative;
}

.price-tag h3 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: -45px;
    width: 115px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 25px 0 0 25px;
    background-color: #18A7DF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
    will-change: transform;
}

.price-heading {
    text-align: center;
    margin-bottom: 20px;
}

.price-heading .price-usd h2 {
    color: #6f64e7;
    font-size: 50px;
    font-weight: 900;
    padding: 15px 0;
}

.price-heading .price-usd .price-small-text {
    display: block;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    margin-top: -8px;
}

.price-body ul li {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    border-top: 1px dashed #dfe4e8;
}

.single-pricing-content .price-body {
    text-align: center;
}

.price-body ul li:last-child {
    padding-bottom: 0;
}

.price-body .offer-list-none {
    color: #b7b7b7;
}

.single-pricing-content .price-btn {
    text-align: center;
    margin-top: 25px;
}

.single-pricing-content .price-btn .price-btn-one {
    padding: 12px 30px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-pricing-content .price-btn .price-btn-one:hover {
    color: #18A7DF;
    background-color: transparent;
}

/********************************
   ** - 25 - Faq Page CSS
   ********************************/
.faq-accordion .accordion {
    position: relative;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 18px 15px;
    cursor: pointer;
}

.faq-accordion .accordion .accordion-item .active.accordion-title {
    color: #fff;
    background-color: #18A7DF;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    color: #333;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .active.accordion-title i {
    color: #fff;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    font-size: 15px;
    display: none;
    padding: 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
    margin-bottom: 0;
    border-radius: 5px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

.faq-section.home-faq .section-title {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 35px;
}

.home-faq .faq-accordion .accordion .accordion-item {
    display: block;
    border: 0;
    margin-bottom: 30px;
    background-color: transparent;
}

.home-faq .faq-accordion .accordion .accordion-item .accordion-title {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 0px 0px;
    border-radius: 0;
    padding-right: 25px;
    background-color: #f3f3f9;
    border-left: 0px solid #ffc107;
    border-bottom: 0px solid #c1c1c1;
    cursor: pointer;
    background: transparent;
    margin-bottom: 10px;
}

.home-faq .faq-accordion .accordion .accordion-item .active.accordion-title {
    color: #18A7DF;
    background-color: transparent;
}

.home-faq .faq-accordion .accordion .accordion-item .active.accordion-title i {
    color: #18A7DF;
}

/************************************
   ** - 26 - 404 Error Page CSS
   ************************************/
.error-area {
    height: 100vh;
    padding: 100px 0;
}

.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
}

.error-content .default-btn-one {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
}

.error-content .default-btn-one:hover {
    color: #18A7DF;
    background-color: #ffffff;
    text-decoration: none;
}

/**************************************
   ** - 27 - Coming Soon Page CSS
   **************************************/
.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 750px;
    min-height: 100vh;
    padding: 100px 0;
    background-image: url(../img/page-title-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    background-color: #000000;
}

.coming-soon-area .social-list {
    text-align: center;
    list-style-type: none;
    margin-top: 50px;
}

.coming-soon-area .social-list li {
    display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.coming-soon-area .social-list li a {
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
    margin: 0 2px;
}

.coming-soon-area .social-list li a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -webkit-transition: 0.5s;
}

.coming-soon-content {
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}

.coming-soon-content h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

.coming-soon-content p {
    color: #ffffff;
    max-width: 620px;
    line-height: 30px;
    margin: 0 auto;
}

.coming-soon-content form {
    position: relative;
    max-width: 520px;
    margin: 35px auto 55px;
}

.coming-soon-content form .email-input {
    display: block;
    color: #404040;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 40px;
    padding: 15px 25px;
    outline: 0 !important;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.coming-soon-content form .submit-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 130px;
    height: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    text-transform: uppercase;
    background-color: #18A7DF;
    cursor: pointer;
    border: none;
    outline: 0 !important;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
    background-color: #18A7DF;
}

.coming-soon-content #timer div {
    display: inline-block;
    width: 120px;
    height: 120px;
    color: #18A7DF;
    font-size: 40px;
    font-weight: 700;
    padding-top: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.coming-soon-content #timer div span {
    display: block;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
    margin-top: -4px;
}
.contact-form .default-btn.submit-btn{
    color:#fff;
    background-image:var(--gradi-500) !important;
}
/*******************************************
   ** - 28 - Terms & Conditions Page CSS
   *******************************************/
.terms-conditions-info h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

/*************************************
   ** - 29 - Privacy Policy Page CSS
   *************************************/
.privacy-policy-info h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

/**************************************
   ** - 30 - Subscribe Section CSS
   **************************************/
.subscribe-area {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.5;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.subscribe-content {
    text-align: left;
}

.subscribe-content p {
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}

.newsletter-form {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form .input-newsletter {
    color: #404040;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    display: block;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    outline: 0;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #5f5f5f;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #5f5f5f;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #5f5f5f;
}

.newsletter-form .input-newsletter::placeholder {
    color: #5f5f5f;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    color: var(--gradi-cyan-500);
    font-size: 36px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 0px 5px 5px 0px;
    text-transform: capitalize;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.newsletter-form button:hover {
    color: #ffffff;
    background-color: var(--gradi-cyan-500);
}

/******************************************
   ** - 31 - All Page Footer Section CSS
   ******************************************/
.footer-subscribe-wrapper {
    position: relative;
    z-index: 1;
    background-color: #042c4c;
}

.footer-subscribe-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(../img/dot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-heading {
    margin-bottom: 20px;
}

.footer-heading h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    margin: 0;
}

.footer-area > .container-fluid {
    padding: 0 40px;
}


.single-footer-widget .footer-social {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-footer-widget .footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
    margin-right: 0;
}

.single-footer-widget .footer-social i {
    color: #18A7DF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-footer-widget .footer-social i:hover {
    color: #ffffff;
    border: 1px solid #18A7DF;
    background-color: #18A7DF;
}

.single-footer-widget p {
    color: #ececec;
    font-size: 14px;
    font-weight: 400;
}

.single-footer-widget .footer-heading {
    margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
    padding-bottom: 18px;
    list-style-type: none;
}

.single-footer-widget .footer-quick-links li:last-child {
    padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ececec;
    font-size: 14px;
    font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
    color: var(--green);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    font-family: CalSans, sans-serif;
}

.single-footer-widget .footer-info-contact:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.single-footer-widget .footer-info-contact i::before {
    font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
    color: #ececec;
    font-size: 14px;
    font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
    color: #ececec;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
    color: #18A7DF;
}

/*********************************************
   ** - 32 - All Page Copyright Section CSS
   *********************************************/
.copyright-area {
    padding: 35px 0;
    background-color: #042c4c;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.copyright-area p {
    color: #ffffff;
    font-size: 14px;
}

.copyright-area p a {
    color: #ececec;
    font-weight: 500;
    display: inline-block;
}

.copyright-area p a:hover {
    color: #18A7DF;
}

.copyright-area ul {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}

.copyright-area ul li {
    position: relative;
    color: #ececec;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-area ul li a {
    color: #ffffff;
    display: inline-block;
}

.copyright-area ul li a:hover {
    color: #18A7DF;
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
}

.copyright-area ul li:last-child {
    margin-right: 0;
}

.copyright-area ul li:last-child::before {
    display: none;
}

.copyright-area ul li:first-child {
    margin-left: 0;
}


/*************************************
 33 - Product Section 
 *************************************/
/* Container adjustments */
.product-area .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Row with proper gutters */
.product-area .row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; /* Negative margin to balance child padding */
}

/* Product Card Wrapper */
.product-grid-item {
    padding: 15px;
    display: flex;
}

/* Product Card */
.product-item {
    flex: 1 1 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1; /* Makes the card perfectly square */
    background-size: 60px 60px;
    background-position: 0 0, 0 0;
    animation: bgMove 6s linear infinite;
    box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Background Animation */
@keyframes bgMove {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 120px 120px, 120px 120px;
    }
}

/* Hover Effect on Card */
.product-item:hover {
    transform: rotate3d(0.5, 1, 0, 30deg);
}

/* Product Image */
.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Forces the image to perfectly fill the square */
    border-radius: 10px 10px 0 0;
    transition: transform 0.5s ease;
    transform:translateY(-50px);
}

/* Image Hover Zoom */
.product-item:hover img {
    transform: scale(1.02) translateY(-50px);
}

/* Product Info Overlay */
.product-content-overlay {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.95);
/*    text-align: center;*/
    transform: translate3d(0px, 0px, 30px);
    transition: all 0.5s ease-in-out;
}

.product-content-overlay h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 40px);
}

.product-content-overlay p {
    color:#7e7e7e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right:30px;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
}

/* Hover on Overlay Text */
.product-item:hover .product-content-overlay h3,
.product-item:hover .product-content-overlay p {
    transform: translate3d(0px, 0px, 60px);
}

/* Product Link Icon */
.product-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    font-size: 25px;
    background-color: var(--gradi-cyan-600);
    transform: translateX(100%) translate3d(0px, 0px, 50px);
    transition: transform 0.4s ease-in-out 0s;
    transition-delay: 0.2s;
}

.product-item:hover .product-link-icon {
    transform: translateX(0) translate3d(0px, 0px, 60px);
    visibility: visible;
}
.product-link-icon:hover{
    color:#fff !important;
}

/* See More Button */
.see-more-btn {
    display: inline-block;
    margin: 15px auto 10px auto;
    padding: 8px 16px;
    background-color: #18A7DF;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transform: translate3d(0px, 0px, 30px);
}

.see-more-btn:hover {
    background-color: #5a50c3;
    transform: scale(1.05) translate3d(0px, 0px, 30px);
}

/* Responsive Grid Adjustments */
@media (min-width: 1200px) {
    .product-grid-item {
        width: 25%; /* 4 per row */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-grid-item {
        width: 33.333%; /* 3 per row */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-grid-item {
        width: 50%; /* 2 per row */
    }
}

@media (max-width: 767px) {
    .product-grid-item {
        width: 100%; /* 1 per row on mobile */
    }

    .product-content-overlay h3 {
        font-size: 16px;
    }

    .product-content-overlay p {
        font-size: 14px;
    }
}


/*************************************
 34 - Product Details Page CSS
 *************************************/

.product-details-container {
    background-color: white;
    padding: 40px 20px;
    padding-bottom:0 !important;
}

.product-details-container li, .hire-team li, .openings ul{
    color: #696997;
    padding-bottom:10px;
}
.product-details-container li>span{
    color:black;
}

.product-details-container>.row{
    padding:0 20px;
}
.product-details-container>.row>.col-lg-6:first-child{
    padding-right:25px;
    padding-left:0px;
}
.product-details-container>.row>.col-lg-6:last-child{
    padding-left:25px;
}
.product-details-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.product-details-image:hover {
    transform: scale(1.03);
}

.product-details-desc h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight:900 !important;
}

.product-details-desc h4 {
    font-size: 24px;
    color: black !important;
    margin-bottom: 20px;
}

.product-details-desc p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height:1.7;
}

.product-details-desc ul li {
    font-size: 16px;
    color: #555;
}

.default-btn {
    display: inline-block;
    background-color: rgb(255 255 255 / 0.1);
    backdrop-filter:blur(5px);
    color: #fff;
    padding: 12px 30px;
    border-radius: 0.5rem;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    text-decoration: none;
}

.default-btn:hover {
    background-color: rgb(255 255 255 / 0.2);
}

.key-features ul{
    list-style:disc;
    line-height:2;
}
.key-features ul>li>span{
    font-weight:900;
}

@media (max-width: 768px) {
    .product-details-container {
        padding: 20px 10px;
    }

    .product-details-desc h3 {
        font-size: 22px;
    }

    .product-details-desc h4 {
        font-size: 20px;
    }
}

.product-process-flow {
    margin-top: 20px;
    padding: 40px 20px;
    border-radius: 10px;
    border: 2px solid var(--gradi-teal-500);
}

.product-process-flow .product-flow-step {
    width: 20%;
    gap: 7px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding:20px;
    background-color: rgb(255 255 255 / 0.1);
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 1rem;
}

.product-process-flow .product-flow-step p{
    line-height:1.5;
}

.product-process-flow i, .benefits i {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--gradi-teal-500);
    color: transparent;
    background-image: var(--gradi-500);
    font-size: 30px;
    background-clip: text;
    width: fit-content;
    padding: 10px;
    border-radius: 8px;
}
.benefits{
    row-gap:20px;
}
.benefits>div{
    gap:10px;
}
.benefits>div ul{
  list-style: none;
  padding-left: 1.6rem;
}
.benefits>div li{
    margin:15px 0;
    position: relative;
    margin-left:25px;
}
.benefits>div li::before{
    content: "";
  position: absolute;
  top: 6px;    
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 16px;      
  height: 16px;     
  background: url("../img/svg/RightVector.png") no-repeat center;
  background-size: contain;
}
.product-faq .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
}

.bg-image-png {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position:75% 75%;
    background-size: cover;
}

.product-faq>div:first-child{
    padding:20px;
    border-radius:15px;
    background-color:white;
}
.product-faq .accordion {
    padding: 20px;
    border-radius: 20px;
    background-color: #d3d3d317;
    backdrop-filter: blur(7px);
    margin-bottom:20px;
}
.accordion-button:not(.collapsed) {
    background-color: unset !important;
}
.accordion-button:focus{
    border-color:unset !important;
    box-shadow:unset !important;
}
h2.accordion-header:has(+.accordion-collapse.collapse.show) {
    border-bottom: 0 !important;
}
button[aria-expanded="true"]{
    box-shadow:none !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
.accordion-item {
    border-radius: 15px;
    overflow: hidden;
    transition:all 0.3s;
}
.accordion-item:has(>.accordion-collapse.collapse.show){
    box-shadow: 0 4px 18px 0 var(--bg-cyan-100);
    border: 1px solid var(--gradi-teal-600) !important;
}
/*************************************
 34 - Footer Section CSS
 *************************************/
.footer-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width:767px) {
    .footer-area {
        padding-bottom: 20px;
    }
}


/*************************************
 35 - Solutions Section CSS
 *************************************/
.solution-area {
    background-color: white;
}

.solution-area .row {
    row-gap: 20px;
}

.solution-single-item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgb(178 178 178 / 48%);
    box-shadow: 0 0 5px #9494943d;
    color: white;
    overflow: hidden;
    transition: all 0.4s;
}

.solution-single-item .default-btn-one{
    position: absolute;
    right: 0;
    padding: 10px;
    bottom: 20px;
    padding-left: 15px;
    font-size: 12px;
    padding-right: 15px;
    border:1px solid var(--gradi-teal-500) !important;
}

.solution-single-item:hover {
    box-shadow: 0 4px 18px 0 #94949463;
}

.solution-single-item img {
    width: 100%;
    height: 450px;
    border-radius:0px;
    object-fit: cover;
    transition:all 0.9s;
}
.solution-single-item img[alt="Logo"] + div > h3 {
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}
.solution-single-item img[alt="Logo"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position:relative;
}
.tag-title{
    padding:10px;
    color: black;
    font-weight: 900;
    text-align: center;
    transition:all 0.5s;
    transition-delay:0.3s;
    background-image: linear-gradient(transparent, white);
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size:20px;
}

.solution-single-item li > i{
    font-size:20px;
}

.solution-single-item img[alt="Logo"] + span + div {
    position: absolute;
    padding: 10px;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding-bottom:70px;
    background-color: white;
    backdrop-filter: blur(5px);
    transition: all 0.9s;
}

.solution-single-item img[alt="Logo"] + span + div::before{
    content:"";
    position:absolute;
    width:100%;
    height:2px;
    background-image:var(--gradi-600);
    top:0;
    left:0;
    opacity:0;
    transition: all 0.9s;
}

.solution-single-item:hover img[alt="Logo"]{
    filter:brightness(90%);
    transform:scale(1.1);
}

.solution-single-item:hover img[alt="Logo"] + span + div {
    bottom: -1px;
}
.solution-single-item:hover img[alt="Logo"] + span + div::before{
    opacity:0.7;
}
.solution-single-item:hover .tag-title{
    filter:blur(5px);
}
.solution-single-item p, .solution-cont p, .overview-content p {
    color: #696997;
}
.solution-single-item h5{
    padding:10px;
    color:black;
    transition:all 0.7s;
}

.solution-cont.solution-page img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    box-shadow:none;
}

.solution-single-item li, .solution-single-item h5{
    opacity:0;
}

.solution-single-item li {
    transition: all 0.5s;
    padding: 0;
    transform:translateX(-40px);
}
.solution-single-item:hover li:nth-child(1) {
    transition-delay: 0.2s;
}
.solution-single-item:hover li:nth-child(2) {
    transition-delay: 0.4s;
}

.solution-single-item:hover li:nth-child(3) {
    transition-delay: 0.6s;
}

.solution-single-item:hover li:nth-child(4) {
    transition-delay: 0.8s;
}
.solution-single-item li>i{
    margin:0;
}

.solution-single-item li, .solution-details li {
    color: #696997;
    margin:0;
}

.solution-single-item:hover li, .solution-single-item:hover h5{
    opacity:1;
    transform:translateX(0);
}

.solution-cont, .bg-col {
    background-color: white;
}

.solution-cont img {
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25);
}

.single-services-item li{
    color: #059bdb;
}


/*************************************
 35 - Get Support Section CSS
 *************************************/

.support-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
}

.support-modal-content {
    background: #fff;
    width: 600px;
    padding: 25px;
    padding-top:15px;
    border-radius: 10px;
    position: relative;
    animation: popup 0.3s ease-out;
}
.support-modal-content h3>i{
    color:transparent;
    background-image:var(--gradi-500);
    background-clip:text;
}
.support-modal-content #service{
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='black' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5'/></svg>")
              no-repeat right 15px center;
  background-size: 25px;
  padding-right: 32px;
}
.support-close {
    font-size: 35px;
    cursor: pointer;
}

@keyframes popup {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/*********************************************************************************************/
.services-details-area, .portfolio-details-area, .privacy-content-section, .join-section {
    background-color: white;
}


/*********************************************************************************************/

.privacy-content-section .accordion-item{
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(40px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25) !important;
}
.privacy-content-section .accordion-button {
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(40px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25) !important;
}
.vision-mission-area h2 > img {
    width: 65px;
    height: 65px;
}

.vision-mission-area h2:has(>img)+p{
    width:75%;
    padding-left:20px;
}

.vision-mission-area>.container>.row{
    row-gap:20px;
}

.vision-mission-area img[alt="About image"] + div {
    padding: 30px;
    width: 80%;
    background: white;
    box-shadow: 0 0 10px lightgray;
    border-radius: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.vision-content i, .mission-content i {
    color: #258197;
    font-size: 40px;
    padding: 15px;
    background-color: rgb(210 251 255);
    border-radius: 10px;
    transition: all 0.3s;
}

.vision-content:hover i, .mission-content:hover i {
    transform: scale(1.1) rotate(-5deg);
}

.vision-content img, .mission-content img {
    width: 100px;
    height:fit-content;
}
.vision-content, .mission-content {
    border: 1px solid rgb(123, 104, 238, .05);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-left: 50px;
    min-height: 110px;
    padding: 20px;
    border-radius:10px;
}

/*************************************
 36 - Career Section CSS
 *************************************/

.join-section .default-btn-one {
    margin-top:100px;
    border: 1px solid var(--gradi-cyan-600) !important;
}
.join-section h1 + img {
    position: absolute;
    top: 35%;
    transform: rotate(-7deg);
}
.join-teams img{
    border-radius:10px;
    height:100%;
    object-fit:cover;
    object-position:50% 50%;
}

.join-teams>div{
    position:relative;
}

.join-teams {
    display: grid;
    grid-template-areas:
        " t4 t2 t1"
        " t3 t2 t1"
        " t3 t5 t5";
    gap: 15px;
}
@media only screen and (max-width:765px)
{
    .join-teams{
        grid-template-areas:
            "t4 t2"
            "t1 t2"
            "t1 t5"
            "t3 t3";
    }
    .join-teams img{
        bottom:unset !important;
        height:100% !important;
        top:unset !important;
        width:100% !important;
    }
}
.join-teams .t1{
    grid-area: t1;
}
.join-teams .t1 img{
    height: auto;
    position: relative;
    bottom: -37%;
}

.join-teams .t2{
    grid-area: t2;
}
.join-teams .t2 img{
    height: 90%;
    width: 100%;
    position: relative;
    bottom: -15%;
}

.join-teams .t3{
    grid-area: t3;
}
.join-teams .t3 img{
    height: 115%;
}

.join-teams .t4{
    grid-area: t4;
}

.join-teams .t5{
    grid-area: t5;
}
.join-teams .t5 img{
    height: 175px;
    position: relative;
    top: 10%;
}

.gradi-back{
    position:relative;
}

.join-section:has( .career-women){
/*    overflow:auto;*/
    padding-bottom:0;
    background-image:url("../img/svg/bg-1.png");
    background-position:right;
    background-repeat:no-repeat;
    background-size:contain;
}
.career-women{
    display:flex;
    justify-content:center;
    align-items:center;
}
.career-women>div:first-child{
    width:400px ;
    height:400px ;
    position:relative;
}
.career-women>div:first-child img{
    width:100%;
    height:100%;
    object-fit:contain;
    position: relative;
    z-index: 1;
    object-position: left;
}
.career-women>div:first-child::after{
    content:"";
    position:absolute;
    width:50px;
    height:50px;
    border-radius:50%;
    z-index:0;
    right:30px;
    top:30px;
    opacity:0.6;
    background-image:var(--gradi-500);
}
.career-women>div:first-child::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    top:50%;
    left:50%;
    z-index:0;
    opacity:0.5;
    transform:translate(-55%,-50%) scale(0.9);
    background-image:var(--gradi-500);
}
.career-women .float-card{
    width:200px;
    padding:10px;
    position: absolute;
    bottom: 9%;
    left: 6%;
    text-align: center;
    background-color: #ffffff3b;
    backdrop-filter: blur(6px);
    z-index: 2;
    border-radius: 15px;
    border: 1px solid lightgray;    
    box-shadow: 0 0 15px #d3d3d3a3;
}
.career-women .float-card p{
    color:black;
}
.career-women .float-card img{
    width:30px;
    height:40px;
}
.page-title-area.career{
    background-image:var(--gradi-500);
}
.join-aux, .join-aux>div{
    position:relative;
}
.join-aux>div::before, .join-aux>div::after
{
    content:"";
    position:absolute;
    width:30px;
    height:30px;
    border-radius:50%;
    background-image:var(--gradi-500);
    opacity:0.4;
    z-index:-1;
}
.join-aux::before, .join-aux::after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    border-radius:50%;
    background-image:var(--gradi-500);
    opacity:0.4;
    z-index:-1;
}
.join-aux::after{
    top:-70px;
    left:-50px;
}
.join-aux::before{
    bottom:-70px;
    right:-10px;
}

.join-aux>div::after{
    top:-40px;
    left:100px;
}
.join-aux>div::before{
    bottom:-40px;
    right:140px;
}

.openings+div.row{
    padding:20px;
    padding-top:50px;
}
.openings+div.row>div{
    border:1px solid lightgrey;
    border-radius:15px;
}
.openings+div.row>div .w-50 p{
    margin:0;
}
.openings+div.row>div .w-50 i{
    color: transparent;
    background-image: var(--gradi-500);
    background-clip: text;
    font-size: 25px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}
.openings+div.row>div button{
    width:165px;
}
.hire-team ul {
    padding-left: 10px;
}
.hire-team ul i{
    color: #46baab;
    padding: 10px;
    background-color: var(--bg-cyan-100);
    border-radius: 10px;
    margin-right: 10px;
}
.openings>p{
    text-align:center;
}
.openings ul{
    list-style: disc;
    padding-left:30px;
}
.opening-job-card {
    padding: 15px;
    padding-bottom: 35px;
    padding-top: 25px;
}
 .opening-job-card:not(:last-child){
    border-bottom:1px solid lightgrey;
}
.opening-job-card a{
    color: transparent;
    background-image: var(--gradi-500);
    background-clip: text;
    font-size: 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: 122px;
    padding: 8px 15px;
    border:1px solid white;
    border-radius: 10px;
    transition:all 0.5s;
}
.opening-job-card a:hover{
    border:1px solid var(--gradi-teal-500);
}
.opening-job-card a>i{
    font-size:20px;
    margin-top:1px;
}
img[alt="join-aux"] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    box-shadow: 0 0 20px #52525299;
}

.swap-button-box > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.swap-button-box > div > div:not(:last-child){
    border-bottom: 1px solid lightgray;
}
.swap-button-box > div > div:last-child{
    padding-bottom:0;
    margin-bottom:0;
}

.swap-button-box p:has(>i) {
    color: black;
    font-size: 22px;
    margin: 0 !important;
}
.swap-button-box p:has(>i)+p{
    padding-left:35px;
}
.swap-button-box p > i {
    color: transparent;
    background-image: var(--gradi-500);
    background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.swap-button-box p {
    gap: 7px;
}
.job-description > .des {
    text-indent: 3.5rem;
}
.job-description ul{
    font-size:16px;
}
.job-content-swap{
    padding: 30px;
    border: 2px dashed lightgray;
    border-radius: 20px;

}
.job-detail form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.job-detail form>div{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.job-detail form>div sup{
    color:red;
}
.job-detail form>div>input:not([type="file"]){
    width:100%;
    padding: 10px;
    border-radius: 10px;
    outline: 0;
    border: 1px solid lightgray;
}
.dropzone {
    border: 2px dashed #9aa0b3;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: .2s;
}

.dropzone.dragover, .dropzone.dropped {
    background: #f5f8ff;
    border-color: #4a6cff;
}

.dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index:0;
}

#resume-text {
    color: #666;
    display: inline-block;
}

input[type="radio"]+label{
    font-size:16px;
}

.job-detail .remove-btn{
    margin-left:10px;
    border:none;
    background:#ffebeb;
    color:#c62828;
    padding:5px 10px;
    border-radius:6px;
    cursor:pointer;
    position:relative;
    z-index:1;
}
.job-detail .remove-btn:hover{
    background:#ffcfcf;
}


.job-detail form .default-btn-one, .job-content-swap .default-btn-one {
    width: fit-content;
    border: 1px solid var(--gradi-teal-500) !important;
}
.job-content-swap .default-btn-one{
    width:100%;
}
/****************************************************************************/
.cookies-section {
    display: none;
    bottom: 0;
    left: 0;
    background-color: #ffffff63;
    backdrop-filter: blur(10px);
    height: 150px;
    z-index: 100;
    border-top: 1px solid black;
    justify-content: center;
    align-items: center;
}

.product-area .product-left-box {
    padding: 15px;
    border-radius: 15px;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}
.product-left-area h3,.product-left-area p, .product-right-box img{
    transition:all 0.4s;
}
.product-left-arrow, .product-right-arrow {
    border: 1px solid var(--gradi-cyan-500);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gradi-cyan-500);
    transition: all 0.4s;
    background: white;
}
.product-left-arrow:hover, .product-right-arrow:hover{
    color:white;
    background-color:var(--gradi-cyan-500);
    border:1px solid white;
}

.product-area .product-left-box .features i{
    font-size:18px;
    color:transparent;
    background-image:var(--gradi-500);
    background-clip:text;
    width:40px;
    height:40px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-area .product-left-box .features p {
    font-size: 0.85rem;
    line-height: 1.2rem;
}

#pLink {
    width: fit-content;
    padding: 10px 18px;
    padding-right: 25px;
    border-radius: 10px;
    color: white;
    background-image: var(--gradi-500);
    transition: all 0.5s;
    border-bottom-right-radius: 60px;
}
#pLink:hover{
    color:white;
    transform:translateX(10px);
}
.solution-area + .product-area .container {
    max-width: 1320px;
}
.fad {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.fad.hid {
    opacity: 0;
}

/* ===== CORE GLASS SECTION ===== */
.core-glass {
    padding: 64px 16px;
    text-align: center;
}

.core-glass h2 {
    color: #ffb400;
    font-size: 1.8rem;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.glass-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.glass-card {
    position: relative;
    height: 150px;
    min-width: 110px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 3.4rem;
    color: black;
    cursor: pointer;
    border-radius: 18px;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    background: rgb(221 219 219 / 31%);
    border: 1px solid var(--gradi-teal-600);
    transition: transform 0.6s cubic-bezier(.22,1,.36,1), box-shadow 0.6s ease, min-width 0.5s ease;
}

.glass-card::before {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    border-radius: inherit;
    background: var(--gradi-500);
    filter:blur(10px);
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

.glass-card .initial {
    z-index: 2;
    transition: transform .4s ease, font-size .4s ease;
}

.glass-card .word {
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    font-size: 1.05rem;
    white-space: nowrap;
    filter: blur(6px);
    transition: all .45s ease;
}

.glass-card:hover {
    min-width: 260px;
    transform: perspective(900px) rotateY(-8deg);
}

.glass-card:hover::before {
    opacity: 1;
}

.glass-card:hover .initial {
    font-size: 2.3rem;
    transform: translateX(-4px);
}

.glass-card:hover .word {
    max-width: 220px;
    opacity: 1;
    filter: blur(0);
}

@media (max-width: 768px) {
    .glass-card {
        height: 120px;
        font-size: 2.6rem;
    }

        .glass-card:hover {
            min-width: 220px;
            transform: translateY(-6px);
        }

    .core-glass h2 {
        font-size: 1.3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .glass-card,
    .glass-card * {
        transition: none !important;
        transform: none !important;
    }
}

/**********************************************************************************************************/
.team-area .carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
}

.team-area .carousel-container .carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-area .carousel-container .carousel-track .card {
    position: absolute;
    width: 280px;
    height: 380px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.team-area .carousel-container .carousel-track .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-area .carousel-container .carousel-track .card.center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
}

.team-area .carousel-container .carousel-track .card.center img {
    filter: none;
}

.team-area .carousel-container .carousel-track .card.left-2 {
    z-index: 1;
    transform: translateX(-400px) scale(0.8) translateZ(-300px);
}

.team-area .carousel-container .carousel-track .card.left-2 img {
    filter: grayscale(100%);
}

.team-area .carousel-container .carousel-track .card.left-1 {
    z-index: 5;
    transform: translateX(-200px) scale(0.9) translateZ(-100px);
}

.team-area .carousel-container .carousel-track .card.left-1 img {
    filter: grayscale(100%);
}

.team-area .carousel-container .carousel-track .card.right-1 {
    z-index: 5;
    transform: translateX(200px) scale(0.9) translateZ(-100px);
}

.team-area .carousel-container .carousel-track .card.right-1 img {
    filter: grayscale(100%);
}

.team-area .carousel-container .carousel-track .card.right-2 {
    z-index: 1;
    transform: translateX(400px) scale(0.8) translateZ(-300px);
}

.team-area .carousel-container .carousel-track .card.right-2 img {
    filter: grayscale(100%);
}

.team-area .carousel-container .carousel-track .card.hidden {
    opacity: 0;
    pointer-events: none;
}

.team-area .member-info {
    text-align: center;
    margin-top: 20px;
    transition: all 0.5s ease-out;
}

.team-area .member-info .member-name {
    color: transparent;
    background-clip: text;
    background-image: var(--gradi-500);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.team-area .member-info .member-name::before,
.team-area .member-info .member-name::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100px;
    height: 2px;
    background: var(--gradi-600);
}

.team-area .member-info .member-name::before {
    left: -120px;
}

.team-area .member-info .member-name::after {
    right: -120px;
}

.team-area .member-info .member-role {
    color:var(--gradi-cyan-600);
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-top: -15px;
    position: relative;
}

.team-area .dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.team-area .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(8, 42, 123, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-area .dot.active {
    background: var(--gradi-600);
    transform: scale(1.2);
}

.team-area .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gradi-teal-500);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
}

.team-area .nav-arrow:hover {
    background: var(--gradi-teal-600);
    transform: translateY(-50%) scale(1.1);
}

.team-area .nav-arrow.left {
    left: 20px;
}

.team-area .nav-arrow.right {
    right: 20px;
}


.career-caro {
    bottom: 0;
    left: 0;
    min-width: 100%;
}
.career-caro > div {
    min-width: fit-content;
    font-size: 100px;
    font-weight: bold;
    opacity: 0.05;
    line-height: 1.2;
    animation: caro 30s infinite linear;
}
@keyframes caro{
    0%{
        transform:translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.core-values>h2{
    position:relative;
}
.core-values>h2::before{
    content:"";
    position:absolute;
    width:125px;
    height:3px;
    background-image:var(--gradi-500);
    bottom:-5px;
    left:50%;
    border-radius:10px;
    transform:translateX(-50%);
}