/*---------------------------------------------
Template Name: Landing Concept
Template URL: 
Description: 
Author: 
Author URL:
Version: 1.6.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Custom
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Back To Top
|	|___ Breadcrumb
|	|___ Button
|	|___ Pagination 
|	|___ Section Heading
|	|___ Slick 
|
|___Template Styles
|	|___ Header-layout
|	|___ Banner
|	|___ Brand
|	|___ Call To Action
|	|___ Case Study
|	|___ Contact
|	|___ Counter Up
|	|___ FAQ
|	|___ Pricing
|	|___ Process
|	|___ Project
|	|___ Service
|	|___ Team
|	|___ Testimonial
|	|___  Why Choose
|	|___  404 Error
|
|___Blocks Styles
|	|___ Header Styles
|	|___ Blog Styles
|	|___ Footer Styles
|
|___Dark Style
|
|___Spacing
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
  Helper Classes
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:wght@300;400;700;900&family=Mitr:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:wght@300;400;700;900&family=Mitr:wght@400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.cdnfonts.com/css/meta-pro");

@import url("https://fonts.googleapis.com/css2?family=Syne&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oxygen&display=swap");

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

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

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

.bg-color-ship-gray {
    background-color: var(--color-ship-gray);
}

.color-gray-4 {
    color: var(--color-gray-4);
}

.opacity-50 {
    opacity: 0.5;
}

/*-------------------------
    Variables
-------------------------*/
:root {
    --landing-page-color: #c6f5ff;
    --landing-btn: #5ad2ed;
    --landing-text-color: #12141d;
    --business-page-color: #f3f7fe;
    --business-page-color2: #d7dffc;
    --business-btn-color: #3e64ff;
    --business-btn2-color: #193bc5;
    --business-text-color: #090a0c;
    --business-footer: #18181b;
    --learning-page-color: #f2eefc;
    --navbar-item-color: #100e0e;
    --learning-review-card: #c4c4c4;
    --learning-review-bg: #f2eefc;
    --learning-text-dark: #12141d;
    --tech-primary-color: #ab9aff;
    --tech-primary-btn: #8f7cee;
    --tech-primary-bg: #d7cffe;
    --tech-section-bg: #f6f5ff;
    --tech-text-color: #181818;
    --saas-primary-color: #3b58eb;
    --saas-btn-color: #f14736;
    --saas-text-color: #181818;
    --saas-bg-color: #e0faf4;
    --digital-primary-color: #b9e901;
    --digital-primary-btn: #99ea48;
    --digital-text-color: #101218;
    --digital-text-secondary: #2a2a2a;
    --contact-text-color: #1c1c1d;
    --contact-text-light: #414242;
    --text-color-black: #101218;
    --text-color-black2: #1c1c1d;
    --text-color-light: #6b7074;
    --text-color-light2: #838489;
    --text-color-light3: #6a6a6a;
    --text-purple: #8f7cf6;
    --bg-light: #fafafa;
    --text-orange: #ff3d00;
    --text-grey: #414242;
    --grey-bg: #f4f4f2;
    --color-grey: #cecece;
    --text-color-blue: #3e64ff;
    --color-primary: #0d2126;
    --color-learning-primary: #7a48df;
    --learning-page-footer: #bdb1f7;
    --learning-btn-color: #5720c6;
    --learning-subtitle: #4732ba;
    --learning-golden-color: #e59819;
    --color-secondary: #fff;
    --color-soft-peach: #efefef;
    --color-icon: #777777;
    --color-background: #f0f0f0;
    --color-cloudy-grey: #6c6768;
    --color-hover-gray: #c5c5c5;
    --color-hover2: #e79804;
    --color-border: #d9d9d9;
    --active-color: #175cff;
    --product-color1: #1e73be;
    --product-color2: #736751;
    --product-color3: #c0c0c0;
    --product-color4: #05ac92;
    --product-color5: #dc9814;
    --product-border2: #cccccc;
    --color-primary-green: #a5d300;
    --text-light: #696969;
    --color-white: #ffffff;
    --color-black: #12141d;
    --color-black2: #090a0c;
    --color-black3: #000;
    --color-light: #ecf2f6;
    --color-dark: #27272e;
    --color-text-dark: #292930;
    --color-accent1: #ffdc60;
    --color-accent2: #fab8c4;
    --color-blue-shade: #6865ff;
    --color-link: #2522ba;
    --color-mabel: #dbf8ff;
    --color-fog: #dbdeff;
    --color-pink-shade: #ffd3db;
    --color-peach: #ffeddc;
    --color-rose: #c75c6f;
    --color-chart1: #896ba7;
    --color-chart2: #badeff;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999fae;
    --color-gray-3: #999ab8;
    --color-gray-4: #99a1aa;
    --color-ship-gray: #42424a;
    --color-ghost: #c7c7d5;
    --color-mercury: #e5e5e5;
    --gradient-primary: linear-gradient(
    90deg,
    #ecf2f6 0%,
    rgba(236, 242, 246, 0) 70.31%
  );
    --gradient-blue: linear-gradient(145.92deg, #5956e9 20.18%, #9991ff 76.9%);
    --gradient-accent: linear-gradient(180deg, #fab8c4 0%, #ffedf0 100%);
    --gradient-white: linear-gradient(
    266.3deg,
    rgba(236, 242, 246, 0) 7.84%,
    #ecf2f6 29.1%,
    rgba(236, 242, 246, 0) 64.32%
  );
    --gradient-dark: linear-gradient(180deg, #27272e 0%, #303035 100%);
    --text-dark: #1c1c1d;
    --font-inter: "Inter", sans-serif;
    --font-archivo: "Archivo", sans-serif;
    --font-syne: "Syne", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
    --border-light: 1px solid #e3e6e9;
    --border-lighter: 1px solid #ecf2f6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --transition: all 0.3s ease-in-out;
    --font-body-1: 20px;
    --font-body-2: 18px;
    --font-body-3: 16px;
    --font-body-4: 14px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 64px;
    --h2: 54px;
    --h3: 54px;
    --h4: 36px;
    --h5: 34px;
    --h6: 24px;
}

/*-------------------------
    Forms Styles
-------------------------*/
.form-control,
.form-select {
    border: var(--border-lighter);
    border-radius: 4px;
    background-color: transparent;
    color: var(--color-black);
    padding: 15px 20px;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
  /* -- Placeholder -- */
}

.form-control:focus,
.form-select:focus {
    outline: none;
    border-color: transparent;
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  /* Firefox */
    opacity: 1;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  /* Firefox */
    opacity: 1;
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  /* Firefox */
    opacity: 1;
}

.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  /* Firefox */
    opacity: 1;
}

.form-control::placeholder,
.form-select::placeholder {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  /* Firefox */
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: var(--color-gray-2);
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  /* Microsoft Edge */
    color: var(--color-gray-2);
}

input {
    height: 50px;
}

.form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.form-check .form-check-input {
    color: #000;
    padding: 10px;
}

.form-check label {
    width: 95%;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.input-group {
    background-color: var(--color-white);
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
}

@media only screen and (max-width: 767.98px) {
    .input-group {
        display: block;
        box-shadow: none;
        height: auto;
        padding: 0;
    }
}

.input-group:before {
    content: url("../../assets/media/icon/message.png");
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1;
}

@media only screen and (max-width: 767.98px) {
    .input-group:before {
        left: 15px;
        top: 18px;
    }
}

.input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent;
}

.input-group .form-control:focus {
    box-shadow: none;
}

@media only screen and (max-width: 767.98px) {
    .input-group .form-control {
        height: 60px;
        width: 100%;
        padding: 5px 15px 5px 50px;
    }
}

.input-group .subscribe-btn {
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.input-group .subscribe-btn:hover {
    background-color: var(--color-link);
}

@media only screen and (max-width: 767.98px) {
    .input-group .subscribe-btn {
        margin-top: 15px;
        padding: 14px 30px;
    }
}

.error-msg,
.success-msg {
    margin-top: 25px;
}

.error-msg p,
.success-msg p {
    margin-bottom: 0;
    font-size: 14px;
}

.error-msg p {
    color: #ff0000;
}

.success-msg p {
    color: #15c54b;
}

/*-------------------------
    Reset Styels
-------------------------*/
html {
    font-size: 62.5%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: var(--color-secondary);
}

a,
a:hover {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

ul,
li {
    display: inline-block;
    text-decoration: none;
}

/*-------------------------
    Reset Styels
-------------------------*/
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: black;
}

span {
    display: inline-block;
}

span .btn-icon {
    position: relative;
    top: -1px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
    margin: 0px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: var(--color-primary);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

/* Height and width */
.fullscreen {
    min-height: 100vh;
    width: 100%;
}

.saas--container {
    max-width: 1290px;
}

.digital--container {
    max-width: 1710px;
}

.tech--container {
    max-width: 1530px;
}

.container--width {
    max-width: 1410px;
}

.price--plan {
    max-width: 990px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* 2xl */
@media (max-width: 1535.98px) {
    .container {
        max-width: 1399.98px;
    }
}
/* xl */
@media (max-width: 1399.98px) {
    .container {
        max-width: 1199.98px;
    }
}
/* lg */
@media (max-width: 1199.98px) {
    .container {
        max-width: 991.98px;
    }
}
/* md */
@media (max-width: 991.98px) {
    .container {
        max-width: 767.98px;
    }
}
/* sm */
@media (max-width: 767.98px) {
    .container {
        max-width: 575.98px;
    }
}
/* xs */
@media (max-width: 575.98px) {
    .container {
        max-width: 475.98px;
    }
}
/* sm mobile */
@media (max-width: 475.98px) {
    .container {
        width: 100%;
    }
}
/*-------------------------
    Section Space
-------------------------*/
.section-padding {
    padding: 140px 0 110px;
}

@media only screen and (max-width: 1399.98px) {
    .section-padding {
        padding: 100px 0 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-padding {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0 30px;
    }
}

.section-padding-2 {
    padding: 140px 0 100px;
}

@media only screen and (max-width: 1399.98px) {
    .section-padding-2 {
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-padding-2 {
        padding: 80px 0 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding-2 {
        padding: 60px 0 20px;
    }
}

.section-padding-equal {
    padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
    .section-padding-equal {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding-equal {
        padding: 60px 0;
    }
}

.section--spacing {
    margin: 100px 0;
}

@media only screen and (max-width: 991.98px) {
    .section--spacing {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section--spacing {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .section--spacing {
        margin: 40px 0;
    }
}

.item--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mt--200 {
    margin-top: 200px;
}

.mt--160 {
    margin-top: 160px !important;
}

.mt--100 {
    margin-top: 100px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--50 {
    margin-top: 50px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.ml--10 {
    margin-left: 10px;
}

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

.mt--6 {
    margin-top: 6px !important;
}

.mb--6 {
    margin-bottom: 6px !important;
}

.mb--130 {
    margin-bottom: 130px !important;
}

.mt--16 {
    margin-top: 16px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--16 {
    margin-bottom: 16px !important;
}

.mb--12 {
    margin-bottom: 12px !important;
}

.mb--22 {
    margin-bottom: 22px !important;
}

.mb--32 {
    margin-bottom: 32px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.ml--24 {
    margin-left: 24px !important;
}

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

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

.pt--250 {
    padding-top: 250px;
}

.pt--200 {
    padding-top: 200px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--70 {
    padding-bottom: 70px;
}

.plr--30 {
    padding: 0 30px;
}

@media only screen and (max-width: 1399.98px) {
    .pt_lg--200 {
        padding-top: 200px;
    }

    .pt_lg--100 {
        padding-top: 100px;
    }

    .pb_lg--40 {
        padding-bottom: 40px;
    }

    .pb_lg--20 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .mb_md--70 {
        margin-bottom: 70px;
    }

    .mb_md--30 {
        margin-bottom: 30px;
    }

    .pt_md--100 {
        padding-top: 100px;
    }

    .pt_md--80 {
        padding-top: 80px;
    }

    .pb_md--70 {
        padding-bottom: 70px;
    }

    .pb_md--20 {
        padding-bottom: 20px;
    }

    .mt_md--0 {
        margin-top: 0;
    }

    .mb_md--0 {
        margin-bottom: 0;
    }

    .pb_md--0 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .pt_sm--80 {
        padding-top: 80px;
    }

    .pt_sm--60 {
        padding-top: 60px;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }
}
/*-------------------------
    Typography
-------------------------*/
body {
    font-family: var(--font-inter);
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0 0 0 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-inter);
    font-weight: 500;
    color: var(--text-color-black);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.2;
    font-family: var(--font-archivo);
}

@media only screen and (max-width: 1399.98px) {
    h1,
  .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1399.98px) {
    h1,
  .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 767.98px) {
    h1,
  .h1 {
        font-size: 48px;
    }
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.2;
    font-family: var(--font-archivo);
}

@media only screen and (max-width: 1399.98px) {
    h2,
  .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1399.98px) {
    h2,
  .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767.98px) {
    h2,
  .h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575.98px) {
    h2,
  .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.2;
}

@media only screen and (max-width: 1399.98px) {
    h3,
  .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1399.98px) {
    h3,
  .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    h3,
  .h3 {
        font-size: 32px;
    }
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.2;
}

@media only screen and (max-width: 991.98px) {
    h4,
  .h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767.98px) {
    h4,
  .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.4;
}

@media only screen and (max-width: 767.98px) {
    h5,
  .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.2;
}

@media only screen and (max-width: 767.98px) {
    h6,
  .h6 {
        font-size: 18px;
    }
}

p {
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
}

.body-font1 {
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
}

.body-font2 {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
}

.body-font3 {
    font-size: var(--font-body-3);
    line-height: var(--line-height-b3);
}

.body-font4 {
    font-size: var(--font-body-4);
    line-height: var(--line-height-b3);
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.back-to-top:focus {
    color: var(--color-white);
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 575px) {
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
}

.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 30px;
    opacity: 1;
}

@media only screen and (max-width: 575px) {
    .back-to-top.show:hover {
        bottom: 10px;
    }
}
/*-------------------------
    Breadcrumb
-------------------------*/
.breadcrum-area {
    background: var(--gradient-primary);
    padding: 200px 0 100px;
    margin-top: -160px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrum-area {
        margin-top: -120px;
    }
}

@media only screen and (max-width: 767.98px) {
    .breadcrum-area {
        padding: 150px 0 40px;
    }
}

.breadcrumb {
    display: block;
}

.breadcrumb ul {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb ul {
        margin-bottom: 35px;
    }
}

.breadcrumb li {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    margin-right: 22px;
}

.breadcrumb li:after {
    content: ".";
    color: var(--color-gray-2);
    font-size: 18px;
    position: absolute;
    top: -5px;
    right: -15px;
}

.breadcrumb li a {
    color: var(--color-gray-2);
}

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

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb .title, .breadcrumb .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .breadcrumb .title-2 {
    margin-bottom: 0;
    width: 80%;
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb .title, .breadcrumb .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .breadcrumb .title-2 {
        width: 100%;
    }
}

.breadcrumb-banner {
    padding: 280px 0 200px;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner {
        padding: 200px 0 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner {
        padding: 150px 0 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-banner {
        padding: 150px 0 20px;
    }
}

.breadcrumb-banner .section-heading .title, .breadcrumb-banner .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .breadcrumb-banner .section-heading .title-2 {
    color: #000248;
    width: 55%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .section-heading .title, .breadcrumb-banner .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .breadcrumb-banner .section-heading .title-2 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.breadcrumb-banner .section-heading p {
    width: 40%;
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .section-heading p {
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .section-heading {
        margin-bottom: 40px;
    }
}

.breadcrumb-banner .banner-thumbnail {
    position: absolute;
    bottom: -100px;
    right: 190px;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -50px;
        bottom: -80px;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 90%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -40px;
        bottom: -50px;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 65%;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .banner-thumbnail {
        position: initial;
        text-align: center;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 100%;
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 100px;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: -50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        margin: -40px 0 0;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
        width: 100%;
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    bottom: -120px;
    right: 80px;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: -100px;
        bottom: -60px;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: 0px;
        bottom: -50px;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        text-align: center;
        margin: -40px 0 0;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 50%;
    }
}

.breadcrumb-banner .shape-group-8 .shape.shape-3 {
    bottom: -200px;
    top: auto;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-3 {
        bottom: 0;
        opacity: 0.5;
    }
}

.breadcrumb-banner.single-breadcrumb {
    padding: 200px 0 75px;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 180px 0 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 150px 0 40px;
    }
}

.breadcrumb-banner.single-breadcrumb .section-heading .title, .breadcrumb-banner.single-breadcrumb .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .breadcrumb-banner.single-breadcrumb .section-heading .title-2 {
    width: 100%;
}

.breadcrumb-banner.single-breadcrumb .section-heading p {
    width: 100%;
}

.breadcrumb-banner.single-breadcrumb .banner-thumbnail {
    position: initial;
}

.breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
    border-radius: 24px;
}

@media only screen and (max-width: 1399.98px) {
    .breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
        width: 100%;
    }
}

/*-------------------------
    Button
-------------------------*/
.lc-btn {
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.04em;
    padding: 10px 24px;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.lc-btn.btn-borderd {
    border: var(--color-black);
    color: var(--color-dark);
    background-color: transparent;
}

.lc-btn.btn-borderd:hover {
    background-color: var(--color-white);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.lc-btn.btn-fill-primary {
    background-color: var(--color-white);
    color: var(--landing-text-color);
    border: 1px solid var(--landing-text-color);
    overflow: hidden;
}

.lc-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--landing-btn);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.lc-btn.btn-fill-primary:hover {
    background-color: var(--landing-btn);
    border-color: var(--color-black);
}

.lc-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.lc-btn.btn-fill-dark {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: hidden;
}

.lc-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--landing-btn);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.lc-btn.btn-fill-dark:hover {
    background-color: var(--landing-btn);
    color: var(--color-black3);
    border: 1px solid var(--color-black3);
}

.lc-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.lc-btn.btn-fill-white {
    background-color: var(--color-white);
    box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
}

.lc-btn.btn-fill-white:hover {
    background-color: var(--color-accent1);
    color: var(--color-white);
}

.lc-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .lc-btn.btn-large {
        padding: 18px 35px;
    }
}

.lc-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.lc-btn.btn-fluid {
    width: 100%;
}

.business-btn {
    border-radius: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.04em;
    padding: 10px 20px;
    height: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.business-btn.btn-bordered {
    border: var(--color-black);
    color: var(--color-dark);
    background-color: transparent;
}

.business-btn.btn-bordered:hover {
    background-color: var(--color-white);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.business-btn.btn-fill-primary {
    background-color: var(--business-btn-color);
    color: var(--color-white);
    border: none;
    overflow: hidden;
}

.business-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--business-btn2-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.business-btn.btn-fill-primary:hover {
    background-color: var(--business-btn2-color);
    border-color: var(--color-black);
}

.business-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.business-btn.btn-fill-dark {
    background-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden;
}

.business-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--business-btn2-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.business-btn.btn-fill-dark:hover {
    background-color: var(--business-btn2-color);
    border-color: var(--color-white);
}

.business-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.business-btn.btn-fill-white {
    background-color: var(--color-white);
    box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
}

.business-btn.btn-fill-white:hover {
    background-color: var(--color-accent1);
    color: var(--color-white);
}

.business-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .business-btn.btn-large {
        padding: 18px 35px;
    }
}

.business-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.business-btn.btn-fluid {
    width: 100%;
}

.learning-btn {
    border-radius: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.04em;
    padding: 10px 20px;
    height: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.learning-btn.btn-bordered {
    border: var(--color-black);
    color: var(--color-black3);
    background-color: transparent;
}

.learning-btn.btn-bordered:hover {
    background-color: var(--color-white);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.learning-btn.btn-fill-primary {
    background-color: var(--color-learning-primary);
    color: var(--color-white);
    border: none;
    overflow: hidden;
}

.learning-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.learning-btn.btn-fill-primary:hover {
    background-color: var(--learning-btn-color);
    border-color: var(--color-black);
}

.learning-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.learning-btn.btn-fill-dark {
    background-color: var(--color-black3);
    color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: hidden;
}

.learning-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.learning-btn.btn-fill-dark:hover {
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.learning-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.learning-btn.btn-fill-white {
    background-color: var(--color-white);
    color: var(--color-black3);
    overflow: hidden;
}

.learning-btn.btn-fill-white::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.learning-btn.btn-fill-white:hover {
    color: var(--color-white);
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.learning-btn.btn-fill-white:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.learning-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .learning-btn.btn-large {
        padding: 18px 35px;
    }
}

.learning-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.learning-btn.btn-fluid {
    width: 100%;
}

.tech-btn {
    border-radius: 50px;
    font-family: var(--font-syne);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.tech-btn.btn-bordered {
    color: var(--color-black3);
    border: 1px solid #c5c5c5;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.tech-btn.btn-bordered:hover {
    background-color: var(--tech-primary-bg);
    border-color: var(--color-black3);
}

.tech-btn.btn-bordered:active {
    scale: 0.5;
}

.tech-btn.btn-bordered-3 {
    color: var(--color-black3);
    border: 1px solid #000;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.tech-btn.btn-bordered-3:hover {
    background-color: var(--tech-primary-bg);
    border-color: var(--color-black3);
}

.tech-btn.btn-bordered-3:active {
    scale: 0.5;
}

.tech-btn.btn-bordered-2 {
    color: var(--color-black3);
    border: 1px solid #000;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 991.98px) {
    .tech-btn.btn-bordered-2 {
        font-size: 14px;
        padding: 4px 8px;
    }
}

@media only screen and (max-width: 475.98px) {
    .tech-btn.btn-bordered-2 {
        font-size: 12px;
        padding: 2px 4px;
    }
}

.tech-btn.btn-bordered-2:hover {
    background-color: var(--tech-primary-bg);
    border-color: var(--color-black3);
}

.tech-btn.btn-bordered-2:active {
    scale: 0.5;
}

.tech-btn.btn-fill-primary {
    background-color: var(--tech-primary-color);
    color: var(--color-black3);
    border: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline flex;
    gap: 10px;
}

.tech-btn.btn-fill-primary:active {
    scale: 0.5;
}

.tech-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--tech-primary-btn);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.tech-btn.btn-fill-primary:hover {
    background-color: var(--tech-primary-btn);
    border-color: var(--color-black);
}

.tech-btn.btn-fill-transparent {
    background-color: transparent;
    color: var(--color-black3);
    border: none;
    overflow: hidden;
    padding: 10px 20px 10px 0px;
    border-radius: 10px;
}

.tech-btn.btn-fill-transparent::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-white);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.tech-btn.btn-fill-transparent:hover {
    background-color: var(--color-white);
    color: var(--color-black3);
}

.tech-btn.btn-fill-transparent:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.tech-btn.btn-fill-dark {
    background-color: var(--color-black3);
    color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: hidden;
}

.tech-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.tech-btn.btn-fill-dark:hover {
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.tech-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.tech-btn.btn-fill-white {
    background-color: var(--color-white);
    color: var(--color-black3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.tech-btn.btn-fill-white::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.tech-btn.btn-fill-white:hover {
    color: var(--color-white);
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.tech-btn.btn-fill-white:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.tech-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .tech-btn.btn-large {
        padding: 18px 35px;
    }
}

.tech-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.tech-btn.btn-fluid {
    width: 100%;
}

.tech-btn.btn-slide {
    width: 100%;
    max-width: 180px;
    height: 50px;
    background: var(--tech-primary-color);
    color: var(--color-black3);
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    font-family: var(--font-syne);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
    border-radius: 50px;
}

.tech-btn.btn-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tech-primary-btn);
    color: var(--color-black3);
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateY(100%) scaleY(0.5);
    -ms-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.tech-btn.btn-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tech-primary-color);
    color: var(--color-black3);
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.tech-btn.btn-slide:active {
    border: 1px solid var(--learning-subtitle);
}

.tech-btn.btn-slide div {
    position: relative;
    top: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    color: var(--color-black3);
}

.tech-btn.btn-slide .child {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    top: 3px;
    left: 6pxpx;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.tech-btn.btn-slide .child:first-child {
    color: var(--color-primary);
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.tech-btn.btn-slide .child:last-child {
    color: var(--color-black3);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tech-btn.btn-slide:hover {
    background: var(--tech-primary-btn);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.tech-btn.btn-slide:hover:after {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translateY(-100%) scaleY(0.5);
    -ms-transform: translateY(-100%) scaleY(0.5);
    transform: translateY(-100%) scaleY(0.5);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.tech-btn.btn-slide:hover:before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.tech-btn.btn-slide:hover .child:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tech-btn.btn-slide:hover .child:last-child {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.tech-btn.btn-slide-bordered {
    width: 100%;
    max-width: 180px;
    height: 50px;
    background: var(--color-white);
    color: var(--color-black3);
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    font-family: var(--font-syne);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
    border-radius: 50px;
}

@media only screen and (max-width: 575.98px) {
    .tech-btn.btn-slide-bordered {
        max-width: 120px;
        height: 30px;
        font-size: 8px;
    }
}

.tech-btn.btn-slide-bordered:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tech-primary-btn);
    color: var(--color-black3);
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateY(100%) scaleY(0.5);
    -ms-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.tech-btn.btn-slide-bordered:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    color: var(--color-black3);
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.tech-btn.btn-slide-bordered div {
    position: relative;
    top: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    overflow: hidden;
    color: var(--color-black3);
}

.tech-btn.btn-slide-bordered .child {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    top: 3px;
    left: 6px;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media only screen and (max-width: 575.98px) {
    .tech-btn.btn-slide-bordered .child {
        top: -5px;
        left: 0px;
    }
}

.tech-btn.btn-slide-bordered .child:first-child {
    color: var(--color-primary);
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.tech-btn.btn-slide-bordered .child:last-child {
    color: var(--color-black3);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tech-btn.btn-slide-bordered:hover {
    background: var(--tech-primary-btn);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.tech-btn.btn-slide-bordered:hover:after {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translateY(-100%) scaleY(0.5);
    -ms-transform: translateY(-100%) scaleY(0.5);
    transform: translateY(-100%) scaleY(0.5);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.tech-btn.btn-slide-bordered:hover:before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.tech-btn.btn-slide-bordered:hover .child:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tech-btn.btn-slide-bordered:hover .child:last-child {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.saas-btn {
    font-family: var(--font-archivo);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 8px 18px;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767.98px) {
    .saas-btn {
        font-size: 10px;
    }
}

.saas-btn.btn-bordered {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    background: rgba(0, 0, 0, 0.09);
}

.saas-btn.btn-bordered::before,
.saas-btn.btn-bordered ::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}

.saas-btn.btn-bordered span::before,
.saas-btn.btn-bordered span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}

.saas-btn.btn-bordered:hover::before,
.saas-btn.btn-bordered :hover::after {
    width: 100%;
}

.saas-btn.btn-bordered span:hover::before,
.saas-btn.btn-bordered span:hover::after {
    width: 100%;
}

.saas-btn.btn-bordered .btn-1::before,
.saas-btn.btn-bordered .btn-1::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.saas-btn.btn-bordered .btn-1 span::before,
.saas-btn.btn-bordered .btn-1 span::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.saas-btn.btn-bordered .btn-1::before {
    right: 0;
    top: 0;
}

.saas-btn.btn-bordered .btn-1::after {
    left: 0;
    bottom: 0;
}

.saas-btn.btn-bordered .btn-1 span::before {
    left: 0;
    top: 0;
}

.saas-btn.btn-bordered .btn-1 span::after {
    right: 0;
    bottom: 0;
}

.saas-btn.btn-bordered .btn-1:hover::before,
.saas-btn.btn-bordered .btn-1:hover::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.saas-btn.btn-bordered .btn-1:hover span::before,
.saas-btn.btn-bordered .btn-1:hover span::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.saas-btn.btn-bordered:active {
    scale: 0.5;
}

.saas-btn.btn-fill-primary {
    background-color: var(--saas-btn-color);
    color: var(--color-white);
    border: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline flex;
    gap: 10px;
}

.saas-btn.btn-fill-primary:active {
    scale: 0.5;
}

.saas-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--saas-primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.saas-btn.btn-fill-primary:hover {
    background-color: var(--tech-primary-btn);
    border-color: var(--color-black);
}

.saas-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.saas-btn.btn-fill-transparent {
    background-color: transparent;
    color: var(--color-black3);
    border: none;
    overflow: hidden;
    padding: 10px 20px 10px 0px;
    border-radius: 10px;
}

.saas-btn.btn-fill-transparent::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-white);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.saas-btn.btn-fill-transparent:hover {
    background-color: var(--color-white);
    color: var(--color-black3);
}

.saas-btn.btn-fill-transparent:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.saas-btn.btn-fill-dark {
    background-color: var(--color-black3);
    color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: hidden;
}

.saas-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.saas-btn.btn-fill-dark:hover {
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.saas-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.saas-btn.btn-fill-white {
    background-color: var(--color-white);
    color: var(--color-black3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.saas-btn.btn-fill-white::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--learning-btn-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.saas-btn.btn-fill-white:hover {
    color: var(--color-white);
    background-color: var(--learning-btn-color);
    border-color: var(--color-white);
}

.saas-btn.btn-fill-white:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.saas-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .saas-btn.btn-large {
        padding: 18px 35px;
    }
}

.saas-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.saas-btn.btn-fluid {
    width: 100%;
}

.saas-btn.btn-slide {
    width: 100%;
    max-width: 180px;
    height: 50px;
    background: var(--tech-primary-color);
    color: var(--color-black3);
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    font-family: var(--font-syne);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
    border-radius: 50px;
}

.saas-btn.btn-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bcfbdc;
    color: var(--color-black3);
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateY(100%) scaleY(0.5);
    -ms-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.saas-btn.btn-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tech-primary-color);
    color: var(--color-black3);
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.saas-btn.btn-slide:active {
    border: 1px solid var(--learning-subtitle);
}

.saas-btn.btn-slide div {
    position: relative;
    top: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    color: var(--color-black3);
}

.saas-btn.btn-slide .child {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    top: 3px;
    left: 6pxpx;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.saas-btn.btn-slide .child:first-child {
    color: var(--color-primary);
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.saas-btn.btn-slide .child:last-child {
    color: var(--color-black3);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.saas-btn.btn-slide:hover {
    background: #bcfbdc;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.saas-btn.btn-slide:hover:after {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translateY(-100%) scaleY(0.5);
    -ms-transform: translateY(-100%) scaleY(0.5);
    transform: translateY(-100%) scaleY(0.5);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.saas-btn.btn-slide:hover:before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.saas-btn.btn-slide:hover .child:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.saas-btn.btn-slide:hover .child:last-child {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.saas-btn.btn-slide-bordered {
    width: 100%;
    max-width: 180px;
    height: 50px;
    background: var(--color-white);
    color: var(--color-black3);
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    font-family: var(--font-syne);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
    border-radius: 50px;
}

@media only screen and (max-width: 575.98px) {
    .saas-btn.btn-slide-bordered {
        max-width: 120px;
        height: 30px;
        font-size: 8px;
    }
}

.saas-btn.btn-slide-bordered:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bcfbdc;
    color: var(--color-black3);
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateY(100%) scaleY(0.5);
    -ms-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.saas-btn.btn-slide-bordered:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    color: var(--color-black3);
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.saas-btn.btn-slide-bordered div {
    position: relative;
    top: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    overflow: hidden;
    color: var(--color-black3);
}

.saas-btn.btn-slide-bordered .child {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    top: 3px;
    left: 6px;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media only screen and (max-width: 575.98px) {
    .saas-btn.btn-slide-bordered .child {
        top: -5px;
        left: 0px;
    }
}

.saas-btn.btn-slide-bordered .child:first-child {
    color: var(--color-primary);
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.saas-btn.btn-slide-bordered .child:last-child {
    color: var(--color-black3);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.saas-btn.btn-slide-bordered:hover {
    background: #bcfbdc;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.saas-btn.btn-slide-bordered:hover:after {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translateY(-100%) scaleY(0.5);
    -ms-transform: translateY(-100%) scaleY(0.5);
    transform: translateY(-100%) scaleY(0.5);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.saas-btn.btn-slide-bordered:hover:before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.saas-btn.btn-slide-bordered:hover .child:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.saas-btn.btn-slide-bordered:hover .child:last-child {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.digital-btn {
    border-radius: 52px;
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
    padding: 12px 40px;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.digital-btn.btn-bordered {
    color: var(--text-color-black);
    border: 1px solid #c5c5c5;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.digital-btn.btn-bordered::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--digital-primary-btn);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-bordered:hover {
    background-color: var(--digital-primary-color);
    border-color: var(--color-black3);
}

.digital-btn.btn-bordered:active {
    scale: 0.5;
}

.digital-btn.btn-fill-primary {
    background-color: #2a2a2a;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline flex;
    gap: 10px;
}

.digital-btn.btn-fill-primary:active {
    scale: 0.5;
}

.digital-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--digital-primary-btn);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-fill-primary:hover {
    background-color: var(--digital-primary-btn);
    border-color: var(--color-white);
    color: var(--color-black3);
    cursor: pointer;
}

.digital-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.digital-btn.btn-fill-transparent {
    background-color: transparent;
    color: var(--text-color-black);
    border: none;
    overflow: hidden;
    padding: 10px 20px 10px 0px;
    border-radius: 10px;
}

.digital-btn.btn-fill-transparent::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-white);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-fill-transparent:hover {
    background-color: var(--color-white);
    color: var(--color-black3);
}

.digital-btn.btn-fill-transparent:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.digital-btn.btn-fill-dark {
    background-color: var(--color-black3);
    color: var(--color-white);
    border: 1px solid var(--color-black3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.digital-btn.btn-fill-dark:active {
    scale: 0.5;
}

.digital-btn.btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--digital-primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-fill-dark:hover {
    background-color: var(--digital-primary-color);
    color: var(--color-black3);
}

.digital-btn.btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.digital-btn.btn-fill-white {
    background-color: var(--color-white);
    color: var(--text-color-black);
    border: 1px solid var(--text-color-black);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.digital-btn.btn-fill-white:active {
    scale: 0.5;
}

.digital-btn.btn-fill-white::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--digital-primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-fill-white:hover {
    background-color: var(--digital-primary-color);
}

.digital-btn.btn-fill-white:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.digital-btn.btn-fill-grey {
    background-color: #e8e8e8;
    color: var(--text-color-black);
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.digital-btn.btn-fill-grey:active {
    scale: 0.5;
}

.digital-btn.btn-fill-grey::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--digital-primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.digital-btn.btn-fill-grey:hover {
    background-color: var(--digital-primary-color);
}

.digital-btn.btn-fill-grey:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.digital-btn.btn-large {
    padding: 23px 55px;
}

@media only screen and (max-width: 991.98px) {
    .digital-btn.btn-large {
        padding: 18px 35px;
    }
}

.digital-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.digital-btn.btn-fluid {
    width: 100%;
}

/* -----------------------
Pagination 
--------------------------*/
.pagination {
    margin-top: 80px;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .pagination {
        margin-top: 45px;
    }
}

.pagination ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -3px;
    padding: 0;
}

@media only screen and (max-width: 767.98px) {
    .pagination ul {
        margin: -2px;
    }
}

.pagination ul li {
    margin: 3px;
}

@media only screen and (max-width: 767.98px) {
    .pagination ul li {
        margin: 2px;
    }
}

.pagination ul li a {
    line-height: 42px;
    min-width: 42px;
    text-align: center;
    color: var(--color-dark);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    padding: 0 15px;
    transition: all 0.5s;
    border: var(--border-light);
    border-radius: 4px;
}

.pagination ul li a:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

.pagination ul li a.current {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

@media only screen and (max-width: 767.98px) {
    .pagination ul li a {
        line-height: 35px;
        min-width: 35px;
        padding: 0 10px;
        font-size: 14px;
    }
}

/*-------------------------
    Section Heading
-------------------------*/
.section {
    position: relative;
    z-index: 1;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991.98px) {
    .section-heading {
        margin-bottom: 50px;
    }
}

.section-heading .subtitle {
    color: var(--color-rose);
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-inter);
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .section-heading .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-heading .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .section-heading .title, .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .section-heading .title-2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-heading .title, .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .section-heading .title-2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-heading .title, .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .section-heading .title-2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-heading .title, .section-heading .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .section-heading .title-2 {
        font-size: 34px;
    }
}

.section-heading p {
    font-size: var(--font-body-1);
    width: 50%;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 991.98px) {
    .section-heading p {
        font-size: 16px;
        width: 100%;
    }
}

.heading-light-left {
    text-align: left;
}

.heading-light-left .title, .heading-light-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .heading-light-left .title-2 {
    color: var(--color-white);
    margin-bottom: 35px;
    width: 50%;
}

@media only screen and (max-width: 1399.98px) {
    .heading-light-left .title, .heading-light-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .heading-light-left .title-2 {
        width: 70%;
    }
}

@media only screen and (max-width: 991.98px) {
    .heading-light-left .title, .heading-light-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .heading-light-left .title-2 {
        width: 100%;
    }
}

.heading-light-left p {
    color: var(--color-white);
    margin: 0 0 40px;
    width: 40%;
    opacity: 0.6;
}

@media only screen and (max-width: 1399.98px) {
    .heading-light-left p {
        width: 60%;
    }
}

@media only screen and (max-width: 991.98px) {
    .heading-light-left p {
        width: 100%;
    }
}

.heading-light .title, .heading-light .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .heading-light .title-2 {
    color: var(--color-white);
}

.heading-light p {
    color: var(--color-gray-4);
}

.heading-left {
    text-align: left;
}

.heading-left p {
    margin: 0 0 30px;
}

.heading-left p + p {
    margin: 0 0 40px;
}

.shape-group-1 .shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}

.shape-group-1 .shape.shape-1 {
    top: 140px;
    left: 315px;
}

.shape-group-1 .shape.shape-2 {
    top: 120px;
    right: 0;
}

.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0;
}

.shape-group-1 .shape.shape-4 {
    bottom: 60px;
    right: 230px;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-1 .shape.shape-4 {
        right: 100px;
    }
}

.shape-group-2 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-2 .shape.shape-1 {
    bottom: 0;
    right: 135px;
}

.shape-group-2 .shape.shape-2 {
    right: 500px;
    top: 0;
}

.shape-group-2 .shape.shape-3 {
    right: 815px;
    top: 125px;
}

.shape-group-3 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-3 .shape.shape-1 {
    right: 0;
    top: 90px;
}

.shape-group-3 .shape.shape-2 {
    right: 390px;
    top: 165px;
}

.shape-group-3 .shape.shape-3 {
    right: 0;
    top: 255px;
    z-index: 2;
    pointer-events: none;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}

.shape-group-4 .shape-1 {
    position: absolute;
    top: 140px;
    right: 440px;
    z-index: -1;
}

.shape-group-5 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-5 .shape.shape-1 {
    top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    left: 22%;
}

.shape-group-5 .shape.shape-2 {
    bottom: 0;
    left: 250px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.shape-group-5 .shape.shape-3 {
    bottom: 110px;
    left: 160px;
}

.shape-group-5 .shape.shape-4 {
    top: 90px;
    left: 35%;
}

.shape-group-6 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-6 .shape.shape-1 {
    top: 0;
    left: 0;
}

.shape-group-6 .shape.shape-2 {
    top: 110px;
    left: 0;
}

.shape-group-6 .shape.shape-3 {
    bottom: 140px;
    right: 0;
}

.shape-group-6 .shape.shape-4 {
    bottom: -1px;
    left: 11%;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

    .shape-group-6 .shape.shape-4 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

    .shape-group-6 .shape.shape-4 img {
        width: 70%;
    }
}

.shape-group-7 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-7 .shape.shape-1 {
    top: 90px;
    right: 200px;
}

.shape-group-7 .shape.shape-2 {
    top: 210px;
    left: 52%;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-7 .shape.shape-2 {
        display: none;
    }
}

.shape-group-7 .shape.shape-3 {
    top: 40%;
    left: 170px;
}

.shape-group-8 .shape {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.shape-group-8 .shape.shape-1 {
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767.98px) {
    .shape-group-8 .shape.shape-1 {
        display: none;
    }
}

.shape-group-8 .shape.shape-2 {
    top: 0;
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-8 .shape.shape-2 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-8 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

.shape-group-8 .shape.shape-3 {
    top: 115px;
    left: 0;
}

.shape-group-9 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-9 .shape.shape-1 {
    top: 0;
    left: 32%;
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: 0.5;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    -webkit-animation: movingleftright2 infinite 25000ms;
    animation: movingleftright2 infinite 25000ms;
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    -webkit-animation: movingleftright2 infinite 30000ms;
    animation: movingleftright2 infinite 30000ms;
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    -webkit-animation: movingleftright3 infinite 30000ms;
    animation: movingleftright3 infinite 30000ms;
}

@media only screen and (max-width: 767.98px) {
    .shape-group-9 .shape.shape-6 {
        display: none;
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30000ms;
    animation: movingleftright1 infinite 30000ms;
}

.shape-group-10 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-10 .shape.shape-1 {
    top: 100px;
    right: 0;
}

.shape-group-10 .shape.shape-2 {
    bottom: 200px;
    left: 0;
}

.shape-group-10 .shape.shape-3 {
    top: 680px;
    left: 110px;
}

.shape-group-11 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-11 .shape.shape-1 {
    top: 40px;
    right: 0;
}

.shape-group-11 .shape.shape-2 {
    bottom: -310px;
    left: -10px;
    opacity: 0.4;
}

.shape-group-12 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-12 .shape.shape-1 {
    top: 115px;
    left: 38%;
}

.shape-group-12 .shape.shape-2 {
    left: 60px;
    bottom: 130px;
}

.shape-group-12 .shape.shape-3 {
    right: 60px;
    bottom: 50px;
}

.shape-group-13 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-13 .shape.shape-1 {
    top: 0;
    left: 0;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-13 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-13 .shape.shape-2 {
    top: 0;
    right: -5px;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-13 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-13 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-13 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 575.98px) {
    .shape-group-13 .shape.shape-2 img {
        width: 40%;
    }
}

.shape-group-13 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 220px;
    }

    .shape-group-13 .shape.shape-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 100px;
    }

    .shape-group-13 .shape.shape-3 img {
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
    .shape-group-13 .shape.shape-3 img {
        width: 40%;
    }
}

.shape-group-13 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-13 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-14 .shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-14 .shape img {
        width: 70%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-14 .shape img {
        width: 40%;
    }
}

.shape-group-14 .shape.shape-1 {
    left: 40%;
    bottom: 230px;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

.shape-group-14 .shape.shape-2 {
    left: 47%;
    bottom: 115px;
    -webkit-animation: movingleftright3 infinite 30000ms;
    animation: movingleftright3 infinite 30000ms;
}

.shape-group-14 .shape.shape-3 {
    right: 160px;
    bottom: 270px;
    -webkit-animation: movingleftright2 infinite 40000ms;
    animation: movingleftright2 infinite 40000ms;
}

.shape-group-16 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-16 .shape.shape-1 {
    top: 0;
    right: 0;
}

.shape-group-16 .shape.shape-2 {
    top: 120px;
    left: 30%;
}

.shape-group-16 .shape.shape-3 {
    bottom: 250px;
    left: 0;
}

.shape-group-17 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-17 .shape.shape-1 {
    top: 0;
    left: 0;
}

.shape-group-17 .shape.shape-2 {
    top: 360px;
    right: 0;
}

.shape-group-17 .shape.shape-3 {
    top: 430px;
    left: 0;
}

.shape-group-17 .shape.shape-4 {
    top: 35%;
    right: 0;
}

.shape-group-17 .shape.shape-5 {
    top: 56%;
    left: 0;
}

.shape-group-17 .shape.shape-6 {
    top: 75%;
    right: 0;
}

.shape-group-18 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-18 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-18 .shape.shape-1 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-18 .shape.shape-1 img {
        width: 50%;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-18 .shape.shape-1 img {
        width: 40%;
    }
}

.shape-group-18 .shape.shape-2 {
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-18 .shape.shape-2 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-18 .shape.shape-2 img {
        width: 50%;
    }
}

.shape-group-18 .shape.shape-3 {
    top: 34%;
    left: 50%;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

.shape-group-18 .shape.shape-3 img {
    opacity: 0.5;
}

.shape-group-18 .shape.shape-4 {
    bottom: 240px;
    left: 45%;
    -webkit-animation: movingleftright2 infinite 30000ms;
    animation: movingleftright2 infinite 30000ms;
}

.shape-group-18 .shape.shape-4 img {
    width: 75px;
    opacity: 0.5;
}

.shape-group-18 .shape.shape-5 {
    bottom: 120px;
    left: 53%;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-18 .shape.shape-6 {
    bottom: 100px;
    left: 40%;
    -webkit-animation: movingleftright1 infinite 35000ms;
    animation: movingleftright1 infinite 35000ms;
}

.shape-group-18 .shape.shape-7 {
    top: 0;
    right: 100px;
    z-index: -2;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-18 .shape.shape-7 img {
        width: 80%;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-18 .shape.shape-7 img {
        width: 60%;
    }
}

.shape-group-19 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-19 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-19 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-19 .shape.shape-2 {
    top: 145px;
    right: 0;
}

.shape-group-20 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-20 .shape.shape-1 {
    top: 0;
    left: 120px;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-20 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-20 .shape.shape-2 {
    bottom: 0;
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-20 .shape.shape-2 {
        display: none;
    }
}

.shape-group-20 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 220px;
    }

    .shape-group-20 .shape.shape-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 100px;
    }

    .shape-group-20 .shape.shape-3 img {
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
    .shape-group-20 .shape.shape-3 img {
        width: 40%;
    }
}

.shape-group-20 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-20 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-6 {
    left: 50%;
    top: 250px;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-20 .shape.shape-6 {
        display: none;
    }
}

.shape-group-20 .shape.shape-7 {
    left: 65%;
    top: 180px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-8 {
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-20 .shape.shape-8 {
        display: none;
    }
}

.shape-group-20 .shape.shape-8.marque-images {
    background-image: url("../media/others/designer-text.png");
    background-repeat: repeat-x;
    background-size: auto;
    height: 250px;
    width: 52%;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 49%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 62%;
    }
}

.shape-group-21 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-21 .shape.shape-1 {
    top: 0;
    left: 0;
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .shape-group-21 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-21 .shape.shape-2 {
    top: 200px;
    right: 200px;
    text-align: right;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-21 .shape.shape-2 {
        top: 120px;
        right: 15px;
    }

    .shape-group-21 .shape.shape-2 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-21 .shape.shape-2 {
        right: 15px;
    }

    .shape-group-21 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 991.98px) {
    .shape-group-21 .shape.shape-2 {
        display: none;
    }
}

.shape-group-21 .shape.shape-3 {
    right: 100px;
    top: 45%;
    height: 53px;
    width: 53px;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-21 .shape.shape-3 {
        display: none;
    }
}

.shape-group-21 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-21 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-21 .shape.shape-6 {
    right: 230px;
    bottom: 40%;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-21 .shape.shape-6 {
        display: none;
    }
}

.shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .shape-group-21 .shape.shape-7 {
        display: none;
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.my_switcher {
    position: fixed;
    top: 200px;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 0 30px 30px 0;
    padding: 10px;
    z-index: 5;
}

@media only screen and (max-width: 991.98px) {
    .my_switcher {
        position: initial;
        display: none;
    }
}

.my_switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.my_switcher ul li a {
    text-align: center;
    color: var(--color-white);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
    .my_switcher ul li a {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.my_switcher ul li a.active {
    color: var(--color-rose);
    display: none;
}

.main-wrapper {
    overflow: hidden;
    background-color: var(--color-white);
}

/*-------------------------
    Slick 
-------------------------*/
.slick-list {
    margin: 0 -15px;
}

.slick-list .slick-slide {
    padding: 0 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dot-nav .slick-dots {
    bottom: 0;
    text-align: left;
    margin: 0 -10px;
}

.slick-dot-nav .slick-dots li {
    margin: 0 10px;
    height: 11px;
    width: 11px;
}

.slick-dot-nav .slick-dots li button {
    border: none;
    background-color: #dbdeff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.slick-dot-nav .slick-dots li button::before {
    display: none;
}

.slick-dot-nav .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

.slick-arrow-nav .slick-arrow {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.slick-arrow-nav .slick-arrow::before {
    font-family: var(--font-awesome);
    opacity: 1;
    font-size: 16px;
}

.slick-arrow-nav .slick-arrow:hover {
    background-color: rgb(0, 0, 0);
}

.slick-arrow-nav .slick-arrow.slick-next {
    right: 50px;
}

@media only screen and (max-width: 767.98px) {
    .slick-arrow-nav .slick-arrow.slick-next {
        right: 20px;
    }
}

.slick-arrow-nav .slick-arrow.slick-next::before {
    content: "\f105";
}

.slick-arrow-nav .slick-arrow.slick-prev {
    left: 50px;
}

@media only screen and (max-width: 767.98px) {
    .slick-arrow-nav .slick-arrow.slick-prev {
        left: 20px;
    }
}

.slick-arrow-nav .slick-arrow.slick-prev::before {
    content: "\f104";
}

.button-content {
    grid-area: content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor {
    display: none;
}

@media (any-pointer: fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
        z-index: 9;
    }

    .cursor__inner {
        fill: var(--cursor-fill);
        stroke: var(--cursor-stroke);
        stroke-width: var(--cursor-stroke-width);
    }

    .credits {
        padding-left: 25vw;
    }
}
/*---------------------------------------------------*/
/*	09) SHANE CURSOR
/*---------------------------------------------------*/
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #CED0D4;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #CED0D4;
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #CED0D4;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*-------------------------
   Header Styles
-------------------------*/
.lc-header {
    position: relative;
    z-index: 4;
    background: var(--landing-page-color);
}

.lc-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -5px;
}

.lc-header .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-navbar .header-logo img {
        width: 2.2rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-navbar .header-logo img {
        width: 2.5rem;
    }
}

.lc-header .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header .lc-mainmenu {
    padding-top: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .lc-mainmenu {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .lc-mainmenu {
        padding: 16px 0;
    }
}

.lc-header .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin: 10px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .lc-mainmenu.lc-sticky {
        padding: 8px 0px;
        margin: -6px 0px;
    }
}

.lc-header .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header .lc-mainmenu.lc-sticky .header-action .social-icon-list li a {
    color: var(--color-dark);
}

.lc-header .lc-mainmenu.lc-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin-left: 15rem;
}

.lc-header .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header .mainmenu > li > a {
    color: var(--navbar-item-color);
    font-weight: 500;
    font-size: 15px;
    font-family: var(--font-inter);
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header .mainmenu > li > a:hover {
    color: var(--color-primary);
}

.lc-header .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header .mainmenu > li > a.active {
    color: var(--color-primary);
}

.lc-header .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header .mainmenu > .menu-item-has-children > a::after {
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-black3);
}

.lc-header .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header .header-action > ul > li {
    margin-right: 30px;
}

.lc-header .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-action .header-social-link {
        display: none;
    }
}

.lc-header .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.lc-header .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.lc-header .header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu {
        width: 70vw;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--landing-btn);
    opacity: 1;
}

.lc-header .header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.lc-header .header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--landing-btn);
}

.lc-header .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--landing-btn);
}

.lc-header .header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--landing-btn);
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
        font-size: 16px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.lc-header .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.lc-header .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header .mobile-nav-header {
        display: none;
    }
}

.lc-header .mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.lc-header .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header .mainmenu-nav.show {
        left: 0;
    }

    .lc-header .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: grid;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .lc-header .btn-login {
        font-family: var(--font-archivo);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/*-------------------------
    Banner
-------------------------*/
.banner {
    padding-top: 60px;
    padding-bottom: 180px;
    font-family: var(--font-inter);
    color: var(--landing-text-color);
    background: var(--landing-page-color);
}

@media only screen and (max-width: 991.98px) {
    .banner {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.banner .left-section {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991.98px) {
    .banner .left-section {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 410px;
    }
}

.banner .left-section .bg-vector {
    position: relative;
    z-index: 0;
    margin-top: -280px;
    margin-left: -261px;
}

@media only screen and (max-width: 991.98px) {
    .banner .left-section .bg-vector {
        display: none;
    }
}

.banner .left-section .banner-content {
    position: absolute;
    z-index: 1;
    margin-top: -340px;
}

@media only screen and (max-width: 375.98px) {
    .banner .left-section .banner-content {
        margin-top: -370px;
    }
}

.banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    color: var(--landing-text-color);
    margin-bottom: 16px;
}

@media only screen and (max-width: 1399.98px) {
    .banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
        font-size: 45px;
        line-height: 55px;
        width: 88%;
    }

    .banner .left-section .banner-content .title br, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
        font-size: 42px;
        line-height: 52px;
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner .left-section .banner-content .title, .banner .left-section .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner .left-section .banner-content .title-2 {
        font-size: 22px;
        line-height: 32px;
    }
}

.banner .left-section .banner-content .desc, .banner .blog .left-section .banner-content .blog-intro .desc-3, .blog .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog .left-section .blog-intro .banner-content .desc-3, .blog .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog .left-section .banner-content .blog-intro .desc-2, .blog .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog .left-section .blog-intro .banner-content .desc-2, .blog .banner .left-section .blog-intro .banner-content .desc-2, .banner .blog-detail .left-section .banner-content .blog-intro .desc-3, .blog-detail .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog-detail .left-section .blog-intro .banner-content .desc-3, .blog-detail .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog-detail .left-section .banner-content .blog-intro .desc-2, .blog-detail .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog-detail .left-section .blog-intro .banner-content .desc-2, .blog-detail .banner .left-section .blog-intro .banner-content .desc-2, .banner .left-section .banner-content .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner .left-section .banner-content .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
    width: 85%;
}

@media only screen and (max-width: 1199.98px) {
    .banner .left-section .banner-content .desc, .banner .blog .left-section .banner-content .blog-intro .desc-3, .blog .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog .left-section .blog-intro .banner-content .desc-3, .blog .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog .left-section .banner-content .blog-intro .desc-2, .blog .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog .left-section .blog-intro .banner-content .desc-2, .blog .banner .left-section .blog-intro .banner-content .desc-2, .banner .blog-detail .left-section .banner-content .blog-intro .desc-3, .blog-detail .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog-detail .left-section .blog-intro .banner-content .desc-3, .blog-detail .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog-detail .left-section .banner-content .blog-intro .desc-2, .blog-detail .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog-detail .left-section .blog-intro .banner-content .desc-2, .blog-detail .banner .left-section .blog-intro .banner-content .desc-2, .banner .left-section .banner-content .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner .left-section .banner-content .desc-2 {
        width: 89%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner .left-section .banner-content .desc, .banner .blog .left-section .banner-content .blog-intro .desc-3, .blog .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog .left-section .blog-intro .banner-content .desc-3, .blog .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog .left-section .banner-content .blog-intro .desc-2, .blog .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog .left-section .blog-intro .banner-content .desc-2, .blog .banner .left-section .blog-intro .banner-content .desc-2, .banner .blog-detail .left-section .banner-content .blog-intro .desc-3, .blog-detail .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog-detail .left-section .blog-intro .banner-content .desc-3, .blog-detail .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog-detail .left-section .banner-content .blog-intro .desc-2, .blog-detail .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog-detail .left-section .blog-intro .banner-content .desc-2, .blog-detail .banner .left-section .blog-intro .banner-content .desc-2, .banner .left-section .banner-content .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner .left-section .banner-content .desc-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner .left-section .banner-content .desc, .banner .blog .left-section .banner-content .blog-intro .desc-3, .blog .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog .left-section .blog-intro .banner-content .desc-3, .blog .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog .left-section .banner-content .blog-intro .desc-2, .blog .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog .left-section .blog-intro .banner-content .desc-2, .blog .banner .left-section .blog-intro .banner-content .desc-2, .banner .blog-detail .left-section .banner-content .blog-intro .desc-3, .blog-detail .banner .left-section .banner-content .blog-intro .desc-3, .banner .blog-detail .left-section .blog-intro .banner-content .desc-3, .blog-detail .banner .left-section .blog-intro .banner-content .desc-3, .banner .blog-detail .left-section .banner-content .blog-intro .desc-2, .blog-detail .banner .left-section .banner-content .blog-intro .desc-2, .banner .blog-detail .left-section .blog-intro .banner-content .desc-2, .blog-detail .banner .left-section .blog-intro .banner-content .desc-2, .banner .left-section .banner-content .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner .left-section .banner-content .desc-2 {
        margin-bottom: 30px;
    }
}

.banner .right-section .banner-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.banner .right-section .banner-thumbnail .large-thumb {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1399.98px) {
    .banner .right-section .banner-thumbnail .large-thumb {
        width: 85%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner .right-section .banner-thumbnail .large-thumb {
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner .right-section .banner-thumbnail .large-thumb {
        width: 70%;
    }
}

.banner .right-section .banner-thumbnail .top-left {
    position: absolute;
    z-index: 1;
    margin-top: -122px;
    margin-left: -442px;
}

@media only screen and (max-width: 1399.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        width: 50%;
        margin-left: -430px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        margin-left: -305px;
        margin-top: -149px;
        width: 38%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        margin-left: 77px;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        width: 34%;
        margin-left: -376px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        margin-left: -315px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        margin-left: -228px;
        margin-top: -84px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner .right-section .banner-thumbnail .top-left {
        margin-left: -180px;
        margin-top: -84px;
    }
}

.banner .right-section .banner-thumbnail .left-bottom {
    z-index: 1;
    position: absolute;
    margin-bottom: -603px;
    margin-left: -463px;
}

@media only screen and (max-width: 1399.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        width: 30%;
        margin-bottom: -581px;
        margin-left: -433px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -466px;
        margin-left: -337px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -590px;
        margin-left: -370px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -529px;
        margin-left: -376px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -456px;
        margin-left: -326px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -341px;
        margin-left: -241px;
        width: 30%;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner .right-section .banner-thumbnail .left-bottom {
        margin-bottom: -275px;
        margin-left: -200px;
        width: 25%;
    }
}

.banner .right-section .banner-thumbnail .right-bottom {
    z-index: 1;
    position: absolute;
    margin-bottom: -507px;
    margin-right: -298px;
}

@media only screen and (max-width: 1399.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        width: 90%;
        margin-bottom: -455px;
        margin-right: -387px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -383px;
        margin-right: -192px;
        width: 50%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -508px;
        margin-right: -780px;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -446px;
        margin-right: -247px;
        width: 50%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -350px;
        margin-right: -213px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -270px;
        margin-right: -160px;
        width: 40%;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner .right-section .banner-thumbnail .right-bottom {
        margin-bottom: -216px;
    }
}

.brands-container {
    margin: 70px 0px;
}

.brands-container img {
    opacity: 0.5;
}

.brands-container .col {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.brands-container .col:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.brands-container .swiper {
    width: 100%;
    height: 100%;
}

.brands-container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.brands-container .swiper-slide {
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.brands-container .swiper-slide img {
    display: block;
    object-fit: cover;
}

.brands-container .swiper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tax-experts {
    font-family: var(--font-inter);
    color: var(--landing-text-color);
}

.tax-experts .tax-experts-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tax-experts .tax-experts-right .title, .tax-experts .tax-experts-right .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tax-experts .tax-experts-right .title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
    width: 94%;
    color: var(--landing-text-color);
}

@media only screen and (max-width: 1199.98px) {
    .tax-experts .tax-experts-right .title, .tax-experts .tax-experts-right .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tax-experts .tax-experts-right .title-2 {
        font-size: 38px;
        line-height: 48px;
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .tax-experts .tax-experts-right .title, .tax-experts .tax-experts-right .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tax-experts .tax-experts-right .title-2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 475.98px) {
    .tax-experts .tax-experts-right .title, .tax-experts .tax-experts-right .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tax-experts .tax-experts-right .title-2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 375.98px) {
    .tax-experts .tax-experts-right .title, .tax-experts .tax-experts-right .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tax-experts .tax-experts-right .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.tax-experts .tax-experts-right .sub-title, .tax-experts .tax-experts-right .banner3-container .sub-title2, .banner3-container .tax-experts .tax-experts-right .sub-title2, .tax-experts .tax-experts-right .sub-title-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 82%;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1399.98px) {
    .tax-experts .tax-experts-right .sub-title, .tax-experts .tax-experts-right .banner3-container .sub-title2, .banner3-container .tax-experts .tax-experts-right .sub-title2, .tax-experts .tax-experts-right .sub-title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .tax-experts .tax-experts-right .sub-title, .tax-experts .tax-experts-right .banner3-container .sub-title2, .banner3-container .tax-experts .tax-experts-right .sub-title2, .tax-experts .tax-experts-right .sub-title-2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.tax-experts .tax-experts-right .sub-title-2 {
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.tax-experts .tax-experts-right .sub-title-2 img {
    margin-top: 7px;
}

/*-------------------------
   pos-system Styles
-------------------------*/
.pos-system {
    background: #ecffc8;
    font-family: var(--font-inter);
    color: var(--landing-text-color);
    padding: 100px 0px;
}

@media only screen and (max-width: 991.98px) {
    .pos-system {
        padding: 40px 0px;
    }
}

.pos-system .pos-system-left {
    position: relative;
    z-index: 0;
}

.pos-system .pos-system-left .vector {
    position: absolute;
    z-index: 1;
    margin-left: -265px;
    margin-top: -98px;
}

@media only screen and (max-width: 1759.98px) {
    .pos-system .pos-system-left .vector {
        margin-left: -156px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .pos-system .pos-system-left .vector {
        display: none;
    }
}

.pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
    color: var(--landing-text-color);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
    width: 94%;
}

@media only screen and (max-width: 1399.98px) {
    .pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
        font-size: 41px;
        width: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 575.98px) {
    .pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 475.98px) {
    .pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 375.98px) {
    .pos-system .pos-system-left .title, .pos-system .pos-system-left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .title-2 {
        font-size: 22px;
        line-height: 32px;
    }
}

.pos-system .pos-system-left .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}

.pos-system .pos-system-left .desc, .pos-system .pos-system-left .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .pos-system .pos-system-left .desc-3, .pos-system .pos-system-left .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .pos-system .pos-system-left .desc-3, .pos-system .pos-system-left .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 98%;
}

@media only screen and (max-width: 1199.98px) {
    .pos-system .pos-system-left .desc, .pos-system .pos-system-left .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .pos-system .pos-system-left .desc-3, .pos-system .pos-system-left .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .pos-system .pos-system-left .desc-3, .pos-system .pos-system-left .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .desc-2 {
        margin-top: 10px;
        margin-bottom: 12px;
    }
}

.pos-system .pos-system-left .desc-2 {
    font-weight: 400;
    width: 98%;
}

@media only screen and (max-width: 1199.98px) {
    .pos-system .pos-system-left .desc-2 {
        width: 100%;
    }
}

.pos-system .pos-system-right {
    margin-left: 60px;
}

@media only screen and (max-width: 1399.98px) {
    .pos-system .pos-system-right {
        margin-left: 0px;
    }
}

.cash-flow {
    font-family: var(--font-inter);
    color: var(--landing-text-color);
}

.cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
    color: var(--landing-text-color);
    width: 63%;
}

@media only screen and (max-width: 1399.98px) {
    .cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
        width: 82%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
        font-size: 39px;
        line-height: 49px;
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 475.98px) {
    .cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 375.98px) {
    .cash-flow .cash-flow-right .title, .cash-flow .cash-flow-right .title-2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.cash-flow .cash-flow-right .title-2 {
    font-weight: 600;
    line-height: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.cash-flow .cash-flow-right .desc, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .cash-flow .cash-flow-right .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 78%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399.98px) {
    .cash-flow .cash-flow-right .desc, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .cash-flow .cash-flow-right .desc-2 {
        width: 88%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .cash-flow .cash-flow-right .desc, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-3, .cash-flow .cash-flow-right .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .cash-flow .cash-flow-right .desc-2, .cash-flow .cash-flow-right .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .cash-flow .cash-flow-right .desc-2 {
        width: 100%;
    }
}

.cash-flow .cash-flow-right .cash-flow-count {
    gap: 80px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 475.98px) {
    .cash-flow .cash-flow-right .cash-flow-count {
        gap: 40px;
    }
}

.cash-flow .cash-flow-right .cash-flow-count .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 375.98px) {
    .cash-flow .cash-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.recent-articles {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 90px 0px;
    font-family: var(--font-inter);
}

@media only screen and (max-width: 1199.98px) {
    .recent-articles {
        padding: 40px 0px;
    }
}

.recent-articles .title, .recent-articles .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .recent-articles .title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    color: var(--color-white);
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199.98px) {
    .recent-articles .title, .recent-articles .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .recent-articles .title-2 {
        margin-bottom: 40px;
    }
}

.recent-articles .recent-articles-title-2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-top: 16px;
    margin-bottom: 12px;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .recent-articles .recent-articles-title-2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 375.98px) {
    .recent-articles .recent-articles-title-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

.recent-articles .recent-articles-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
}

.recent-articles .recent-articles-desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 89%;
}

@media only screen and (max-width: 1399.98px) {
    .recent-articles .recent-articles-desc-2 {
        width: 100%;
        font-size: 16px;
    }
}

.recent-articles .card {
    background: var(--color-primary);
}

.recent-articles .card .calendar-icon {
    color: #fff;
}

.recent-articles .card .zoom-img {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
}

.recent-articles .card .zoom-img img {
    width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.recent-articles .card .zoom-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.recent-articles .recent-articles-card-body {
    background: var(--color-primary);
    color: var(--color-secondary);
}

.events {
    font-family: var(--font-inter);
    color: var(--navbar-item-color);
}

.events .title, .events .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .events .title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    color: var(--landing-text-color);
    margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
    .events .title br, .events .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .events .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 475.98px) {
    .events .title, .events .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .events .title-2 {
        font-size: 29px;
        line-height: 39px;
        margin-bottom: 30px;
    }
}

.events .card {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}

.events .card .card-title-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.events .card .card-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.events .card:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(6px 4px 11px rgba(200, 204, 208, 0.25));
    filter: drop-shadow(6px 4px 11px rgba(200, 204, 208, 0.25));
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.project-ideas {
    padding: 100px 0;
    background: #75f9e9;
    color: var(--navbar-item-color);
    font-family: var(--font-inter);
}

@media only screen and (max-width: 767.98px) {
    .project-ideas {
        padding: 60px 0;
    }
}

.project-ideas .title, .project-ideas .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .project-ideas .title-2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    color: var(--landing-text-color);
    margin-bottom: 60px;
}

@media only screen and (max-width: 1399.98px) {
    .project-ideas .title, .project-ideas .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .project-ideas .title-2 {
        font-size: 39px;
        line-height: 50px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .project-ideas .title, .project-ideas .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .project-ideas .title-2 {
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .project-ideas .title, .project-ideas .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .project-ideas .title-2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 575.98px) {
    .project-ideas .title, .project-ideas .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .project-ideas .title-2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 475.98px) {
    .project-ideas .title br, .project-ideas .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .project-ideas .title-2 br {
        display: none;
    }
}

.project-ideas .project-ideas-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 24px;
}

@media only screen and (max-width: 767.98px) {
    .project-ideas .project-ideas-desc {
        width: 95%;
    }
}

.project-ideas .form-control:focus {
    background-color: #81eade;
}

.project-ideas .form-select option {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.project-ideas .form-check-input {
    background: #fff;
    border: none;
}

.project-ideas .form-check-input:checked {
    background-image: url("../media/icon/check-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.project-ideas .form-check-input:checked {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media only screen and (max-width: 375.98px) {
    .project-ideas .article-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.strategies {
    font-family: var(--font-inter);
    color: var(--landing-text-color);
}

.strategies .title, .strategies .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .strategies .title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
    width: 78%;
    color: var(--landing-text-color);
}

@media only screen and (max-width: 1399.98px) {
    .strategies .title, .strategies .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .strategies .title-2 {
        font-size: 41px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .strategies .title, .strategies .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .strategies .title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .strategies .title, .strategies .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .strategies .title-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.strategies .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    width: 80%;
}

@media only screen and (max-width: 1399.98px) {
    .strategies .subtitle {
        width: 84%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .strategies .subtitle {
        width: 100%;
    }
}

@media only screen and (max-width: 375.98px) {
    .strategies .strategies {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.strategies .btn-strategy {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #000;
    background: #000;
    border-radius: 16px;
    padding: 10px 25px;
}

.strategies .btn-strategy:focus {
    box-shadow: none;
}

.strategies .btn-strategy:hover {
    background: var(--main-color);
    color: black;
}

.strategies .strategies-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.strategies .strategies-right div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.strategies .strategies-right div img {
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.strategies .strategies-right div img:hover {
    scale: 1.01;
    cursor: pointer;
}

/*-------------------------
   Footer Styles
-------------------------*/
.footer-container {
    color: #ffffff;
    background-color: var(--color-primary);
    font-family: var(--font-inter);
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 991.98px) {
    .footer-container {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.footer-container .footer-left-title {
    font-family: var(--font-archivo);
    font-size: 30.959px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 24px;
    color: #fff;
}

.footer-container .footer-left-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .footer-container .footer-left-desc br {
        display: none;
    }
}

.footer-container .footer-input-wrapper {
    width: 350px;
    position: relative;
}

.footer-container .footer-input-wrapper input {
    background: #fff;
    width: 100%;
    height: 59px;
    border-radius: 8px;
    max-width: 330px;
}

.footer-container .footer-input-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-container .footer-input-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-container .footer-input-wrapper :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-container .footer-input-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-container .footer-input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-container .footer-input-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: black;
}

.footer-container .footer-input-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: black;
}

.footer-container .footer-input-wrapper button {
    position: absolute;
    top: 20%;
    right: 5%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 17px 41px;
    border-radius: 10px;
    width: 120px;
    height: 47px;
    padding: 17px 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
}

.footer-container .footer-input-wrapper button:hover {
    background: rgb(62, 62, 62);
}

.footer-container .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container .footer-right .footer-right-title {
    font-family: var(--font-inter);
}

.footer-container .footer-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container .footer-right ul li {
    margin: 5px 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer-container .footer-right ul li a {
    color: #ffffff;
    font-size: 16px;
}

@media only screen and (max-width: 1399.98px) {
    .footer-container .footer-right ul li a {
        font-size: 15px;
    }
}

.footer-container .footer-right ul li a:hover {
    color: var(--landing-btn);
}

.footer-bottom {
    font-family: var(--font-inter);
    background: #0d2126;
    padding: 6px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

/*-------------------------
    Banner
-------------------------*/
.banner2 {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    min-height: 700px;
    font-family: var(--font-archivo);
    background: var(--business-page-color);
    color: var(--business-text-color);
}

.banner2 .banner-content .title, .banner2 .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner2 .banner-content .title-2 {
    font-family: var(--font-archivo);
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 20px;
    color: var(--business-text-color);
}

@media only screen and (max-width: 575.98px) {
    .banner2 .banner-content .title, .banner2 .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner2 .banner-content .title-2 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner2 .banner-content .title, .banner2 .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner2 .banner-content .title-2 {
        font-size: 68px;
        line-height: 78px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner2 .banner-content .title, .banner2 .banner-content .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner2 .banner-content .title-2 {
        font-size: 55px;
        line-height: 65px;
    }
}

.banner2 .banner-content .subtitle {
    font-family: var(--font-inter);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 70%;
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-content .subtitle {
        width: 100%;
    }
}

.banner2 .banner-input-wrapper {
    max-width: 80%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-input-wrapper {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-input-wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-input-wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner2 .banner-input-wrapper {
        max-width: 100%;
    }
}

.banner2 .banner-input-wrapper .banner2-form-control {
    border: var(--border-lighter);
    box-shadow: 4px 4px 24px 0px #d7dbe3;
    border-radius: 8px;
    background-color: transparent;
    color: var(--color-black);
    padding: 35px 20px;
    width: 100%;
    margin: 20px 0;
  /* -- Placeholder -- */
}

.banner2 .banner-input-wrapper .banner2-form-control:focus {
    outline: none;
    box-shadow: 4px 4px 24px 0px #cbd9f5;
    border-color: transparent;
}

.banner2 .banner-input-wrapper .banner2-form-control::-webkit-input-placeholder {
    color: var(--color-black);
  /* Firefox */
    opacity: 1;
}

.banner2 .banner-input-wrapper .banner2-form-control::-moz-placeholder {
    color: var(--color-black);
  /* Firefox */
    opacity: 1;
}

.banner2 .banner-input-wrapper .banner2-form-control:-ms-input-placeholder {
    color: var(--color-black);
  /* Firefox */
    opacity: 1;
}

.banner2 .banner-input-wrapper .banner2-form-control::-ms-input-placeholder {
    color: var(--color-black);
  /* Firefox */
    opacity: 1;
}

.banner2 .banner-input-wrapper .banner2-form-control::placeholder {
    color: var(--color-black);
  /* Firefox */
    opacity: 1;
}

.banner2 .banner-input-wrapper .banner2-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: var(--color-black);
}

.banner2 .banner-input-wrapper .banner2-form-control::-ms-input-placeholder {
  /* Microsoft Edge */
    color: var(--color-black);
}

.banner2 .banner-input-wrapper input {
    height: 50px;
}

.banner2 .banner-input-wrapper input {
    background: #fff;
    width: 100%;
}

.banner2 .banner-input-wrapper a {
    position: absolute;
    top: 29%;
    right: 2%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.banner2 .banner-thumbnail-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 80px;
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-thumbnail-2 {
        margin-top: 40px;
    }
}

.banner2 .banner-thumbnail-2 .large-thumb {
    z-index: 0;
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .large-thumb img {
        width: 100%;
    }
}

.banner2 .banner-thumbnail-2 .left-top {
    z-index: 1;
    height: 223px;
    width: 233px;
    text-align: right;
    margin-top: -576px;
    margin-right: -315px;
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -480px;
        margin-right: -185px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -503px;
        margin-right: -272px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -490px;
        margin-right: -270px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -360px;
        margin-right: -210px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -430px;
        margin-right: -200px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner2 .banner-thumbnail-2 .left-top {
        margin-top: -270px;
        margin-right: -150px;
    }
}

.banner2 .banner-thumbnail-2 .left-bottom {
    z-index: 1;
    width: 270px;
    height: 293px;
    margin-bottom: -180px;
    margin-right: -90px;
}

.banner2 .banner-thumbnail-2 .left-bottom img {
    box-shadow: 0px 30px 60px 0px rgba(81, 82, 83, 0.1);
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .left-bottom {
        margin-bottom: -190px;
        margin-right: -180px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner2 .banner-thumbnail-2 .left-bottom {
        margin-bottom: -200px;
        margin-right: -105px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-thumbnail-2 .left-bottom {
        margin-bottom: -160px;
        margin-right: -100px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner2 .banner-thumbnail-2 .left-bottom {
        margin-bottom: -180px;
        margin-right: -90px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner2 .banner-thumbnail-2 .left-bottom {
        margin-bottom: -200px;
        margin-right: -100px;
    }
}

.banner2 .banner-thumbnail-2 .right-top {
    z-index: 1;
    margin-top: -460px;
    margin-left: -160px;
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-bottom: -10px;
        margin-left: -140px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-bottom: -55px;
        margin-left: -132px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-top: -440px;
        margin-left: -170px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-top: -370px;
        margin-left: -130px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-top: -387px;
        margin-left: -110px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-top: -338px;
        margin-left: -95px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner2 .banner-thumbnail-2 .right-top {
        margin-top: -300px;
    }
}

.banner2 .banner-thumbnail-2 .shape-group .shape {
    position: absolute;
}

.banner2 .banner-thumbnail-2 .shape-group .shape.shape-1 {
    top: -25px;
    right: 20px;
    left: auto;
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .shape-group .shape.shape-1 {
        right: 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner2 .banner-thumbnail-2 .shape-group .shape.shape-1 {
        display: none;
    }
}

.know-customers {
    margin: 80px 0px;
    color: var(--business-text-color);
    font-family: var(--font-archivo);
}

.know-customers .title, .know-customers .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers .title-2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--business-text-color);
}

@media only screen and (max-width: 1199.98px) {
    .know-customers .title, .know-customers .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers .title-2 {
        font-size: 56px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 991.98px) {
    .know-customers .title br, .know-customers .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .know-customers .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 575.98px) {
    .know-customers .title, .know-customers .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers .title-2 {
        font-size: 54px;
        line-height: 64px;
    }
}

@media only screen and (max-width: 475.98px) {
    .know-customers .title, .know-customers .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.know-customers .sub-title, .know-customers .banner3-container .sub-title2, .banner3-container .know-customers .sub-title2, .know-customers .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .know-customers .sub-title-2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 90%;
}

.know-customers img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4.324763298px 64.8714523315px 0px rgba(0, 0, 0, 0.08);
}

.know-customers .img1 {
    width: 100%;
}

.know-customers .inner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.know-customers li {
    margin-right: 40px;
    margin-bottom: -10px;
}

/*-------------------------
   payment Styles
-------------------------*/
.payment {
    margin-top: 160px;
    margin-bottom: 80px;
    color: var(--business-text-color);
    font-family: var(--font-archivo);
}

.payment .title, .payment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .payment .title-2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--business-text-color);
}

@media only screen and (max-width: 1399.98px) {
    .payment .title, .payment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .payment .title-2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .payment .title, .payment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .payment .title-2 {
        font-size: 37px;
        line-height: 50px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .payment .title, .payment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .payment .title-2 {
        font-size: 60px;
        line-height: 50px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .payment .title, .payment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .payment .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.payment .sub-title, .payment .banner3-container .sub-title2, .banner3-container .payment .sub-title2, .payment .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .payment .sub-title-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.payment .sub-title-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
}

.payment-left {
    margin-right: 0px;
}

.container-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -110px;
}

@media only screen and (max-width: 1199.98px) {
    .container-img {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .container-img {
        margin-top: 20px;
    }
}

.container-img .base-img {
    z-index: 1;
}

@media only screen and (max-width: 767.98px) {
    .container-img .base-img img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .container-img .base-img img {
        width: 70%;
    }
}

.container-img .right-top {
    z-index: 0;
    margin-left: -150px;
    margin-top: -320px;
}

@media only screen and (max-width: 1199.98px) {
    .container-img .right-top {
        margin-left: -110px;
        margin-top: -210px;
    }
}

@media only screen and (max-width: 991.98px) {
    .container-img .right-top {
        margin-left: -160px;
        margin-top: -340px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container-img .right-top {
        margin-left: -100px;
        margin-top: -260px;
    }

    .container-img .right-top img {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .container-img .right-top {
        margin-left: -200px;
        margin-top: -200px;
    }

    .container-img .right-top img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .container-img .right-top {
        margin-left: -210px;
        margin-top: -170px;
    }

    .container-img .right-top img {
        width: 70%;
    }
}

.container-img .right-bottom {
    z-index: 1;
    margin-left: -320px;
    margin-top: 390px;
    box-shadow: 0px 4.1397361755px 62.0960426331px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199.98px) {
    .container-img .right-bottom {
        margin-left: -220px;
        margin-top: 280px;
    }
}

@media only screen and (max-width: 991.98px) {
    .container-img .right-bottom {
        margin-left: -330px;
        margin-top: 430px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container-img .right-bottom {
        margin-left: -270px;
        margin-top: 320px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container-img .right-bottom {
        margin-left: -290px;
        margin-top: 290px;
    }

    .container-img .right-bottom img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .container-img .right-bottom {
        margin-left: -220px;
        margin-top: 220px;
    }

    .container-img .right-bottom img {
        width: 70%;
    }
}

/*-------------------------
   customers Styles
-------------------------*/
.customers-container {
    font-family: var(--font-archivo);
    margin: 50px 0;
    background: var(--business-page-color);
    color: var(--business-text-color);
    padding: 60px 0;
}

.customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--business-text-color);
}

@media only screen and (max-width: 1399.98px) {
    .customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
        font-size: 46px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
        font-size: 60px;
        line-height: 50px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 375.98px) {
    .customers-container .title, .customers-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-container .title-2 {
        font-size: 36px;
        line-height: 48px;
    }
}

.customers-container .sub-title, .customers-container .banner3-container .sub-title2, .banner3-container .customers-container .sub-title2, .customers-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .customers-container .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
    width: 90%;
}

@media only screen and (max-width: 375.98px) {
    .customers-container .sub-title, .customers-container .banner3-container .sub-title2, .banner3-container .customers-container .sub-title2, .customers-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .customers-container .sub-title-2 {
        font-size: 15px;
        line-height: 24px;
    }
}

.customers-container .sub-title-2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-right: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .customers-container .sub-title-2 {
        margin: 0;
    }
}

.customers-container .sub-title-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1399.98px) {
    .customers-container .sub-title-3 {
        display: inline-block;
        text-align: center;
    }
}

.customers-container .customers-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.customers-container .customers-left img {
    width: 80%;
}

@media only screen and (max-width: 575.98px) {
    .customers-container .customers-left {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.know-customers-2 {
    font-family: var(--font-archivo);
    margin: 40px 0;
    color: var(--business-text-color);
}

.know-customers-2 img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.know-customers-2 .title, .know-customers-2 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers-2 .title-2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--business-text-color);
}

@media only screen and (max-width: 1399.98px) {
    .know-customers-2 .title, .know-customers-2 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers-2 .title-2 {
        font-size: 56px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 991.98px) {
    .know-customers-2 .title br, .know-customers-2 .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .know-customers-2 .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 575.98px) {
    .know-customers-2 .title, .know-customers-2 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers-2 .title-2 {
        font-size: 54px;
        line-height: 64px;
    }
}

@media only screen and (max-width: 475.98px) {
    .know-customers-2 .title, .know-customers-2 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers-2 .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 375.98px) {
    .know-customers-2 .title, .know-customers-2 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .know-customers-2 .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.know-customers-2 .sub-title, .know-customers-2 .banner3-container .sub-title2, .banner3-container .know-customers-2 .sub-title2, .know-customers-2 .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .know-customers-2 .sub-title-2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 90%;
}

@media only screen and (max-width: 991.98px) {
    .know-customers-2 .sub-title, .know-customers-2 .banner3-container .sub-title2, .banner3-container .know-customers-2 .sub-title2, .know-customers-2 .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .know-customers-2 .sub-title-2 {
        width: 100%;
    }

    .know-customers-2 .sub-title br, .know-customers-2 .banner3-container .sub-title2 br, .banner3-container .know-customers-2 .sub-title2 br, .know-customers-2 .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .know-customers-2 .sub-title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 375.98px) {
    .know-customers-2 .sub-title, .know-customers-2 .banner3-container .sub-title2, .banner3-container .know-customers-2 .sub-title2, .know-customers-2 .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .know-customers-2 .sub-title-2 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .know-customers-2 .zoom-img {
        text-align: center;
    }
}

.know-customers-2 img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4.324763298px 64.8714523315px 0px rgba(0, 0, 0, 0.08);
}

.know-customers-2 .img1 {
    margin-top: 70px;
    margin-left: 76px;
}

@media only screen and (max-width: 1399.98px) {
    .know-customers-2 .img1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .know-customers-2 .img1 {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .know-customers-2 .img1 {
        margin-left: 0px;
    }
}

.know-customers-2 .inner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .know-customers-2 .inner-section {
        margin-left: -106px;
    }
}

@media only screen and (max-width: 767.98px) {
    .know-customers-2 .inner-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0px;
        margin-top: 20px;
    }
}

.customers-saying-container {
    background: var(--business-page-color);
    color: var(--business-text-color);
    padding: 60px 250px;
    margin: 80px 0;
    font-family: var(--font-inter);
}

@media only screen and (max-width: 1199.98px) {
    .customers-saying-container {
        padding: 40px;
    }
}

.customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    font-family: var(--font-archivo);
    margin-bottom: 10px;
}

@media only screen and (max-width: 1399.98px) {
    .customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
        font-size: 35px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575.98px) {
    .customers-saying-container .title, .customers-saying-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .customers-saying-container .title-2 {
        font-size: 29px;
        line-height: 39px;
    }
}

.customers-saying-container .sub-title, .customers-saying-container .banner3-container .sub-title2, .banner3-container .customers-saying-container .sub-title2, .customers-saying-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .customers-saying-container .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.customers-saying-container .card {
    background: var(--business-page-color);
}

.customers-saying-container .card-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.customers-saying-container .card-sub-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.customers-saying-container .card-sub-title2 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.7;
}

.customers-saying-container .card-img-base {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 767.98px) {
    .customers-saying-container .card-img-base img {
        width: 100%;
    }
}

.customers-saying-container .card {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.customers-saying-container .card:hover {
    cursor: pointer;
}

.customers-saying-container .card-body {
    background: var(--business-page-color);
}

.customers-saying-container .post-thumbnail {
    margin: 0;
    position: relative;
}

.customers-saying-container .post-thumbnail a {
    border-radius: 30px;
    overflow: hidden;
}

.customers-saying-container .post-thumbnail a img {
    border-radius: 30px;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.customers-saying-container .post-thumbnail .popup-video {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customers-saying-container .post-thumbnail .popup-video .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.customers-saying-container .post-thumbnail .popup-video .play-btn:hover {
    scale: 0.9;
}

.customers-saying-container .post-thumbnail .popup-video .play-btn:active {
    scale: 0.5;
}

.latest-blog-container {
    color: var(--business-text-color);
    font-family: var(--font-archivo);
}

.latest-blog-container .title, .latest-blog-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .latest-blog-container .title-2 {
    color: var(--business-text-color);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .latest-blog-container .title, .latest-blog-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .latest-blog-container .title-2 {
        font-size: 40px;
    }
}

.latest-blog-container .card-title {
    color: var(--business-text-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 13px;
}

.latest-blog-container .card-title .card {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 375.98px) {
    .latest-blog-container .card-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.latest-blog-container .card-subtitle {
    color: #2b59ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
 /* 171.429% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.latest-blog-container .card-subtitle:hover {
    color: #1842d8;
}

.latest-blog-container .card-desc {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 375.98px) {
    .latest-blog-container .card-desc {
        font-size: 15px;
    }
}

.latest-blog-container .card-info {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
 /* 142.857% */
    letter-spacing: 0.28px;
    color: var(--text-light);
}

@media only screen and (max-width: 375.98px) {
    .latest-blog-container .card-info {
        font-size: 13px;
    }
}

.latest-blog-container .card-info:hover {
    color: var(--color-black2);
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-3 {
    position: relative;
    z-index: 4;
    background: var(--color-black3);
    color: var(--color-white);
}

.lc-header-3 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -18px 0px;
}

.lc-header-3 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-3 .header-navbar .header-logo a {
    display: block;
    color: var(--color-white);
}

.lc-header-3 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-3 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-3 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-3 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-3.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-3.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-3 .lc-mainmenu {
    padding-top: 10px 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .lc-mainmenu {
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .lc-mainmenu {
        padding: 0px 0px;
    }
}

.lc-header-3 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-black3);
    box-shadow: 0 2px 10px 0 rgba(191, 178, 178, 0.1);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-3 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-3 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-3 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a {
    color: var(--color-dark);
}

.lc-header-3 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-3 .mainmenu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-right: 230px;
    margin-top: 22px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-3 .mainmenu-3 {
        margin-right: 0px;
    }
}

.lc-header-3 .mainmenu-3 > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .mainmenu-3 > li {
        margin: 0 1px;
    }
}

.lc-header-3 .mainmenu-3 > li > a {
    color: var(--color-white);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-3 .mainmenu-3 > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-learning-primary);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-3 .mainmenu-3 > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-3 .mainmenu-3 > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children {
    position: relative;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children > a::after {
    font-family: var(--font-inter);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-learning-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-learning-primary);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-learning-primary);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-3 .mainmenu-3 > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-3 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-3 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-3 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-3 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-3 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-3 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-3 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-3 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-3 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-3 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-3 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-3 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-3 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-3 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-3 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-3 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-3 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
}

.lc-header-3 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.lc-header-3 .nav-right-btn .btn-login:hover {
    color: var(--tech-primary-btn);
}

.lc-header-3 .header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu {
        width: 70vw;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--landing-btn);
    opacity: 1;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--landing-btn);
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--landing-btn);
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--landing-btn);
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
        font-size: 16px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.lc-header-3 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.lc-header-3 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-3 .mobile-nav-header {
        display: none;
    }
}

.lc-header-3 .mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.lc-header-3 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-3 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-3 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-3 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-3 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-3 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 > li {
        padding: 0 10px;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 > li > a {
        color: var(--landing-text-color);
        height: 50px;
        line-height: 50px;
        margin-top: 0;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 > li > a::before {
        display: none;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-3 .mainmenu-nav .mainmenu-3 .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }

    .lc-header-3 .btn-login {
        font-family: var(--font-archivo);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/*-------------------------
   banner Styles
-------------------------*/
.banner3-container {
    font-family: var(--font-archivo);
    padding: 60px 0px 100px 0px;
    position: relative;
    background: var(--color-black3);
    color: #fff;
}

.banner3-container .title, .banner3-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner3-container .title-2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 20px;
    color: #fff;
}

@media only screen and (max-width: 575.98px) {
    .banner3-container .title, .banner3-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner3-container .title-2 {
        font-size: 61px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner3-container .title, .banner3-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner3-container .title-2 {
        font-size: 49px;
        line-height: 59px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner3-container .title, .banner3-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner3-container .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.banner3-container .sub-title, .banner3-container .sub-title2, .banner3-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .banner3-container .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 162.5% */
    width: 100%;
}

@media only screen and (max-width: 575.98px) {
    .banner3-container .sub-title br, .banner3-container .sub-title2 br, .banner3-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .banner3-container .sub-title-2 br {
        display: none;
    }
}

.banner3-container .underline {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    text-underline-offset: 4px;
}

@media only screen and (max-width: 1199.98px) {
    .banner3-container .sub-title2 {
        width: 100%;
    }
}

.banner3-container .banner-buttons {
    margin-top: 40px;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767.98px) {
    .banner3-container .banner-buttons {
        margin-top: 20px;
    }
}

.banner3-container .thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .banner3-container .thumbnail {
        margin-top: 80px;
    }
}

.banner3-container .thumbnail .thumb {
    z-index: 0;
    position: relative;
}

.banner3-container .thumbnail .thumb img {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .banner3-container .thumbnail .thumb img {
        width: 80%;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner3-container .thumbnail .thumb img {
        width: 60%;
    }
}

.banner3-container .thumbnail .left-top {
    z-index: 1;
    margin-top: -400px;
    margin-right: -280px;
}

@media only screen and (max-width: 1399.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -350px;
        margin-right: -250px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -400px;
        margin-right: -300px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -430px;
        margin-right: -290px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -330px;
        margin-right: -320px;
    }

    .banner3-container .thumbnail .left-top img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -316px;
        margin-right: -262px;
    }

    .banner3-container .thumbnail .left-top img {
        width: 90%;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -194px;
        margin-right: -274px;
    }

    .banner3-container .thumbnail .left-top img {
        width: 60%;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner3-container .thumbnail .left-top {
        margin-top: -170px;
        margin-right: -226px;
    }
}

.banner3-container .thumbnail .right-bottom {
    z-index: 1;
    margin-top: 410px;
    margin-left: -310px;
}

@media only screen and (max-width: 1399.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 360px;
        margin-left: -280px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 420px;
        margin-left: -330px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 440px;
        margin-left: -320px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 330px;
        margin-left: -363px;
    }

    .banner3-container .thumbnail .right-bottom img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 296px;
        margin-left: -309px;
    }

    .banner3-container .thumbnail .right-bottom img {
        width: 75%;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 200px;
        margin-left: -306px;
    }

    .banner3-container .thumbnail .right-bottom img {
        width: 60%;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner3-container .thumbnail .right-bottom {
        margin-top: 172px;
        margin-left: -249px;
    }
}

.students-support {
    font-family: var(--font-archivo);
    color: var(--learning-text-dark);
}

.students-support .title, .students-support .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-support .title-2 {
    color: var(--learning-text-dark);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
}

@media only screen and (max-width: 767.98px) {
    .students-support .title, .students-support .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-support .title-2 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .students-support .title, .students-support .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-support .title-2 {
        font-size: 37px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 475.98px) {
    .students-support .title, .students-support .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-support .title-2 {
        font-size: 29px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 375.98px) {
    .students-support .title, .students-support .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-support .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.students-support .sub-title, .students-support .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .students-support .sub-title-2, .students-support .banner3-container .sub-title2, .banner3-container .students-support .sub-title2 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}

.students-support .card-desc {
    text-align: center;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 98%;
    margin-bottom: 30px;
}

.students-support .card {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #f9f9ff;
    border: none;
    border-radius: 8px;
}

.students-support .card:hover {
    cursor: pointer;
    box-shadow: 2px 4px 22px 0px rgba(204, 204, 219, 0.38);
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.students-support .card-img {
    height: 6rem;
    width: 6rem;
}

.mentorship-container {
    font-family: var(--font-archivo);
    color: var(--learning-text-dark);
}

.mentorship-container .title, .mentorship-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .mentorship-container .title-2 {
    color: var(--learning-text-dark);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
 /* 117.857% */
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1399.98px) {
    .mentorship-container .title, .mentorship-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .mentorship-container .title-2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .mentorship-container .title, .mentorship-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .mentorship-container .title-2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .mentorship-container .title, .mentorship-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .mentorship-container .title-2 {
        font-size: 44px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .mentorship-container .title, .mentorship-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .mentorship-container .title-2 {
        font-size: 33px;
        line-height: 46px;
    }
}

.mentorship-container .sub-title, .mentorship-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .mentorship-container .sub-title-2, .mentorship-container .banner3-container .sub-title2, .banner3-container .mentorship-container .sub-title2 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 48%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1399.98px) {
    .mentorship-container .sub-title, .mentorship-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .mentorship-container .sub-title-2, .mentorship-container .banner3-container .sub-title2, .banner3-container .mentorship-container .sub-title2 {
        width: 60%;
    }
}

@media only screen and (max-width: 991.98px) {
    .mentorship-container .sub-title, .mentorship-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .mentorship-container .sub-title-2, .mentorship-container .banner3-container .sub-title2, .banner3-container .mentorship-container .sub-title2 {
        width: 100%;
    }
}

.mentorship-container .mentorship-bottom {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    justify-items: end;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.mentorship-container .mentorship-bottom .mentor-1 {
    grid-row: 1/6;
    grid-column: 1/2;
}

.mentorship-container .mentorship-bottom .mentor-2 {
    grid-row: 3/4;
    grid-column: 1/3;
}

@media only screen and (max-width: 1399.98px) {
    .mentorship-container .mentorship-bottom .mentor-2 {
        position: relative;
        top: -40%;
    }
}

@media only screen and (max-width: 375.98px) {
    .mentorship-container .mentorship-bottom .mentor-2 {
        top: -50%;
    }
}

.mentorship-container .mentorship-bottom .mentor-3 {
    grid-row: 1/4;
    grid-column: 1/3;
}

@media only screen and (max-width: 1399.98px) {
    .mentorship-container .mentorship-bottom .mentor-3 {
        position: relative;
        left: 90%;
        top: -5%;
    }
}

@media only screen and (max-width: 375.98px) {
    .mentorship-container .mentorship-bottom .mentor-3 {
        left: 90%;
        top: -11%;
        width: 70px;
    }
}

.mentorship-container .mentorship-bottom .mentor-4 {
    grid-row: 2/3;
    grid-column: 3/4;
}

.mentorship-container .mentorship-bottom .mentor-5 {
    grid-row: 2/3;
    grid-column: 5/6;
}

.mentorship-container .mentorship-bottom .mentor-6 {
    grid-row: 1/2;
    grid-column: 6/7;
}

.mentorship-container .mentorship-bottom .mentor-7 {
    grid-row: 1/2;
    grid-column: 8/9;
}

.mentorship-container .mentorship-bottom .mentor-8 {
    grid-row: 3/4;
    grid-column: 7/8;
}

.skills-knowledge {
    font-family: var(--font-archivo);
    margin-top: -160px;
}

.skills-knowledge .container {
    background: #000;
    border-radius: 20px;
    color: var(--color-white);
    padding: 100px 100px;
}

@media only screen and (max-width: 575.98px) {
    .skills-knowledge .container {
        padding: 40px;
    }
}

@media only screen and (max-width: 475.98px) {
    .skills-knowledge .container {
        padding: 40px 10px;
    }
}

.skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    text-transform: capitalize;
    color: var(--color-white);
    margin-bottom: 60px;
}

@media only screen and (max-width: 1399.98px) {
    .skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
        font-size: 52px;
        line-height: 62px;
    }
}

@media only screen and (max-width: 991.98px) {
    .skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
        font-size: 37px;
        line-height: normal;
    }
}

@media only screen and (max-width: 767.98px) {
    .skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 575.98px) {
    .skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 475.98px) {
    .skills-knowledge .container .title, .skills-knowledge .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .skills-knowledge .container .title-2 {
        font-size: 24px;
    }
}

.skills-knowledge .container .button-position {
    margin-top: 10px;
    margin-left: 24px;
}

.skills-knowledge .container .sub-title, .skills-knowledge .container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .skills-knowledge .container .sub-title-2, .skills-knowledge .container .banner3-container .sub-title2, .banner3-container .skills-knowledge .container .sub-title2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 12px;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .skills-knowledge .container .sub-title, .skills-knowledge .container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .skills-knowledge .container .sub-title-2, .skills-knowledge .container .banner3-container .sub-title2, .banner3-container .skills-knowledge .container .sub-title2 {
        width: 80%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .skills-knowledge .container .sub-title, .skills-knowledge .container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .skills-knowledge .container .sub-title-2, .skills-knowledge .container .banner3-container .sub-title2, .banner3-container .skills-knowledge .container .sub-title2 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .skills-knowledge .container .sub-title, .skills-knowledge .container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .skills-knowledge .container .sub-title-2, .skills-knowledge .container .banner3-container .sub-title2, .banner3-container .skills-knowledge .container .sub-title2 {
        font-size: 18px;
        line-height: 28px;
    }
}

.skills-knowledge .container .sub-title:hover, .skills-knowledge .container .tax-experts .tax-experts-right .sub-title-2:hover, .tax-experts .tax-experts-right .skills-knowledge .container .sub-title-2:hover, .skills-knowledge .container .banner3-container .sub-title2:hover, .banner3-container .skills-knowledge .container .sub-title2:hover {
    color: #cccccc;
    cursor: pointer;
}

.skills-knowledge .container .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 162.5% */
    text-transform: capitalize;
    color: var(--color-white);
    margin-top: -25px;
}

@media only screen and (max-width: 1399.98px) {
    .skills-knowledge .container .sub-title-2 {
        width: 80%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .skills-knowledge .container .sub-title-2 {
        font-size: 16px;
    }
}

.skills-knowledge .container .sub-title-2:hover {
    color: #cccccc;
    cursor: pointer;
}

.skills-knowledge .container .card {
    background: #000;
}

.skills-knowledge .container .card-desc {
    gap: 10px;
}

.skills-knowledge .container .card-desc .rating {
    color: var(--learning-golden-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
 /* 162.5% */
    text-transform: capitalize;
}

.skills-knowledge .container .card-desc .total {
    color: var(--learning-review-card);
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
 /* 162.5% */
    text-transform: capitalize;
}

.skills-knowledge .container .card-star {
    margin-bottom: 4px;
}

.students-engaged {
    font-family: var(--font-archivo);
    background: var(--learning-page-color);
    color: var(--color-black);
    padding: 100px 0px;
}

.students-engaged .title, .students-engaged .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-engaged .title-2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .students-engaged .title, .students-engaged .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-engaged .title-2 {
        font-size: 53px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .students-engaged .title, .students-engaged .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-engaged .title-2 {
        font-size: 29px;
        line-height: 39px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .students-engaged .title, .students-engaged .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-engaged .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .students-engaged .title, .students-engaged .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .students-engaged .title-2 {
        font-size: 38px;
        line-height: 50px;
    }
}

.students-engaged .sub-title, .students-engaged .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .students-engaged .sub-title-2, .students-engaged .banner3-container .sub-title2, .banner3-container .students-engaged .sub-title2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1399.98px) {
    .students-engaged .sub-title, .students-engaged .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .students-engaged .sub-title-2, .students-engaged .banner3-container .sub-title2, .banner3-container .students-engaged .sub-title2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    .students-engaged .sub-title, .students-engaged .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .students-engaged .sub-title-2, .students-engaged .banner3-container .sub-title2, .banner3-container .students-engaged .sub-title2 {
        font-size: 18px;
    }
}

.students-engaged .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 65%;
    color: var(--color-dark);
}

@media only screen and (max-width: 1399.98px) {
    .students-engaged .sub-title-2 {
        font-size: 16px;
        line-height: 26px;
        width: 90%;
    }
}

.students-engaged .students-left img {
    width: 95%;
    height: 100%;
}

.course-enrollment {
    position: relative;
    font-family: var(--font-archivo);
    z-index: 0;
    color: var(--color-black);
}

.course-enrollment .title, .course-enrollment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .course-enrollment .title-2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .title, .course-enrollment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .course-enrollment .title-2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .title, .course-enrollment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .course-enrollment .title-2 {
        font-size: 50px;
        line-height: 51px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .course-enrollment .title, .course-enrollment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .course-enrollment .title-2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-enrollment .title, .course-enrollment .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .course-enrollment .title-2 {
        font-size: 45px;
    }
}

.course-enrollment .sub-title, .course-enrollment .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .course-enrollment .sub-title-2, .course-enrollment .banner3-container .sub-title2, .banner3-container .course-enrollment .sub-title2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .sub-title, .course-enrollment .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .course-enrollment .sub-title-2, .course-enrollment .banner3-container .sub-title2, .banner3-container .course-enrollment .sub-title2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .course-enrollment .sub-title, .course-enrollment .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .course-enrollment .sub-title-2, .course-enrollment .banner3-container .sub-title2, .banner3-container .course-enrollment .sub-title2 {
        font-size: 40px;
    }
}

.course-enrollment .sub-title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .sub-title-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    .course-enrollment .sub-title-2 {
        font-size: 18px;
    }
}

.course-enrollment .enrollment-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media only screen and (max-width: 767.98px) {
    .course-enrollment .enrollment-count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.course-enrollment .enrollment-count .count-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.course-enrollment .enrollment-count .count-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.course-enrollment .count-button {
    margin-top: 30px;
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .count-button {
        margin-top: 20px;
    }
}

.course-enrollment .course-enrollment-vector {
    z-index: 1;
    position: absolute;
    margin-top: -21rem;
    margin-left: 100rem;
}

@media only screen and (max-width: 1399.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -20rem;
        margin-left: 100rem;
    }
}

@media only screen and (max-width: 1199.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -20rem;
        margin-left: 52rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -20rem;
        margin-left: 40rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -20rem;
        margin-left: 22rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -20rem;
        margin-left: 19rem;
    }

    .course-enrollment .course-enrollment-vector img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .course-enrollment .course-enrollment-vector {
        margin-top: -11rem;
        margin-left: 21rem;
    }

    .course-enrollment .course-enrollment-vector img {
        width: 80%;
    }
}

.clients-review {
    font-family: var(--font-archivo);
    margin-top: 30px;
    background: var(--learning-review-bg);
    color: var(--color-black);
    padding: 70px 0;
}

.clients-review .title, .clients-review .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .clients-review .title-2 {
    font-family: var(--font-inter);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1399.98px) {
    .clients-review .title, .clients-review .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .clients-review .title-2 {
        font-size: 50px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-review .title, .clients-review .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .clients-review .title-2 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-review .title, .clients-review .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .clients-review .title-2 {
        font-size: 40px;
        line-height: 50px;
    }

    .clients-review .title br, .clients-review .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .clients-review .title-2 br {
        display: none;
    }
}

.clients-review .sub-title, .clients-review .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .clients-review .sub-title-2, .clients-review .banner3-container .sub-title2, .banner3-container .clients-review .sub-title2 {
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-top: 30px;
    margin-bottom: 15px;
    color: var(--learning-subtitle);
}

.clients-review .sub-title-2 {
    font-family: var(--font-inter);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 52px 52px 52px;
    opacity: 0.7;
    margin-bottom: 40px;
}

.clients-review .client-title {
    color: var(--color-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.333px;
}

.clients-review .client-position {
    -webkit-font-feature-settings: "salt" on, "liga" off;
    font-feature-settings: "salt" on, "liga" off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 162.5% */
    opacity: 0.5;
}

.clients-review .clients-review-card-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-review .clients-review-card-bottom .avatar {
    width: 60px;
    height: 60px;
}

.clients-review .button-banner3 {
    background: var(--color-learning-primary);
    color: #fff;
}

.clients-review .main-div {
    position: relative;
    border-radius: 20px;
    background: var(--color-white);
}

.clients-review .shape {
    position: absolute;
    height: 30px;
    width: 30px;
    background: var(--color-white);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -60px;
    left: 50%;
}

.footer3 {
    background: var(--gray-900, #18181b);
    color: #ffffff;
    margin-top: 300px;
    padding-bottom: 40px;
}

.footer3 .title, .footer3 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer3 .title-2 {
    font-family: var(--font-archivo);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    color: var(--color-dark);
}

@media only screen and (max-width: 991.98px) {
    .footer3 .title, .footer3 .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer3 .title-2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer3 .title br, .footer3 .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer3 .title-2 br {
        display: none;
    }
}

.footer3 .sub-title, .footer3 .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer3 .sub-title-2, .footer3 .banner3-container .sub-title2, .banner3-container .footer3 .sub-title2 {
    font-family: var(--font-inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0;
}

@media only screen and (max-width: 767.98px) {
    .footer3 .sub-title br, .footer3 .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer3 .sub-title-2 br, .footer3 .banner3-container .sub-title2 br, .banner3-container .footer3 .sub-title2 br {
        display: none;
    }
}

.footer3 .footer3-top-container {
    width: 90%;
    position: relative;
}

.footer3 .footer3-top {
    margin-top: -190px;
    padding: 60px 100px;
    background: var(--learning-page-footer);
    z-index: 0;
}

@media only screen and (max-width: 767.98px) {
    .footer3 .footer3-top {
        padding: 60px 10px;
    }
}

.footer3 .footer-left-vector {
    z-index: 1;
    position: absolute;
    margin-top: -340px;
    margin-left: 10px;
}

@media only screen and (max-width: 1399.98px) {
    .footer3 .footer-left-vector {
        margin-top: -360px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .footer3 .footer-left-vector {
        margin-top: -360px;
        margin-left: 10px;
    }

    .footer3 .footer-left-vector img {
        width: 70%;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer3 .footer-left-vector {
        display: none;
    }
}

.footer3 .footer-right-vector {
    z-index: 1;
    position: absolute;
    margin-top: -280px;
    margin-left: 780px;
}

@media only screen and (max-width: 1399.98px) {
    .footer3 .footer-right-vector {
        margin-top: -290px;
        margin-left: 760px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .footer3 .footer-right-vector {
        margin-top: -250px;
        margin-left: 580px;
    }

    .footer3 .footer-right-vector img {
        width: 80%;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer3 .footer-right-vector {
        display: none;
    }
}

.footer3 .footer3-right {
    margin-top: 60px;
}

.footer3 .footer3-right ul li {
    margin: 5px 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer3 .footer3-right ul li a {
    color: #ffffff;
    font-size: 14px;
}

.footer3 .footer3-right ul li a:hover {
    color: var(--color-learning-primary);
}

.footer3 .footer3-right ul .footer-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-5 {
    position: relative;
    z-index: 4;
    background: var(--color-white);
    color: var(--color-black3);
    height: 90px;
}

.lc-header-5 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -18px 0px;
}

.lc-header-5 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-5 .header-navbar .header-logo a {
    display: block;
    color: var(--color-black3);
}

.lc-header-5 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-5 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-5 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-5 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-5.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-5.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-5 .lc-mainmenu {
    padding: 10px 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .lc-mainmenu {
        padding-top: 30px;
    }
}

.lc-header-5 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(191, 178, 178, 0.1);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-5 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-5 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-5 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a {
    color: var(--color-dark);
}

.lc-header-5 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-5 .mainmenu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-right: 310px;
    margin-top: 22px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .mainmenu-5 {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-5 .mainmenu-5 {
        margin-right: 100px;
    }
}

.lc-header-5 .mainmenu-5 > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .mainmenu-5 > li {
        margin: 0 1px;
    }
}

.lc-header-5 .mainmenu-5 > li > a {
    color: var(--color-black3);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-syne);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-5 .mainmenu-5 > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-learning-primary);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-5 .mainmenu-5 > li > a:hover {
    color: var(--color-learning-primary);
}

.lc-header-5 .mainmenu-5 > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .mainmenu-5 > li > a:hover::before {
        opacity: 0;
    }
}

.lc-header-5 .mainmenu-5 > li > a.active {
    color: var(--color-learning-primary);
}

.lc-header-5 .mainmenu-5 > li > a.active::before {
    width: 100%;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .mainmenu-5 > li > a {
        margin: 0;
        padding: 0 0 0 10px;
    }
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children {
    position: relative;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children > a::after {
    font-family: var(--font-inter);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: var(--color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-learning-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-learning-primary);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-learning-primary);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .mainmenu-5 > .menu-item-has-children .lc-submenu {
        display: grid;
        top: 50%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-5 .mainmenu-5 > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .mainmenu-5 {
        display: contents;
    }
}

.lc-header-5 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-5 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-5 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-5 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-5 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-5 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-5 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-5 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-5 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-5 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-5 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-5 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-5 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-5 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-5 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-5 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-5 .nav-right-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.lc-header-5 .header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu {
        width: 70vw;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--landing-btn);
    opacity: 1;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--landing-btn);
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--landing-btn);
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--landing-btn);
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
        font-size: 16px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.lc-header-5 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.lc-header-5 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .mobile-nav-header {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-5 .mobile-nav-header {
        display: none;
    }
}

.lc-header-5 .mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.lc-header-5 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-5 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-5 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-5 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-5 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-5 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-5 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-5 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-5 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-5 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-5 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-5 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-5 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-5 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-5 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }

    .lc-header-5 .btn-login {
        font-family: var(--font-archivo);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.banner5-container {
    font-family: var(--font-syne);
    color: var(--tech-text-color);
    position: relative;
    margin-top: 60px;
}

@media only screen and (max-width: 1199.98px) {
    .banner5-container {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner5-container {
        margin-top: 20px;
    }
}

.banner5-container .bg-color {
    background: var(--tech-primary-bg);
    padding: 0px 5px;
    border-radius: 15px;
    line-height: 58px;
}

@media only screen and (max-width: 375.98px) {
    .banner5-container .bg-color {
        padding: 0px 3px;
        border-radius: 8px;
        line-height: 30px;
    }
}

.banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 14px;
    color: var(--color-black3);
}

@media only screen and (max-width: 1535.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        width: 93%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 39px;
        line-height: 49px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner5-container .left-section .title, .banner5-container .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner5-container .left-section .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.banner5-container .left-section .desc, .banner5-container .blog .left-section .blog-intro .desc-3, .blog .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog .left-section .blog-intro .desc-2, .blog .banner5-container .left-section .blog-intro .desc-2, .banner5-container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner5-container .left-section .blog-intro .desc-2, .banner5-container .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner5-container .left-section .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399.98px) {
    .banner5-container .left-section .desc, .banner5-container .blog .left-section .blog-intro .desc-3, .blog .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog .left-section .blog-intro .desc-2, .blog .banner5-container .left-section .blog-intro .desc-2, .banner5-container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner5-container .left-section .blog-intro .desc-2, .banner5-container .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner5-container .left-section .desc-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner5-container .left-section .desc, .banner5-container .blog .left-section .blog-intro .desc-3, .blog .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog .left-section .blog-intro .desc-2, .blog .banner5-container .left-section .blog-intro .desc-2, .banner5-container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner5-container .left-section .blog-intro .desc-3, .banner5-container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner5-container .left-section .blog-intro .desc-2, .banner5-container .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner5-container .left-section .desc-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

.banner5-container .left-section .available-area {
    gap: 16px;
    margin-top: 40px;
}

.banner5-container .left-section .available-area .available-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.banner5-container .left-section .available-area ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.banner5-container .thumbnail {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
    position: relative;
}

.banner5-container .thumbnail .thumbnail-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.banner5-container .thumbnail .thumbnail-left .thumbnail-left-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 10px 2px 2px;
    gap: 16px;
    border-radius: 37.943px;
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner5-container .thumbnail .thumbnail-left .thumbnail-top-clients {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
 /* 74.492% */
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .banner5-container .thumbnail .thumbnail-left .thumbnail-top-clients {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner5-container .thumbnail .thumbnail-left .thumbnail-top-clients {
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner5-container .thumbnail .thumbnail-left .thumbnail-top-clients {
        font-size: 16px;
        line-height: 16px;
    }
}

.banner5-container .thumbnail .thumbnail-right .thumbnail-right-img {
    position: relative;
    z-index: 0;
}

.banner5-container .thumbnail .thumbnail-right .thumbnail-right-img img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
    position: absolute;
    z-index: 1;
    margin-top: -50px;
    margin-left: 262px;
}

@media only screen and (max-width: 1535.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-top: -52px;
        margin-left: 226px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 182px;
        margin-top: -45px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 120px;
        margin-top: -42px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 260px;
        margin-top: -48px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 170px;
        margin-top: -44px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 109px;
        margin-top: -41px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 48px;
        margin-top: -41px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn {
        margin-left: 13px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner5-container .thumbnail .thumbnail-right .banner-watch-btn a {
        font-size: 16px;
        padding: 8px 16px;
    }
}

.tech-brands {
    background: #f9f9f9;
    padding: 40px 0px;
}

.tech-brands .col {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.tech-brands .col:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.tech-brands .swiper {
    width: 100%;
    height: 100%;
}

.tech-brands .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.tech-brands .swiper-slide {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.tech-brands .swiper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tech-about {
    font-family: var(--font-syne);
    color: var(--tech-text-color);
}

.tech-about .bg-color {
    background: var(--tech-primary-bg);
    padding: 0px 5px;
    border-radius: 15px;
    line-height: 58px;
}

.tech-about .title, .tech-about .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tech-about .title-2 {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 18px;
    letter-spacing: 2px;
    color: var(--color-black3);
}

.tech-about .desc, .tech-about .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .tech-about .desc-3, .tech-about .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .tech-about .desc-2, .tech-about .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .tech-about .desc-3, .tech-about .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .tech-about .desc-2, .tech-about .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .tech-about .desc-2 {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 60%;
    padding: 0px 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991.98px) {
    .tech-about .desc, .tech-about .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .tech-about .desc-3, .tech-about .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .tech-about .desc-2, .tech-about .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .tech-about .desc-3, .tech-about .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .tech-about .desc-2, .tech-about .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .tech-about .desc-2 {
        width: 100%;
    }
}

.tech-about .desc .bg-color, .tech-about .blog .left-section .blog-intro .desc-3 .bg-color, .blog .left-section .blog-intro .tech-about .desc-3 .bg-color, .tech-about .blog .left-section .blog-intro .desc-2 .bg-color, .blog .left-section .blog-intro .tech-about .desc-2 .bg-color, .tech-about .blog-detail .left-section .blog-intro .desc-3 .bg-color, .blog-detail .left-section .blog-intro .tech-about .desc-3 .bg-color, .tech-about .blog-detail .left-section .blog-intro .desc-2 .bg-color, .blog-detail .left-section .blog-intro .tech-about .desc-2 .bg-color, .tech-about .pos-system .pos-system-left .desc-2 .bg-color, .pos-system .pos-system-left .tech-about .desc-2 .bg-color {
    background: var(--tech-primary-bg);
    border-radius: 15px;
}

.tech-about .card-body .card-title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.tech-about .card-body .card-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.tech-security {
    background: var(--tech-section-bg);
    color: var(--tech-text-color);
    padding: 100px 0px;
    font-family: var(--font-syne);
}

.tech-security .bg-color {
    background: var(--tech-primary-bg);
    padding: 0px 5px;
    border-radius: 15px;
    line-height: 58px;
}

.tech-security .title, .tech-security .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tech-security .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
    color: var(--color-black3);
}

@media only screen and (max-width: 575.98px) {
    .tech-security .title, .tech-security .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tech-security .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 475.98px) {
    .tech-security .title, .tech-security .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .tech-security .title-2 {
        font-size: 35px;
        line-height: 45px;
    }
}

.tech-security .desc, .tech-security .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .tech-security .desc-3, .tech-security .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .tech-security .desc-2, .tech-security .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .tech-security .desc-3, .tech-security .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .tech-security .desc-2, .tech-security .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .tech-security .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.tech-security .thumbnail-img {
    position: relative;
    z-index: 0;
    margin-left: 51px;
}

@media only screen and (max-width: 1199.98px) {
    .tech-security .tech-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991.98px) {
    .tech-security .tech-btn {
        font-size: 16px;
    }
}

.tech-security .top-button {
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    margin-left: 68px;
}

@media only screen and (max-width: 1535.98px) {
    .tech-security .top-button {
        margin-top: 0px;
        margin-left: 67px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .tech-security .top-button {
        margin-top: -6px;
        margin-left: 28px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .tech-security .top-button {
        margin-top: -12px;
        margin-left: 13px;
    }
}

@media only screen and (max-width: 991.98px) {
    .tech-security .top-button {
        margin-top: -1px;
        margin-left: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tech-security .top-button {
        margin-top: -8px;
        margin-left: 28px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tech-security .top-button {
        margin-top: -3px;
        margin-left: 12px;
    }
}

.tech-security .bottom-button {
    position: absolute;
    z-index: 1;
    margin-top: -54px;
    margin-left: 500px;
}

@media only screen and (max-width: 1535.98px) {
    .tech-security .bottom-button {
        margin-top: -52px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .tech-security .bottom-button {
        margin-top: -54px;
        margin-left: 409px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .tech-security .bottom-button {
        margin-top: -45px;
        margin-left: 314px;
    }
}

@media only screen and (max-width: 991.98px) {
    .tech-security .bottom-button {
        margin-top: -56px;
        margin-left: 494px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tech-security .bottom-button {
        margin-top: -49px;
        margin-left: 395px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tech-security .bottom-button {
        margin-top: -45px;
        margin-left: 290px;
    }
}

@media only screen and (max-width: 475.98px) {
    .tech-security .bottom-button {
        margin-top: -45px;
        margin-left: 190px;
    }
}

@media only screen and (max-width: 375.98px) {
    .tech-security .bottom-button {
        margin-left: 130px;
    }
}

.tech-security .left-multi-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
}

@media only screen and (max-width: 1399.98px) {
    .tech-security .left-multi-buttons {
        row-gap: 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .tech-security .left-multi-buttons {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tech-security .left-multi-buttons .multi-buttons-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 1399.98px) {
    .tech-security .left-multi-buttons .multi-buttons-inner {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 475.98px) {
    .tech-security .left-multi-buttons .multi-buttons-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tech-security .right-multi-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tech-security .right-multi-buttons .multi-buttons-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.ai-solution {
    font-family: var(--font-syne);
    color: var(--tech-text-color);
}

.ai-solution .title, .ai-solution .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ai-solution .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
    color: var(--color-black3);
}

@media only screen and (max-width: 375.98px) {
    .ai-solution .title, .ai-solution .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ai-solution .title-2 {
        font-size: 40px;
    }
}

.ai-solution .title .bg-color, .ai-solution .cash-flow .cash-flow-right .title-2 .bg-color, .cash-flow .cash-flow-right .ai-solution .title-2 .bg-color {
    background: var(--tech-primary-bg);
    padding: 0px 5px;
    border-radius: 15px;
    line-height: 58px;
}

.ai-solution .right-section .desc, .ai-solution .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ai-solution .right-section .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .ai-solution .right-section .desc, .ai-solution .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ai-solution .right-section .desc-2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .ai-solution .right-section .desc, .ai-solution .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-3, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-2, .ai-solution .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ai-solution .right-section .desc-2 {
        font-size: 16px;
    }
}

.ai-solution .right-section .desc .bg-color, .ai-solution .right-section .blog .left-section .blog-intro .desc-3 .bg-color, .blog .left-section .blog-intro .ai-solution .right-section .desc-3 .bg-color, .ai-solution .right-section .blog .left-section .blog-intro .desc-2 .bg-color, .blog .left-section .blog-intro .ai-solution .right-section .desc-2 .bg-color, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-3 .bg-color, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-3 .bg-color, .ai-solution .right-section .blog-detail .left-section .blog-intro .desc-2 .bg-color, .blog-detail .left-section .blog-intro .ai-solution .right-section .desc-2 .bg-color, .ai-solution .right-section .pos-system .pos-system-left .desc-2 .bg-color, .pos-system .pos-system-left .ai-solution .right-section .desc-2 .bg-color {
    background: var(--tech-primary-bg);
    border-radius: 15px;
}

.ai-solution .right-section .left-multi-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991.98px) {
    .ai-solution .right-section .left-multi-buttons {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ai-solution .right-section .left-multi-buttons .multi-buttons-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

@media only screen and (max-width: 475.98px) {
    .ai-solution .right-section .left-multi-buttons .multi-buttons-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1399.98px) {
    .ai-solution .right-section .left-multi-buttons .multi-buttons-inner .tech-btn {
        font-size: 16px;
    }
}

.ui-ux {
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: var(--font-syne);
    color: var(--tech-text-color);
}

.ui-ux .title, .ui-ux .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ui-ux .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 20px;
    color: var(--color-black3);
}

@media only screen and (max-width: 1399.98px) {
    .ui-ux .title, .ui-ux .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ui-ux .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ui-ux .title, .ui-ux .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ui-ux .title-2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ui-ux .title, .ui-ux .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ui-ux .title-2 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ui-ux .title, .ui-ux .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .ui-ux .title-2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

.ui-ux .title .bg-color, .ui-ux .cash-flow .cash-flow-right .title-2 .bg-color, .cash-flow .cash-flow-right .ui-ux .title-2 .bg-color {
    background: var(--tech-primary-bg);
    border-radius: 15px;
    padding: 0px 2px;
}

.ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 56px;
}

@media only screen and (max-width: 1399.98px) {
    .ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ui-ux .desc, .ui-ux .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .ui-ux .desc-2, .ui-ux .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .ui-ux .desc-3, .ui-ux .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .ui-ux .desc-2, .ui-ux .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .ui-ux .desc-2 {
        font-size: 16px;
        line-height: 20px;
    }
}

.ui-ux .desc .bg-color, .ui-ux .blog .left-section .blog-intro .desc-3 .bg-color, .blog .left-section .blog-intro .ui-ux .desc-3 .bg-color, .ui-ux .blog .left-section .blog-intro .desc-2 .bg-color, .blog .left-section .blog-intro .ui-ux .desc-2 .bg-color, .ui-ux .blog-detail .left-section .blog-intro .desc-3 .bg-color, .blog-detail .left-section .blog-intro .ui-ux .desc-3 .bg-color, .ui-ux .blog-detail .left-section .blog-intro .desc-2 .bg-color, .blog-detail .left-section .blog-intro .ui-ux .desc-2 .bg-color, .ui-ux .pos-system .pos-system-left .desc-2 .bg-color, .pos-system .pos-system-left .ui-ux .desc-2 .bg-color {
    background: var(--tech-primary-bg);
    border-radius: 15px;
    padding: 0px 2px;
}

.ui-ux .ui-ux-btn {
    color: var(--color-black3);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}

.ui-ux .ui-ux-btn:hover {
    cursor: pointer;
    padding: 0px 12px;
    color: var(--color-ship-gray);
}

@media only screen and (max-width: 575.98px) {
    .ui-ux .ui-ux-btn {
        font-size: 14px;
    }
}

.ui-ux .left-section .left-card {
    border-radius: 20px;
    background: #fef4c5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
}

@media only screen and (max-width: 475.98px) {
    .ui-ux .left-section .left-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ui-ux .left-section .left-card .info {
    width: 60%;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
    .ui-ux .left-section .left-card .info {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .ui-ux .left-section .left-card .info {
        padding-top: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ui-ux .left-section .left-card .info {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 475.98px) {
    .ui-ux .left-section .left-card .info-cover {
        margin-left: 46px;
        margin-top: -92px;
    }
}

@media only screen and (max-width: 375.98px) {
    .ui-ux .left-section .left-card .info-cover {
        margin-left: 46px;
        margin-top: -70px;
    }
}

.ui-ux .left-section .left-bottom {
    background: #dbfed6;
}

.ui-ux .right-section {
    background: #e6d9fc;
    border-radius: 20px;
    height: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 20px;
    width: 48%;
}

@media only screen and (max-width: 1199.98px) {
    .ui-ux .right-section {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ui-ux .right-section {
        width: 100%;
        margin-top: 15px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ui-ux .right-section {
        width: 100%;
        margin-top: 15px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ui-ux .right-section .thumbnail {
    margin-bottom: -22px;
}

@media only screen and (max-width: 1399.98px) {
    .ui-ux .right-section .thumbnail {
        margin-bottom: -19px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ui-ux .right-section .thumbnail {
        margin-bottom: -22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ui-ux .right-section .thumbnail {
        margin-bottom: -18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ui-ux .right-section .thumbnail {
        margin-bottom: -16px;
    }
}

.about-product {
    font-family: var(--font-syne);
    color: var(--tech-text-color);
    margin-top: 100px;
}

.about-product .bg-color {
    background: var(--tech-primary-bg);
    padding: 0px 5px;
    border-radius: 15px;
    line-height: 58px;
}

.about-product .title, .about-product .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-product .title-2 {
    margin-bottom: 24px;
    color: var(--color-black3);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}

@media only screen and (max-width: 475.98px) {
    .about-product .title, .about-product .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-product .title-2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-product .title, .about-product .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-product .title-2 {
        font-size: 34px;
        line-height: 44px;
        margin: 0;
    }
}

.about-product .desc, .about-product .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-product .desc-3, .about-product .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-product .desc-2, .about-product .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-product .desc-3, .about-product .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-product .desc-2, .about-product .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-product .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399.98px) {
    .about-product .desc, .about-product .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-product .desc-3, .about-product .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-product .desc-2, .about-product .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-product .desc-3, .about-product .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-product .desc-2, .about-product .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-product .desc-2 {
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .about-product .desc, .about-product .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-product .desc-3, .about-product .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-product .desc-2, .about-product .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-product .desc-3, .about-product .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-product .desc-2, .about-product .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-product .desc-2 {
        text-align: center;
    }
}

.clients-testimonial {
    margin-top: 50px;
    margin-bottom: 100px;
    color: var(--tech-text-color);
    font-family: var(--font-syne);
}

.clients-testimonial .bg-color {
    background: var(--tech-primary-bg);
    padding: 5px 10px;
    border-radius: 15px;
}

.clients-testimonial .slick-slider {
    position: relative;
    z-index: 0;
}

.clients-testimonial .slick-prev,
.clients-testimonial .slick-next {
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    padding: 10px 20px;
    height: 30px;
    width: 30px;
    color: var(--color-black3);
    border: 1px solid var(--color-black3);
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients-testimonial .slick-prev:hover,
.clients-testimonial .slick-next:hover {
    background-color: var(--tech-primary-bg);
    cursor: pointer;
    border-color: var(--learning-subtitle);
}

.clients-testimonial .slick-prev:active,
.clients-testimonial .slick-next:active {
    scale: 0.5;
}

.clients-testimonial .slick-prev {
    background-image: url("../media/icon/arrow-left.svg");
    background-position: center;
  /* place button top right */
    bottom: 0%;
    right: 13%;
}

@media only screen and (max-width: 1535.98px) {
    .clients-testimonial .slick-prev {
        right: 13%;
        bottom: 0%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .clients-testimonial .slick-prev {
        right: 11%;
        bottom: 10%;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .slick-prev {
        right: 12%;
        bottom: 4%;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .slick-prev {
        bottom: 3%;
        right: 10%;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .slick-prev {
        right: 50%;
        bottom: -11%;
    }
}

@media only screen and (max-width: 475.98px) {
    .clients-testimonial .slick-prev {
        bottom: -15%;
        right: 51%;
    }
}

@media only screen and (max-width: 375.98px) {
    .clients-testimonial .slick-prev {
        bottom: -15%;
        right: 53%;
    }
}

.clients-testimonial .slick-next {
    background-image: url("../media/icon/arrow-right-2.svg");
    background-position: center;
  /* place button bottom right */
    bottom: 0%;
    right: 10%;
}

@media only screen and (max-width: 1535.98px) {
    .clients-testimonial .slick-next {
        bottom: 0%;
        right: 9%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .clients-testimonial .slick-next {
        right: 6%;
        bottom: 10%;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .slick-next {
        right: 4%;
        bottom: 4%;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .slick-next {
        right: 1%;
        bottom: 3%;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .slick-next {
        right: 38%;
        bottom: -11%;
    }
}

@media only screen and (max-width: 475.98px) {
    .clients-testimonial .slick-next {
        bottom: -15%;
        right: 40%;
    }
}

@media only screen and (max-width: 375.98px) {
    .clients-testimonial .slick-next {
        bottom: -15%;
        right: 39%;
    }
}

.clients-testimonial .title, .clients-testimonial .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .clients-testimonial .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
}

.clients-testimonial .desc, .clients-testimonial .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .clients-testimonial .desc-3, .clients-testimonial .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .clients-testimonial .desc-2, .clients-testimonial .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .clients-testimonial .desc-3, .clients-testimonial .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .clients-testimonial .desc-2, .clients-testimonial .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .clients-testimonial .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.clients-testimonial .left-section img {
    height: 100%;
    width: 100%;
}

.clients-testimonial .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url("../media/clients-testimonial/testimonial-3.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .right-section {
        margin-top: 20px;
    }
}

.clients-testimonial .right-section .top-star {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-left: 330px;
    margin-bottom: 309px;
}

@media only screen and (max-width: 1535.98px) {
    .clients-testimonial .right-section .top-star {
        margin-left: 300px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .clients-testimonial .right-section .top-star {
        margin-left: 300px;
        margin-bottom: 190px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .clients-testimonial .right-section .top-star {
        margin-left: 240px;
        margin-bottom: 222px;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section .top-star {
        margin-top: -8px;
        margin-left: 174px;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .right-section .top-star {
        gap: 4px;
        margin-left: 196px;
        width: 36%;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .right-section .top-star {
        gap: 0px;
        width: 180px;
        margin-left: 192px;
        margin-bottom: 190px;
    }
}

@media only screen and (max-width: 475.98px) {
    .clients-testimonial .right-section .top-star {
        width: 140px;
        margin-left: 155px;
    }
}

.clients-testimonial .right-section .card-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 16px;
}

@media only screen and (max-width: 475.98px) {
    .clients-testimonial .right-section .card-desc {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .right-section .card-desc .tech-btn {
        font-size: 14px;
    }
}

.clients-testimonial .right-section .card-desc .testimonial-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin-top: 28px;
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc {
        width: 80%;
    }
}

@media only screen and (max-width: 375.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc {
        width: 94%;
    }
}

.clients-testimonial .right-section .card-desc .testimonial-desc p {
    width: 78%;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-top: 39px;
    margin-bottom: 33px;
    margin-left: 10px;
}

@media only screen and (max-width: 1535.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc p {
        width: 80%;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc p {
        font-size: 23px;
        line-height: 23px;
        width: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc p {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 6px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 375.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc p {
        font-size: 13px;
    }
}

.clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 20px 2px 2px;
    gap: 16px;
    border-radius: 38px;
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    margin-left: 10px;
}

@media only screen and (max-width: 767.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 475.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb img {
        width: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb img {
        width: 80px;
    }
}

.clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb .review-desc {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
 /* 74.492% */
    text-transform: capitalize;
}

@media only screen and (max-width: 991.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb .review-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .clients-testimonial .right-section .card-desc .testimonial-desc .review-thumb .review-desc {
        font-size: 18px;
    }
}

.chatbot {
    font-family: var(--font-syne);
    color: var(--tech-text-color);
}

.chatbot .chatbot-items {
    background-image: url("../media/chatbot/chatbot.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0px;
}

@media only screen and (max-width: 1399.98px) {
    .chatbot .chatbot-items {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .chatbot .chatbot-items {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .chatbot .chatbot-items {
        padding: 10px 0px;
    }
}

.chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 30px;
    width: 60%;
    color: var(--color-black3);
    text-align: center;
}

@media only screen and (max-width: 1199.98px) {
    .chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
        width: 76%;
    }
}

@media only screen and (max-width: 991.98px) {
    .chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
        width: 65%;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
        width: 76%;
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 375.98px) {
    .chatbot .chatbot-items .title, .chatbot .chatbot-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .chatbot .chatbot-items .title-2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

.tech-footer {
    font-family: var(--font-syne);
    margin-bottom: 50px;
}

.tech-footer .container {
    background: var(--color-black3);
    color: var(--color-white);
    padding: 100px 100px 50px 100px;
    border-radius: 20px;
}

@media only screen and (max-width: 475.98px) {
    .tech-footer .container {
        padding: 40px 20px 40px 20px;
    }
}

.tech-footer .container .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .tech-footer .container .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tech-footer .container .footer-top .footer-title {
    text-align: center;
    margin-left: 6px;
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-white);
}

@media only screen and (max-width: 475.98px) {
    .tech-footer .container .footer-top .footer-title {
        margin-left: 0px;
        font-size: 18px;
    }
}

.tech-footer .container .footer-top .top-right {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-top .top-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tech-footer .container .footer-top .top-right span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-top .top-right span {
        font-size: 18px;
    }
}

.tech-footer .container .footer-mid {
    margin-bottom: 50px;
}

.tech-footer .container .footer-mid .newsletter {
    text-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tech-footer .container .footer-mid .newsletter .newsletter-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-mid .newsletter .newsletter-title {
        margin-bottom: 0px;
    }
}

.tech-footer .container .footer-mid .newsletter .newsletter-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input .input-group {
    background: var(--color-black3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
    border-radius: 0px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    border-bottom: 1px solid rgba(177, 177, 178, 0.511);
}

.tech-footer .container .footer-mid .newsletter .newsletter-input .input-group > :not(:first-child) {
    margin-left: 14px;
    margin-right: -10px;
    margin-bottom: -5px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 28px;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-mid .newsletter .newsletter-input .input-group > :not(:first-child) {
        margin-top: 10px;
        height: 100%;
    }
}

.tech-footer .container .footer-mid .newsletter .newsletter-input .input-group input {
    text-align: start;
    color: var(--color-white);
    margin-left: -70px;
    margin-right: 0px;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .footer-mid .newsletter .newsletter-input .input-group input {
        margin-left: -104px;
    }
}

.tech-footer .container .footer-mid .newsletter .newsletter-input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
    text-align: start;
    left: 0;
    opacity: 0.5;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
    text-align: start;
    left: 0;
    opacity: 0.5;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
    text-align: start;
    left: 0;
    opacity: 0.5;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
    text-align: start;
    left: 0;
    opacity: 0.5;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
    text-align: start;
    left: 0;
    opacity: 0.5;
}

.tech-footer .container .footer-mid .newsletter .newsletter-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: var(--color-white);
}

.tech-footer .container .footer-mid .newsletter .newsletter-input ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: var(--color-white);
}

.tech-footer .container .footer-mid .newsletter .tech-footer-btn {
    background: var(--tech-primary-color);
}

.tech-footer .container .footer-mid .mid-right .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.tech-footer .container .footer-mid .mid-right .items li a {
    color: var(--color-white);
}

.tech-footer .container .footer-mid .mid-right .items li:hover {
    color: #ffd2dd;
}

.tech-footer .container .footer-mid .mid-right .items .items-title {
    color: #ffd2dd;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .tech-footer .container .footer-mid .mid-right .items .items-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tech-footer .container .footer-mid .mid-right .items {
        gap: 10px;
    }
}

.tech-footer .container .tech-footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
    .tech-footer .container .tech-footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tech-footer .container .tech-footer-bottom .left-section {
    gap: 96px;
}

@media only screen and (max-width: 1535.98px) {
    .tech-footer .container .tech-footer-bottom .left-section {
        gap: 65px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .tech-footer .container .tech-footer-bottom .left-section {
        gap: 96px;
    }
}

@media only screen and (max-width: 991.98px) {
    .tech-footer .container .tech-footer-bottom .left-section {
        gap: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tech-footer .container .tech-footer-bottom .left-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tech-footer .container .tech-footer-bottom .left-section a {
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.205px;
}

.tech-footer .container .tech-footer-bottom .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tech-footer .container .tech-footer-bottom .right-section .fb {
    fill: #000;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.tech-footer .container .tech-footer-bottom .right-section .fb:hover {
    fill: #3b5998;
}

.top-header6 {
    background: var(--saas-primary-color);
    color: var(--color-white);
    height: 40px;
    font-family: var(--font-archivo);
}

.top-header6 .top-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-top: 6px;
}

.top-header6 .top-items .top-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media only screen and (max-width: 575.98px) {
    .top-header6 .top-items .top-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 475.98px) {
    .top-header6 .top-items .top-title {
        font-size: 9px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 375.98px) {
    .top-header6 .top-items .top-title {
        font-size: 8px;
        line-height: 16px;
    }
}

.top-header6 .top-items .learn-btn {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--color-white);
}

.top-header6 .top-items .learn-btn:hover {
    color: var(--saas-btn-color);
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-6 {
    position: relative;
    z-index: 4;
    background: var(--color-white);
    color: var(--saas-text-color);
    height: 70px;
    font-family: var(--font-archivo);
}

.lc-header-6 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px 0px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-navbar {
        margin: 0px 0px;
        height: 70px;
    }
}

.lc-header-6 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-6 .header-navbar .header-logo a {
    display: block;
    color: var(--saas-text-color);
}

.lc-header-6 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-6 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-navbar .header-logo img {
        width: 2.2rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-navbar .header-logo img {
        width: 2.5rem;
    }
}

.lc-header-6 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-6 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-6.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-6.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-6 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-6 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(191, 178, 178, 0.1);
    padding: 8px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-6 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-6 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-6 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a {
    color: var(--saas-text-color);
}

.lc-header-6 .lc-mainmenu.lc-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-6 .mainmenu-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-top: 22px;
}

.lc-header-6 .mainmenu-6 > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .mainmenu-6 > li {
        margin: 0 1px;
    }
}

.lc-header-6 .mainmenu-6 > li > a {
    color: var(--saas-text-color);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-syne);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-6 .mainmenu-6 > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-6 .mainmenu-6 > li > a:hover {
    color: var(--saas-text-color);
}

.lc-header-6 .mainmenu-6 > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-6 .mainmenu-6 > li > a.active {
    color: var(--saas-text-color);
}

.lc-header-6 .mainmenu-6 > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children {
    position: relative;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children > a {
    position: relative;
    margin-right: 30px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-6 .mainmenu-6 > .menu-item-has-children > a {
        margin-right: 20px;
    }
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children > a::after {
    font-family: var(--font-inter);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 70%;
    left: 20px;
    background: var(--color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--saas-text-color);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--saas-text-color);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a.active {
    color: var(--saas-text-color);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-6 .mainmenu-6 > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-6 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-6 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-6 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-6 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-6 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-6 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-6 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-6 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-6 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-6 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-6 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-6 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-6 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-6 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-6 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-6 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-6 .nav-right-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.lc-header-6 .header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu {
        width: 70vw;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--landing-btn);
    opacity: 1;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--landing-btn);
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--landing-btn);
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--landing-btn);
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
        font-size: 16px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.lc-header-6 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.lc-header-6 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-6 .mobile-nav-header {
        display: none;
    }
}

.lc-header-6 .mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.lc-header-6 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-6 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-6 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-6 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-6 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-6 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 > li {
        padding: 0 10;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 > li > a::before {
        display: none;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-6 .mainmenu-nav .mainmenu-6 .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }

    .lc-header-6 .btn-login {
        font-family: var(--font-archivo);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.banner6 {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
    margin-top: 30px;
}

@media only screen and (max-width: 991.98px) {
    .banner6 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner6 {
        margin-top: 10px;
    }
}

.banner6 .banner-items .banner-top {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1399.98px) {
    .banner6 .banner-items .banner-top {
        width: 72%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner6 .banner-items .banner-top {
        width: 100%;
    }
}

.banner6 .banner-items .banner-top .title, .banner6 .banner-items .banner-top .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner6 .banner-items .banner-top .title-2 {
    color: #181818;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
 /* 109.375% */
    text-transform: capitalize;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767.98px) {
    .banner6 .banner-items .banner-top .title, .banner6 .banner-items .banner-top .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner6 .banner-items .banner-top .title-2 {
        font-size: 52px;
        line-height: 62px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner6 .banner-items .banner-top .title, .banner6 .banner-items .banner-top .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner6 .banner-items .banner-top .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner6 .banner-items .banner-top .title, .banner6 .banner-items .banner-top .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner6 .banner-items .banner-top .title-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner6 .banner-items .banner-top .title, .banner6 .banner-items .banner-top .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner6 .banner-items .banner-top .title-2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.banner6 .banner-items .banner-top .desc, .banner6 .banner-items .banner-top .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner6 .banner-items .banner-top .desc-3, .banner6 .banner-items .banner-top .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner6 .banner-items .banner-top .desc-2, .banner6 .banner-items .banner-top .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner6 .banner-items .banner-top .desc-3, .banner6 .banner-items .banner-top .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner6 .banner-items .banner-top .desc-2, .banner6 .banner-items .banner-top .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner6 .banner-items .banner-top .desc-2 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}

.banner6 .banner-items .banner-top .button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 19px;
}

@media only screen and (max-width: 575.98px) {
    .banner6 .banner-items .banner-top .button-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner6 .banner-items .banner-top .button-area .demo-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
 /* 162.5% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    color: var(--color-black3);
    margin-left: 10px;
}

.banner6 .banner-items .banner-top .button-area .demo-btn:hover {
    color: var(--saas-btn-color);
    cursor: pointer;
}

.banner6 .banner-items .banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner6 .banner-items .banner-bottom .left-thumb {
    z-index: 0;
    margin-right: 80px;
    -webkit-animation: movingleftright 30s ease infinite;
    animation: movingleftright 30s ease infinite;
}

@media only screen and (max-width: 1399.98px) {
    .banner6 .banner-items .banner-bottom .left-thumb {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner6 .banner-items .banner-bottom .left-thumb {
        margin-right: 0px;
    }
}

.banner6 .banner-items .banner-bottom .right-thumb {
    z-index: 0;
    margin-top: -550px;
    -webkit-animation: movingleftright-2 25s ease infinite;
    animation: movingleftright-2 25s ease infinite;
}

@media only screen and (max-width: 1399.98px) {
    .banner6 .banner-items .banner-bottom .right-thumb {
        margin-top: -480px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner6 .banner-items .banner-bottom .right-thumb {
        margin-top: -390px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner6 .banner-items .banner-bottom .right-thumb {
        margin-top: -200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner6 .banner-items .banner-bottom .right-thumb {
        margin-top: -180px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner6 .banner-items .banner-bottom .right-thumb {
        margin-top: -140px;
    }
}

@-webkit-keyframes movingleftright {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    20% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(50px) translateY(-50px);
    }

    40% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(60px) translateY(60px);
    }

    60% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(80px) translateY(-80px);
    }

    80% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(50px) translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    20% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(50px) translateY(-50px);
    }

    40% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(60px) translateY(60px);
    }

    60% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(80px) translateY(-80px);
    }

    80% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(50px) translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright-2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    20% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-50px) translateY(50px);
    }

    40% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-70px) translateY(60px);
    }

    60% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(80px) translateY(-90px);
    }

    80% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-60px) translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright-2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    20% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-50px) translateY(50px);
    }

    40% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-70px) translateY(60px);
    }

    60% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(80px) translateY(-90px);
    }

    80% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-60px) translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.core-hr {
    color: var(--saas-text-color);
    font-family: var(--font-archivo);
}

.core-hr .title, .core-hr .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .core-hr .title-2 {
    color: var(--saas-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 475.98px) {
    .core-hr .title, .core-hr .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .core-hr .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.core-hr .desc, .core-hr .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .core-hr .desc-3, .core-hr .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .core-hr .desc-2, .core-hr .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .core-hr .desc-3, .core-hr .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .core-hr .desc-2, .core-hr .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .core-hr .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 80%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199.98px) {
    .core-hr .desc, .core-hr .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .core-hr .desc-3, .core-hr .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .core-hr .desc-2, .core-hr .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .core-hr .desc-3, .core-hr .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .core-hr .desc-2, .core-hr .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .core-hr .desc-2 {
        width: 100%;
    }
}

.core-hr .right-section {
    margin-top: 100px;
}

@media only screen and (max-width: 1399.98px) {
    .core-hr .right-section {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .core-hr .right-section {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .core-hr .right-section {
        margin-top: -50px;
    }
}

.core-hr .right-section + a {
    color: var(--saas-primary-color);
}

.core-hr .right-section + a:hover {
    color: var(--saas-btn-color);
}

.core-hr .right-section .bg-color {
    margin-top: 30px;
    border-radius: 16px;
    background: #f5f7fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 80%;
}

.core-hr .right-section .bg-color span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 20px 10px;
    width: 86%;
}

.optimize-time {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
    margin-top: -150px;
}

@media only screen and (max-width: 1399.98px) {
    .optimize-time {
        margin-top: -100px;
    }
}

.optimize-time .title, .optimize-time .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .optimize-time .title-2 {
    color: var(--saas-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 475.98px) {
    .optimize-time .title, .optimize-time .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .optimize-time .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.optimize-time .desc, .optimize-time .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .optimize-time .desc-3, .optimize-time .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .optimize-time .desc-2, .optimize-time .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .optimize-time .desc-3, .optimize-time .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .optimize-time .desc-2, .optimize-time .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .optimize-time .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.optimize-time .left-section {
    margin-top: 100px;
}

@media only screen and (max-width: 1399.98px) {
    .optimize-time .left-section {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .optimize-time .left-section {
        margin-top: 0px;
    }
}

.optimize-time .left-section a {
    color: var(--saas-primary-color);
}

.optimize-time .left-section a:hover {
    color: var(--saas-btn-color);
}

.optimize-time .left-section .bg-color {
    margin-top: 30px;
    border-radius: 16px;
    background: #f5f7fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 80%;
}

.optimize-time .left-section .bg-color span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 20px 10px;
    width: 86%;
}

.optimize-time .right-section {
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1399.98px) {
    .optimize-time .right-section {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 575.98px) {
    .optimize-time .right-section {
        margin-top: 0px;
    }
}

.optimize-time .right-section .thumb-left {
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 16px 24px 0px rgba(127, 132, 141, 0.16);
    margin-top: 250px;
    margin-left: 23px;
}

@media xxl-device {
    .optimize-time .right-section .thumb-left {
        margin-top: 271px;
        margin-left: 5px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 90%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 280px;
        margin-left: 5px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 280px;
        margin-left: -30px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 70%;
    }
}

@media only screen and (max-width: 991.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 244px;
        margin-left: 33px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 198px;
        margin-left: 39px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 65%;
    }
}

@media only screen and (max-width: 575.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 127px;
        margin-left: 0px;
    }

    .optimize-time .right-section .thumb-left img {
        width: 50%;
    }
}

@media only screen and (max-width: 375.98px) {
    .optimize-time .right-section .thumb-left {
        margin-top: 190px;
    }
}

.optimize-time .right-section .thumb-base {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767.98px) {
    .optimize-time .right-section .thumb-base img {
        width: 50%;
    }
}

@media only screen and (max-width: 475.98px) {
    .optimize-time .right-section .thumb-base img {
        width: 80%;
    }
}

.optimize-time .right-section .thumb-right {
    position: absolute;
    z-index: 1;
    border-radius: 9.289px;
    margin-top: 212px;
    margin-left: 450px;
}

@media only screen and (max-width: 1535.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 430px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 348px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 323px;
    }
}

@media only screen and (max-width: 991.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 470px;
        margin-top: 205px;
    }
}

@media only screen and (max-width: 767.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 350px;
        margin-top: 140px;
    }

    .optimize-time .right-section .thumb-right img {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 288px;
        margin-top: 105px;
    }

    .optimize-time .right-section .thumb-right img {
        width: 70%;
    }
}

@media only screen and (max-width: 475.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 288px;
        margin-top: 105px;
    }

    .optimize-time .right-section .thumb-right img {
        width: 70%;
    }
}

@media only screen and (max-width: 375.98px) {
    .optimize-time .right-section .thumb-right {
        margin-left: 177px;
        margin-top: 148px;
    }

    .optimize-time .right-section .thumb-right img {
        width: 86%;
    }
}

.empower-employee {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
  /*----------------------
      Banner Styles  
  -----------------------*/
  /* Seo Blog Area  */
}

.empower-employee .section-infos {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.empower-employee .section-infos .title, .empower-employee .section-infos .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee .section-infos .title-2 {
    color: var(--saas-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 475.98px) {
    .empower-employee .section-infos .title, .empower-employee .section-infos .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee .section-infos .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.empower-employee .section-infos .desc, .empower-employee .section-infos .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .empower-employee .section-infos .desc-3, .empower-employee .section-infos .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .empower-employee .section-infos .desc-2, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-3, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-2, .empower-employee .section-infos .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee .section-infos .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media md-layout {
    .empower-employee .section-infos .desc, .empower-employee .section-infos .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .empower-employee .section-infos .desc-3, .empower-employee .section-infos .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .empower-employee .section-infos .desc-2, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-3, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-2, .empower-employee .section-infos .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee .section-infos .desc-2 {
        width: 100%;
    }

    .empower-employee .section-infos .desc br, .empower-employee .section-infos .blog .left-section .blog-intro .desc-3 br, .blog .left-section .blog-intro .empower-employee .section-infos .desc-3 br, .empower-employee .section-infos .blog .left-section .blog-intro .desc-2 br, .blog .left-section .blog-intro .empower-employee .section-infos .desc-2 br, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-3 br, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-3 br, .empower-employee .section-infos .blog-detail .left-section .blog-intro .desc-2 br, .blog-detail .left-section .blog-intro .empower-employee .section-infos .desc-2 br, .empower-employee .section-infos .pos-system .pos-system-left .desc-2 br, .pos-system .pos-system-left .empower-employee .section-infos .desc-2 br {
        display: none;
    }
}

.empower-employee .lc-slide.slider-style-3 {
    position: relative;
}

.empower-employee .lc-slide.slider-style-3 .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -25px;
}

@media only screen and (max-width: 1535.98px) {
    .empower-employee .lc-slide.slider-style-3 .btn-group {
        margin-left: 0px;
    }
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li {
    margin-bottom: 20px;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: var(--saas-text-color);
    padding: 20px 25px;
    border-radius: 16px;
    width: 100%;
    background-color: #f4f5f7;
    background-image: -webkit-linear-gradient(left, #f4f5f7 50%, #f9d256 100%);
    background-image: linear-gradient(to right, #f4f5f7 50%, #f9d256 100%);
    background-size: 200% 100%;
    -webkit-animation: changeBackgroundColor 10s linear;
    animation: changeBackgroundColor 10s linear;
}

@media only screen and (max-width: 991.98px) {
    .empower-employee .lc-slide.slider-style-3 .btn-group ul li span {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .empower-employee .lc-slide.slider-style-3 .btn-group ul li span {
        width: 100%;
    }
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li::hover {
    cursor: pointer;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li .item1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li .item2 {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li .item3 {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li .item4 {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

.empower-employee .lc-slide.slider-style-3 .btn-group ul li .item5 {
    -webkit-animation-delay: 40s;
    animation-delay: 40s;
}

.empower-employee .lc-slide.slider-style-3 .btn-group .left-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@-webkit-keyframes changeBackgroundColor {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes changeBackgroundColor {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.empower-employee .creative-slider-area {
    position: relative;
}

.empower-employee .creative-slider-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
}

.empower-employee .axil-banner.banner-style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 80px;
    position: relative;
}

.empower-employee .axil-banner.banner-style-1::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    opacity: 0.8;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
}

.empower-employee .axil-banner.banner-style-1 .inner {
    position: relative;
    z-index: 2;
}

.empower-employee .axil-banner.banner-style-1 .inner .title, .empower-employee .axil-banner.banner-style-1 .inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee .axil-banner.banner-style-1 .inner .title-2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.empower-employee .axil-banner.banner-style-1 .inner .description {
    margin-bottom: 0;
    color: var(--color-lighter);
}

.empower-employee .axil-slide.slider-style-3 {
    overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
    .empower-employee .axil-slide.slider-style-3 {
        height: auto;
    }
}

@media only screen and (max-width: 767.98px) {
    .empower-employee .axil-slide.slider-style-3 {
        height: auto;
    }
}

.empower-employee .slick-nav-activation-new {
    overflow: hidden;
}

.empower-employee .axil-slide.slider-style-3::before {
    width: 100%;
}

.empower-employee .slick-for-activation-new .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

.empower-employee .axil-slide.slider-style-3::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, #fff 20%, transparent);
    background: linear-gradient(0deg, #fff 20%, transparent);
}

@media only screen and (max-width: 1199.98px) {
    .empower-employee .axil-slide.slider-style-3::after {
        height: 276px;
        background: -webkit-linear-gradient(bottom, #fff 50%, transparent);
        background: linear-gradient(0deg, #fff 50%, transparent);
    }
}

@media only screen and (max-width: 991.98px) {
    .empower-employee .axil-slide.slider-style-3::after {
        height: 197px;
        background: -webkit-linear-gradient(bottom, #fff 50%, transparent);
        background: linear-gradient(0deg, #fff 50%, transparent);
    }
}

@media only screen and (max-width: 767.98px) {
    .empower-employee .axil-slide.slider-style-3::after {
        height: 197px;
        background: -webkit-linear-gradient(bottom, #fff 50%, transparent);
        background: linear-gradient(0deg, #fff 50%, transparent);
    }
}

.scale {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
    margin: 100px 0px;
}

.scale .container {
    border-radius: 32px;
    background: #e0faf4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 80px 229px;
}

@media only screen and (max-width: 991.98px) {
    .scale .container {
        padding: 60px 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .scale .container {
        gap: 10px;
        padding: 30px 20px;
    }
}

.scale .container .title, .scale .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .scale .container .title-2 {
    color: var(--saas-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}

@media only screen and (max-width: 767.98px) {
    .scale .container .title, .scale .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .scale .container .title-2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .scale .container .title, .scale .container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .scale .container .title-2 {
        font-size: 26px;
    }
}

.scale .container .desc, .scale .container .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .scale .container .desc-3, .scale .container .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .scale .container .desc-2, .scale .container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .scale .container .desc-3, .scale .container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .scale .container .desc-2, .scale .container .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .scale .container .desc-2 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 85%;
}

@media only screen and (max-width: 1399.98px) {
    .scale .container .desc, .scale .container .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .scale .container .desc-3, .scale .container .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .scale .container .desc-2, .scale .container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .scale .container .desc-3, .scale .container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .scale .container .desc-2, .scale .container .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .scale .container .desc-2 {
        width: 100%;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575.98px) {
    .scale .container .desc, .scale .container .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .scale .container .desc-3, .scale .container .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .scale .container .desc-2, .scale .container .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .scale .container .desc-3, .scale .container .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .scale .container .desc-2, .scale .container .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .scale .container .desc-2 {
        font-size: 15px;
        line-height: 22px;
    }
}

.empower-employee2 {
    margin: 10rem 0rem;
    color: var(--saas-text-color);
    font-family: var(--font-archivo);
}

.empower-employee2 .left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empower-employee2 .left-section .left-top-thumb {
    margin-left: -140px;
}

@media only screen and (max-width: 1759.98px) {
    .empower-employee2 .left-section .left-top-thumb {
        margin-left: 0px;
    }
}

.empower-employee2 .left-section .emp-detials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-top: 42px;
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.empower-employee2 .left-section .emp-detials .emp-bio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 79%;
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials .emp-bio {
        width: 100%;
    }
}

.empower-employee2 .left-section .emp-detials .emp-bio .desc, .empower-employee2 .blog .left-section .emp-detials .emp-bio .blog-intro .desc-3, .blog .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-3, .empower-employee2 .blog .left-section .blog-intro .emp-detials .emp-bio .desc-3, .blog .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-3, .empower-employee2 .blog .left-section .emp-detials .emp-bio .blog-intro .desc-2, .blog .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-2, .empower-employee2 .blog .left-section .blog-intro .emp-detials .emp-bio .desc-2, .blog .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-2, .empower-employee2 .blog-detail .left-section .emp-detials .emp-bio .blog-intro .desc-3, .blog-detail .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-3, .empower-employee2 .blog-detail .left-section .blog-intro .emp-detials .emp-bio .desc-3, .blog-detail .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-3, .empower-employee2 .blog-detail .left-section .emp-detials .emp-bio .blog-intro .desc-2, .blog-detail .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-2, .empower-employee2 .blog-detail .left-section .blog-intro .emp-detials .emp-bio .desc-2, .blog-detail .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-2, .empower-employee2 .left-section .emp-detials .emp-bio .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee2 .left-section .emp-detials .emp-bio .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials .emp-bio .desc, .empower-employee2 .blog .left-section .emp-detials .emp-bio .blog-intro .desc-3, .blog .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-3, .empower-employee2 .blog .left-section .blog-intro .emp-detials .emp-bio .desc-3, .blog .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-3, .empower-employee2 .blog .left-section .emp-detials .emp-bio .blog-intro .desc-2, .blog .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-2, .empower-employee2 .blog .left-section .blog-intro .emp-detials .emp-bio .desc-2, .blog .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-2, .empower-employee2 .blog-detail .left-section .emp-detials .emp-bio .blog-intro .desc-3, .blog-detail .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-3, .empower-employee2 .blog-detail .left-section .blog-intro .emp-detials .emp-bio .desc-3, .blog-detail .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-3, .empower-employee2 .blog-detail .left-section .emp-detials .emp-bio .blog-intro .desc-2, .blog-detail .empower-employee2 .left-section .emp-detials .emp-bio .blog-intro .desc-2, .empower-employee2 .blog-detail .left-section .blog-intro .emp-detials .emp-bio .desc-2, .blog-detail .empower-employee2 .left-section .blog-intro .emp-detials .emp-bio .desc-2, .empower-employee2 .left-section .emp-detials .emp-bio .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee2 .left-section .emp-detials .emp-bio .desc-2 {
        width: 100%;
    }
}

.empower-employee2 .left-section .emp-detials .emp-bio .emp-title-wrp {
    display: inline-grid;
}

.empower-employee2 .left-section .emp-detials .emp-bio .emp-title-wrp .title-1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.empower-employee2 .left-section .emp-detials .emp-bio .emp-title-wrp .title-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials .emp-bio .emp-title-wrp {
        position: relative;
        top: 130%;
        left: 34%;
    }
}

@media only screen and (max-width: 375.98px) {
    .empower-employee2 .left-section .emp-detials .emp-bio .emp-title-wrp {
        left: 26%;
        top: 115%;
    }
}

.empower-employee2 .left-section .emp-detials .emp-thumb {
    position: relative;
    z-index: 0;
}

.empower-employee2 .left-section .emp-detials .emp-thumb:hover {
    cursor: pointer;
}

.empower-employee2 .left-section .emp-detials .emp-thumb .thumb-base {
    position: relative;
    z-index: 0;
}

.empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
    position: absolute;
    z-index: 1;
    margin-top: -155px;
    margin-left: 124px;
}

.empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube::before {
    content: "";
    position: absolute;
    border: 5px solid var(--saas-btn-color);
    border-radius: 50%;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    -webkit-animation: bloom1 1.5s linear infinite;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}

.empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube::after {
    content: "";
    position: absolute;
    border: 5px solid var(--color-white);
    border-radius: 50%;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    -webkit-animation: bloom2 3s linear infinite;
    animation: bloom2 3s linear infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    opacity: 0;
    z-index: 1;
}

@-webkit-keyframes bloom1 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes bloom1 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes bloom2 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes bloom2 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media only screen and (max-width: 1399.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
        margin-left: 126px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
        margin-left: 119px;
        margin-top: -133px;
    }
}

@media only screen and (max-width: 991.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
        margin-left: 126px;
        margin-top: -149px;
    }
}

@media only screen and (max-width: 767.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
        margin-left: 115px;
        margin-top: -133px;
    }
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb .popup-youtube {
        margin-left: 151px;
        margin-top: -166px;
    }
}

@media only screen and (max-width: 575.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb {
        left: 30%;
        top: -22%;
    }
}

@media only screen and (max-width: 375.98px) {
    .empower-employee2 .left-section .emp-detials .emp-thumb {
        left: 21%;
        top: -20%;
    }
}

.empower-employee2 .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.empower-employee2 .right-section .title, .empower-employee2 .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee2 .right-section .title-2 {
    color: var(--saas-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    width: 60%;
}

@media only screen and (max-width: 1199.98px) {
    .empower-employee2 .right-section .title, .empower-employee2 .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee2 .right-section .title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 475.98px) {
    .empower-employee2 .right-section .title, .empower-employee2 .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .empower-employee2 .right-section .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.empower-employee2 .right-section .desc, .empower-employee2 .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .empower-employee2 .right-section .desc-3, .empower-employee2 .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .empower-employee2 .right-section .desc-2, .empower-employee2 .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .empower-employee2 .right-section .desc-3, .empower-employee2 .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .empower-employee2 .right-section .desc-2, .empower-employee2 .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee2 .right-section .desc-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 90%;
}

@media only screen and (max-width: 1399.98px) {
    .empower-employee2 .right-section .desc, .empower-employee2 .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .empower-employee2 .right-section .desc-3, .empower-employee2 .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .empower-employee2 .right-section .desc-2, .empower-employee2 .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .empower-employee2 .right-section .desc-3, .empower-employee2 .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .empower-employee2 .right-section .desc-2, .empower-employee2 .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .empower-employee2 .right-section .desc-2 {
        width: 100%;
    }
}

.asked-questions {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
}

.asked-questions .accordion {
    background: transparent;
    border: none;
}

.asked-questions .accordion .accordion-item {
    border: none;
    background: transparent;
}

.asked-questions .accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.asked-questions .accordion .accordion-button {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 20px;
    border: 1px solid var(--shade-border, #cecece);
    background: #fff;
    margin: 2rem 0rem;
    padding: 20px;
    color: var(--saas-text-color);
}

.asked-questions .accordion .accordion-button:focus {
    color: var(--contact-text-light);
}

@media only screen and (max-width: 475.98px) {
    .asked-questions .accordion .accordion-button {
        font-size: 16px;
    }
}

.asked-questions .accordion .accordion-button::after {
    background-image: url("../media/saas-icons/accordion-down.png");
}

.asked-questions .accordion .accordion-body {
    border-radius: 20px;
    border: 1px solid var(--shade-border, #cecece);
    background: #fff;
    padding: 20px;
    font-family: var(--font-oxygen);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 475.98px) {
    .asked-questions .accordion .accordion-body {
        font-size: 16px;
    }
}

.asked-questions .title, .asked-questions .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .asked-questions .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: -30px;
}

@media only screen and (max-width: 475.98px) {
    .asked-questions .title, .asked-questions .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .asked-questions .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.trusted-by {
    margin: 100px 0px;
    color: var(--color-black3);
    font-family: var(--font-archivo);
}

.trusted-by .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media only screen and (max-width: 1199.98px) {
    .trusted-by .items {
        gap: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .trusted-by .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.trusted-by .items .title, .trusted-by .items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .trusted-by .items .title-2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    width: 21%;
}

@media only screen and (max-width: 1399.98px) {
    .trusted-by .items .title, .trusted-by .items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .trusted-by .items .title-2 {
        font-size: 17px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991.98px) {
    .trusted-by .items .title, .trusted-by .items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .trusted-by .items .title-2 {
        width: 100%;
        font-size: 22px;
        line-height: 34px;
    }
}

.trusted-by .items .star-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    margin-left: 10rem;
}

@media only screen and (max-width: 991.98px) {
    .trusted-by .items .star-section {
        margin-left: 0rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.trusted-by .items .star-section .star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trusted-by .items .star-section .star:hover {
    cursor: pointer;
}

.trusted-by .items .star-section .title-1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
}

.trusted-by .items .star-section .title-2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.trusted-by .items .star-section .title-3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
 /* 185.714% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.trusted-by .items .star-section .title-3:hover {
    cursor: pointer;
    color: var(--saas-btn-color);
}

.trusted-by .items .mid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trusted-by .items .mid-section .desc, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .trusted-by .items .mid-section .desc-2 {
    font-family: var(--font-oxygen);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

@media only screen and (max-width: 1399.98px) {
    .trusted-by .items .mid-section .desc, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .trusted-by .items .mid-section .desc-2 {
        font-size: 16px;
        font-weight: 900;
    }
}

@media only screen and (max-width: 1199.98px) {
    .trusted-by .items .mid-section .desc, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .trusted-by .items .mid-section .desc-2 {
        font-size: 13px;
        font-weight: 900;
    }
}

@media only screen and (max-width: 991.98px) {
    .trusted-by .items .mid-section .desc, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-3, .trusted-by .items .mid-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .trusted-by .items .mid-section .desc-2, .trusted-by .items .mid-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .trusted-by .items .mid-section .desc-2 {
        font-size: 18px;
        font-weight: 700;
    }
}

/*-------------------------
   Footer Styles
-------------------------*/
.saas-footer {
    background: var(--saas-text-color);
    color: #ffffff;
    padding: 80px 0;
    font-family: var(--font-inter);
}

@media screen and (max-width: 990px) {
    .saas-footer {
        padding: 50px 0;
    }
}

.saas-footer .footer-left-title {
    font-family: var(--font-archivo);
    font-size: 30px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    color: #fff;
}

.saas-footer .footer-left-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
    margin: 20px 0px;
}

.saas-footer .footer-input-wrapper {
    width: 350px;
    position: relative;
}

.saas-footer .footer-input-wrapper input {
    background: #fff;
    width: 100%;
    height: 59px;
    max-width: 330px;
}

.saas-footer .footer-input-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.saas-footer .footer-input-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.saas-footer .footer-input-wrapper :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.saas-footer .footer-input-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.saas-footer .footer-input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.saas-footer .footer-input-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: black;
}

.saas-footer .footer-input-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: black;
}

.saas-footer .footer-input-wrapper button {
    background: var(--saas-btn-color);
    position: absolute;
    top: 20%;
    right: 6%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 17px 41px;
    width: 120px;
    height: 47px;
    padding: 17px 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.saas-footer .footer-input-wrapper button:hover {
    background: rgb(62, 62, 62);
}

.saas-footer .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 990px) {
    .saas-footer .footer-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.saas-footer .footer-right .footer-right-title {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.saas-footer .footer-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saas-footer .footer-right ul li {
    margin: 0.5rem 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.saas-footer .footer-right ul li a {
    color: #ffffff;
    font-size: 14px;
}

.saas-footer .footer-right ul li a:hover {
    color: var(--saas-btn-color);
}

.saas-footer-bottom {
    font-family: var(--font-inter);
    background: var(--saas-text-color);
    padding: 1rem 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-7 {
    position: relative;
    z-index: 4;
    background: var(--color-white);
    color: var(--color-black3);
    height: 70px;
    font-family: var(--font-archivo);
}

.lc-header-7 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px 0px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-navbar {
        margin: 0px 0px;
        height: 70px;
    }
}

.lc-header-7 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-7 .header-navbar .header-logo a {
    display: block;
    color: var(--color-black3);
}

.lc-header-7 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-7 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-navbar .header-logo img {
        width: 2.2rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-navbar .header-logo img {
        width: 2.5rem;
    }
}

.lc-header-7 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-7 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-7.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-7.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-7 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-7 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(191, 178, 178, 0.1);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-7 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-7 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-7 .mainmenu-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 22px;
}

.lc-header-7 .mainmenu-7 > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .mainmenu-7 > li {
        margin: 0 1px;
    }
}

.lc-header-7 .mainmenu-7 > li > a {
    color: var(--color-black3);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-archivo);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-7 .mainmenu-7 > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black3);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-7 .mainmenu-7 > li > a:hover {
    color: var(--text-grey);
}

.lc-header-7 .mainmenu-7 > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-7 .mainmenu-7 > li > a.active {
    color: var(--text-grey);
}

.lc-header-7 .mainmenu-7 > li > a.active::before {
    width: 100%;
    opacity: 1;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .mainmenu-7 > li > a {
        margin: 0;
        padding: 0 0px 0 10px;
    }
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children {
    position: relative;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children > a {
    position: relative;
    margin-right: 30px;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children > a::after {
    content: " ";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 70%;
    left: 20px;
    background: var(--color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-family: var(--font-archivo);
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-7 .mainmenu-7 > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media only screen and (max-width: 991px) {
    .lc-header-7 .mainmenu-7 {
        display: contents;
        margin: 0;
    }
}

.lc-header-7 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-7 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-7 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-7 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-7 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-7 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-7 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-7 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-7 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-7 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-7 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-7 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-7 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-7 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-7 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-7 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-7 .nav-right-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.lc-header-7 .header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu {
        width: 70vw;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--landing-btn);
    opacity: 1;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--landing-btn);
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--landing-btn);
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--landing-btn);
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .title, .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .title-2 {
        font-size: 16px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
    .lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.lc-header-7 .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.lc-header-7 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 991px) {
    .lc-header-7 .mobile-nav-header {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-7 .mobile-nav-header {
        display: none;
    }
}

.lc-header-7 .mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.lc-header-7 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-7 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-7 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-7 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-7 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-7 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-7 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-7 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-7 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-7 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-7 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-7 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-7 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-7 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-7 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }

    .lc-header-7 .btn-login {
        font-family: var(--font-archivo);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.banner7 {
    font-family: var(--font-archivo);
    color: var(--digital-text-color);
    margin-top: 100px;
}

@media only screen and (max-width: 1535.98px) {
    .banner7 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .left-section {
        text-align: center;
    }
}

.banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
 /* 115.625% */
    text-transform: capitalize;
    width: 104%;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1759.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        width: 101%;
        font-size: 63px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        width: 120%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        font-size: 44px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        font-size: 37px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        font-size: 35px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner7 .left-section .title, .banner7 .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .left-section .title-2 {
        font-size: 27px;
        line-height: 37px;
    }
}

.banner7 .left-section .desc, .banner7 .blog .left-section .blog-intro .desc-3, .blog .banner7 .left-section .blog-intro .desc-3, .banner7 .blog .left-section .blog-intro .desc-2, .blog .banner7 .left-section .blog-intro .desc-2, .banner7 .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner7 .left-section .blog-intro .desc-3, .banner7 .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner7 .left-section .blog-intro .desc-2, .banner7 .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .left-section .desc-2 {
    color: var(--digital-text-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
    margin-bottom: 40px;
    width: 96%;
}

@media only screen and (max-width: 1759.98px) {
    .banner7 .left-section .desc, .banner7 .blog .left-section .blog-intro .desc-3, .blog .banner7 .left-section .blog-intro .desc-3, .banner7 .blog .left-section .blog-intro .desc-2, .blog .banner7 .left-section .blog-intro .desc-2, .banner7 .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner7 .left-section .blog-intro .desc-3, .banner7 .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner7 .left-section .blog-intro .desc-2, .banner7 .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .left-section .desc-2 {
        width: 106%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .desc, .banner7 .blog .left-section .blog-intro .desc-3, .blog .banner7 .left-section .blog-intro .desc-3, .banner7 .blog .left-section .blog-intro .desc-2, .blog .banner7 .left-section .blog-intro .desc-2, .banner7 .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner7 .left-section .blog-intro .desc-3, .banner7 .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner7 .left-section .blog-intro .desc-2, .banner7 .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .left-section .desc-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .left-section .desc, .banner7 .blog .left-section .blog-intro .desc-3, .blog .banner7 .left-section .blog-intro .desc-3, .banner7 .blog .left-section .blog-intro .desc-2, .blog .banner7 .left-section .blog-intro .desc-2, .banner7 .blog-detail .left-section .blog-intro .desc-3, .blog-detail .banner7 .left-section .blog-intro .desc-3, .banner7 .blog-detail .left-section .blog-intro .desc-2, .blog-detail .banner7 .left-section .blog-intro .desc-2, .banner7 .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .left-section .desc-2 {
        width: 100%;
    }
}

.banner7 .left-section .banner7-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 138px;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .banner7-buttons {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .left-section .banner7-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .left-section .banner7-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner7 .left-section .banner7-buttons .case-btn {
    color: #2a2a2a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
 /* 150% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-transform: capitalize;
}

.banner7 .left-section .banner7-buttons .case-btn:hover {
    cursor: pointer;
    color: var(--digital-text-secondary);
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .banner7-buttons .case-btn {
        font-size: 18px;
    }
}

.banner7 .left-section .brands {
    color: var(--digital-text-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .banner7 .left-section .brands {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner7 .left-section .brands .brands-desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .brands .brands-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .left-section .brands .brands-desc {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .left-section .brands .brands-desc {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.banner7 .left-section .brands .brands-desc span {
    width: 80%;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .brands .brands-desc span {
        width: 86%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .left-section .brands .brands-desc span {
        width: 100%;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner7 .left-section .brands .brands-desc span {
        font-size: 17px;
    }
}

.banner7 .left-section .brands ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .left-section .brands ul {
        gap: 20px;
    }
}

.banner7 .left-section .brands ul li:hover {
    cursor: pointer;
}

.banner7 .right-section {
    color: var(--color-white);
}

.banner7 .right-section .top-thumb .thumb-top-left {
    border-radius: 16px;
    background: var(--color-black3);
    width: 100%;
    height: 100%;
}

.banner7 .right-section .top-thumb .thumb-top-left ul {
    padding: 40px 20px 40px 40px;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul {
        padding: 10px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul {
        padding: 14px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul {
        padding: 40px 20px 40px 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul {
        padding: 20px 20px 20px 31px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul {
        padding: 20px 20px 20px 32px;
    }
}

.banner7 .right-section .top-thumb .thumb-top-left ul .total-count {
    font-family: var(--font-archivo);
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .total-count {
        font-size: 76px;
        line-height: 76px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .total-count {
        font-size: 90px;
        line-height: 100px;
    }
}

.banner7 .right-section .top-thumb .thumb-top-left ul .project-done {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
 /* 141.667% */
    text-transform: capitalize;
    margin-bottom: 65px;
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .project-done {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .project-done {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .project-done {
        margin-bottom: 30px;
    }
}

.banner7 .right-section .top-thumb .thumb-top-left ul .desc, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .desc, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .desc, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .desc, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .right-section .top-thumb .thumb-top-left ul .desc, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-3, .banner7 .right-section .top-thumb .thumb-top-left ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2, .banner7 .right-section .top-thumb .thumb-top-left ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .banner7 .right-section .top-thumb .thumb-top-left ul .desc-2 {
        font-size: 17px;
    }
}

.banner7 .right-section .top-thumb .top-right img {
    height: 100%;
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .top-thumb .top-right img {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .top-thumb .top-right {
        display: none;
    }
}

.banner7 .right-section .thumb-bottom {
    background: var(--color-black3);
    border-radius: 16px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .thumb-bottom {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.banner7 .right-section .thumb-bottom .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}

.banner7 .right-section .thumb-bottom .left .title, .banner7 .right-section .thumb-bottom .left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .right-section .thumb-bottom .left .title-2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
 /* 129.412% */
    text-transform: capitalize;
    width: 90%;
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .thumb-bottom .left .title, .banner7 .right-section .thumb-bottom .left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .right-section .thumb-bottom .left .title-2 {
        font-size: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .thumb-bottom .left .title, .banner7 .right-section .thumb-bottom .left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .right-section .thumb-bottom .left .title-2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .thumb-bottom .left .title, .banner7 .right-section .thumb-bottom .left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .right-section .thumb-bottom .left .title-2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner7 .right-section .thumb-bottom .left .title, .banner7 .right-section .thumb-bottom .left .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner7 .right-section .thumb-bottom .left .title-2 {
        padding-top: 10px;
        font-size: 22px;
    }
}

.banner7 .right-section .thumb-bottom .left .ring-logo {
    margin-left: 146px;
    margin-top: 17px;
    -webkit-animation: movingleftright 20s ease infinite;
    animation: movingleftright 20s ease infinite;
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 95px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 80px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 140px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .thumb-bottom .left .ring-logo {
        margin-left: 26px;
    }
}

.banner7 .right-section .thumb-bottom .right {
    margin-right: 40px;
    margin-top: 40px;
}

@media only screen and (max-width: 1535.98px) {
    .banner7 .right-section .thumb-bottom .right {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .thumb-bottom .right {
        margin-top: 66px;
        margin-left: -63px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .thumb-bottom .right {
        margin-top: 30px;
        margin-left: -44px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .right-section .thumb-bottom .right {
        margin-top: 57px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner7 .right-section .thumb-bottom .right {
        margin-top: 91px;
    }
}

.banner7 .right-section .banner-particle {
    position: absolute;
    z-index: 1;
    margin-top: -440px;
    margin-left: 700px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: movingleftright-2 15s ease infinite;
    animation: movingleftright-2 15s ease infinite;
}

@media only screen and (max-width: 1759.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -588px;
        margin-left: 560px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -560px;
        margin-left: 497px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -560px;
        margin-left: 445px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -440px;
        margin-left: 100px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -580px;
        margin-left: 700px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -580px;
        margin-left: 500px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -580px;
        margin-left: 400px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -500px;
        margin-left: 290px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner7 .right-section .banner-particle {
        margin-top: -500px;
        margin-left: 240px;
    }
}

@keyframes movingleftright {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright-2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(-70px) translateY(60px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.banner-slide {
    background: var(--digital-primary-color);
    font-family: var(--font-archivo);
    padding: 10px 0px;
    margin-top: 70px;
}

.banner-slide .col {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.banner-slide .col:hover {
    cursor: pointer;
}

.banner-slide .swiper {
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.banner-slide .swiper-wrapper .element-spacing {
    gap: 80px;
}

@media only screen and (max-width: 1399.98px) {
    .banner-slide .swiper-wrapper .element-spacing {
        gap: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-slide .swiper-wrapper .element-spacing {
        gap: 110px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-slide .swiper-wrapper .element-spacing {
        gap: 62px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner-slide .swiper-wrapper .element-spacing {
        gap: 36px;
    }
}

.banner-slide .swiper-slide {
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767.98px) {
    .banner-slide .swiper-slide {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner-slide .swiper-slide {
        margin-right: 10px;
    }
}

.banner-slide .swiper-slide a:hover {
    color: var(--digital-text-secondary);
}

.banner-slide .swiper-slide .title, .banner-slide .swiper-slide .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner-slide .swiper-slide .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1759.98px) {
    .banner-slide .swiper-slide .title, .banner-slide .swiper-slide .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner-slide .swiper-slide .title-2 {
        font-size: 29px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .banner-slide .swiper-slide .title, .banner-slide .swiper-slide .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner-slide .swiper-slide .title-2 {
        font-size: 25px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 475.98px) {
    .banner-slide .swiper-slide .title, .banner-slide .swiper-slide .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner-slide .swiper-slide .title-2 {
        font-size: 17px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 375.98px) {
    .banner-slide .swiper-slide .title, .banner-slide .swiper-slide .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .banner-slide .swiper-slide .title-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

.banner-slide .swiper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.provide-service {
    color: var(--digital-text-color);
    font-family: var(--font-archivo);
}

.provide-service .top-section {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991.98px) {
    .provide-service .top-section {
        margin-bottom: 30px;
    }
}

.provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
    font-family: var(--font-archivo);
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
 /* 115.625% */
    text-transform: capitalize;
    width: 95%;
}

@media only screen and (max-width: 1759.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1535.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        width: 108%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        width: 100%;
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 39px;
        line-height: 49px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 475.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 29px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 375.98px) {
    .provide-service .top-section .title, .provide-service .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .provide-service .top-section .title-2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.provide-service .top-section .desc, .provide-service .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .provide-service .top-section .desc-2 {
    color: var(--digital-text-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
}

@media only screen and (max-width: 1199.98px) {
    .provide-service .top-section .desc, .provide-service .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .provide-service .top-section .desc-2 {
        font-size: 18px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .top-section .desc, .provide-service .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .provide-service .top-section .desc-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .provide-service .top-section .desc, .provide-service .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .provide-service .top-section .desc-2 {
        font-size: 19px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 375.98px) {
    .provide-service .top-section .desc, .provide-service .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-3, .provide-service .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .provide-service .top-section .desc-2, .provide-service .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .provide-service .top-section .desc-2 {
        font-size: 15px;
        line-height: 25px;
    }
}

.provide-service .bottom-section .left-section {
    background: var(--digital-text-color);
    border-radius: 16px;
    color: var(--color-white);
    padding: 40px;
}

@media only screen and (max-width: 375.98px) {
    .provide-service .bottom-section .left-section {
        padding: 40px 20px 40px 32px;
    }
}

.provide-service .bottom-section .left-section .left-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.provide-service .bottom-section .left-section .left-top .count {
    font-family: var(--font-archivo);
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .bottom-section .left-section .left-top .count {
        font-size: 80px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 575.98px) {
    .provide-service .bottom-section .left-section .left-top .count {
        font-size: 70px;
        line-height: 80px;
    }
}

.provide-service .bottom-section .left-section .left-top .count-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .provide-service .bottom-section .left-section .left-top .left-thumb {
        width: 180px;
    }
}

.provide-service .bottom-section .left-section .left-bottom {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
    margin-top: 114px;
}

@media only screen and (max-width: 1759.98px) {
    .provide-service .bottom-section .left-section .left-bottom {
        font-size: 18px;
        margin-top: 75px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .provide-service .bottom-section .left-section .left-bottom {
        font-size: 16px;
        line-height: 26px;
        margin-top: 49px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .bottom-section .left-section .left-bottom {
        font-size: 18px;
        line-height: 28px;
    }
}

.provide-service .bottom-section .right-section {
    position: relative;
    z-index: 0;
}

.provide-service .bottom-section .right-section .post-thumbnail {
    margin: 0;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail img {
        height: 360px;
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail img {
        width: 100%;
        height: auto;
    }
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 54%;
    left: 89px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video {
        left: 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video {
        left: 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video {
        left: 44px;
    }
}

@media only screen and (max-width: 375.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video {
        left: 20px;
    }
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video a {
    border-radius: 30px;
    overflow: hidden;
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
    border-radius: 30px;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
        height: 90px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
        height: 100px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
        height: 90px;
    }
}

@media only screen and (max-width: 575.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
        height: 75px;
    }
}

@media only screen and (max-width: 375.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video a img {
        height: 60px;
    }
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
        width: 90px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
        width: 100px;
    }
}

@media only screen and (max-width: 991.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
        width: 75px;
    }
}

@media only screen and (max-width: 375.98px) {
    .provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn {
        width: 60px;
    }
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn:hover {
    scale: 0.9;
}

.provide-service .bottom-section .right-section .post-thumbnail .popup-video .play-btn:active {
    scale: 0.5;
}

.best-services {
    font-family: var(--font-archivo);
    color: var(--color-white);
}

.best-services .service-container {
    background: #000;
    color: #fff;
    border-radius: 16px;
}

.best-services .service-container .section-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 40px 60px 40px;
}

@media only screen and (max-width: 991.98px) {
    .best-services .service-container .section-items {
        padding: 45px 20px 40px 20px;
    }
}

.best-services .service-container .section-items .title-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
    font-family: var(--font-archivo);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
 /* 115.625% */
    text-transform: capitalize;
    color: var(--color-white);
    width: 70%;
}

@media only screen and (max-width: 1399.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        width: 100%;
        font-size: 48px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 991.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        font-size: 49px;
    }
}

@media only screen and (max-width: 767.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 575.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 475.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 375.98px) {
    .best-services .service-container .section-items .title-btn .title, .best-services .service-container .section-items .title-btn .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .best-services .service-container .section-items .title-btn .title-2 {
        font-size: 24px;
        line-height: 37px;
    }
}

.best-services .service-container .section-items .title-btn .filters {
    margin-bottom: 30px;
}

.best-services .service-container .section-items .title-btn .filters ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
}

@media only screen and (max-width: 991.98px) {
    .best-services .service-container .section-items .title-btn .filters ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1399.98px) {
    .best-services .service-container .section-items .title-btn .filters ul .digital-btn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .best-services .service-container .section-items .title-btn .filters ul .digital-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .best-services .service-container .section-items .title-btn .filters ul .digital-btn {
        font-size: 20px;
    }
}

.best-services .service-container .section-items .title-btn .filters ul li.active {
    background-color: var(--digital-primary-btn);
    border-color: var(--color-white);
    color: var(--color-black3);
    cursor: pointer;
}

.best-services .service-container .section-items .title-btn .content {
    width: 100%;
}

.best-services .service-container .section-items .title-btn .content .single-content .thumb {
    border-radius: 30px;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.best-services .service-container .section-items .title-btn .content .single-content .thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.best-services .service-container .section-items .title-btn .content .single-content .thumb img {
    border-radius: 30px;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    height: 520px;
    width: 520px;
}

@media only screen and (max-width: 1535.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 420px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        width: 515px;
        height: 520px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 760px;
        width: 858px;
    }
}

@media only screen and (max-width: 991.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 655px;
    }
}

@media only screen and (max-width: 767.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 450px;
    }
}

@media only screen and (max-width: 575.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 368px;
    }
}

@media only screen and (max-width: 475.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 450px;
    }
}

@media only screen and (max-width: 375.98px) {
    .best-services .service-container .section-items .title-btn .content .single-content .thumb img {
        height: 258px;
    }
}

.best-services .service-container .section-items .title-btn .content .single-content .thumb:hover {
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.best-services .service-container .section-items .title-btn .content .single-content .thumb:hover .thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 50%;
}

.marketing-seo {
    color: var(--digital-text-color);
    font-family: var(--font-archivo);
}

.marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
    font-family: var(--font-archivo);
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
 /* 115.625% */
    text-transform: capitalize;
}

@media only screen and (max-width: 1535.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 52px;
        line-height: 62px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 39px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 991.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 37px;
        line-height: 47px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 475.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 375.98px) {
    .marketing-seo .soe-container .top-section .title, .marketing-seo .soe-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo .soe-container .top-section .title-2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.marketing-seo .soe-container .top-section .desc, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo .soe-container .top-section .desc-2 {
    color: var(--digital-text-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo .soe-container .top-section .desc, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo .soe-container .top-section .desc-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marketing-seo .soe-container .top-section .desc, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo .soe-container .top-section .desc-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 575.98px) {
    .marketing-seo .soe-container .top-section .desc, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo .soe-container .top-section .desc-2 {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 375.98px) {
    .marketing-seo .soe-container .top-section .desc, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-3, .marketing-seo .soe-container .top-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo .soe-container .top-section .desc-2, .marketing-seo .soe-container .top-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo .soe-container .top-section .desc-2 {
        font-size: 13px;
        line-height: 23px;
    }
}

.marketing-seo .soe-container .bottom-section {
    margin-top: 80px;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991.98px) {
    .marketing-seo .soe-container .bottom-section {
        margin-top: 40px;
    }
}

.marketing-seo .soe-container .bottom-section .base-thumb {
    position: relative;
    z-index: 0;
}

.marketing-seo .soe-container .bottom-section .base-thumb img {
    background: rgba(2, 6, 9, 0.47);
    border-radius: 16px;
}

.marketing-seo .soe-container .bottom-section .icon {
    position: absolute;
    z-index: 1;
    margin-top: -480px;
    left: 43.6%;
    -webkit-animation: spin 8s infinite linear;
    animation: spin 8s infinite linear;
}

@media only screen and (max-width: 1535.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -410px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -360px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -300px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo .soe-container .bottom-section .icon img {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 991.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -218px;
    }

    .marketing-seo .soe-container .bottom-section .icon img {
        width: 125px;
        height: 125px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -168px;
    }

    .marketing-seo .soe-container .bottom-section .icon img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -146px;
        margin-left: -11px;
    }

    .marketing-seo .soe-container .bottom-section .icon img {
        width: 95px;
        height: 95px;
    }
}

@media only screen and (max-width: 475.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -135px;
        left: 43.5%;
    }

    .marketing-seo .soe-container .bottom-section .icon img {
        width: 75px;
        height: 75px;
    }
}

@media only screen and (max-width: 375.98px) {
    .marketing-seo .soe-container .bottom-section .icon {
        margin-top: -110px;
    }

    .marketing-seo .soe-container .bottom-section .icon img {
        width: 68px;
        height: 68px;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.digital-testimonial {
    font-family: var(--font-inter);
}

.digital-testimonial .digital-testimonial-wrapper {
    background: var(--digital-text-color);
    border-radius: 16px;
    position: relative;
    z-index: 0;
  /* the slides */
  /* the parent */
}

.digital-testimonial .digital-testimonial-wrapper .bg-icon {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    margin-left: 1400px;
}

@media only screen and (max-width: 1759.98px) {
    .digital-testimonial .digital-testimonial-wrapper .bg-icon {
        margin-left: 1400px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .digital-testimonial .digital-testimonial-wrapper .bg-icon {
        margin-left: 1105px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .digital-testimonial .digital-testimonial-wrapper .bg-icon {
        margin-left: 912px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-testimonial .digital-testimonial-wrapper .bg-icon {
        display: none;
    }
}

.digital-testimonial .digital-testimonial-wrapper .slick-slider {
    position: relative;
    z-index: 0;
    padding: 100px;
}

@media only screen and (max-width: 1199.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-slider {
        padding: 70px;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-slider {
        padding: 16px;
    }
}

.digital-testimonial .digital-testimonial-wrapper .slick-slide {
    margin: 0 10px;
}

.digital-testimonial .digital-testimonial-wrapper .slick-list {
    margin: 0 -10px;
}

.digital-testimonial .digital-testimonial-wrapper .slick-prev,
.digital-testimonial .digital-testimonial-wrapper .slick-next {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    color: var(--color-white);
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.digital-testimonial .digital-testimonial-wrapper .slick-prev:hover,
.digital-testimonial .digital-testimonial-wrapper .slick-next:hover {
    cursor: pointer;
}

.digital-testimonial .digital-testimonial-wrapper .slick-prev:active,
.digital-testimonial .digital-testimonial-wrapper .slick-next:active {
    scale: 0.5;
}

.digital-testimonial .digital-testimonial-wrapper .slick-prev {
    background-image: url("../media/digital-icons/digital-testimonial-right.png");
    background-position: center;
  /* place button top right */
    margin-top: 453px;
    margin-left: 702px;
}

@media only screen and (max-width: 1759.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-left: 706px;
        margin-top: 453px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-left: 572px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 380px;
        margin-left: 456px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 333px;
        margin-left: 392px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 927px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 806px;
        margin-left: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 791px;
        margin-left: 182px;
    }
}

@media only screen and (max-width: 475.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 790px;
        margin-left: 170px;
    }
}

@media only screen and (max-width: 375.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-prev {
        margin-top: 724px;
        margin-left: 18px;
    }
}

.digital-testimonial .digital-testimonial-wrapper .slick-next {
    background-image: url("../media/digital-icons/digital-testimonial-left.png");
    background-position: center;
  /* place button bottom right */
    margin-top: -177px;
    margin-left: 755px;
}

@media only screen and (max-width: 1759.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -177px;
        margin-left: 758px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -102px;
        margin-left: 625px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -77px;
        margin-left: 504px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -50px;
        margin-left: 442px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -21px;
        margin-left: 64px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -18px;
        margin-left: 66px;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -46px;
        margin-left: 234px;
    }
}

@media only screen and (max-width: 475.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -46px;
        margin-left: 218px;
    }
}

@media only screen and (max-width: 375.98px) {
    .digital-testimonial .digital-testimonial-wrapper .slick-next {
        margin-top: -46px;
        margin-left: 68px;
    }
}

.digital-testimonial .digital-testimonial-wrapper .slide-1 {
    background: var(--tech-primary-btn);
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.digital-testimonial .digital-testimonial-wrapper .slide-2 {
    background: var(--color-accent1);
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.digital-testimonial .digital-testimonial-wrapper .slide-3 {
    background: #f7c0b2;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.digital-testimonial .digital-testimonial-wrapper .right-section {
    font-family: var(--font-inter);
    color: var(--color-white);
    padding: 0px 20px;
}

@media only screen and (max-width: 767.98px) {
    .digital-testimonial .digital-testimonial-wrapper .right-section {
        padding: 0px 0px;
    }
}

.digital-testimonial .digital-testimonial-wrapper .right-section .clients-info {
    margin-left: 40px;
    margin-top: 60px;
}

@media only screen and (max-width: 1399.98px) {
    .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info {
        margin-top: 10px;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info {
        margin-left: 0px;
        margin-top: 14px;
    }
}

.digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.333px;
}

.digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .position {
    -webkit-font-feature-settings: "salt" on, "liga" off;
    font-feature-settings: "salt" on, "liga" off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.5;
    margin-bottom: 20px;
}

.digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .top-star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-3, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-3, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1399.98px) {
    .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-3, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-3, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2, .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .digital-testimonial .digital-testimonial-wrapper .right-section .clients-info .desc-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

.marketing-seo-2 {
    color: var(--digital-text-color);
    font-family: var(--font-archivo);
}

.marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
    font-family: var(--font-archivo);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
 /* 115.625% */
    text-transform: capitalize;
    width: 110%;
}

@media only screen and (max-width: 1759.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 53px;
        line-height: 63px;
    }
}

@media only screen and (max-width: 1535.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        width: 110%;
    }
}

@media only screen and (max-width: 1399.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        width: 100%;
        font-size: 46px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 39px;
    }
}

@media only screen and (max-width: 991.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 37px;
        line-height: 47px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 33px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 375.98px) {
    .marketing-seo-2 .soe2-container .top-section .title, .marketing-seo-2 .soe2-container .top-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .marketing-seo-2 .soe2-container .top-section .title-2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.marketing-seo-2 .soe2-container .top-section .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 991.98px) {
    .marketing-seo-2 .soe2-container .top-section .right-section {
        gap: 30px;
    }
}

.marketing-seo-2 .soe2-container .top-section .right-section .desc, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo-2 .soe2-container .top-section .right-section .desc-2 {
    color: var(--digital-text-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    text-transform: capitalize;
}

@media only screen and (max-width: 1199.98px) {
    .marketing-seo-2 .soe2-container .top-section .right-section .desc, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo-2 .soe2-container .top-section .right-section .desc-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marketing-seo-2 .soe2-container .top-section .right-section .desc, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-3, .marketing-seo-2 .soe2-container .top-section .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .marketing-seo-2 .soe2-container .top-section .right-section .desc-2, .marketing-seo-2 .soe2-container .top-section .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .marketing-seo-2 .soe2-container .top-section .right-section .desc-2 {
        font: 16px;
        line-height: 26px;
    }
}

.digital-cards {
    font-family: var(--font-archivo);
}

.digital-cards .card-section .card-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.digital-cards .card-section .card-thumb img {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.digital-cards .card-section .card-thumb:hover img {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    cursor: pointer;
}

.digital-cards .card-section .card-thumb span {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

@media only screen and (max-width: 1535.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 24px;
        line-height: 37px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 31px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 475.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 375.98px) {
    .digital-cards .card-section .card-thumb span {
        font-size: 19px;
        line-height: 23px;
    }
}

.digital-cards .card-section .card-thumb span a {
    color: var(--digital-text-color);
}

.digital-cards .card-section .card-thumb span a:hover {
    color: var(--digital-text-secondary);
}

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.discuss-project {
    color: var(--digital-text-color);
    font-family: var(--font-archivo);
}

.discuss-project .section-items {
    background: var(--digital-primary-color);
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 260px;
}

@media only screen and (max-width: 1399.98px) {
    .discuss-project .section-items {
        padding: 100px 120px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .discuss-project .section-items {
        padding: 80px;
    }
}

@media only screen and (max-width: 991.98px) {
    .discuss-project .section-items {
        padding: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .discuss-project .section-items {
        padding: 40px;
    }
}

@media only screen and (max-width: 475.98px) {
    .discuss-project .section-items {
        padding: 20px;
    }
}

.discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
    text-align: center;
    color: #000;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
}

@media only screen and (max-width: 1535.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 92px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 80px;
    }

    .discuss-project .section-items .title br, .discuss-project .section-items .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 1199.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 991.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 575.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 475.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 33px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 375.98px) {
    .discuss-project .section-items .title, .discuss-project .section-items .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 {
        font-size: 27px;
        line-height: 32px;
    }
}

.discuss-project .section-items .title .btn-fill-dark::after, .discuss-project .section-items .cash-flow .cash-flow-right .title-2 .btn-fill-dark::after, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 .btn-fill-dark::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-ship-gray);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.discuss-project .section-items .title .btn-fill-dark:hover, .discuss-project .section-items .cash-flow .cash-flow-right .title-2 .btn-fill-dark:hover, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 .btn-fill-dark:hover {
    background-color: var(--color-ship-gray);
    color: var(--color-white);
}

.discuss-project .section-items .title .btn-fill-dark:hover::after, .discuss-project .section-items .cash-flow .cash-flow-right .title-2 .btn-fill-dark:hover::after, .cash-flow .cash-flow-right .discuss-project .section-items .title-2 .btn-fill-dark:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.discuss-project .section-items .btn-fill-dark {
    margin-top: 50px;
}

.digital-footer {
    color: var(--saas-text-color);
    font-family: var(--font-archivo);
}

@media only screen and (max-width: 767.98px) {
    .digital-footer {
        padding: 0 0;
    }
}

.digital-footer .left-section .footer-left-title {
    font-family: var(--font-archivo);
    color: var(--saas-text-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 6px;
}

.digital-footer .left-section .footer-left-desc {
    font-family: var(--font-archivo);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 127.778% */
    margin-top: 40px;
    margin-bottom: 30px;
    width: 83%;
}

@media only screen and (max-width: 1759.98px) {
    .digital-footer .left-section .footer-left-desc {
        width: 93%;
    }
}

@media only screen and (max-width: 1535.98px) {
    .digital-footer .left-section .footer-left-desc {
        width: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-footer .left-section .footer-left-desc {
        font-size: 29px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-footer .left-section .footer-left-desc {
        width: 60%;
        margin: 20px 0px;
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-footer .left-section .footer-left-desc {
        width: 80%;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-footer .left-section .footer-left-desc {
        width: 100%;
    }
}

@media only screen and (max-width: 475.98px) {
    .digital-footer .left-section .footer-left-desc {
        font-size: 23px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 375.98px) {
    .digital-footer .left-section .footer-left-desc {
        font-size: 19px;
        line-height: 29px;
    }
}

.digital-footer .left-section .footer-input-wrapper {
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .digital-footer .left-section .footer-input-wrapper {
        margin-bottom: 30px;
    }
}

.digital-footer .left-section .footer-input-wrapper input {
    background: #fff;
    width: 550px;
    height: 59px;
    border-radius: 50px;
    border: 1px solid black;
}

@media only screen and (max-width: 1399.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 480px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 400px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 550px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 400px;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 430px;
    }
}

@media only screen and (max-width: 475.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 350px;
    }
}

@media only screen and (max-width: 375.98px) {
    .digital-footer .left-section .footer-input-wrapper input {
        width: 310px;
    }
}

.digital-footer .left-section .footer-input-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.digital-footer .left-section .footer-input-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.digital-footer .left-section .footer-input-wrapper :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.digital-footer .left-section .footer-input-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.digital-footer .left-section .footer-input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
 /* Firefox */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.digital-footer .left-section .footer-input-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: black;
}

.digital-footer .left-section .footer-input-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: black;
}

.digital-footer .left-section .footer-input-wrapper button {
    background: var(--digital-primary-color);
    position: absolute;
    top: 18%;
    right: 1%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 50px;
    border-radius: 50px;
}

.digital-footer .left-section .footer-input-wrapper button:hover {
    background: var(--color-white);
    color: black;
    border: 1px solid black;
}

.digital-footer .left-section .footer-input-wrapper button:active {
    scale: 0.98;
}

@media only screen and (max-width: 991.98px) {
    .digital-footer .right-section {
        margin-left: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .digital-footer .right-section {
        margin-left: 30px;
    }
}

.digital-footer .right-section .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.digital-footer .right-section .footer-right .footer-right-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.digital-footer .right-section .footer-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.digital-footer .right-section .footer-right ul li {
    margin: 0.5rem 0;
}

.digital-footer .right-section .footer-right ul li a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.digital-footer .right-section .footer-right ul li a:hover {
    color: var(--digital-text-color2);
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media only screen and (max-width: 475.98px) {
    .digital-footer .right-section .footer-right {
        display: inline-block;
    }
}

.digital-footer-bottom .footer-container {
    margin-top: 100px;
    border-top: 1px solid rgba(162, 157, 157, 0.2);
    padding: 40px 0px;
    font-family: var(--font-inter);
    color: var(--digital-text-footer);
    background-color: var(--color-white);
}

@media only screen and (max-width: 991.98px) {
    .digital-footer-bottom .footer-container {
        margin-top: 50px;
    }
}

.digital-footer-bottom .footer-container .left-section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 1199.98px) {
    .digital-footer-bottom .footer-container .left-section ul {
        gap: 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .digital-footer-bottom .footer-container .left-section ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575.98px) {
    .digital-footer-bottom .footer-container .left-section ul {
        gap: 10px;
    }
}

.digital-footer-bottom .footer-container .left-section ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.digital-footer-bottom .footer-container .left-section ul li a {
    color: var(--digital-text-footer);
}

.digital-footer-bottom .footer-container .left-section ul li a:hover {
    color: var(--digital-text-color);
}

.digital-footer-bottom .footer-container .middle-section ul {
    gap: 40px;
}

@media only screen and (max-width: 375.98px) {
    .digital-footer-bottom .footer-container .middle-section ul {
        gap: 18px;
    }
}

.digital-footer-bottom .footer-container .middle-section ul .fb:hover svg path {
    fill: #4267b2;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .fb:hover svg circle {
    stroke: #4267b2;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .fb:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.digital-footer-bottom .footer-container .middle-section ul .insta:hover path:nth-child(1) {
    stroke: #cd0a8e;
 /* First path color */
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .insta:hover path:nth-child(2) {
    fill: #e4405f;
 /* Second path color */
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .insta:hover path:nth-child(3) {
    fill: #d61d7a;
 /* Third path color */
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .insta:hover path:nth-child(4) {
    fill: #cd0a8e;
 /* Fourth path color */
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .insta:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.digital-footer-bottom .footer-container .middle-section ul .pinterest:hover svg path {
    fill: #e60023;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .pinterest:hover svg circle {
    stroke: #e60023;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .pinterest:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.digital-footer-bottom .footer-container .middle-section ul .twitter:hover svg path:nth-child(2) {
    fill: #00acee;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .twitter:hover path:nth-child(1) {
    stroke: #00acee;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.digital-footer-bottom .footer-container .middle-section ul .twitter:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.digital-footer-bottom .footer-container .right-section {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.contact-us-banner {
    font-family: var(--font-inter);
}

.contact-us-banner .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/contact-us/contact-us-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/contact-us/contact-us-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.contact-us-banner .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact-us-banner .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .contact-us-banner .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-us-banner .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .contact-us-banner .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.contact-us-banner .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.contact-us-banner .hero-img .hero-text h5 a {
    color: var(--color-white);
}

@media only screen and (max-width: 475.98px) {
    .contact-us-banner .hero-img .hero-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375.98px) {
    .contact-us-banner .hero-img .hero-text h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

.contact-us-banner .faq-section {
    margin-top: 80px;
}

.contact-us-banner .faq-section .faq-title {
    color: var(--contact-text-color);
    text-align: start;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199.98px) {
    .contact-us-banner .faq-section .faq-title {
        font-size: 33px;
        line-height: 43px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-us-banner .faq-section .faq-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.contact-us-banner .faq-section .left-accordion {
    width: 571px;
}

@media only screen and (max-width: 1199.98px) {
    .contact-us-banner .faq-section .left-accordion {
        width: 100%;
    }
}

.contact-us-banner .faq-section .left-accordion .accordion {
    background: transparent;
    border: none;
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--contact-text-light);
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item:last-of-type {
    border-radius: 0px;
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--contact-text-color);
    background: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
 /* 150% */
    padding: 30px 0px;
}

@media only screen and (max-width: 375.98px) {
    .contact-us-banner .faq-section .left-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--contact-text-color);
    padding: 30px 0px 10px 0px;
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("../media/contact-us/plus.png");
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("../media/contact-us/minus.png");
}

.contact-us-banner .faq-section .left-accordion .accordion .accordion-body {
    background: transparent;
    color: var(--contact-text-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
 /* 150% */
    margin-bottom: 16px;
    padding: 0px;
}

.contact-us-banner .getin-touch .subtitle {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-us-banner .getin-touch .title, .contact-us-banner .getin-touch .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .contact-us-banner .getin-touch .title-2 {
    color: var(--contact-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 475.98px) {
    .contact-us-banner .getin-touch .title, .contact-us-banner .getin-touch .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .contact-us-banner .getin-touch .title-2 {
        font-size: 44px;
    }
}

.contact-us-banner .getin-touch .contact-form {
    padding: 30px;
    box-shadow: 5px 9px 15px 0px rgba(233, 231, 231, 0.38);
    margin-top: 20px;
}

.contact-us-banner .getin-touch .contact-form input,
.contact-us-banner .getin-touch .contact-form textarea {
    border-radius: 4px;
    background: #f2f2f2;
}

.contact-us-banner .getin-touch .contact-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.contact-us-banner .getin-touch .contact-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.contact-us-banner .getin-touch .contact-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.contact-us-banner .getin-touch .contact-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.contact-us-banner .getin-touch .contact-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.contact-us-banner .getin-touch .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: black;
}

.contact-us-banner .getin-touch .contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: black;
}

.contact-us-banner .location {
    margin-top: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-us-banner .location h5 {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.about-us {
    font-family: var(--font-inter);
    color: var(--text-color-black);
}

.about-us .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/about-us/about-us-4.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/about-us/about-us-4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.about-us .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.about-us .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .about-us .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-us .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-us .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.about-us .hero-img .hero-text h5 {
    color: var(--color-white);
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.about-us .hero-img .hero-text h5 a {
    color: var(--color-white);
}

@media only screen and (max-width: 475.98px) {
    .about-us .hero-img .hero-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-us .hero-img .hero-text h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

.about-us .create-project .title, .about-us .create-project .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .create-project .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .about-us .create-project .title, .about-us .create-project .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .create-project .title-2 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .create-project .title, .about-us .create-project .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .create-project .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-us .create-project .title, .about-us .create-project .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .create-project .title-2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.about-us .create-project .desc, .about-us .create-project .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .create-project .desc-3, .about-us .create-project .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .create-project .desc-2, .about-us .create-project .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .create-project .desc-3, .about-us .create-project .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .create-project .desc-2, .about-us .create-project .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .create-project .desc-2 {
    color: var(--contact-text-light);
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575.98px) {
    .about-us .create-project .desc, .about-us .create-project .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .create-project .desc-3, .about-us .create-project .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .create-project .desc-2, .about-us .create-project .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .create-project .desc-3, .about-us .create-project .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .create-project .desc-2, .about-us .create-project .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .create-project .desc-2 {
        font-size: 15px;
    }
}

.about-us .create-project .stats {
    margin-bottom: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 37px;
}

.about-us .create-project .stats .count {
    text-align: right;
    font-family: Archivo;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    margin-right: 20px;
}

@media only screen and (max-width: 475.98px) {
    .about-us .create-project .stats .count {
        font-size: 54px;
        line-height: 64px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .create-project .stats {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .create-project .learn-more-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.about-us .professional-project {
    background: #fdf6f6;
    padding: 100px 0px;
}

.about-us .professional-project .left-section .post-thumbnail {
    margin: 0;
    position: relative;
    z-index: 0;
}

.about-us .professional-project .left-section .post-thumbnail .popup-video {
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 18px;
    margin-top: -47px;
    margin-right: -57px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1399.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video {
        margin-top: -15px;
        margin-right: -48px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video {
        margin-top: -19px;
        margin-right: -46px;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video {
        margin-top: -30px;
        margin-right: -32px;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video {
        margin-top: -24px;
        margin-right: -30px;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video {
        margin-top: -26px;
        margin-right: -38px;
        width: 54%;
    }
}

.about-us .professional-project .left-section .post-thumbnail .popup-video .popup-youtube {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.about-us .professional-project .left-section .post-thumbnail .popup-video .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 216px;
    height: 216px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.about-us .professional-project .left-section .post-thumbnail .popup-video .play-btn:hover {
    scale: 0.9;
}

.about-us .professional-project .left-section .post-thumbnail .popup-video .play-btn:active {
    scale: 0.5;
}

@media only screen and (max-width: 375.98px) {
    .about-us .professional-project .left-section .post-thumbnail .popup-video .play-btn {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-us .professional-project .right-section {
        margin-top: 4rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-us .professional-project .right-section {
        margin-top: 7rem;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-us .professional-project .right-section {
        margin-top: 4rem;
    }
}

.about-us .professional-project .right-section .title, .about-us .professional-project .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .professional-project .right-section .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .about-us .professional-project .right-section .title, .about-us .professional-project .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .professional-project .right-section .title-2 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .professional-project .right-section .title, .about-us .professional-project .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .professional-project .right-section .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-us .professional-project .right-section .title, .about-us .professional-project .right-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .professional-project .right-section .title-2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.about-us .professional-project .right-section .desc, .about-us .professional-project .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .professional-project .right-section .desc-3, .about-us .professional-project .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .professional-project .right-section .desc-2, .about-us .professional-project .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .professional-project .right-section .desc-3, .about-us .professional-project .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .professional-project .right-section .desc-2, .about-us .professional-project .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .professional-project .right-section .desc-2 {
    color: var(--contact-text-light);
    font-family: var(--font-inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 60px;
    margin-top: 40px;
}

@media only screen and (max-width: 575.98px) {
    .about-us .professional-project .right-section .desc, .about-us .professional-project .right-section .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .professional-project .right-section .desc-3, .about-us .professional-project .right-section .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .professional-project .right-section .desc-2, .about-us .professional-project .right-section .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .professional-project .right-section .desc-3, .about-us .professional-project .right-section .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .professional-project .right-section .desc-2, .about-us .professional-project .right-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .professional-project .right-section .desc-2 {
        font-size: 16px;
    }
}

.about-us .professional-project .right-section .bar {
    font-family: var(--font-inter);
}

.about-us .professional-project .right-section .bar .title, .about-us .professional-project .right-section .bar .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .professional-project .right-section .bar .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
}

.about-us .professional-project .right-section .bar .percentage {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
 /* 144.444% */
    text-transform: capitalize;
}

.about-us .professional-project .right-section .bar .progress {
    height: 4px;
    margin-top: 20px;
}

.about-us .professional-project .right-section .bar-1 {
    margin-bottom: 30px;
}

.about-us .professional-project .right-section .bar-1 .progress-bar {
    background: #8f7cf6;
}

.about-us .professional-project .right-section .bar-2 {
    margin-bottom: 30px;
}

.about-us .professional-project .right-section .bar-2 .progress-bar {
    background: #ffacac;
}

.about-us .professional-project .right-section .bar-3 {
    margin-bottom: 30px;
}

.about-us .professional-project .right-section .bar-3 .progress-bar {
    background: #315bf0;
}

.about-us .professional-project .right-section .bar-4 .progress-bar {
    background: #044429;
}

.about-us .team-work {
    margin-top: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 24px;
    width: 50%;
}

@media only screen and (max-width: 1199.98px) {
    .about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
        width: 77%;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 475.98px) {
    .about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 375.98px) {
    .about-us .team-work .title, .about-us .team-work .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .about-us .team-work .title-2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.about-us .team-work .desc, .about-us .team-work .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .team-work .desc-2 {
    font-family: var(--font-inter);
    color: var(--contact-text-light);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    width: 51%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199.98px) {
    .about-us .team-work .desc, .about-us .team-work .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .team-work .desc-2 {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-us .team-work .desc, .about-us .team-work .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .team-work .desc-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-us .team-work .desc, .about-us .team-work .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .about-us .team-work .desc-3, .about-us .team-work .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .about-us .team-work .desc-2, .about-us .team-work .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .about-us .team-work .desc-2 {
        font-size: 16px;
    }
}

.about-us .team-work .team .single-member {
    text-align: start;
}

@media only screen and (max-width: 767.98px) {
    .about-us .team-work .team .single-member {
        text-align: center;
    }
}

.about-us .team-work .team .single-member .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.about-us .team-work .team .single-member .position {
    color: var(--contact-text-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.blog-detail {
    font-family: var(--font-inter);
    color: var(--text-grey);
}

.blog-detail .container {
    margin-top: 100px;
}

@media only screen and (max-width: 991.98px) {
    .blog-detail .container {
        margin-top: 40px;
    }
}

.blog-detail .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/blog-detail/blog-detail-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/blog-detail/blog-detail-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.blog-detail .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.blog-detail .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .blog-detail .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .blog-detail .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.blog-detail .hero-img .hero-text h5 {
    color: var(--color-white);
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

@media only screen and (max-width: 475.98px) {
    .blog-detail .hero-img .hero-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375.98px) {
    .blog-detail .hero-img .hero-text h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

.blog-detail .left-section .blog-intro .blog-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    color: var(--text-color-black2);
}

@media only screen and (max-width: 1399.98px) {
    .blog-detail .left-section .blog-intro .blog-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .blog-detail .left-section .blog-intro .blog-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .left-section .blog-intro .blog-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 375.98px) {
    .blog-detail .left-section .blog-intro .blog-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.blog-detail .left-section .blog-intro .avatar {
    height: 24px;
    width: 24px;
}

.blog-detail .left-section .blog-intro .blog-sub-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 20px;
    margin-top: 20px;
}

.blog-detail .left-section .blog-intro .intro-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--text-color-black2);
}

@media only screen and (max-width: 1199.98px) {
    .blog-detail .left-section .blog-intro .intro-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .left-section .blog-intro .intro-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.blog-detail .left-section .blog-intro .desc, .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .desc-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .blog-detail .left-section .blog-intro .desc .icon, .blog-detail .left-section .blog-intro .desc-3 .icon, .blog-detail .left-section .blog-intro .desc-2 .icon {
        width: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .left-section .blog-intro .desc .icon, .blog-detail .left-section .blog-intro .desc-3 .icon, .blog-detail .left-section .blog-intro .desc-2 .icon {
        width: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .blog-detail .left-section .blog-intro .desc, .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .desc-2 {
        font-size: 15px;
    }
}

.blog-detail .left-section .blog-intro .desc-2 {
    color: var(--text-color-black2);
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .left-section .blog-intro .desc-2 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375.98px) {
    .blog-detail .left-section .blog-intro .desc-2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.blog-detail .left-section .blog-intro .desc-3 {
    margin-bottom: 20px;
}

.blog-detail .left-section .blog-intro .blog-cover {
    margin-bottom: 24px;
}

.blog-detail .left-section .blog-intro .blog-desc-2, .blog-detail .left-section .blog-intro .blog-desc-3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--text-color-black2);
}

.blog-detail .left-section .blog-intro .blog-desc-3 {
    margin-bottom: 16px;
}

.blog-detail .left-section .blog-intro .quote {
    background: #fdf6f6;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 60px;
}

.blog-detail .left-section .blog-intro .quote .quote-desc .quote-title {
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    line-height: 52px;
 /* 123.81% */
    text-transform: capitalize;
    color: var(--text-color-black2);
    margin-bottom: 16px;
}

@media only screen and (max-width: 1399.98px) {
    .blog-detail .left-section .blog-intro .quote .quote-desc .quote-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-detail .left-section .blog-intro .quote .quote-desc .quote-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 375.98px) {
    .blog-detail .left-section .blog-intro .quote .quote-desc .quote-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-detail .left-section .blog-intro .quote .quote-desc .quote-writer {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-detail .right-section .search {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.blog-detail .right-section .search .has-search .form-control {
    padding-left: 6rem;
    border: 1px solid #f2f2f2;
    background: var(--bg-light);
}

.blog-detail .right-section .search .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 5%;
    top: 20%;
}

.blog-detail .right-section .most-recent {
    background: #fdf6f6;
    padding: 30px;
}

.blog-detail .right-section .most-recent .title, .blog-detail .right-section .most-recent .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .blog-detail .right-section .most-recent .title-2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px;
}

.blog-detail .right-section .most-recent hr {
    color: #7e7e80;
    height: 1px;
    margin: 20px 0px;
}

.blog-detail .right-section .most-recent .article-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.blog-detail .right-section .most-recent .article-title a:hover {
    color: var(--color-gray-1);
}

.blog-detail .right-section .tags-container {
    margin-top: 60px;
}

.blog-detail .right-section .tags-container .tag-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1399.98px) {
    .blog-detail .right-section .tags-container .tag-title {
        margin-bottom: 10px;
    }
}

.blog-detail .right-section .tags-container .tags {
    margin-bottom: 20px;
}

.blog-detail .right-section .tags-container .tags .tag-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    letter-spacing: 0.4px;
    color: #fff;
    padding: 5px 9px;
    border: 1px solid #1c1c1d;
    background: #1c1c1d;
}

.blog-detail .right-section .tags-container .tags .tag-btn:hover {
    color: #aaa;
    background: #000;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.blog {
    font-family: var(--font-inter);
    color: var(--contact-text-color);
}

.blog .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/blog-detail/blog-detail-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/blog-detail/blog-detail-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.blog .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

.blog .hero-img .hero-text h5 {
    color: var(--color-white);
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.blog .container {
    margin-top: 100px;
}

.blog .left-section .blog-intro .blog-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
}

.blog .left-section .blog-intro .avatar {
    height: 24px;
    width: 24px;
}

.blog .left-section .blog-intro .blog-sub-title {
    font-family: var(--font-inter);
    color: var(--text-color-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 20px;
    margin-top: 20px;
}

.blog .left-section .blog-intro .intro-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog .left-section .blog-intro .desc, .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .desc-2 {
    color: var(--text-color-light);
    font-family: var(--font-inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 16px;
}

.blog .left-section .blog-intro .desc-2 {
    color: var(--text-color-black);
}

.blog .left-section .blog-intro .desc-3 {
    margin-bottom: 20px;
}

.blog .left-section .blog-intro .blog-cover {
    margin-top: 40px;
    margin-bottom: 60px;
}

.blog .left-section .blog-intro .blog-desc-2, .blog .left-section .blog-intro .blog-desc-3 {
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog .left-section .blog-intro .blog-desc-3 {
    margin-bottom: 16px;
}

.blog .left-section .blog-intro .quote {
    background: #fdf6f6;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 60px;
}

.blog .left-section .blog-intro .quote .quote-desc .quote-title {
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    line-height: 52px;
 /* 123.81% */
    text-transform: capitalize;
    margin-bottom: 16px;
}

.blog .left-section .blog-intro .quote .quote-desc .quote-writer {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.blog .right-section .search {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.blog .right-section .search .has-search .form-control {
    padding-left: 6rem;
    border: 1px solid #f2f2f2;
    background: var(--bg-light);
}

.blog .right-section .search .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 5%;
    top: 20%;
}

.blog .right-section .most-recent {
    background: #fdf6f6;
    padding: 30px;
}

.blog .right-section .most-recent .title, .blog .right-section .most-recent .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .blog .right-section .most-recent .title-2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px;
}

.blog .right-section .most-recent hr {
    color: #7e7e80;
    height: 1px;
    margin: 20px 0px;
}

.blog .right-section .most-recent .article-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.blog .right-section .most-recent .article-title a:hover {
    color: var(--color-gray-1);
}

.blog .right-section .other-services {
    margin-top: 6rem;
}

.blog .right-section .other-services .other-services-wrp {
    padding: 30px 0;
}

.blog .right-section .other-services .other-services-wrp hr {
    color: #414242;
    height: 1px;
    margin: 20px 0px;
}

.blog .right-section .other-services .other-services-wrp .title, .blog .right-section .other-services .other-services-wrp .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .blog .right-section .other-services .other-services-wrp .title-2 {
    font-size: 30px;
    font-family: var(--font-archivo);
    font-weight: 500;
    line-height: 40px;
 /* 121.053% */
    text-transform: capitalize;
}

.blog .right-section .other-services .other-services-wrp .icon a svg path {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .right-section .other-services .other-services-wrp:hover .title a, .blog .right-section .other-services .other-services-wrp:hover .cash-flow .cash-flow-right .title-2 a, .cash-flow .cash-flow-right .blog .right-section .other-services .other-services-wrp:hover .title-2 a {
    color: var(--color-gray-1);
}

.blog .right-section .other-services .other-services-wrp:hover .icon svg path {
    fill: var(--color-gray-1);
}

.blog .right-section .tags {
    margin-top: 60px;
}

.blog .right-section .tags .tag-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 24px;
}

.blog .right-section .tags ul {
    margin-bottom: 20px;
    gap: 16px;
}

.blog .right-section .tags ul .tag-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
 /* 150% */
    letter-spacing: 0.4px;
    color: #fff;
    padding: 5px 9px;
    border: 1px solid #1c1c1d;
    background: #1c1c1d;
}

.blog .right-section .tags ul .tag-btn:hover {
    color: #aaa;
    background: #000;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.team-detail {
    font-family: var(--font-inter);
    color: var(--contact-text-color);
}

.team-detail .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/team-detail/team-detail-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/team-detail/team-detail-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.team-detail .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.team-detail .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .team-detail .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .team-detail .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .team-detail .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.team-detail .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.team-detail .hero-img .hero-text h5 a {
    color: var(--color-white);
}

.team-detail .bio {
    margin-top: 10rem;
}

.team-detail .bio .name {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .team-detail .bio .name {
        text-align: center;
        font-size: 40px;
        line-height: 48px;
    }
}

.team-detail .bio .designation {
    color: #8f7cf6;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 13px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .team-detail .bio .designation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
    }
}

.team-detail .bio .desc, .team-detail .bio .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .bio .desc-2, .team-detail .bio .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .team-detail .bio .desc-2, .team-detail .bio .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .team-detail .bio .desc-3, .team-detail .bio .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .team-detail .bio .desc-2, .team-detail .bio .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .team-detail .bio .desc-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .team-detail .bio .desc, .team-detail .bio .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .bio .desc-2, .team-detail .bio .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .team-detail .bio .desc-2, .team-detail .bio .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .team-detail .bio .desc-3, .team-detail .bio .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .team-detail .bio .desc-2, .team-detail .bio .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .team-detail .bio .desc-3 {
        font-size: 16px;
    }
}

.team-detail .bio .personal-data {
    gap: 10px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.team-detail .bio .personal-data ul .title, .team-detail .bio .personal-data ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .bio .personal-data ul .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-right: 20px;
    width: 157px;
}

@media only screen and (max-width: 375.98px) {
    .team-detail .bio .personal-data ul .title, .team-detail .bio .personal-data ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .bio .personal-data ul .title-2 {
        font-size: 17px;
    }
}

.team-detail .bio .personal-data ul .data {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-left: 28px;
}

@media only screen and (max-width: 375.98px) {
    .team-detail .bio .personal-data ul .data {
        font-size: 14px;
    }
}

.team-detail .personal-info {
    margin-top: 7rem;
}

.team-detail .personal-info .title, .team-detail .personal-info .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .personal-info .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    margin-bottom: 46px;
}

@media only screen and (max-width: 375.98px) {
    .team-detail .personal-info .title, .team-detail .personal-info .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .personal-info .title-2 {
        font-size: 40px;
    }
}

.team-detail .personal-info .desc, .team-detail .personal-info .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .personal-info .desc-2, .team-detail .personal-info .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .team-detail .personal-info .desc-2, .team-detail .personal-info .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .team-detail .personal-info .desc-3, .team-detail .personal-info .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .team-detail .personal-info .desc-2, .team-detail .personal-info .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .team-detail .personal-info .desc-3 {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .team-detail .personal-info .desc, .team-detail .personal-info .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .personal-info .desc-2, .team-detail .personal-info .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .team-detail .personal-info .desc-2, .team-detail .personal-info .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .team-detail .personal-info .desc-3, .team-detail .personal-info .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .team-detail .personal-info .desc-2, .team-detail .personal-info .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .team-detail .personal-info .desc-3 {
        font-size: 16px;
    }
}

.team-detail .experience {
    background: #fdf6f6;
    padding: 80px 0px;
    margin-top: 10rem;
}

.team-detail .experience .left-section .title, .team-detail .experience .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .experience .left-section .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 375.98px) {
    .team-detail .experience .left-section .title, .team-detail .experience .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .experience .left-section .title-2 {
        font-size: 40px;
    }
}

.team-detail .experience .left-section .desc, .team-detail .experience .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .experience .left-section .desc-2, .team-detail .experience .blog-detail .left-section .blog-intro .desc-2, .blog-detail .team-detail .experience .left-section .blog-intro .desc-2, .team-detail .experience .blog-detail .left-section .blog-intro .desc-3, .blog-detail .team-detail .experience .left-section .blog-intro .desc-3, .team-detail .experience .blog .left-section .blog-intro .desc-2, .blog .team-detail .experience .left-section .blog-intro .desc-2, .team-detail .experience .blog .left-section .blog-intro .desc-3, .blog .team-detail .experience .left-section .blog-intro .desc-3 {
    font-family: var(--font-inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    color: var(--contact-text-light);
    margin-top: 40px;
    margin-bottom: 60px;
    width: 85%;
}

@media only screen and (max-width: 575.98px) {
    .team-detail .experience .left-section .desc, .team-detail .experience .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .team-detail .experience .left-section .desc-2, .team-detail .experience .blog-detail .left-section .blog-intro .desc-2, .blog-detail .team-detail .experience .left-section .blog-intro .desc-2, .team-detail .experience .blog-detail .left-section .blog-intro .desc-3, .blog-detail .team-detail .experience .left-section .blog-intro .desc-3, .team-detail .experience .blog .left-section .blog-intro .desc-2, .blog .team-detail .experience .left-section .blog-intro .desc-2, .team-detail .experience .blog .left-section .blog-intro .desc-3, .blog .team-detail .experience .left-section .blog-intro .desc-3 {
        font-size: 16px;
    }
}

.team-detail .experience .left-section .bar .title, .team-detail .experience .left-section .bar .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .experience .left-section .bar .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
}

.team-detail .experience .left-section .bar .percentage {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .left-section .bar .progress {
    height: 4px;
    margin-top: 20px;
}

.team-detail .experience .left-section .bar-1 {
    margin-bottom: 30px;
}

.team-detail .experience .left-section .bar-1 .progress-bar {
    background: #315bf0;
}

.team-detail .experience .left-section .bar-2 {
    margin-bottom: 30px;
}

.team-detail .experience .left-section .bar-2 .progress-bar {
    background: #8f7cf6;
}

.team-detail .experience .left-section .bar-3 {
    margin-bottom: 30px;
}

.team-detail .experience .left-section .bar-3 .progress-bar {
    background: #ffacac;
}

.team-detail .experience .right-section .getin-touch .subtitle {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-detail .experience .right-section .getin-touch .title, .team-detail .experience .right-section .getin-touch .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .experience .right-section .getin-touch .title-2 {
    color: var(--contact-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 375.98px) {
    .team-detail .experience .right-section .getin-touch .title, .team-detail .experience .right-section .getin-touch .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .team-detail .experience .right-section .getin-touch .title-2 {
        font-size: 40px;
    }
}

.team-detail .experience .right-section .getin-touch .contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 5px 9px 15px 0px rgba(233, 231, 231, 0.38);
    margin-top: 20px;
}

.team-detail .experience .right-section .getin-touch .contact-form input,
.team-detail .experience .right-section .getin-touch .contact-form textarea {
    border-radius: 4px;
    background: #f2f2f2;
}

.team-detail .experience .right-section .getin-touch .contact-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .right-section .getin-touch .contact-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .right-section .getin-touch .contact-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .right-section .getin-touch .contact-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .right-section .getin-touch .contact-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
}

.team-detail .experience .right-section .getin-touch .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: black;
}

.team-detail .experience .right-section .getin-touch .contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: black;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.teams {
    font-family: var(--font-inter);
    color: var(--contact-text-color);
}

.teams .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/teams/teams-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/teams/teams-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.teams .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.teams .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

.teams .hero-img .hero-text h5 {
    color: var(--color-white);
    font-family: var(--font-inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.teams .hero-img .hero-text h5 a {
    color: var(--color-white);
}

.teams .container {
    margin-top: 10rem;
}

.teams .teams-show {
    margin-top: 10rem;
}

.teams .teams-show .teams-filter-button-group ul {
    gap: 20px;
    margin-bottom: 80px;
}

.teams .teams-show .teams-filter-button-group ul li.active {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.teams .teams-show .teams-filter-button-group ul li:hover {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.teams .teams-show .thumb {
    position: relative;
}

.teams .teams-show .thumb .cover {
    display: block;
    width: 100%;
    height: auto;
}

.teams .teams-show .thumb .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.teams .teams-show .thumb:hover .overlay {
    height: 63%;
    cursor: pointer;
}

.teams .teams-show .thumb .analysis-card {
    opacity: 0.85;
    background: var(--contact-text-color);
    padding: 24px;
    color: var(--color-white);
    text-align: start;
}

.teams .teams-show .thumb .analysis-card ul {
    gap: 10px;
}

.teams .teams-show .thumb .analysis-card ul .title, .teams .teams-show .thumb .analysis-card ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .teams .teams-show .thumb .analysis-card ul .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.teams .teams-show .thumb .analysis-card ul .desc, .teams .teams-show .thumb .analysis-card ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .teams .teams-show .thumb .analysis-card ul .desc-2, .teams .teams-show .thumb .analysis-card ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .teams .teams-show .thumb .analysis-card ul .desc-2, .teams .teams-show .thumb .analysis-card ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .teams .teams-show .thumb .analysis-card ul .desc-3, .teams .teams-show .thumb .analysis-card ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .teams .teams-show .thumb .analysis-card ul .desc-2, .teams .teams-show .thumb .analysis-card ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .teams .teams-show .thumb .analysis-card ul .desc-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.teams .teams-show .thumb .analysis-card .more-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-white);
}

.teams .teams-show .thumb .analysis-card .more-btn:hover {
    color: var(--color-ghost);
}

.teams .teams-show .thumb .analysis-card .more-btn:hover svg path {
    stroke: var(--color-ghost);
}

.teams .teams-show .thumb-info {
    margin-top: 20px;
}

.teams .teams-show .thumb-info .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.teams .teams-show .thumb-info .name:hover {
    color: var(--color-gray-1);
}

@media only screen and (max-width: 575.98px) {
    .teams .teams-show .thumb-info .name {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }
}

.teams .teams-show .thumb-info .designation {
    color: var(--contact-text-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media only screen and (max-width: 575.98px) {
    .teams .teams-show .thumb-info .designation {
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575.98px) {
    .teams .teams-show .thumb-info {
        text-align: center;
    }
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.portfolio {
    font-family: var(--font-inter);
    color: var(--text-color-black);
}

.portfolio .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/portfolio/portfolio-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/portfolio/portfolio-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.portfolio .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
    .portfolio .hero-img .hero-text h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 52px;
    }
}

.portfolio .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.portfolio .hero-img .hero-text h5 a {
    color: var(--color-white);
}

.portfolio .portfolio-show {
    margin-top: 10rem;
}

.portfolio .portfolio-show .portfolio-filter-button-group ul {
    gap: 20px;
    margin-bottom: 80px;
}

.portfolio .portfolio-show .portfolio-filter-button-group ul li.active {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.portfolio .portfolio-show .portfolio-filter-button-group ul li:hover {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.portfolio .portfolio-show .thumb {
    position: relative;
}

.portfolio .portfolio-show .thumb .cover {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio .portfolio-show .thumb .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.portfolio .portfolio-show .thumb:hover .overlay {
    height: 55%;
    cursor: pointer;
}

.portfolio .portfolio-show .thumb .analysis-card {
    opacity: 0.85;
    background: var(--contact-text-color);
    padding: 24px;
    color: var(--color-white);
    text-align: start;
}

.portfolio .portfolio-show .thumb .analysis-card ul {
    gap: 10px;
}

.portfolio .portfolio-show .thumb .analysis-card ul .title, .portfolio .portfolio-show .thumb .analysis-card ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio .portfolio-show .thumb .analysis-card ul .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.portfolio .portfolio-show .thumb .analysis-card ul .desc, .portfolio .portfolio-show .thumb .analysis-card ul .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio .portfolio-show .thumb .analysis-card ul .desc-2, .portfolio .portfolio-show .thumb .analysis-card ul .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .portfolio .portfolio-show .thumb .analysis-card ul .desc-2, .portfolio .portfolio-show .thumb .analysis-card ul .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .portfolio .portfolio-show .thumb .analysis-card ul .desc-3, .portfolio .portfolio-show .thumb .analysis-card ul .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .portfolio .portfolio-show .thumb .analysis-card ul .desc-2, .portfolio .portfolio-show .thumb .analysis-card ul .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .portfolio .portfolio-show .thumb .analysis-card ul .desc-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.portfolio .portfolio-show .thumb .analysis-card .more-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-white);
    margin-top: 10px;
}

.portfolio .portfolio-show .thumb .analysis-card .more-btn:hover {
    color: var(--color-ghost);
}

.portfolio .portfolio-show .thumb .analysis-card .more-btn:hover svg path {
    stroke: var(--color-ghost);
}

.portfolio .portfolio-show .thumb-info .category {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--contact-text-light);
    margin-top: 10px;
}

.portfolio .portfolio-show .thumb-info .title, .portfolio .portfolio-show .thumb-info .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio .portfolio-show .thumb-info .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.portfolio .portfolio-show .thumb-info .title:hover, .portfolio .portfolio-show .thumb-info .cash-flow .cash-flow-right .title-2:hover, .cash-flow .cash-flow-right .portfolio .portfolio-show .thumb-info .title-2:hover {
    color: var(--color-gray-1);
}

@media only screen and (max-width: 575.98px) {
    .portfolio .portfolio-show .thumb-info .title, .portfolio .portfolio-show .thumb-info .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio .portfolio-show .thumb-info .title-2 {
        font-size: 22px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio .portfolio-show .thumb-info {
        text-align: center;
    }
}

.portfolio .pagination {
    gap: 11px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.portfolio .pagination .pagination-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 5px 15px;
}

.portfolio .pagination .pagination-btn:hover {
    background: var(--text-purple);
    color: #fff;
}

.portfolio .pagination .pagination-next:hover {
    cursor: pointer;
}

@media only screen and (max-width: 575.98px) {
    .portfolio .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.portfolio-2 {
    font-family: var(--font-inter);
    color: var(--text-color-black);
}

.portfolio-2 .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/portfolio-2/portfolio-2.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/portfolio-2/portfolio-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.portfolio-2 .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.portfolio-2 .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .portfolio-2 .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .portfolio-2 .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.portfolio-2 .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.portfolio-2 .hero-img .hero-text h5 a {
    color: var(--color-white);
}

@media only screen and (max-width: 475.98px) {
    .portfolio-2 .hero-img .hero-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .hero-img .hero-text h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

.portfolio-2 .portfolio-show {
    margin-top: 100px;
}

.portfolio-2 .portfolio-show .portfolio-filter-button-group ul {
    gap: 20px;
    margin-bottom: 80px;
}

.portfolio-2 .portfolio-show .portfolio-filter-button-group ul li.active {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.portfolio-2 .portfolio-show .portfolio-filter-button-group ul li:hover {
    color: var(--text-purple);
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-purple);
    text-decoration-color: var(--text-purple);
    text-underline-offset: 4px;
}

.portfolio-2 .professional-project .left-section .title, .portfolio-2 .professional-project .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .professional-project .left-section .title-2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .professional-project .left-section .title, .portfolio-2 .professional-project .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .professional-project .left-section .title-2 {
        font-size: 38px;
    }
}

.portfolio-2 .professional-project .left-section .desc, .portfolio-2 .professional-project .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .professional-project .left-section .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-2, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-3, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-3, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-2, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-3, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-3 {
    color: var(--text-grey);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin: 10px 0px;
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .professional-project .left-section .desc, .portfolio-2 .professional-project .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .professional-project .left-section .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-2, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-3, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-3, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-2, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-3, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .professional-project .left-section .desc, .portfolio-2 .professional-project .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .professional-project .left-section .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-2, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog-detail .left-section .blog-intro .desc-3, .blog-detail .portfolio-2 .professional-project .left-section .blog-intro .desc-3, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-2, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-2, .portfolio-2 .professional-project .blog .left-section .blog-intro .desc-3, .blog .portfolio-2 .professional-project .left-section .blog-intro .desc-3 {
        font-size: 15px;
    }
}

.portfolio-2 .professional-project .left-section hr {
    height: 1px;
    color: var(--text-grey);
    margin-bottom: 20px;
}

.portfolio-2 .professional-project .left-section .analysis-card {
    background: var(--grey-bg);
    padding: 24px;
}

.portfolio-2 .professional-project .left-section .analysis-card ul {
    gap: 10px;
}

.portfolio-2 .professional-project .left-section .analysis-card ul .title, .portfolio-2 .professional-project .left-section .analysis-card ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .professional-project .left-section .analysis-card ul .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.portfolio-2 .professional-project .left-section .analysis-card .desc-card {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .professional-project .left-section .analysis-card .desc-card {
        font-size: 15px;
    }
}

.portfolio-2 .thumb-bg {
    background-color: #fafafa;
}

.portfolio-2 .thumb-bg .post-thumbnail {
    margin: 100px 0px;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail {
        margin: 40px 0px;
    }
}

.portfolio-2 .thumb-bg .post-thumbnail .popup-video {
    position: absolute;
    z-index: 1;
    margin-top: -450px;
    left: 42%;
}

@media only screen and (max-width: 1399.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-top: -400px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-top: -330px;
    }
}

@media only screen and (max-width: 991.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-top: -280px;
    }

    .portfolio-2 .thumb-bg .post-thumbnail .popup-video img {
        width: 120px;
    }
}

@media only screen and (max-width: 767.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-left: -20px;
        margin-top: -224px;
    }

    .portfolio-2 .thumb-bg .post-thumbnail .popup-video img {
        width: 90px;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-left: -20px;
        margin-top: -186px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video {
        margin-top: -150px;
    }
}

.portfolio-2 .thumb-bg .post-thumbnail .popup-video .popup-youtube {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 216px;
    height: 216px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 767.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 475.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn {
        width: 120px;
        height: 120px;
    }
}

.portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn:hover {
    scale: 0.9;
}

.portfolio-2 .thumb-bg .post-thumbnail .popup-video .play-btn:active {
    scale: 0.5;
}

.portfolio-2 .digital-marketing .title, .portfolio-2 .digital-marketing .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .digital-marketing .title-2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .portfolio-2 .digital-marketing .title, .portfolio-2 .digital-marketing .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .digital-marketing .title-2 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .digital-marketing .title, .portfolio-2 .digital-marketing .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .digital-marketing .title-2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .digital-marketing .title, .portfolio-2 .digital-marketing .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .portfolio-2 .digital-marketing .title-2 {
        font-size: 29px;
    }
}

.portfolio-2 .digital-marketing .desc, .portfolio-2 .digital-marketing .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin: 16px 0px;
}

@media only screen and (max-width: 575.98px) {
    .portfolio-2 .digital-marketing .desc, .portfolio-2 .digital-marketing .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375.98px) {
    .portfolio-2 .digital-marketing .desc, .portfolio-2 .digital-marketing .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-2, .portfolio-2 .digital-marketing .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .portfolio-2 .digital-marketing .desc-3 {
        font-size: 15px;
    }
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.service-details {
    font-family: var(--font-inter);
    color: var(--text-color-black);
}

.service-details .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/service-detail/service-detail-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/service-detail/service-detail-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.service-details .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-details .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .hero-img .hero-text h1 {
        font-size: 60px;
        line-height: 66px;
    }
}

.service-details .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.service-details .hero-img .hero-text h5 a {
    color: var(--color-white);
}

.service-details .top-section {
    margin-top: 10rem;
}

.service-details .top-section hr {
    color: #414242;
    height: 1px;
    margin: 20px 0px;
}

.service-details .top-section .our-service-wrp .title, .service-details .top-section .our-service-wrp .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .top-section .our-service-wrp .title-2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
 /* 121.053% */
    text-transform: capitalize;
}

.service-details .top-section .our-service-wrp .icon a svg path {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-details .top-section .our-service-wrp:hover .title a, .service-details .top-section .our-service-wrp:hover .cash-flow .cash-flow-right .title-2 a, .cash-flow .cash-flow-right .service-details .top-section .our-service-wrp:hover .title-2 a {
    color: var(--color-gray-1);
}

.service-details .top-section .our-service-wrp:hover .icon svg path {
    fill: var(--color-gray-1);
}

.service-details .analysis {
    margin-top: 3rem;
}

.service-details .analysis .title, .service-details .analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .analysis .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .analysis .title, .service-details .analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .analysis .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .analysis .title, .service-details .analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .analysis .title-2 {
        font-size: 36px;
        line-height: 48px;
    }
}

.service-details .analysis .desc, .service-details .analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .analysis .desc-3, .service-details .analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .analysis .desc-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    color: var(--contact-text-light);
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .analysis .desc, .service-details .analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .analysis .desc-3, .service-details .analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .analysis .desc-3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .analysis .desc, .service-details .analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .analysis .desc-3, .service-details .analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .analysis .desc-2, .service-details .analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .analysis .desc-3 {
        font-size: 14px;
    }
}

.service-details .analysis-card {
    background: var(--grey-bg);
    padding: 24px;
    margin-top: 40px;
}

.service-details .analysis-card ul {
    gap: 10px;
}

.service-details .analysis-card ul .title, .service-details .analysis-card ul .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .analysis-card ul .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.service-details .analysis-card .desc, .service-details .analysis-card .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .analysis-card .desc-2, .service-details .analysis-card .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .analysis-card .desc-2, .service-details .analysis-card .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .analysis-card .desc-3, .service-details .analysis-card .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .analysis-card .desc-2, .service-details .analysis-card .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .analysis-card .desc-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 375.98px) {
    .service-details .analysis-card .desc, .service-details .analysis-card .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .analysis-card .desc-2, .service-details .analysis-card .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .analysis-card .desc-2, .service-details .analysis-card .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .analysis-card .desc-3, .service-details .analysis-card .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .analysis-card .desc-2, .service-details .analysis-card .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .analysis-card .desc-3 {
        font-size: 14px;
    }
}

.service-details .analysis-card .more-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}

.service-details .analysis-card .more-btn span svg path {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-details .analysis-card .more-btn:hover {
    color: var(--color-gray-1);
}

.service-details .analysis-card .more-btn:hover svg path {
    stroke: var(--color-gray-1);
}

.service-details .benifits {
    margin-top: 5rem;
}

.service-details .benifits .left-section .title, .service-details .benifits .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .benifits .left-section .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .service-details .benifits .left-section .title, .service-details .benifits .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .benifits .left-section .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .benifits .left-section .title, .service-details .benifits .left-section .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .benifits .left-section .title-2 {
        font-size: 34px;
        line-height: 44px;
    }
}

.service-details .benifits .left-section .desc, .service-details .benifits .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .benifits .left-section .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-2, .blog-detail .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-3, .blog-detail .service-details .benifits .left-section .blog-intro .desc-3, .service-details .benifits .blog .left-section .blog-intro .desc-2, .blog .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog .left-section .blog-intro .desc-3, .blog .service-details .benifits .left-section .blog-intro .desc-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-top: 10px;
    color: var(--contact-text-light);
    margin-top: 40px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .benifits .left-section .desc, .service-details .benifits .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .benifits .left-section .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-2, .blog-detail .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-3, .blog-detail .service-details .benifits .left-section .blog-intro .desc-3, .service-details .benifits .blog .left-section .blog-intro .desc-2, .blog .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog .left-section .blog-intro .desc-3, .blog .service-details .benifits .left-section .blog-intro .desc-3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .benifits .left-section .desc, .service-details .benifits .left-section .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .benifits .left-section .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-2, .blog-detail .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog-detail .left-section .blog-intro .desc-3, .blog-detail .service-details .benifits .left-section .blog-intro .desc-3, .service-details .benifits .blog .left-section .blog-intro .desc-2, .blog .service-details .benifits .left-section .blog-intro .desc-2, .service-details .benifits .blog .left-section .blog-intro .desc-3, .blog .service-details .benifits .left-section .blog-intro .desc-3 {
        font-size: 14px;
    }
}

.service-details .benifits .left-section .benefit-list ul {
    margin-bottom: 16px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .benifits .left-section .benefit-list ul li img {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .service-details .benifits .left-section .benefit-list ul li {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .benifits .left-section .benefit-list ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 475.98px) {
    .service-details .benifits .left-section .benefit-list ul {
        margin-bottom: 4px;
    }
}

.service-details .competitive-analysis {
    margin-top: 2rem;
}

.service-details .competitive-analysis .title, .service-details .competitive-analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .competitive-analysis .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .service-details .competitive-analysis .title, .service-details .competitive-analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .competitive-analysis .title-2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .competitive-analysis .title, .service-details .competitive-analysis .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .service-details .competitive-analysis .title-2 {
        font-size: 36px;
        line-height: 44px;
    }
}

.service-details .competitive-analysis .desc, .service-details .competitive-analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-3, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    margin-bottom: 20px;
    color: var(--contact-text-light);
}

@media only screen and (max-width: 575.98px) {
    .service-details .competitive-analysis .desc, .service-details .competitive-analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-3, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375.98px) {
    .service-details .competitive-analysis .desc, .service-details .competitive-analysis .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .service-details .competitive-analysis .desc-3, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-2, .service-details .competitive-analysis .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .service-details .competitive-analysis .desc-3 {
        font-size: 14px;
    }
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.price-details {
    font-family: var(--font-inter);
    color: var(--contact-text-color);
}

.price-details .hero-img {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/price-details/price-details-1.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/price-details/price-details-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 342px;
}

.price-details .hero-img .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.price-details .hero-img .hero-text h1 {
    color: var(--color-white);
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
    .price-details .hero-img .hero-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-details .hero-img .hero-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575.98px) {
    .price-details .hero-img .hero-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
}

.price-details .hero-img .hero-text h5 {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.price-details .hero-img .hero-text h5 a {
    color: var(--color-white);
}

@media only screen and (max-width: 475.98px) {
    .price-details .hero-img .hero-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375.98px) {
    .price-details .hero-img .hero-text h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

.price-details .plan {
    margin-top: 10rem;
}

.price-details .plan .title, .price-details .plan .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .price-details .plan .title-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
 /* 112.5% */
    text-transform: capitalize;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 42%;
}

@media only screen and (max-width: 991.98px) {
    .price-details .plan .title, .price-details .plan .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .price-details .plan .title-2 {
        width: 100%;
        font-size: 44px;
    }
}

.price-details .plan .sub-title, .price-details .plan .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .price-details .plan .sub-title-2, .price-details .plan .banner3-container .sub-title2, .banner3-container .price-details .plan .sub-title2 {
    color: var(--contact-text-light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
 /* 144.444% */
    text-transform: capitalize;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.price-details .plan .filter-button-group-price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.price-details .plan .filter-button-group-price ul {
    gap: 3px;
    -webkit-filter: drop-shadow(0px 4px 60px rgba(40, 55, 79, 0.1));
    filter: drop-shadow(0px 4px 60px rgba(40, 55, 79, 0.1));
    border-radius: 3px;
    background: #fff;
    padding: 3px;
}

.price-details .plan .filter-button-group-price ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 44px;
    padding: 17px 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.price-details .plan .filter-button-group-price ul li.active {
    cursor: pointer;
    background: #c8f031;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-details .plan .filter-button-group-price ul li:hover {
    cursor: pointer;
}

.price-details .plan .card-container {
    margin-top: 8rem;
}

.price-details .plan .card-container .card-wrapper {
    padding: 40px;
    position: relative;
    display: block;
    overflow: hidden;
}

.price-details .plan .card-container .card-wrapper .card-top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.price-details .plan .card-container .card-wrapper .card-top .hidden-title {
    background: #000;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 0px;
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: auto;
    color: #ffffff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.price-details .plan .card-container .card-wrapper .card-top .package-title {
    color: var(--text-orange);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 26px;
}

.price-details .plan .card-container .card-wrapper .card-top .package-title:hover {
    color: #000;
}

.price-details .plan .card-container .card-wrapper .card-top .package-sub-title {
    color: var(--text-grey);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

.price-details .plan .card-container .card-wrapper .card-top .pricing {
    color: var(--text-grey);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.price-details .plan .card-container .card-wrapper .card-top .pricing .amount {
    color: var(--contact-text-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 49px;
}

.price-details .plan .card-container .card-wrapper:hover {
    cursor: pointer;
    background: #fff;
    -webkit-filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.08));
}

.price-details .plan .card-container .card-wrapper:hover .card-top .hidden-title {
    top: -26px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.price-details .plan .card-container .card-wrapper .desc, .price-details .plan .card-container .card-wrapper .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .price-details .plan .card-container .card-wrapper .desc-2, .price-details .plan .card-container .card-wrapper .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-2, .price-details .plan .card-container .card-wrapper .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-3, .price-details .plan .card-container .card-wrapper .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-2, .price-details .plan .card-container .card-wrapper .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-3 {
    margin-top: 36px;
}

.price-details .plan .card-container .card-wrapper .desc ul li, .price-details .plan .card-container .card-wrapper .pos-system .pos-system-left .desc-2 ul li, .pos-system .pos-system-left .price-details .plan .card-container .card-wrapper .desc-2 ul li, .price-details .plan .card-container .card-wrapper .blog-detail .left-section .blog-intro .desc-2 ul li, .blog-detail .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-2 ul li, .price-details .plan .card-container .card-wrapper .blog-detail .left-section .blog-intro .desc-3 ul li, .blog-detail .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-3 ul li, .price-details .plan .card-container .card-wrapper .blog .left-section .blog-intro .desc-2 ul li, .blog .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-2 ul li, .price-details .plan .card-container .card-wrapper .blog .left-section .blog-intro .desc-3 ul li, .blog .left-section .blog-intro .price-details .plan .card-container .card-wrapper .desc-3 ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.price-details .plan .card-container .card-wrapper .bottom {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.price-details .plan .card-container .card-wrapper .bottom a {
    width: 100%;
}

.price-details .plan .card-container .card-wrapper .bottom p {
    color: var(--text-color-light2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 14px;
}

.price-details .faq {
    margin-top: 10rem;
}

.price-details .faq .title, .price-details .faq .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .price-details .faq .title-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.price-details .faq .desc, .price-details .faq .pos-system .pos-system-left .desc-2, .pos-system .pos-system-left .price-details .faq .desc-2, .price-details .faq .blog-detail .left-section .blog-intro .desc-2, .blog-detail .left-section .blog-intro .price-details .faq .desc-2, .price-details .faq .blog-detail .left-section .blog-intro .desc-3, .blog-detail .left-section .blog-intro .price-details .faq .desc-3, .price-details .faq .blog .left-section .blog-intro .desc-2, .blog .left-section .blog-intro .price-details .faq .desc-2, .price-details .faq .blog .left-section .blog-intro .desc-3, .blog .left-section .blog-intro .price-details .faq .desc-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.7;
    margin-top: 25px;
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*-------------------------
   Header Styles
-------------------------*/
.lc-header-2 {
    position: relative;
    z-index: 4;
    background: var(--business-page-color);
}

.lc-header-2 .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px;
}

.lc-header-2 .header-navbar .header-logo {
    font-family: var(--font-archivo);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-logo a {
    display: block;
    color: #000;
}

.lc-header-2 .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.lc-header-2 .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-logo img {
        width: 25px;
    }
}

.lc-header-2 .header-navbar .header-logo .nav-title {
    font-family: var(--font-archivo);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lc-header-2 .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-navbar .header-main-nav {
        margin: 0;
    }
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.lc-header-2.header-style-1 .lc-mainmenu.lc-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.lc-header-2 .lc-mainmenu {
    padding: 1rem 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .lc-mainmenu {
        padding: 0px 0;
    }
}

.lc-header-2 .lc-mainmenu.lc-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--business-page-color);
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    -webkit-animation: headerSlideDown 0.8s ease forwards;
    animation: headerSlideDown 0.8s ease forwards;
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.lc-header-2 .lc-mainmenu.lc-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.lc-header-2 .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: -110px;
    margin-top: 10px;
    margin-bottom: -10px;
    gap: 10px;
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .mainmenu {
        gap: 0;
        margin-left: 0px;
    }
}

.lc-header-2 .mainmenu > li {
    margin: 0 1px;
}

@media only screen and (max-width: 1399.98px) {
    .lc-header-2 .mainmenu > li {
        margin: 0 1px;
    }
}

.lc-header-2 .mainmenu > li > a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-inter);
    height: 60px;
    margin-top: 20px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lc-header-2 .mainmenu > li > a:hover {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.lc-header-2 .mainmenu > li > a.active {
    color: var(--color-black);
}

.lc-header-2 .mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.lc-header-2 .mainmenu > .menu-item-has-children {
    position: relative;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children > a::after {
    content: "";
    font-family: var(--font-archivo);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(194, 193, 193, 0.15);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a:hover::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active {
    color: var(--color-primary);
}

.lc-header-2 .mainmenu > .menu-item-has-children .lc-submenu li a.active::after {
    width: 100%;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(13n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .mainmenu > .menu-item-has-children:hover .lc-submenu li:nth-child(14n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.lc-header-2 .header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lc-header-2 .header-action > ul > li {
    margin-right: 30px;
}

.lc-header-2 .header-action > ul > li:last-child {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn {
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.lc-header-2 .header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-social-link {
        display: none;
    }
}

.lc-header-2 .header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.lc-header-2 .header-action .social-icon-list li {
    margin: 15px;
}

.lc-header-2 .header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.lc-header-2 .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.lc-header-2 .header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .lc-header-2 .header-action .header-btn .lc-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lc-header-2 .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .header-action .mobile-menu-btn {
        display: none;
    }
}

.lc-header-2 .header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.lc-header-2 .header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .lc-header-2 .header-action .my_switcher {
        margin-left: 15px;
    }
}

.lc-header-2 .header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lc-header-2 .mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .lc-header-2 .mobile-nav-header {
        display: none;
    }
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo {
    width: 180px;
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.lc-header-2 .mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lc-header-2 .lc-mainmenu.lc-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .lc-header-2 .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .lc-header-2 .mainmenu-nav.show {
        left: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu {
        display: contents;
        height: 100%;
        overflow: auto;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li {
        padding: 0 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .lc-header-2 .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a {
        padding: 7px 10px;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children .lc-submenu li a::after {
        display: none;
    }

    .lc-header-2 .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .lc-submenu {
        display: block;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lc-header-2 .nav-right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 1rem;
}

.lc-header-2 .nav-right-btn .btn-login {
    font-family: var(--font-archivo);
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 24px;
}

.register {
    color: var(--text-color-black);
    padding: 40px 0;
}

.register .title, .register .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .register .title-2 {
    font-family: var(--font-archivo);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 11px;
}

.register .sub-title, .register .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .register .sub-title-2, .register .banner3-container .sub-title2, .banner3-container .register .sub-title2 {
    color: var(--text-color-light3);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: var(--font-poppins);
}

.register .google-login {
    border-radius: 10px;
    border: 1px solid var(--color-grey);
    padding: 14px 40px;
    width: 100%;
    margin-bottom: 30px;
}

.register .google-login .login-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-left: 12px;
}

.register .google-login:hover {
    color: var(--text-color-light3);
}

.register .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    margin-bottom: 30px;
}

.register .hr-text:before {
    content: "";
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.register .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    font-size: 16px;
    padding: 0 14px;
    line-height: 1.5em;
    font-family: var(--font-archivo);
    color: var(--text-color-light3);
    background-color: #fff;
}

.register .register-form {
    position: relative;
}

.register .register-form label {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: var(--font-archivo);
}

.register .register-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-light3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register .register-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-light3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register .register-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-light3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register .register-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-light3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register .register-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-light3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register .register-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: var(--text-color-light3);
}

.register .register-form ::-ms-input-placeholder {
  /* Microsoft Edge */
    color: var(--text-color-light3);
}

.register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
    background-color: white;
    background-position: 400px 17px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1399.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 426px 17px;
    }
}

@media only screen and (max-width: 991.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 680px 17px;
    }
}

@media only screen and (max-width: 767.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 500px 17px;
    }
}

@media only screen and (max-width: 575.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 400px 17px;
    }
}

@media only screen and (max-width: 475.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 300px 17px;
    }
}

@media only screen and (max-width: 375.98px) {
    .register .register-form .input-icon, .register .register-form .password-icon, .register .register-form .mail-icon {
        background-position: 250px 17px;
    }
}

.register .register-form .mail-icon {
    background-image: url("../media/register/register-5.png");
}

.register .register-form .password-icon {
    background-image: url("../media/register/register-4.png");
}

.register .register-form .form-group.required .label:after {
    content: "*";
    color: red;
}

.register .register-form .form-group-2 {
    margin-bottom: 10px;
}

.register .register-form .input-data {
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid var(--color-grey);
    padding: 14px 30px 14px 20px;
    width: 100%;
    margin: 0px;
    font-family: var(--font-poppins);
}

.register .register-form .form-check {
    margin-bottom: 40px;
}

.register .register-form .form-check .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--color-grey);
}

.register .register-form .form-check .form-check-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-color-light3);
    margin-left: 6px;
    font-family: var(--font-poppins);
}

.register .register-form .submit-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 50px;
    background: var(--text-color-blue);
    padding: 14px 40px;
    margin-bottom: 8px;
    font-family: var(--font-archivo);
    letter-spacing: 1.5px;
}

.register .register-form .submit-btn:hover {
    background: var(--business-btn2-color);
}

.register .have-account {
    font-size: 16px;
    color: var(--digital-text-color);
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--font-archivo);
}

.register .login {
    color: var(--text-color-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--font-archivo);
}

.register .login:hover {
    color: var(--business-btn2-color);
}

/*-------------------------
   footer2 Styles
-------------------------*/
.footer2-container {
    background: var(--business-footer);
    color: #ffffff;
    font-family: var(--font-syne);
    margin-top: 300px;
    padding: 100px 10px;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container {
        padding: 40px 0 80px;
    }
}

.footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 35px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }

    .footer2-container .title br, .footer2-container .cash-flow .cash-flow-right .title-2 br, .cash-flow .cash-flow-right .footer2-container .title-2 br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer2-container .title, .footer2-container .cash-flow .cash-flow-right .title-2, .cash-flow .cash-flow-right .footer2-container .title-2 {
        font-size: 28px;
    }
}

.footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .sub-title, .footer2-container .tax-experts .tax-experts-right .sub-title-2, .tax-experts .tax-experts-right .footer2-container .sub-title-2, .footer2-container .banner3-container .sub-title2, .banner3-container .footer2-container .sub-title2 {
        font-size: 16px;
    }

    .footer2-container .sub-title br, .footer2-container .tax-experts .tax-experts-right .sub-title-2 br, .tax-experts .tax-experts-right .footer2-container .sub-title-2 br, .footer2-container .banner3-container .sub-title2 br, .banner3-container .footer2-container .sub-title2 br {
        display: none;
    }
}

.footer2-container .footer2-top {
    margin-top: -300px;
    padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
    .footer2-container .footer2-top {
        padding: 40px 10px;
    }
}

.footer2-container .footer2-right {
    margin-top: 50px;
    margin-bottom: -50px;
}

.footer2-container .footer2-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer2-container .footer2-right ul li {
    margin: 5px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.footer2-container .footer2-right ul li a {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer2-container .footer2-right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom-2 {
    background: #27272a;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-2 .copyright {
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.not-found {
    margin-top: 20rem;
}

/*=======================================================================
5. Dark Style 
=========================================================================*/
/*=======================================================================
6. Spacing 
=========================================================================*/
/*-------------------------
    Section Space
-------------------------*/
.section-padding {
    padding: 140px 0 110px;
}

@media only screen and (max-width: 1399.98px) {
    .section-padding {
        padding: 100px 0 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-padding {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0 30px;
    }
}

.section-padding-2 {
    padding: 140px 0 100px;
}

@media only screen and (max-width: 1399.98px) {
    .section-padding-2 {
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-padding-2 {
        padding: 80px 0 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding-2 {
        padding: 60px 0 20px;
    }
}

.section-padding-equal {
    padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
    .section-padding-equal {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-padding-equal {
        padding: 60px 0;
    }
}

.section--spacing {
    margin: 100px 0;
}

@media only screen and (max-width: 991.98px) {
    .section--spacing {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section--spacing {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .section--spacing {
        margin: 40px 0;
    }
}

.item--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mt--200 {
    margin-top: 200px;
}

.mt--160 {
    margin-top: 160px !important;
}

.mt--100 {
    margin-top: 100px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--50 {
    margin-top: 50px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.ml--10 {
    margin-left: 10px;
}

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

.mt--6 {
    margin-top: 6px !important;
}

.mb--6 {
    margin-bottom: 6px !important;
}

.mb--130 {
    margin-bottom: 130px !important;
}

.mt--16 {
    margin-top: 16px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--16 {
    margin-bottom: 16px !important;
}

.mb--12 {
    margin-bottom: 12px !important;
}

.mb--22 {
    margin-bottom: 22px !important;
}

.mb--32 {
    margin-bottom: 32px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.ml--24 {
    margin-left: 24px !important;
}

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

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

.pt--250 {
    padding-top: 250px;
}

.pt--200 {
    padding-top: 200px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--70 {
    padding-bottom: 70px;
}

.plr--30 {
    padding: 0 30px;
}

@media only screen and (max-width: 1399.98px) {
    .pt_lg--200 {
        padding-top: 200px;
    }

    .pt_lg--100 {
        padding-top: 100px;
    }

    .pb_lg--40 {
        padding-bottom: 40px;
    }

    .pb_lg--20 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .mb_md--70 {
        margin-bottom: 70px;
    }

    .mb_md--30 {
        margin-bottom: 30px;
    }

    .pt_md--100 {
        padding-top: 100px;
    }

    .pt_md--80 {
        padding-top: 80px;
    }

    .pb_md--70 {
        padding-bottom: 70px;
    }

    .pb_md--20 {
        padding-bottom: 20px;
    }

    .mt_md--0 {
        margin-top: 0;
    }

    .mb_md--0 {
        margin-bottom: 0;
    }

    .pb_md--0 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .pt_sm--80 {
        padding-top: 80px;
    }

    .pt_sm--60 {
        padding-top: 60px;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }
}