/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767939156
Updated: 2026-01-09 06:12:36

*/

*{
    margin: 0;
    padding: 0;box-sizing: border-box;
}
img{
    display: block;
}
.ehf-header header#masthead {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    right: 0;
}
.cs-header-lp{
    position: relative;
}
.cs-header-lp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: rgba(0,0,0,.4);
    border-radius: 50px;
    backdrop-filter: blur(50px);
	width: calc(100% - 40px);
}
.cs-header-lp > .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.cs-header-lp.cs-main-header:before{
	 max-width: 1320px;
	width: calc(100% - 40px);
}
.cs-btn-white a.elementor-button svg {
    color: transparent !important;
    fill: transparent !important;
}
.cs-btn-white a.elementor-button svg path {
    transition: .3s ease all;
}
.cs-btn-white a.elementor-button:hover svg path {
    stroke: #fff;
}
.cs-btn-white a.elementor-button:hover{
    box-shadow: 0 0 0 4px rgba(179,138,56,.4) !important;
}
.cs-white-text{
    color: #fff;
}
.cs-golden-text{
    color: #B38A38;
}
.cs-summit-banner-title span{
    display: block;
}
.cs-banner-slider-outer {
    overflow: hidden;
    margin-top: -8%;
}
.cs-banner-slider .slick-slide {
    margin: 0 15px;
}
.cs-banner-slider .slick-list {
    margin: 0 -15px;
}
.cs-banner-slider .slick-slide:nth-child(even) {
    margin-top: 30px;
}
.cs-bottom-merge-black:after,
.cs-top-merge:before,
.cs-photo-with-shadow:before,
.cs-merge-bottom-light:after{
	content: '';
    position: absolute;
	left: 0;
    height: 80px;
    width: 100%;
}
.cs-photo-with-shadow:before {
    bottom: 0;
    width: 100%;
    height: 250px;
    border-radius: 50%;
    background: #202020;
    filter: blur(30px);
    bottom: -140px;
}
.cs-top-merge:before {
    top: 0;
    background-image: linear-gradient(to bottom, rgba(32, 32, 32,1) 9%, transparent);
}
.cs-bottom-merge-black:after{
	bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0,1) 0, transparent);
}
.cs-merge-bottom-light:after{
	bottom: 0;
    background-image: linear-gradient(to top, #202020 0, transparent);
}
.cs-accordion details {
    border-radius: 6px;
    overflow: hidden;
}
.cs-team-blocs {
    position: relative;
    padding-bottom: 80px;
}
.cs-team-blocs .cs-team-blocs-overlay {
    position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
}
.cs-bg-dark-gradient {
    background: linear-gradient(to bottom, #202020 50%, #000 50%, #000 100%) !important;
}
span.cs-bg-text {
    background: #b38a38;
    line-height: 1;
    display: inline;
    border-radius: 30px;
    padding: 0 5px;
}
.cs-text-with-bdge p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cs-text-with-bdge p strong {
    background: rgba(255,255,255,.1);
    padding: 7px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.6);
    backdrop-filter: blur(3px);
    font-weight: 500;
}
.cs-bottom-banner {
    aspect-ratio: 1.73 / 1;
    height: auto;
    width: 100%;
}
.cs-right-radius-top:before {
    content: '' !important;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: -40px;
    right: 0px;
    background: transparent;
    box-shadow: -10px -10px 0px 10px #202020;
    border-top-left-radius: 40px;
    z-index: 1;
    left: initial;
    transform: rotate(180deg);
}
.cs-more-text {
    display: none;
    margin-top: 10px;
}
.cs-read-more-text p{
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    display: inline;
}
.cs-read-more-btn {
    color: #B38A38 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.cs-more-text p{
	display: block;
}
.cs-leader-slide-item > .elementor-element{
	position: relative;
}
.cs-leader-slide-item > .elementor-element .cs-overlap-name-leader {
	position: absolute;
	top: 20px;
	left: 0;
    background: #b38a38;
    display: table;
    width: max-content;
    padding: 10px 40px 10px 15px;
    clip-path: polygon(100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%, 0 0);
}
.cs-trusted-leader-slider .slick-slide,
.cs-leader-slider .elementor-element.slick-slide {
    margin: 0 20px;
	height: unset;
}
.cs-trusted-leader-slider .slick-list,
.cs-leader-slider .slick-list{
	margin: 0 -20px;
	padding-right: 150px;
}
.cs-trusted-leader-slider .slick-track{
	display: flex;
	align-items: stretch;
}
ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    justify-content: center;
    margin-top: 40px;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: rgba(255,255,255,.4);
    opacity: .9;
	transition: .3 ease all;
}
ul.slick-dots li.slick-active{
	width: 30px;
	background: #b38a38;
}
.cs-slide-quote:after,
.cs-slide-quote:before {
    content: '';
    position: absolute;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cs-slide-quote:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.7387 12.669H28.1021C27.708 8.70305 28.6011 3.63633 35.7387 3.63633C35.7387 0.823594 35.7387 0.00570313 35.7387 0C20.894 0 20.438 8.2432 20.438 12.6691V29.7941H35.7387V12.669Z' fill='%23B38A38'/%3E%3Cpath d='M15.3007 12.6691H7.66442C7.27025 8.70305 8.1633 3.63633 15.3007 3.63633C15.3007 0.823594 15.3007 0.00570313 15.3007 0C0.456297 7.8125e-05 0 8.24328 0 12.6691V29.7941H15.3007V12.6691Z' fill='%23B38A38'/%3E%3C/svg%3E%0A");
    top: 0;
    left: 0;
}
.cs-slide-quote:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.28882e-05 12.669H7.63659C8.03077 8.70305 7.13765 3.63633 2.28882e-05 3.63633C2.28882e-05 0.823594 2.28882e-05 0.00570313 2.28882e-05 0C14.8447 0 15.3007 8.2432 15.3007 12.6691V29.7941H2.28882e-05V12.669Z' fill='%23B38A38'/%3E%3Cpath d='M20.438 12.6691H28.0743C28.4685 8.70305 27.5754 3.63633 20.438 3.63633C20.438 0.823594 20.438 0.00570313 20.438 0C35.2824 7.8125e-05 35.7387 8.24328 35.7387 12.6691V29.7941H20.438V12.6691Z' fill='%23B38A38'/%3E%3C/svg%3E%0A");
    right: 0;
    bottom: 0;
}
.cs-lp-banner > .e-con-inner {
    padding: 140px 0 13% 0;
}
.cs-bottom-banner.cs-bottom-merge-black:after {
    height: 310px;
    background-image: linear-gradient(to top, rgba(0, 0, 0,1) 0, rgba(0, 0, 0,.8) 40%, transparent);
}
.cs-counter-text {
	counter-reset: step-counter;
}
.cs-counter-text > .elementor-element{
	position: relative;
	padding-left: 75px;
	counter-increment: step-counter;
}
.cs-counter-text > .elementor-element:before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #B38A38;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #202020;
	z-index: 1;
}
.cs-counter-text > .elementor-element:not(:last-child):after {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: 1px;
    border: 1px dashed #b38a38;
    opacity: .6;
    bottom: 0;
    left: 30px;
}
.cs-accordion.cs-inner-accordion details {
    border: 1px solid rgba(179,138,56,.7);
}
.cs-section-container {
    max-width: calc(((100vw - 1320px) / 2) + 1340px);
    width: 100%;
    margin: 0 0 0 auto;
    padding-left: 30px;
}
.cs-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs-form-field.cs-field-50 {
    max-width: calc(50% - 10px);
    width: 100%;
}
.cs-form-field{
    max-width: 100%;
    width: 100%;
}
.cs-form-field p{
    margin-bottom: 0;
}
.cs-form-field p label {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
	font-family: "Jost", Sans-serif;
}
.cs-form-field{
    margin-bottom: 25px
}
.cs-form-field .wpcf7-form-control-wrap{
    margin-top: 5px;
    display: block;
}
.cs-form-field .wpcf7-form-control{
    background: rgba(255,255,255,.1);
    box-shadow: none;
    outline: 0;
    border-radius: 30px;
    height: 50px;
    border: 1px solid #B38A38;
	color: #fff;
}
.cs-form-field .wpcf7-form-control.wpcf7-not-valid{
    border: 1px solid #dc3232;
}
.cs-form-field .wpcf7-form-control.wpcf7-not-valid,
.cs-form-field .wpcf7-form-control::placeholder{
    font-size: 14px;
}
.cs-form-field .wpcf7-form-control::placeholder{
	color: rgba(255,255,255,.6);
}
.cs-form-field textarea.wpcf7-form-control{
    resize: none;
    height: 100px;
	border-radius: 15px;
}
.cs-action button.elementor-button {
    background: #fff;
    border: 1px solid #ffff;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 26px;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 30px 12px 30px;
    color: #202020;
    display: flex;
    align-items: center;
    gap: 10px;
	transition: .3s ease all;
	justify-content: center;
	margin: 0 auto;
}
.cs-action button.elementor-button:hover {
    box-shadow: 0 0 0 4px rgba(179,138,56,.4) !important;
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-text);
    border-color: #FFFFFF99;
}
.cs-action button.elementor-button svg path{
	transition: .3s ease all;
}
.cs-action button.elementor-button:hover svg path{
	stroke: #fff;
}
.cs-check-privacy span.wpcf7-list-item {
    margin: 0;
}
.cs-check-privacy .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.cs-check-privacy .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	color: #fff;
	font-family: "Jost", Sans-serif;
}
.cs-check-privacy .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255,255,255,.7);
	border-radius: 4px;
	background: rgba(255,255,255,.1);
}
.cs-check-privacy .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #c9a24d;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.cs-check-privacy{
	margin-bottom: 25px;
}
.cs-back-hide{
	backface-visibility: hidden;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    top: calc(100% + 2px);
    left: 0;
    text-transform: none;
}
.cs-review-box {
    backdrop-filter: blur(20px);
}
.cs-review-slider-main,
.cs-review-slider-main .slick-list,
.cs-review-slider-main .slick-track,
.cs-review-grid .elementor-widget-image {
    height: 100%;
}
.cs-review-slider-main .slick-track{
    display: flex;
    align-items: stretch;
}
.cs-review-slider-main .slick-track .slick-slide{
    height: unset;
}
.cs-photo-shadow-blk-lg::before {
    background: #000 !important;
    width: calc(100% + 140px);
    left: -70px;
}
.cs-footer-merge-light:after {
    background-image: linear-gradient(to top, rgba(32, 32, 32,1) 0, rgba(32, 32, 32, .8) 40%, transparent) !important;
}
.cs-light-img-shdow-lg:before{
    width: calc(100% + 140px);
    left: -70px;
}
.ti-widget.ti-feed-widget {
    margin-bottom: 0 !important;
}
.cs-contact-form .cs-form-row .cs-form-field.cs-field-50 {
    max-width: 100%;
}
.cs-contact-form .cs-form-row .cs-form-field{
    margin-bottom: 20px;
}
.cs-form-sec .elementor-widget-image, .cs-form-sec .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
}
.wpcf7-response-output{
    color: #fff;
}
.cs-section-container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.page-id-549 .cs-leader-slider .slick-list{
    padding-right: 0 !important;
}

@media (max-width: 1199px){
	.cs-team-blocs{
		padding-bottom: 170px;
	}
}
@media (max-width: 991px){
	.cs-right-radius-top-ipad:before{
		content: '' !important;
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
		top: -40px;
		right: 0px;
		background: transparent;
		box-shadow: -10px -10px 0px 10px #202020;
		border-top-left-radius: 40px;
		z-index: 1;
		left: initial;
		transform: rotate(180deg);
	}
	.cs-trusted-leader-slider .slick-list, .cs-leader-slider .slick-list {
		padding-right: 80px;
	}
	.cs-bottom-banner{
		aspect-ratio: unset !important;
	}
}
@media (max-width: 767px){
	p{
		font-size: 16px !important;
	}
	.cs-trusted-leader-slider .slick-slide {
		border-radius: 20px;
		padding: 15px;
	}
	.cs-trusted-leader-slider .slick-slide .elementor-widget-text-editor{
		padding: 10px 0;
	}
	.cs-slide-quote:after, .cs-slide-quote:before {
		content: '';
		position: absolute;
		width: 16px;
		height: 16px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.cs-trusted-leader-slider .slick-slide,
	.cs-leader-slider .elementor-element.slick-slide {
		margin: 0 5px;
		height: unset;
	}
	.cs-trusted-leader-slider .slick-list,
	.cs-leader-slider .slick-list{
		margin: 0 -5px;
		padding-right: 0 !important;
	}
	.cs-team-blocs {
		padding-bottom: 40px;
	}
	.cs-lp-banner > .e-con-inner {
		padding: 120px 0 22% 0;
	}
	.cs-banner-slider-outer {
		overflow: hidden;
		margin-top: -15%;
	}
	.cs-form-field.cs-field-50 {
		max-width: 100%;
		width: 100%;
	}
	.cs-section-container{
		padding-left: 15px;
	}
    .cs-section-container{
        padding: 0 15px !important;
    }
}






