/*---------------------------------------------
/////  xgrowth HTML  /////
----------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/
/***********************
* Variable
* Common
* Button style 
* Custom-cursor 
* Preloader
* header
* banner
* patner
* service
* about
* process
* testimonial
* why-choose
* work
* team
* blog
* main-footers
* mobile-nav
* back-to-top
* side menu
* about page
* service page
* service details page
* contact page
* blog page
* blog details page
* testimonial page
* pricing page
* portfolio page
* portfolio details page
* shop page
* cart page
* checkout page
* careers page
* why-choose six
***********************/
/*----------------------------------------------------------------
* Variable
--------------------------------------------------------------*/
:root {
    --xgrowth-primary: #D1A97A;
    --xgrowth-secondary: #56736C;
    --xgrowth-black: #1B2429;
    --xgrowth-grey: #D9DEDD;
    --xgrowth-light-brown:#FDEDDB ;
    --xgrowth-light-orange: #F4ECE2;
    --xgrowth-light-black: #333939;
    --xgrowth-light-green: #C7D9D4;
    --xgrowth-dark-text:#3B4443 ;
    --xgrowth-light-text: #616866;
    --xgrowth-light: #ffffff;
    --xgrowth-body-font:"Inter", sans-serif;
    --xgrowth-heading-font: "Marcellus", serif;
}
html {
    scroll-behavior: smooth;
}
/***********************
* Common
***********************/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: var(--xgrowth-body-font);
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    color: var(--xgrowth-light-text);
    text-transform: none;
    font-style: normal;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
   font-family:var(--xgrowth-heading-font) ;
   color: var(--xgrowth-dark-text);
   letter-spacing: -0.01em;
}
h1 {
    font-size: 63px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}
h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
p.lead-lg{
    font-size: 20px;
    font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: var(--xgrowth-primary);
    color: var(--xgrowth-black);
    border: none;
}
/***********************
* Button style
***********************/
.btn-primary{
    background-color: var(--xgrowth-primary);
    color: var(--xgrowth-black);
}
.btn-primary:hover{
    background-color: var(--xgrowth-light);
    color: var(--xgrowth-black);
}
.btn-secondary{
    background-color: var(--xgrowth-secondary);
    color: var(--xgrowth-light);
}
.btn-secondary:hover{
    background-color: var(--xgrowth-black)
}
.btn-light{
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    color: var(--xgrowth-light);
}
.btn-light:hover span{
    color: var(--xgrowth-black) !important;
}
.btn-dark{
    background-color:var(--xgrowth-black);
    color: var(--xgrowth-light);
}
.btn-theme {
    border-radius: 6px;
    border: none;
    padding: 0 20px;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.btn-theme > span {
	display: inline-block;
    padding: 13px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
}
span.space {
    width: 7px;
}
.btn-theme:hover > span:nth-child(odd) {
	-webkit-animation: anim-nanuk-1 0.5s forwards;
	animation: anim-nanuk-1 0.5s forwards;
}
.btn-theme:hover > span:nth-child(even) {
	-webkit-animation: anim-nanuk-2 0.5s forwards;
	animation: anim-nanuk-2 0.5s forwards;
}
.btn-theme:hover > span:nth-child(odd),
.btn-theme:hover > span:nth-child(even) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
	}
}
@keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
	}
}
@-webkit-keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
	}
}
@keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
	}
}
.btn-theme:hover > span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.btn-theme:hover > span:nth-child(2) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.btn-theme:hover > span:nth-child(3) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.btn-theme:hover > span:nth-child(4) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.btn-theme:hover > span:nth-child(5) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.btn-theme:hover > span:nth-child(6) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.btn-theme:hover > span:nth-child(7) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.btn-theme:hover > span:nth-child(8) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.btn-theme:hover > span:nth-child(9) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.btn-theme:hover > span:nth-child(10) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}
.btn-theme:hover > span:nth-child(11) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.btn-theme:hover > span:nth-child(12) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}
.btn-theme:hover > span:nth-child(13) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.btn-theme:hover > span:nth-child(14) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}
.btn-theme:hover > span:nth-child(15) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.btn-theme:hover > span:nth-child(16) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.btn-theme:hover > span:nth-child(17) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}
.btn-theme:hover > span:nth-child(18) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}
.btn-theme:hover > span:nth-child(19) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}
.btn-theme:hover > span:nth-child(20) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}
.btn-theme:hover > span:nth-child(21) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
/*************************
* Custom-cursor 
*************************/
.custom-cursor-one {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--xgrowth-primary);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}
.custom-cursor-two {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--xgrowth-primary);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}
.custom-cursor-hover, .custom-cursor-innerhover {
    background-color: var(--xgrowth-primary);
    opacity: 0.4;
    animation: scale 0.5s;
    height: 5px;
    width: 5px;
}
@keyframes scale {
    0%{
       height: 80px;
       width: 80px;
    }
    100%{
        height: 5px;
       width: 5px;
    }
}
/*******************
* Preloader
*******************/
.preloader {
    position: fixed;
    background-color: #0f110ff7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
}
.loading-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.loading-image {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.loading-image img {
    height: 80px;
    animation: zoompre 1.5s;
}
.logo-text h1 {
    max-width: 0;
    overflow: hidden;
    transition: all 0.5s;
    animation: width 2.5s 1s;
    color: var(--xgrowth-light);
    font-size: 60px;
    margin-bottom: 0;
}
@keyframes zoompre {
    0%{
        transform: scale(1) rotate(0deg);
    }
    50%{
        transform: scale(1.3) rotate(270deg);
    }
    100%{
        transform: scale(1) rotate(0deg);
    }
}
@keyframes width {
    0%{
        max-width: 0;
    }
    100%{
        max-width: 1000px;
    }
}
/***********************
* header one
***********************/
.topbar-one {
    background-color: #1D1D1D;
    padding: 15px 58px;
}
.topbar-one-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar-one-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.topbar-left-one {
    display: flex;
    column-gap: 43px;
    align-items: center;
}
ul.topbar-left-one li{
    color: var(--xgrowth-light);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.topbar-left-one li p , ul.topbar-left-one li a, ul.topbar-link-right-one li a, ul.topbar-social-media-one li a {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--xgrowth-light);
    line-height: 1.2;
}
.topbar-right-one {
    display: flex;
    column-gap: 28px;
    align-items: center;
}
ul.topbar-link-right-one {
    display: flex;
    column-gap: 18px;
    padding-right: 20px;
}
ul.topbar-link-right-one li , ul.topbar-social-media-one li{
    line-height: 0;
}
ul.topbar-social-media-one li a i {
    font-size: 16px;
}
ul.topbar-social-media-one {
    display: flex;
    column-gap: 18px;
    align-items: center;
}
.main-header {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgb(224 224 224 / 17%);
    z-index: 99999;
}
nav.main-menu {
    display: flex;
    align-items: center;
}
.main-menu-inner {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
ul.main-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-right: auto;
    padding-left: 80px;
    border-left: 1px solid rgb(224 224 224 / 17%);
}
.main-menu-logo {
    max-width: 220px;
    width: 100%;
    text-align: center;
	padding-left: 15px;
}
.main-menu-logo img{
    margin-left: -50px;
}
ul.main-menu-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--xgrowth-light);
    padding: 45px 0 40px;
    position: relative;
}
ul.main-menu-list li a{
    color: var(--xgrowth-light);
    line-height: 1.2;
}
ul.main-menu-list li.active>a, ul.main-menu-list>li.active, ul.main-menu-list>li:hover, ul.main-menu-list>li:hover>a{
    color: var(--xgrowth-primary);
    position: relative;
}
ul.main-menu-list li ul {
    position: absolute;
    width: 250px;
    padding: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    background-color: var(--xgrowth-black);
    z-index: 999;
    padding: 10px 0;
}
ul.main-menu-list li:hover ul {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
ul.main-menu-list li ul li {
    padding: 15px 25px;
    border-bottom: none;
    transition: all 0.5s;
}
ul.main-menu-list li ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    height: 2px;
    width: 0;
    transform: translateY(-50%);
    background-color: var(--xgrowth-primary);
    transition: all 0.5s;
}
ul.main-menu-list li ul li:hover::after{
    width: 25px;
}
ul.main-menu-list li ul li:hover {
   padding-left: 50px !important;
}
ul.main-menu-list li ul li:hover a{
    color: var(--xgrowth-primary);
}
ul.main-menu-list li ul li:last-child{
    border: none;
}
.header-side-menu {
    margin-right: 58px;
    width: 53px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 60px;
    cursor: pointer;
}
.header-side-menu span {
    background-color: var(--xgrowth-light);
    height: 2px;
    display: inline-block;
    width: 100%;
}
.main-menu-right {
    display: flex;
    align-items: center;
}
.search-btn {
    padding: 45px 45px 40px;
    border: 1px solid rgb(224 224 224 / 17%);
    border-top: 0;
    border-bottom: 0;
    line-height: 0;
}
.search-btn img {
    height: 19px;
    width: 19px;
}
.main-menu-right .btn-light {
    margin-right: 55px;
}
.header-menu-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    cursor: pointer;
    display: none;
}
.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #fff;
}
.header-menu-collaps span:nth-child(2){
    width: 32px;
}
.header-menu-collaps span:nth-child(3){
    width: 16px;
}
/***********************
* banner one
***********************/
.banner-section-one {
    position: relative;
    overflow: hidden;
}
.banner-slide-item-one {
    padding: 203px 0 126px 140px;
    position: relative;
}
.banner-slide-item-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 35%);
}
.banner-image-one {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-image-one img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-section-one .heading-box{
    position: relative;
    z-index: 1;
}
.banner-sub-title-one {
    padding-left: 18px;
    padding-bottom: 75px;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
}
.banner-sub-title-one::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(224, 224, 224, 0.17);
}
.banner-sub-title-one h2{
    color: var(--xgrowth-light);
    line-height: 1.1;
    animation: left-in2 2s ;
}
.slick-active .banner-sub-title-one h2{
    animation: left-in3 2s ;
}
@keyframes left-in2 {
    0%{
        transform: translateX(-600px);
    }
    100%{
        transform: translateX(0px);
    }
}
@keyframes left-in3 {
    0%{
        transform: translateX(-600px);
    }
    100%{
        transform: translateX(0px);
    }
}
.banner-slide-item-one  h1.heading-title{
    color: var(--xgrowth-light);
    line-height: 1.1;
    margin-bottom: 34px;
    animation: fade-left 1s ease;
}
.slick-active .banner-slide-item-one h1.heading-title{
    animation: fade-left2 1s ease;
}
@keyframes fade-left {
    0%{
        transform: translateY(-200px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fade-left2 {
    0%{
        transform: translateY(-200px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
.banner-section-one  h1.heading-title span{
    color: rgba(255, 255, 255, 0.46);
}
.banner-section-one p.heading-details {
    color: var(--xgrowth-light);
    margin-bottom: 34px;
    max-width: 80%;
}
.banner-section-one ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 155px;
    right: 178px;
    display: flex;
    column-gap: 7px;
    align-items: center;
}
.banner-section-one ul.slick-dots li button{
    border: 0;
    background-color: #b8b3b36e;
    font-size: 0;
    height: 2px;
    width: 40px;
    transition: all 0.5s;
}
.banner-section-one ul.slick-dots li.slick-active button{
    background-color: var(--xgrowth-light);
}
#slider-info {
    position: absolute;
    bottom: 150px;
    right: 80px;
    color: var(--xgrowth-light);
    font-size: 18px;
    line-height: 29px;
}
/***********************
* patner one
***********************/
.patner-section-one{
    background-color: var(--xgrowth-grey);
}
.patner-slide-item-one {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex !important;
    justify-content: center;
    height: 244px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.patner-slide-item-one img{
    transition: all 0.5s;
}
.patner-slide-item-one img {
    filter: brightness(0.5);
}
/***********************
* service one
***********************/
.service-section-one {
    padding: 130px 0 ;
    background-color: var(--xgrowth-grey);
}
.service-left-one {
    padding-right: 90px;
}
span.sub-title {
    text-transform: uppercase;
    letter-spacing: 0.62em;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.service-left-one .heading-title{
    margin-bottom: 12px;
}
.service-left-details-one{
    padding-left: 15px;
    border-left: 1px solid #D4D4D4;
    position: relative;
}
.service-left-details-one::after{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 0;
    background-color: var(--xgrowth-light-text);
    transition: all 3s;
}
.service-left-details-one.active::after{
    height: 80%;
}
.service-left-details-one p{
    margin-bottom: 75px;
}
.service-right-one {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.service-right-inner-one {
    width: 45%;
    flex-grow: 1;
}
.service-right-inner-one:nth-child(2){
    margin-top: 52px;
}
.service-box-one {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 38px;
    transition: all 0.8s;
    position: relative;
    overflow: hidden;
}
.service-box-one img {
    position: absolute;
    top: -50px;
    right: -20px;
}
.service-icon-one {
    margin-bottom: 16px;
    position: relative;
}
.animated-svg path {
    stroke-dasharray: 300; 
    stroke-dashoffset: 300; 
    animation: draw 3s forwards ease-in-out; 
  }
  .service-box-one:hover .animated-svg path{
    animation: draw2 3s forwards ease-in-out; 
  }
  @keyframes draw {
    to {
      stroke-dashoffset: 0; 
    }
  }
  @keyframes draw2 {
    to {
      stroke-dashoffset: 0; 
    }
  }
.service-box-one h4 {
    font-size: 20px;
    margin-bottom: 13px;
}
.service-box-one p{
    margin-bottom: 13px;
}
.service-btn-one {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #F5F5F5;
    color: var(--xgrowth-light-text);
    column-gap: 0px;
    font-size: 14px;
    padding: 10px 14px;
    transition: all 0.5s;
}
.service-btn-one span {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 2s ease-in ;
}
.service-box-one:hover .service-btn-one span{
    max-width: 1000px;
    opacity: 1;
    margin-right: 10px;
}
.service-box-one:hover{
    background-color: #FAEBD9;
}
.service-box-one:hover .service-btn-one{
    background-color: var(--xgrowth-light);
    border-radius: 6px;
}
.service-box-one:hover img{
    filter: opacity(0.3);
}
/***********************
* about one
***********************/
.about-section-one {
    padding-top: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 70px;
}
.about-left-one {
    height: 934px;
}
.about-left-one img {
    position: absolute;
    left: 0;
}
.about-right-one {
    padding-left: 80px;
    margin-top: 60px;
}
.about-section-one .sub-title{
    margin-bottom: 9px;
}
.about-section-one .heading-title{
    margin-bottom: 36px;
}
 .heading-title>span{
    color: var(--xgrowth-primary);
}
.about-details-one {
    padding-left: 16px;
    border-left: 1px solid #D4D4D4;
    position: relative;
}
.about-details-one::after{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 0;
    background-color: #616866;
    transition: all 3s;
}
.about-details-one.active::after{
    height: 75%;
}
.about-details-one>p{
    margin-bottom: 48px;
}
.about-details-inner-one {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 46px;
}
.about-details-inner-one>span{
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    padding: 18px;
}
.about-details-inner-one>span>span{
    height: 96px;
    width: 96px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDF1F0;
}
.about-details-box-title h5{
    margin-bottom: 3px;
    font-weight: 500;
    color: #3B4443;
    font-family: var(--xgrowth-body-font);
}
.about-details-box-title p{
    margin-bottom: 0;
}
.about-project-one {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-top: 1px solid #D4D4D4;
    margin-left: -16px;
}
.about-project-one h4{
    font-size: 80px;
    font-weight: 700;
    font-family: var(--xgrowth-body-font);
    background: linear-gradient(180deg, #DADFDE 13.89%, #FFFFFF 88.89%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 0;
    width: 50%;
    text-align: center;
    border-right: 1px solid #D4D4D4;
}
.about-project-one p{
    margin-bottom: 0;
    width: 50%;
    padding: 0 50px;
    color: #3B4443;
}
.about-right-one .btn-secondary {
    margin-left: 30px;
}
/***********************
* process one
***********************/
.process-section-one {
    padding: 250px 0 120px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0ECE8 52.07%, #ECE6E1 118.82%);
    margin-top: -100px;
}
.process-section-one .heading-title{
    margin-bottom: 50px;
}
.process-inner-one {
    display: flex;
}
.process-box-one {
    padding: 95px 40px 80px 85px;
    border-radius: 100%;
    border: 1px solid #D7BA98;
    position: relative;
    background-color: #F0ECE8;
    transition: all 0.5s;
    overflow: hidden;
    width: 416px;
}
.process-box-one>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0%;
    width: 0%;
    object-fit: cover;
    transition: all 0.8s;
    border-radius: 100%;
    z-index: -1;
}
.process-icon-one {
    margin-bottom: 30px;
    position: relative;
}
.process-box-one h4{
    margin-bottom: 15px;
    transition: all 0.5s ;
}
.process-box-one p{
    position: relative;
    transition: all 0.5s ;
}
.process-box-one h4 span{
    color: #D1A97A;
    transition: all 0.5s 0.3s;
}
.process-box-one+.process-box-one {
    margin-left: -183px;
}
.process-box-one:hover{
    z-index: 1;
}
.process-box-one:hover>img{
   height: 100%;
   width: 100%;
}
.process-box-one:hover h4, .process-box-one:hover h4 span, .process-box-one:hover p{
    color: var(--xgrowth-light);
}
.process-box-one::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0%;
    width: 0%;
    border-radius: 100%;
    transition: all 0.8s ease;
    background: linear-gradient(180deg, rgba(59, 68, 67, 0) 0%, rgba(59, 68, 67, 0.42) 100%);
     backdrop-filter: blur(10px);
   /* background-size: cover;
    background-position: center;
    background-color: #3B444385;
    background-blend-mode: overlay;
    filter: blur(4px); */
}
.process-box-one:hover::before{
    height: 100%;
    width: 100%;
}
.process-box-one:hover .process-icon-one img {
    filter: brightness(20.5);
}
/***********************
* testimonial one
***********************/
.testimonial-section-one {
    padding: 140px 0;
}
.testimonial-section-one .sub-title{
    margin-bottom: 22px;
}
.testimonial-author-image {
    margin-bottom: 18px;
    display: inline-block;
}
.testimonial-item-one {
    text-align: -webkit-center;
}
.testimonial-item-one h5{
    font-size: 35px;
    max-width: 85%;
    margin: auto;
    margin-bottom: 30px;
}
.testimonial-item-one>img{
    margin-bottom: 30px;
}
.testimonial-item-one p{
    margin-bottom: 27px;
}
.testimonial-section-one button.slick-arrow {
    position: absolute;
    top: 50%;
    left: -200px;
    border: none;
    background: no-repeat;
    display: flex;
    align-items: center;
    column-gap: 26px;
    letter-spacing: 0.62em;
    text-transform: uppercase;
    font-size: 14px;
    transform: translateY(-50%);
}
.testimonial-section-one button.slick-next.slick-arrow {
    right: -200px;
    left: auto;
}
.testimonial-section-one ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: flex;
    align-items: end;
    left: 50%;
    transform: translateX(-50%);
    column-gap: 10px;
    height: 14px;
}
.testimonial-section-one ul.slick-dots li{
    line-height: 0;
}
.testimonial-section-one ul.slick-dots li button{
    border: none;
    background-color: #D4D4D4;
    font-size: 0;
    height: 7px;
    width: 2px;
    transition: all 0.5s;
}
.testimonial-section-one ul.slick-dots li.slick-active button{
    background-color: #D1A97A;
    height: 14px;
}
/***********************
* why-choose one
***********************/
.why-choose-section-one {
    position: relative;
    overflow: hidden;
}
.why-choose-background-one {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.why-choose-background-image-one {
    height: 100%;
    width: 100%;
}
.why-choose-background-image-one img{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    transform: scale(1.5);
    top: -290px;
}
.counter-one {
    padding-top: 570px;
    display: flex;
}
.video-play-one {
    position: absolute;
    top: 0;
    right: 70px;
    width: 312px;
    text-align: center;
    padding: 28px 48px 80px 48px;
    border-radius: 0 0 100% 100%;
    background: #FFFFFF21;
    backdrop-filter: blur(13px);
}
.video-play-one p{
    text-align: left;
    margin-bottom: 27px;
    color: var(--xgrowth-light);
}
.counter-box-one{
    flex-grow: 1;
    height: 534px;
    display: flex;
    flex-direction: column;
    width: 25%;
}
.counter-box-one-inner {
    background: #00000029;
    backdrop-filter: blur(26px);
    clip-path: polygon(20% 0%, 75% 0, 100% 30%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
    padding: 40px;
    transition: all 0.5s;
}
.counter-icon {
    margin-bottom: 44px;
    height: 60px;
}
.counter-box-one h4{
    font-size: 45px;
    margin-bottom: 0;
    color: var(--xgrowth-light);
    transition: all 0.5s;
}
.counter-box-one p{
    margin-bottom: 0;
    color: var(--xgrowth-light);
    transition: all 0.5s;
}
.counter-box-one:nth-child(even){
    justify-content: end;
}
.counter-box-one:nth-child(even) .counter-box-one-inner{
    clip-path: polygon(20% 0%, 100% 0, 100% 33%, 100% 70%, 74% 100%, 20% 100%, 0 100%, 0 0);
    background-color: #C7D9D4;
    backdrop-filter: blur(26px);
    color: var(--xgrowth-black);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.5s 0.8s;
}
.counter-box-one:nth-child(even) h4, .counter-box-one:nth-child(even) p{
    color: var(--xgrowth-black);
}
.counter-box-one:nth-child(odd) .counter-box-one-inner:hover{
background-color: #C7D9D4;
color: var(--xgrowth-black);
}
.counter-box-one:nth-child(odd) .counter-box-one-inner:hover p, .counter-box-one:nth-child(odd) .counter-box-one-inner:hover h4{
    color: var(--xgrowth-black);
}
.counter-box-one:nth-child(odd) .counter-box-one-inner:hover img {
    filter: brightness(0);
}
.counter-box-one:nth-child(odd) .counter-box-one-inner{
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1.5s 0.8s;
}
.counter-box-one.active .counter-box-one-inner{
    transform: scaleY(1);
}
/***********************
* work one
***********************/
.work-section-one {
    padding: 390px 0 140px;
    background-color: var(--xgrowth-light-black);
    margin-top: -267px;
}
.work-section-one .sub-title {
    color: var(--xgrowth-light);
}
.work-section-one .heading-title{
    color: var(--xgrowth-light);
    margin-bottom: 30px;
}
.work-details-one{
    padding-left: 28px;
    position: relative;
    border-left: 1px solid #616866;
}
.work-details-one::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 0;
    background-color: var(--xgrowth-light);
    transition: all 3s;
}
.work-details-one.active::after{
    height: 80%;
}
.work-details-one .lead-lg {
   font-size: 25px;
   font-weight: 300;
   font-style: italic;
   color: var(--xgrowth-light);
}
.work-details-one .lead{
    color: var(--xgrowth-light);
}
.work-btn {
    text-align: end;
    margin-bottom: 90px;
}
.work-process-one {
    margin-bottom: 44px;
}
.work-process-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work-process-title p{
    color: var(--xgrowth-light);
    font-weight: 500;
    font-size: 20px;
}
.work-processing {
    width: 100%;
    height: 6px;
    background-color: #FFFFFF0A;
    position: relative;
}
.work-processing span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    width: 0%; 
    transition: width 1.5s ease;
}
.work-process-one:last-child{
    margin-bottom: 0;
}
/***********************
* team one
***********************/
.team-section-one {
    padding: 145px 0 150px 0;
    background-color: var(--xgrowth-grey);
}
.team-section-one  .sub-title{
    margin-bottom: 18px;
}
.team-section-one .heading-title{
    margin-bottom: 36px;
}
.team-box-one {
    background-color: var(--xgrowth-light);
    position: relative;
}
.team-details-one {
    position: absolute;
    top: 30px;
    left: 28px;
}
.team-details-one h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.team-details-one h4 a{
    color: var(--xgrowth-black);
}
.team-social-media-one {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
.team-social-media-one li a{
    height: 40px;
    width: 40px;
    background-color: var(--xgrowth-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}
.team-social-media-one li a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0%;
    width: 0%;
    background-color: var(--xgrowth-primary);
    transition: all 0.5s;
    border-radius: 100%;
}
.team-social-media-one li a:hover::before{
    height: 100%;
    width: 100%;
}
.team-social-media-one li a img{
    position: relative;
}
.team-image-one {
    text-align: right;
}
.team-box-one:hover .team-social-media-one {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
/***********************
* blog one
***********************/
.blog-section-one {
   background-image: url(../images/blog/Blog-bg.jpg);
   background-size: auto;
   background-position: center;
}
.blog-box-one {
    padding: 140px 0px;
    position: relative;
}
/* .blog-background-image-one{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */
/* .blog-background-image-one img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
} */
/* .blog-background-image-one::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0F1E1B;
} */
.blog-image-one {
    position: relative;
    padding: 24px;
    margin: auto;
    border: 1px solid #FFFFFF4D;
    margin-bottom: 70px;
    height: 346px;
    width: 385px;
    transition: all 0.5s;
}
.blog-image-one img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-details-one {
    position: relative;
    width: 385px;
    margin: auto;
}
.blog-meta-one {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 24px;
}
.blog-date-one{
    font-weight: 600;
    color: var(--xgrowth-light);
}
.blog-tag-one{
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.32em;
    padding: 5px 15px;
    color: var(--xgrowth-light);
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #D9D9D91F;
}
h4.blog-title-one {
    margin-bottom: 18px;
    font-size: 24px;
}
.slick-current.slick-active .blog-title-one a{
    color: var(--xgrowth-light);
 }
h4.blog-title-one a{
    color: #FFFFFF;
    background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-position-y: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s cubic-bezier(.215,.61,.355,1) underline forwards;
}
h4.blog-title-one a:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
    color: var(--xgrowth-light);
}
@keyframes underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}
@keyframes underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}
.blog-author-one {
   display: flex;
   align-items: center;
   column-gap: 14px;
}
.blog-author-one a{
    margin-bottom: 0;
    font-weight: 600;
    color: var(--xgrowth-light);
}
.blog-author-one a span{
    font-weight: 300;
    padding-right: 3px;
}
.blog-image-one .btn-link {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    backdrop-filter: blur(8px);
    background: var(--xgrowth-secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
}
.blog-image-one .btn-link img{
    max-width: 12px;
    height: 12px;
}
.slick-current.slick-active .btn-link, .blog-box-one:hover .btn-link {
    opacity: 1;
}
.blog-box-one:hover .blog-image-one {
    border-color:#fff;
}
.blog-box-one:hover .btn-link {
    backdrop-filter: blur(0px);
    background: #fff;
}
.btn-link img{
    transition: all 0.5s;
}
.blog-box-one:hover .btn-link img{
    filter: brightness(0);
}
/***********************
* main-footer one
***********************/
.main-footer {
    background: linear-gradient(0deg, #D9DEDD -1.6%, #FFFFFF 100%);
    background: -webkit-linear-gradient(90deg, #D9DEDD -1.6%, #FFFFFF 100%);
    overflow: hidden;
}
.contact-section-one {
    padding-top: 145px;
    padding-bottom: 82px;
}
.contact-section-one .sub-title{
    margin-bottom: 9px;
}
.contact-section-one .heading-title{
    margin-bottom: 33px;
}
.contact-left-one > p{
    margin-bottom: 36px;
    padding-left: 19px;
}
ul.contact-details-one {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 65px;
    position: relative;
}
ul.contact-details-one::after{
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    height: 255px;
    width: 1px;
    background-color: #D4D4D4;
}
ul.contact-details-one::before{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    height: 87px;
    width: 1px;
    background-color: #3B4443;
    z-index: 1;
}
ul.contact-details-one li{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 33px;
}
ul.contact-details-one li a,ul.contact-details-one li p{
    color: var(--xgrowth-black);
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--xgrowth-heading-font);
}
.contact-form-one {
    margin-left: 60px;
    padding: 75px 56px;
    background-color: var(--xgrowth-light);
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 79%, 86% 100%, 0 100%, 0 100%, 0 0);
}
.form-group {
    display: flex;
    column-gap: 50px;
    margin-bottom: 37px;
}
.contact-form-one .form-control{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #56736C;
    padding: 11px 0;
}
.contact-form-one .btn-secondary {
    column-gap: 80px;
}
/***********************
* footer one
***********************/
footer.footer-one {
    padding-top: 140px;
    border-top: 1px solid #00000033;
    margin: 0 70px;
}
.footer-about-one {
    padding-right: 100px;
}
.footer-logo-one {
    margin-bottom: 23px;
}
.footer-widget-one h4 {
    margin-bottom: 30px;
    font-size: 20px;
}
ul.footer-menu-one {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-menu-one li{
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 30px;
}
ul.footer-menu-one li img{
    max-width: 22px;
    height: 22px;
}
ul.footer-menu-one li a{
    font-size: 18px;
    color: var(--xgrowth-black);
    position: relative;
}
ul.footer-menu-one li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--xgrowth-black);
    transition: all 0.5s;
}
ul.footer-menu-one li a:hover::after{
    width: 100%;
}
.footer-widget-one {
    padding-left: 60px;
    position: relative;
}
ul.footer-menu-one::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 82%;
    width: 1px;
    background-color: #00000033;
}
.footer-newslatter-one .newslatter-form-group{
    position: relative;
}
.footer-newslatter-one h4 {
    margin-bottom: 57px;
    font-size: 20px;
}
.footer-newslatter-one .form-control{
    padding: 15px 30px 15px 0;
    border: none;
    border-bottom: 1px solid #00000033;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 28px;
}
.newslatter-form-group .btn-link{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    filter: brightness(0.5);
}
ul.footer-social-media-one {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
ul.footer-social-media-one li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    position: relative;
    color: #000;
}
ul.footer-social-media-one li a:hover{
    color: var(--xgrowth-light);
}
ul.footer-social-media-one li a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: var(--xgrowth-dark-text);
    transition: all 0.5s ;
}
ul.footer-social-media-one li a:hover::after{
    height: 100%;
    width: 100%;
}
ul.footer-social-media-one li a i{
    position: relative;
    z-index: 1;
}
ul.footer-social-media-one li a img{
    filter: brightness(0);
    position: relative;
    z-index: 1;
    transition: all 0.5s ;
}
ul.footer-social-media-one li a:hover img{
    filter: brightness(10);
}
.footer-lower-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 25px 0;
    border-top: 1px solid #00000033;
    margin-top: 60px;
}
.footer-lower-one p{
    margin-bottom: 0;
    color: var(--xgrowth-dark-text);
    font-size: 14px;
}
.footer-lower-one ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer-lower-one ul li a{
    font-size: 18px;
    color: var(--xgrowth-dark-text);
    position: relative;
}
.footer-lower-one ul li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--xgrowth-black);
    transition: all 0.5s;
}
.footer-lower-one ul li a:hover::after {
    width: 100%;
}
/***********************
* header two
***********************/
.main-header.header-two {
    border: none;
}
.header-two ul.main-menu-list {
    border: none;
    margin: 0;
    padding: 0;
}
.header-two ul.main-menu-list>li {
    padding: 33px 0;
}
.header-two  nav.main-menu {
    border: 1px solid #FFFFFF1A;
    border-left: none;
    border-right: none;
    margin-top: 38px;
}
.header-two .main-menu-logo {
    max-width: unset;
    width: auto;
    text-align: left;
}
.header-two .main-menu-logo img {
    margin-left: 0px;
}
.header-two .main-menu-inner {
    justify-content: center;
}
.header-two  .main-menu-right .btn-light {
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.14);
}
.header-two  .main-menu-right .btn-light:hover{
    background-color: var(--xgrowth-light);
}
.header-two ul.main-menu-list>li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--xgrowth-light);
}
.header-two ul.main-menu-list>li.active::after{
    width: 100%;
}
.header-two ul.main-menu-list li ul{
    background-color: var(--xgrowth-light);
}
.header-two  ul.main-menu-list li ul li {
    border-bottom: 1px solid rgb(224 224 224 / 61%);
}
.header-two  ul.main-menu-list li ul li a{
    color: var(--xgrowth-black);
}
.header-two  ul.main-menu-list li ul li:hover a{
    color: var(--xgrowth-primary);
}
.sticky-header--cloned.sticky-fixed.header-two nav.main-menu {
    margin-top: 0;
}
/***********************
* banner two
***********************/
.banner-section-two {
    background-color: #0C1215;
    padding: 227px 0 493px 0;
    position: relative;
    background-image: url(../images/background/banner-two-bg.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-hedding-two h1 {
    font-size: 90px;
    line-height: 99px;
    color: #FFFFFFD4;
}
.banner-hedding-two h1 span {
    font-size: 16px;
    color: #D6D7D7;
    font-style: italic;
    font-family: var(--xgrowth-body-font);
    padding: 5px 33px;
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(12, 18, 21, 0) 100%);
    max-width: 300px;
    line-height: 25px;
    display: inline-block;
    transform: translateY(-10px);
}
.banner-logo-text-two {
    text-align: center;
    position: absolute;
    bottom: -120px;
    width: 100%;
}
.banner-logo-text-two p {
    font-size: 592.62px;
    font-weight: 700;
    line-height: 651.88px;
    letter-spacing: -0.01em;
    background: url(../images/background/banner-two-1.jpg) 0 0 / cover no-repeat;
    color: #de466c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.banner-two__circle {
    position: absolute;
    right: 320px;
    top: 210px;
}
.banner-two-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    height: 47px;
    width: 47px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF47;
    z-index: 1;
}
.curved-circle {
    color: #ffff;
    width: 185px;
    height: 185px;
    border-radius: 100%;
    position: relative;
    animation: textRotate 15s linear 0s forwards infinite alternate;
}
.curved-circle--item {
    width: 181px;
    height: 181px !important;
}
@keyframes textRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.curved-circle--item span {
    z-index: 1;
    letter-spacing: 0px;
    background-color: #0C1215;
}
/***********************
* patner two
***********************/
.patner-section-two {
   padding: 135px 0;
   background-color: var(--xgrowth-black);
}
.patner-slide-item-two {
    text-align: -webkit-center;
}
/***********************
* about two
***********************/
.about-section-two {
    background-color: var(--xgrowth-black);
}
.about-image-left-two {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    padding-right: 87px;
}
.about-image-left-two img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-right-two {
    margin-top: 37px;
}
.light .sub-title,.light .heading-title {
    color: var(--xgrowth-light);
}
.about-section-two .heading-title{
    margin-bottom: 12px;
}
.about-details-two p{
    color: var(--xgrowth-light);
    margin-bottom: 42px;
}
.about-list-two {
    display: flex;
    align-items: center;
    column-gap: 85px;
    position: relative;
}
.about-list-two::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #FFFFFF52;
}
.about-list-inner-two div{
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-bottom: 12px;
}
.about-list-inner-two h4{
    margin-bottom: 0;
    color: var(--xgrowth-light);
    font-size: 18px;
}
.about-list-inner-two p{
    margin-bottom: 0;
    color: #999999;
}
.about-image-right-two {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}
.about-counter-two {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-counter-icon-two {
    margin-bottom: 80px;
}
.about-counter-icon-two img {
    width: 154px;
    filter: brightness(0.5);
}
.about-counter-two h4 {
    font-size: 139px;
    background: linear-gradient(180deg, #FFFFFF 8.1%, rgba(153, 153, 153, 0) 84.36%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 0;
}
.about-counter-two p{
    font-size: 35px;
    font-weight: 300;
    color: var(--xgrowth-light);
    margin-bottom: 0;
    margin-top: -22px;
}
/***********************
* service two
***********************/
.service-section-two {
    background-color: var(--xgrowth-black);
    padding: 155px 0 105px 0;
}
.service-section-two .heading-box{
    margin-bottom: 67px;
}
.service-box-two {
    overflow: hidden;
    position: relative;
}
.service-details-two {
    padding: 150px 50px;
    position: absolute;
    padding-bottom: 72px;
    z-index: 1;
    width: calc(100% + 1px);
    bottom: -1px;
}
.service-details-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 100%;
    width: 101%;
    background-color: var(--xgrowth-light);
    transition: all 0.5s;
    clip-path: polygon(66% 29%, 100% 11%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}
.service-image-two {
    height: 493px;
}
.service-image-two::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 36, 41, 0) 0%, rgba(27, 36, 41, 0.79) 78.72%);
}
.service-image-two img{
    height: 60%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.service-icon-two {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    left: 44px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #FAEBD9;
    z-index: 2;
    transition: all 0.5s;
}
.service-details-two h4{
    margin-bottom: 12px;
}
.service-details-two h4 a{
    color: var(--xgrowth-black);
}
.service-details-two p{
    margin-bottom: 0;
    transition: all 0.5s;
}
.service-box-two:hover .service-icon-two{
    opacity: 0;
}
.service-box-two:hover .service-details-two::after{
    bottom: -350px;
}
.service-box-two:hover .service-image-two img{
    height: 100%;
}
.service-box-two:hover h4 a, .service-box-two:hover p{
    color: var(--xgrowth-light);
}
/***********************
* testimonial two
***********************/
.testimonial-section-two {
    background-color: var(--xgrowth-black);
}
.testimonial-section-inner-two {
    position: relative;
    border: 1px solid #FFFFFF29;
    border-left: none;
    border-right: none;
    padding: 112px 0 198px 0;
}
.testimonial-slider-two {
    width: 75%;
    position: unset;
}
.testimonial-box-two {
    display: flex;
    justify-content: space-between;
    column-gap: 170px;
}
.testimonial-details-two {
    display: flex;
    column-gap: 60px;
}
.testimonial-details-two img {
    width: 73px;
    height: 104px;
}
.testimonial-details-two p{
    font-family: var(--xgrowth-heading-font);
    font-size: 45px;
    color: #FFFFFF82;
}
.testimonial-details-two p span{
    color: var(--xgrowth-light);
}
.testimonial-image-two {
    margin-top: 25px;
    width: 183px;
    height: 102px;
    border-radius: 51px;
    overflow: hidden;
}
.testimonial-image-two img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-section-two button.slick-arrow {
    border: none;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF0F;
    border-radius: 100%;
    font-size: 0;
    position: absolute;
    right: 200px;
    top: 137px;
    z-index: 1;
}  
.testimonial-section-two 
 button.slick-next.slick-arrow {
    right: 0px;
    background-color: #FFFFFF59;
}
.testimonial-section-two ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 22px;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}
.testimonial-section-two ul.slick-dots li button{
    border: none;
    font-size: 0;
    height: 7px;
    width: 7px;
    background-color: #FFFFFF1F;
    border-radius: 100%;
}
.testimonial-section-two ul.slick-dots li.slick-active button{
    background-color: var(--xgrowth-light);
}
.testimonial-slider-thumb {
    position: absolute;
    top: 111px;
    right: 0;
    width: 183px;
}
/***********************
* testimonial two
***********************/
.why-choose-section-two {
    background-color: var(--xgrowth-black);
    padding: 140px 0 150px 0;
    position: relative;
}
.why-choose-image-two {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose-section-two .heading-box{
    margin-bottom: 40px;
}
.why-choose-left-two {
    text-align: right;
    padding-right: 78px;
}
.why-choose-icon-two {
    margin-bottom: 35px;
}
.why-choose-box-two h4{
    font-size: 20px;
    color: var(--xgrowth-light);
    margin-bottom: 12px;
}
.why-choose-box-two p{
    color: var(--xgrowth-light);
    margin-bottom: 0;
}
.why-choose-box-two+.why-choose-box-two{
    margin-top: 285px;
}
.why-choose-right-two {
    padding-left: 78px;
}
/***********************
* work two
***********************/
.work-section-two {
    background-color: var(--xgrowth-black);
    padding: 230px 0;
    background-image: url(../images/work/work-two-bg.jpg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.work-section-two .nav-link.active{
    background-color: transparent;
}
.work-section-two .nav-link{
    padding: 40px ;
    border-top: 1px solid #FFFFFF29;
    border-radius: 0;
    color: var(--xgrowth-light);
    position: relative;
}
.work-section-two .nav-link::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: var(--xgrowth-light);
    transition: all 1s;
}
.work-section-two .nav-link.active::after{
    width: 80%;
}
.work-section-two .nav-link:last-child{
    border-bottom: 1px solid #FFFFFF29;
}
.work-section-two .nav-link h4{
    color: var(--xgrowth-light);
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 0px;
}
.work-details-two {
    max-height: 0px;
    overflow: hidden;
    text-align: left;
    padding-left: 40px;
}
.work-section-two .nav-link.active .work-details-two{
    max-height: 1000px;
    transition: all 3s;
}
.work-section-two .nav-link.active h4{
    margin-bottom: 24px;
}
.nav-link:focus-visible{
    box-shadow: none;
}
.nav-link:focus, .nav-link:hover{
    color: var(--xgrowth-light) !important;
}
.work-section-two .tab-pane.active .work-image-two{
    animation: fade-right 2s ;
}
@keyframes fade-right {
    0%{
        transform: translateX(300px);
    }
    100%{
        transform: translateX(0px);
    }
}
/***********************
* process two
***********************/
.process-section-two{
    background-color: var(--xgrowth-black);
    padding: 150px 0;
}
.process-section-two .heading-box{
    margin-bottom: 98px;
}
.process-box-two {
    padding-left: 25px;
    background: linear-gradient(180deg, #313E45 0%, rgba(35, 45, 51, 0.24) 100%);
}
.process-icon-two {
    width: 105px;
    height: 122px;
    border-radius: 0 0 52px 52px;
    background-color: var(--xgrowth-black);
    margin-bottom: 28px;
    position: relative;
}
.process-icon-two img {
    width: 50px;
    opacity: 0;
    filter: brightness(50);
    transition: all 0.5s ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.process-box-two:hover .process-icon-two img{
    opacity: 1;
}
.process-icon-two span{
    font-family: var(--xgrowth-heading-font);
    font-size: 45px;
    color: var(--xgrowth-light);
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.process-box-two:hover .process-icon-two span {
    opacity: 0;
}
.process-box-two h4{
    color: var(--xgrowth-light);
    font-size: 20px;
    margin-bottom: 23px;
}
.process-box-two p{
    color: var(--xgrowth-light);
    margin-bottom: 20px;
}
.process-btn {
    margin-bottom: 38px;
    display: inline-block;
}
.process-btn span{
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--xgrowth-light);
    transition: all 0.5s;
}
.process-box-two:hover .process-btn span{
    margin-left: 20px;
    border-color: #374249B2;
}
.process-box-two svg{
    transition: all 0.5s;
}
.process-box-two:hover svg{
    width: 50px;
    height: 18px;
    transform: translateX(-20px);
}
/***********************
* portfolio two
***********************/
.portfolio-section-two {
    position: relative;
}
.portfolio-item-two{
    position: relative;
    margin-bottom: -8px;
}
.portfolio-details-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 521px;
    background-color: #1B24290A;
    backdrop-filter: blur(58px);
    padding: 93px 0 95px 70px ;
    color: var(--xgrowth-light);
    display: flex;
    flex-direction: column;
}
.portfolio-details-two h4{
    color: var(--xgrowth-light);
    font-size: 45px;
    margin-bottom: 0;
}
.portfolio-details-two .sub-title{
    height: 100%;
}
.portfolio-btn {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid #77777747;
    flex-shrink: 0;
}
.portfolio-details-two p{
    margin-bottom: 0;
}
.portfolio-details-two p span{
    color: var(--xgrowth-primary);
}
.portfolio-section-two button.slick-arrow {
    position: absolute;
    border: none;
    background: transparent;
    z-index: 1;
    top: 43%;
    right: 70px;
    transform: translateY(-50%);
}
.portfolio-section-two button.slick-next.slick-arrow {
    left: 70px;
    right: auto;
}
/***********************
* blog two
***********************/
.blog-section-two {
    padding-top: 150px;
    background-color: var(--xgrowth-black);
}
.blog-section-two .heading-box{
    margin-bottom: 56px;
}
.blog-image-two {
    position: relative;
    margin-bottom: 33px;
    overflow: hidden;
}
ul.blog-tag-two {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 14px;
    position: absolute;
    top: 20px;
    left: 24px;
}
ul.blog-tag-two li a{
    padding: 8px 19px;
    color: var(--xgrowth-light);
    background-color: var(--xgrowth-black);
    border-radius: 6px;
}
.blog-meta-date-two a{
    color: var(--xgrowth-light);
    margin-bottom: 24px;
    display: inline-block;
}
.blog-box-two h4{
    margin-bottom: 24px;
    max-width: 80%;
}
.blog-box-two h4 a{
    color: var(--xgrowth-light);
    background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-position-y: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s cubic-bezier(.215,.61,.355,1) underline forwards;
}
.blog-box-two h4 a:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
    color: var(--xgrowth-light);
}
.blog-box-two>p{
    margin-bottom: 37px;
    color: var(--xgrowth-light);
    max-width: 80%;
}
.blog-meta-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF29;
}
.blog-author-two {
    display: flex;
    column-gap: 14px;
    align-items: center;
}
.blog-author-two p{
    margin-bottom: 0;
    color: var(--xgrowth-light);
}
.blog-box-two .btn-dark{
    background-color: #222B2F;
}
.blog-image-two img {
    transition: all 0.8s;
}
.blog-image-two:hover img {
    transform: scale(1.2);
}
/***********************
* cta two
***********************/
.cta-section-two {
    background-color: var(--xgrowth-black);
    padding-top: 400px;
    padding-bottom: 150px;
    position: relative;
}
.cta-section-two::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/cta-bg-two.png);
    background-size: contain;
    background-position: center;
}
.cta-section-two  .heading-box{
    margin-bottom: 18px;
}
.cta-box-two{
    position: relative;
    z-index: 1;
}
.cta-section-two .btn-light{
    background-color: var(--xgrowth-light);
    color: var(--xgrowth-black);
}
.cta-section-two p{
    font-size: 426px;
    font-weight: 700;
    line-height: 468.6px;
    color: var(--xgrowth-black);
    position: absolute;
    top: -350px;
    left: 50%;
    transform: translateX(-50%);
}
/***********************
* footer two
***********************/
.footer-section-two {
    background-color: var(--xgrowth-black);
    color: var(--xgrowth-light);
}
.newslatter-form-group-two {
    position: relative;
}
.newslatter-form-group-two .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--xgrowth-light);
    border-radius: 0;
    padding: 0px 30px 15px 0;
    color: var(--xgrowth-light);
}
.newslatter-form-group-two .form-control::placeholder{
    color: var(--xgrowth-light);
}
.newslatter-form-group-two button{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}
.footer-logo-two, .newslatter-two{
    margin-bottom: 125px;
}
.footer-about-two , .footer-widget-two{
    margin-bottom: 75px;
}
.footer-section-two h4{
    font-size: 20px;
    color: var(--xgrowth-light);
    margin-bottom: 30px;
}
.footer-about-two>p{
    margin-bottom: 30px;
}
.footer-section-two ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-about-list-two li{
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 24px;
}
ul.footer-about-list-two li a, ul.footer-about-list-two li p{
    color: var(--xgrowth-light);
    margin-bottom: 0;
}
ul.footer-about-list-two li a:hover{
    color: var(--xgrowth-primary);
}
ul.footer-about-list-two li span{
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #D9D9D91A;
}
ul.footer-menu-two li{
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 22px;
}
ul.footer-menu-two li img{
    max-width: 18px;
    filter: brightness(30);
}
ul.footer-menu-two li a{
    color: var(--xgrowth-light);
    position: relative;
}
ul.footer-menu-two li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s;
    height: 1px;
    background-color: var(--xgrowth-primary);
}
ul.footer-menu-two li a:hover::after{
    width: 100%;
}
ul.footer-menu-two li a:hover{
    color: var(--xgrowth-primary);
}
.footer-widget-two{
    padding-left: 65px;
    border-left: 1px solid #FFFFFF33;
}
.footer-lower-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #FFFFFF33;
    position: relative;
    z-index: 1;
}
.footer-lower-two p{
    margin-bottom: 0;
    font-size: 14px;
}
.footer-lower-two ul{
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.footer-lower-two ul li a {
    color: var(--xgrowth-light);
}
.footer-section-four .footer-lower-two ul li a {
    color: var(--xgrowth-black);
}
/***********************
* header three
***********************/
.main-header.header-three {
    border: none;
    position: relative;
    margin: 24px 0;
}
.header-three ul.main-menu-list>li{
    color: var(--xgrowth-black);
    position: relative;
    padding: 28px 0;
}
.sticky-fixed.header-three ul.main-menu-list>li{
    padding: 40px 0;
}
.header-three ul.main-menu-list>li>a{
    color: var(--xgrowth-black);
}
.header-three ul.main-menu-list>li::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: var(--xgrowth-primary);
    transition: all 0.5s;
}
.header-three ul.main-menu-list>li.active::after, .header-three ul.main-menu-list>li:hover::after{
    width: 100%;
}
.header-three .main-menu-right .btn-light{
    margin-right: 0;
    background-color: #F1F1F1;
    backdrop-filter: blur(10px);
    color: var(--xgrowth-black);
}
.header-three ul.main-menu-list {
    border: none;
}
.header-three .header-menu-collaps span{
    background-color: var(--xgrowth-black);
}
.main-header.header-three.sticky-header--cloned.sticky-fixed {
    margin: 0;
    background-color: rgb(255 255 255 / 93%);
}
/***********************
* banner three
***********************/
.banner-section-three {
    margin:0 70px ;
}
.banner-left-three {
    padding: 0 130px 0 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F1F1F1;
    border-radius: 39px;
    background-image: url(../images/about/banner-three-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-image-three {
    height: 100%;
    border-radius: 39px;
    overflow: hidden;
}
.banner-image-three img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-heading-box-three h1{
    font-size: 90px;
    line-height: 99px;
    margin-bottom: 0;
    color: var(--xgrowth-black);
}
.banner-left-three>p{
    color: #1D1D1D;
    max-width: 85%;
    margin-bottom: 30px;
}
.banner-details-three {
    display: flex;
    align-items: center;
    column-gap: 14px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.banner-details-three ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-details-three ul li{
    display: inline-block;
}
.banner-details-three ul li+li{
    margin-left: -20px;
}
.banner-details-three p{
   font-size: 35px;
   font-weight: 600;
   color: var(--xgrowth-black);
   margin-bottom: 0;
}
/***********************
* about three
***********************/
.about-section-three {
    padding: 100px 0 175px 0;
    overflow: hidden;
}
.about-box-outer-three {
    padding-bottom: 75px;
    border-bottom: 1px solid #00000033;
    margin-bottom: 120px;
}
.about-box-three {
    display: flex;
    align-items: center;
    column-gap: 18px;
    max-width: 83%;
    position: relative;
}
.about-box-three::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background-color: #00000033;
}
.about__box:last-child .about-box-three::after{
    display: none;
}
.about-icon-three {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    background-color: #F8F4EB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-details-three h4{
    font-size: 20px;
    margin-bottom: 8px;
}
.about-details-three p{
    margin-bottom: 0;
}
.about-left-three h2 {
    max-width: 89%;
    margin-bottom: 26px;
}
.about-left-three>p{
    margin-bottom: 20px;
}
ul.about-list-three {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.about-list-three li{
    display: flex;
    align-items: center;
    column-gap: 14px;
}
ul.about-list-three li span{
  height: 9px;
  width: 9px;
  display: inline-block;
  border-radius: 5px 1px 1px 5px;
  background-color: var(--xgrowth-dark-text);
}
ul.about-list-three li p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 38px;
}
.about-right-three {
    position: relative;
    height: 100%;
}
.about-shape-three-3 {
    width: 567px;
    height: 340px;
    border-radius: 30px;
    overflow: hidden;
    transform: rotateZ(68deg) skew(-22deg, 0deg);
    position: absolute;
    top: 85px;
    left: 0;
    background-color: gray;
}
.about-shape-three-3 img {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s;
}
.about-shape-three-3:hover img{
    transform: scale(1.2) translate(-73px, 32px);
}
.about-shape-image-container {
    position: absolute;
    top: -30px;
    left: -90px;
    height: 600px;
    width: 730px;
    transform: rotateZ(-90deg) skew(-19deg, 0deg);
}
.about-shape-box-three {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 17px;
    background-color: var(--xgrowth-light-green);
    padding: 30px;
    padding-right: 78px;
}
.about-shape-icon-three {
    width: 76px;
    height: 70px;
    background-color: var(--xgrowth-light);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.about-shape-box-three h4{
    font-size: 63px;
    margin-bottom: -10px;
}
.about-shape-box-three p{
    font-family: var(--xgrowth-heading-font);
    font-size: 20px;
    margin-bottom: 0;
    color: var(--xgrowth-dark-text);
}
.about-shape-three-1 {
    position: absolute;
    bottom: -30px;
    right: 0;
    animation: updown1 10s infinite;
}
@keyframes updown1 {
    0%{
        transform: translateX(-200px);
    }
    50%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-200px);
    }
}
.about-shape-three-2 {
    position: absolute;
    bottom: -6px;
    left: 85px;
    animation: updown 10s infinite;
}
@keyframes updown {
    0%{
        transform: translateY(-200px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-200px);
    }
}
/***********************
* service three
***********************/
.service-section-three {
    position: relative;
    padding-top: 130px;
    margin: 0 70px;
    overflow: hidden;
    background-image: url(../images/services/service-three-bg.png);
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
}
.service-section-three::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 477px;
    background-color: var(--xgrowth-black);
    border-radius: 40px;
    z-index: -1;
}
.heading-box-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}
.service-section-three .btn-light{
    background-color: var(--xgrowth-light);
    color: var(--xgrowth-black);
}
.service-section-three .heading-title{
    color: var(--xgrowth-light);
    margin-bottom: 0;
    max-width: 478px;
}
.service-box-three {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.8s;
}
.service-image-three img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-box-three:hover{
    transform: translateY(-10px);
}
.service-box-three::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(59, 68, 67, 0) 0%, #1B2429 100%);
    background-blend-mode: multiply;
}
.service-details-three {
    position: absolute;
    bottom: 33px;
    left: 33px;
    z-index: 1;
}
.service-details-three span{
    height: 63px;
    width: 63px;
    border-radius: 11px;
    background-color: #FFFFFF2B;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-details-three h4{
    font-size: 20px;
    margin-bottom: 0;
}
.service-details-three h4 a{
    color: var(--xgrowth-light);
}
/***********************
* testimonial three
***********************/
.testimonial-section-three {
    padding: 150px 0;
    overflow: hidden;
}
.testimonial-section-three .heading-box {
    margin-bottom: 30px;
}
.testimonial-left-three {
    padding-right: 50px;
}
.testimonial-left-three>p{
    margin-bottom: 33px;
} 
.testimonial-user-three{
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.testimonial-user-three ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonial-user-three ul li{
    display: inline-block;
}
.testimonial-user-three ul li+li{
    margin-left: -20px;
}
.testimonial-user-three p{
    font-weight: 600;
    margin-bottom: 0;
    color: #1D1D1D;
    max-width: 50%;
}
.testimonial-slider-three {
    display: flex;
    align-items: center;
    column-gap: 90px;
    background-color: #F8F4EB;
    border-radius: 24px;
    padding: 80px 52px 70px 80px;
    position: relative;
}
.testimonial-slider-three::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 270px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #00000026;
}
.testimonial-item-three-1 {
    text-align: center;
}
.testimonial-image-three-1 {
    margin: auto;
    margin-bottom: 14px;
    height: 133px;
    width: 133px;
    border-radius: 100%;
    overflow: hidden;
}
.testimonial-image-three-1 img {
    width: 100%;
    height: 100%;
}
.testimonial-item-three-1 h4{
    font-size: 20px;
    margin-bottom: 3px;
}
.testimonial-item-three-1 p{
    margin-bottom: 0;
}
.testimonial-icon-three-1 {
    margin-bottom: 25px;
}
.testimonial-item-three-2 p{
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 27px;
}
.testimonial-slider-three-1 {
    width: 25%;
}
.testimonial-slider-three-2 {
    width: 60%;
    position: relative;
}
.testimonial-slider-three-2 button.slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.testimonial-slider-three-2 button.slick-next.slick-arrow {
    left: 68px;
}
.testimonial-slider-three-2 button.slick-arrow img {
    width: 36px;
}
/***********************
* team three
***********************/
.team-section-three {
    padding: 0px 0 150px 0;
    overflow: hidden;
}
.team-section-three hr {
    margin: 0 0 130px 0;
}
.team-section-three .heading-title{
    margin-bottom: 46px;
}
.team-box-three {
    text-align: center;
    border-left: 1px dashed #CBCBCB;
}
.team-image-three {
    margin-bottom: 20px;
}
.team-box-three h4{
    font-size: 20px;
    margin-bottom: 3px;
}
.team-box-three h4 a{
    color: var(--xgrowth-dark-text);
}
.team-box-three p{
    margin-bottom: 12px;
}
ul.team-social-media-three {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
ul.team-social-media-three li a{
    border-radius: 100%;
    height: 34px;
    width: 34px;
    background-color: #E0E0E02B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    position: relative;
    color: #0c0c0c;
}
ul.team-social-media-three li a img {
    filter: brightness(0);
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
ul.team-social-media-three li a i{
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.team-box-three:hover ul.team-social-media-three li a i{
    color: var(--xgrowth-light);
}
.team-section-three .col-lg-3:first-child .team-box-three{
    border-left: none;
} 
.team-box-three:hover ul.team-social-media-three li a{
    background-color: var(--xgrowth-black);
}
.team-box-three:hover ul.team-social-media-three li a img{
    filter: brightness(1);
}
ul.team-social-media-three li a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 0;
    width: 0;
    border-radius: 100%;
    background-color: var(--xgrowth-primary);
    transition: all 0.5s;
}
ul.team-social-media-three li a:hover::after{
    height: 100%;
    width: 100%;
}
/***********************
* why-choose three
***********************/
.why-choose-section-three {
    padding: 150px 0;
    background-color: #D9BE9E4D;
    position: relative;
    max-width: 1780px;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
}
.why-choose-image-three {
    margin-right: -107px;
    transform: translateX(80px);
}
.why-choose-section-three .heading-box {
    margin-top: 61px;
}
.why-choose-section-three .heading-title{
    margin-bottom: 25px;
 }
 .why-choose-details-three {
    padding-right: 65px;
}
.why-choose-details-three p{
    margin-bottom: 60px;
    max-width: 70%;
}
.why-choose-lower-three {
    position: absolute;
    bottom: 150px;
    width: 975px;
}
.why-choose-box-three {
    padding: 40px 20px 32px 30px;
    background-color: var(--xgrowth-light);
    border-radius: 30px;
    position: relative;
}
.why-choose-box-three span{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    margin-bottom: 33px;
    position: relative;
}
.why-choose-box-three span::after{
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   height: 0;
   width: 0;
   background-color: var(--xgrowth-secondary);
   transition: all 0.5s;
   border-radius: 100%;
   z-index: -1;
}
.why-choose-box-three:hover span::after{
    height: 100%;
    width: 100%;
    border: 1px solid var(--xgrowth-primary);
}
.why-choose-box-three span{
    position: relative;
    z-index: 1;
}
svg path{
    transition: all 0.5s;
}
.why-choose-box-three:hover svg path {
   stroke: var(--xgrowth-primary);
}
.why-choose-box-three h4{
    font-size: 25px;
    margin-bottom: 14px;
}
.why-choose-box-three p{
    margin-bottom: 0px;
}
.why-choose-image-shape{
    position: relative;
}
.why-choose-container {
    display: flex;
    column-gap: 30px;
}
/***********************
* portfolio three
***********************/
.portfolio-section-three {
    padding: 130px 0 110px 0;
    background-color: var(--xgrowth-black);
    max-width: 1780px;
    margin: auto;
    border-radius: 30px;
    color: var(--xgrowth-light);
    overflow: hidden;
}
.portfolio-section-three .heading-title{
    margin-bottom: 40px;
 }
 .portfolio-three {
    display: flex;
    column-gap: 30px;
    margin-bottom: 140px;
}
.portfolio-box-three {
    position: relative;
    width: 16%;
    flex-grow: 1;
    transition: all 0.5s;
}
.portfolio-details-three {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.portfolio-image-three {
    height: 545px;
    overflow: hidden;
    border-radius: 25px;
    transition: all 0.5s;
}
.portfolio-image-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-title-three h4{
    color: var(--xgrowth-light);
    margin-bottom: 10px;
    background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-position-y: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s cubic-bezier(.215,.61,.355,1) underline forwards;
}
.portfolio-title-three h4:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
}
.portfolio-title-three p{
    font-size: 18px;
    margin-bottom: 0;
}
.portfolio-box-three:hover {
    width: 46%;
}
.portfolio-box-three:hover .portfolio-image-three{
    height: 439px;
}
.portfolio-box-three:hover .portfolio-details-three{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s 0.3s;
}
.portfolio-btn-three {
    height: 89px;
    width: 89px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F3837;
    position: relative;
}
.portfolio-btn-three::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--xgrowth-light);
    transition: all 0.5s;
}
.portfolio-btn-three:hover::after{
    height: 100%;
    width: 100%;
}
.portfolio-btn-three:hover img{
    filter: brightness(0);
}
.portfolio-btn-three img{
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.portfolio-btn-three img{
    margin-left: 7px;
    margin-top: -5px;
}
.portfolio-left-three .heading-title {
    margin-bottom: 15px !important;
}
.portfolio-left-three p{
    margin-bottom: 40px;
}
.portfolio-left-three .btn-light{
    background-color: var(--xgrowth-light);
    color: var(--xgrowth-black); 
}
.portfolio-box-three-1 {
    text-align: center;
}
.portfolio-box-three-1-inner {
    width: 170px;
    height: 170px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}
.portfolio-box-three-1-inner span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.portfolio-box-three-1 h4{
    font-size: 20px;
    margin-bottom: 13px;
    color: var(--xgrowth-light);
}
.portfolio-box-three-1 p{
    max-width: 82%;
    margin: auto;
}
.portfolio-slider-three {
    margin-top: 16px;
}
.portfolio-item-three{
    display: flex !important;
    align-items: center;
    column-gap: 30px;
    margin: 0 15px;
}
.portfolio-item-three h5 {
    font-size: 132px;
    color: var(--xgrowth-light);
    margin-bottom: 0;
}
.portfolio__three_box {
    border-right: 1px solid #FFFFFF1A;
}
.portfolio__three_box:last-child{
    border: none;
}
/***********************
* blog three
***********************/
.blog-section-three {
    padding: 130px 0 150px 0;
    overflow: hidden;
}
.blog-heading-box {
    padding-right: 90px;
}
.blog-heading-box .heading-title{
    margin-bottom: 10px;
}
.blog-heading-box p{
    font-size: 18px;
    margin-bottom: 30px;
}
.blog-heading-box .btn-light{
    background-color: #F1F1F1;
    backdrop-filter: blur(10px);
    color: var(--xgrowth-black);
}

/* --- Mobile Nav Styles (added for mobile sidemenu fix) --- */
.mobile-nav-wrapper {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 9999;
  pointer-events: none;
  transition: background 0.3s;
  background: rgba(0,0,0,0);
}
.mobile-nav-wrapper.expanded {
  pointer-events: auto;
  background: rgba(0,0,0,0.5);
}
.mobile-nav-content {
  position: fixed;
  top: 0; left: -80vw;
  width: 80vw;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 16px rgba(0,0,0,0.08);
  transition: left 0.3s;
  overflow-y: auto;
  z-index: 2;
}
.mobile-nav-wrapper.expanded .mobile-nav-content {
  left: 0;
}
.mobile-nav-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: transparent;
  z-index: 1;
}
body.locked {
  overflow: hidden;
}
@media (min-width: 992px) {
  .mobile-nav-wrapper { display: none !important; }
}