﻿/* ----------------------------------------------------------

[Table of Contents]

01. Reboot CSS
02. Preloader CSS
03. Heading Area CSS
04. Buttons CSS
05. Welcome Area css
06. Partner Area Css
07. Count Fact Css
08. Feature Area Css
09. Service Area Css
10. How it work Css Area
11. About Us Area Css
12. Pricing Plan Css Area
13. Gallery Area Css
14. Client Area Css
15. Team Members Area Css
16. Single Blog Area Css
17. Call To Action Area Css
18. Video Area Css
19. Contact Css Area
20. Blog Css Area

----------------------------------------------------------
[font-family]
--------------------------------------------------- */


/* :: Reboot CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #5b657e;
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.2;
    font-weight: 800;
    color: #162447;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-family: 'Poppins', sans-serif;
    color: #162447;
}

li {
    list-style: none;
}

p {
    line-height: 1.6;
    color: #5b657e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.mr-15-cu {
    margin-right: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        margin: 0;
        padding: 0;
    }

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #533efe;
        opacity: 0.80;
    }

.bg-overlay-2 {
    position: relative;
    z-index: 1;
}

    .bg-overlay-2::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #162447;
        opacity: 0.85;
    }

.border-bottom-cu {
    border-bottom: 1px solid #ebebeb;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-0-100 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-50-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}


.mb-100 {
    margin-bottom: 100px;
}

.heading-title {
    margin-bottom: 70px;
}

    .heading-title h3 {
        font-size: 44px;
        text-transform: capitalize;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .heading-title h6 {
        color: #533efe;
        font-size: 21px;
        text-transform: capitalize;
    }

    .heading-title p {
        font-size: 17px;
        margin-bottom: 70px;
    }

.bg-gray-cu {
    background-color: #f3f4fe !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

#scrollTopButton {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 9999;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ffc107;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

    #scrollTopButton.scrolltop-show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #scrollTopButton.scrolltop-hide {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }


/* :: Preloader CSS */

.ont-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

    .ont-preloader .animation-preloader {
        z-index: 1000;
    }

        .ont-preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 4px solid #ffc107;
            border-top-color: #fff;
            height: 4em;
            margin: 0 auto 30px auto;
            width: 4em;
        }

        .ont-preloader .animation-preloader .txt-loading {
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #533efe;
        }

            .ont-preloader .animation-preloader .txt-loading .letters-loading {
                color: #533efe;
                position: relative;
            }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #533efe;
                    content: attr(data-text-preloader);
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: -3px;
                    -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: 0.8s;
                    animation-delay: 0.8s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s;
                }

    .ont-preloader.dark .animation-preloader .spinner {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: #fff;
    }

    .ont-preloader.dark .animation-preloader .txt-loading .letters-loading {
        color: rgba(255, 255, 255, 0.2);
    }

        .ont-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
            color: #fff;
        }

    .ont-preloader p {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 8px;
        color: #fff;
    }

    .ont-preloader .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        z-index: 1;
        pointer-events: none;
    }

        .ont-preloader .loader .row {
            height: 100%;
        }

        .ont-preloader .loader .loader-section {
            padding: 0px;
        }

            .ont-preloader .loader .loader-section .bg {
                background-color: #162447;
                height: 100%;
                left: 0;
                width: 100%;
                -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            }

    .ont-preloader.loaded .animation-preloader {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ont-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ont-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ont-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ont-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}

/* Menu Area Css */

.site-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0px;
}

.site-header.home-2.reveal-header {
    background: #162447 !important;
}

@media (min-width: 576px) {
    .site-navbar {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .site-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.site-navbar .menu-block-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.site-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .site-header--sticky:not(.mobile-sticky-enable).scrolling {
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
        }

        .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            -webkit-box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
            box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
            z-index: 1000;
        }
}

.site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .site-header--sticky.mobile-sticky-enable.scrolling {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .site-header--sticky.mobile-sticky-enable.reveal-header {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
        box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
        z-index: 9999;
    }

.site-header--menu-center .container {
    position: relative;
}

.site-header--menu-center .menu-block-wrapper {
    position: static;
}

@media (min-width: 992px) {
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .site-header--menu-left .container-fluid .sub-menu.megamenu {
        left: 0%;
        -webkit-transform: translateX(0%) translateY(10px);
        -ms-transform: translateX(0%) translateY(10px);
        transform: translateX(0%) translateY(10px);
    }
}

@media (min-width: 992px) {
    .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        -webkit-transform: translateX(0%) translateY(-10px);
        -ms-transform: translateX(0%) translateY(-10px);
        transform: translateX(0%) translateY(-10px);
        left: 0%;
        margin-left: 20px;
    }
}

.site-header--menu-left .menu-block .site-menu-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%;
    }
}

.site-header--menu-right .menu-block-wrapper {
    position: static;
}

@media (min-width: 992px) {
    .site-header--menu-right > .container-fluid .sub-menu.megamenu {
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(10px);
        -ms-transform: translateX(-100%) translateY(10px);
        transform: translateX(-100%) translateY(10px);
    }
}

@media (min-width: 992px) {
    .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        -webkit-transform: translateX(-100%) translateY(-10px);
        -ms-transform: translateX(-100%) translateY(-10px);
        transform: translateX(-100%) translateY(-10px);
        left: 100%;
        margin-left: -20px;
    }
}

@media (min-width: 768px) {
    .container-fluid .site-navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .container-fluid .site-navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 480px) {
    .header-btns {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header-btns {
        margin-right: 0;
    }
}

.top-contact-menu-wraper .header-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (min-width: 992px) {
    .top-contact-menu-wraper .nav-link-item {
        color: #fff !important;
    }

    .top-contact-menu-wraper .site-menu-main .nav-link-item {
        padding-top: 19px !important;
        padding-bottom: 19px !important;
    }

    .top-contact-menu-wraper .navbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0px 0px 0px;
    }

    .top-contact-menu-wraper .brand-logo {
        min-width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 30px;
    }

    .top-contact-menu-wraper .header-btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .top-contact-menu-wraper .menu-block-wrapper {
        min-width: calc(100% - 256px);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background: #1D263A;
        border-radius: 0px 0px 0px 5px;
    }

    .top-contact-menu-wraper .top-contact-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-width: 50%;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 8px;
    }

    .top-contact-menu-wraper .menu-block {
        margin-left: initial;
    }
}

ul.site-menu-main.home-2 li a {
    color: #fff;
    font-weight: 500;
}

.site-menu-main.home-2 .nav-link-item::after {
    display: none;
}

ul.site-menu-main.home-2 li a:hover {
    color: #ffc107;
}

.top-contact-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .top-contact-block ul li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.top-contact-block span {
    height: 30px;
    width: 1px;
    background: rgba(29, 36, 58, 0.12);
    margin: 0px 35px;
}

.top-contact-block img {
    margin-right: 12px;
}

.top-contact-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    color: #1D263A;
}

@media (min-width: 992px) {
    .row-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .site-menu-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        padding-left: 0;
    }
}

.site-menu-main li {
    list-style: none;
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0;
}

.site-menu-main a {
    text-decoration: none;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.site-menu-main .nav-item {
    display: inherit;
}

.site-menu-main .nav-link-item {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    position: relative;
    z-index: 1010;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}

    .site-menu-main .nav-link-item::after {
        position: absolute;
        content: "";
        background-color: rgba(255, 202, 44, 0.30);
        height: 3px;
        width: 50px;
        z-index: -1;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
    }

@media (min-width: 992px) {
    .site-menu-main li {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

.sub-menu li .nav-link-item {
    padding: 8px 15px !important;
}

.dark-mode-texts .nav-link-item {
    color: #fff;
}

.site-menu-main .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #05182b;
    -webkit-box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 0px;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
    -o-transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
    transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu {
        top: 100%;
        min-width: 227px;
        max-width: 227px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu .sub-menu {
        top: 0 !important;
        left: 100%;
    }
}

.site-menu-main .sub-menu--item {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (max-width: 992px) {
    .site-menu-main .sub-menu--item {
        padding-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item {
        color: #000;
    }
}

.site-menu-main .sub-menu--item > a {
    color: #fff;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item > a {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
}

.site-menu-main .sub-menu--item:hover > a {
    color: #ffc107;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        background-color: #fff;
    }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 0;
    }
}

ul.menu-auth.mobile {
    display: none;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        padding: 30px;
        min-width: 925px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px);
        will-change: transform;
        top: 100%;
        -webkit-box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
        box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
        border: 1px solid #e7e9ed;
        border-radius: 8px;
        visibility: hidden;
        z-index: -99;
        opacity: 0;
        pointer-events: none;
    }

        .site-menu-main .sub-menu.megamenu.megadropdown-center {
            -webkit-transform: translateX(-50%) translateY(1px);
            -ms-transform: translateX(-50%) translateY(1px);
            transform: translateX(-50%) translateY(1px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-right {
            right: 0%;
            -webkit-transform: translateX(0%) translateY(10px);
            -ms-transform: translateX(0%) translateY(10px);
            transform: translateX(0%) translateY(10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-left {
            left: 0%;
            -webkit-transform: translateX(0%) translateY(10px);
            -ms-transform: translateX(0%) translateY(10px);
            transform: translateX(0%) translateY(10px);
        }
}

ul.menu-auth.mobile {
    display: none;
}

@media (min-width: 1200px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1100px;
    }
}

@media (min-width: 1600px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1300px;
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
}

.site-menu-main .sub-menu--item {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        color: var(--color-headings);
        border-top: 1px solid var(--border-color-3);
        padding-left: 20px;
        padding-bottom: 13px;
        padding-top: 13px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-left: 0px;
        padding-right: 10px;
    }

        .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
            color: #ffc107 !important;
        }
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .site-menu-main .sub-menu.megamenu [class*="row-"] {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:not(.has-megamenu) {
        position: relative;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
        margin-top: 0px;
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
        border-radius: 0px 0px 15px 15px;
    }
}

.site-menu-main > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media (max-width: 991px) {
    .site-header .mobile-menu-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header .mobile-menu-trigger span {
        display: block;
        height: 3px;
        background-color: #05182b;
        width: 40px;
        position: relative;
    }

    .reveal-header .mobile-menu-trigger span {
        background-color: #05182b !important;
    }

    .site-header .mobile-menu-trigger span:before,
    .site-header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #05182b;
    }

    .reveal-header .mobile-menu-trigger span:before,
    .reveal-header .mobile-menu-trigger span:after {
        background-color: #05182b !important;
    }

    .dark-mode-texts .mobile-menu-trigger span {
        background-color: #fff;
    }

        .dark-mode-texts .mobile-menu-trigger span:before,
        .dark-mode-texts .mobile-menu-trigger span:after {
            background-color: #fff;
        }

    .site-header .mobile-menu-trigger span:before {
        top: -8px;
    }

    .site-header .mobile-menu-trigger span:after {
        top: 8px;
    }

    .site-header .item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .site-header .menu-block {
        position: fixed;
        width: 100%;
        background-color: #0f0826;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .site-header .menu-block.active {
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            transform: translate(0%);
        }

    .site-menu-main > li {
        line-height: 1;
        margin: 0;
        display: block;
    }

        .site-menu-main > li > a {
            line-height: 60px;
            height: 60px;
            padding: 0 50px 0 15px;
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .site-menu-main > li > a i {
                position: absolute;
                height: 50px;
                width: 50px;
                top: 0;
                right: 0;
                text-align: center;
                line-height: 50px;
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

    .site-header .menu-block .mobile-menu-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #0f0826;
        top: 0;
        z-index: 10101010;
    }

        .site-header .menu-block .mobile-menu-head .go-back {
            height: 50px;
            width: 50px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 32px;
            display: none;
        }

        .site-header .menu-block .mobile-menu-head.active .go-back {
            display: block;
        }

        .site-header .menu-block .mobile-menu-head .current-menu-title {
            font-size: 17px;
            font-weight: 500;
            color: #fff;
            visibility: hidden;
        }

        .site-header .menu-block .mobile-menu-head.active .current-menu-title {
            visibility: visible;
        }

        .site-header .menu-block .mobile-menu-head .mobile-menu-close {
            height: 50px;
            width: 50px;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 40px;
        }

    .site-header .menu-block .site-menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .site-menu-main > li .sub-menu.mega-menu,
    .site-menu-main > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        overflow-y: auto;
        z-index: 101010;
        overflow-x: hidden;
    }

        .site-menu-main > li .sub-menu.active {
            display: block;
        }

        .site-menu-main > li .sub-menu > ul > li > a,
        .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
            display: block;
        }

        .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
            margin-bottom: 15px;
        }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}

/*Custom Css for menu*/

@media (min-width: 992px) {
    .has-megamenu ul {
        margin-left: auto;
    }

    .site-menu-main a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .site-header--menu-center .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header--menu-center .menu-block-wrapper {
        position: absolute !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.nav-item-has-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .reveal-header li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
    }

    .reveal-header li.nav-item-has-children:hover > .megamenu {
        top: 112%;
    }
}

.menu-block.active .nav-link-item {
    color: #fff;
}

@media (min-width: 480px) {
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

ul.site-menu-main .nav-item i {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
    opacity: 0.5;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.1px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: none;
}

@media (min-width: 992px) {
    .single-dropdown-block h3 {
        display: block;
    }
}

.reveal-header {
    background: #fff !important;
}

    .reveal-header .btn:hover {
        color: #05182b !important;
    }

.sticky-menu-bg.reveal-header {
    background: #1D263A !important;
}

    .sticky-menu-bg.reveal-header .nav-link-item {
        color: #fff !important;
    }

.landing-2-menu .navbar {
    border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.landing-2-menu.reveal-header .sign-in-btn {
    color: #1D263A !important;
}

.landing-5-menu.reveal-header .l5-header-btn .btn {
    color: #1D263A !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn {
    color: #1D263A !important;
}

    .landing-6-menu.reveal-header .l6-header-btn .btn:hover {
        color: #fff !important;
    }

.mega-menu-image {
    padding-right: 30px;
}

    .mega-menu-image img {
        border-radius: 5px;
    }

.landing-1-menu .header-btn-l1 .btn {
    min-width: 129px;
    height: 45px;
    -webkit-box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
    box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
    border-radius: 15px;
    background-color: #FF7139;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    margin-left: 15px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .landing-1-menu .header-btn-l1 .btn {
        margin-right: 0px;
    }
}

.l4-header-btn .btn {
    text-transform: uppercase;
    background: #ffc107;
    min-width: 165px;
    height: 60px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 4px;
    color: #1D263A;
}

.l5-header-btn .btn {
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    color: #1D263A;
}

.l6-header-btn .btn {
    min-width: 131px;
    height: 40px;
    border: 1px solid rgba(29, 36, 58, 0.4);
    border-radius: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1D263A;
}

.l7-header-btn .btn {
    background: #ffc107;
    min-width: 131px;
    height: 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-left: 15px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .l7-header-btn .btn {
        margin-right: 0px;
    }
}

.l8-header-btn .btn {
    background: #20BFA9;
    min-width: 210px;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-left: 15px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .l8-header-btn .btn {
        margin-right: 0px;
    }
}

.l9-header-btn .btn {
    background: #2D947A;
    min-width: 256px;
    height: 60px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}

@media (min-width: 992px) {
    .l9-header-btn .btn {
        border-radius: 0px 0px 5px 0px;
    }
}

.check-input-control {
    margin-bottom: 20px;
}

    .check-input-control input:checked ~ .checkbox {
        background: #ffc107 !important;
        border-color: #ffc107;
    }

        .check-input-control input:checked ~ .checkbox::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            color: #fff;
            font-size: 11px;
            text-align: center;
            line-height: 20px;
            font-weight: 700;
            position: absolute;
            top: 0px;
            left: 50%;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%);
        }

    .check-input-control .checkbox {
        position: relative;
        line-height: 1;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        border-radius: 50%;
        background: #9ea1ab;
        display: inline-block;
        cursor: pointer;
    }

    .check-input-control .checkbox-2 {
        border-radius: 5px;
        border: 1px solid #b5b5b5;
        background: #fff;
    }

.brand-logo a img {
    width: 90px;
}

.btn-group.lang {
    padding-top: 30px;
    padding-left: 50px;
}

.site-menu-main .dropdown-toggle {
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .site-menu-main .dropdown-toggle:hover {
        color: #fff;
    }

.site-menu-main .dropdown-menu {
    color: #fff !important;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    padding: 12px;
}

.site-menu-main .dropdown-item {
    color: #5b657e;
    font-size: 15px;
}

    .site-menu-main .dropdown-item:focus,
    .site-menu-main .dropdown-item:hover {
        color: #05182b;
        background-color: transparent;
    }

.sign-img {
    width: 18px;
    margin-right: 5px;
}

.sign-btn {
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    color: #5b657e;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .sign-btn:hover {
        color: #05182b;
    }

    .sign-btn img {
        width: 18px;
    }

.site-menu-main .dropdown-toggle {
    color: #5b657e;
}

    .site-menu-main .dropdown-toggle:hover {
        color: #d72323;
    }


.nav-link-item.login {
    padding-top: 26px;
}

.menu-icon i {
    font-size: 18px;
    padding-top: 5px;
    margin-left: 0;
}

.site-menu-main i {
    margin-left: 15px;
    font-size: 17px;
}

.nav-link-item.drop-trigger {
    padding-top: 0;
}

.top-nav-menu {
    height: 50px;
    background-color: #05182b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.manu-navbar-currency {
    display: inline-block;
    text-align: right;
}

.menu-nav-language {
    display: inline-block;
}

.menu-btn {
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
    margin-right: 15px;
    font-size: 14px;
}

.top-nav-menu span {
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.text-righ-menu {
    text-align: right;
}

.top-nav-menu .dropdown-menu {
    min-width: 80px;
}

    .top-nav-menu .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

.site-header--sticky:not(.mobile-sticky-enable).scrolling {
    top: 0;
}

#append-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.menu-auth {
    padding-left: 50px;
}

    .menu-auth li {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

.site-header {
    background-color: transparent;
}


.site-menu-main .nav-link-item:hover {
    color: #533efe;
}

li.nav-item.nav-item-has-children.nested-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* :: Heading Area CSS */

.heading-title h2 {
    text-transform: capitalize;
    font-size: 34px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.heading-title p {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}


.heading-title-team {
    margin-bottom: 80px;
}

    .heading-title-team h3 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .heading-title-team p {
        font-size: 20px;
        margin-bottom: 0;
    }

.nested {
    color: #fff !important;
}

.sub-menu li .nav-link-item.nested :hover {
    border-bottom: none !important;
}

/* :: Buttons CSS */

.cla-btn {
    background-color: #5b657e;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .cla-btn:hover {
        font-weight: 400;
        color: #fff;
        background-color: #d72323;
    }

.site-header-details {
    background-color: #fff;
}

/* Welcome Area css */

.welcome-area {
    height: 950px;
    position: relative;
    z-index: 9;
    background-color: #faf5ff;
}

.welcome-slider-area {
    position: relative;
    top: -30px;
}

.wel-bottom-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.welcome-image-6 img {
    width: 100%;
    border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
    border: 10px solid rgba(255, 255, 255, 0.05);
}

.welcome-text.home-6 h2 {
    color: #fff;
}

.welcome-text.home-6 span {
    color: #ffc107;
}

.welcome-text.home-6 h6 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffc107;
    background-color: #162447;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.welcome-image-6 {
    margin-top: 50px;
    padding-right: 30px;
}

.welcome-area.home-5 {
    overflow: hidden;
}

.welcome-text.home-6 p {
    color: #fff;
}

.wel-partner-area ul li {
    display: inline-block;
    margin-right: 20px;
}

    .wel-partner-area ul li a img {
        width: 110px;
    }

.welcome-thumb-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.bg-shape-welcome {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.welcome-thumb-area img {
    position: relative;
}

.welcome-ani-icon {
    position: absolute;
    top: 5%;
    left: 25%;
}

.wel-ani- {
    -webkit-animation: moving_position_animatin 6s infinite linear;
    animation: moving_position_animatin 6s infinite linear;
}

@-webkit-keyframes moving_object {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moving_object {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moving_position_animatin {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.welcome-text {
    position: relative;
    z-index: 999999;
}

    .welcome-text h2 {
        font-size: 70px;
        text-transform: capitalize;
        margin-bottom: 25px;
        position: relative;
        z-index: 9;
    }

.text-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 300px;
}

.welcome-text h2 span {
    color: #ffc107;
}

.welcome-text p {
    font-size: 19px;
    margin-bottom: 30px;
}

.welcome-text {
    position: relative;
    margin-top: 50px;
}

.welcome-area.home-2 {
    overflow: hidden;
}

.welcome-area.home-2 {
    background-color: #111111;
    height: 950px;
}

.wel-2-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.welcome-text.home-2 {
    margin-top: 150px;
}

    .welcome-text.home-2 h2 {
        font-size: 52px;
        margin-bottom: 15px;
        line-height: 1.3;
        color: #fff;
    }

    .welcome-text.home-2 p {
        color: #fff;
        text-transform: capitalize;
    }

.welcome-thumb.home-2 img {
    border-radius: 15px 15px 0 0;
    position: relative;
    top: 80px;
}

.welcome-area.home-3 {
    background-color: transparent;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.transparent-shape {
    position: absolute;
    content: "";
    background-color: #533efe;
    height: 150%;
    width: 400px;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.40;
}


.welcome-text.home-3 h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.welcome-text.home-3 h2 {
    color: #fff;
    font-size: 64px;
}

    .welcome-text.home-3 h2 span {
        color: #ffc107;
    }

.welcome-text.home-3 p {
    color: #fff;
}

.video-play-btn .video-sonar.welcome.home-3 {
    background-color: #ffc107;
}

.video-btn .video-play-btn.welcome.home-3 {
    background-color: #ffc107;
}

.video-play-btn .video-sonar.welcome.home-3::before {
    background-color: rgba(255, 193, 7, 0.60);
}

.video-play-btn .video-sonar.welcome.home-3::after {
    background-color: rgba(255, 193, 7, 0.60);
}

.video-btn.welcome.home-3 {
    margin-left: 0;
}

.button-area-hero {
    margin-top: 50px;
}

.hero-btn {
    background-color: #ffc107;
    height: 54px;
    min-width: 176px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    color: rgb(17, 17, 17);
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border: none;
}

    .hero-btn.two {
        margin-left: 20px;
        background-color: #ffca2c;
        font-weight: 500;
        display: inline-block;
    }

    .hero-btn:hover {
        background-color: #ffca2c;
        color: #111;
    }

.welcome-text {
    position: relative;
}

.big-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: -130px;
    left: -250px;
    background-color: #f1c40f;
    z-index: -1;
}

a.video-play-btn.play-button.welcome {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 22px;
}

.video-play-btn .video-sonar.welcome::before {
    width: 110px;
    height: 110px;
    top: -20px;
    left: -20px;
}

.video-play-btn .video-sonar.welcome::after {
    width: 90px;
    height: 90px;
    top: -9px;
    left: -8px;
}

.video-btn.welcome {
    margin-left: 20px;
}

.welcome-text h6 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #533efe;
    background-color: rgba(84, 62, 254, 0.20);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Home - 2 */
.welcome-image {
    margin-top: 50px;
}


.bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0.06;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
    z-index: 1;
}

.welcome-area.home-5 {
    background-color: #533efe;
}

.welcome-form-area {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 10101010;
    -webkit-box-shadow: 0 5px 30px 0 rgb(167 167 167 / 30%);
    box-shadow: 0 5px 30px 0 rgb(167 167 167 / 30%);
    margin-top: 50px;
}

    .welcome-form-area h4 {
        font-size: 28px;
    }

    .welcome-form-area p {
        font-size: 17px;
        margin-bottom: 30px;
    }

.welcome-text.home-5 {
    padding-right: 30px;
}

    .welcome-text.home-5 h2 span {
        color: #ffc107;
    }

.welcome-form .form-control {
    height: 40px;
    border-radius: 8px;
}

.welcome-form label {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.welcome-text.home-5 h2 {
    color: #fff;
    font-size: 64px;
}

.welcome-text.home-5 h6 {
    color: #fff;
    font-weight: 700;
    padding-left: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background-color: transparent;
}

.welcome-text.home-5 p {
    color: #fff;
}

.effect-bg .radius-1 {
    -webkit-transform: translate(-50%, -50%) scale(0.67);
    -ms-transform: translate(-50%, -50%) scale(0.67);
    transform: translate(-50%, -50%) scale(0.67);
}

.effect-bg > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    background-image: -o-linear-gradient(top, rgba(41, 46, 194, 0.05), rgba(227, 221, 246, 0.07) 65%, rgba(241, 247, 255, 0.08) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 46, 194, 0.05)), color-stop(65%, rgba(227, 221, 246, 0.07)), to(rgba(241, 247, 255, 0.08)));
    background-image: linear-gradient(-180deg, rgba(41, 46, 194, 0.05), rgba(227, 221, 246, 0.07) 65%, rgba(241, 247, 255, 0.08) 100%);
    z-index: -1;
}

.effect-bg .radius-2 {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.effect-bg .radius-3 {
    -webkit-transform: translate(-50%, -50%) scale(1.63);
    -ms-transform: translate(-50%, -50%) scale(1.63);
    transform: translate(-50%, -50%) scale(1.63);
}

.effect-bg .radius-4 {
    -webkit-transform: translate(-50%, -50%) scale(2.1);
    -ms-transform: translate(-50%, -50%) scale(2.1);
    transform: translate(-50%, -50%) scale(2.1);
}

.effect-bg .radius-x {
    will-change: transform;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}


/* Welcome - 4 Css Area */

.welcome-area.home-4 {
    height: 1050px;
}

.welcome-text.home-4 {
    margin-top: 100px;
}

.single-wel-img-slider {
    cursor: pointer;
    -webkit-box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
}

    .single-wel-img-slider img {
        border-radius: 15px;
    }

.welcome-text.home-4 h2 {
    font-size: 54px;
}

/* Partner Area Css */

.partner-slider {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-slider a img {
    width: 100%;
}


/* Count Fact Css */

.fact-item-card h2 {
    color: #ffc107;
    font-size: 42px !important;
    margin-right: 12px;
    margin-bottom: 0;
}

.content-text {
    font-size: 17px;
}

/* Feature Area Css */

.single-about-part {
    text-align: center;
}

.feature-area {
    position: relative;
}

    .feature-area .owl-dots {
        text-align: center;
        width: 100%;
        position: relative;
        top: -65px;
    }

    .feature-area .owl-dot {
        height: 15px;
        width: 15px;
        background-color: rgba(255, 255, 255, 0.80);
        display: inline-block;
        margin: 0 5px;
        border-radius: 15px;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
    }

        .feature-area .owl-dot.active {
            background-color: #ffc107;
            width: 40px;
        }

.feature-icon {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 0 auto 1rem;
}

    .feature-icon i {
        font-size: 30px;
        color: #533efe;
    }

.bg-warning-cu {
    background-color: #ffc107 !important;
}

.single-about-part h5 {
    font-size: 19px;
}

.single-about-part p {
    margin-bottom: 0;
}

/* Service Area Css */

.service-text h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.service-btn a {
    border: 1px solid #533efe;
    color: #533efe;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .service-btn a:hover {
        background-color: #533efe;
        color: #fff;
    }

.service-icon {
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    display: inline-block;
    background-color: #533efe;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

    .service-icon i {
        line-height: 60px;
        color: #fff;
        font-size: 22px;
    }

.service-caption h3 {
    font-size: 22px;
}

.service-caption p {
    margin-bottom: 0;
}

.sinlge-work-card p {
    margin-bottom: 0;
}

/* About Us Area Css */

.about-text h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.about-text h6 {
    border: 1px solid #533efe;
    color: #533efe;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 18px;
}

.about-image {
    position: relative;
    padding-right: 20px;
}

    .about-image,
    .about-image img {
        position: relative;
    }

.software-download-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .software-download-area ul li {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background-color: #f3f4fe;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

        .software-download-area ul li img {
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .software-download-area ul li:hover img {
            -webkit-filter: blur(1.1px);
            filter: blur(1.1px);
        }

        .software-download-area ul li:first-child {
            top: 70px;
            left: 100px;
        }

        .software-download-area ul li:nth-child(2) {
            left: 10%;
            bottom: 23%;
            width: 105px;
            height: 105px;
            line-height: 105px;
        }

        .software-download-area ul li:nth-child(3) {
            right: 0;
            left: 14%;
            bottom: 6%;
            margin-left: auto;
            margin-right: auto;
        }

        .software-download-area ul li:nth-child(4) {
            right: 40px;
            bottom: 25%;
        }

        .software-download-area ul li:nth-child(5) {
            top: 14%;
            right: 25%;
            width: 90px;
            height: 90px;
            line-height: 90px;
        }

        .software-download-area ul li:nth-child(6) {
            left: 0;
            right: 0;
            top: 50%;
            width: 140px;
            height: 140px;
            line-height: 140px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: auto;
        }

            .software-download-area ul li:nth-child(6) img {
                -webkit-filter: blur(0);
                filter: blur(0);
            }

/* Pricing Plan Css Area */

.pricing-card {
    padding: 60px 40px;
}

.form-check-input {
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #533efe;
        border-color: #533efe;
    }

.pricing-card .pricing-heading .price-quantity {
    position: relative;
    z-index: 1;
}

    .pricing-card .pricing-heading .price-quantity .monthly-price,
    .pricing-card .pricing-heading .price-quantity .yearly-price {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 36px;
        font-weight: 700;
        color: #533efe;
    }

.pricing-switch {
    margin-bottom: 50px;
}

.pricing-card .pricing-heading .price-quantity .monthly-price span,
.pricing-card .pricing-heading .price-quantity .yearly-price span {
    color: rgb(255, 114, 119);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.pricing-card .pricing-heading .price-quantity .yearly-price {
    opacity: 0;
    visibility: hidden;
}

.pricing-card.yearly-plan .pricing-heading .price-quantity .yearly-price {
    opacity: 1;
    visibility: visible;
}

.pricing-card.yearly-plan .pricing-heading .price-quantity .monthly-price {
    opacity: 0;
    visibility: hidden;
}

.pricing-desc ul li i {
    margin-right: 5px;
    color: #533efe;
}

.pricing-card .pricing-desc ul > li {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}

.pricing-desc ul {
    padding: 0 20px;
}

.switch-btn {
    font-size: 19px;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    color: #162447;
}

.pricing-desc {
    margin-top: 80px;
    margin-bottom: 30px;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    width: 100%;
}

.pricing-btn {
    text-align: center;
}

.price-heading {
    font-size: 22px;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #162447;
}

.price-title {
    text-align: center;
}

    .price-title p {
        margin-bottom: 20px;
        font-size: 19px;
    }

.pricing-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 59px rgb(191 191 191 / 20%);
    box-shadow: 0 0 59px rgb(191 191 191 / 20%);
    border-radius: 20px;
}

.pricing-table-switch {
    margin-bottom: 70px;
}

.price-table-area {
    position: relative;
    z-index: 1;
}

    .price-table-area.price2 .pricing-card {
        border: 2px solid #ffffff;
    }

        .price-table-area.price2 .pricing-card.active {
            border-color: #ffc107;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .price-table-area.price2 .pricing-heading .price {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .price-table-area.price2 .pricing-heading .price > span {
            display: block;
            width: 4rem;
            height: 4rem;
            text-align: center;
            font-size: 1.75rem;
            margin-bottom: 1rem;
            color: #ffffff;
            line-height: 4rem;
        }

    .price-table-area.price2 .pricing-heading .price-quantity {
        margin-right: 0;
        min-height: 3.5rem;
    }

        .price-table-area.price2 .pricing-heading .price-quantity .monthly-price,
        .price-table-area.price2 .pricing-heading .price-quantity .yearly-price {
            font-size: 2rem;
        }

    .price-table-area.price2 .pricing-desc ul > li {
        padding-left: 0;
    }

        .price-table-area.price2 .pricing-desc ul > li::before {
            display: none;
        }

        .price-table-area.price2 .pricing-desc ul > li:last-child {
            margin-bottom: 0;
        }

.pricing-table-switch {
    text-align: center;
}

    .pricing-table-switch .form-switch .form-check-input {
        width: 3rem;
        border-radius: 8rem;
        height: 1.375rem;
    }

    .pricing-table-switch label {
        cursor: pointer;
    }

        .pricing-table-switch label > span {
            top: -1.125rem;
            right: 0;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

/* Gallery Area Css */

.gallery-slider {
    position: relative;
    z-index: 9;
}

.gallery-single-slider img {
    border-radius: 15px;
}

.gallery-area .owl-nav .owl-next,
.gallery-area .owl-nav .owl-prev {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    background-color: #ffc107;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 4px 30px #ede9fe;
    box-shadow: 0px 4px 30px #ede9fe;
}

.gallery-area .owl-nav .owl-prev {
    left: auto;
    right: 10px;
}

/* Client Area Css */

.client-area {
    position: relative;
}

.single-clinet-slider {
    padding: 60px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 60px 90px -35px #ebeffd;
    box-shadow: 0px 60px 90px -35px #ebeffd;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
}

.client-partner-area {
    margin-top: 50px;
}

    .client-partner-area h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #5b657e;
    }

    .client-partner-area ul li {
        display: inline-block;
        margin-right: 20px;
    }

        .client-partner-area ul li a img {
            width: 100px;
        }

.client-rating ul {
    margin-bottom: 10px;
}

    .client-rating ul li {
        display: inline-block;
        margin-right: 2px;
    }

.client-area .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .client-area .owl-dots .owl-dot {
        height: 15px;
        width: 15px;
        background-color: #ffc107;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .client-area .owl-dots .owl-dot.active {
            background-color: #533efe;
            width: 40px;
            border-radius: 10px;
        }

.client-rating ul li i {
    color: #FAAE30;
    font-size: 12px;
}

.client-text p {
    font-size: 17px;
    margin-bottom: 25px;
}

.client-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    max-width: 45px;
    margin-right: 15px;
}

    .client-img img {
        border-radius: 50%;
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
    }

.single-clinet-slider:hover .client-img img {
    -webkit-filter: blur(1.1px);
    filter: blur(1.1px);
}

.client-info h6 {
    font-size: 15px;
    margin-bottom: 1px;
}

.client-info span {
    font-size: 13px;
    text-transform: capitalize;
}

/* Team Members Area Css */

.single-members-area {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

    .single-members-area:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.members-image {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 59px rgb(191 191 191 / 16%);
    box-shadow: 0 0 59px rgb(191 191 191 / 16%);
    margin-bottom: 20px;
}

    .members-image img {
        display: inline-block;
        position: relative;
        z-index: 9999999;
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
    }

    .members-image::after {
        position: absolute;
        content: "";
        background-color: rgba(255, 193, 7, 0.80);
        height: 90px;
        width: 90px;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

.single-members-area:hover .members-image img {
    -webkit-filter: blur(1.1px);
    filter: blur(1.1px);
}

.team-content-text p {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 15px;
}

.team-content-text h4 {
    font-size: 18px;
    text-transform: capitalize;
}

.members-image img {
    border-radius: 50%;
}

.team-social-link {
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-top: 15px;
}

    .team-social-link li {
        display: inline-block;
    }

    .team-social-link.active {
        right: 20px;
    }

    .team-social-link li a {
        background-color: #fff;
        height: 30px;
        width: 30px;
        display: inline-block;
        line-height: 30px;
        margin-bottom: 10px;
        border-radius: 50%;
        font-size: 14px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .team-social-link li a:hover {
            background-color: #ffc107;
            color: #fff;
        }

.single-members-area:hover .team-social-link {
    right: 20px;
}

.single-members-area h4 {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.single-members-area span {
    color: #533efe;
    font-size: 14px;
}


/* Single Blog Area Css */

.single-blog-area {
    position: relative;
    border-radius: 15px;
}

.blog-image {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.single-blog-image.details {
    height: 500px;
    border-radius: 10px;
}

.blog-image img {
    border-radius: 10px;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms;
    width: 100%;
}

.single-blog-area:hover .blog-image img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-badge {
    background-color: #533efe;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
    margin-bottom: 20px;
    font-size: 14px;
}

.achaity-pagination-area {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
}

    .achaity-pagination-area a,
    .achaity-pagination-area .page-link {
        width: 45px;
        height: 45px;
        border: none;
        display: block;
        line-height: 45px;
        position: relative;
        text-align: center;
        border-radius: 50% !important;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        color: #171517;
        background: #fff;
        -webkit-box-shadow: 0 5px 15px 0 rgba(107, 124, 147, .15), 0 2px 4px 0 rgba(107, 124, 147, .2), inset 0 -2px 0 0 #c2cfde;
        box-shadow: 0 5px 15px 0 rgba(107, 124, 147, .15), 0 2px 4px 0 rgba(107, 124, 147, .2), inset 0 -2px 0 0 #c2cfde;
        font-size: 15px;
        font-weight: 700;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0;
        border: none;
    }

        .achaity-pagination-area a:hover,
        .achaity-pagination-area .page-link:hover {
            background-color: #533efe;
            color: #fff;
        }

.page-item.active .page-link {
    background-color: #533efe;
    border-color: #533efe;
}

.single-blog-area h4 a {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 500;
}

.single-blog-area p {
    font-size: 17px;
}

.blog-btn a {
    background-color: #ffc107;
    height: 46px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}

    .blog-btn a i {
        position: relative;
        top: 1px;
    }

    .blog-btn a:hover {
        background-color: #533efe;
        color: #fff;
    }

.single-blog-area .blog-desc {
    margin-bottom: 25px;
}

.single-blog-image {
    margin-bottom: 70px;
    position: relative;
}

.blog-image- img {
    border-radius: 15px;
    width: 100%;
}

.single-blog-image img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

.video-btn.blog-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-date {
    color: #ffc107;
}

.blg-details-heading {
    font-size: 42px;
    text-transform: capitalize;
}

.single--blog-details-text-area p {
    text-transform: capitalize;
    line-height: 1.7;
}

.share-button a i {
    margin-left: 7px;
    color: rgba(5, 24, 43, 0.7);
    font-size: 16px;
    height: 35px;
    width: 35px;
    border: 1px solid #CCC9D7;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.share-button a:hover i {
    background-color: #533efe;
    color: #fff;
}

.single-widget-area.widget-form-area {
    background-color: #533efe !important;
    padding: 30px !important;
}

.comment-wrapper {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
}

.comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-right: 15px;
    border-right: 2px solid rgba(109, 87, 219, 0.80);
    padding-right: 15px;
}

    .comment-author img {
        border-radius: 50%;
    }

.comment-meta h6 {
    font-size: 19px;
    text-transform: capitalize;
}

.comment-meta p {
    font-size: 17px;
}

.rep-btn {
    background-color: rgba(109, 87, 219, 0.10);
    color: #533efe;
    font-weight: 600;
    height: 30px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 13px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

    .rep-btn:hover {
        background-color: #533efe;
        color: #fff;
    }

.single-comment {
    -webkit-box-shadow: 0px 4px 30px #ede9fe;
    box-shadow: 0px 4px 30px #ede9fe;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.submit-btn {
    border: none;
}

/* Call To Action Area Css */

.call-to-action-area {
    position: relative;
    background-color: #533efe;
}

.cta-area {
    position: relative;
    z-index: 1010;
    overflow: hidden;
}

.call-to-action-card {
    position: relative;
    z-index: 1010;
}

.call-to-text h2 {
    font-size: 38px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fff;
}

.call-to-text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.call-to-action-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.newsletter-form {
    position: relative;
}

    .newsletter-form.cta .form-control {
        position: relative;
        height: 60px;
        border-radius: 30px;
        border: none;
    }

.submit-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffc107;
    height: 48px;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 0 15 px;
}


/* Breadcrumb Area Css */

.divider-shape {
    width: 100%;
    height: 100px;
    position: absolute;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    background: #fff;
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    z-index: 9;
    bottom: 0;
    left: 0;
}

.breadcrumb-area {
    height: 400px;
    background-color: #f2f4f7;
    position: relative;
}

.breadcrumb-content-text {
    padding-top: 50px;
}

    .breadcrumb-content-text p {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

.breadcrumb-item a {
    color: #533efe;
}

/* Video Area Css */

.video-btn {
    position: relative;
    z-index: 9;
}

    .video-btn .video-play-btn {
        background-color: #533efe;
        height: 100px;
        width: 100px;
        display: inline-block;
        color: #fff;
        line-height: 100px;
        text-align: center;
        font-size: 30px;
        border-radius: 50%;
        position: relative;
        z-index: 9;
    }

.video-play-btn .video-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: #533efe;
    -webkit-animation: video-sonar 2s linear infinite;
    animation: video-sonar 2s linear infinite;
}

    .video-play-btn .video-sonar::before {
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(109, 87, 219, 0.60);
        content: "";
        top: -30px;
        left: -30px;
        z-index: -100;
    }

    .video-play-btn .video-sonar::after {
        position: absolute;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: rgba(109, 87, 219, 0.60);
        content: "";
        top: -15px;
        left: -15px;
        z-index: -50;
    }

@-webkit-keyframes video-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}

@keyframes video-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}

/* Contact Css Area */

.footer-contact-area {
    background-color: #533efe;
}

.copywrite-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    text-transform: capitalize;
}

    .copywrite-text p a {
        color: #fff;
        line-height: 1;
    }

ul.footer-social-area {
    margin-bottom: 20px;
    padding-top: 30px;
}

    ul.footer-social-area li {
        display: inline-block;
        margin: 0 5px;
    }

        ul.footer-social-area li a {
            border: 1px dashed #fff;
            height: 34px;
            width: 34px;
            display: inline-block;
            line-height: 32px;
            border-radius: 50%;
            color: #fff;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            ul.footer-social-area li a:hover {
                background-color: #ffc107;
                border-color: #ffc107;
            }

.footer-menu-text ul li {
    display: inline-block;
    margin: 0 12px;
}

    .footer-menu-text ul li a {
        color: #fff;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .footer-menu-text ul li a:hover {
            color: #ffc107;
        }

.footer-logo a img {
    width: 100px;
    padding-top: 50px;
}

.contact-meta-info-area p {
    font-size: 20px;
    color: #2b044d;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-meta-info-area {
    padding-left: 30px;
}

.contact-from {
    -webkit-box-shadow: 0px 4px 30px #ede9fe;
    box-shadow: 0px 4px 30px #ede9fe;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
}

.contact-meta-info-area h4 {
    font-size: 52px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.c-meta-icon {
    position: relative;
}

.contact-meta-info {
    position: relative;
    margin-bottom: 25px;
}

.c-meta-icon i {
    position: relative;
    display: block;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    background-color: #533efe;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 50px;
}

.c-meta-icon::before {
    position: absolute;
    z-index: -10;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: -2px;
    left: 0;
    content: "";
    background-color: #533efe;
}

.c-meta-icon::after {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    content: "";
    background-color: rgba(255, 202, 44, 0.70);
}

.contact-meta-info span {
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 18px;
}

.form__label {
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 14px;
}

.form__input {
    width: 100%;
    height: 50px;
    border: 1px solid #d4d7e5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    padding: 15px;
    display: block;
}

.form-control {
    border: 1px solid #d4d7e5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    padding: 15px;
    display: block;
}

    .form-control:focus {
        border-color: #5b657e;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Blog Css Area */

.single-blog-image {
    position: relative;
}

    .single-blog-image img {
        position: relative;
    }

.blog-meta-info ul li {
    display: inline-block;
    margin-right: 15px;
}


.blog-meta-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #162447;
    padding: 10px 20px;
    border-radius: 10px;
}

    .blog-meta-info ul li img {
        width: 50px;
        border-radius: 50%;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        position: relative;
        z-index: 10;
    }

    .blog-meta-info:hover ul li img {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    .blog-meta-info ul li {
        font-weight: 400;
        color: #fff;
    }

blockquote {
    background-color: rgba(48, 86, 211, 0.06);
    padding: 30px;
    border-radius: 10px;
}

    blockquote footer {
        font-size: 18px;
        margin-bottom: 10px;
        color: #533efe;
    }

.fill-current {
    fill: #533efe;
    margin-bottom: 20px;
}

blockquote h3 {
    line-height: 1.3;
}



.sidebar-single-blog h4 {
    font-size: 40px;
    text-transform: capitalize;
}

.sidebar-single-blog {
    margin-bottom: 30px;
}

.single-widget-area {
    position: relative;
}

    .single-widget-area .form-control {
        width: 100%;
        height: 56px;
        border: none;
        border-radius: 0;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.85);
        padding: 0 20px;
        border-radius: 6px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.12);
        text-align: center;
    }

    .single-widget-area.widget-form-area h4 {
        color: rgba(255, 255, 255, 0.97);
        text-transform: capitalize;
    }

    .single-widget-area.widget-form-area p {
        color: rgba(255, 255, 255, 0.90);
        font-size: 14px;
        margin-bottom: 25px;
    }

    .single-widget-area .widget-form button {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        height: 55px;
        background-color: rgba(22, 36, 71, 0.80);
        color: #ffffff;
        border: none;
        z-index: 10;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 20px;
        font-weight: 500;
        font-size: 17px;
    }

        .single-widget-area .widget-form button:hover {
            background-color: #162447;
        }

    .single-widget-area .catagories-list li a {
        font-size: 1rem;
        display: block;
        margin-bottom: 12px;
        font-weight: 700;
        -webkit-box-shadow: 0px 4px 10px #ede9fe;
        box-shadow: 0px 4px 10px #ede9fe;
        padding: 15px 10px;
        border-radius: 5px;
    }

        .single-widget-area .catagories-list li a:hover,
        .single-widget-area .catagories-list li a:focus {
            color: #533efe;
        }

    .single-widget-area .single-recent-post .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
        margin-right: 15px;
    }

        .single-widget-area .single-recent-post .post-thumb a img {
            border-radius: 50%;
            -webkit-transition-duration: 300ms;
            -o-transition-duration: 300ms;
            transition-duration: 300ms;
        }

    .single-widget-area .single-recent-post:hover .post-thumb a img {
        -webkit-filter: blur(1.1px);
        filter: blur(1.1px);
    }


    .single-widget-area .single-recent-post .post-content .post-title {
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
        line-height: 1.3;
        font-weight: 500;
        text-transform: capitalize;
    }

        .single-widget-area .single-recent-post .post-content .post-title:hover {
            color: #533efe;
        }

.single-recent-post {
    margin-bottom: 30px;
}

.single-widget-area .single-recent-post .post-content .post-date {
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #8480ae;
    margin-bottom: 0;
}

.single-widget-area {
    border: 1px solid #e2e5f1;
    padding: 20px;
    border-radius: 10px;
}

.widget-title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(109, 87, 219, 0.70);
    display: inline-block;
    text-transform: capitalize;
}

.bg-gradient-primary {
    background-color: #f2f4f7;
}

.popular-tags li a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #e9e9e9;
    text-transform: lowercase;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
}

.popular-tags li {
    display: inline-block;
    margin: 3px;
}

.contact-meta-info-area h4 {
    font-size: 34px;
}

.popular-tags li a:hover,
.popular-tags li a:focus {
    color: #ffffff;
    background-color: #533efe;
    border-color: #533efe;
}

.mb-30 {
    margin-bottom: 30px;
}

form.widget-form {
    position: relative;
}

.border-none-cu {
    border: none;
}

.side-bar--menu-icon a {
    font-size: 22px;
    margin-left: 5px;
    color: rgba(5, 24, 43, 0.7);
}
