﻿@keyframes service-ani-one {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes experiencemoveobject {
    50% {
        left: 30px;
    }
}

.c-padding {
    padding: 50px 0;
}

.section-title .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
    background: url(https://html.awaikenthemes.com/infine/images/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 24px;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--primary-color);
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
    max-width: 700px;
    margin-left: auto;
    line-height: 1.7em;
    margin-right: auto;
}

a {
    transition: 0.5s all ease;
    text-decoration: none;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

    .section-title h3 {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #021526;
        background: url(https://html.awaikenthemes.com/infine/images/icon-sub-heading.svg) no-repeat;
        background-position: left center;
        background-size: auto;
        padding-left: 24px;
        margin-bottom: 20px;
    }

    .section-title h1 span, .section-title h2 span {
        font-weight: 700;
        background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section-title p {
        margin-top: 30px;
        margin-bottom: 0;
    }

.btn-default {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 54px 17px 20px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

    .btn-default::before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: url(https://html.awaikenthemes.com/infine/images/arrow-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transform: translate(-20px, 50%);
        transition: all 0.4s ease-in-out;
    }

.header-area {
    background: #03346E;
}

    .header-area i {
        color: #E2E2B6;
    }

    .header-area ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 0;
        padding: 10px 0;
    }

    .header-area .left ul {
        justify-content: start !important;
    }

    .header-area .right ul {
        justify-content: end !important;
    }

    .header-area a {
        text-decoration: none;
        color: white;
    }

nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-color: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%) !important;
}

    nav .btn {
        background-color: #6EACDA;
        color: #021526;
        border: none;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }

    nav .nav-link {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 10px;
        transition: 0.5s all ease;
        color: white;
        width: -moz-fit-content;
        width: fit-content;
    }

    nav a.nav-link.active, nav a.nav-link:hover {
        color: #E2E2B6 !important;
        border-bottom: 1px solid #E2E2B6;
        border-radius: 5px;
    }

.hero {
    background-image: url(https://html.awaikenthemes.com/infine/images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 4.77px;
    position: relative;
    padding: 200px 30px 100px;
    overflow: hidden;
}

    .hero .hero-section {
        position: relative;
        width: 100%;
        max-width: 1560px;
        margin: 0 auto;
        z-index: 2;
    }

    .hero .section-title {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .hero .hero-content .section-title h3, .hero .hero-content .section-title h1 {
        color: white;
    }

    .hero .section-title h1 span {
        font-weight: 700;
        background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero .hero-content .section-title h3, .hero .hero-content .section-title h1 {
        color: white;
    }

    .hero .section-title h1 {
        font-size: 70px;
        font-weight: 300;
        line-height: 1.1em;
        color: var(--primary-color);
        margin-bottom: 0;
    }

    .hero .hero-btn .btn-default.btn-highlighted {
        margin-left: 40px;
    }

    .hero .btn-default.btn-highlighted {
        background: linear-gradient(to right, #dcdfb8 0%, #a8c7c8 50%, #71add9 100%);
        color: #021526;
        transition: all 0.5s ease-in-out;
    }

        .hero .btn-default.btn-highlighted::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            width: 0;
            height: 106%;
            background: linear-gradient(263deg, var(--dark-color) 0.16%, var(--accent-color) 99.84%);
            border-radius: 100px;
            transition: 0.4s ease-in-out;
            z-index: -1;
        }

    .hero .export-coaching-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }

    .hero .export-coaching-step {
        position: relative;
        width: 20%;
        border-top: 2px solid var(--dark-divider-color);
        padding-top: 30px;
        padding-right: 100px;
        transition: all 0.5s ease-in-out;
    }

        .hero .export-coaching-step::before {
            content: "";
            display: block;
            position: absolute;
            top: -2px;
            left: auto;
            right: 0;
            background: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
            width: 0%;
            height: 2px;
            transition: all 0.4s ease-in-out;
        }

        .hero .export-coaching-step:hover:before {
            width: 100%;
            right: auto;
            left: 0;
        }

        .hero .export-coaching-step .icon-box {
            margin-bottom: 20px;
        }

            .hero .export-coaching-step .icon-box img {
                max-width: 30px;
            }

    .hero .export-coaching-step-content p {
        color: white;
        margin: 0;
    }

    .hero::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, #042A2D 100.18%), linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, #042A2D 100%);
        width: 100%;
        height: 100%;
        z-index: 0;
    }

.about-us {
    padding: 100px 0;
}

    .about-us .section-title h3 {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #6EACDA;
        background: url(https://html.awaikenthemes.com/infine/images/icon-sub-heading.svg) no-repeat;
        background-position: left center;
        background-size: auto;
        padding-left: 24px;
        margin-bottom: 20px;
    }

    .about-us .about-us-images {
        position: relative;
        padding: 0 70px 70px 80px;
    }

    .about-us .about-us-img-1 figure {
        display: block;
        -webkit-mask-image: url(https://html.awaikenthemes.com/infine/images/about-image-bg-shape.svg);
        mask-image: url(https://html.awaikenthemes.com/infine/images/about-image-bg-shape.svg);
        background-image: url(https://html.awaikenthemes.com/infine/images/about-image-bg-shape.svg);
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        border-radius: 30px;
        width: 100%;
        height: 100%;
    }

    .about-us .image-anime {
        position: relative;
        overflow: hidden;
    }

    .about-us .about-us-img-1 img {
        width: 100%;
        aspect-ratio: 1/1.26;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about-us .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .about-us .image-anime:hover:after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .about-us .about-us-img-2 {
        position: absolute;
        bottom: 0;
        right: 40px;
        border-radius: 14px;
        overflow: hidden;
    }

        .about-us .about-us-img-2 figure {
            display: block;
        }

        .about-us .about-us-img-2 img {
            width: 100%;
            aspect-ratio: 1/1.04;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 15px;
        }

    .about-us .about-experience-box {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(70%);
        background: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        border-radius: 10px;
        padding: 20px;
        max-width: 178px;
        animation: experiencemoveobject 2s infinite linear alternate;
    }

        .about-us .about-experience-box .icon-box {
            margin-bottom: 10px;
        }

            .about-us .about-experience-box .icon-box img {
                max-width: 45px;
            }

        .about-us .about-experience-box .about-experience-content h3 {
            font-size: 20px;
            font-weight: 600;
            color: white;
        }

    .about-us .section-title {
        margin-bottom: 40px;
    }

    .about-us .about-us-list {
        margin-bottom: 40px;
    }

    .about-us .btn-default {
        position: relative;
        display: inline-block;
        background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        background-size: 200% auto;
        border-radius: 100px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        text-transform: capitalize;
        border: none;
        padding: 17px 54px 17px 20px;
        transition: all 0.4s ease-in-out;
        overflow: hidden;
        z-index: 0;
    }

        .about-us .btn-default::before {
            content: "";
            position: absolute;
            top: -1px;
            bottom: 0;
            right: 0;
            width: 24px;
            height: 24px;
            background: url(https://html.awaikenthemes.com/infine/images/arrow-white.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            transform: translate(-20px, 50%);
            transition: all 0.4s ease-in-out;
        }

    .about-us ul {
        padding-left: 0;
    }

    .about-us .about-us-list ul li {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        color: #021526;
        padding-left: 30px;
        margin-bottom: 20px;
        list-style-type: none;
    }

        .about-us .about-us-list ul li::before {
            content: "\f00c";
            font-family: "FontAwesome";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .about-us .section-title h2 {
        font-size: 50px;
        font-weight: 300;
        line-height: 1.1em;
        color: #021526;
        margin-bottom: 0;
    }

        .about-us .section-title h1 span, .about-us .section-title h2 span {
            font-weight: 700;
            background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .about-us .section-title p {
        margin-top: 30px;
        margin-bottom: 0;
    }

.our-service {
    padding: 100px 0;
    background: #6EACDA url(https://html.awaikenthemes.com/infine/images/service-bg-circle.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    margin: 0 auto;
    border-radius: 30px;
}

    .our-service .service-content {
        position: sticky;
        top: 100px;
        margin-right: 30px;
    }

    .our-service .service-item-list {
        border-bottom: 1px solid var(--dark-divider-color);
        margin-bottom: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 60px 30px;
    }

    .our-service .service-item .icon-box {
        background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        background-size: 200% auto;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        transition: all 0.4s ease-in-out;
    }

    .our-service .service-item-content h3 {
        font-size: 22px;
        text-transform: capitalize;
        color: #E2E2B6;
        margin-bottom: 10px;
    }

    .our-service .service-item-content p {
        color: #E2E2B6;
        margin-bottom: 0;
    }

    .our-service .service-item {
        margin-bottom: 30px;
    }
    .our-service .section-title h1 span, .our-service .section-title h2 span {
        background-image: linear-gradient(to right, #89cdff 0%, #e2e2b6 50%, #89cdff 100%)!important;
    }
    .page-contact-us {
        padding: 100px 0;
    }

    .page-contact-us .contact-us-form {
        background-color: #E2E2B6;
        border-radius: 20px;
        padding: 40px;
    }

    .page-contact-us .contact-us-title {
        margin-bottom: 40px;
    }

        .page-contact-us .contact-us-title h3 {
            font-size: 22px;
            text-transform: capitalize;
            margin-bottom: 10px;
        }

        .page-contact-us .contact-us-title p {
            margin-bottom: 0;
        }

    .page-contact-us .contact-us-form form .form-control {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6em;
        color: #021526;
        background: transparent;
        border-width: 0 0 1px 0;
        border-color: rgba(123, 178, 214, 0.3411764706);
        border-radius: 0;
        padding: 12px 0;
        outline: none;
        box-shadow: none;
    }

    .page-contact-us .contact-information {
        margin-left: 20px;
    }

    .page-contact-us .contact-info-item {
        border-bottom: 1px solid #dfe1de;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .page-contact-us .contact-info-contant {
        margin-bottom: 20px;
    }

        .page-contact-us .contact-info-contant h3 {
            font-size: 22px;
            text-transform: capitalize;
            margin-bottom: 10px;
        }

        .page-contact-us .contact-info-contant p {
            margin-bottom: 0;
        }

    .page-contact-us .contact-info-body .icon-box {
        background-image: linear-gradient(to right, #6eacda 0%, #e2e2b6 50%, #6eacda 100%);
        background-size: 200% auto;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        transition: all 0.4s ease-in-out;
    }

        .page-contact-us .contact-info-body .icon-box img {
            max-width: 20px;
        }

    .page-contact-us .contact-info-title h3 {
        font-size: 22px;
        line-height: normal;
        color: #6EACDA;
    }

    .page-contact-us .contact-info-body {
        display: flex;
        flex-wrap: wrap;
        align-items: anchor-center;
    }

footer {
    background-color: #011a41;
    background-image: url(https://templates.envytheme.com/finon/default/assets/img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    footer .footer-item {
        margin-bottom: 30px;
    }

        footer .footer-item .footer-logo .logo {
            display: block;
            margin-bottom: 20px;
        }

        footer .footer-item .footer-logo p {
            margin-bottom: 20px;
            color: #fff;
        }

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer .footer-item .footer-logo ul li {
        list-style-type: none;
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
    }

        footer .footer-item .footer-logo ul li i {
            position: absolute;
            top: 0;
            left: 0;
            color: #6EACDA;
            font-size: 25px;
        }

        footer .footer-item .footer-logo ul li span {
            display: inline-block;
            font-weight: 600;
            margin-right: 3px;
            color: #fff;
        }

        footer .footer-item .footer-logo ul li a {
            display: inline-block;
            color: #fff;
        }

    footer .footer-item h3 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        position: relative;
        color: #fff;
    }

        footer .footer-item h3:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: #6EACDA;
        }

    footer .footer-item .footer-links ul li {
        list-style-type: none;
        display: block;
        margin-bottom: 10px;
    }

        footer .footer-item .footer-links ul li a {
            color: #fff;
            display: block;
        }

    footer .footer-item .footer-newsletter p {
        color: #fff;
        margin-bottom: 30px;
    }

    footer .footer-item .footer-newsletter .newsletter-form .form-control {
        height: 50px;
        border: 0;
        border-radius: 0;
        padding-left: 15px;
        font-size: 15px;
    }

    footer .footer-item .footer-newsletter .newsletter-form .common-btn {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        width: 100%;
        text-align: center;
        height: 50px;
        opacity: 1;
        transition: 0.5s all ease;
        border: 0;
        border-radius: 0;
        margin-top: 10px;
        background-color: #E2E2B6 !important;
    }

.copyright-area {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #091629;
    text-align: center;
}

    .copyright-area .copyright-item p {
        margin-bottom: 0;
        font-size: 15px;
        color: #fff;
    }

        .copyright-area .copyright-item p a {
            display: inline-block;
            color: #6EACDA;
            font-weight: 700;
        }

/* Background gradient and abstract shapes */
.login-body {
    background-image: url('../Images/login-bg.gif');
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: white;
    /* Responsive for smaller devices */
}

    .login-container .login-left {
        flex: 1;
        min-width: 300px;
        padding-right: 30px;
        align-content: center;
    }

        .login-container .login-left h1 {
            font-weight: 700;
            margin-bottom: 20px;
        }

        .login-container .login-left p {
            font-size: 14px;
            line-height: 1.6;
        }

    .login-container .login-right {
        flex: 1;
        min-width: 300px;
        background: rgba(255, 255, 255, 0.2);
        padding: 30px;
        border-radius: 15px;
    }

        .login-container .login-right h4 {
            margin-bottom: 20px;
            font-weight: 600;
        }

    .login-container input {
        border-radius: 50px;
        padding: 15px 20px;
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        border: 1px solid #dee2e6;
        margin-bottom: 15px;
    }
    .login-container .home-link {
        background: aliceblue;
        padding: 5px;
        border-radius: 50px;
        color: black;
        font-weight: 600;
        font-size: 10px;
        display: block;
        width: fit-content;
        margin-bottom: 10px;
    }
    .login-container .btn-login {
        border-radius: 50px;
        padding: 12px 20px;
        width: 100%;
        background-color: #021526;
        color: #fff;
        font-weight: 600;
        transition: all 0.3s;
    }

        .login-container .btn-login:hover {
            background-color: #6EACDA;
        }

@media (max-width: 768px) {
    .login-container .login-container {
        flex-direction: column;
        padding: 20px;
    }

    .login-container .login-left {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    nav ul {
        background: #03346E;
        padding: 0 0 10px 10px;
        border-radius: 20px;
        width: 23%;
        box-shadow: 0 0 20px;
        margin-left: auto;
        margin-top: 10px;
    }

    nav a {
        color: #6EACDA !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
    nav ul {
        background: #03346E;
        padding: 0 0 10px 10px;
        border-radius: 20px;
        width: 35%;
        box-shadow: 0 0 20px;
        margin-left: auto;
        margin-top: 10px;
    }

    nav a {
        color: #6EACDA !important;
    }
}

@media screen and (max-width: 574px) and (min-width: 375px) {
    nav ul {
        background: #03346E;
        padding: 0 0 10px 10px;
        border-radius: 20px;
        width: 60%;
        box-shadow: 0 0 20px;
        margin-left: auto;
        margin-top: 10px;
    }

    nav a {
        color: #6EACDA !important;
    }
}
/*# sourceMappingURL=Style.css.map */
