/* 
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
*/


/* Forms */

.elementor-select-wrapper .select-caret-down-wrapper svg {
    aspect-ratio: 1 / 2 !important;
}


/* Menu */
.site_main_menu a.elementor-item-active,
.site_main_menu a.elementor-item:hover {
    font-weight: 700 !important;
}

/* Footer */

.contact_form .elementor-field-type-checkbox label {
    font-size: 15px !important;
    text-transform: none !important;
	display: inline-block !important;
    margin-bottom: 4px !important;
}

.contact_form input,
.contact_form select {
    padding-left: 0 !important;
}

/* Button - Puzzle */
 
.contact_form button {
    background-image: url(/wp-content/uploads/2024/08/button-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.contact_form button:hover {
    background-image: url(/wp-content/uploads/2024/08/Puzzle-white.svg);
}

/* Home */
 
@media screen and (min-width:1590px) {
	
	.calc_left_marg  {
		margin-left: calc((100vw - 1590px) / 2) !important;
	}
	
}

.bg_btn_our_team .elementor-button-text {
    background-image: url(/wp-content/uploads/2024/08/Puzzle-btn-blue.svg);
    background-size: cover;
    height: 116px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 172px;
    justify-content: center;	
	transition: background-image 0.5s ease-in-out;
}

.bg_btn_our_team .elementor-button-text:hover { 
	background-image: url(/wp-content/uploads/2024/08/Puzzle-btn-green.svg);
}

.bg_btn_your_future .elementor-button-text {
    background-image: url(/wp-content/uploads/2024/08/Puzzle-blue.svg);
    background-size: cover;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 138px;
    justify-content: center;	
	transition: background-image 0.5s ease-in-out;

}

.bg_btn_your_future .elementor-button-text:hover { 
    background-image: url(/wp-content/uploads/2024/08/Puzzle-blue-hover.svg);
}

.bg_btn_apply .elementor-button-text {
    background-image: url(/wp-content/uploads/2024/08/Puzzle-beige.svg);
    background-size: cover;
    height: 124px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 192px;
    justify-content: center;
    transition: background-image 0.5s ease-in-out;
    margin-top: 2px;
}

.bg_btn_apply .elementor-button-text:hover { 
    background-image: url(/wp-content/uploads/2024/08/Puzzle-beige-hover.svg);
}

/********************/

.bg_btn_sec_4 .elementor-button-text {
    background-image: url(/wp-content/uploads/2024/09/Puzzle-blue-color.svg);
    background-size: cover;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: center;	
	transition: background-image 0.5s ease-in-out;
}

.bg_btn_sec_4 .elementor-button-text:hover { 
	background-image: url(/wp-content/uploads/2024/08/Puzzle-beige-hover.svg);
}

@media screen and (max-width:500px) {
	
	.bg_btn_apply .elementor-button-text {
		height: 115px;
		width: 173px;
		margin-top: 2px;
	}
	
	.bg_btn_your_future .elementor-button-text {
		height: 120px;
		width: 125px;
	}
}


.job_fits_puzzle_1::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #6D723A;
    border: 1px solid #6D723A;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
	transition: background-color 0.3s, border 0.3s !important;
	z-index: 1;

}

.job_fits_puzzle_1:hover::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.job_fits_puzzle_3::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #27474E;
    border: 1px solid #27474E;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
	transition: background-color 0.3s, border 0.3s !important;
	z-index: 1;
}

.job_fits_puzzle_3:hover::after {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.job_fits_puzzle_3 .left_child::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 80px;
    background-color: #27474E;
    border: 1px solid #27474E;
    top: calc(50% - 40px);
    left: -40px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.employer .job_fits_puzzle_3.four .left_child::before,
.employer .job_fits_puzzle_2.two::after {
    display: none;
}

.job_fits_puzzle_3:hover .left_child::before {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.job_fits_puzzle_2::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
	transition: background-color 0.3s, border 0.3s !important;
}


.employer .job_fits_puzzle_2.six::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.employer .job_fits_puzzle_2.six:hover::after {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.employer .job_fits_puzzle_1.five .top_child::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #6D723A;
    border: 1px solid #6D723A;
    top: -90px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.employer .job_fits_puzzle_1.five:hover .top_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.job_fits_puzzle_2:hover .hover_color h2,
.job_fits_puzzle_2:hover .hover_color .elementor-widget-text-editor {
	color: #fff !important;
}

.job_fits_puzzle_2:hover .hover_color a {
	color: #fff !important;
	border-color: #fff !important;
	fill: #fff !important;  
}

.job_fits_puzzle_2:hover .hover_color a:hover {
	color: #6D723A !important;
}


.job_fits_puzzle_2 .left_child::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 80px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - 40px);
    left: -40px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.job_fits_puzzle_2:hover .left_child::before {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.job_fits_puzzle_2 .top_child::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #fff;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}


.employer .job_fits_puzzle_1.five .left_child::before {
	content: '';
    position: absolute;
    width: 95px;
    height: 80px;
    background-color: #6D723A;
    border: 1px solid #6D723A;
    top: calc(50% - 40px);
    left: -40px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.employer .job_fits_puzzle_1.five:hover .left_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.employer .job_fits_puzzle_1.five::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}



.sec_full_link a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;	
}


@media screen and (max-width:1199px) {

	.job_fits_puzzle_3::after,
	.job_fits_puzzle_1::after,
	.employer .job_fits_puzzle_2.six::after {
		width: 80px;
		height: 75px;
		bottom: -75px;
	}
	
	.employer .job_fits_puzzle_1.five::after {
		width: 80px;
		height: 75px;
	}	
	
	.employer .job_fits_puzzle_1.five .top_child::before {
		width: 80px;
		height: 75px;
		top: -75px;
	}
	
	.job_fits_puzzle_3 .left_child::before,
	.job_fits_puzzle_2 .left_child::before,
	.employer .job_fits_puzzle_1.five .left_child::before {
		width: 70px;
		height: 65px;
		top: calc(50% - 33px);
		left: -31px;
	}
	
	.job_fits_puzzle_2 .top_child::before,
	.job_fits_puzzle_2::after {
		width: 85px;
		height: 70px;
	}
}

@media screen and (max-width:1023px) {
	.job_fits_puzzle_3 .left_child::before {
		display: none !important;
	}
	
	.employer .job_fits_puzzle_1.five .left_child::before,
	.employer .job_fits_puzzle_1.five .top_child::before {
        display: none;
    }
	
	.employer .job_fits_puzzle_3.four {
		background-color: #6D723A !important;
	}
	
	.employer .job_fits_puzzle_3.four:hover {
		background-color: #989C74 !important;
	}
	
	.employer .job_fits_puzzle_3.four::after {
		background-color: #6D723A;
    	border: 1px solid #6D723A;
	}
	
	.employer .job_fits_puzzle_3.four:hover::after {
		background-color: #989C74;
    	border: 1px solid #989C74;
	}
	
	.employer .job_fits_puzzle_3.four .left_child::before {
		display: block !important;
		content: '';
		position: absolute;
		width: 70px;
        height: 65px;
        top: calc(50% - 33px);
        left: -31px;
		background-color: #6D723A;
		border: 1px solid #6D723A;
		transform: translateX(-50%) rotate(90deg);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
	}
	
	.employer .job_fits_puzzle_3.four:hover .left_child::before {
		background-color: #989C74;
    	border: 1px solid #989C74;
	}
	
	.employer .job_fits_puzzle_2.two::after {
		display: block !important;		
		content: '';
		position: absolute;
		width: 80px;
        height: 75px;
        bottom: -75px;
		background-color: #F2F1EB;
		border: 1px solid #F2F1EB;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 1;
	}
	
	.employer .job_fits_puzzle_2.two:hover::after {
		background-color: #989C74;
    	border: 1px solid #989C74;
	}
		
}


@media screen and (max-width:767px) {
	.job_fits_puzzle_2 .left_child::before {
		display: none !important;
	}
	
	.job_fits_puzzle_3::after {
		width: 75px;
		height: 60px;
		bottom: -55px;
	}
	
	.job_fits_puzzle_2 .top_child::before, 
	.job_fits_puzzle_2::after {
        width: 75px;
        height: 60px;
    }
	
	.employer .job_fits_puzzle_3.four .left_child::before {
		display: none !important;
	}
	
	.employer .job_fits_puzzle_1.five::after {
		content: '';
		position: absolute;
        width: 75px;
        height: 60px;
        bottom: -55px;
		background-color: #6D723A;
		border: 1px solid #6D723A;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 1;
	}
	
	.employer .job_fits_puzzle_1.five:hover::after{
		background-color: #27474E;
    	border: 1px solid #27474E;
	}
	
	.employer .job_fits_puzzle_1::after,
	.employer .job_fits_puzzle_2.two::after,
	.employer .job_fits_puzzle_2.six::after {
        width: 75px;
        height: 60px;
        bottom: -55px;
    }
	
	.job_fits_puzzle_2.two .top_child::before {
        display: none !important;
    }
	
	.employer .job_fits_puzzle_3.four {
        background-color: #989C74 !important;
    }
	
	.employer .job_fits_puzzle_3.four:hover {
        background-color: #6D723A !important;
    }
	
	.employer .job_fits_puzzle_3.four::after {
        background-color: #989C74;
        border: 1px solid #989C74;
    }
	
	.employer .job_fits_puzzle_3.four:hover::after {
        background-color: #6D723A;
        border: 1px solid #6D723A;
    }
		
}




/* About us */

.calc_margin_right {
    margin-right: calc((100vw - 1590px) / 2) !important;
}

.calc_right_mg {
	margin-right: calc((100vw - 1500px) / 2) !important;
}

.bg_filter {
	backdrop-filter: blur(10px) brightness(0.91);
    opacity: 0.9;
}

.bg_filter_banner {
	backdrop-filter: blur(28px) brightness(0.91);
    opacity: 0.8;
}



.our_story_puzzle_1::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #6D723A;
    border: 1px solid #6D723A;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;	
}

.our_story_puzzle_1:hover::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_story_puzzle_2 .left_child::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - 35px);
    left: -35px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_2:hover .left_child::before {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.our_story_puzzle_2 .top_child::before {
    content: '';
    position: absolute;
	width: 85px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #fff;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_3::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #27474E;
    border: 1px solid #27474E;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
	z-index: 2;
}

.our_story_puzzle_3:hover::after {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.our_story_puzzle_2 .right_child::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: 60px;
    right: -115px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.our_story_puzzle_2:hover .right_child::after {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.our_story_puzzle_4 .left_child::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - 35px);
    left: -35px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_4:hover .left_child::before {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.our_story_puzzle_4 .top_child::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #fff;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_5::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_5 .right_child::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - -70px);
    right: -115px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.our_story_puzzle_5:hover .right_child::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_story_puzzle_6 .top_child::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #989C74;
    border: 1px solid #989C74;
    top: -70px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_6:hover .top_child::before {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.our_story_puzzle_7 .right_child::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - -70px);
    right: -115px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.our_story_puzzle_7:hover .right_child::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_story_puzzle_7 .left_child::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    background-color: #F2F1EB;
    border: 1px solid #F2F1EB;
    top: calc(50% - 35px);
    left: -35px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_7:hover .left_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_story_puzzle_7::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_8 .top_child::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #6D723A;
    border: 1px solid #6D723A;
    top: -70px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.our_story_puzzle_8:hover .top_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_story_puzzle_2:hover .hover_color h2,
.our_story_puzzle_4:hover .hover_color h2,
.our_story_puzzle_5:hover .hover_color h2,
.our_story_puzzle_7:hover .hover_color h2 {
	color: #fff !important;
}

.our_story_puzzle_2:hover .hover_color a,
.our_story_puzzle_4:hover .hover_color a,
.our_story_puzzle_5:hover .hover_color a,
.our_story_puzzle_7:hover .hover_color a {
	color: #fff !important;
	border-color: #fff !important;
	fill: #fff !important;  
}



@media screen and (max-width:1439px) {
	
	.our_story_puzzle_2 .left_child::before,
	.our_story_puzzle_4 .left_child::before,
	.our_story_puzzle_7 .left_child::before {
		width: 65px;
		height: 55px;
		top: calc(50% - 27.5px);
		left: -27px;
	}
	
	.our_story_puzzle_2 .right_child::after {
		width: 65px;
		height: 55px;
		top: 50px;
		right: -92px;
	}
	
	.our_story_puzzle_7 .right_child::after {
        width: 65px;
        height: 55px;
        top: 80px;
        right: -92px;
    }
	
	.our_story_puzzle_5 .right_child::after {
        width: 65px;
        height: 55px;
        top: 60px;
        right: -92px;
    }
	
	.our_story_puzzle_1::after,
	.our_story_puzzle_3::after {
		width: 70px;
		height: 60px;
		bottom: -60px;
	}
	
	.our_story_puzzle_6 .top_child::before,
	.our_story_puzzle_8 .top_child::before {
		width: 70px;
		height: 65px;
		top: -65px;
	}
	
	.our_story_puzzle_2 .top_child::before,
	.our_story_puzzle_4 .top_child::before {
		width: 70px;
		height: 60px;
	}
	
	.our_story_puzzle_5::after,
	.our_story_puzzle_7::after {
		width: 70px;
		height: 60px;
	}
	
}

@media screen and (max-width:1199px) {

	.our_story_puzzle_6 .top_child::before {
		z-index: -1;
	}
	
	.our_story_puzzle_2 .left_child::before, .our_story_puzzle_4 .left_child::before, .our_story_puzzle_7 .left_child::before {
		display: none;
	}
	
	.our_story_puzzle_4 {
	    background-color: #27474E !important;	
	}

	.our_story_puzzle_4:hover {
	    background-color: #989C74 !important;	
	}
	
	.our_story_puzzle_4 .hover_color h2 {
		color: #fff !important;
	}
	
	.our_story_puzzle_4 .hover_color a {
		color: #fff !important;
		border-color: #fff !important;
		fill: #fff !important;  
	}
}


@media screen and (max-width:1023px) {
	
    .our_story_puzzle_2 .right_child::after {
        display: none;
    }	
	
	.our_story_puzzle_2::after {
		content: '';
		position: absolute;
		width: 70px;
		height: 60px;
		background-color: #F2F1EB;
		border: 1px solid #F2F1EB;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 2;
	}
	
	.our_story_puzzle_2:hover::after {
		background-color: #989C74;
		border: 1px solid #989C74;
		
	}
	
	.our_story_puzzle_3 {
	    background-color: #989C74 !important;	
    }
	
	.our_story_puzzle_3:hover {
	    background-color: #F2F1EB !important;	
    }
	
	.our_story_puzzle_3::after {
		background-color: #989C74;
		border: 1px solid #989C74;
	}
	
	.our_story_puzzle_3:hover::after {
		background-color: #F2F1EB;
		border: 1px solid #F2F1EB;
	}
	
	.our_story_puzzle_3:hover .hover_color h2 {
		color: #6D723A !important;
	}

	.our_story_puzzle_3:hover .hover_color a {
		color: #6D723A !important;
		border-color: #6D723A !important;
		fill: #6D723A !important;  
		background-color: transparent !important;
	}
	
	.our_story_puzzle_4::after {
		content: '';
		position: absolute;
		width: 70px;
		height: 60px;
		background-color: #27474E;
		border: 1px solid #27474E;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 2;
	}
	
	.our_story_puzzle_4:hover {
	    background-color: #6D723A !important;	
    }
	
	.our_story_puzzle_4:hover::after {
		background-color: #6D723A;
		border: 1px solid #6D723A;
	}
	
	.our_story_puzzle_5 {
	    background-color: #6D723A !important;	
    }
	
	.our_story_puzzle_5:hover::after {
		background-color: #27474E;
		border: 1px solid #27474E;
	}
	
	.our_story_puzzle_5:hover {
	    background-color: #27474E !important;	
    }
	
	.our_story_puzzle_5::after {
		content: '';
		position: absolute;
		width: 70px;
		height: 60px;
		background-color: #6D723A;
		border: 1px solid #6D723A;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 2;
	}
	
	.our_story_puzzle_5 .right_child::after {
		background-color: #6D723A;
		border: 1px solid #6D723A;
	}
	
	
	.our_story_puzzle_5 .hover_color h2 {
		color: #fff !important;
	}

	.our_story_puzzle_5 .hover_color a {
		color: #fff !important;
		border-color: #fff !important;
		fill: #fff !important;  
	}
	
	.our_story_puzzle_6:hover {
	    background-color: #F2F1EB !important;	
    }
	
	.our_story_puzzle_6:hover .hover_color h2 {
		color: #6D723A !important;
	}

	.our_story_puzzle_6:hover .hover_color a {
		color: #6D723A !important;
		border-color: #6D723A !important;
		fill: #6D723A !important;  
		background-color: transparent !important;
	}
	
}


@media screen and (max-width:767px) {

	.our_story_puzzle_5 .right_child::after,
	.our_story_puzzle_7 .right_child::after {

        display: none !important;
    }

}

.team_loop_btn .btn_view {
	display: none; 
}

.team_loop_btn:hover .btn_view {
	display: block; 
}

.team_loop_btn:hover .btn_view a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.team_terms .elementor-icon-list-item {
    text-decoration-color: #fff !important;
}

.team_terms a {
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
    text-underline-offset: 2px;	
	letter-spacing: 0.6px;
}

.team_terms a:hover {
	color: #d5d5d5;
}


@media screen and (max-width:1439px) {
	
	.team_terms a {
		font-size: 20px;
	}
	
}

@media screen and (max-width:1199px) {
	
	.team_terms a {
		font-size: 18px;
	}
	
}

@media screen and (max-width:1023px) {
	
	.team_terms a {
		font-size: 17px;
	}
	
}

@media screen and (max-width:767px) {
	
	.team_terms a {
		font-size: 16px;
	}
	
}

@media screen and (max-width:424px) {
	
	.team_terms a {
		font-size: 15px;
	}
	
}

/* Our services */


.line_before_txt .elementor-widget-container::before {
    content: "";
	flex-grow: 1;
	height: 1px; 
	background-color: #27474E;
	margin-right: 20px; 
	margin-top: 10px;
}

.line_before_txt .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line_before_txt_hr .elementor-widget-container::before {
    content: "";
	flex-grow: 1;
	height: 1px; 
	background-color: #27474E;
	margin-right: 20px; 
	margin-top: 10px;
}

.line_before_txt_hr .elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	transform: rotate(-90deg);
}

.why_find_1::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
	background-color: #6D723A;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
	z-index: 2;
}


.why_find_6 .top_child::before {
    content: '';
    position: absolute;
	width: 33px;
    height: 33px;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
	background-color: #6D723A;
    top: -33px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_2 .left_child::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: 45px;
    left: -26px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_2 .right_child::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: 45px;
    right: -59px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.why_find_4 .left_child::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: calc(50% - 15px);
    left: -26px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_5 .right_child::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: 42px;
    right: -59px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.why_find_7 .left_child::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: calc(50% - 23px);
    left: -26px;
    transform: translateX(-50%) rotate(90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_7 .right_child::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: 60px;
    right: -59px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}

.why_find_5::after,
.why_find_7::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-top: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_2 .top_child::before,
.why_find_4 .top_child::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-bottom: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_2:hover .left_child::before,
.why_find_2:hover .right_child::after,
.why_find_4:hover .top_child::before,
.why_find_4:hover .left_child::before,
.why_find_1:hover::after,
.why_find_5:hover .right_child::after,
.why_find_6:hover .top_child::before {
    background-color: #F2F1EB;
}

.why_find_2:hover h5,
.why_find_4:hover h5,
.why_find_1:hover h5,
.why_find_5:hover h5,
.why_find_6:hover h5 {
    color: #6D723A !important;
}


@media screen and (max-width:1199px) {
	
	.why_find_4 .left_child::before,
	.why_find_7 .left_child::before,
	.why_find_3::after {
		display : none !important;
	}
	
}


@media screen and (max-width:1023px) {
	
	.why_find_2 .right_child::after,
	.why_find_4 .top_child::before,
	.why_find_5::after {
		display : none !important;
	}
	
	.why_find_4 .left_child::before,
	.why_find_3::after {
		display : block !important;
	}
	
}

@media screen and (max-width:424px) {
	.why_find_2 .left_child::before,
	.why_find_4 .left_child::before,
	.why_find_5 .right_child::after {
		display : none !important;		
	}
}


.why_find_2.two .left_child::before,
.why_find_2.two .top_child::before,
.why_find_2.two .right_child::after,
.why_find_5.two .right_child::after,
.why_find_1.two::after {
    background-color: #F2F1EB;
    border-bottom: 2px solid #6D723A;
    border-left: 2px solid #6D723A;
    border-right: 2px solid #6D723A;
}

.why_find_4.two .left_child::before,
.why_find_5.two::after {
	display: none;
}

.why_find_4.two .right_child::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #F2F1EB;
    border-bottom: 2px solid #6D723A;
    border-left: 2px solid #6D723A;
    border-right: 2px solid #6D723A;
    top: 45px;
    right: -59px;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
    z-index: 2;
}


.why_find_2.two:hover h5,
.why_find_4.two:hover h5,
.why_find_1.two:hover h5,
.why_find_5.two:hover h5,
.why_find_6.two:hover h5,
.why_find_8.two:hover h5 {
    color: #F2F1EB !important;
}

.why_find_1.two:hover::after,
.why_find_2.two:hover .left_child::before,
.why_find_2.two:hover .right_child::after,
.why_find_4.two:hover .right_child::after,
.why_find_5.two:hover .right_child::after,
.why_find_5.two:hover .top_child::before {
    background-color: #6D723A;
}

.why_find_5.two .right_child::after {
    top: 55px;
    right: -59px;
}

.why_find_5.two .top_child::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #F2F1EB;
    border-bottom: 2px solid #6D723A;
    border-left: 2px solid #6D723A;
    border-right: 2px solid #6D723A;
    top: -33px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 50% 50%;
    transition: background-color 0.3s, border 0.3s !important;
}

.why_find_4.two::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #F2F1EB;
    border-top: 2px solid #6D723A;
    border-left: 2px solid #6D723A;
    border-right: 2px solid #6D723A;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}


@media screen and (max-width:1023px) {

	.why_find_4.two .right_child::after,
	.why_find_3.two::after {
		display: none !important;
	}
	
	.why_find_4.two .left_child::before {
		background-color: #F2F1EB;
		border-bottom: 2px solid #6D723A;
		border-left: 2px solid #6D723A;
		border-right: 2px solid #6D723A;
	}
	
	.why_find_4.two:hover .left_child::before {
		background-color: #6D723A;
	}

}

@media screen and (max-width:424px) {
	
	.why_find_3.two::after {
			display: block !important;
		}
	
	.why_find_8.two .top_child::before {
		content: '';
		position: absolute;
		width: 33px;
		height: 33px;
		background-color: #F2F1EB;
		border-bottom: 2px solid #6D723A;
		border-left: 2px solid #6D723A;
		border-right: 2px solid #6D723A;
		top: -33px;
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
	}
}



/* Popup */


.custom-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: auto; /* Permet le défilement du contenu si nécessaire */
}

.team_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: auto; /* Permet le défilement du contenu si nécessaire */
}

.team_popup * {
    z-index: 1 !important;
}


.popup-content {
    background-color: rgba(39, 71, 78, 0.95);
    opacity: 0.95;
    padding: 45px 200px; 
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box !important; 
    overflow: auto; 
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: grid;
    align-items: center;
}


.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 8px 5px 8px;
    line-height: 33px;
}

.close-popup:hover {
    color: #27474E;
    border: 1px solid #fff;
    background-color: #fff;
}


#popup-content h2 {
    font-family: 'Nexa';
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing : 4px;
    margin-bottom: 0;
}

#popup-content h3 {
    font-family: 'Nexa';
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing : 1.08px;
}

#popup-content .categories-container {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

#popup-content p.category-item {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 0;
}

#popup-content .infos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

#popup-content .infos a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

#popup-content .infos a img.email {
    width: 26px;
    height: 22px;
    margin-right: 20px;
}

#popup-content .infos a img.phone {
    width: 20px;
    height: 24px;
    margin-right: 20px;
}

#popup-content .infos a img.linkedin {
    width: 33px;
    height: 33px;
}

#popup-content .infos a.flex_link {
    display: flex;
    align-items: center;
}

#popup-content .description p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.63px;
}


#popup-content a.btn_contact {
    background-image: url(/wp-content/uploads/2024/09/Contact-popup.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Nexa", Sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 60px 50px 60px 50px;
    display: inline-block;
    margin: 20px 0 0 0;
    color: #27474E;
}

#popup-content a.btn_contact:hover {
    background-image: url(/wp-content/uploads/2024/09/Contact-popup-hover.svg);
    color: #fff;
}

@media screen and (max-width:1439px) {

    .popup-content {
        padding: 45px 90px;
    }

    #popup-content h2 {
        font-size: 75px;
    }

    #popup-content h3 {
        font-size: 34px;
    }

    #popup-content p.category-item {
        font-size: 20px;
    }

    #popup-content .infos a {
        font-size: 22px;
    }

    #popup-content .categories-container {
        margin-bottom: 30px;
    }

    #popup-content .infos {
        margin-bottom: 25px;
    }

    #popup-content .description p {
        font-size: 20px;
    }

    #popup-content a.btn_contact {
        padding: 55px 50px 55px 50px;
    }

}

@media screen and (max-width:1199px) {

    .popup-content {
        padding: 40px 60px;
    }

    #popup-content h2 {
        font-size: 70px;
    }

    #popup-content h3 {
        font-size: 32px;
    }

    #popup-content p.category-item {
        font-size: 19px;
    }

    #popup-content .infos a {
        font-size: 21px;
    }


}

@media screen and (max-width:1023px) {

    .popup-content {
        padding: 35px 45px;
    }

    #popup-content h2 {
        font-size: 55px;
    }

    #popup-content h3 {
        font-size: 30px;
    }

    #popup-content p.category-item {
        font-size: 20px;
    }

    #popup-content .categories-container {
        margin-bottom: 25px;
        gap: 10px;
    }

    #popup-content .infos a {
        font-size: 20px;
    }

    #popup-content .infos a img.email {
        width: 22px;
        height: 17px;
        margin-right: 15px;
    }

    #popup-content .infos a img.phone {
        width: 18px;
        height: 22px;
        margin-right: 15px;
    }

    #popup-content .infos a img.linkedin {
        width: 28px;
        height: 28px;
    }

    #popup-content .infos {
        margin-bottom: 20px;
    }

    #popup-content .description p {
        font-size: 18px;
    }

}

@media screen and (max-width:767px) {

    .popup-content {
        padding: 30px 40px;
    }

    #popup-content h2 {
        font-size: 45px;
        letter-spacing: 2px;
    }

    #popup-content h3 {
        font-size: 27px;
    }

    #popup-content .categories-container {
        display: block;
    }

    #popup-content .infos {
        display: block;
    }

    #popup-content .description p {
        font-size: 17px;
    }

    #popup-content .infos a {
        font-size: 18px;
    }

    #popup-content .infos {
        gap: 20px;
    }

    #popup-content a.btn_contact {
        padding: 50px 45px 50px 45px;
    }

    #popup-content .infos a.flex_link {
        margin-bottom: 8px;
    }

}

@media screen and (max-width:550px) {

    .popup-content {
        padding: 40px 25px;
    }

    #popup-content h2 {
        font-size: 35px;
        letter-spacing: 1px;
    }

    #popup-content h3 {
        font-size: 25px;
    }

    #popup-content p.category-item {
        font-size: 18px;
    }

    #popup-content .infos a {
        font-size: 16px;
    }

    #popup-content .infos a img.email {
        width: 20px;
        height: 15px;
        margin-right: 10px;
    }

    #popup-content .infos a img.phone {
        width: 18px;
        height: 20px;
        margin-right: 10px;
    }

    #popup-content .infos a img.linkedin {
        width: 26px;
        height: 26px;
    }

    #popup-content .infos {
        margin-bottom: 15px;
    }

    #popup-content .description p {
        font-size: 16px;
    }

    .close-popup {
        top: 10px;
        right: 10px;
        font-size: 24px;
        padding: 0 5px 5px 5px;
        line-height: 28px;
    }

    #popup-content a.btn_contact {
        font-size: 14px;
        margin: 10px 0 0 0;
        padding: 40px 45px 40px;

    }

}

/* Our expertise*/

.our_expertise .our_story_puzzle_3::after {
    background-color: #92A2A6;
    border: 1px solid #92A2A6;
}

.our_expertise .our_story_puzzle_3:hover::after {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.our_expertise .our_story_puzzle_8 .top_child::before {
    background-color: #B5B89C;
    border: 1px solid #B5B89C;
}

.our_expertise .our_story_puzzle_8:hover .top_child::before {
    background-color: #27474e;
    border: 1px solid #27474e;
}

.our_expertise .our_story_puzzle_2 .left_child::before,
.our_expertise .our_story_puzzle_2 .right_child::after,
.our_expertise .our_story_puzzle_4 .left_child::before,
.our_expertise .our_story_puzzle_5 .right_child::after,
.our_expertise .our_story_puzzle_7 .left_child::before,
.our_expertise .our_story_puzzle_7 .right_child::after {
    background-color: #F8F7F4;
    border: 1px solid #F8F7F4; 
}

.our_expertise .our_story_puzzle_2:hover .left_child::before,
.our_expertise .our_story_puzzle_2:hover .right_child::after,
.our_expertise .our_story_puzzle_4:hover .left_child::before,
.our_expertise .our_story_puzzle_5:hover .right_child::after,
.our_expertise .our_story_puzzle_7:hover .left_child::before,
.our_expertise .our_story_puzzle_7:hover .right_child::after {
    background-color: #989C74;
    border: 1px solid #989C74; 
}

.our_expertise .our_story_puzzle_5:hover .right_child::after,
.our_expertise .our_story_puzzle_7:hover .left_child::before,
.our_expertise .our_story_puzzle_7:hover .right_child::after {
    background-color: #27474E;
    border: 1px solid #27474E; 
}



@media screen and (max-width:1199px) {

	.our_expertise .our_story_puzzle_4 {
        background-color: #92A2A6 !important;
    }
	
	.our_expertise .our_story_puzzle_4:hover {
        background-color: #989C74 !important;
    }
}

@media screen and (max-width:1023px) {

	.our_expertise .our_story_puzzle_3::after {
		background-color: #989C74 ;
		border: 1px solid #989C74 ;
	}
	
	.our_expertise .our_story_puzzle_3:hover::after {
		background-color: #F8F7F4 ;
		border: 1px solid #F8F7F4 ;
	}
	
	.our_expertise .our_story_puzzle_4::after {
        background-color: #92A2A6;
        border: 1px solid #92A2A6;
    }

	.our_expertise .our_story_puzzle_4:hover::after {
        background-color: #989C74;
        border: 1px solid #989C74;
    }	
	
	.our_expertise .our_story_puzzle_2::after {
        background-color: #F8F7F4;
        border: 1px solid #F8F7F4;
    }
	
	.our_expertise .our_story_puzzle_2:hover::after {
        background-color: #989C74;
        border: 1px solid #989C74;
    }
	
	.our_expertise .our_story_puzzle_5 {
        background-color: #92A2A6 !important;
    }
	
	.our_expertise .our_story_puzzle_5:hover {
        background-color: #989C74 !important;
    }
	
	.our_expertise .our_story_puzzle_5::after {
        background-color: #92A2A6;
        border: 1px solid #92A2A6;
    }
	
	.our_expertise .our_story_puzzle_5:hover::after {
        background-color: #989C74;
        border: 1px solid #989C74;
    }	
	
	.our_expertise .our_story_puzzle_5 .right_child::after {
        background-color: #92A2A6;
        border: 1px solid #92A2A6;		
	}
	
	.our_expertise .our_story_puzzle_5:hover .right_child::after {
        background-color: #989C74;
        border: 1px solid #989C74;		
	}	
	
}


.our_expertise_single .why_find_1.book::after {
    display: none;
}

.our_expertise_single .why_find_2::after, 
.our_expertise_single .why_find_4::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #6D723A;
    border-top: 2px solid #F2F1EB;
    border-left: 2px solid #F2F1EB;
    border-right: 2px solid #F2F1EB;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    transition: background-color 0.3s, border 0.3s !important;
}


@media screen and (max-width:1199px) {

	.our_expertise_single .why_find_2 .left_child::before,
	.our_expertise_single .why_find_2 .top_child::before {
		display: none;
	}
	
	.our_expertise_single .why_find_1.book {
		z-index: 999;
	}
	
	.our_expertise_single .why_find_1.book::after {
		display: block;
	}
	
	.our_expertise_single .why_find_2::after {
		content: '';
		position: absolute;
		width: 33px;
		height: 33px;
		border-top:0;
		border-bottom: 2px solid #F2F1EB;
		border-left: 2px solid #F2F1EB;
		border-right: 2px solid #F2F1EB;
		background-color: #6D723A;
		bottom: -33px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0 0 50% 50%;
		transition: background-color 0.3s, border 0.3s !important;
		z-index: 2;
	}
	
	.our_expertise_single .why_find_2:hover::after {
		border-bottom: 2px solid #F2F1EB;
		border-left: 2px solid #F2F1EB;
		border-right: 2px solid #F2F1EB;
		background-color: #F2F1EB;

	}
		
}


@media screen and (max-width:1023px) {

	.our_expertise_single .why_find_2 {
		z-index: 99;
	}

	.our_expertise_single .why_find_2.last {
		z-index: -1;
	}
	
	.our_expertise_single .why_find_2 .left_child::before {
		display: block;
	}
	
	.our_expertise_single .why_find_2.last {
        z-index: 9999;
    }
	
	.our_expertise_single .why_find_2.accounting {
        z-index: 99999;
    }
	
}

	
@media screen and (max-width:424px) {
	
	.our_expertise_single .why_find_1.book {
        z-index: 9999;
    }
	
	.our_expertise_single .why_find_2.accounting {
        z-index: 999;
    }
	
	.our_expertise_single .why_find_2.last {
        z-index: 9;
    }
	
}


/* Our expertise Administration */

.our_expertise.administration .our_story_puzzle_1::after,
.our_expertise.human_resources .our_story_puzzle_1::after,
.our_expertise.information_tech .our_story_puzzle_1::after,
.our_expertise.legal_search .our_story_puzzle_1::after,
.our_expertise.marketing .our_story_puzzle_1::after,
.our_expertise.property .our_story_puzzle_1::after,
.our_expertise.sales_business .our_story_puzzle_1::after {
    background-color: #B5B89C;
    border: 1px solid #B5B89C;
}

.our_expertise.administration .our_story_puzzle_1:hover::after,
.our_expertise.human_resources .our_story_puzzle_1:hover::after,
.our_expertise.information_tech .our_story_puzzle_1:hover::after,
.our_expertise.legal_search .our_story_puzzle_1:hover::after,
.our_expertise.marketing .our_story_puzzle_1:hover::after,
.our_expertise.property .our_story_puzzle_1:hover::after,
.our_expertise.sales_business .our_story_puzzle_1:hover::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_expertise.administration .our_story_puzzle_2 .left_child::before,
.our_expertise.administration .our_story_puzzle_2 .right_child::after,
.our_expertise.legal_search .our_story_puzzle_5 .right_child::after {
    background-color: #E0E0D2;
    border: 1px solid #E0E0D2;
}

.our_expertise.legal_search .our_story_puzzle_5:hover .right_child::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_expertise.administration .our_story_puzzle_2:hover .left_child::before,
.our_expertise.administration .our_story_puzzle_2:hover .right_child::after,
.our_expertise.human_resources .our_story_puzzle_3:hover::after {
    background-color: #989C74;
    border: 1px solid #989C74;
}

.our_expertise.human_resources .our_story_puzzle_3::after {
    background-color: #27474E;
    border: 1px solid #27474E;	
}

.our_expertise.human_resources .our_story_puzzle_3:hover::after {
    background-color: #6D723A;
    border: 1px solid #6D723A;
}

.our_expertise.marketing .our_story_puzzle_6 .top_child::before {
    background-color: #6D723A;
    border: 1px solid #6D723A;	
}

.our_expertise.marketing .our_story_puzzle_6:hover .top_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;	
}

.our_expertise.property .our_story_puzzle_7 .left_child::before, 
.our_expertise.property .our_story_puzzle_7 .right_child::after {
    background-color: #E0E0D2;
    border: 1px solid #E0E0D2;
}

.our_expertise.property .our_story_puzzle_7:hover .left_child::before, 
.our_expertise.property .our_story_puzzle_7:hover .right_child::after {
    background-color: #27474E;
    border: 1px solid #27474E;
}

.our_expertise.sales_business .our_story_puzzle_8 .top_child::before {
    background-color: #6D723A;
    border: 1px solid #6D723A;	
}

.our_expertise.sales_business .our_story_puzzle_8:hover .top_child::before {
    background-color: #27474E;
    border: 1px solid #27474E;	
}


@media screen and (max-width: 1023px) {
    .our_expertise.administration .our_story_puzzle_2::after {
        background-color: #E0E0D2;
        border: 1px solid #E0E0D2;
    }
	
	.our_expertise.administration .our_story_puzzle_2:hover::after {
        background-color: #989C74;
        border: 1px solid #989C74;
    }
	
	.our_expertise.human_resources .our_story_puzzle_3 {
        background-color: #6D723A !important;
    }
	
	.our_expertise.human_resources .our_story_puzzle_3:hover {
        background-color: #F8F7F4 !important;
    }
	
	.our_expertise.human_resources .our_story_puzzle_3::after {
		background-color: #6D723A;
		border: 1px solid #6D723A;
	}
	
	.our_expertise.human_resources .our_story_puzzle_3:hover::after {
		background-color: #F8F7F4;
		border: 1px solid #F8F7F4;
	}
	
	.our_expertise.information_tech .our_story_puzzle_4 {
        background-color: #27474E !important;
    }
	
	.our_expertise.information_tech .our_story_puzzle_4::after {
        background-color: #27474E;
        border: 1px solid #27474E;
    }
	
	.our_expertise.information_tech .our_story_puzzle_4:hover {
        background-color: #6D723A !important;
    }
	
	.our_expertise.information_tech .our_story_puzzle_4:hover::after {
        background-color: #6D723A;
        border: 1px solid #6D723A;
    }
	
	.our_expertise.legal_search .our_story_puzzle_5 {
        background-color: #27474E !important;
    }
	
	.our_expertise.legal_search .our_story_puzzle_5 .right_child::after,
	.our_expertise.legal_search .our_story_puzzle_5::after {
		background-color: #27474E;
		border: 1px solid #27474E;
	}
	
	.our_expertise.legal_search .our_story_puzzle_5:hover {
        background-color: #6D723A !important;
    }
	
	.our_expertise.legal_search .our_story_puzzle_5:hover .right_child::after,
	.our_expertise.legal_search .our_story_puzzle_5:hover::after {
		background-color: #6D723A;
		border: 1px solid #6D723A;
	}
	
}

/* Search */

.search #content {
	margin: 80px auto 120px auto !important;
	max-width: 1590px !important;
	padding: 0 20px !important;
}
.search .entry-title {
	max-width: 1590px !important;	
}
.search #content h2 a {
	color: #6D723A !important;
}

@media screen and (max-width:1439px) {
	
	.search #content {
		margin: 80px auto 100px auto !important;
	}
	
}

@media screen and (max-width:1199px) {
	
	.search #content {
		margin: 70px auto !important;
	}
}

@media screen and (max-width:1023px) {
	
	.search #content {
		margin: 60px auto !important;
	}
}

@media screen and (max-width:767px) {
	
	.search #content {
		margin: 40px auto !important;
	}
}
