/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
    color: #B97F26;
}

a:hover {
    color: #B97F26;
}


p a {
    text-decoration: underline !important;
}

body {
    background: #000;
}

.hero {
    background-image: url('/wp-content/uploads/2024/12/hero_assets.svg');
    background-size: cover;
    background-repeat: no-repeat;
	height: 1000px;
    background-position: 0 260px;
}

.arrow-bottom {
    margin: 0 24px -10px 24px;
}

.hero .hero_subtitle .elementor-heading-title {
    display: flex;
    align-items: flex-end;
}


.consultation .elementor-button-wrapper {
    position: relative;
    z-index: 2;
    /* Ensure text is above the gradient */
}

.consultation .elementor-button-link {
    position: relative;
    display: inline-block;
    padding: 13px 47px !important;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: none;
    border-radius: 10px;
    font-weight: 400;
    border-width: 1px !important;
    border-color: transparent;
	letter-spacing: 1px
}

.consultation .elementor-button-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 2px;
    /* Width of the border */
    background: linear-gradient(90deg, #F5EEE2 0%, #B97F26 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.consultation .elementor-button-link:hover {
    background: linear-gradient(270deg, rgba(185, 127, 38, 0.2) 0%, rgba(83, 57, 17, 0.2) 100%);
}


.project_vert_text h2 {
    padding-left: 63px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.project_vert_text::before {
    content: '';
    position: absolute;
    top: -16px;
    right: 40px;
    height: 1px;
    width: 62px;
    background-color: #B97F26;
}


.e-n-tab-title-text {
    gap: 24px;
}

.e-n-tab-title-text span {
    font-weight: 700;
    font-family: 'Neue Haas Grotesk Display Pro';
}



.e-n-tab-title[aria-selected="false"] span {
    color: #383838;
}



.project-text {
    max-width: 514px !important;
}

.project-website {
    max-width: 514px !important;
}

.elementor-element-c0ab2a9,
.elementor-element-759eebc {
    gap: 40px;
}

.project-website .elementor-button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.project-website .elementor-button-text span {
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #B97F26;
}

.project-website svg {
    max-width: 74px !important;
    width: 100%;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    flex-basis: 329px !important;
}



.testimonial_title h2 {
    padding-left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    left: -20px;
    position: absolute;
    z-index: 99;
    top: -250px;
}

.testimonial_title::after {
    content: '';
    position: absolute;
    top: 195px;
    right: -30px;
    height: 1px;
    width: 162.65px;
    background-color: #B97F26;
    transform: rotate(90deg);
}

.testimonial-text {
    max-width: 769.41px;
}
 
.footerform .elementor-button {
    position: relative;
    display: inline-block;
    padding: 12px 32px !important;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: none;
    border-radius: 10px;
    font-weight: bold;
    border-width: 1px !important;
    border-color: transparent;
    background: none !important;
    max-width: fit-content;
    margin-top: 72px;
    z-index: 1;
}

.footerform .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #F5EEE2 0%, #B97F26 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.footerform .elementor-field {
    padding: 25px 0;
}

.fillform h2 {
    padding-left: 63px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    top: 180px;
}

.fillform h2::before {
    content: '';
    position: absolute;
    top: 160px;
    right: -37px;
    height: 1px;
    width: 108px;
    background-color: #B97F26;
    transform: rotate(90deg);
}

.commitment .elementor-heading-title {
    display: flex;
    gap: 20px;
    margin-left: -85px;
}

.inovate h2 {
    padding-left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    top: 50px;
}

.inovate h2::before {
    content: '';
    position: absolute;
    top: 92px;
    right: 0px;
    height: 1px;
    width: 62px;
    background-color: #B97F26;
}

.project_numeration h2 {
    padding-left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    top: 23px;
    margin-bottom: 50px;
    left: -15px;
}

.project_numeration h2::before {
    content: '';
    position: absolute;
    bottom: -24px;
    right: 0px;
    height: 1px;
    width: 62px;
    background-color: #B97F26;
}

.page-id-544 .counted-numbers::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -54px;
    height: 1px;
    width: 33px;
    background-color: #B97F26;
}

.elementor-544 .elementor-element.elementor-element-2fa0010 .elementor-field-group {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px 10px;
    max-width: 400px;
    width: 100%;
    align-items: center;
}

.contact-label {
    text-align: left;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 54px;
}

.contact-value {
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 28.13px;
    text-align: left;
}

.contact-value a {
    color: #B97F26;
    text-decoration: none;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 28.13px;
    text-align: left;
    text-decoration: underline;
}

.contact-value a:hover {
    text-decoration: underline;
}

.address-container {
    display: flex;
    color: #000;
    align-items: center;
    width: 100%;
    max-width: 330px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 28.13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.address-number {
    margin-right: 17px;
}

@media (min-width: 320px) and (max-width: 780px) {

    .consultation .elementor-button-link {
        padding: 9px 19px !important;
    }

    .elementor-nav-menu--dropdown-tablet {
        width: 14%;
    }

    .hero {
        background-image: none;
    }

    .gd-blocks.real-estate-services .service-block p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: 'Roboto';
        line-height: 21px;
        margin: 0;
        margin-top: 20px;
    }

    .gd-blocks.real-estate-services .service-block h3 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        font-family: 'Neue Haas Grotesk Display Pro';
        line-height: 21.6px;
        margin: 0;
    }

    .gd-blocks.real-estate-services {
        padding: 20px 0 0 70px;
        gap: 48px;
    }

    .gd-blocks.real-estate-services .service-block::after {
        content: '';
        position: absolute;
        top: 10px;
        left: -58px;
        height: 1px;
        width: 35px;
        background-color: #B97F26;
    }

    .gd-blocks.real-estate-services .service-block::before {
        content: attr(data-number);
        position: absolute;
        top: 25px;
        left: -55px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        font-family: 'Roboto';
        line-height: 18.75px;
    }
}
.elementor-location-header .elementor-widget-theme-site-logo img {
	max-width: 178px !important
}
.elementor-location-header .e-con-inner {
	padding-top: 30px
}
.hero.elementor-element > .e-con-inner {
	margin-top: 50px;
}
.companies.elementor-element [role="tabpanel"]:first-child > .elementor-element:first-child:before {
	content: '';
	background-image: url('/wp-content/uploads/2024/12/York-towers.svg');
    position: absolute;
    left: -40px;
    width: 100px;
    height: 100%;
    bottom: 0;
    background-size: 90%;
    top: unset;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.whatwedo > .e-con-inner {
	padding: 0 30px;
}
.growingtogethertext > .e-con-inner {
	padding: 0 30px;
}
.growingtogether > .e-con-inner {
	padding: 0 30px;
}
.companies-row > .e-con-inner {
	padding: 0 30px;
}
.ourpartners > .e-con-inner {
	padding: 0 30px;
}
.becomepartner > .e-con-inner {
	padding: 0 30px;
}
.review-row > .e-con-inner {
	padding: 0 30px;
}
.highlight-row {
	margin-top: 0;
	background-image: url('/wp-content/uploads/2025/01/IMG_2704.png') !important
}
.highlight-row  > .e-con-inner {
	padding: 0 30px;
}
.becomepartner > .e-con-inner > .elementor-element {
	background-image: url('/wp-content/uploads/2024/12/Group-29-1.svg');
	background-repeat: no-repeat;
    background-position: right bottom;
    height: 308px;
	padding-left: 30px;
}
.testimonial_title::after {
	right: 15px;
}
.testimonial_title .elementor-heading-title {
    margin-left: 40px;
}
.review-row {
	background-image: url('/wp-content/uploads/2024/12/fff.svg') !important;
	background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-top: 180px;
    height: 945px;
    padding-top: 140px;
}
.testimonial-text blockquote:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/12/unnamed-file.png');
	    width: 130px;
    height: 110px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: center;
    right: 50px;
    top: 175px;
}
.elementor-65 .elementor-element.elementor-element-6fe0148 {
	margin-top: 135px;
}
.elementor-location-footer > .e-con-full {
	padding: 0 30px
}
.contact-box hr {
	margin: 30px 0
}
.elementor-element-09b8419 {
	justify-content: center
}
.elementor-location-footer .elementor-element.elementor-element-843b2b6 {
	    margin-left: auto;
    margin-top: auto;
    margin-bottom: 30px;
	width: 55% !important
}
.elementor-329 .elementor-element.elementor-element-e525a1f:not(.elementor-motion-effects-element-type-background), .elementor-329 .elementor-element.elementor-element-e525a1f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    background-size: 55vw;
	    background-position: 43% bottom !important
}
.elementor-329 .elementor-element.elementor-element-2439a30 {
	    width: 66%;
}
.elementor-329 .elementor-element.elementor-element-3429dda p {
	    position: relative;
    top: 30px;
    cursor: pointer;
}
.elementor-element-a2625a8 a {
	text-decoration: none !important
}
.elementor-location-header > .elementor-element > .e-con-inner {
	padding-left: 30px;
    padding-right: 30px;
}
.elementor-329 .elementor-element.elementor-element-12823e5 p {
	font-size: 14px
}
@media (min-width: 1025px) {
	.testimonial-text blockquote {
		clip-path: polygon(91% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
		background: #121212;
        padding: 35px;
        max-width: 1000px;
        margin-left: -50px;
        padding-left: 85px;
        margin-top: 35px;
        padding-top: 120px;
        padding-right: 160px;
        padding-bottom: 130px;
	}
	.elementor-65 .elementor-element.elementor-element-6fe0148 {
		left: -326px !important;
		    margin-top: 155px !important
	}
}
@media (min-width: 1025px) and (max-width: 1300px) {
	.elementor-65 .elementor-element.elementor-element-6fe0148  {
		left: -30px !important;
	}
}
@media (min-width: 1800px) {
	.whatwedo {
		margin-top: 50px
	}
}
.growingtogether > .e-con-inner > .elementor-element:before {
	background-size: 80%
} 
.elementor-65 .elementor-element.elementor-element-6ac24b9 .elementor-heading-title {
	white-space: nowrap
}
@media (max-width: 1600px) {
	.hero {
		height: 900px
	}
}
@media (max-width: 1400px) {
	.hero {
		height: 800px
	}
}
@media (max-width: 1200px) {
	.hero {
		height: 700px;
  		min-height: unset;
	}
}
@media (max-width: 1024px) {
	.elementor-location-header > .elementor-element > .e-con-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.elementor-14 .elementor-element.elementor-element-eb7b1bd.elementor-element {
		order: 2 !important
	}
	.elementor-14 .elementor-element.elementor-element-eb7b1bd.elementor-element > .elementor-widget-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.elementor-14 .elementor-element.elementor-element-ace9301 {
		width: auto !important
	}
	.elementor-65 .elementor-element.elementor-element-93fad1a { 
        background: none;
		height: auto;
		margin-bottom: 50px
	}
    .elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		font-size: 19px;
		font-weight: 400;
		line-height: normal;
	}
	.elementor-65 .elementor-element.elementor-element-6ac24b9 > .elementor-widget-container {
		width: auto;
	 	height: 22px;
        display: inline-flex;
        align-items: center;
		padding-bottom: 2px
	}
}
@media (max-width: 767px) {
	.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger {
		        margin-left: 5px;
        margin-right: 0;
	}
	.elementor-65 .elementor-element.elementor-element-93fad1a { 
	   background-image: url('/wp-content/uploads/2024/12/Group-74.svg') !important;
		height: auto !important;
		background: none !important
	}
	.elementor-65 .elementor-element.elementor-element-5462082 .elementor-heading-title {
		font-size: 32px;
        line-height: normal;
        margin-bottom: 15px;
	}
	.year-text p {
		right: 108px !important;
        margin-top: 30px !important;
	}
	.year-text p:before {
		bottom: 8px !important;
    	right: -16px !important;
	}
}
@media (max-width: 500px) { 
	.elementor-65 .elementor-element.elementor-element-93fad1a:after {
		content: '';
		background-image: url('/wp-content/uploads/2025/01/Group-36.svg') !important;
		height: 530px !important;
        background-size: contain;
        background-position: 9px center;
        background-repeat: no-repeat;
        width: calc(100% + 30px);
        margin-left: -15px;
	    margin-top: -130px;
	}
	.elementor-element-454e25f a {
		position: absolute;
    	bottom: -350px;
	}
}
@media (max-width: 1550px) {
	.whatwedo > .e-con-inner {
		flex-wrap: wrap !important;
	}
	.whatwedo > .e-con-inner > .elementor-element:first-child {
	    width: 100%;
		margin-bottom: 25px
	}
	.whatwedo > .e-con-inner > .elementor-element:last-child {
		width: 90%;
    	margin-left: 5%;
	}
}
@media (max-width: 1200px) {
	.whatwedo > .e-con-inner > .elementor-element:first-child {
		margin-top: 25px
	}
	.whatwedo > .e-con-inner > .elementor-element:last-child .real-estate-services {
		flex-direction: column
	}
}
@media (max-width: 1024px) {
	.whatwedo > .e-con-inner {
		padding-left: 0;
		padding-right: 0
	}
	.elementor-65 .elementor-element.elementor-element-794c28c .elementor-heading-title {
		font-size: 44px;
	}
	.whatwedo > .e-con-inner > .elementor-element:last-child {
	    margin-left: 80px;
	}
	.elementor-location-header .e-con-inner {
		padding-top: 15px;
	}
}
@media (max-width: 1024px) {
	.whatwedo > .e-con-inner > .elementor-element:last-child {
		margin-left: 0;
		padding-left: 0
	}
	.whatwedo > .e-con-inner > .elementor-element:first-child {
		margin-bottom: 0;
		margin-top: 0
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		flex-direction: column;
    	align-items: center;
		margin-top: 15px;
		text-align: center
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title a {
		margin-top: 15px
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title a img {
		margin: 0
	}
	.whatwedo > .e-con-inner > .elementor-element:last-child .real-estate-services {
		margin-left: 80px
	}
	.hero.elementor-element > .e-con-inner {
		align-items: center
	}
 
	.elementor-14 .elementor-element.elementor-element-ace9301 {
		padding-right:0 !important
	}
	.growingtogethertext > .e-con-inner {
		padding: 0 !important
	}
	.growingtogether > .e-con-inner {
		padding: 0 !important
	}
	.growingtogether > .e-con-inner {
		justify-content: space-between !important
	}
	.elementor-65 .elementor-element.elementor-element-a8b57d5 {
		width: 100%
	}
	.growingtogether > .e-con-inner > .elementor-element:before {
	    background-size: 50%;
	}
}
@media (min-width: 1024px) and (max-width: 1150px) {
	.hero.elementor-element > .e-con-inner {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width: 500px) {
	.hero.elementor-element > .e-con-inner {
        align-items: flex-start;
	    padding-left: 10px;
        padding-right: 10px;
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		text-align: left
	}
	.hero.elementor-element > .e-con-inner {
		margin-top: 25px
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		margin-top: 0
	}
	.elementor-65 .elementor-element.elementor-element-beb4beb .elementor-button {
		width: 100%
	}
}

@media (max-width: 1500px) {
	.elementor-65 .elementor-element  .elementor-counter-number-wrapper{
	   font-size: 38px !important;
	}
}
@media (max-width: 1300px) {
	.growingtogether > .e-con-inner {
		flex-wrap: wrap !important
	}
	.growingtogether > .e-con-inner > .elementor-element {
		width: 48%;
    	margin-bottom: 20px;
	}
}
@media (max-width: 780px) {
	.whatwedo > .e-con-inner > .elementor-element:last-child .real-estate-services {
		margin-left: 0
	}
	.elementor-65 .elementor-element.elementor-element-454e25f .elementor-heading-title br {
		display: none
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	    margin-top: 15px
	}
	.elementor-65 .elementor-element .elementor-counter-number-wrapper {
		font-size: 20px !important;
	}
	.growingtogether > .e-con-inner > .elementor-element {
		padding-top: 20px !important
	}
	.elementor-65 .elementor-element .elementor-counter-number-wrapper {
		padding-right: 0 !important
	}
}

.elementor-65 .elementor-element.elementor-element-823b41f > .elementor-widget-container {
	padding-left: 80px
}
@media (max-width: 1600px) {
	.elementor-65 .elementor-element.elementor-element-d273e27 .elementor-heading-title {
	   font-size: 52px;
	   line-height: 50px;
	}
	.becomepartner > .e-con-inner > .elementor-element {
	 	background-size: 65%;
	}
}
@media (max-width: 1300px) {
	.companies .e-n-tabs {
	   flex-direction: column;
	}
	.companies .e-n-tabs-heading {
	 	flex-direction: row;
		flex-basis: unset !important;
		margin-bottom: 35px
	}
	.companies  .e-n-tabs-content > div > .elementor-element:first-child {
		padding-left: 0
	}
	.elementor-65 .elementor-element.elementor-element-d273e27 .elementor-heading-title {
		        font-size: 40px;
        line-height: 32px;
	}
	.elementor-65 .elementor-element.elementor-element-5e6d962 .elementor-heading-title {
		 font-size: 58px;
		 line-height: 55.89px;
	}
	.review-row .testimonial-text p {
		font-size: 20px;
    	line-height: 34px;
	}
}
@media (max-width: 1024px) {
	.companies-row > .e-con-inner {
		padding: 0
	}
	.companies-row > .e-con-inner > .elementor-element {
		width: 100%
	}
	.growingtogether {
		margin-bottom: 40px !important
	}
	.elementor-65 .elementor-element.elementor-element-3e6a1ce .elementor-heading-title {
        font-size: 18px !important;
        line-height: 25px;
        margin-bottom: 5px;
	}
	.elementor-65 .elementor-element.elementor-element-3e6a1ce .elementor-heading-title strong {
		    font-size: 32px;
    margin-bottom: 10px !important;
    display: inline-block;
	}
	.elementor-65 .elementor-element.elementor-element-ce0ffed .elementor-heading-title {
		font-size: 16px;
		line-height: 21px
	}
	.companies {
		margin-top: 40px
	}
	.companies .e-n-tabs-mobile  {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.companies .project-text {
        width: 100%;
        max-width: unset !important;
	}
	.e-n-tabs-content [role="tabpanel"] {
		 flex-direction: column;
	}
	.e-n-tabs-content [role="tabpanel"] > .elementor-element {
		width: 100%
	}
	.companies.elementor-element [role="tabpanel"]:first-child > .elementor-element:first-child:before {
		display: none
	}
	.companies .e-n-tabs-heading {
		display: flex
	}
	.elementor-widget-n-tabs .e-n-tabs-content > .e-child > .elementor-element:last-child .elementor-widget-image {
		display: none
	}
	.ourpartners {
    margin-top: 50px;
	}
	.ourpartners .e-con-inner .elementor-element {
		padding: 0
	}
	.ourpartners > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
		flex-direction: column !important;
	}
	.ourpartners > .e-con-inner .elementor-element {
		width: 100%
	}
	.ourpartners .elementor-heading-title {
		font-size: 32px !important;
	}
	.elementor-element-2c14486 .elementor-heading-title {
		 font-size: 16px !important;
		margin-bottom: 25px
	}
	.ourpartners .elementor-image-gallery .gallery-item {
		max-width: 32% !important
	}
	.becomepartner > .e-con-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.becomepartner > .e-con-inner .elementor-element {
    padding: 0
}
.becomepartner .elementor-element-cac0fa0 {
    flex-direction: column;
    align-items: flex-start;
}
.becomepartner .elementor-element-cac0fa0 {
    padding: 25px !important;
}
.becomepartner .elementor-heading-title {
    font-size: 32px !important;
    line-height: 32px !important;
}
	.elementor-65 .elementor-element.elementor-element-d07c317 .elementor-heading-title {
		font-size: 24px !important;
		line-height: 36.6px !important
	}
	.elementor-65 .elementor-element.elementor-element-beb4beb .elementor-button {
		padding: 0;
		height: 45px;
		align-items: center;
		display: inline-flex;
		justify-content: center;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 16px;
	}
	.becomepartner > .e-con-inner .elementor-element .elementor-widget-image .elementor-widget-container {
	    justify-content: flex-start;
    	display: flex;	
	}
	.becomepartner > .e-con-inner .elementor-element .elementor-widget-image .elementor-widget-container img {
		max-width: 180px
	}
	.becomepartner .elementor-button-wrapper {
		display: flex
	}
	.review-row {
    background: none !important;
    padding: 0;
    margin-top: 135px;
    height: auto;
    min-height: unset;
		    padding-bottom: 0;
}
	.elementor-65 .elementor-element.elementor-element-d6a9691 {
		color: #fff !important
	}
.testimonial-text blockquote {
    padding: 0;
    background-color: #121212;
    margin: 0;
	        background-image: none;
        width: 100%;
        max-width: unset;
	color: #fff
}
.testimonial-text blockquote:before {
		content: '';
		background-image: url('/wp-content/uploads/2025/01/Group-94.png');
		width: 200px;
        height: 200px;
        position: absolute;
        right: 0;
        top: -80px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}
	.review-row .testimonial-text p {
		    padding: 15px;
    background-color: #121212;
    position: relative;
    z-index: 1;
		        padding-bottom: 50px;
        border-top-right-radius: 15px;
		        clip-path: polygon(91% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
		        padding-right: 55px;
	}
	.review-row > .e-con-inner {
		flex-direction: column !important
	}
.testimonial-text blockquote:after {
    width: 90px;
    height: 70px;
    right: 0;
	        top: unset;
}
.review-row  .elementor-element-6fe0148 {
    margin-top: 80px !important;
    left: 0 !important;
    top: unset !important;
    bottom: 0 !important;
	position: unset
}
.elementor-65 .elementor-element.elementor-element-82c9426 .elementor-heading-title {
    line-height: 20.13px;
    font-size: 18px;
}
	.elementor-65 .elementor-element.elementor-element-5e6d962 .elementor-heading-title {
		font-size: 32px;
		line-height: 10px;
	}
}
.elementor-65 .elementor-element.elementor-element-8758c06 img {
	margin-left: -20px
}
.elementor-element-fafa586 {
	max-height: 640px
}
.year-text {
	position: relative
}
.year-text p {
	position: absolute;
    right: 0;
    transform: rotate(-90deg);
    margin-top: 65px;
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
}
.year-text p:before {
	content: '';
    height: 60px;
    position: absolute;
    background: #B97F26;
    width: 1px;
    bottom: 0px;
    right: -25px;
}
.elementor-element-012977c {
	margin-top: 80px;
    margin-left: -80px;
}
.elementor-65 .elementor-element.elementor-element-8f82f0f {
	    background-position: right 45px !important;
}
.elementor-65 .elementor-element.elementor-element-629abcf .elementor-heading-title {
	    font-size: min(4vw, 70px);
}
@media (max-width: 1500px) {
	.elementor-element-617f0ac .elementor-heading-title {
		    font-size: 16px !important;
	}
}


@media (max-width: 1024px) {
	.highlight-row {
		background-image: none !important
	}
	.highlight-row {
		padding-left: 0;
    	padding-right: 0;
	}
	.highlight-row .e-con-inner {
    flex-direction: column !important;
    	padding-left: 0;
    	padding-right: 0;
}
.elementor-65 .elementor-element.elementor-element-629abcf .elementor-heading-title {
    font-size: 32px !important;
}
.year-text p {
             right: 108px;
        margin-top: 20px;
        font-size: 16px;
}
	.year-text p:before {
		    bottom: 8px;
    right: -25px
	}
.elementor-element-617f0ac {
    margin-top: 40px !important
}
.elementor-element-012977c {
    margin: 0
}
.elementor-element-c91934b {
    flex-direction: row !important
}
.elementor-element-012977c {
    flex-direction: column !important
}
.elementor-element-6b3baa6 {
    padding-top: 0 !important
}
.elementor-element-fafa586  {
    width: 32%;
    min-width: 300px;
    min-height: 300px !important;!i;!;
}
.elementor-element-fafa586 {
    max-height: 300px !important;
    min-height: unset;
}
.elementor-element-c91934b {
        margin-top: 0;
    padding-top: 0;
    max-width: 64%
}
.elementor-element-c91934b img {
    height: 200px !important
}
.elementor-element-c91934b > .elementor-element {
    width: 50%;
    min-width: 300px;
}
.elementor-element-c91934b .elementor-element-ab26698 {
    padding: 0
}
.elementor-element-617f0ac  {
    overflow-x: auto;
    flex-direction: row !important;
    display: flex;
    flex-wrap: unset;
	min-height: 380px
}
	.elementor-element-c91934b {
		 flex-direction: row !important;
		display: flex;
		min-width: 600px;
		flex-wrap: unset;
	}
	.elementor-element-7419112, .elementor-element-e3fa77c {
		    position: relative;
    		bottom: -65px;
	}
	.elementor-element-dc139b1 {
		width: 300px
	}
	.elementor-65 .elementor-element.elementor-element-8f82f0f {
		margin-top: 40px
	}
	.elementor-element-09b8419{
		padding: 0
	}
}
.elementor-element-e39e294 {
	width: 80px !important
}
.elementor-element-754861d {
	    padding-top: 40px;
}
.elementor-element-7e87648 {
	 padding-top: 40px;
}
@media (max-width: 768px) {
	.companies .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: unset;
        overflow-x: auto;
        margin-bottom: 0;
        gap: 0;
        height: auto;
        min-height: unset;
        line-height: normal;
	}
	.companies .e-n-tab-title-text {
	 	gap: unset;
		font-size: 32px;
	}
	.companies .e-n-tab-title-text span {
		white-space: nowrap;
		display: inline-block;
        margin-left: 8px;
	}
	.companies .elementor-widget-image img {
		max-width: 100% !important
	}
	.companies .e-n-tabs-heading > button {
		width: auto !important;
		max-width: unset;
		white-space: nowrap;
		flex: unset;
		gap: unset;
		min-width: 70%;
	}
	.companies .e-n-tabs-heading > button img {
	        max-width: 100px;
        margin-left: 15px;
	}
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        margin-top: 0 !important;
        padding-top: 0 !important;
	}
	.e-n-tabs-content [role="tabpanel"] {
		gap: 20px
	}
	.project-website .elementor-button-wrapper {
		display: flex;
		justify-content: center;
	}
	.companies .project-text .elementor-widget-container {
		padding-right: 0 !important
	}
	.e-n-tabs-content [role="tabpanel"] > .elementor-element:last-child {
		padding-left: 16px;
		padding-right: 16px
	}
	.e-n-tabs-content [role="tabpanel"] > .elementor-element:last-child .elementor-widget-container > p {
		        font-size: 12px;
        line-height: 19px;
	}
	.companies .elementor-widget-image img {
		        height: 399.83px !important
	}
	.elementor-element-9a46f91 {
			background: none !important;
			margin-top: 25px;
			padding-left: 20px;
			padding-right: 20px;
			position: relative;
		    overflow: hidden;
        	padding-bottom: 40px;
		}
		.elementor-element-9a46f91 .elementor-widget-text-editor {
			width: 100%;
			max-width: 100%
		}
		.elementor-element-9a46f91 .elementor-button-wrapper {
			justify-content: flex-start
	}
	.elementor-element-9a46f91:after {
		content: '';
		background-image: url('/wp-content/uploads/2025/01/Group-24.png');
		width: 112px;
        height: 200px;
        position: absolute;
        background-size: contain;
        background-position: center;
        right: -15px;
        bottom: 0;
        background-repeat: no-repeat;
	}
	.elementor-element-9a46f91 .elementor-widget-text-editor {
		width: 100% !important
	}
	.elementor-element-56730ad {
		margin-top: 0
	}
	.review-row > .e-con-inner {
		    padding: 0px 15px;
	}
	.elementor-65 .elementor-element.elementor-element-3005fc5 .elementor-heading-title {
        line-height: 21px;
	} 
}
@media (max-width: 1550px) {
	.elementor-329 .elementor-element.elementor-element-2439a30 {
		margin-top: 30px
	}
}
@media (max-width: 1024px) {
	.elementor-element-e39e294 {
		display: none
	}
	.elementor-element-e39e294 {
    display: none
}
.elementor-element-7e87648, .elementor-element-2439a30 {
    width: 100% !important
}
.elementor-location-footer > .e-con-full {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px
}
.elementor-element-8b6ec3b {
    margin-bottom: 0
}
.elementor-element-e525a1f  {
    background: none !important
}
	.elementor-329 .elementor-element.elementor-element-b78af5f > .elementor-widget-container {
		margin-bottom: 0!important
	}
	.elementor-329 .elementor-element.elementor-element-2439a30 {
		margin-top: 0 !important
	}
	.elementor-element-1652c8b img {
		width: 50px
	}
	.elementor-element-8b6ec3b {
		 flex-direction: row !important;
		display: flex;
		flex-wrap: unset;
		        gap: 0;
	}
	.elementor-element-8b6ec3b > .elementor-element {
		width: 50%
	}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		transform: unset !important;
		max-height: unset !important;
		animation: unset !important;
		overflow: unset !important;
		right: 0 !important;
		left: unset !important;
		position: fixed !important;
		top: 70px !important;
		width: 100% !important;
		opacity: 0;
		visibility: hidden;
		padding-top: 15px;
        padding-bottom: 15px;
	}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
		opacity: 1;
		visibility: visible
	}
}
.elementor-element-454e25f a {
	border: 1px solid #B97F26;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    margin-left: 20px;
}
.elementor-element-454e25f a img {
	margin: 0
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes jumpInfiniteLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
.arrow-bottom {
  animation: jumpInfinite 1.5s infinite;
}
.project-website .elementor-button-icon svg rect {
    stroke-width: 0
}
.project-website .elementor-button-icon {
    width: 74px;
    height: 74px;
    border: 1px solid #B97F26;
    border-radius: 100%
}
.project-website .elementor-button-icon svg {
    animation: jumpInfiniteLeft 1.5s infinite;
}
.elementor-element-a0f4ab6 .elementor-widget-container {
    border: 1px solid #B97F26;
    width: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}
.elementor-element-a0f4ab6 .elementor-widget-container img {
    width: 35px;
    height: 35px;
    animation: jumpInfinite 1.5s infinite;
}
.elementor-element-821d21f > .e-con-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.elementor-347 .elementor-element.elementor-element-ff28a36 > .elementor-widget-container {
	    display: inline-block;
	    padding: 5px 4px 4px 4px;
}
.elementor-element-821d21f {
	 background-position: 90% 50px !important;
}
.our-strength-slider {
   width: calc(100% - 700px);
	position: relative
}
.elementor-element-ad34b88 .our-strength-text {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
}
.elementor-element-ad34b88 .our-strength-text h2 {
	position: absolute;
    left: -105px;
    top: 60px;
}
.swiper-button-prev {
	background-size: 25px;
}
.swiper-button-next {
	background-size: 25px;
}
.swiper-navigation {
	margin-top: 25px;
}
.elementor-element-58b3006 {
	padding-bottom: 180px !important
}
.our-strength-text {
	position: relative
}
.our-strength-text:after {
	content: '';
	background-image: url('/wp-content/uploads/2025/01/Group-101.svg');
    width: 10vw;
    height: 10vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
	left: -262px;
    bottom: -35px;
}
.our-strength-text:before {
	content: '';
	background-image: url('/wp-content/uploads/2025/01/Ellipse-35.svg');
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 150px;
    bottom: -150px;
}
.elementor-element-9e6c2ea {
	background-position: 0 275px !important;
	padding-bottom: 400px !important;
	    margin-bottom: 50px;
}
.elementor-347 .elementor-element.elementor-element-ff28a36 .elementor-heading-title {
	white-space: nowrap
}
.elementor-element-d6b16e4 {
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.elementor-element-d6b16e4  img {
	width: 400px
}
@media (max-width: 1500px) {
	.elementor-element-d6b16e4 img {
		width: 300px
	}
}
@media (max-width: 1024px) {
	.elementor-element-821d21f {
		margin-top: 25px !important
	}
	.elementor-element-821d21f > .e-con-inner {
		padding: 0
	}
	.elementor-element-821d21f .elementor-element-515939b .elementor-heading-title {
		font-size: 32px !important;
		line-height: 30px !important;
		margin-bottom: 10px
	}
	.elementor-element-821d21f  .elementor-element-014aa92 p {
		font-size: 16px;
	}
	.elementor-347 .elementor-element.elementor-element-cfaf4bf img {
		height: 300px !important
	}
	.elementor-element-38709bc {
		padding: 0
	}
	.elementor-element-821d21f  {
		background-position: center 190px !important;
    	background-size: cover !important;
	}
	.elementor-element-38709bc {
		margin-top: 100px;
	}
	.elementor-347 .elementor-element.elementor-element-25830cd .elementor-heading-title {
		font-size: 32px !important;
		    line-height: 21px;
	}
	.elementor-347 .elementor-element.elementor-element-3d2c2fb .elementor-heading-title {
		font-size: 16px;
		font-weight: 500;
		margin-top: 5px;
	}
	.elementor-element-c225349 {
    margin-top: 0;
}
.elementor-element-c225349 > .e-con-inner {
    flex-direction: column !important;
    padding-left: 75px;
}
.elementor-element-c225349 > .e-con-inner > .elementor-element {
    width: 100%
}
.elementor-element-c225349 > .e-con-inner > .elementor-element .elementor-heading-title {
   font-size: 22px;
    line-height: 16px
}
.elementor-element-c225349 > .e-con-inner > .elementor-element p {
   font-size: 16px;
    line-height: 22px
}
	.elementor-element-9e6c2ea  {
    margin-top: 50px !important
}
.elementor-element-9e6c2ea .e-con-inner {
    flex-direction: column !important;!i;!;
}
.elementor-element-9e6c2ea .elementor-element-c5a72d8 {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 !important
}
.elementor-element-9e6c2ea .elementor-element-5b9f243  h2 {
    font-size: 75px !important;
    line-height: 8px !important;!i;!;
}
.elementor-element-9e6c2ea .elementor-element-9e9cbf5 h2 {
    font-size: 18px !important;
    line-height: 21px !important;
}
.elementor-element-2268044 {
    padding-top: 45px !important
}
	.elementor-element-9e6c2ea {
        padding-bottom: 100px !important;
        background-position: center 100% !important;
        margin-bottom: 0;
        background-size: 800px !important;
	}
	.elementor-element-6a432dd > .e-con-inner {
    flex-direction: column !important
}
.elementor-element-6a432dd .elementor-element-2005ac8 h2 {
    font-size: 32px !important;
    line-height: 36px !important
}
.elementor-element-6a432dd .elementor-element-519f167 p {
     font-size: 16px !important   
}
}
@media (min-width: 1025px) and (max-width: 1400px) {
	.elementor-element-9e6c2ea {
		    padding-bottom: 250px !important;
	}
}
.elementor-element-de915ff .e-con-inner {
    padding: 0 25px;
	justify-content: space-between !important
}
.elementor-element-51256d0 .elementor-widget-container {
	display: inline-flex;
    line-height: normal;
    align-items: center;
}
.elementor-element-51256d0 .elementor-widget-container h2 {
	white-space: nowrap;
}
.heading-container {
    margin-top: 100px;
    padding: 0
}
.heading-container h2 {
    color: #fff !important;
    font-size: 70px
}
.heading-container p {
    color: #DBE1D2 !important;
    font-size: 18px
}
.elementor-element-2f2a5c6 {
    margin-top: 80px     
}
.elementor-element-2f2a5c6 > .e-con-inner {
    padding-left: 30px;
    padding-right: 30px
}
.elementor-element-de915ff {
	margin-bottom: 0
}
.elementor-493 .elementor-element.elementor-element-c92cae4 img {
	height: auto !important
}

@media (max-width: 1024px) {
	.elementor-element-de915ff {
    margin-top: 25px;
	}
	.elementor-element-de915ff > .e-con-inner {
		flex-direction: column !important;
		padding: 0
	}
	.elementor-element-de915ff .elementor-element-aa6f884 h1 {
		font-size: 32px !important;
		line-height: 20px !important
	}
	.elementor-element-ee457ab {
		width: 100%;
		justify-content: flex-start;
		display: flex
	}
	.elementor-element-ee457ab img {
		max-width: 280px !important;!i;!;
	}
	.elementor-element-c92cae4 > .elementor-widget-container {
		overflow-x: auto
	}
	.elementor-element-c92cae4 > .elementor-widget-container img {
		height: 320px !important;
		width: 1000px !important;
		max-width: unset !important;
	}
	.elementor-element-2f2a5c6 {
		margin-top: 50px
	}
	.heading-container h2 {
    font-size: 32px !important;
    line-height: 21px !important
		}
		.heading-container p {
			font-size: 16px !important;
			line-height: 25px !important
		}
		.elementor-element-2f2a5c6 {
			margin-top: 25px 
		}
		.elementor-element-2f2a5c6 .e-con-inner {
			padding: 0
		}
		.elementor-element-66307ca {
			margin-top: 40px !important
		}
		.elementor-element-66307ca p {
			font-size: 14px 
		}
		.elementor-element-dfeac68 .elementor-button-wrapper {
			justify-content: flex-start
		}
		.elementor-element-dfeac68 .elementor-widget-container {
			margin-top: 0
		}
	.elementor-element-7fdafdd {
		max-width: 60%
	}
	.elementor-element-66307ca {
		margin-top: 0 !important
	}
	.project-wrapper:nth-of-type(2n + 1) {
    margin-top: 50px
}
.project-wrapper:nth-of-type(2n + 1) > .e-con-inner > .elementor-element:first-child {
    order: 2;
    margin-top: 50px
} 
.project-wrapper:nth-of-type(2n + 1) p, .project-wrapper:nth-of-type(2n + 1) li {
   font-size: 14px;
}
.project-wrapper .project-website .elementor-button-wrapper {
    justify-content: flex-start
}
	.heading-container {
		margin-top: 50px !important
	}
}
.elementor-element-37bdf60 .e-con-inner {
    padding: 0 30px;
}
.elementor-element-e980537 .elementor-widget-container {
   display: inline-flex;
   align-items: center;
}
.elementor-element-e980537 .elementor-widget-container h2 {
    white-space: nowrap
}
.elementor-element-68a4fa2 {
    margin-top: 50px
}
.elementor-element-a0016d4 {
    margin-top: 100px;
	margin-bottom: 50px
}
.elementor-element-a0016d4 > .e-con-inner {
    padding: 0 30px;
	align-items: flex-start !important;
}
.elementor-element-bbc23b1 {
    margin-top: -160px;
}
.elementor-element-bbc23b1 .elementor-widget-container img {
    height: 575px
}
.elementor-element-c609f33 h2 {
    padding-bottom: 55px !important
}
.elementor-element-c609f33 {
	    position: relative;
    top: 50px;
}
.elementor-element-e7c81cd {
    margin-top: -100px;
}
.elementor-element-e7c81cd .elementor-element {
    background-image: none !important;
    background-color: #121212;
    clip-path: polygon(90% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
    padding-bottom: 0 !important;!i;!;
    height: auto;
    min-height: unset;
    border-radius: 25px;
	padding: 0;
	padding-bottom: 20px !important
}
.elementor-element-80f87a2 {
	margin-top: 25px
}
.elementor-element-37bdf60 {
	background-position: 94% 100% !important;
	background-size: 620px auto !important;
}
.elementor-element-e7c81cd .elementor-element > .elementor-element:first-child {
    padding: 25px 30px 0
}
.elementor-element-e7c81cd .elementor-element > .elementor-element:last-child {
    padding: 0 30px 0
}
.elementor-element-e7c81cd .elementor-element > .elementor-element:first-child:before {
    width: 20px;
    top:52px;
    left: 0;
}
.elementor-element-80f87a2 {
	    min-height: unset;
    margin-bottom: 60px;
}
.elementor-element-400746b {
	background: #B97F26;
    display: flex;
    flex-direction: row;
    height: 470px;
    padding: 70px;
    border-radius: 20px;
    align-items: flex-start;
}
.elementor-element-ead1a61 {
	margin-top: -255px;
}
.elementor-element-be302ac p strong {
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 70px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}
.elementor-element-be302ac p {
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 48px;
    font-weight: 500;
    line-height: 37.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-left: 25px;
}
.elementor-element-400746b {
	flex-direction: row !important
}
 
@media (max-width: 1024px) {
	.our-strength-slider{
		width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
		        order: 1;
	}
	
	.swiper-navigation{
		display: none !important;
	}
	.swiper-slide {
		max-width: 253.85px;
		width: 100% !important;
	}
	
	.our-strength-slider img {
		max-width: 100% !important;
		height: 219.92px !important;
		object-fit: contain;
	}
	
	.elementor-element-ad34b88 .our-strength-text{
		padding:0;
	}
	
	.elementor-element-37bdf60 {
    margin-top: 25px
}
.elementor-element-37bdf60 .e-con-inner {
    padding: 0
}
.elementor-544 .elementor-element.elementor-element-1cbb7d8 .elementor-heading-title {
    font-size: 32px !important;
    line-height: 21px;
    margin-bottom: 10px;
}
.elementor-element-7e0bc71 p {
    font-size: 16px;
    line-height: 21px
}
.elementor-element-68a4fa2 {
    display: none
}
.elementor-element-37bdf60 {
    min-height: unset;
    padding-bottom: 212px;
    background-position: center 275px !important;
    background-size: contain !important;
}
.elementor-element-7e0bc71 p {
    margin-bottom: 0
}
.elementor-element-a0016d4 .e-con-inner {
    flex-direction: column !important
}
.elementor-element-c609f33 {
    position: unset;
    height: auto;
    min-height: unset;
    margin: 0;
    padding: 0;
    gap: 0;
    display: flex;
}
.elementor-element-c609f33 h2 {
    padding: 0;
    transform: unset;
        font-size: 60px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
}
	.elementor-element-29278ca {
		    margin-top: -90px;
	}
	.elementor-element-e7c81cd {
		flex-direction: column !important
	}
	.elementor-element-e7c81cd .elementor-element > .elementor-element:first-child {
		 padding-top: 25px;
		padding-bottom: 0 !important
	}
	.elementor-element-e7c81cd .elementor-element > .elementor-element:last-child {
		 padding-bottom: 15px !important;
	}
	.elementor-element-e7c81cd .elementor-element > .elementor-element .elementor-heading-title {
		font-size: 28px !important
	}
.elementor-element-c609f33 .elementor-widget-container {
     transform: unset;
     margin: 0 !important;
     position: unset;
     height: auto !important;
     padding: 0 !important;
}
.elementor-element-bbc23b1 {
    display: none
}
	.elementor-element-e7c81cd {
    width: 100%;
    flex-direction: column;
}
.elementor-element-e7c81cd  > .elementor-element  {
    width: 100%
}
.elementor-element-29278ca {
    width: 100%
}
.elementor-element-e7c81cd {
    margin-top: 0 !important
}
.elementor-element-a0016d4 .e-con-inner {
    padding: 0
}
.elementor-element-a0016d4 {
    margin-top: 0
}
.elementor-element-37bdf60 {
    margin-bottom: 0
}
	.elementor-element-7799930 {
		display: none
	}
	.elementor-element-c735ba1 {
		width: 100%
	}
	.elementor-544 .elementor-element.elementor-element-b509aca .elementor-heading-title {
	   font-size: 40px;
	   line-height: 24px;
	}
	.elementor-element-ea21223 p {
		font-size: 16px;
    	line-height: 21px;
	}
	.elementor-element-80f87a2 {
	   margin-bottom: 15px;
	}
	.elementor-element-400746b {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
		flex-direction: column !important;
	}
	.elementor-element-be302ac p {
		font-size: 32px;	
		margin-left: 0;
    	margin-bottom: 15px;
		line-height: 25px;
        font-weight: 400;
	}
	.elementor-element-be302ac p strong {
		font-size: 32px;
		line-height: 35px;
	}
	.elementor-element-a7879d9 {
		margin-bottom: 15px !important
	}
	.elementor-element-a7879d9 img {
		    max-width: 140px;
	}
	.elementor-element-00a8d35 {
		background-size: cover;
    	border-radius: 35px;
	}
	.elementor-element-00a8d35 {
		    padding: 35px;
	}
	.elementor-544 .elementor-element.elementor-element-1f94a80 .elementor-heading-title {
		    font-size: 28px;
		    line-height: 28px;
	}
}
@media (min-width: 1025px) and (max-width: 1500px) {
	.elementor-element-e7c81cd .elementor-element > .elementor-element .elementor-heading-title {
		font-size: 28px !important;
        line-height: 32px;
	}
	.elementor-element-be302ac p strong {
		 font-size: 50px;
	}
}
.elementor-element-27fd022 > .e-con-inner {
    padding: 0 30px;
	z-index: 1
}

.elementor-element-7f664d1 .elementor-widget-container {
    display: inline-flex; 
    align-items: "center"
}
.elementor-element-7f664d1 .elementor-widget-container h2 {
    white-space: nowrap;
}
.elementor-element-27fd022  {
    background-image: none !important;
    position: relative
}
.elementor-element-27fd022:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/01/image.png');
	position: absolute;
    top: 0;
    right: 105px;
    width: 450px;
    height: 450px;
    background-size: cover;
}
.elementor-element-65f88a0 h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 90px;
    color: #b97f26 !important;
}
.contact-container .contact-value {
    font-size: 18px
}
.elementor-element-cbe851a {
    padding: 50px;
}
.elementor-element-cbe851a .elementor-button {
    margin-top: 30px;
}
.elementor-element-cbe851a {
    padding: 50px;
}
.elementor-element-cbe851a .elementor-button {
    margin-top: 30px;
}

.elementor-element-62c401e .e-con-inner {
    padding: 0 30px;
}
.elementor-element-2f52968 {
	margin-right: 50px;
} 
.elementor-element-27fd022:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/01/image-1.png');
    position: absolute;
    bottom: -120px;
    right: 105px;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    top: unset;
}
@media (max-width: 1500px) {
    .elementor-element-9c9d645 {
        width: 65%;
    }
}
@media (max-width: 1024px) {
	.elementor-element-27fd022 {
    margin-top: 25px
}
.elementor-element-27fd022 > .e-con-inner {
    padding: 0
}
.elementor-707 .elementor-element.elementor-element-87985fb .elementor-heading-title {
    font-size: 32px;
	line-height: 31px
}
.elementor-element-6eb5e19 {
    flex-direction: column !important;!i;!;
    padding: 0;
}
.elementor-element-6eb5e19 > .elementor-element {
    width: 100%;
    padding: 0;
    margin-top: 45px;
}
.elementor-element-65f88a0 h2 {
    font-size: 60px;
}
.elementor-element-3c3236d  {
    padding-left: 0;
    margin-left: 0;
}
.elementor-element-27fd022:after {
    top: unset;
    right: 0;
    width: 100%;
    height: 450px;
    background-size: contain;
    bottom: 225px;
    background-repeat: no-repeat;
    background-position: center;
}
	.elementor-element-3e9aa08, .elementor-element-3c3236d {
		width: auto !important;
	   max-width: 75%;
	}
	.elementor-element-9c9d645 {
		margin-top: 100px !important;
	}
	.elementor-element-62c401e > .e-con-inner {
	    padding: 10px;
	}
	.elementor-element-27fd022 {
		margin-bottom: 50px
	}
}
@media (max-width: 767px) {
	.elementor-element-65f88a0 h2 {
		font-size: 48px;
	}
	.elementor-707 .elementor-element.elementor-element-5edc64d {
	   flex-direction: row !important;
		align-items: flex-start;
		width: 100%; 
	}
	.elementor-707 .elementor-element.elementor-element-3e9aa08 {
		width: 18% !important
	}
	.elementor-707 .elementor-element.elementor-element-3c3236d {
	   width: 80% !important;
	}
	.elementor-element-f79bc08 .contact-container > div {
		font-size: 16px !important;
		line-height: 31px
	}
	.elementor-element-f79bc08 .contact-container > div a {
		font-size: 16px !important
	}
	.elementor-element-5edc64d {
		min-height: unset
	}
	.elementor-element-27fd022:after {
		bottom: 225px;
	}
	.elementor-element-cbe851a {
		 padding: 30px
	}
	.elementor-element-99b480f {
		 padding: 15px !important;
	}
	.elementor-element-2289582 .address-text {
	    font-size: 20px;
	}
	.elementor-element-62802aa .address-text {
		font-size: 20px;
	}
	.elementor-element-27fd022:before {
		display: none
	}
	
}
.elementor-element-ad34b88 .swiper-pagination {
    bottom: 0px;
    z-index: 2;
}

.elementor-element-ad34b88 span.swiper-pagination-bullet {
    background: #2A2A2A;
    width: 20px;
    border-radius: 4px;
    height: 6px;
	opacity: 1
}
.elementor-element-ad34b88 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
	width: 40px
}
.swiper-wrapper {
	padding-bottom: 40px !important
}
@media (max-width: 1500px) {
	.our-strength-text:after {
		left: -240px;
    	bottom: -28px;
	}
}
@media (max-width: 1500px) {
	.our-strength-text:after {
    	bottom: 10px;
	}
}
@media (max-width: 1365px) {
	.elementor-element-ad34b88 .our-strength-section {
		flex-direction: column;
	}
	.elementor-element-ad34b88 .our-strength-slider {
		order: 1;
    	width: 100%;
	}
	.elementor-element-ad34b88 .our-strength-text {
		padding-top: 0;
		width: 100%;
		max-width: unset;
    	padding: 0 140px;
	}
	.elementor-element-ad34b88 .our-strength-text h2 {
		left: 50px;
   		top: 35px;
	}
	.swiper-navigation{
		display: none
	}
}
@media (max-width: 1024px) {
	.elementor-element-ad34b88 .our-strength-text {
		padding-right: 15px;
		padding-left: 95px;		
	}
	.elementor-element-ad34b88 .our-strength-text h2 {
		left: 15px;
        top: 35px;
	}
	.elementor-347 .elementor-element.elementor-element-821d21f {
		    margin-bottom: 65px;
		        background-size: 445px !important;
        background-position: bottom center !important;
	}
	.our-strength-text:after {
		left: unset;
        width: 100px;
        right: 0;
        height: 100px;
        bottom: -285px;
	}
	.elementor-element-58b3006 {
		    padding-bottom: 120px !important;
	}
	.elementor-element-ad34b88 .our-strength-section {
		gap: 20px;
	}
}
.elementor-element-454e25f a {
	min-width: 74px
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-454e25f .elementor-heading-title {
	    font-size: 26px;
    font-weight: 400;
    line-height: 39.08px
}

@media (max-width: 1024px) {
	.elementor-element-454e25f a {
		display: none
	}
	.elementor-1046 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		text-align: center
	}
	.elementor-1046 .elementor-element.elementor-element-6ac24b9 > .elementor-widget-container {
	display: inline-block
	}
	.elementor-1046 .elementor-element.elementor-element-6ac24b9 .elementor-heading-title {
		white-space: nowrap
	}
	.elementor-1046 .elementor-element.elementor-element-93fad1a {
		    height: auto;
    	margin-bottom: 50px;
	}
	.testimonial-text blockquote {
		padding: 30px;
        padding-right: 200px;
	}
	.testimonial-text blockquote:before {
		        width: 150px;
        height: 150px;
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-5e6d962 .elementor-heading-title {
	    font-size: 35px;
		font-weight: 800;
		line-height: 30.89px;	
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-8f82f0f {
		    margin-top: 50px;
	}
	[lang="ka-GE"] .home .elementor-1046 .elementor-element.elementor-element-6fe0148 {
		    margin-top: 15px !important;
	}
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-6fe0148 {
	    left: -326px !important;
    margin-top: 235px !important;
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-6ac24b9 > .elementor-widget-container {
	    display: inline-block;
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-6ac24b9 .elementor-heading-title {
	    white-space: nowrap;
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-d273e27 .elementor-heading-title {
	    font-size: 36px;
}
@media (max-width: 500px) { 
	.elementor-1046 .elementor-element.elementor-element-93fad1a:after {
		content: '';
		background-image: url('/wp-content/uploads/2025/01/Group-36.svg') !important;
		height: 530px !important;
        background-size: contain;
        background-position: 9px center;
        background-repeat: no-repeat;
        width: 100%;
        margin-left: -15px;
	    margin-top: -130px;
	}
	.elementor-element-454e25f a {
		position: absolute;
		bottom: -350px;
		display: flex !important;
		margin-left: 0;
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		    font-size: 17px;
		font-weight: 400;
		line-height: 31.08px;
	}
	.elementor-1046 .elementor-element.elementor-element-454e25f .elementor-heading-title {
		 justify-content: center;
	}
	.elementor-element-454e25f a {
		 margin-left: 20px;
	}
	[lang="ka-GE"] .elementor-element-454e25f a {
		 margin-left: 0 !important;
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-3005fc5 .elementor-heading-title{
		 line-height: 23.75px;
	}
	[lang="ka-GE"] .becomepartner .elementor-heading-title {
	        font-size: 22px !important;	
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-beb4beb .elementor-button {
		width: 100%
	}
	[lang="ka-GE"] .elementor-1070 .elementor-element.elementor-element-87985fb .elementor-heading-title {
		font-size: 45px;
		font-weight: 600;
		line-height: 50.14px;		
	}

 
}
[lang="ka-GE"] .elementor-element-be302ac p:first-child span {
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 70px;
    font-weight: 700 !important;!i;!;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}
[lang="ka-GE"] .elementor-element-be302ac p:last-child strong {
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 48px !important;
    font-weight: 400;
    line-height: 37.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-left: 0;
}
[lang="ka-GE"] .elementor-element-be302ac p:first-child {
	    margin-bottom: 40px !important;
}

[lang="ka-GE"] .elementor-element-c609f33 {
	    top: 85px !important
}
	[lang="ka-GE"] .elementor-element-e7c81cd .elementor-heading-title  {
		font-size: 25px !important;
		line-height: 35px !important;!i;!;
		margin-top: 0;
		padding-top: 0;
	}
	[lang="ka-GE"] .elementor-element-e7c81cd .elementor-element > .elementor-element:first-child {
		padding-top: 30px !important
	}
.elementor-1118 .elementor-element.elementor-element-e525a1f {
	    background-size: 55vw;
    background-position: 43% bottom !important;
}
.elementor-1118 .elementor-element.elementor-element-2439a30 {
	    width: 66%;
}
.elementor-329 .elementor-element.elementor-element-754861d {
	    width: 55%;
}
.elementor-1118 .elementor-element.elementor-element-754861d {
	    width: 55%;
}
.elementor-1118 .elementor-element.elementor-element-3429dda p {
	    position: relative;
    top: 30px;
    cursor: pointer;
}
[lang="ka-GE"] .fillform h2::before {
	    top: 255px;
}
[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-629abcf .elementor-heading-title {
    font-size: 55px;	
}
@media (max-width: 1400px) {
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-1ef9d38 .elementor-heading-title {
		    font-size: 50px;
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-6fe0148 {
		    left: unset !important;
    right: 15px;
	}
}
.footerform input:focus, .footerform textarea:focus {
    border-color: #b97f26 !important;
}
.footerform .elementor-button:hover::before {
	    background: linear-gradient(270deg, #F5EEE2 0%, #B97F26 100%) !important
}
[lang="ka-GE"] .elementor-element-65f88a0 h2 {
	font-size: 45px
}
.menu-item .elementor-item.elementor-item-active {
	color: #b97f26 !important
}
@media (max-width: 1340px) {
	.elementor-1075 .elementor-element.elementor-element-eb7b1bd .elementor-nav-menu .elementor-item {
		font-size: 13px;
		font-weight: 400;
		line-height: 21.6px;
		padding-left: 9px;
		padding-right: 9px;
	}
	.elementor-element-29278ca {
		display: none
	}
}
@media (max-width: 1400px) {
	.elementor-544 .elementor-element.elementor-element-c609f33 .elementor-heading-title {
		    font-size: 95px;
	}
	.elementor-544 .elementor-element.elementor-element-e7c81cd {
		 width: 100%;
   		 margin-top: -50px;
	}
	[lang="ka-GE"] .elementor-1062 .elementor-element.elementor-element-e7c81cd {
	    width: 100%;
    	margin-top: -50px;	
	}
	[lang="ka-GE"] .elementor-element-be302ac p:first-child span {
		
	}
	[lang="ka-GE"] .elementor-element-be302ac p:first-child span {
		    font-size: 45px;
	}
	[lang="ka-GE"] .elementor-element-be302ac p:last-child strong {
		 font-size: 38px;
	}
	.elementor-1118 .elementor-element.elementor-element-bd4dfdc .elementor-heading-title {
	    font-size: 22px !important
	}
}
@media (max-width: 768px) {
	[lang="ka-GE"] .elementor-element-be302ac p:first-child {
		    margin-bottom: 15px !important;
	}
	[lang="ka-GE"] .elementor-element-be302ac p:first-child span {
        font-size: 26px;
    }
	[lang="ka-GE"] .elementor-element-be302ac p:last-child strong {
		    font-size: 25px !important;
	}
	[lang="ka-GE"] .elementor-1062 .elementor-element.elementor-element-1cbb7d8 .elementor-heading-title {
		 font-size: 50px;
	}
	[lang="ka-GE"] .elementor-1062 .elementor-element.elementor-element-b509aca .elementor-heading-title {
		 font-size: 50px;
	}
	[lang="ka-GE"] .elementor-1062 .elementor-element.elementor-element-1f94a80 .elementor-heading-title {
	    font-size: 24px;
		font-weight: 300;
		line-height: 38px;	
	}
	.elementor-1046 .elementor-element.elementor-element-90e725f .elementor-counter-title {
		        font-size: 14px;
	}
	font-size: 14px; {
		font-size: 14px;
        line-height: 18.75px;
        padding-right: 0 !important;
	}
	.elementor-1046 .elementor-element.elementor-element-cb18ceb .elementor-counter-number-wrapper {
		padding-right: 0
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-ce0ffed .elementor-heading-title {
	        font-size: 14px;
        line-height: 25px;	
	}
	.testimonial-text blockquote:before {
	        width: 100px;
        height: 100px;	
	}
    .testimonial-text blockquote {
        padding: 15px;
        padding-right: 100px;
        font-size: 14px;
    }
	.elementor-1046 .elementor-element.elementor-element-82c9426 .elementor-heading-title {
    	font-size: 16px;		
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-629abcf .elementor-heading-title {
	    font-size: 30px;	
	}
	.elementor-1046 .elementor-element.elementor-element-fafa586 {
	    padding-right: 0;	
	}
	.elementor-1118 .elementor-element.elementor-element-b78af5f > .elementor-widget-container {
		margin-bottom: 0
	}
	.elementor-1118 .elementor-element.elementor-element-b160883 .elementor-heading-title {
	    font-size: 16px;	
	}
	.elementor-1118 .elementor-element.elementor-element-f94e69f .elementor-heading-title {
		 font-size: 16px;	
	}
	.elementor-element-2c14486 .elementor-heading-title {
        line-height: 25px !important;
	}
	.elementor-1046 .elementor-element.elementor-element-d83fa68 .elementor-counter-title {
		padding-right: 0 !important
	}
	.elementor-1046 .elementor-element.elementor-element-04018fb {
		margin-top: 15px
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-6ac24b9 .elementor-heading-title {
		padding-top: 2px
	}
	.elementor-1046 .elementor-element.elementor-element-c91934b {
		padding-left: 0
	}
	 
	.elementor-65 .elementor-element.elementor-element-fafa586 {
		padding-right: 0
	}
	.elementor-65 .elementor-element.elementor-element-c91934b {
		padding-left: 0
	}
}
.elementor-1052 .elementor-element.elementor-element-ff28a36 > .elementor-widget-container {
	text-align: center;
	    display: inline-block;
}
.elementor-1052 .elementor-element.elementor-element-ff28a36 .elementor-heading-title {
	white-space: nowrap
}
[lang="ka-GE"] .headline::before {
    top: 170px;	
}
@media (max-width: 1024px) {
	.elementor-element-ace9301 > .elementor-element:first-child {
	    order: 2;	
	}
	.elementor-element-ace9301 > .elementor-element:last-child {
	    order: 1;	
	}
	.elementor-element-ace9301 {
		justify-content: flex-end
	}
	.elementor-1118 .elementor-element.elementor-element-2439a30 {
		margin-top: 0 !important
	}
	.elementor-1052 .elementor-element.elementor-element-25830cd .elementor-heading-title {
	    font-size: 28px;	
		    line-height: 50px;
	}
	.elementor-1052 .elementor-element.elementor-element-3d2c2fb .elementor-heading-title {
		    font-size: 20px;
	}
	.elementor-element-fafa586 {
		height: 360px;
		max-height: unset !important;
		gap: unset;
		justify-content: flex-start;
		min-height: unset !important;
		flex-grow: unset;
	}
	.elementor-65 .elementor-element.elementor-element-58e6e92 img {
		height: 200px;
	}
	.elementor-element-7419112, .elementor-element-e3fa77c {
		bottom: -20px;
	}
	.elementor-element-e3fa77c {
		bottom: -40px;
	}
	.elementor-1046 .elementor-element.elementor-element-010b858 img {
		height: 200px
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-ce0ffed .elementor-heading-title {
		font-size: 16px;	
	}
	[lang="ka-GE"] .elementor-1046 .elementor-element.elementor-element-3e6a1ce .elementor-heading-title {
	    font-size: 40px;	
	}
	.elementor-1046 .elementor-element.elementor-element-833b48e .elementor-heading-title {
		  line-height: 25.75px;
	}
}
.buttons-loop-slider .swiper-slide a {
    white-space: nowrap;
}
.becomepartner .elementor-button-link:hover{
    background-color: #414141 !important;
}
.elementor-location-footer .elementor-field-group button {
    margin-top: 25px;
    padding-top: 14px !important;
}
.menu-item .elementor-item.elementor-item:hover {
    color: #b97f26 !important;	
}
.our-strength-slider .text-content {
	color: #fff
}
