
:root {
    --xgs-main-color-one: #ec7161;
    --xgs-main-color-one-rgb: 236, 113, 97;
    --xgs-secondary-color: #ffa500;
    --xgs-secondary-color-rgb: 255, 165, 0;
    --xgs-bg-base: #ec7161;
    --xgs-bg-1: #EDF0F2;
    --xgs-bg-2: #181818;
    --xgs-bg-3: #1F1F1F;
    --xgs-footer-bg-1: #020418;
    --xgs-footer-bg-2: #1E84FE;
    --xgs-copyright-bg-1: #323336;
    --xgs-heading-color: #181818;
    --xgs-heading-color-rgb: 24, 24, 24;
    --xgs-border-color: #EAECF0;
    --xgs-border-two: #E7E7E7;
    --xgs-border-three: #dddddd;
    --xgs-black-border: #3D3D3D;
    --xgs-white-shadow: #ececec;
    --xgs-black-shadow: #d8d8d8;
    --xgs-white-text: #fff;
    --white-text: #fff;
    --white-bg: #fff;
    --xgs-white-bg: #fff;
    --xgs-paragraph-white: #c7c7c7;
    --xgs-paragraph-color: #484848;
    --xgs-body-color: #8a8a8a;
    --xgs-active-color: #00C897;
    --xgs-active-color-rgb: 0, 200, 151;
    --xgs-success-color: #65c18c;
    --xgs-success-color-rgb: 101, 193, 140;
    --xgs-danger-color: #f53a3a;
    --xgs-danger-color-rgb: 245, 58, 58;

    --xgs-heading-font: "Inter", sans-serif;
    --xgs-body-font: "Inter", sans-serif;
    --xgs-inter-font: "Inter", sans-serif;
}

body {
    counter-reset: myCounter subItemCounter touchCounter processCounter;
    font-family: var(--xgs-inter-font);
}
.default-container {
    margin-inline: auto;
    padding-inline: 12px;
}
@media screen and (min-width: 576px) {
    .default-container {
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .default-container {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .default-container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .default-container {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .default-container {
        max-width: 1320px;
        margin-inline: auto;
        padding-inline: 12px;
    }
}
.elementor-element.e-parent {
    padding: 0;
}

.pat-150 {
    padding-top: 150px;
}
.pab-150 {
    padding-bottom: 150px;
}
.pat-130 {
    padding-top: 130px;
}
.pab-130 {
    padding-bottom: 130px;
}
.pat-100 {
    padding-top: 100px;
}
.pab-100 {
    padding-bottom: 100px;
}

.pat-75 {
    padding-top: 75px;
}
.pab-75 {
    padding-bottom: 75px;
}
.pat-65 {
    padding-top: 65px;
}
.pab-65 {
    padding-bottom: 65px;
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .pat-150 {
        padding-top: 140px;
    }
    .pab-150 {
        padding-bottom: 140px;
    }
    .pat-75 {
        padding-top: 70px;
    }
    .pab-75 {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .pat-150 {
        padding-top: 130px;
    }
    .pab-150 {
        padding-bottom: 130px;
    }
    .pat-75 {
        padding-top: 65px;
    }
    .pab-75 {
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 991.98px) {
    .pat-150 {
        padding-top: 80px;
    }
    .pab-150 {
        padding-bottom: 80px;
    }
    .pat-130 {
        padding-top: 80px;
    }
    .pab-130 {
        padding-bottom: 80px;
    }
    .pat-100 {
        padding-top: 60px;
    }
    .pab-100 {
        padding-bottom: 60px;
    }
    .pat-75 {
        padding-top: 40px;
    }
    .pab-75 {
        padding-bottom: 40px;
    }
    .pat-65 {
        padding-top: 40px;
    }
    .pab-65 {
        padding-bottom: 40px;
    }
}

/* Custom col css */
@media screen and (min-width: 50px) and (max-width: 575px) {
    .col-vxxs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media screen and (min-width: 375px) and (max-width: 575px) {
    .col-xxs-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}




h1,h2,h3,h4,h5,h6 {
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms
}

p {
    color: var(--xgs-paragraph-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
    font-family: var(--xgs-inter-font);
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--xgs-paragraph-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    font-family: var(--xgs-inter-font);
}

a,a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
    color: inherit
}

pre {
    word-break: break-word
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

.list-style-none {
    margin: 0;
    padding: 0;
    list-style: none
}

ol {
    counter-reset: counter;
    padding-left: 0
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px
}

span {
    display: inline-block
}

.desktop-center {
    text-align: center
}

.form--control {
    width: 100%
}
.xgenious-form-control {
    width: 100%;
}
.xgs-bg-1 {
    background-color: var(--xgs-bg-1);
}
.xgs-bg-2 {
    background-color: var(--xgs-bg-2);
}
.xgs-bg-3 {
    background-color: var(--xgs-bg-3);
}



/*----------------------------------------------
    # Nav bar
----------------------------------------------*/

.navbar.navbar__main.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar__main.nav-style-01 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar__main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }
    .desktop-logo {
        display: none !important;
    }
}

.navbar__main {
    padding: 0;
}

.navbar__main.nav__absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    z-index: 1;
}


/* .navbar__main.nav-style-01 {
    background-color: var(--secondary-color);
} */

.navbar__main.nav-style-01 {
    background-color: #fff !important;
}

.navbar__main.nav-style-01 .nav-container {
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar__main.nav-style-01 .nav-container .nav-right-content ul li {
    color: var(--heading-color);
}

.navbar__main.nav-style-01 .nav-container .nav-right-content ul li a {
    color: var(--heading-color);
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 110px;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: 1px solid #e2e2e2;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    padding-left: 20px;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
    color: #fff;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--heading-color) !important;
    font-weight: 400;
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar__main .nav-container {
    background-color: transparent;
}
.navbar__main .logo-wrapper img {
    max-width: 160px !important;
}
.navbar__main .nav-container .nav-right-content .btn-wrapper {
    margin-left: 40px;
}

.navbar__main .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar__main .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    color: #6a7795;
}

.navbar__main .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}

.navbar__main .nav-container .nav-right-content ul li a {
    color: #6a7795;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar__main .nav-container .nav-right-content ul li a:hover {
    color: var(--main-color-one);
}

.navbar__main .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar__main .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one);
}

.navbar__main .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}

.navbar__main .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}

.navbar__main .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 90px;
    color: var(--heading-color);
}

.navbar__main .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: center;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 90px;
    font-family: var(--heading-font);
    color: var(--heading-color);
}


.navbar__main .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 30px;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}
.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu,
.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    /* z-index: 0; */
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu a,
.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children a {
    position: relative;
    padding-right: 15px;
    /* z-index: 0; */
}
.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu > a:after,
.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 1px solid var(--heading-color);
    border-right: 1px solid var(--heading-color);
    height: 8px;
    margin-top: 5px;
    right: 0px;
    width: 8px;
    transform: rotate(45deg);
    transition: all .2s;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: 1px solid #e2e2e2;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff !important;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover::after {
    border-color: #fff !important;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children a {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 20px;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover::after {
    color: #fff;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li:hover>a {
    color: var(--main-color-one) !important;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li:hover::after {
    color: var(--main-color-one) !important;
}

.navbar__main .nav-container .navbar-collapse .navbar-nav li:hover>a::after {
    border-color: var(--main-color-one) !important;
}

.navbar__main .megaMenu-content {
    box-shadow: 0 0 20px #dddddd59;
    position: relative;
}

.navbar__main .megaMenu-content::before {
    content: '';
    position: absolute;
    top: -15px;
    left: calc(50% + 15px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #f7f7f7;
    z-index: -1;
}
.navbar__main .product-mega-menu .megaMenu-content::before {
    left: calc(50% + 0px);
}
.xgenious-megamenu-wapper .elementor-section {
    max-width: 100%;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .navbar__main .megaMenu-content::before {
        left: calc(27% - 0px);
    }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .navbar__main .megaMenu-content::before {
        left: calc(27% - 0px);
    }
}
.navbar__main .docs-megaMenu .megaMenu-content::before {
    display: none;
}
.navbar__main .megaMenu-content-flex {
    gap: 12px 24px;
}
@media only screen and (min-width: 992px) {
    .navbar__main .megaMenu-content-flex {
        gap: 0px 24px;
    }
}
.navbar__main .docs-megaMenu .megaMenu-content-item {
    padding: 0;
}
.navbar__main .docs-megaMenu .megaMenu-content-item:last-child > div {
    display: flex;
    margin: 0;
    padding: 20px 12px;
}
.navbar__main .docs-megaMenu .megaMenu-content-item .megaMenu-content-item-single-content-title {
    font-weight: 700;
}
.navbar__main .megaMenu-content-item {
    padding: 20px 12px;
    border-radius: 4px;
    transition: all .3s;
}
.navbar__main .megaMenu-content-item:hover {
    background-color: rgba(var(--xgs-main-color-one-rgb), .05);
}
.navbar__main .megaMenu-content-item.nazmart:hover {
    background-color: #f0485310;
}
.navbar__main .megaMenu-content-item.nazmart:hover .megaMenu-content-item-single-content-title {
    color: #EC7161;
}
.navbar__main .megaMenu-content-item.grenmart:hover {
    background-color: #00b10610;
}
.navbar__main .megaMenu-content-item.grenmart:hover .megaMenu-content-item-single-content-title {
    color: #00B106;
}
.navbar__main .megaMenu-content-item.nexelit:hover {
    background-color: #9b4bf010;
}
.navbar__main .megaMenu-content-item.nexelit:hover .megaMenu-content-item-single-content-title {
    color: #9C4BF0;
}
.navbar__main .megaMenu-content-item.xilancer:hover {
    background-color: #6175f610;
}
.navbar__main .megaMenu-content-item.xilancer:hover .megaMenu-content-item-single-content-title {
    color: #6176F6;
}
.navbar__main .megaMenu-content-item.katerio:hover {
    background-color: #7c25a710;
}
.navbar__main .megaMenu-content-item.katerio:hover .megaMenu-content-item-single-content-title {
    color: #7E25A8;
}
.navbar__main .megaMenu-content-item.fundorex:hover {
    background-color: #0dc69510;
}
.navbar__main .megaMenu-content-item.fundorex:hover .megaMenu-content-item-single-content-title {
    color: #0FC393;
}
.navbar__main .megaMenu-content-item.dizzcox:hover {
    background-color: #2685f910;
}
.navbar__main .megaMenu-content-item.dizzcox:hover .megaMenu-content-item-single-content-title {
    color: #2685F9;
}
.navbar__main .megaMenu-content-item.oxo:hover {
    background-color: #6123cb10;
}
.navbar__main .megaMenu-content-item.oxo:hover .megaMenu-content-item-single-content-title {
    color: #6123CB;
}


.navbar__main .megaMenu-content-item.web-solution:hover {
    background-color: #ddeef050;
}
.navbar__main .megaMenu-content-item.web-solution:hover .megaMenu-content-item-single-content-title {
    color: #5AC6D1;
}
.navbar__main .megaMenu-content-item.mobile-app:hover {
    background-color: #cde9f650;
}
.navbar__main .megaMenu-content-item.mobile-app:hover .megaMenu-content-item-single-content-title {
    color: #08B1F0;
}
.navbar__main .megaMenu-content-item.ui-ux-design:hover {
    background-color: #e6e9f450;
}
.navbar__main .megaMenu-content-item.ui-ux-design:hover .megaMenu-content-item-single-content-title {
    color: #085BD3;
}
.navbar__main .megaMenu-content-item.shopify-development:hover {
    background-color: #e8ebd450;
}
.navbar__main .megaMenu-content-item.shopify-development:hover .megaMenu-content-item-single-content-title {
    color: #5E8E3E;
}
.navbar__main .megaMenu-content-item.webflow-development:hover {
    background-color: #ebe8f850;
}
.navbar__main .megaMenu-content-item.webflow-development:hover .megaMenu-content-item-single-content-title {
    color: #146EF5;
}
.navbar__main .megaMenu-content-item.wordpress-development:hover {
    background-color: #e5ebef50;
}
.navbar__main .megaMenu-content-item.wordpress-development:hover .megaMenu-content-item-single-content-title {
    color: #016F9F;
}
.navbar__main .megaMenu-content-item.saas-development:hover {
    background-color: #fdebe950;
}
.navbar__main .megaMenu-content-item.saas-development:hover .megaMenu-content-item-single-content-title {
    color: #EC7161;
}
.navbar__main .megaMenu-content-item.installation-service:hover {
    background-color: #e6eae450;
}
.navbar__main .megaMenu-content-item.installation-service:hover .megaMenu-content-item-single-content-title {
    color: #338156;
}
.navbar__main .megaMenu-content-item.customisation-service:hover {
    background-color: #feedc850;
}
.navbar__main .megaMenu-content-item.customisation-service:hover .megaMenu-content-item-single-content-title {
    color: #FFC513;
}
.megaMenu-content-item-single-icon img, 
.megaMenu-content-item-single-icon svg {
    
}
/* .navbar__main .megaMenu-content-item:last-child:hover {
    background-color: unset;
} */
.navbar__main .megaMenu-content-item-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.navbar__main .docs-megaMenu .megaMenu-content-item-single {
    align-items: flex-start;
}
.navbar__main .nav-container .navbar-collapse .xgenious-megamenu .megaMenu-content-item-single .megaMenu-content-item-single-content > a {
    padding-right: 0 !important;
    display: block;
}
.navbar__main .nav-container .navbar-collapse .xgenious-megamenu .megaMenu-content-item-single-icon > a {
    padding-right: 0 !important;
}
.navbar__main .nav-container .navbar-collapse .xgenious-megamenu .megaMenu-content-item-single-icon > img {
    box-shadow: none !important;
}

@media only screen and (max-width: 991.98px) {
    .navbar__main .megaMenu-content::before {
        display: none;
    }
    .navbar__main .megaMenu-content-flex {
        gap: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .navbar__main .megaMenu-content-item {
        width: calc((100% / 2) - 12px);
    }
}
@media only screen and (max-width: 575px) {
    .navbar__main .megaMenu-content-item {
        width: calc((100% / 1) - 0px);
    }
}

.navbar__main .megaMenu-content-item-single-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--xgs-inter-font) !important;
    color: var(--xgs-heading-color);
}
.navbar__main .megaMenu-content-item-single-content-para {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-top: 8px;
    font-weight: 400;
    font-family: var(--xgs-inter-font);
    color: var(--xgs-paragraph-color);
}
/* navbar style 02 */

.logo-wrapper .site-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--main-color-one);
    text-transform: uppercase;
    line-height: 40px;
}

.navbar__main.nav-style-02 .nav-container {
    background-color: rgb(251, 249, 249);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.06);
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
    background-color: var(--main-color-one);
    position: relative;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #fff;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--main-color-two);
    content: '';
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    color: #121212;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li {
    font-weight: 700;
    padding: 0 20px;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0px;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item {
    background-color: transparent;
    padding: 0;
}

.navbar__main.nav-style-02 .nav-container .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item:after {
    display: none;
}

.header-style-02 {
    position: relative;
    z-index: 1;
}

.navbar__main.nav-style-02 {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 9;
}


/* nav right content */

.xgn-nav-right-content {
    margin-left: 30px;
}

.xgn-nav-right-content-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.xgn-nav-right-content-item {}

.navbar__main .xgn-nav-right-content .xgn-nav-btn {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background-color: var(--main-color-one);
    border: 2px solid var(--main-color-one);
    color: var(--white-text);
    font-family: var(--xgs-inter-font) !important;
    font-weight: 500;
    border-radius: 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.navbar__main .xgn-nav-right-content .xgn-nav-btn .icon {
    display: none;
}
@media only screen and (max-width: 991.98px) {
    .navbar__main .xgn-nav-right-content .xgn-nav-btn {
        padding: 7px 20px;
    }
    .navbar__main .xgn-nav-right-content .xgn-nav-btn .icon {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .navbar__main .xgn-nav-right-content .xgn-nav-btn {
        padding: 5px 10px;
    }
}

.navbar__main .xgn-nav-right-content .xgn-nav-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--heading-color);
    transition: all .5s;
    content: none;
}

.navbar__main .xgn-nav-right-content .xgn-nav-btn:hover::before {
    width: 100%;
    z-index: -1;
    background-color: unset !important;
}

.navbar__main .xgn-nav-right-content .xgn-nav-btn:hover {
    border-color: var(--xgs-main-color-one);
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
}

.nav-right-content-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-right-content-area ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    line-height: 90px;
}

.nav-right-content-area ul li+li {
    margin-left: 10px;
}

.nav-right-content-area ul li a:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.nav-right-content-area ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 50%;
    transition: all 400ms;
}

.header-shopping-cart a {
    position: relative;
    z-index: 0;
}

.header-shopping-cart a span {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: var(--main-color-two);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}
.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu a {
    position: relative;
}
/* .navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu > a:after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 1px solid var(--heading-color);
    border-right: 1px solid var(--heading-color);
    height: 8px;
    margin-top: 5px;
    right: 0px;
    width: 8px;
    transform: rotate(45deg);
    transition: all .2s;
} */

.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu:hover .xgenious-megamenu-wapper {
    visibility: visible;
    opacity: 1;
    top: calc(100% - 0px);
    left: auto;
}
.navbar__main .xgenious-megamenu-wapper {
    max-width: 1045px;
}
.navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu:hover .xgenious-megamenu-wapper.product-mega-menu {
    transform: translateX(-48%);
}
.navbar__main .xgenious-megamenu-wapper.product-mega-menu {
    transform: translateX(-48%);
}
@media screen and (max-width: 991.98px) {
    .navbar__main .xgenious-megamenu-wapper.product-mega-menu {
        transform: translateX(0) !important;
    }
}
.navbar__main .xgenious-megamenu-wapper.service-mega-menu .elementor-section,
.navbar__main .xgenious-megamenu-wapper.product-mega-menu .elementor-section {
    max-width: 100%;
    width: auto !important;
    left: 0 !important;
}
/* @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .navbar__main .xgenious-megamenu-wapper.product-mega-menu {
        transform: translateX(-37%);
    }    
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .navbar__main .xgenious-megamenu-wapper.product-mega-menu {
        transform: translateX(-50%);
    }    
} */
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .navbar__main .xgenious-megamenu-wapper.product-mega-menu {
        transform: translateX(-70%);
    }    
    .navbar__main .product-megaMenu {
        max-width: 760px;
    }
}
.product-mega-menu.xgenious-megamenu-wapper .product-megaMenu {
    margin: unset;
}
.product-megaMenu.docs-megaMenu {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .navbar__main.nav-style-01 .nav-container {
        padding: 20px 0px;
    }
    .navbar__main.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background-image: none;
    }
    .navbar__main .nav-container .navbar-collapse {
        background: #fffbfb;
        padding: 0 20px;
        margin-top: 20px;
    }
    .navbar__main .nav-container .navbar-collapse .megaMenu-content {
        background: #ffffff;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 30px;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one);
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: rgba(255, 255, 255, 0.8);
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
        border-top: 1px solid #e2e2e2;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: var(--paragraph-color);
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: var(--main-color-one);
        color: #fff;
        padding-left: 20px;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
        color: #656565;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: var(--heading-color) !important;
        font-weight: 400;
        padding: 0 10px;
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one);
    }
    .navbar__main.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }
    .navbar__main .nav-container {
        position: relative;
        z-index: 0;
        padding: 20px 12px;
        min-height: 65px;
    }
    .navbar__main .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }
    .navbar__main .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        border: 1px solid rgba(77, 77, 77, 0.8);
    }
    .navbar__main .nav-container .navbar-brand {
        display: block;
    }
    .navbar__main .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #444;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 0;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: linear 500ms;
        -moz-transition: linear 500ms;
        -o-transition: linear 500ms;
        transition: linear 500ms;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu:hover>.xgenious-megamenu-wapper {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu .xgenious-megamenu-wapper {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: linear 500ms;
        -moz-transition: linear 500ms;
        -o-transition: linear 500ms;
        transition: linear 500ms;
        transform: translate(0);
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        top: 30px;
        color: #fff;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
        border-top: none;
    }
    .navbar__main .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #e2e2e2;
    }
}

@media only screen and (max-width: 575px) {
    .navbar__main .nav-container {
        margin: 0 12px;
        padding-inline: 0;
    }
}
@media only screen and (max-width: 375px) {
    .navbar__main .logo-wrapper img {
        max-width: 150px !important;
    }
}


/* White nav css start */
.navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li {
    color: var(--white-text);
}
.white__nav.navbar__main .navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}
.navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li.xgenious-megamenu>a:after,
.navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a:after {
    border-color: var(--xgs-white-text);
}
@media only screen and (max-width: 991px) {
    .navbar__main.white__nav .nav-container .responsive-mobile-menu .navbar-toggler {
        box-shadow: none;
    }
    .navbar__main.white__nav .nav-container .navbar-collapse {
        background-color: var(--xgs-heading-color);
    }
    .navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li {
        border-color: #343434;
    }
    .navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-color: #343434;
    }
    .navbar__main.white__nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: #181818;
        color: var(--xgs-white-text);
    }
}
/* navbar area end */

/* Section Title Css start */
.sectionTitle { 
    padding-bottom: 70px;
}
.sectionTitle.d-flex { 
    &.supportGap {
        gap: 24px 54px;
    }
}
.sectionTitle.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 20px;
}
.sectionTitle.text-center .sectionTitle__left {
    margin-inline: auto;
}
.sectionTitle__left {
    flex-grow: 1;
    max-width: 720px;
    min-width: 400px;
}
.sectionTitle.w-100 .sectionTitle__left {
    max-width: 100%;
}
.sectionTitle__right {
    flex-shrink: 0;
    max-width: 600px;
}
.sectionTitle.center-text {
    text-align: center;
    max-width: 650px;
    margin: auto
}
.sectionTitle.text-left {
    text-align: left
}
.sectionTitle.white,
.sectionTitle.white-color {
    color: #fff
}
.sectionTitle.white .sectionTitle__main,
.sectionTitle.white-color .sectionTitle__main {
    color: #fff
}
.sectionTitle__small .sectionTitle__main {
    font-size: 46px;
}
.sectionTitle.center-text .subtitle {
    padding: 0 10px
}
.w-100,
.sectionTitleFull {
    .sectionTitle__left {
        max-width: 100%;
    }
}
.sectionTitle .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--xgs-main-color-one);
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 10px 0 0
}

.sectionTitle__main {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--xgs-heading-color);
    position: relative;
    margin: -8px 0 0;
    font-family: var(--xgs-inter-font);
    .lineBreak {
        display: block;
    }
}



.sectionTitle__main__span {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.sectionTitle__main__span::before {
    content: "";
    height: 3px;
    width: 60px;
    background-color: var(--xgs-main-color-one);
}
@media(min-width: 1200px) and (max-width:1399.98px) {
    .sectionTitle {
        padding-bottom: 60px;
    }
    .sectionTitle__main {
        font-size: 54px
    }
    .sectionTitle__small .sectionTitle__main {
        font-size: 40px;
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .sectionTitle {
        padding-bottom: 60px;
    }
    .sectionTitle__main {
        font-size: 42px
    }
    .sectionTitle__small .sectionTitle__main {
        font-size: 36px;
    }
    .sectionTitle__right {
        max-width: 50%;
    }
}

@media(min-width: 100px) and (max-width:991.98px) {
    .sectionTitle {
        padding-bottom: 50px;
    }
    .sectionTitle.d-flex {
        flex-wrap: wrap;
    }
    .sectionTitle__left {
        min-width: auto;
    }
    .sectionTitle__main {
        font-size: 40px
    }
    .sectionTitle__small .sectionTitle__main {
        font-size: 32px;
    }
    .sectionTitle__right {
        min-width: auto;
        max-width: 100%;
        flex-shrink: unset;
    }
}

@media only screen and (max-width: 767.98px) {
    .sectionTitle__main {
        .lineBreak {
            display: inline-block;
        }
    }
    .sectionTitle__left {
        max-width: 100%;
    }
    .sectionTitle__right {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575.98px) {
    .sectionTitle__main {
        font-size:28px;
        line-height: 32px
    }
    .sectionTitle__small .sectionTitle__main {
        font-size: 28px;
        line-height: 32px
    }
    .sectionTitle__left {
        min-width: auto;
    }
    .sectionTitle__right {
        min-width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .sectionTitle__main {
        font-size:25px;
        line-height: 28px
    }
    .sectionTitle__small .sectionTitle__main {
        font-size:25px;
        line-height: 28px
    }
}
.sectionTitle__para > p,
.sectionTitle__para {
    font-size: 18px;
    line-height: 28px;
    margin-top: 28px;
    font-weight: 400;
    color: var(--xgs-paragraph-color);
    font-family: var(--xgs-inter-font);
    margin-bottom: 0;
}

/* Section Title Css end */
/* Button Css start */

.btn_wrapper {
    display: block;
    transition: all .3s;
}
.btn_animation:hover .btn_arrow {
    order: 1;
}
.btn_animation:hover .btn_bg_1 {
    order: 2;
}

.btn_wrapper.flex,
.btn_wrapper.d-flex {
    display: inline-flex !important;
    align-items: center;
    gap: 2px;
}

.xgs_btn {
    color: var(--xgs-paragraph-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--xgs-inter-font);
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    padding: 13px 26px;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.wrapper__all {
    position: relative;
    z-index: 0;
}

.btn__arrow__left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}
.btn__arrow__right {
    transform: translate3d(0, 0px, 0px) scale(1);
    transition: all .3s;
}
.wrapper__all:hover .btn__main {
    transform: translate3d(52px, 0px, 0px);
}
.wrapper__all:hover .btn__arrow__left {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.wrapper__all:hover .btn__arrow__right {
    transform: translate3d(-5%, 0px, 0px) scale(0);
}
@media only screen and (max-width: 575.98px) {
    .xgs_btn {
        padding:10px 25px;
        font-size: 15px;
        line-height: 28px
    }
}

@media only screen and (max-width: 375px) {
    .xgs_btn {
        padding:5px 15px;
        font-size: 14px
    }
}

.xgs_btn.btn_arrow {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.xgs_btn.btn_bg_1 {
    background: var(--xgs-main-color-one);
    color: #fff;
    border: 2px solid transparent
}

.xgs_btn.btn_bg_1:hover {
    background: var(--xgs-heading-color)
}
.xgs_btn.btn_bg_1.no_hover:hover {
    background: var(--xgs-main-color-one);
}
.xgs_btn.hover_white:hover {
    background: var(--xgs-white-bg);
    color: var(--xgs-main-color-one);
}

.xgs_btn.btn_bg_secondary {
    background: var(--xgs-secondary-color);
    color: #000;
    border: 2px solid transparent
}

.xgs_btn.btn_bg_secondary:hover {
    background: rgba(var(--xgs-secondary-color-rgb),0.8)
}

.xgs_btn.btn_bg_gray {
    background-color: var(--xgs-border-color);
    color: var(--xgs-heading-color);
    border: 2px solid transparent
}

.xgs_btn.btn_bg_gray:hover {
    background-color: var(--xgs-main-color-one);
    color: #fff
}

.xgs_btn.btn_bg_white {
    background-color: #fff;
    color: var(--xgs-heading-color);
    border: 2px solid #fff
}

.xgs_btn.btn_bg_white:hover {
    background-color: var(--xgs-main-color-one);
    xgs-border-color: #fff;
    color: #fff;
    border-radius: 30px
}

.xgs_btn.btn_border {
    border: 1px solid var(--xgs-border-color)
}

.xgs_btn.btn_border:hover {
    background-color: var(--xgs-main-color-one);
    color: #fff;
    xgs-border-color: var(--xgs-main-color-one)
}

.xgs_btn.btn_outline_1 {
    padding: 9px 35px;
    border: 1px solid var(--xgs-main-color-one)
}

.xgs_btn.btn_outline_1.color-one {
    color: var(--xgs-main-color-one)
}

.xgs_btn.btn_outline_1:hover {
    background: var(--xgs-main-color-one);
    color: #fff
}

@media only screen and (max-width: 575.98px) {
    .xgs_btn.btn_outline_1 {
        padding:8px 23px;
        font-size: 15px;
        line-height: 28px
    }
}

@media only screen and (max-width: 375px) {
    .xgs_btn.btn_outline_1 {
        padding:4px 13px;
        font-size: 14px
    }
    .xgs_btn.btn_arrow {
        height: 42px;
        width: 42px;
    }
}

.xgs_btn.btn_outline_white {
    padding: 7px 35px;
    border: 2px solid #fff;
    color: #fff
}

.xgs_btn.btn_outline_white:hover {
    background: #fff;
    color: var(--xgs-main-color-one)
}

@media only screen and (max-width: 575.98px) {
    .xgs_btn.btn_outline_white {
        padding:8px 23px;
        font-size: 15px;
        line-height: 28px
    }
}

@media only screen and (max-width: 375px) {
    .xgs_btn.btn_outline_white {
        padding:4px 13px;
        font-size: 14px
    }
}

.xgs_btn.btn_medium {
    padding: 7px 15px
}

@media only screen and (max-width: 375px) {
    .xgs_btn.btn_medium {
        padding:5px 13px;
        font-size: 14px
    }
}

.xgs_btn.btn_small {
    padding: 5px 10px
}

@media only screen and (max-width: 375px) {
    .xgs_btn.btn_small {
        padding:5px 7px;
        font-size: 14px
    }
}

/* Button Css end */
/* tab Css start */

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 480px) {
    .tabs {
        gap:10px 20px
    }
}

.tabs li {
    font-size: 16px;
    font-weight: 500;
    color: var(--xgs-paragraph-color);
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .tabs li {
        padding-bottom:2px
    }
}

.tabs li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--xgs-main-color-one);
    -webkit-transition: .3s;
    transition: .3s
}

.tabs li.active {
    color: var(--xgs-main-color-one)
}

.tabs li.active::before {
    width: 100%
}

.tab-content-item {
    display: none
}

.tab-content-item.active {
    display: block;
    -webkit-animation: 1s fade-effects;
    animation: 1s fade-effects
}

@-webkit-keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
/* tab Css end */

/* banner css start  */
.bannerArea {
    padding: 200px 0 75px;
}

.bannerContents {
    position: relative;
    padding-right: 190px;
}

.bannerContents__title {
    font-size: 100px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.bannerContents__title__color {
    color: var(--xgs-main-color-one);
}
.bannerContents__reviewWrap {
    display: flex;
    align-items: center;
    gap: 20px 50px;
    flex-wrap: wrap;
    padding-top: 60px;
}
.bannerContents__review__icon {
    font-size: 16px;
    color: var(--xgs-main-color-one);
}
.bannerContents__review__para {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
    margin-bottom: 0;
    padding-top: 5px;
}
.bannerContents__digital__thumb {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--xgs-heading-color);
    padding: 5px;
    height: 174px;
    width: 174px;
    &.aboutContentsThumb {
        position: relative;
        bottom: unset;
    }
}
.bannerContents__digital__thumb__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bannerContents__digital__thumb__text {
    animation: roundRotate 25s linear infinite;
}
@keyframes roundRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .bannerContents__digital__thumb {
        height: 150px;
        width: 150px;
    }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .bannerContents__title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .bannerContents__title {
        font-size: 60px;
    }
}
@media screen and (max-width: 991.98px) {
    .bannerArea {
        padding: 150px 0 75px;
    }
    .bannerContents {
        padding-right: 0;
    }
    .bannerContents__title {
        font-size: 48px;
    }
    .bannerContents__reviewWrap {
        padding-top: 20px;
    }
    .bannerContents__digital__thumb {
        bottom: 0;
        height: 130px;
        width: 130px;
    }
}
@media screen and (max-width: 767.98px) {
    .bannerContents__digital__thumb {
        display: none;
    }
    .bannerContents__title {
        font-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    .bannerContents__title {
        font-size: 44px;
    }
}
@media screen and (max-width: 480px) {
    .bannerContents__title {
        font-size: 42px;
    }
}
@media screen and (max-width: 375px) {
    .bannerContents__title {
        font-size: 36px;
    }
}
/* Banner Css end */

/* Website Cms Css start */
.websiteCmsArea {
    position: relative;
    z-index: 0;
}
.websiteCms__shapeText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.websiteCms__shapeText img {
    width: 100%;
}
.websiteCms__wrapper {
    /* background-color: var(--xgs-bg-1); */
    padding: 50px;
    border-radius: 8px;
}
.websiteCmsContents__list {

}
.websiteCmsContents__list__item {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--xgs-heading-color);
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: var(--xgs-inter-font);
}
.websiteCmsContents__list__item:not(:last-child) {
    margin-bottom: 15px;
}
.websiteCmsContents__list__item::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
    border-radius: 50%;
    font-size: 10px;
    flex-shrink: 0;
}

.websiteCms__tabs {
    border-bottom: 1px solid var(--xgs-border-color);
    gap: 12px 42px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
    
}
.websiteCms__tabs__list {
    padding-inline: 30px;
    /* width: calc(100% / 8 - 10.5px); */
    text-align: center;
    white-space: nowrap;
}
.websiteCms__tabs__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-top: 10px;
}
.elementor .websiteCms__thumb img,
.websiteCms__thumb img {
    border-radius: 8px;
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .websiteCms__tabs {
        gap: 12px 20px;
    }
    .websiteCms__tabs__list {
        /* padding-inline: 20px; */
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .websiteCms__tabs {
        gap: 12px 20px;
    }
    .websiteCms__tabs__list {
        /* padding-inline: 10px; */
    }
    .websiteCms__wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .websiteCms__tabs {
        gap: 12px 12px;
    }
    .websiteCms__tabs__list {
        /* padding-inline: 10px; */
        /* width: calc(100% / 5 - 9.60px); */
    }
    .websiteCms__wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .websiteCms__tabs__list {
        /* padding-inline: 10px; */
        /* width: calc(100% / 4 - 9px); */
    }
    .websiteCms__wrapper {
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .websiteCms__tabs__list {
        /* width: calc(100% / 3 - 8px); */
    }
}
@media screen and (max-width: 375px) {
    .websiteCms__tabs__list {
        /* width: calc(100% / 2 - 6px); */
    }
}
/* Website Cms Css end */

/* Brand Logo Css start */
  
@keyframes marqueeAnimation {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
}

.brandLogoWrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.brandLogo {
    white-space: nowrap;
    display: flex;
    animation: marqueeAnimation 30s linear infinite; 
}

.brandLogo__item {
    /* width: calc(100% / 5 - 0px); */
    padding: 72px 30px;
    border-right: 1px solid var(--xgs-border-three);
    border-top: 1px solid var(--xgs-border-three);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.brandLogo__item:first-child{
    border-left: 1px solid var(--xgs-border-color);
}
.brandLogo__item:nth-child(5n + 5) {
    /* border-right: 0; */
}
.brandLogo__item:nth-child(5n + 6) {
    border-top: 1px solid var(--xgs-border-color);
}
.brandLogo__item:nth-child(5n + 7) {
    border-top: 1px solid var(--xgs-border-color);
}
.brandLogo__item:nth-child(5n + 8) {
    border-top: 1px solid var(--xgs-border-color);
}
.brandLogo__item:nth-child(5n + 9) {
    border-top: 1px solid var(--xgs-border-color);
}
.brandLogo__item:nth-child(5n + 10) {
    border-top: 1px solid var(--xgs-border-color);
}
.brandLogo__thumb {
    min-height: 32px;
}
.brandLogo__thumb img {
    margin: auto;
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .brandLogo__item {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .brandLogo__item {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .brandLogo__item {
        padding: 45px 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .brandLogo__item {
        padding: 30px 10px;
        width: calc(100% / 3 - 0px);
    }
    .brandLogo__item:nth-child(3n + 3) {
        /* border-right: 0; */
    }
    .brandLogo__item:nth-child(5n + 5) {
        border-right: 1px solid var(--xgs-border-color);
    }
    .brandLogo__item:nth-child(3n + 4) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .brandLogo__item:nth-child(3n + 5) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .brandLogo__item:nth-child(3n + 6) {
        border-top: 1px solid var(--xgs-border-color);
    }
}
@media screen and (max-width: 575px) {
    .brandLogo__item {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 375px) {
    .brandLogo__item {
        padding: 30px 10px;
        width: calc(100% / 2 - 0px);
    }
    .brandLogo__item:nth-child(2n + 2) {
        border-right: 0;
    }
    .brandLogo__item:nth-child(3n + 3) {
        border-right: 1px solid var(--xgs-border-color);
    }
    .brandLogo__item:nth-child(2n + 3) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .brandLogo__item:nth-child(2n + 4) {
        border-top: 1px solid var(--xgs-border-color);
    }
}


/* Brand Logo Css end */

/* Faq Css start */
.faqArea {
    /* background-color: var(--xgs-bg-2); */
}
.faqContents__item {
    padding-block: 40px;
    border-top: 1px solid var(--xgs-black-border);
    display: block;
    position: relative;
    padding-left: 200px;
}
.faqContents__item:last-child {
    border-bottom: 1px solid var(--xgs-black-border);
}
.faqContents__item.open:before {
    color: var(--xgs-white-text);
}
.faqContents__item:before {
    content: counter(myCounter, decimal-leading-zero);
    counter-increment: myCounter; 
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-paragraph-color);
    font-family: var(--xgs-inter-font);
}
.faqContents__item__top {
    cursor: pointer;
}

.faqContents__item__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    /* position: relative; */
}
.faqContents__item__left {
    display: flex;
    align-items: flex-start;
    gap: 10px 100px;
    cursor: pointer;
}
.faqContents__item__number {
    font-size: 48px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-paragraph-color);
}
.faqContents__item__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--xgs-white-text);
    margin: -7px 0 0;
    padding: 0;
    font-family: var(--xgs-inter-font);
}
.faqContents__item.open .faqContents__item__left {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.faqContents__item__thumb {
    height: 50px;
    width: 50px;
    transition: width .3s ease-in-out;
}
.elementor .faqContents__item__thumb img, 
.faqContents__item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.faqContents__item.open .faqContents__item__thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 200px;
    width: 300px;
    z-index: 1;
    transition: height .3s linear;
}
.faqContents__item.open .faqContents__item__thumb img {
    border: 2px solid var(--xgs-border-color);
}
.faqContents__item.active .faqContents__item__contents {
    display: block
}
.faqContents__item__contents {
    padding: 20px 0 0;
    display: none;
    max-width: calc(100% - 310px);
}
.faqContents__item__contents__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--xgs-paragraph-white);
    font-family: var(--xgs-inter-font);
}


.faqContents__item__right__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.faqContents__item__right__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
    margin-bottom: 0;
}
.faqContents__item__contents__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.faqContents__item__contents__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.faqContents__item__contents__item {
    flex: 1;
    max-width: 500px;
}
.faqContents__item__contents__wrap__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.faqContents__item__contents__wrap__list__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-heading-color);
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: var(--xgs-inter-font);
}
.faqContents__item__contents__wrap__list__item:not(:last-child) {
    margin-bottom: 12px;
}

/* .faqContents__item__contents__wrap__list__item::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: var(--xgs-paragraph-color);
    border-radius: 50%;
    flex-shrink: 0;

} */

.faqContents__item.style__02 {
    border-color: var(--xgs-border-color);
}
.faqContents__item.style__02 .faqContents__item__flex {
    padding-right: 240px;
}
.faqContents__item.style__02 .faqContents__item__flex::after {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 12px;
    border: 1px solid var(--xgs-border-color);
    color: var(--xgs-heading-color);
    border-radius: 50%;
}
.faqContents__item.style__02.open .faqContents__item__flex::after {
    content: "\f062";
}

.style__02 .faqContents__item__title {
    color: var(--xgs-heading-color);
}
.style__02.faqContents__item.open:before {
    color: var(--xgs-heading-color);
}
.style__02 .faqContents__item__contents {
    max-width: 100%;
}

.style__04 .faqContents__item__contents__para > p,
.style__04 .faqContents__item__contents__para,
.style__03 .faqContents__item__contents__para,
.style__02 .faqContents__item__contents__para {
    color: var(--xgs-paragraph-color);
}

@media screen and (max-width:1399.98px) and (min-width: 1200px) {
    .faqContents__item {
        padding-left: 170px;
    }
}
@media screen and (max-width:375px) {
    .faqContents__item__thumb {
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .faqContents__item.open .faqContents__item__thumb {
        visibility: visible;
        opacity: 1;
    }
}

/* faq style__03 start  */
.sectionTitle.approachSectionTitle .sectionTitle__left {
    max-width: 600px;
}
.approachFaq__thumb {}
.elementor .approachFaq__thumb img,
.approachFaq__thumb img {
    width: 100%;
    border-radius: 8px;
}
.faqContents__item.style__03 {
    border-color: var(--xgs-border-color);
    padding-right: 20px;
    padding-left: 50px;
    padding-block: 30px;
}
.faqContents__item.style__03:before {
    font-size: 20px;
    line-height: 24px;
    top: 24px;
}
.style__03 .faqContents__item__title {
    color: var(--xgs-heading-color);
    font-size: 24px;
    line-height: 24px;
}
.faqContents__item.style__03 .faqContents__item__flex {
    padding-right: 40px;
}
.faqContents__item__icon {
    cursor: pointer;
}
.faqContents__item.style__03 .faqContents__item__icon {
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 16px;
    color: var(--xgs-heading-color);
    border-radius: 50%;
}
.faqContents__item.style__03.open .faqContents__item__icon .d-block {
    display: none !important;
}

.faqContents__item.style__03.open .faqContents__item__icon .d-none {
    display: block !important;
}

.style__03 .faqContents__item__title {
    color: var(--xgs-heading-color);
}
.style__03.faqContents__item.open:before {
    color: var(--xgs-heading-color);
}
.style__03 .faqContents__item__contents {
    max-width: 100%;
}
/* faq style__04 start  */
.faqContents__item.style__04 {
    border-color: var(--xgs-border-color);
    padding-right: 20px;
    padding-left: 0px;
    padding-block: 30px;
}
.faqContents__item.style__04:before {
    display: none;
}
.style__04 .faqContents__item__title {
    color: var(--xgs-heading-color);
    font-size: 20px;
    line-height: 24px;
}
.faqContents__item.style__04 .faqContents__item__flex {
    padding-right: 40px;
}
.faqContents__item.style__04 .faqContents__item__icon {
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 16px;
    color: var(--xgs-heading-color);
    border-radius: 50%;
}
.faqContents__item.style__04.open .faqContents__item__icon .d-block {
    display: none !important;
}

.faqContents__item.style__04.open .faqContents__item__icon .d-none {
    display: block !important;
}

.style__04 .faqContents__item__title {
    color: var(--xgs-heading-color);
}
.style__04.faqContents__item.open:before {
    color: var(--xgs-heading-color);
}
.style__04 .faqContents__item__contents {
    max-width: 100%;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .faqContents__item.open .faqContents__item__thumb {
        height: 180px;
        width: 250px;
    }
    .faqContents__item__contents {
        max-width: calc(100% - 260px);
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .faqContents__item {
        padding-block: 20px;
        padding-left: 100px;
    }
    .faqContents__item.style__02 .faqContents__item__flex {
        padding-right: 220px;
    }
    .faqContents__item:before {
        top: 25px;
        left: 0;
        font-size: 22px;
    }
    .faqContents__item.style__02:before {
        top: 26px;
    }
    .style__02.faqContents__item.open:before {
        top: 26px;
    }
    .faqContents__item.open::before {
        top: 13px;
    }
    .faqContents__item.style__03.open::before {
        top: 24px;
    }
    .faqContents__item__left {
        gap: 12px;
    }
    .faqContents__item__title {
        font-size: 24px;
    }
    .faqContents__item.open .faqContents__item__thumb {
        height: 150px;
        width: 200px;
    }
    .faqContents__item__contents {
        max-width: calc(100% - 210px);
    }
}
@media screen and (max-width: 991.98px) {
    .faqContents__item {
        padding-block: 35px 30px;
        padding-left: 70px;
    }    
    .faqContents__item.style__02 .faqContents__item__flex {
        padding-right: 140px;
    }
    .faqContents__item:before {
        top: 25px;
        left: 0;
        font-size: 18px;
    }
    .faqContents__item.style__02:before {
        top: 26px;
    }
    .faqContents__item.open::before {
        top: 26px;
    }
    .style__02.faqContents__item.open:before {
        top: 26px;
    }
    .faqContents__item.style__03.open::before {
        top: 24px;
    }
    .faqContents__item__left {
        gap: 12px;
        flex: 1;
    }
    .faqContents__item__title {
        font-size: 24px;
    }
    .faqContents__item .faqContents__item__thumb {
        display: none;
    }
    .faqContents__item__contents {
        max-width: calc(100% - 0px);
    }
    .faqContents__item__contents__wrap {
        gap: 30px 20px;
    }
}
@media screen and (max-width: 767.98px) {    

    .faqContents__item.style__02 .faqContents__item__flex {
        padding-right: 70px;
    }
    .faqContents__item:before {
        font-size: 18px;
    }
    .faqContents__item.style__02.open::before {
        top: 26px;
    }
    .faqContents__item__title {
        font-size: 18px;
    }
    .faqContents__item:before {
        top: 23px;
    }
}
@media screen and (max-width: 575px) {
    .faqContents__item__contents__wrap {
        display: grid;
    }    
    .faqContents__item.style__02 .faqContents__item__flex {
        padding-right: 50px;
    }
    .style__03 .faqContents__item__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .faqContents__item__flex {
        flex-wrap: wrap;
    }    
    .faqContents__item.style__02 .faqContents__item__flex {
        padding-right: 40px;
    }
}
@media screen and (max-width: 375px) {
    .faqContents__item {
        padding-left: 40px;
    }
    .faqContents__item:before {
        font-size: 18px;
        top: 28px;
    }
    .faqContents__item__left {
        gap: 5px;
    }
    .faqContents__item__contents {
        max-width: calc(100% - 0px);
    }
}

/* Apply Form area start */
.applyFormParent {
    
}
.applyForm__wrapper {
    background-color: var(--xgs-bg-1);
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s;
    &.show {
        padding: 20px;
        margin-top: 16px;
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}
.applyForm__wrapper__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.applyForm__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-heading-color);
}
.applyForm__wrapper__close {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--xgs-danger-color);
    border-radius: 8px;
    color: var(--xgs-white-text);
    cursor: pointer;
    transition: all .3s;
    border: 1px solid var(--xgs-white-text);
    margin: 0;
    &:hover {
        background-color: var(--xgs-white-bg);
        color: var(--xgs-danger-color);
        border-color: var(--xgs-danger-color);
    }
}
/* Apply Form area end */

/* Work Flow area start */
.scroll-container {
    display: flex;
    align-content: stretch;
    gap: 24px 72px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow: hidden;
    cursor: grab;
}

.scroll-item {
    width: calc(100% / 3 - 16px);
    min-width: 432px;
    box-sizing: border-box;
}
.workItem {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--xgs-border-color);
    height: 100%;
}
.workItem__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.workItem__inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.workItem__inner::before {
    content: counter(subItemCounter, decimal-leading-zero);
    counter-increment: subItemCounter;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: var(--xgs-heading-color);
    opacity: .05;
    display: inline-block;
    margin: -10px 0 0;
}

.workItem__inner__list__item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    white-space: break-spaces;
    font-family: var(--xgs-inter-font);
}
.workItem__inner__list__item:not(:last-child) {
    margin-bottom: 20px;
}
.workItem__inner__list__item::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--xgs-bg-1);
    color: var(--xgs-heading-color);
    font-size: 10px;
    border-radius: 50%;
    transform: rotate(-30deg);
    flex-shrink: 0;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .workItem__inner::before {
        font-size: 80px;
    }
    .scroll-item {
        min-width: 380px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .workItem__title {
        font-size: 24px;
    }
    .workItem__inner::before {
        font-size: 70px;
    }
    .scroll-item {
        min-width: 380px;
    }
}
@media screen and (max-width: 991.98px) {
    .scroll-container {
        gap: 24px 48px;
    }
    .workItem__title {
        font-size: 24px;
    }
    .workItem__inner::before {
        font-size: 70px;
    }
    .scroll-item {
        width: calc(100% / 2 - 12px);
        min-width: 380px;
    }
}
@media screen and (max-width: 480px) {
    .scroll-container {
        display: grid;
        white-space: wrap;
        overflow: unset;
        cursor: unset;
    }
    .scroll-item {
        width: calc(100% / 1 - 0px);
        min-width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .scroll-item {
        width: calc(100% / 1 - 0px);
        min-width: 320px;
    }
}

/* Work Flow area end */

/* Testimonail area start */
.testimonialArea {
    position: relative;
    z-index: 0;
}
.testimonial__shapeText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.testimonial__shapeText img {
    width: 100%;
}
.testimonialItem {
    background-color: var(--xgs-bg-1);
    padding: 32px 36px;
    border-radius: 12px;
}
.testimonialItem__review {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--review-color);
}
.testimonialItem__para {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
    margin-bottom: 0;
}
.testimonialItem__author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.testimonialItem__author__left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonialItem .testimonialItem__author__thumb,
.testimonialItem__author__thumb {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.testimonialItem .testimonialItem__author__thumb img,
.testimonialItem__author__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonialItem__author__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-heading-color);
    margin: 0;
    font-family: var(--xgs-inter-font);
}
.testimonialItem__author__name + p {
    margin-bottom: 0;
}
.testimonialItem__author__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-top: 5px;
    font-family: var(--xgs-inter-font);
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .testimonialItem {
        padding: 40px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .testimonialItem {
        padding: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .testimonialItem {
        padding: 48px 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .testimonialItem {
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .testimonialItem {
        padding: 20px;
    }
    .testimonialItem__para {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px) {
    .testimonialItem__author__name {
        font-size: 20px;
    }
    .testimonialItem__author__subtitle {
        font-size: 14px;
    }
}

/* Testimonail area end */

/* Blog area start */
@keyframes movingRotate {
    0% {
        transform: rotate(90deg) scale(1.2);

    }
    50% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(90deg) scale(1.2);
    }
}
.blogArea {
    /* background-color: var(--xgs-bg-1); */
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.blogBg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation: movingRotate 35s linear infinite;
}
.blogItem {
    background-color: var(--xgs-white-bg);
    border-radius: 8px;
    height: 100%;
}
.blogItem.style_02 {
    background-color: var(--xgs-bg-1);
    padding: 0;
}
.blogItem__thumb{}
.blogItem__thumb img {
    width: 100%;
    height: 100%;
}
.blogItem__contents {
    padding: 24px 28px;
    /* min-height: 260px; */
}
.blogItem__contents__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 228px;
}
.blogItem__contents__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--xgs-heading-color);
    transition: all .3s;
    font-family: var(--xgs-inter-font);
}
.blogItem__contents__title > a {
    font-weight: 700;
}
.blogItem__contents__title:hover {
    color: var(--xgs-main-color-one);
}
.blogItem__tag {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blogItem__tag__single {
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--xgs-main-color-one);
    position: relative;
    align-items: center;
    gap: 7px;
    transition: all .3s;
}
.blogItem__tag__single:hover {
    color: var(--xgs-main-color-one);
    font-weight: 700;
}
.blogItem__tag__single::before {
    content: "";
    height: 2px;
    width: 20px;
    background-color: var(--xgs-main-color-one);
}
.blogItem__contents__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin: 0;
}
.blogWrap {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 0;
}
.blogSlideWrap__arrow.hidden_item {
    visibility: hidden !important;
}
.blogSlideWrap__arrow {
    position: relative;
    width: 0;
}
.blogSlideWrap__arrow {
    font-weight: 700;
    position: absolute;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.7);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.7);
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    border: 1px solid var(--xgs-border-color);
}
.blogSlideWrap__arrow:hover {
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
    border-color: var(--xgs-main-color-one);
}
.blogSlideWrap__arrow.rightArrow {
    left: auto;
    right: 0;
}
.blogWrap__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-x: hidden;
}
.blogWrap__list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid var(--xgs-border-color);
    color: var(--xgs-heading-color);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    transition: all .3s;
}
.blogWrap__list__item:hover,
.blogWrap__list__item.active {
    background-color: var(--xgs-main-color-one);
    border-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
}
.blogWrap__search {
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    z-index: 0;
    max-width: 30px;
    padding-right: 35px;
}
.blogWrap__search.open {
    z-index: 1;
    max-width: 100%;
}
.blogWrap__search__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.blogWrap__search__item {
    max-width: 280px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: relative;
    z-index: -1;
}
.blogWrap__search__item.open {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    z-index: 0;
}
.blogWrap__search__item.open  input {
    width: 100%;
}
.blogWrap__search__item input {
    border: 1px solid var(--xgs-border-color);
    width: 100%;
    height: 42px;
    background-color: var(--xgs-white-bg);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--xgs-paragraph-color);
    padding: 0 12px;
    border-radius: 5px;
    transition: all .3s;
    box-shadow: 0 0 10px #f0f0f0;
}
.blogWrap__search__item input:focus {
    border-color: rgba(var(--xgs-main-color-one-rgb), 0.5) !important;
    color: var(--xgs-heading-color);
    box-shadow: 0 0 10px rgba(var(--xgs-main-color-one-rgb), 0.2) !important;
}
.blogWrap__search__icon {
    cursor: pointer;
    color: var(--xgs-heading-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--xgs-bg-1);
    border-radius: 50%;    
    position: absolute;
    right: 0;
}
.blogWrap__search__icon.open {
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .blogItem__contents {
        padding: 24px 24px;
    }
    .blogItem__contents__title {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {

}
@media screen and (max-width: 991.98px) {
    .blogWrap__list {
        gap: 10px;
    }
    .blogWrap__list__item {
        padding: 7px 15px;
    }
}
@media screen and (max-width: 767.98px) {

}
@media screen and (max-width: 480px) {
    .blogItem__contents__title {
        font-size: 20px;
    }
    .blogItem__contents {
        padding: 24px 24px;
    }
}

/* Blog area end */
/* Blog Details area start */
.blogDetails {
    border-bottom: 1px solid var(--xgs-border-color);
    padding-bottom: 50px;
}
.blogDetails__title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--xgs-heading-color);
}
.blogDetails__thumb {
    min-height: 400px;
}
.blogDetails__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.blogDetails__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px 10px;
    flex-wrap: wrap;
    padding-top: 50px;
}

.blogDetails__contents__span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--xgs-paragraph-color);
}
.blogDetails__contents__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-top: 5px;
    margin-bottom: 0;
}
.blogDetails__contents__item__social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blogDetails__contents__item__social__single {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--xgs-bg-1);
    color: var(--xgs-heading-color);
    font-size: 18px;
    border-radius: 50%;
    transition: all .3s;
}
.blogDetails__contents__item__social__single:hover {
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
}
.blogDetails__mainContent {
    padding-top: 50px;
    border-bottom: 1px solid var(--xgs-border-color);
}
.blogDetails__right__item:not(:last-child) {
    margin-bottom: 40px;
}
.blogDetails__right__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--xgs-heading-color);
    margin-bottom: 24px;
}
.blogDetails__right__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--xgs-heading-color);
}
.blogDetails__right__para:not(:last-child) {
    margin-bottom: 20px;
}
.elementor .blogDetails__left__item__thumb img,
.blogDetails__left__item__thumb img {
    border-radius: 8px;
}
.blogDetails__left {
    position: sticky;
    top: 50px;
    z-index: 1;
}
.blogDetails__left__item:not(:last-child) {
    margin-bottom: 40px;
}
.blogDetails__tableOfContent__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-heading-color);
    margin-bottom: 24px;
}
.blogDetails__tableOfContent .blogDetails__tableOfContent__list,
.blogDetails__tableOfContent__list  {
    border-left: 1px solid var(--xgs-border-color);
}
.blogDetails__tableOfContent .blogDetails__tableOfContent__list__item,
.blogDetails__tableOfContent__list__item {
    padding-block: 0;
    padding-left: 15px;
    position: relative;
}
.blogDetails__tableOfContent__list__item > a {
    display: block;
}
.blogDetails__tableOfContent__list__item.active {
    color: var(--xgs-main-color-one);
}
.blogDetails__tableOfContent__list__item.active::before {
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.blogDetails__tableOfContent__list__item:not(:last-child) {
    margin-bottom: 10px;
}
.blogDetails__tableOfContent__list__item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-color: var(--xgs-main-color-one);
    height: 0%;
    width: 1px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

@media screen and (max-width: 1399.98px) {
    .blogDetails__title {
        font-size: 64px;
    }
}
@media screen and (max-width: 1199.98px) {
    .blogDetails__title {
        font-size: 54px;
    }
}
@media screen and (max-width: 991.98px) {
    /* .blogDetails__area {
        padding-top: 150px;
    } */
    .blogDetails {
        padding-bottom: 40px;
    }
    .blogDetails__title {
        font-size: 42px;
    }
    .blogDetails__right__title {
        font-size: 32px;
    }
}
@media screen and (max-width: 767.98px) {
    .blogDetails__title {
        font-size: 32px;
    }
    .blogDetails__contents {
        padding-top: 40px;
    }
    .blogDetails__thumb {
        min-height: auto;
    }
    .blogDetails__right__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    .blogDetails__title {
        font-size: 28px;
    }
    .blogDetails__right__title {
        font-size: 26px;
    }
}
@media screen and (max-width: 375px) {
    .blogDetails__title {
        font-size: 26px;
    }
}
/* Blog Details area end */

/* Support area start */
.supportArea {

}
/* Support area end */

/* About area start */
.elementor .aboutContents__thumb img,
.aboutContents__thumb img {
    border-radius: 16px;
    width: 100%;
}
.aboutContents__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--xgs-paragraph-color);
    margin-bottom: 0;
}
.aboutContents__right .sectionTitle__left {
    max-width: 850px;
}
.aboutContents__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 140px;
}
.aboutContents__left {
    flex-shrink: 0;
}
.aboutContents__left__thumb {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    background: var(--xgs-bg-1);
    border-radius: 50%;
}
.aboutContents__left__thumb img {
    animation: roundRotate 25s linear infinite;
}
.aboutContents__left__thumb__title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: var(--xgs-heading-color);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--xgs-inter-font);
}

@media screen and (max-width: 1199.98px) {
    .aboutContents__flex {
        gap: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aboutContents__flex {
        gap: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aboutContents__flex {
        gap: 0px;
    }
}

/* About area end */
/* Counter area start */
.achievementText {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.achievementText img {
    width: 100%;
}
.singleCounter__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: -8px 0 0;
}

.singleCounter__count .odometer {
    font-size: 64px;
    line-height: .9;
    font-weight: 700;
    color: var(--xgs-heading-color);
    margin: 0;
    font-family: var(--xgs-inter-font);
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
.singleCounter__count .odometer {
    font-size: 36px;
}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.singleCounter__count .odometer {
    font-size: 32px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.singleCounter__count .odometer {
    font-size: 30px;
}
}
@media (min-width: 300px) and (max-width: 991.98px) {
    .singleCounter__count .odometer {
        font-size: 36px;
    }
}
@media only screen and (max-width: 480px) {
.singleCounter__count .odometer {
    font-size: 32px;
}
}
@media only screen and (max-width: 375px) {
.singleCounter__count .odometer {
    font-size: 28px;
}
}
.singleCounter__count__title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-family: var(--xgs-inter-font);
}
@media (min-width: 1600px) and (max-width: 1849.98px) {
.singleCounter__count__title {
    font-size: 52px;
}
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
.singleCounter__count__title {
    font-size: 48px;
}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.singleCounter__count__title {
    font-size: 40px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.singleCounter__count__title {
    font-size: 36px;
}
}
@media (min-width: 300px) and (max-width: 991.98px) {
.singleCounter__count__title {
    font-size: 36px;
}
}
@media only screen and (max-width: 480px) {
.singleCounter__count__title {
    font-size: 32px;
}
}
@media only screen and (max-width: 375px) {
.singleCounter__count__title {
    font-size: 28px;
}
}
.singleCounter__para {
    font-size: 20px;
    font-weight: 400;
    color: var(--xgs-heading-color);
    line-height: 30px;
    margin-bottom: 0;
    font-family: var(--xgs-inter-font);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.singleCounter__para {
    font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.singleCounter__para {
    font-size: 16px;
}
}
@media (min-width: 300px) and (max-width: 991.98px) {
.singleCounter__para {
    font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
.singleCounter__para {
    font-size: 15px;
}
}
/* Counter area end */

/* Life area start */
.lifeArea {
    overflow: hidden;
}

.elementor .lifeItem__thumb img,
.lifeItem__thumb img {
    border-radius: 8px;
    width: 100%;
}

.life-slider .slick-track {
    display: flex;
    align-items: center;
}
.life-slider.slider-inner-margin .slick-slide {
    margin-inline: 16px;
}

.life-slider.slider-inner-margin .slick-list {
    margin-inline: -16px;
}
/* Life area end */

/* Achievement area start */
.achievementArea {
    position: relative;
    z-index: 0;
}
.achievement__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.achievement__bg img {
    width: 100%;
    height: 100% !important;
}
.achievementItem {
    background-color: var(--xgs-white-bg);
    padding: 30px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px var(--xgs-white-shadow);
    text-align: center;
    transition: all .3s;
    border: 1px solid transparent;
}
.achievementItem:hover {
    transform: translateY(-10px);
}
.achievementItem__thumb {}
.achievementItem__thumb img {}
.achievementItem__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
div[class*=col]:nth-child(2n + 1) .achievementItem {
    margin-top: 40px;
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .achievementItem {
        padding: 20px 10px;
    }
    div[class*=col]:nth-child(3n + 3) .achievementItem,
    div[class*=col]:nth-child(3n + 1) .achievementItem {
        margin-top: 40px;
    }
    div[class*=col]:nth-child(3n + 6) .achievementItem,
    div[class*=col]:nth-child(3n + 4) .achievementItem {
        margin-top: 0px;
    }
    div[class*=col]:nth-child(3n + 5) .achievementItem {
        margin-top: -40px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .achievementItem {
        padding: 20px 10px;
    }
    div[class*=col]:nth-child(3n + 3) .achievementItem,
    div[class*=col]:nth-child(3n + 1) .achievementItem {
        margin-top: 40px;
    }
    div[class*=col]:nth-child(3n + 6) .achievementItem,
    div[class*=col]:nth-child(3n + 4) .achievementItem {
        margin-top: 0px;
    }
    div[class*=col]:nth-child(3n + 5) .achievementItem {
        margin-top: -40px;
    }
}
@media screen and (max-width: 767.98px) and (min-width: 576px) {
    .achievementItem {
        padding: 20px 10px;
    }
    div[class*=col]:nth-child(4n + 3) .achievementItem,
    div[class*=col]:nth-child(4n + 4) .achievementItem {
        margin-top: -40px;
    }
    div[class*=col]:nth-child(2n + 3) .achievementItem {
        margin-top: 0px;
    }
    div[class*=col]:nth-child(2n + 4) .achievementItem {
        margin-top: -40px;
    }
}
@media screen and (max-width: 575px) {
    div[class*=col]:nth-child(n + 1) .achievementItem {
        margin-top: 0px;
    }
}

/* Achievement area end */
/* Current Work area start */
.elementor .currentWork__thumb img,
.currentWork__thumb img {
    border-radius: 8px;
    width: 100%;
}
/* Current Work area end */
/* Career area start */
.careerArea .sectionTitle__right {
    max-width: 550px;
    text-align: justify;
}

.elementor .career__thumb img,
.career__thumb img {
    border-radius: 8px;
}
@media screen and (max-width: 575px) {
    .careerArea .sectionTitle__right {
        text-align: left;
    }    
}
/* Career area end */
/* History area start */
.ourHistory__main__thumb img {
    border-radius: 16px;
}
.elementor .ourHistory__main__thumb img {
    border-radius: 16px;
}
.historyItem {
    position: relative;
}
.historyItem:not(:last-child) {
    padding-bottom: 50px;
}
.historyItem:nth-child(2n + 2) .historyItem__wrap {
    flex-direction: row-reverse;
}
.historyItem:nth-child(2n + 2) .historyItem__wrap__item {
    padding-left: 0;
    padding-right: 80px;
}
.historyItem:nth-child(2n + 2) .historyItem__contents {
    text-align: left;
    margin-left: auto;
}
.historyItem:nth-child(2n + 2) .historyItem__contents__icon {
    margin-left: 0;
}
.historyItem:nth-child(2n + 2) .historyItem__wrap__item__year {
    right: auto;
    left: 0;
}
.historyItem:nth-child(2n + 2) .historyItem__wrap__item__year::before {
    left: auto;
    right: -10px;
    border-left: 20px solid var(--xgs-main-color-one);
    border-right: 0;
}
.historyItem:nth-child(2n + 2) .historyItem__thumb {
    text-align: left;
}

.historyItem__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.historyItem__wrap__item {
    padding-left: 80px;
    flex: 1;
    position: relative;
}
.historyItem__wrap__item__year {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: var(--xgs-main-color-one);
    border-radius: 50%;
    color: var(--xgs-white-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-family: var(--xgs-inter-font);
}
.historyItem__wrap__item__year::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid var(--xgs-main-color-one);
    border-bottom: 15px solid transparent;
    z-index: -1;
}
.historyItem__contents {
    background-color: var(--xgs-bg-1);
    padding: 40px;
    max-width: 420px;
    border-radius: 8px;
}
.historyItem__contents__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--xgs-main-color-one);
    border-radius: 50%;
    color: var(--xgs-white-text);
    font-size: 12px;
    margin-left: auto;
}
.historyItem__contents__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.historyItem__contents__para {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--xgs-paragraph-color);
    font-family: var(--xgs-inter-font);
}
.historyItem__thumb {
    flex: 1;
}

.historyItem__thumb img {
    max-width: 500px !important;
    width: 100%;
    border-radius: 8px;
}
.elementor .historyItem__thumb img {
    border-radius: 8px;
}
.historyItem__line {
    height: 100%;
}
.historyItem__line::before {
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--xgs-border-color);
    content: "";
    position: absolute;

}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .historyItem__wrap__item {
        padding-left: 60px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item {
        padding-right: 60px;
    }
    .historyItem__wrap__item__year {
        height: 60px;
        width: 60px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .historyItem__wrap__item {
        padding-left: 0;
        padding-right: 60px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item {
        padding-left: 60px;
        padding-right: 0;
    }
    .historyItem__wrap__item__year {
        height: 60px;
        width: 60px;
        font-size: 16px;
    }
    .historyItem__contents__title {
        font-size: 22px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .historyItem__wrap__item {
        padding-left: 0;
        padding-right: 65px;
        margin-right: 10px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item {
        padding-left: 65px;
        padding-right: 0;
        margin-left: 10px;
    }
    .historyItem__wrap__item__year {
        height: 50px;
        width: 50px;
        font-size: 14px;
    }
    .historyItem__contents {
        padding: 20px;
    }
    .historyItem__contents__title {
        font-size: 22px;
        margin-bottom: 0;
    }
    .historyItem__contents__para {
        font-size: 15px;
        line-height: 24px;
    }
    .historyItem__wrap__item__year::before {
        left: -10px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item__year::before {
        left: auto;
        right: -10px;
    }
}
@media screen and (max-width: 767.98px) and (min-width: 0px) {
    .historyItem__wrap__item {
        padding-left: 0;
        padding-right: 60px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item {
        padding-left: 60px;
        padding-right: 0;
    }
    .historyItem__wrap__item__year {
        height: 50px;
        width: 50px;
        font-size: 14px;
    }
    .historyItem__wrap {
        display: grid;
        gap: 10px 0;
        justify-content: center;
    }
    .historyItem__line::before {
        display: none;
    }
    .historyItem__contents {
        padding: 20px;
    }
    .historyItem__contents__para {
        font-size: 16px;
    }
    .historyItem__wrap__item__year::before {
        left: -10px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item__year::before {
        left: auto;
        right: -10px;
    }
}
@media screen and (max-width: 480px) {
    .historyItem__wrap__item {
        padding-right: 0;
        padding-left: 0;
        padding-top: 60px;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item {
        padding-left: 0px;
        padding-right: 0;
    }
    .historyItem__wrap__item__year::before {
        left: 50%;
        top: calc(100% - 10px);
        transform: translateX(-50%);
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-top: 20px solid var(--xgs-main-color-one);
        border-right: 10px solid transparent;
        z-index: -1;
    }
    .historyItem:nth-child(2n + 2) .historyItem__wrap__item__year::before {
        border-left: 10px solid transparent;
        border-top: 20px solid var(--xgs-main-color-one);
        border-right: 10px solid transparent;
        left: 50%;
        top: calc(100% - 10px);
        transform: translateX(-50%);
    }
    .historyItem__contents {
        max-width: 100%;
    }
}

/* History area end */

/* Contact Form area start */
.contactForm form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
    color: var(--xgs-paragraph-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--xgs-inter-font);
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    padding: 13px 26px !important;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-color: var(--xgs-main-color-one) !important;
    color: var(--xgs-white-text);
}
.contactForm form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style):hover {

}
@media only screen and (max-width: 575px) {
    .contactForm form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
        padding: 10px 25px !important;
        font-size: 15px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 375px) {
    .contactForm form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
        padding: 5px 15px !important;
        font-size: 14px;
    }
}
.contactForm__left__flex {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 70px;
}
.contactForm__left__mail {
    flex: 1;
}
.contactForm__left__mail__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--xgs-heading-color);
}
.contactForm__left__mail__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-heading-color);
    margin-top: 3px;
    margin-bottom: 0;
}
.contactForm__item {
    position: relative;
}

.contactForm_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-heading-color);
    background-color: var(--xgs-white-bg);
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: all .3s;
}

.contactForm__item .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 42px;
    width: 100%;
    background-color: var(--xgs-white-bg);
    border: 0 !important;
    border-bottom: 1px solid var(--xgs-border-color) !important;
    padding: 0 20px;
    color: var(--xgs-paragraph-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}
.contactForm__item textarea.form-control:focus {
    box-shadow: none;
}

.contactForm__item.focused .form-control {
    border-color: var(--xgs-main-color-one) !important;
}
.contactForm__item.focused .form-control::before {
    width: 100%;
    background-color: var(--xgs-main-color-one);
}
.contactForm__item.focused .contactForm_title {
    transform: translateY(-70%);
    transition: all .3s;
    height: auto;
    bottom: auto;
}

@media screen and (max-width: 991.98px) {
    .contactForm__left__flex {
        padding-top: 0;
    }
    .contactForm__left__mail {
        padding-top: 0;
    }
}

/* Contact Form area end */
/* Checkbox area start */
.checkbox-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px
}

.checkbox-inline .check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background: var(--xgs-white-bg);
    border: 1px solid var(--xgs-border-color);
    border-radius: 0;
    margin-top: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.checkbox-inline .check-input::after {
    content: "\f00c";
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 10px;
    color: var(--xgs-white-text);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.6) rotate(90deg);
    transform: scale(1.6) rotate(90deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.checkbox-inline .check-input:checked {
    background: var(--xgs-main-color-one);
    border-color: var(--xgs-main-color-one);
    background: var(--xgs-main-color-one)
}

.checkbox-inline .check-input:checked::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg)
}

.checkbox-inline .checkbox-label {
    cursor: pointer;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--xgs-heading-color);
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 575.98px) {
    .checkbox-inline .checkbox-label {
        font-size:15px
    }
}

.checkbox-inline .checkbox-label a {
    color: var(--xgs-main-color-one);
    font-weight: 500
}
/* Checkbox area end */
/* Social Media area start */
.socialMedia {}
.socialMedia__wrap {
    display: flex;
    align-items: center;
    gap: 24px 80px;
    flex-wrap: wrap;
}
.socialMedia__wrap__item {
    width: calc(100% / 5 - 64px);
    margin-top: -60px;
}
.socialMedia__wrap__item:nth-child(2n + 1) {
    margin-top: 60px;
}
.socialMedia__slider .slick-slide {
    margin-inline: 40px;
}
.socialMedia__slider .slick-slide:nth-child(2n + 1) {
    margin-top: 60px;
}
.socialMedia__item {
    background-color: var(--xgs-bg-1);
    padding: 40px 40px 36px;
    border-radius: 8px;
    text-align: center;
    transition: all .3s;
}
.socialMedia__item:hover {
    background-color: var(--xgs-heading-color);
    .socialMedia__item__icon {
        color: var(--xgs-white-text);
    }
    .socialMedia__item__title {
        color: var(--xgs-white-text);
    }
}
.socialMedia__item__icon {
    font-size: 35px;
    line-height: 1;
    color: var(--xgs-heading-color);
    transition: all .3s;
}
.socialMedia__item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-bottom: 0;
    transition: all .3s;
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .socialMedia__wrap {
        gap: 24px 50px;
    }
    .socialMedia__wrap__item {
        width: calc(100% / 5 - 40px);
    }
    .socialMedia__slider .slick-slide {
        margin-inline: 24px;
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .socialMedia__wrap {
        gap: 24px 24px;
    }
    .socialMedia__wrap__item {
        width: calc(100% / 5 - 19.2px);
    }
    .socialMedia__item {
        padding: 30px;
    }    
    .socialMedia__slider .slick-slide {
        margin-inline: 24px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 0px) {
    .socialMedia__wrap {
        gap: 24px 24px;
    }
    .socialMedia__wrap__item {
        width: calc(100% / 3 - 16px);
    }
    .socialMedia__item {
        padding: 30px 20px;
    }
    
    .socialMedia__wrap__item:nth-child(2n + 1) {
        margin-top: 60px;
    }
    .socialMedia__wrap__item:nth-child(2n + 3) {
        margin-top: 60px;
    }
    .socialMedia__wrap__item:nth-child(3n + 4) {
        margin-top: 0px;
    }
    .socialMedia__wrap__item:nth-child(5n + 5) {
        margin-top: -60px;
    }    
    .socialMedia__slider .slick-slide {
        margin-inline: 24px;
    }
}
@media screen and (max-width: 767.98px) and (min-width: 0px) {
    .socialMedia__item {
        padding: 30px 20px;
    }    
    .socialMedia__slider .slick-slide {
        margin-inline: 12px;
    }
}
@media screen and (max-width: 480px) and (min-width: 0px) {
    .socialMedia__wrap__item {
        width: calc(100% / 2 - 12px);
    }
    .socialMedia__item {
        padding: 20px 20px;
    }
    .socialMedia__wrap__item {
        margin-top: 0;
    }
    .socialMedia__wrap__item:nth-child(6n + 5) {
        margin-top: 0px;
    }
    .socialMedia__wrap__item:nth-child(2n + 1) {
        margin-top: 60px;
    }
    .socialMedia__wrap__item:nth-child(2n + 3) {
        margin-top: 0px;
    }
    .socialMedia__wrap__item:nth-child(2n + 4) {
        margin-top: -60px;
    }
}
@media screen and (max-width: 375px) and (min-width: 0px) {
    .socialMedia__wrap__item {
        width: calc(100% / 1 - 0px);
    }
    .socialMedia__item {
        padding: 20px 20px;
    }
    .socialMedia__wrap__item:nth-child(6n + 5) {
        margin-top: inherit;
    }
    .socialMedia__wrap__item:nth-child(2n + 1) {
        margin-top: 0px;
    }
    .socialMedia__wrap__item:nth-child(2n + 3) {
        margin-top: 0px;
    }
    .socialMedia__wrap__item:nth-child(2n + 4) {
        margin-top: 0px;
    }
}

/* Social Media area end */
/* Principles area start */
.principlesArea {}

@keyframes upDownMove {
    from {
        top: -100px;
    } to {
        top: calc(100% - 0px);
    }
}

@keyframes leftRightMove {
    from {
        left: -100px;
    } to {
        left: calc(100% - 0px);
    }
}
.principles__wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}
.principles__item {
    width: calc(100% / 3 - 0px);
    border-right: 1px solid var(--xgs-border-color);
    position: relative;
    overflow: hidden;
    &:nth-child(n + 4) {
        border-top: 1px solid var(--xgs-border-color);
    }
}
.principles__item {
    padding: 0 45px 45px;
    display: flex;
    align-items: flex-end;
}
.principles__item:nth-child(3n + 3) {
    border-right: 0;
}
.principles__item:nth-child(3n + 4),
.principles__item:nth-child(3n + 5),
.principles__item:nth-child(3n + 6) {
    padding-top: 40px;
    padding-bottom: 0;
}
.principles__item:nth-child(3n + 1) {
    padding-left: 0;
}

.principles__item__icon {
    font-size: 60px;
    line-height: 1;
}
.principles__item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.principles__item__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--xgs-paragraph-color);
    font-family: var(--xgs-inter-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}

@media screen and (max-width: 1399.98px) {
    .principles__item {
        padding: 0 25px 30px;
    }
    .principles__item:nth-child(3n + 3) {
        border-right: 0;
    }
    .principles__item:nth-child(3n + 4),
    .principles__item:nth-child(3n + 5),
    .principles__item:nth-child(3n + 6) {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .principles__item:nth-child(3n + 1) {
        padding-left: 0;
    }
}
@media screen and (max-width: 1199.98px) {
    .principles__item {
        width: calc(100% / 2 - 0px);
    }
    .principles__item:nth-child(2n + 2) {
        border-right: 0;
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .principles__item:nth-child(2n + 1) {
        padding-left: 0;
        padding-top: 0;
    }
    .principles__item:nth-child(2n + 3) {
        padding-top: 30px;
        border-top: 1px solid var(--xgs-border-color);
        border-right: 1px solid var(--xgs-border-color);
    }
    .principles__item:nth-last-of-type(2),
    .principles__item:nth-last-of-type(1) {
        padding-bottom: 0;
    }
    .principles__item {
        padding: 30px;
    }

}
@media screen and (max-width: 991.98px) {
    .principles__item {
        width: calc(100% / 2 - 0px);
    }
    .principles__item:nth-child(2n + 2) {
        border-right: 0;
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .principles__item:nth-child(2n + 1) {
        padding-left: 0;
        padding-top: 0;
    }
    .principles__item:nth-child(2n + 3) {
        padding-top: 30px;
        border-top: 1px solid var(--xgs-border-color);
        border-right: 1px solid var(--xgs-border-color);
    }
    .principles__item:nth-last-of-type(2),
    .principles__item:nth-last-of-type(1) {
        padding-bottom: 0;
    }
    .principles__item {
        padding: 30px;
    }
    .principles__item__title {
        font-size: 22px;
    }
}
@media screen and (max-width: 767.98px) {
    .principles__item {
        width: calc(100% / 1 - 0px);
        border-right: 0;
        padding: 30px;
    }
    .principles__item:nth-last-of-type(1) {
        padding-bottom: 0;
    }
    .principles__item:nth-last-of-type(2) {
        padding-bottom: 30px;
    }
    .principles__item:nth-child(2n + 1) {
        padding-left: 30px;
    }
    .principles__item:nth-child(2n + 2) {
        border-right: 0;
        border-top: 1px solid var(--xgs-border-color);
        padding-top: 25px;
    }
    .principles__item:nth-child(2n + 3) {
        border-top: 1px solid var(--xgs-border-color);
        border-right: 0;
    }
    .principles__item {
        padding: 20px;
        min-height: auto;
    }
    .principles__item__title {
        font-size: 22px;
    }
}

/* Principles area end */
/* Benifit area start */
.benifit__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.benifit__wrap {
    max-width: 780px;
    background-color: var(--xgs-white-bg);
    padding: 50px 50px;
    border-radius: 12px;
}
.benifit__wrap__title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.benifit__list {
    display: flex;
    align-items: flex-start;
    gap: 20px 40px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.benifit__list__item {
    width: calc(100% / 2 - 20px);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--xgs-inter-font);
}
.benifit__list__item::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    background-color: rgba(var(--xgs-main-color-one-rgb),0.1);
    color: var(--xgs-main-color-one);
    font-size: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(-30deg);
}

@media screen and (max-width: 991.98px) {
    .benifit__wrap {
        padding: 30px;
    }
    .benifit__wrap__title {
        font-size: 32px;
    }
}
@media screen and (max-width: 767.98px) {
    .benifit__wrap {
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .benifit__wrap__title {
        font-size: 32px;
    }
    .benifit__list__item {
        width: calc(100% / 1 - 0px);
    }
}


/* Benifit area end */
/* Breadcrumb area start */
.serviceBreadcrumb__area {
    position: relative;
    z-index: 0;
    padding: 200px 0 120px;
}
.serviceBreadcrumb__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}
.serviceBreadcrumb {}
.serviceBreadcrumb {
    &.white {
        .serviceBreadcrumb__title {
            color: var(--white-text);
        }
        .serviceBreadcrumb__para {
            color: var(--white-text);
        }
    }
}
.serviceBreadcrumb__shape img {
    max-height: 100%;
}
.serviceBreadcrumb__left {
    max-width: 610px;
}
.serviceBreadcrumb__title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.serviceBreadcrumb__para {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.serviceBreadcrumb__thumb {
    height: 200px;
    aspect-ratio: 1;
    background-color: var(--xgs-white-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.serviceBreadcrumb__thumb__text {
    animation: roundRotate 25s linear infinite;
}
.serviceBreadcrumb__thumb__text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.serviceBreadcrumb__thumb__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(min-width: 1200px) and (max-width:1399.98px) {
    .serviceBreadcrumb__area {
        padding: 160px 0 100px;
    }
    .serviceBreadcrumb__title {
        font-size: 64px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .serviceBreadcrumb__area {
        position: relative;
        z-index: 0;
        padding: 160px 0 100px;
    }
    .serviceBreadcrumb__thumb {
        height: 160px;
    }
    .serviceBreadcrumb__title {
        font-size: 48px
    }
}
@media(min-width: 100px) and (max-width:991.98px) {
    .serviceBreadcrumb__area {
        padding: 150px 0 80px;
    }
    .serviceBreadcrumb__thumb {
        height: 130px;
    }
    .serviceBreadcrumb__title {
        font-size: 42px
    }
    .serviceBreadcrumb__para {
        font-size: 18px;
    }
}
@media(min-width: 100px) and (max-width:767.98px) {
    .serviceBreadcrumb__area {
        padding: 130px 0 60px;
    }
    .serviceBreadcrumb__thumb {
        display: none;
    }
}
@media only screen and (max-width: 575.98px) {
    .serviceBreadcrumb__title {
        font-size: 32px;
        line-height: 32px
    }
}
@media only screen and (max-width: 375px) {
    .serviceBreadcrumb__title {
        font-size: 28px;
    }
    .serviceBreadcrumb__para {
        font-size: 16px;
    }
}

/* Breadcrumb area end */
/* Service Experience area start */
.serviceExperience {}
.serviceExperience__contents__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.serviceExperience__contents__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.elementor .serviceExperience__thumb img,
.serviceExperience__thumb img {
    border-radius: 8px;
    width: 100%;
}
.serviceExperience__contents__list__item {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--xgs-inter-font);
}
.serviceExperience__contents__list__item:not(:last-child) {
    margin-bottom: 20px;
}
.serviceExperience__contents__list__item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    background-color: rgba(var(--xgs-heading-color-rgb),0.1);
    color: var(--xgs-heading-color);
    border-radius: 50%;
    font-size: 10px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 375px) {
    .serviceExperience__contents__list__item {
        font-size: 16px;
    }
}

/* Service Experience area end */

/* Touchpoints area start */
.serviceTouchpoints {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--xgs-black-border);
}
.serviceTouchpoints__thumb {
    width: 100%;
    background-color: var(--xgs-bg-1);
    border-radius: 8px;
    overflow: hidden;
}

.elementor .serviceTouchpoints__thumb img,
.serviceTouchpoints__thumb img {
    border-radius: 8px;
    width: 100%;
    transition: all .3s;
}
.serviceTouchpoints__thumb:hover img {
    transform: scale(1.1);
}
.serviceTouchpoints__contents {
    padding-left: 40px;
    position: relative;
}
.serviceTouchpoints__contents:before {
    content: counter(touchCounter, decimal-leading-zero);
    counter-increment: touchCounter; 
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-paragraph-white);
}
.serviceTouchpoints__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--xgs-white-text);
    margin: 0;
    font-family: var(--xgs-inter-font);
}
.serviceTouchpoints__para {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--xgs-paragraph-white);
    font-family: var(--xgs-inter-font);
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .serviceTouchpoints__title {
        font-size: 22px;
    }
    .serviceTouchpoints__para {
        font-size: 16px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .serviceTouchpoints__title {
        font-size: 24px;
    }
    .serviceTouchpoints__para {
        font-size: 16px;
    }
}
@media screen and (max-width: 767.98px) and (min-width: 576px) {
    .serviceTouchpoints__title {
        font-size: 22px;
    }
    .serviceTouchpoints__para {
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) and (min-width: 50px) {
    .serviceTouchpoints__title {
        font-size: 22px;
    }
    .serviceTouchpoints__para {
        font-size: 16px;
    }
}
/* Touchpoints area end */
/* Brand Logo Css start */
.performance__area {

}
.performance {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.performance__item {
    width: calc(100% / 5 - 0px);
    padding: 50px 30px;
    border-right: 1px solid var(--xgs-border-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    /* &::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        height: 50px;
        width: 2px;
        background-color: var(--xgs-paragraph-color);
        background: -moz-linear-gradient(0deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
        background: -webkit-linear-gradient(0deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
        background: linear-gradient(0deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
        animation: upDownMove 6s linear infinite;
    } */
    &:nth-child(n + 6) {
        border-top: 1px solid var(--xgs-border-color);
        /* &::before {
            content: "";
            position: absolute;
            left: 0;
            top: -1px;
            height: 2px;
            width: 50px;
            background-color: var(--xgs-paragraph-color);
            background: -moz-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
            background: -webkit-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
            background: linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
            animation: leftRightMove 5s linear infinite;
        } */
    }
    &:nth-child(5n + 5) {
        &::after {
            background-image: unset;
        }
    }
}

.performance__title  {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
    margin-bottom: 0;
}
.performance__item:nth-child(5n + 5) {
    border-right: 0;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .performance__item {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .performance__item {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .performance__item {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .performance__item {
        padding: 30px 10px;
        width: calc(100% / 3 - 0px);
    }
    .performance__item:nth-child(3n + 3) {
        border-right: 0;
        &::after {
            background-image: none;
        }
    }
    .performance__item {
        &:nth-child(n + 6) {
            &::before {
                background-image: unset;
            }
        }
        /* &:nth-child(n + 4) {
            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: -1px;
                height: 2px;
                width: 50px;
                background-color: var(--xgs-paragraph-color);
                background: -moz-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                background: -webkit-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                background: linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                animation: leftRightMove 5s linear infinite;
            }
        } */
    }
    .performance__item:nth-child(5n + 5) {
        border-right: 1px solid var(--xgs-border-color);
    }
    .performance__item:nth-child(3n + 4) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .performance__item:nth-child(3n + 5) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .performance__item:nth-child(3n + 6) {
        border-top: 1px solid var(--xgs-border-color);
    }
}
@media screen and (max-width: 375px) {
    .performance__item {
        padding: 30px 10px;
        width: calc(100% / 2 - 0px);
    }
    .performance__item:nth-child(2n + 2) {
        border-right: 0;
        &::after {
            background-image: none;
        }
    }
    .performance__item {
        &:nth-child(n + 4) {
            &::before {
                background-image: unset;
            }
        }
        /* &:nth-child(n + 3) {
            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: -1px;
                height: 2px;
                width: 50px;
                background-color: var(--xgs-paragraph-color);
                background: -moz-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                background: -webkit-linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                background: linear-gradient(90deg, rgba(var(--xgs-heading-color-rgb), .01) 0%, rgba(var(--xgs-heading-color-rgb), .8) 50%, rgba(var(--xgs-heading-color-rgb), .01) 100%);
                animation: leftRightMove 5s linear infinite;
            }
        } */
    }
    .performance__item:nth-child(3n + 3) {
        border-right: 1px solid var(--xgs-border-color);
    }
    .performance__item:nth-child(2n + 3) {
        border-top: 1px solid var(--xgs-border-color);
    }
    .performance__item:nth-child(2n + 4) {
        border-top: 1px solid var(--xgs-border-color);
    }
}


/* Brand Logo Css end */

/* Why Choose area start */

.whyChoose__item {
    padding: 40px;
    background-color: var(--xgs-white-bg);
    border-radius: 8px;
}

.whyChoose__item__icon {
    font-size: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: rgba(var(--xgs-main-color-one-rgb),0.1);
    color: var(--xgs-main-color-one);
}

.elementor .whyChoose__item__icon img,
.whyChoose__item__icon img {
    max-width: 60px;
}
.whyChoose__item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.whyChoose__item__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--xgs-paragraph-color);
    margin-bottom: 0;
}


@media screen and (max-width: 1399.98px) {
    .whyChoose__item {
        padding: 20px ;
    }
    .whyChoose__item__title {
        font-size: 22px;
        line-height: 28px;
    }
    .whyChoose__item__icon {
        font-size: 40px;
        height: 70px;
        width: 70px;
    }
    .elementor .whyChoose__item__icon img,
    .whyChoose__item__icon img {
        max-width: 40px;
    }
}
@media screen and (max-width: 1199.98px) {
    .whyChoose__item {
        padding: 30px;
    }

}

@media screen and (max-width: 991.98px) {
    .whyChoose__item {
        padding: 30px 20px;
    }

}
@media screen and (max-width: 767.98px) {
    .whyChoose__item {
        padding: 20px;
    }
    .whyChoose__item__title {
        font-size: 22px;
    }
}

/* Why Choose area end */
/* Installation Package area start */

.installationPackage__tabs {
    border-bottom: 1px solid var(--xgs-border-color);
    gap: 12px 36px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;    
}
.installationPackage__tabs__list {
    padding-inline: 30px;
    /* width: calc(100% / 8 - 10.5px); */
    text-align: center;
    white-space: nowrap;
}
.installationPackage__tabs__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-top: 10px;
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .installationPackage__tabs {
        gap: 12px 20px;
    }
    .installationPackage__tabs__list {
        /* padding-inline: 20px; */
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .installationPackage__tabs {
        gap: 12px 20px;
    }
    .installationPackage__tabs__list {
        /* padding-inline: 10px; */
    }
    .websiteCms__wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .installationPackage__tabs {
        gap: 12px;
    }
    .installationPackage__tabs__list {
        /* padding-inline: 10px;
        width: calc(100% / 5 - 9.60px); */
    }
    .websiteCms__wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .installationPackage__tabs__list {
        /* padding-inline: 10px;
        width: calc(100% / 4 - 9px); */
    }
    .websiteCms__wrapper {
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .installationPackage__tabs__list {
        /* width: calc(100% / 3 - 8px); */
    }
}
@media screen and (max-width: 375px) {
    .installationPackage__tabs__list {
        /* width: calc(100% / 2 - 6px); */
    }
}
.installationPackage__wrapper {
    padding: 30px 30px;
}
.installationPackage__Contents {}

.installationPackage__item {
    padding-block: 30px;
    /* padding-inline: 30px; */
    transition: all .3s;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}
.installationPackage__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: var(--xgs-white-bg);
    height: 100%;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    z-index: -1;
    border-radius: 8px;
}
.installationPackage__item:hover::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.installationPackage__comparison:hover::before {
    background-color: unset;
}
.featured.installationPackage__item::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.installationPackage__header {
    min-height: 80px;
}
.installationPackage__header__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-heading-color);
    margin-bottom: 10px;
    font-family: var(--xgs-inter-font);
}
.installationPackage__header__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin: 0;
    font-family: var(--xgs-inter-font);
}
.installationPackage__header__wrap {

}
.installationPackage__header__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin-bottom: 0;
    font-family: var(--xgs-inter-font);
}
.installationPackage__body {}
.installationPackage__body__list:first-child {
    border-top: 1px solid var(--xgs-border-two);
}
.installationPackage__body__list {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--xgs-heading-color);
    border-bottom: 1px solid var(--xgs-border-two);
    width: 100%;
    padding-block: 10px;
    font-family: var(--xgs-inter-font);
    min-height: 45px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    @media screen and (max-width: 1199.98px) {
        display: flex;
        align-items: baseline;
        gap: 12px;
        text-align: left;
    }
    .mobileView {
        display: none;
        @media screen and (max-width: 1199.98px) {            
            display: block;
        }
    }

}
.installationPackage__body__list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--xgs-success-color);
    color: var(--xgs-white-text);
    font-size: 12px;
    margin-inline: auto;
    @media screen and (max-width: 1199.98px) {
        flex-shrink: 0;
        margin-inline: unset;
    }
}
.installationPackage__body__list .icon.cross {    
    background-color: var(--xgs-danger-color);
}
.installationPackage__body__list .icon::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}
.installationPackage__body__list .icon.cross::before {
    content: "\f00d";
}
.installationPackage__footer {
    text-align: center;
    min-height: 80px;
    padding-top: 30px;
}
.installationPackage__price {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
@media screen and (max-width: 1199.98px) {    
    .installationPackage__wrapper {
        padding: 30px 20px;
    }
    .installationPackage__comparison {
        padding-block: 0;
    }
    .installationPackage__header {
        min-height: auto;
        /* padding-inline: 10px; */
        padding: 0 10px 20px;
    }
    .installationPackage__body__list {
        padding-inline: 10px;
    }
    .installationPackage__footer {
        min-height: auto;
        padding-inline: 10px;
    }
}

@media screen and (max-width: 375px) {
    .installationPackage__wrapper {
        padding: 20px;
    }
}

.textContainer {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.mainText {
    text-align: center;
    font-weight: 900;
    white-space: nowrap;
    display: inline-block;
    opacity: .1;
    -webkit-text-stroke: 1px var(--xgs-heading-color);
    font-family: sans-serif;
    color: transparent;
    line-height: .8;
    text-transform: uppercase;
}
/* Installation Package area end */

/* Installation Process area start */
.installationProcess {
    max-width: 1296px;
    overflow: auto;
}
.installationProcess__wrap {
    display: flex;
    height: 100%;
}
.installationProcess__wrap__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    min-width: 215px;
    text-align: center;
}
.installationProcess__wrap__item:nth-child(2n + 2) .installationProcess__item::before {
    border-top: unset;
    border-bottom: 20px solid var(--xgs-bg-1);
    bottom: auto;
    top: -10px;
}
.installationProcess__wrap__item:nth-child(2n + 2) .installationProcess__item__number::after {
    bottom: auto;
    top: 15px;
}
.installationProcess__wrap__item:nth-child(2n + 2) .installationProcess__item__number::before {
    bottom: auto;
    top: 0;
}
.installationProcess__wrap__item:nth-child(2n + 2) .installationProcess__item {
    margin-top: calc(100% + 49px);
}
.installationProcess__wrap__item:nth-child(2n + 2) .installationProcess__item__number {
    bottom: auto;
    top: -60px;
}
.installationProcess__item {
    background-color: var(--xgs-bg-1);
    border-radius: 8px;
    padding: 20px 10px;
    position: relative;
    z-index: 0;
}
.installationProcess__item::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--xgs-bg-1);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.installationProcess__item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin: 0;
    font-family: var(--xgs-inter-font);
}
.installationProcess__item__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-heading-color);
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: var(--xgs-inter-font);
}
.installationProcess__item__number {
    position: relative;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.installationProcess__item__number::before {
    content: counter(processCounter, decimal-leading-zero);
    counter-increment: processCounter; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.installationProcess__item__number::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 15px;
    background-color: var(--xgs-border-color);
    z-index: -1;
}
/* Installation Process area end */
/* Discount Product area start */
.discountProduct__item {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--xgs-border-color);
}
.discountProduct__item .discountProduct__item__thumb img,
.discountProduct__item__thumb img {
    border-radius: 5px 5px 0 0;
}
.discountProduct__item__date {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background-color: var(--xgs-white-bg);
    color: var(--xgs-heading-color);
    padding: 3px 8px;
    border: 1px solid var(--xgs-border-color);
    font-family: var(--xgs-inter-font);
}
.discountProduct__item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-heading-color);
    transition: all .3s;
}
.discountProduct__item__title:hover {
    color: var(--xgs-main-color-one);
}
.discountProduct__item__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--xgs-main-color-one);
    font-family: var(--xgs-inter-font);
}
.discountProduct__item__price s {
    font-size: 20px;
    color: var(--xgs-heading-color);
    font-weight: 400;
}
/* Discount Product area end */
/* Discount Timer area start */
.discountTime {
    background-color: var(--xgs-main-color-one);
    padding: 60px;
    border-radius: 8px;
}
.discountTime__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--xgs-white-text);
    font-family: var(--xgs-inter-font);
}
.discountTime__wrap__timer {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.discountTime__wrap__timer__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: 1px dashed var(--xgs-border-color);
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border-radius: 8px;
}
.discountTime__wrap__timer__days {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--xgs-white-text);
    font-family: var(--xgs-inter-font);
}
.discountTime__wrap__timer__days__para {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--xgs-white-text);
    font-family: var(--xgs-inter-font);
}
/* Discount Timer area end */
/* Offer area start */
.loffer__area {}
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .offerImage__thumb {
        max-width: 400px;
    }
    .offerParcentage {
        max-width: 250px;
    }
    .offerImage__thumb img {}
}
/* Offer area end */
/* Footer area start */

.xgs-bg-2 {
    background-color: var(--xgs-bg-2);
}
.buildArea {
    background-color: var(--xgs-bg-3);
}
.footerArea {
    position: relative;
    padding-bottom: 270px;
    overflow: hidden;
}
.xgeniousName {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.xgeniousName img {
    width: 100%;
}

.footerWidget {}
.footerWidget.widget.footer-widget {
    margin-bottom: 0;
}
.footerWidget__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: var(--xgs-heading-color);
    font-family: var(--xgs-inter-font);
}
.footerWidget__para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-paragraph-color);
}

.footerWidget__inner {}

.footerWidget__list {}

.widget .footerWidget__list__item {
    margin: 0;
}
.footerWidget__list__item:not(:first-child) {
    margin-top: 12px;
}
.footerWidget__list__item > a {
    font-size: 16px;
    font-weight: 400;
    color: var(--xgs-paragraph-color);
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1;
}
.footerWidget__list__item > a:hover {
    color: var(--xgs-main-color-one);
}
.footerWidget__social__list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.widget .footerWidget__social__list__item {
    margin: 0;
}
.footerWidget.widget .footerWidget__social__list__link {
    color: #E7E7E7 !important;
}
.footerWidget__social__list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #3D3D3D;
    color: var(--xgs-white-text);
    border-radius: 50%;
}
.widget .footerWidget__social__list .footerWidget__social__list__link:hover,
.footerWidget__social__list__link:hover {
    background-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text) !important;
}

@media screen and (max-width: 1599.98px) and (min-width: 1400px) {
    .footerArea {
        padding-bottom: 220px;
    }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .footerArea {
        padding-bottom: 205px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .footerArea {
        padding-bottom: 170px;
    }
}
@media screen and (max-width: 991.98px) {
    .footerArea {
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 767.98px) {
    .footerArea {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 480px) {
    .footerArea {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 375px) {
    .footerArea {
        padding-bottom: 70px;
    }
}

/* Copyright css start */
.copyrightArea {
    border-top: 1px solid var(--xgs-bg-3);
    padding-top: 40px;
}
.copyrightContents__para,
.copyrightContents__main {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--xgs-paragraph-color);
    font-family: var(--xgs-inter-font);
}
@media screen and (max-width: 375px) {
    .copyrightArea {
        padding-top: 24px;
    }
}
/* Copyright css end */


/* white footer css  */
.white__footer .footerWidget__title {
    color: var(--xgs-white-text);
}
.white__footer .widget .footerWidget__para,
.white__footer  .footerWidget__para,


.widget.footer-widget ul li a,
.widget.footer-widget ul li

{
    color: var(--xgs-paragraph-white) !important;
}

.white__footer .widget .footerWidget__list__item > a,
.footerWidget__list__item > a,
.widget .widget_nav_menu ul li > a{
    color: var(--xgs-paragraph-white) !important;
}

.white__footer .widget .copyrightContents__para,
.copyrightContents__para,
.white__footer .widget .copyrightContents__main,
.copyrightContents__main {
    color: var(--xgs-paragraph-white) !important;
}

/* Footer area end */

/* Slick Slider start */
.append_blog {}
.append_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.append_blog .prev-icon,
.append_blog .next-icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    aspect-ratio: 1;
    font-size: 20px;
    line-height: 24px;
    z-index: 9;
    color: var(--xgs-paragraph-color);
    /* border: 1px solid currentColor; */
    border: 1px solid var(--xgs-border-three);
    background-color: transparent;
    border-radius: 30px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.append_blog .next-icon {
    border-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
    background-color: var(--xgs-main-color-one);
}
.append_blog .prev-icon:hover,
.append_blog .next-icon:hover {
    border-color: var(--xgs-main-color-one);
    color: var(--xgs-white-text);
    background-color: var(--xgs-main-color-one);
}
.dot-style-one {
    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 0;
        padding: 10px 0 0;
        li {
            text-indent: -9999px;
            height: 10px;
            width: 10px;
            background: var(--xgs-bg-1);
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px;
            cursor: pointer;
            transition: all .5s;  
            &.slick-active {
                background: var(--xgs-main-color-one);
                width: 30px;
                border-radius: 8px;
            }      
            button {
                border: 0;
                outline: none;
            }
        }
    }
}
/* Slick Slider end */
/* Offer start */

/* Offer end */

.socialMedia__item:hover svg path {
    fill: var(--xgs-white-text);
}

/* Custom select css */

.contactForm .ff-el-input--content {
    position: relative;
}

.contactForm .ff-default .ff-el-form-control {
    border: 1px solid var(--xgs-border-color);
}
.category-dropdown select,
.contactForm .ff-el-input--content select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 0.675em 6em 0.675em 1em;
    background-color: var(--xgs-white-bg);
    border: 1px solid var(--xgs-border-color);
    border-radius: 0.25rem;
    cursor: pointer;
    height: 50px;
}
.category-dropdown::after,
.contactForm .select-input.ff-el-input--content::after {
    --arrowSize: 0.32rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
    border-left: var(--arrowSize) solid transparent;
    border-right: var(--arrowSize) solid transparent;
    border-top: var(--arrowSize) solid #afafaf;
    top: 23px;
}
.contactForm .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit,
.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
    background-color: var(--main-color-one);
    color: var(--xgs-white-text);
    opacity: 1;
}



.order-dropdown,
.category-dropdown {
    position: relative;
}
.order-dropdown select,
.category-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 0.675em 2em 0.675em 1em;
    background-color: var(--xgs-white-bg);
    border: 1px solid var(--xgs-border-color);
    border-radius: 0.25rem;
    cursor: pointer;
    height: 50px;
}
.download-archive-top-content form .order-dropdown select,
.download-archive-top-content form .category-dropdown select {
    height: auto;
}
.order-dropdown::after,
.category-dropdown::after {
    --arrowSize: 0.32rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
    border-left: var(--arrowSize) solid transparent;
    border-right: var(--arrowSize) solid transparent;
    border-top: var(--arrowSize) solid #afafaf;
    top: 23px;
}

#__fetch_license_details {
    border: none;
}

.message-box .error-msg {
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
    background-color: #f6c6c6;
    color: #b72222;
    padding: 10px 20px;
    border-radius: 5px;
}
.invoke_license.deactive {
    background-color: #f6c6c6;
    color: #b72222;
}
.invoke_license.status {
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
}
.invoke_license {
    border: none;
    background-color: #b7e8b7;
    color: #184e18;
    font-size: 14px;
    /* font-weight: 600; */
    border-radius: 3px;
    cursor: pointer;
}