/*------------------------------------------------------------
    Template name    : Technoit - IT Solutions & Business Services Multipurpose Responsive Website Template
    Author           : ZRTHEMES
    Version          : 2.0
    File Description : Main css file of the template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --font-default: "Open Sans", sans-serif;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: "Open Sans", sans-serif;
    --font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    --color-bg: #025add;
    --hero-overlay-color: transparent;
    --menu-color: #ffffff;
    --theme-color: #025add;
    --border-color: #e2e2e2;
    --theme-color-dark: #f8f8f8;
    --text-color: #3a3a3a;
    --hero-text-color: #ffffff;
    --text-white-color: #ffffff;
    --text-grey-color: #3a3a3a;
    --text-theme-color: #025add;
    --light-color: #ffffff;
    --color-default: #3a3a3a;
    --color-primary: #025add;
    --color-secondary: #0c6de0;
    --color-start: #3a3a3a;
    --color-end: #3a3a3a;
    --hero-card-bg: rgb(228 227 223 / 17%);
    --box-shadow-color: rgb(82 90 101 / 10%);
}

    :root.dark {
        --menu-color-bg: #565656;
        --color-bg: #000000;
        --hero-overlay-color: #000000;
        --menu-color: #ffffff;
        --theme-color: #000000;
        --border-color: #14929a;
        --theme-color-dark: #2c2c2c;
        --text-color: #ffffff;
        --hero-text-color: #ffffff;
        --text-white-color: #ffffff;
        --text-grey-color: #565656;
        --text-theme-color: #14929a;
        --light-color: #000000;
        --color-default: #000000;
        --color-primary: #000000;
        --color-secondary: #000000;
        --color-start: #000000;
        --color-end: #000000;
        --hero-card-bg: rgb(0 0 0 / 83%);
        --box-shadow-color: rgb(20 146 154 / 49%);
    }

body {
    font-family: var(--font-default);
    font-family: var(--font-family);
    color: var(--text-color);
    background: #025add00;
    transition: 0.5s background ease;
}

    body.dark {
        --menu-color-bg: #ffffff;
        --color-bg: #000000;
        --hero-overlay-color: #000000;
        --menu-color: #ffffff;
        --border-color: #025add;
        --theme-color-dark: #151515;
        --text-color: #ffffff;
        --text-white-color: #ffffff;
        --text-grey-color: #565656;
        --text-theme-color: #025add;
        --light-color: #000000;
        --color-default: #000000;
        --color-secondary: #0c6de0;
        --color-start: #000000;
        --color-end: #000000;
        --hero-card-bg: rgb(0 0 0 / 83%);
        --box-shadow-color: rgb(12 109 224 / 69%);
    }


#darkmode-button {
    border-radius: 50%;
    border: none;
    outline: none;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    display: none;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    font-family: var(--font-family);
    font-family: "Syne", sans-serif;
}

p {
    font-family: var(--font-default);
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

h1 {
    font-family: var(--font-default);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
    font-family: "Syne", sans-serif;
}

.toggle-container {
    position: relative;
}

.theme-btn {
    width: 6em;
    height: 6em;
    padding: 0.5em;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

    .theme-btn img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .theme-btn.light {
        display: none;
    }

.commonHead_title.md-25 {
    margin-bottom: 20px;
}

​
.dark .theme-btn.dark {
    display: none;
}

.dark .theme-btn.light {
    display: block;
}

.hide-on-mobile {
    display: block;
}

/*--------------------------------------------------------------
# about Us
--------------------------------------------------------------*/


.innerBanner {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/page-header-bg.png);
    background-size: cover;
}

.innerBanner_title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 700;
}

.innerBanner .breadcrumb {
    background-color: #fff;
    padding: 12px 25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -16px;
    justify-content: center;
    width: 420px;
    -webkit-box-shadow: 0 5px 20px rgba(58, 64, 67, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(58, 64, 67, 0.1);
    box-shadow: 0 5px 20px rgba(58, 64, 67, 0.1);
    border-radius: 30px;
    margin: 0 auto;
}

.innerBanner .breadcrumb-item {
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

    .innerBanner .breadcrumb-item.active {
        color: #045ede;
    }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item a {
    color: #000
}

.lightbg {
    background-color: #f6f2ec;
}

.missionSec_img {
    overflow: hidden;
    border-radius: 20px;
}

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

.missionSec .row:not(:last-child) {
    margin-bottom: 40px;
}

.numberSec_box {
    text-align: center;
}

    .numberSec_box h2 {
        color: #121212;
        font-size: 44px;
        font-weight: 700;
        line-height: 50px;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .numberSec_box p {
        color: #64666C;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0px;
    }

@media (max-width: 767.98px) {
    .numberSec_box {
        padding: 12px;
    }

    .numberSec h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .numberSec p {
        font-size: 14px;
    }

    .commonHead_title {
        margin-bottom: 15px;
    }

    .accordion-button {
        font-size: 15px !important;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .innerBanner .breadcrumb {
        width: 356px;
    }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.commonHead {
    margin-bottom: 50px;
}

.nav-pills {
    margin-bottom: 20px;
}

    .nav-pills .nav-item:not(:last-child) {
        margin-right: 10px;
    }

    .nav-pills .nav-item .nav-link {
        min-width: 100px;
        font-weight: 600;
        font-size: 14px;
        color: #121212;
        border-radius: 30px;
        padding: 10px 25px;
        background-color: #f6f2ec;
    }

        .nav-pills .nav-item .nav-link.active {
            color: #fff;
            background-color: #055fdd;
        }

.bestSec_box {
    position: relative;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    -moz-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
}

.bestSec_box_top {
    margin-bottom: 12px;
}

.bestSec_box_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f6f2ec;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .bestSec_box_img img {
        width: 25px;
    }

.bestSec_box h3 {
    font-weight: 600;
    color: #121212;
    font-size: 18px;
    margin-bottom: 0px;
}

.inspirSec_txt_box {
    height: 100%;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    -moz-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
}

.inspirSec_txt_count {
    margin-bottom: 10px;
}

    .inspirSec_txt_count span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 15px;
        background-color: #0561de;
        border-radius: 50%;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .inspirSec_txt_count h3 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0px;
    }

.inspirSec_txt p {
    color: #64666C;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
# Pricing & Section
--------------------------------------------------------------*/
.pricingSec_box {
    border: 1px solid #E5E5E5;
    border-top-width: 5px;
    border-top-color: #4983ff;
    border-radius: 12px;
    padding: 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    -moz-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    height: 100%;
}

.pricingSec_box_txt {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.pricingSec_box_title {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.pricingSec_box_price {
    color: #4c85ff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
}

.pricingSec_box_time {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.pricingSec_box .btn {
    width: 100%;
}

.pricingSec table {
    margin-top: 20px;
    border-color: #E5E5E5;
}

.pricingSec_box a {
    color: #fff
}

.pricingSec table td, .pricingSec table th {
    color: #121212;
    font-size: 13px;
    font-weight: 600;
}

/*--------------------------------------------------------------
 # Expert Call
--------------------------------------------------------------*/
.trialInfo_contact {
    padding: 40px;
    background-color: #fff;
    border-bottom: 3px solid #5ca1ff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

    .trialInfo_contact h2 {
        color: #121212;
        font-size: 22px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .trialInfo_contact .form-control {
        height: 50px;
    }

    .trialInfo_contact .form-group .form-check {
        flex: 0 0 33.33%;
    }

    .trialInfo_contact textarea.form-control {
        height: 135px;
    }

@media (max-width: 1199.98px) {
    .trialInfo_contact .form-group .form-check {
        flex: 0 0 50%;
    }
}

@media (max-width: 767.98px) {
    .trialInfo_contact .form-group .form-check {
        flex: 100%;
    }
}
/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
.contactInfo_box {
    padding: 30px;
    background-color: #f6f2ec;
    height: 100%;
}

.contactInfo_box_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #fff;
    font-size: 22px;
    color: #5ca1ff;
    margin-right: 15px;
}

.contactInfo_box_txt h3 {
    font-size: 18px;
    color: #121212;
    font-weight: 700;
    margin-bottom: 5px;
}

.contactInfo_box_txt a {
    display: block;
    line-height: 24px;
}

.contactInfo_box_txt a, .contactInfo_box_txt address {
    color: #64666C;
    font-weight: 500;
    font-size: 15px;
}

.contactSec_form .form-control {
    height: 40px;
}

.contactSec_form textarea.form-control {
    height: 135px;
}

.contactSec_form h2 {
    color: #121212;
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
}

.contactSec_img img {
    width: 100%;
    max-width: 440px;
}

.py-50 {
    padding: 50px 0px;
}
/*--------------------------------------------------------------
# sigma-pro
--------------------------------------------------------------*/
.detailPage_lft h2 {
    color: #121212;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}

.detailPage_lft p {
    color: #64666C;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.detailPage_lft ul li:not(:last-child) {
    margin-bottom: 12px;
}

.detailPage_lft ul li {
    position: relative;
    color: #64666C;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 22px;
}

    .detailPage_lft ul li i {
        position: absolute;
        left: 0;
        font-size: 16px;
        top: 3px;
        color: #5ca1ff;
    }

.detailPage_lft_price {
    text-align: center;
    padding: 20px;
    border-top: 3px solid #5ca1ff;
    background-color: #f6f2ec;
}

    .detailPage_lft_price h3 {
        font-size: 30px;
        line-height: normal;
        font-weight: 700;
    }

.detailPage_rht_info {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #0662de;
}

    .detailPage_rht_info img {
        margin-bottom: 20px;
    }

    .detailPage_rht_info h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .detailPage_rht_info p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
    }

.detailPage_rht_contact {
    display: flex;
    align-items: center;
}

    .detailPage_rht_contact i {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
        font-size: 22px;
        color: #5ca1ff;
        background-color: #fff;
    }

.detailPage_rht_contact_txt {
    margin-left: 15px;
}

    .detailPage_rht_contact_txt h3 {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .detailPage_rht_contact_txt a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

.detailPage_rht_box {
    padding: 30px;
    background-color: #f6f2ec;
}

    .detailPage_rht_box h2 {
        color: #121212;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .detailPage_rht_box a {
        color: #fff;
        display: flex;
        align-items: center;
        padding: 15px 18px;
        font-size: 16px;
        font-weight: 600;
        background-color: #0662de;
    }

        .detailPage_rht_box a:not(:last-child) {
            margin-bottom: 10px;
        }

        .detailPage_rht_box a i {
            font-size: 18px;
            margin-right: 10px;
        }
/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/

.cmsPage ul li:not(:last-child) {
    margin-bottom: 12px;
}

.cmsPage ul li {
    position: relative;
    color: #64666C;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 22px;
}

    .cmsPage ul li i {
        position: absolute;
        left: 0;
        font-size: 15px;
        top: 1px;
        color: #5ca1ff;
    }
/*--------------------------------------------------------------
# FAQ'S
--------------------------------------------------------------*/
.accordion {
    border-color: #E5E5E5;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #024ffebf;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    font-weight: 500;
    font-size: 18px;
    color: #121212;
}

@media(max-width:991px) {
    .footer-section {
        padding: 20px 0px 0px 0px;
    }

    .commonHead_title {
        color: #121212;
        font-size: 25px !important;
    }
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section {
    padding: 60px 0;
    overflow: hidden;
    background: var(--light-color);
}

.section-grey {
    padding: 90px 0;
    overflow: hidden;
    background: var(--theme-color-dark);
}

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

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 35px;
        position: relative;
        color: #232323;
        font-weight: 700;
    }

    .section-header p {
        margin-bottom: 0;
        color: #b8651d;
    }

img {
    transition: 0.3s;
    overflow: hidden;
}

    img:hover {
        transform: translateX(0px);
        overflow: hidden;
    }

.fill-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    border: 0;
    transition: 0.3s;
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

    .fill-btn:hover {
        background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
        color: var(--text-white-color);
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
    padding: 120px 0 60px 0;
    min-height: 20vh;
    background: url(../images/page-header-bg.png) center bottom;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

    .breadcrumbs .page-header:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg, var(--light-color), var(--light-color));
        z-index: 0;
        opacity: 0.6;
    }

    .breadcrumbs .page-header h2 {
        color: var(--color-primary);
    }

    .breadcrumbs .page-header p {
        color: var(--menu-color);
    }

.breadcrumbs nav {
    background-color: var(--theme-color);
    padding: 20px 0;
}

    .breadcrumbs nav ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: var(--color-default);
    }

        .breadcrumbs nav ol a {
            color: var(--text-white-color);
            transition: 0.3s;
        }

            .breadcrumbs nav ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs nav ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs nav ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: var(--color-secondary);
                content: "/";
            }

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .scroll-top:hover {
        background: rgb(16 16 16 / 80%);
        color: #fff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 88px;
        RIGHT: 30PX;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--color-primary);
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(48% - 3px);
        left: calc(48% - 3px);
        border: 2px solid #fff;
        border-color: var(--light-color) transparent var(--light-color) transparent;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1.5s linear infinite;
        animation: animate-preloader 1.5s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .section-header h2 {
        font-size: 25px;
        position: relative;
        color: #232323;
        font-weight: 700;
        line-height: 40px;
    }

    .whySec_box_txt h3 {
        color: #121212;
        font-size: 16px !important;
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 26px;
    }

    .letSec_left,
    .letSec_right {
        position: absolute;
        z-index: 9999999;
        bottom: -14px;
        display: none;
    }

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        color: #b9b9b9;
        text-align: center !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
    background: #00796b;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

    .topbar .contact-info i {
        font-style: normal;
        color: #fff;
        line-height: 0;
    }

        .topbar .contact-info i a,
        .topbar .contact-info i span {
            padding-left: 5px;
            color: #fff;
        }

@media (max-width: 575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

    .topbar .contact-info i a:hover {
        color: #fff;
        text-decoration: underline;
    }

.topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

    .topbar .social-links a:hover {
        color: #fff;
    }

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
    background: transparent;
}

    .header.sticked {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        height: 85px;
    }

    .header .logo img {
        max-height: 80px;
        margin-right: 0px;
    }

    .header.stikcy-menu {
        background: var(--light-color);
        /* padding: 10px 0px; */
    }

        .header.stikcy-menu .logo h1 {
            color: var(--color-primary);
        }

    .header .logo h1 {
        font-size: 30px;
        margin: 0;
        letter-spacing: 0.8px;
        color: var(--color-primary);
        font-family: var(--font-primary);
    }

        .header .logo h1 span {
            color: var(--color-primary);
        }

.sticked-header-offset {
    margin-top: 0;
}

section {
    background: var(--light-color);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 28px;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: var(--font-secondary);
            font-size: 16px;
            font-weight: 600;
            color: var(--menu-color);
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

    .stikcy-menu .navbar a {
        color: var(--text-color);
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: var(--color-primary);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #025add;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            font-weight: 400;
            color: #ffffff;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #ffffff;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 220px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: var(--color-primary);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-primary);
            font-size: 15px;
            color: rgb(255 255 255);
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #fff;
            }

        .navbar .getstarted,
        .navbar .getstarted:focus {
            background: var(--color-primary);
            padding: 8px 20px;
            border-radius: 4px;
            margin: 15px;
            color: #fff;
        }

            .navbar .getstarted:hover,
            .navbar .getstarted:focus:hover {
                color: #fff;
                background: rgba(0, 131, 116, 0.8);
            }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            background-color: var(--color-primary);
        }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-show {
        color: #FF9800;
        font-size: 24px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 5px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgb(0 0 0 / 80%);
                z-index: 9996;
            }
}

.textcenter {
    text-align: center !important;
}

    .textcenter .nav-link {
        display: inline !important;
        background: transparent;
        color: #000000b5;
        border-radius: inherit;
        font-weight: 600;
        font-size: 18px;
    }

        .textcenter .nav-link.active {
            display: inline !important;
            background: transparent;
            color: #0d6efd;
            border-bottom: 2px solid #0d6efd;
            border-radius: inherit;
            font-weight: 600;
            font-size: 18px;
        }

.cards {
    padding: 18px 10px;
    border-radius: 9px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.left {
    text-align: right;
}

.right {
    text-align: left;
}

.list-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

    .list-wrap p {
        color: var(--text-color);
    }

    .list-wrap:nth-child(3),
    .list-wrap:nth-child(6) {
        margin-bottom: 0;
    }

    .list-wrap .description h4 {
        color: var(--text-color);
    }

.icons {
    /* width: 158px; */
    /* text-align: center; */
    /* height: 56px; */
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 23px;
}

.iconss {
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 16px;
}

.icon svg {
    width: 100%;
}

.list-center-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}

.center-icon {
    width: 100%;
    text-align: center;
}

    .center-icon img {
        width: 100%;
        border-radius: 20px;
        opacity: 0.9;
    }

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
}

.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

    .about .call-us h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .about .call-us p {
        font-size: 28px;
        color: var(--color-primary);
    }

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 0 0 10px 30px;
        position: relative;
    }

    .about .content ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: var(--color-primary);
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(0, 131, 116, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

    .about .play-btn:hover:after {
        border-left: 15px solid var(--color-primary);
        transform: scale(20);
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.img-frame {
    position: relative;
    background: #f6f6f6;
    background-size: contain;
    padding: 9%;
}

.bar {
    background-color: #f1f1f1;
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    color: var(--light-color);
}

    .bar::before {
        content: attr(data-skill);
        background-color: var(--color-primary);
        display: inline-block;
        padding: 5px 0 5px 10px;
        border-radius: inherit;
        animation: load 2s 0s;
        -webkit-animation: load 2s 0s;
        -moz-animation: load 2s 0s;
        -o-animation: load 2s 0s;
    }

    .bar.front::before {
        background-color: var(--color-primary);
    }

    .bar.back::before {
        background-color: var(--color-primary);
    }

    .bar.learning::before {
        width: calc(20% - 10px);
    }

    .bar.basic::before {
        width: calc(40% - 10px);
    }

    .bar.intermediate::before {
        width: calc(60% - 10px);
    }

    .bar.advanced::before {
        width: calc(80% - 10px);
    }

    .bar.expert::before {
        width: calc(100% - 10px);
    }

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 90px 0;
}

    .clients .swiper {
        padding: 10px 0;
    }

    .clients .swiper-slide img {
        transition: 0.3s;
        filter: grayscale(1);
        opacity: 1;
        border-radius: 8px;
    }

        .clients .swiper-slide img:hover {
            transform: scale(1.1);
        }

    .clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            background-color: #ddd;
        }

        .clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--color-primary);
        }


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    background: url(../images/bg/counter-bg.jpg) center left;
    background-size: cover;
    padding: 63px 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}

    .call-to-action h3 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .call-to-action p {
        color: #ffffff;
        margin-bottom: 20px;
    }

    .call-to-action .play-btn {
        width: 94px;
        height: 94px;
        margin-bottom: 20px;
        background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
        border-radius: 50%;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

        .call-to-action .play-btn:before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 2s;
            animation: pulsate-btn 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgba(0, 131, 116, 0.7);
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

    .call-to-action:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #0e3d95;
        z-index: 0;
        opacity: 0.6;
    }

    .call-to-action .play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

    .call-to-action .play-btn:hover:after {
        border-left: 15px solid var(--color-primary);
        transform: scale(20);
    }

    .call-to-action .cta-btn {
        font-family: var(--font-primary);
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 48px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    }

        .call-to-action .cta-btn:hover {
            background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
        }

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 10px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 15px;
    margin: 25px 0px;
    position: relative;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
}

    .testimonials .testimonial-item .info-box {
        min-width: 276px;
    }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        margin-right: 15px;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: var(--color-primary);
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .stars {
        margin: 10px 0;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: var(--color-primary);
        font-size: 26px;
        line-height: 0;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        transform: scale(-1, -1);
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px auto 15px auto;
        color: var(--text-color);
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgb(255 255 255 / 48%);
        opacity: 1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
    }

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 5px;
        margin: 4px;
        flex-direction: column;
    }

        .testimonials .testimonial-item .testimonial-img {
            position: static;
            left: auto;
        }
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}

    .team .member img {
        border-radius: 10px;
        overflow: hidden;
    }

    .team .member .member-content {
        padding: 0 20px 30px 20px;
    }

    .team .member h4 {
        margin-top: 16px;
        margin-bottom: 2px;
        font-size: 20px;
        color: var(--color-primary);
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 14px;
        color: var(--text-color);
    }

    .team .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #6c757d;
    }

    .team .member .social {
        margin-top: 15px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .team .member .social a {
            color: var(--color-primary);
            transition: 0.3s;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #e8e8e8;
        }

            .team .member .social a:hover {
                color: var(--color-primary);
                border-color: var(--color-primary);
            }

        .team .member .social i {
            font-size: 14px;
            margin: 0 2px;
        }


/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content h4 {
    font-size: 20px;
    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;
    color: #6c757d;
}

.faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background: var(--theme-color-dark);
    border: 1px solid var(--border-color);
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--border-color);
}


.faq .accordion-collapse {
    border: 0;
    background: var(--theme-color-dark);
    border-radius: 0 8px 8px 0;
}

.accordion-flush .accordion-item:first-child {
    border: 1px solid var(--border-color);
}

.faq .accordion-button {
    background: var(--theme-color-dark);
    padding: 20px 50px 20px 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-primary);
    text-align: left;
    box-shadow: none;
    border-radius: 8px !important;
}

    .faq .accordion-button .num {
        padding-right: 10px;
        font-size: 20px;
        line-height: 0;
        color: var(--color-primary);
    }

    .faq .accordion-button:not(.collapsed) {
        color: var(--color-primary);
        box-shadow: none;
    }

    .faq .accordion-button:after {
        position: absolute;
        right: 20px;
        top: 20px;
        background: url(../images/icons/down-arrow.svg);
    }

.faq .accordion-body {
    padding: 40px;
    border: 0;
    border-radius: 0 0 8px 8px;
    background: var(--theme-color-dark);
    box-shadow: none;
    color: var(--text-color);
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
    background-color: var(--light-color);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
    border-radius: 8px;
}

.recent-posts .post-category {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}

    .recent-posts .title a {
        color: var(--color-primary);
        transition: 0.3s;
    }

        .recent-posts .title a:hover {
            color: var(--text-color);
        }

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    margin-bottom: 5px;
    color: var(--text-color);
}

.recent-posts .post-date {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 0;
}

@media (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: url(../images/hero-bg.png) center center;
    background-size: cover;
    padding: 60px 0 0 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero2 {
    width: 100%;
    position: relative;
    background: url(images/hero-bg1.png) !important;
    background-size: cover;
    padding: 60px 0 0 0;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    margin-top: 0;
    background: linear-gradient(360deg, var(--hero-overlay-color), var(--hero-overlay-color));
}

.hero .circle {
    color: var(--color-primary);
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.dark-bg {
    padding: 50px 30px;
    border-radius: 8px;
    position: relative;
}

.social {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    gap: 10px;
}

    .social a {
        color: var(--text-color);
        transition: 0.3s;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .social a:hover {
            color: var(--color-primary);
            border-color: var(--color-primary);
        }

    .social i {
        font-size: 14px;
        margin: 0 2px;
        color: #2196F3;
    }

.mr-20 {
    margin-right: 20px !important;
}

.hero h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--hero-text-color);
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    font-family: "Syne", sans-serif;
}

.hero span {
    color: var(--color-primary);
    font-weight: bold;
}

.hero p {
    color: var(--hero-text-color);
    font-weight: 400;
    margin-bottom: 16px;
    font-family: "Mulish", sans-serif;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 8px 9px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}

    .btn-get-started:hover {
        background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
        color: var(--text-white-color);
    }

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
}

    .hero .btn-watch-video i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 32px;
        transition: 0.3s;
        line-height: 0;
        margin-right: 8px;
    }

    .hero .btn-watch-video:hover i {
        color: #fff;
    }

@media (max-width: 991px) {
    .hero {
        background: url(../images/hero-bg.png);
        background-size: cover;
    }

        .hero h2 {
            font-size: 22px;
        }

    .call-to-action {
        background: url(../images/cta-bg.html) center left;
        background-size: cover;
        padding: 150px 60px;
        border-radius: 0px;
        overflow: hidden;
    }

    .mob_past img {
        height: 450px;
        width: 100%
    }


    .hero::before {
        background: linear-gradient(360deg, #000000f7, #0000007d);
    }

    .whySec_box {
        padding: 20px !important;
    }

    .whySec_box_txt h3 {
        font-size: 15px !important;
    }

    .tabs-content .content-box {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .detailPage_lft h2 {
        color: #121212;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .elementor-image-box-title {
        font-size: 22px !important;
    }

    .serviceSec_box {
        padding: 20px !important;
    }

    .tabs-box {
        padding-left: 0px !important;
    }

        .tabs-box .tab-btn-box {
            position: relative !important;
        }

    .tab-btns li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    /*   .tabs-content .content-box {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }*/

    .sec-title h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .tabs {
        display: grid;
        justify-content: center;
    }

    .tabs-content .inner-box {
        position: relative;
        padding-right: 0px !important;
        display: block !important;
    }

    .inner-box .image-box {
        position: relative !important;
        display: block !important;
    }
}


@media (max-width: 767px) {
    .text-left.caption {
        text-align: center;
    }

    .caption .justify-content-start {
        justify-content: center !important;
    }

    .caption .social {
        justify-content: center;
    }

    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
        padding: 7px 8px;
    }

    .icon-boxes .card-two {
        margin-top: var(--bs-gutter-y);
        margin-bottom: 0px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .mob_past img {
        height: auto !important;
        width: 100%
    }

    .single-item h3 {
        font-size: 16px !important;
    }

    .testimonial-item img {
        height: auto !important;
    }

    .testimonials .testimonial-item {
        padding: 0px;
    }

    .dflex {
        display: block !important
    }
}

@media (min-width: 768px) {

    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 17px;
    }

    .icon-boxes .card-two {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

.icon-box {
}

    .icon-box .icon img {
        width: 77px;
    }

    .icon-box .title {
        margin-bottom: 15px;
        font-size: 24px;
    }

        .icon-box .title a {
            color: var(--color-primary);
            transition: 0.3s;
        }

    .icon-box .icon {
        margin-bottom: 20px;
        padding-top: 11px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        font-size: 25px;
        line-height: 1;
        color: var(--color-primary);
        width: 22px;
    }

    .icon-box:hover {
        transform: scale(1.04);
    }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #555555;
}

    .blog .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .blog .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
        border-radius: 10px;
    }

        .blog .blog-pagination li a {
            color: var(--color-default);
            padding: 7px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog .blog-pagination li.active,
        .blog .blog-pagination li:hover {
            background: var(--color-primary);
            color: #fff;
        }

            .blog .blog-pagination li.active a,
            .blog .blog-pagination li:hover a {
                color: var(--color-white);
            }

.blog-sidbar {
    background-color: var(--light-color);
    padding: 30px 20px;
    border-radius: 8px;
}

    .blog-sidbar ul li a:hover {
        color: rgb(74 74 74);
    }

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}

    .blog .posts-list .title a {
        color: var(--color-default);
        transition: 0.3s;
    }

        .blog .posts-list .title a:hover {
            color: var(--color-primary);
        }

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    font-weight: 500;
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

    .blog .blog-details .title {
        font-size: 28px;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-default);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(34, 34, 34, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-secondary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: #6c757d;
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: var(--color-primary);
        }

        .blog .blog-details .meta-top a {
            color: #6c757d;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(34, 34, 34, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #555555;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgba(34, 34, 34, 0.8);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-default);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(34, 34, 34, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(108, 117, 125, 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-page ul {
    list-style: none;
}

    .single-page ul li {
        position: relative;
        color: var(--text-color);
        margin-bottom: 5px;
        border-radius: 8px;
    }

.blog .sidebar {
    padding: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.search-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 30px;
    border: 0;
}

    .search-form input {
        width: 100%;
        padding: 14px 28px;
        background: #ffffff;
        border: none;
        color: #393838;
        outline: none;
    }

    .search-form button {
        position: absolute;
        right: 0;
        padding: 16px 20px;
        border: none;
        top: 0px;
        color: var(--text-white-color);
        background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
        outline: none;
    }

        .search-form button:hover {
            cursor: pointer;
            background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
            color: var(--text-white-color);
        }

        .search-form button i {
            color: #fff;
        }

.blog .sidebar .sidebar-title {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: var(--color-default);
}

.blog .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

    .blog .sidebar .search-form form input[type=text] {
        border: 0;
        padding: 4px;
        border-radius: 50px;
        width: calc(100% - 60px);
    }

        .blog .sidebar .search-form form input[type=text]:focus {
            outline: none;
        }

    .blog .sidebar .search-form form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 25px;
        margin: -1px;
        background: var(--color-primary);
        color: #fff;
        transition: 0.3s;
        border-radius: 50px;
        line-height: 0;
    }

        .blog .sidebar .search-form form button i {
            line-height: 0;
        }

        .blog .sidebar .search-form form button:hover {
            background: rgba(0, 131, 116, 0.8);
        }

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

    .blog .sidebar .categories ul li + li {
        padding-top: 10px;
    }

    .blog .sidebar .categories ul a {
        color: var(--color-default);
        transition: 0.3s;
    }

        .blog .sidebar .categories ul a:hover {
            color: var(--color-primary);
        }

        .blog .sidebar .categories ul a span {
            padding-left: 5px;
            color: rgba(34, 34, 34, 0.4);
            font-size: 14px;
        }

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

    .blog .sidebar .recent-posts h4 a {
        color: var(--color-default);
        transition: 0.3s;
    }

        .blog .sidebar .recent-posts h4 a:hover {
            color: var(--color-primary);
        }

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

    .blog .sidebar .tags ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .tags ul li {
            display: inline-block;
        }

        .blog .sidebar .tags ul a {
            color: #555555;
            font-size: 14px;
            padding: 6px 20px;
            margin: 0 6px 8px 0;
            border: 1px solid #d5d5d5;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
        }

            .blog .sidebar .tags ul a:hover {
                color: #fff;
                border: 1px solid var(--color-primary);
                background: var(--color-primary);
            }

            .blog .sidebar .tags ul a span {
                padding-left: 5px;
                color: rgba(85, 85, 85, 0.8);
                font-size: 14px;
            }

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

    .blog .comments .comments-count {
        font-weight: bold;
    }

    .blog .comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .comments .comment .comment-img img {
                width: 60px;
            }

        .blog .comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .comments .comment h5 a {
                font-weight: bold;
                color: var(--color-default);
                transition: 0.3s;
            }

                .blog .comments .comment h5 a:hover {
                    color: var(--color-primary);
                }

            .blog .comments .comment h5 .reply {
                padding-left: 10px;
                color: var(--color-primary);
            }

                .blog .comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .comments .comment time {
            display: block;
            font-size: 14px;
            color: rgba(34, 34, 34, 0.8);
            margin-bottom: 5px;
        }

        .blog .comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

        .blog .comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .comments .reply-form p {
            font-size: 14px;
        }

        .blog .comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form input:focus {
                box-shadow: none;
                border-color: rgba(0, 131, 116, 0.8);
            }

        .blog .comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: rgba(0, 131, 116, 0.8);
            }

        .blog .comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .comments .reply-form .btn-primary {
            border-radius: 50px;
            padding: 14px 40px;
            border: 0;
            background-color: var(--color-secondary);
        }

            .blog .comments .reply-form .btn-primary:hover {
                background-color: rgba(248, 90, 64, 0.8);
            }


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-counter .stats-item .purecounter {
    padding-right: 0;
}

.stats-counter .stats-item i {
    font-size: 90px;
    line-height: 0;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.stats-counter .stats-item span {
    font-size: 24px;
    display: block;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    font-family: "Syne", sans-serif;
}

.stats-counter .stats-item p {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Mulish", sans-serif;
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0 0 40px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        color: var(--text-white-color);
        line-height: 1;
        transition: all 0.3s ease-in-out;
        padding: 15px 25px;
        border-radius: 30px;
        margin-bottom: 20px;
        background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    }

        .portfolio .portfolio-flters li:hover,
        .portfolio .portfolio-flters li.filter-active {
            color: var(--text-white-color);
            background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
        }

        .portfolio .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        padding: 25px 20px;
        position: absolute;
        z-index: 2;
        bottom: -1px;
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
        background: var(--color-secondary);
        border-radius: 0 8px 0 0;
    }

        .portfolio .portfolio-wrap .portfolio-info:hover {
            background: #1c042e;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 18px;
            margin-bottom: 0;
            color: #fff;
        }

            .portfolio .portfolio-wrap .portfolio-info h4 a {
                color: var(--light-color);
                transition: 0.3s;
            }

                .portfolio .portfolio-wrap .portfolio-info h4 a:hover {
                    color: var(--color-primary);
                }

    .portfolio .portfolio-wrap .project-btn a {
        color: var(--light-color);
    }

    .portfolio .portfolio-wrap .portfolio-info p {
        color: #6c757d;
        font-size: 14px;
        margin-bottom: 0;
        padding-right: 50px;
    }

    .portfolio .portfolio-wrap .portfolio-info .portfolio-details {
        margin-bottom: 20px;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.card {
    position: relative;
    height: auto;
    background: var(--light-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto;
    padding: 40px 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

    .card:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .card .title img {
        width: 120px;
    }

.col-sm-3:nth-child(1) .card,
.col-sm-3:nth-child(1) .card .title .fa {
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
}

.col-sm-3:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
}

.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, var(--color-primary), #ec9f00);
}

    .col-sm-3:nth-child(3) .card a {
        color: var(--light-color);
        border: 2px solid var(--light-color);
    }

.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: var(--text-color);
    font-size: 28px;
    z-index: 2;
}

.price {
    position: relative;
    z-index: 2;
    color: var(--text-color);
}

    .price h4 {
        margin: 0;
        padding: 20px 0;
        color: var(--text-color);
        font-size: 60px;
    }

.option {
    position: relative;
    z-index: 2;
}

    .option ul {
        margin: 0;
        padding: 0;
    }

        .option ul li {
            margin: 0 0 10px;
            padding: 0;
            list-style: none;
            color: var(--text-color);
            font-size: 16px;
        }

.card a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    color: var(--text-white-color);
    z-index: 2;
    margin: 20px auto 0;
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}

    .card a:hover {
        text-decoration: none;
        background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
    }

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}

    .blog .posts-list .title a {
        color: var(--color-default);
        transition: 0.3s;
    }

        .blog .posts-list .title a:hover {
            color: var(--color-primary);
        }

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

    .blog .blog-details .title {
        font-size: 28px;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-default);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(34, 34, 34, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-secondary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: #6c757d;
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: var(--color-primary);
        }

        .blog .blog-details .meta-top a {
            color: #6c757d;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(34, 34, 34, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #555555;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgba(34, 34, 34, 0.8);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-default);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(34, 34, 34, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(108, 117, 125, 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: var(--color-default);
    }

    .blog .sidebar .sidebar-item + .sidebar-item {
        margin-top: 40px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid rgba(34, 34, 34, 0.3);
        padding: 5px 10px;
        position: relative;
        border-radius: 50px;
    }

        .blog .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 50px;
            width: calc(100% - 60px);
        }

            .blog .sidebar .search-form form input[type=text]:focus {
                outline: none;
            }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 25px;
            margin: -1px;
            background: var(--color-primary);
            color: #fff;
            transition: 0.3s;
            border-radius: 50px;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: rgba(0, 131, 116, 0.8);
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: var(--color-default);
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: var(--color-primary);
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: rgba(34, 34, 34, 0.4);
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

    .blog .sidebar .recent-posts img {
        width: 80px;
        float: left;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: var(--color-default);
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: var(--color-primary);
            }

    .blog .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        font-style: italic;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.4);
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #555555;
                font-size: 14px;
                padding: 6px 20px;
                margin: 0 6px 8px 0;
                border: 1px solid #d5d5d5;
                display: inline-block;
                transition: 0.3s;
                border-radius: 50px;
            }

                .blog .sidebar .tags ul a:hover {
                    color: #fff;
                    border: 1px solid var(--color-primary);
                    background: var(--color-primary);
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: rgba(85, 85, 85, 0.8);
                    font-size: 14px;
                }

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

    .blog .comments .comments-count {
        font-weight: bold;
    }

    .blog .comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .comments .comment .comment-img img {
                width: 60px;
            }

        .blog .comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .comments .comment h5 a {
                font-weight: bold;
                color: var(--color-default);
                transition: 0.3s;
            }

                .blog .comments .comment h5 a:hover {
                    color: var(--color-primary);
                }

            .blog .comments .comment h5 .reply {
                padding-left: 10px;
                color: var(--color-primary);
            }

                .blog .comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .comments .comment time {
            display: block;
            font-size: 14px;
            color: rgba(34, 34, 34, 0.8);
            margin-bottom: 5px;
        }

        .blog .comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

        .blog .comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .comments .reply-form p {
            font-size: 14px;
        }

        .blog .comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form input:focus {
                box-shadow: none;
                border-color: rgba(0, 131, 116, 0.8);
            }

        .blog .comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: rgba(0, 131, 116, 0.8);
            }

        .blog .comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .comments .reply-form .btn-primary {
            border-radius: 50px;
            padding: 14px 40px;
            border: 0;
            background-color: var(--color-secondary);
        }

            .blog .comments .reply-form .btn-primary:hover {
                background-color: rgba(248, 90, 64, 0.8);
            }


/**************************************
  Contact
 **************************************/
.contact-section .contact-form-3 form .form-control {
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    height: 52px;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    transition: all 0.4s;
    background: #b6b6b647;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-information-box-3 {
    padding: 25px 20px;
    border-radius: 8px;
    margin-bottom: 50px;
}

    .contact-information-box-3 .single-contact-info-box {
        position: relative;
        z-index: 1;
        padding: 10px 10px;
        display: block;
        border-radius: 3px;
        text-align: left;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .contact-information-box-3 .contact-info {
        position: relative;
        z-index: 1;
    }

        .contact-information-box-3 .contact-info h6 {
            font-size: 18px;
            color: var(--text-color);
            margin-bottom: 7px;
            text-transform: capitalize;
        }

        .contact-information-box-3 .contact-info p {
            color: var(--text-color);
            font-size: 14px;
            font-weight: 500;
            margin: 0;
        }

    .contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
        color: #f44336;
        opacity: .2;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: 0 auto;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
            font-size: 100px;
        }

.contact-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-section .form-message {
    margin: 0;
}

.contact-form button[type=submit] {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    border: 0;
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}

    .contact-form button[type=submit]:hover {
        color: var(--text-white-color);
        background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
    }

.contact-section .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.contact-section .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}

.with-errors {
    color: #dc3545;
}

.messages {
    margin-top: 30px;
}

.alert-success {
    margin-left: 15px;
}

.hidden {
    display: none;
}


/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}


.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-section {
    background: url(../images/hero-bg.png) center left;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    border-radius: 0px;
    position: relative;
    background-attachment: fixed;
}

    .footer-section:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 0;
    }

.footer-cta {
    border-bottom: 1px solid #373636;
}

.copyright-text {
    margin-top: 30px;
}

.single-cta i {
    color: #c00113;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #c00113;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

    .footer-content .list {
        padding-left: 0;
    }

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 5px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-widget ul li,
.footer-widget ul li a {
    font-size: 16px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-family: "Mulish", sans-serif;
}

.footer-social-icon span {
    color: var(--color-primary);
    display: block;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

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

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

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

.footer-widget-heading h3 {
    color: #323232;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

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

    .footer-widget ul li a {
        color: #000000;
        text-transform: capitalize;
        font-family: "Mulish", sans-serif;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #e4e4e4;
        border: 1px solid #e4e4e4;
        color: #222222;
        outline: none;
    }

    .subscribe-form button {
        position: absolute;
        right: -3px;
        background: transparent;
        border: 0;
        top: -8px;
    }

        .subscribe-form button i {
            color: var(--color-primary);
            font-size: 3rem;
            transform: rotate(-6deg);
        }

.copyright-area {
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #7b7a7a;
}

    .copyright-text p a {
        color: var(--color-primary);
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--color-primary);
    }

    .footer-menu li a {
        font-size: 14px;
        color: #b9b9b9;
    }

        .footer-menu li a:hover {
            color: #000000;
        }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 30px;
}

.list-wrap .icon img {
    width: 63px;
}

.dark .icon-box {
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.call {
    position: fixed;
    bottom: 127px;
    left: 14px;
    z-index: 99;
}

.whatsbtn {
    position: fixed;
    bottom: 74px;
    left: 14px;
    z-index: 99;
}

    .whatsbtn img,
    .call img {
        width: 45px;
    }


.whySec_box {
    display: flex;
    padding: 40px;
    /* background-color: #1a5ef5ab; */
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    -moz-box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
    box-shadow: 0 0 20px rgba(58, 64, 67, 0.1);
}

.whySec_box_img {
    width: 120px;
    flex-shrink: 0;
}

.whySec_box_txt {
    width: calc(100% - 120px);
}

    .whySec_box_txt span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .whySec_box_txt h3 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 26px;
    }


.serviceSec_box {
    padding: 30px;
    display: block;
    border-radius: 12px;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #004ef8;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0544d0 0%, #7b9dec 100%);
}


    .serviceSec_box img {
        width: 90px;
    }


.serviceSec_box_title {
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.serviceSec_box p {
    color: #fdfdff;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}

.light-bg {
    background-color: #035ddd08;
}

.letSec {
    position: relative;
    padding: 70px 0px 90px;
}

.commonHead_title {
    color: #121212;
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.letSec_inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}


.letSec_right {
    right: 0;
}

.letSec_left,
.letSec_right {
    position: absolute;
    z-index: 1;
    bottom: -60px;
}

.letSec_left {
    left: 0;
}

.letSec_left,
.letSec_right {
    position: absolute;
    bottom: -10px;
}

.btn-primary {
    color: #fff;
    background-color: #045fdd;
    border-color: #055fdd;
}


.letSec_inner .form-control {
    border-radius: 60px;
    padding-left: 20px;
}


.letSec_inner .btn {
    min-width: 110px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}


.footer_img {
    position: absolute;
    left: 0;
    top: 0;
}

.btn {
    min-width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 60px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.commonHead_title span {
    position: relative;
    z-index: 1;
}

    .commonHead_title span::before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/line-img.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        z-index: -1;
    }



::-webkit-scrollbar {
    width: 4px !important;
    height: 2em
}

::-webkit-scrollbar-track-piece {
    background: #888
}

::-webkit-scrollbar-thumb {
    background: #2732ff
}

@media(max-width:425px) {
    .header .logo img {
        max-height: 70px;
        margin-right: 0px;
    }
}

.modal-header {
    text-align: center;
    display: inline;
    border-bottom-color: #ffffff29;
    /* background: #f6f2ec; */
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    padding: 0px;
}

.modal-title {
    color: #263483;
    font-weight: 700;
    font-size: 25px;
}

    .modal-title h3 {
        text-align: center
    }

.btn-close {
    filter: invert(1);
    font-size: 22px;
}

.modal-body {
    padding: 6px;
}

.mobile-nav-active #navbar a {
    color: #fff
}

.mob_past {
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mobb {
    border-radius: inherit;
    min-width: 113px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 10px 18px;
    border-radius: 20px 0px;
    margin: 10px;
}

.modal-content {
    width: 100%;
    max-width: 400px;
}

.modal.show .modal-dialog {
    justify-content: center;
}

.testimonial-item img {
    height: 500px;
    width: 100%;
    border-radius: 9px;
    border: 3px solid #ffffff;
    padding: 2px;
}

.mobadmin {
    padding: 8px 18px 5px;
}

    .mobadmin:hover {
        background: #FFC107;
        padding: 8px 18px 5px;
    }

.moblogin {
    padding: 0px 0 !important;
}

#dropdownMenuButton1 {
    border-radius: inherit;
    background: #0051fe;
    min-width: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    height: 40px;
    border: 1px solid #ffffffa3;
}

.dropdown-menu {
    padding: 0px;
    border-radius: inherit;
    left: -4px !important;
    min-width: 6.8rem;
}

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

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    justify-content: center;
}

.innerBanners {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/page-header-bgs.png);
    background-size: cover;
}

.innerBannerp {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/page-header-bgp.png);
    background-size: cover;
}

.innerBannera {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/page-header-bga.png);
    background-size: cover;
}


.innerBanneraa {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/page-header-bgaa.png);
    background-size: cover;
}

.innerBannerai {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/ai.png);
    background-size: cover;
}

.innerBannerpay {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/pay.png);
    background-size: cover;
}

.innerBannercall {
    position: relative;
    background-color: #4983ff;
    padding: 150px 0px 150px;
    text-align: center;
    background: url(../images/call.png);
    background-size: cover;
}

.pattern-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.left-column {
    position: relative;
    /* background: #1b1d24; */
}

.image-layer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .inner-box .left-column,
    .inner-box .right-column {
        max-width: 310px;
    }

.single-item {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

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

    .single-item .icon-box {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #0050fb;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
    }

    .single-item:first-child .icon-box {
        margin-bottom: 23px;
    }

    .single-item:last-child .icon-box {
        margin-top: 23px;
    }

    .single-item .icon-box:before {
        position: absolute;
        content: '';
        background-image: url(../images/icons/shape-15.png);
        width: 56px;
        height: 59px;
        left: 0px;
        bottom: 0px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
        filter: opacity(0.5);
    }

    .single-item:hover .icon-box:before {
        opacity: 0;
    }

    .single-item .icon-box img {
        position: relative;
        filter: none;
    }

    .single-item .icon-box:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        opacity: 0;
        z-index: -1;
        transition: all 500ms ease;
    }

.icon img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.icon-box img {
    position: relative;
}

.single-item h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

    .single-item h3 span {
        color: #024def;
    }

    .single-item h3 span {
        position: absolute;
        top: -13px;
    }

.single-item p {
    color: #6e6e6e;
    margin-bottom: 9px;
    line-height: 25px;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
}

.single-item:first-child .shape {
    top: 34px;
}

.left-column .single-item:first-child .shape:before {
    right: -36px;
    bottom: -28px;
}

.single-item .shape:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #024ffe;
    border-radius: 50%;
}

.left-column .single-item:first-child .shape:after {
    right: -29px;
    bottom: -21px;
}

.single-item .shape:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #034af2;
    border-radius: 50%;
}

.shapimg1 {
    background-image: url(../images/icons/shape-16-2.png) !important;
}

.shapimg2 {
    background-image: url(../images/icons/shape-17-2.png) !important;
}

.shapimg3 {
    background-image: url(../images/icons/shape-18-2.png) !important;
}

.shapimg4 {
    background-image: url(../images/icons/shape-19-2.png) !important;
}

.shapimg01 {
    background-image: url(../images/shapes-16-2.png) !important;
}

.shapimg02 {
    background-image: url(../images/shapes-17-2.png) !important;
}

.shapimg03 {
    background-image: url(../images/shapes-18-2.png) !important;
}

.shapimg04 {
    background-image: url(../images/shapes-19-2.png) !important;
}

.single-item .shape {
    position: absolute;
    width: 165px;
    height: 59px;
    background-repeat: no-repeat;
}

.single-item .shapimg2, .single-item .shapimg1 {
    left: 170px;
}

.single-item .shapimg4 {
    left: 114px;
}

.left-column .single-item:last-child .shape:before {
    right: -36px;
    top: -28px;
}

.left-column .single-item:last-child .shape:after {
    right: -29px;
    top: -21px;
}

.single-item:last-child .shape {
    bottom: 30px;
}

.right-column .single-item h3 {
    padding-left: 30px;
}

    .right-column .single-item h3 span {
        left: 0px;
    }

.right-column .single-item .shape {
    right: 170px;
}

.right-column {
    text-align: right;
}

    .right-column .single-item:first-child .shape:before {
        left: -36px;
        bottom: -28px;
    }

    .right-column .single-item:first-child .shape:after {
        left: -29px;
        bottom: -21px;
    }

    .right-column .single-item:last-child .shape:before {
        left: -36px;
        top: -28px;
    }

    .right-column .single-item:last-child .shape:after {
        left: -29px;
        top: -21px;
    }

.elementor-image-box-title {
    margin-bottom: 19px;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    font-size: 25px;
    font-family: "Syne", sans-serif;
}

.elementor-image-box-description {
    color: #696969;
}

.elementor-image-box-img {
    margin-left: 17px;
}

.mega-hover {
    position: relative;
    overflow: hidden;
}

    .mega-hover:hover img {
        transform: scale(1.05);
    }

    .mega-hover img {
        transition: all 2s ease;
        transform: scale(1);
    }

    .mega-hover:before {
        top: -10%;
        right: 51%;
        bottom: -10%;
        left: 50%;
        background: rgba(255, 255, 255, .3);
    }

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
        transform: rotate(5deg);
    }



.mega-hover {
    position: relative;
    overflow: hidden;
}

    .mega-hover img {
        transition: all 2s ease;
        transform: scale(1);
        border-radius: 5px;
    }

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
        transform: rotate(5deg)
    }

    .mega-hover:before {
        top: -10%;
        right: 51%;
        bottom: -10%;
        left: 50%;
        background: rgba(255,255,255,.3)
    }

    .mega-hover:after {
        top: 50%;
        right: -10%;
        bottom: 50%;
        left: -10%;
        background: rgba(255,255,255,.6)
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 900ms linear
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 900ms linear
    }

    .mega-hover:hover img {
        transform: scale(1.05);
    }

.companySec_txt .inner-box {
    position: relative;
    display: block;
    margin-top: 29px;
    margin-bottom: 23px;
    padding-bottom: 20px;
}

    .companySec_txt .inner-box:before {
        position: absolute;
        content: '';
        background: var(--theme-color);
        width: 100%;
        height: 5px;
        left: 0px;
        bottom: 0px;
        border-radius: 5px;
    }

.inner-box h2 {
    font-weight: 600
}

#inner_about .icon-box {
    background: #292b33;
}

#inner_about h3 span {
    color: #ffce5a;
}

#inner_about .single-item h3 {
    color: #ffffff
}

#inner_about .single-item .shape:before {
    border: 1px solid #31333c;
}

#inner_about .single-item .shape:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #31333c;
    border-radius: 50%;
}

#inner_about .single-item:first-child .shape {
    top: 26px;
}

#inner_about .single-item .shapimg2, #inner_about .single-item .shapimg1 {
    left: 240px;
}

#inner_about .right-column .single-item .shape {
    right: 287px;
}

#inner_about .single-item .shapimg4 {
    left: 29px;
}

.mobtab_section {
    position: relative;
    padding: 60px 0px 60px;
}

.tabs-box {
    position: relative;
    width: 100%;
    padding-left: 200px;
}

.mobtab_section .tabs li {
    position: relative;
    display: block;
    width: 150px;
    height: 170px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
    cursor: pointer;
    transition: all 500ms ease;
}

    .mobtab_section .tabs li:before {
        position: absolute;
        content: '';
        background-image: url(../images/icons/shape-46.png);
        width: 150px;
        height: 170px;
        left: 0px;
        top: 0px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
    }

.tabs li.current span {
    color: #fff;
}

.mobtab_section .tabs li span {
    position: absolute;
    left: 7px;
    top: 0px;
    height: 170px;
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #1b1e31;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transition: all 500ms ease;
    z-index: 1;
}

.mobtab_section .tabs li .icon-box {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 107px;
    height: 142px;
    line-height: 142px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.mobtab_section .tabs li.current .icon-box img {
    filter: grayscale(0%);
    opacity: 1;
}

.mobtab_section .tabs li .icon-box img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 500ms ease;
}

.mobtab_section .tabs li.current:after {
    opacity: 1;
}

.mobtab_section .tabs li.current span {
    color: #fff;
}

.mobtab_section .tabs li:after {
    position: absolute;
    content: '';
    background-image: url(../images/icons/shape-47.png);
    width: 150px;
    height: 170px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.tabs-box .tab-content.current {
    transform: scale(1) translateY(0px);
}

.tabs-content .inner-box {
    position: relative;
    padding-right: 420px;
}

.tabs-content .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 70px 80px 80px 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

    .tabs-content .content-box .sec-title {
        margin-bottom: 21px;
    }

    .tabs-content .content-box .sec-title {
        margin-bottom: 21px;
    }

    .tabs-content .content-box p {
        margin-bottom: 26px;
    }

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.tabs-box .tab-btn-box {
    position: absolute;
    left: 0px;
    top: 0px;
}

.tabs-content .inner-box .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    bottom: 0;
}

    .tabs-content .inner-box .image-box img {
        width: 100%;
        border-radius: 5px;
    }

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }

@media(max-width:1300px) {
    .tabs-content .content-box {
        padding: 20px 20px 30px 15px;
    }
}

.mobtxt p {
    margin-bottom: 31px;
}

.mobtxt h2 {
    font-weight: 600;
}

.theme-btns {
    background: #0148da;
    padding: 15px 37px;
    color: #fff;
    vertical-align: middle;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 5px;
}

    .theme-btns:hover {
        color: #fff;
    }

.accordion-button {
    background: #4d96fb;
    margin-top: 2px;
    color: #fff;
    padding: 10px 10px;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #86b7fe00;
        outline: 0;
        box-shadow: none;
    }

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}

.mob_Chooseus {
    position: relative;
}

    .mob_Chooseus:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #0049d2;
        z-index: 0;
        opacity: 0.6;
    }


.mob_icons1 {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 50px;
}

    .mob_icons1 img {
        width: 70px;
        display: inline-block;
        height: auto;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

.mob_icons2 {
    position: absolute;
    z-index: 99;
    bottom: 73px;
    right: 30px;
}

    .mob_icons2 img {
        width: 82px;
        display: inline-block;
        height: auto;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.modal-content {
    border: 10px solid #fff;
    border-radius: 9px;
}


.navbarr a.active {
    border-bottom: 2px solid #044cf4;
    color: #044cf4;
}

.breadcrumb {
    display: none;
}

@media(max-width:600px) {
    .mobfaq {
        width: 100%
    }

    .mob_icons1 {
        display: none;
    }
}

.mob_icons3 {
    position: absolute;
    z-index: 99;
    top: 100px;
    right: 55px;
}

    .mob_icons3 img {
        width: 82px;
    }

.testimonials {
    position: relative
}

.modal-header {
    color: #263483;
    font-weight: 600;
    font-size: 16px;
}

.mobh {
    height: 80px !important;
}

.mobx {
    background: #0f1e78;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -4px;
    border-radius: 100%;
    color: #fff;
    top: 0px;
    text-align: center;
    line-height: 2;
    Z-INDEX: 99;
    CURSOR: POINTER;
}

.mobbs {
    min-width: 113px;
    font-size: 16px;
    font-weight: 500;
    height: 37px;
    border-radius: 4px;
    padding: 10px 18px;
    background: #cce8ff;
    border: 1px solid #cce8ff;
    color: #344191;
    text-transform: capitalize;
    font-size: 16px;
}

.modal-header img {
    overflow: hidden
}

.light_bg {
    position: relative
}

    .light_bg:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #0049d2;
        z-index: 0;
        opacity: 0.6;
    }

.btncloses {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #fff;
    border: transparent;
    font-size: 18px;
    border-radius: 100%;
    background: #025add;
    width: 2em;
    height: 2em;
}

.modal-content .form-control {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 11px;
}

.mobicon {
    filter: invert(1);
    margin-left: 4px;
    margin-bottom: 9px;
}

.rotate-360-anticlockwise:hover {
    transition: all 1s;
    -webkit-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
}

.whySec_box:hover {
    background: #1a5ef5;
    transition: all 1s;
}

.serviceSec_box:hover {
    background-image: linear-gradient(180deg, #7b9dec 0%, #0544d0 100%);
}

    .serviceSec_box:hover .elementor-image-box-img {
        transition: all 1s;
        -webkit-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

.inspirSec_txt_box:hover {
    background-color: #e2ac3a;
    color: #fff;
    transition: all 1s;
}

.stiky-logo {
    display: none;
}

.stikcy-menu .main-logo {
    display: none;
}

.stikcy-menu .stiky-logo {
    display: block;
}

@media(max-width:338px) {
    .modal-header img {
        overflow: hidden;
        width: 100%;
    }
}



.typing-demo {
    width: 16ch;
    animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #e1ac3b;
    font-weight: 700;
    margin-left: 10px;
}

.typing-demo1 {
    width: 16ch;
    animation: typing 3s steps(24), blink 0.9s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #e1ac3b;
    font-weight: 700;
    margin-left: 10px;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.dflex {
    display: flex;
}

.mobhero {
    position: relative
}

.text_f {
    border-left: 1px solid rgb(179 170 170 / 55%);
    height: 56px;
}

    .text_f p {
        font-size: 20px;
        font-weight: 700;
        color: rgb(155 148 148);
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .text_f h3 {
        color: #fff;
        font-weight: 600;
        font-size: 23px;
        margin-left: 10px;
    }

.pb5 {
    padding-bottom: 3rem;
}

.ml35 {
    margin-left: 35px;
}

.inp-first {
    position: relative;
}

    .inp-first .form-control {
        border-radius: 13px;
        border: .5px solid hsla(0, 0%, 100%, .2);
        background: hsla(0, 0%, 100%, .1);
        backdrop-filter: blur(5px);
        padding: 9px 9px;
        position: relative;
        color: #fff !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        padding-left: 3.75rem;
    }

.slideico {
    width: 38px;
    height: 35px;
    background: #e1ac3a;
    border-radius: 9px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 8px;
    top: 4px;
}

.Active_ico a {
    color: #fff;
    font-weight: 500;
}

.Active_ico i {
    border: 1px solid #717171ba;
    border-radius: 50%;
    padding: 7px 7px;
}

.pt175 {
    padding-top: 175px;
}

.mt5 {
    margin-top: 3rem;
}

.d_dflex {
    display: flex;
}

@media(max-width:1399px) {
    .pt175 {
        padding-top: 23px;
    }
}

@media(max-width:1199px) {
    .hero h2 {
        font-size: 23px;
    }

    .text_f h3 {
        font-size: 18px;
    }

    .pb5 {
        padding-bottom: 1rem;
    }

    .Active_ico a {
        font-size: 11px;
    }

    .mt5 {
        margin-top: 1rem;
    }
}

@media(max-width:767px) {
    .d_dflex {
        display: flex;
        /* display: block !important; */
        justify-content: center;
    }
}

@media(max-width:425px) {
    .text_f h3 {
        font-size: 14px;
    }
}





    .typing-demo_3  {
        overflow: hidden;
        font-size: 49px;
        color: #e1ac3b;
        font-weight: 700;
        margin-left: 10px;
        text-align: center;
        color: white;
        animation: blinks 2s linear infinite;
    }

@keyframes blinks {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}







