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

*/

.site-header{
	display:none!important;
}

.services .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
	/*transition: all 1s ease-in-out;*/
	transform: rotate(-45deg);
}
.services .e-n-accordion-item .e-n-accordion-item-title-icon{
	transition: all 0.5s ease-in;

}
.services .e-n-accordion-item-title{
	justify-content: space-between!important;
	padding:30px 10px!important;
}

.mark-blue span{
	background-color:#D6DFFF;
	padding: 2px 7px;
}
.services summary[aria-expanded="true"]{
	border-bottom:none;
}
.services .e-child{
	border:none;
	
}
.elementor-image-carousel{
	align-items: baseline!important;
}
.slider-container{
	margin-left: clamp(0px, -5vw, -100px);
}
.first-container{
	overflow-x: clip;
}
#principles h3 span{
	background-color:#E8EEFF;
	padding: 0px 7px;
	line-height: 56px;
}
#whoweare h3 span{
	background-color:#FFF;
	padding: 0px 7px;
	line-height: 56px;
}
.groups-info{
	wrap:nowrap;
}




	.hero-title-box{
	margin-right: calc((100vw - 1200px) / 2);
}
.services .e-n-accordion-item-title-header{
	margin-right: calc((100vw - 1140px) / 2);
}
.services p, .services .elementor-widget-button{
	margin-right: calc((100vw - 1140px) / 2);
	margin-left: calc((100vw - 1140px) / 2);
}
.services .e-n-accordion-item .e-n-accordion-item-title-icon{
	margin-left: calc((100vw - 1140px) / 2);
}
	


@media screen and (max-width: 567px) {
	#principles{
		padding-bottom:0;
	}
	.services  .e-n-accordion-item-title-header{
		padding-left:20px;	
		padding-right:20px;
	}
		.hero-title-box{
		margin-right: unset;
	}
	.services .e-n-accordion-item-title-header{
		margin-right: unset;
	}
	.services p, .services .elementor-widget-button{
		margin-right: unset;
		margin-left: unset;
	}
	.services .e-n-accordion-item .e-n-accordion-item-title-icon{
		margin-left: unset;
	}
  body{
    overflow-x:hidden;
  }
	
}