.elementor-kit-5{--e-global-color-primary:#002868;--e-global-color-secondary:#001E4F;--e-global-color-text:#4D4D4D;--e-global-color-accent:#D1222A;--e-global-color-71b4437:#F2F2F2;--e-global-color-ce5caeb:#00FFFF;--e-global-color-38aa650:#FFFFFF;--e-global-color-027fea2:#7E7E7E;--e-global-color-9907147:#CBD4E1;--e-global-typography-primary-font-family:"Trajan pro";--e-global-typography-primary-font-weight:100;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;--e-global-typography-6f216bf-font-family:"Raleway";--e-global-typography-6f216bf-font-size:12px;--e-global-typography-6f216bf-font-weight:800;--e-global-typography-6f216bf-letter-spacing:0.6px;--e-global-typography-192c9e0-font-family:"Roboto";--e-global-typography-192c9e0-font-size:31px;--e-global-typography-192c9e0-font-weight:300;--e-global-typography-192c9e0-line-height:34px;--e-global-typography-192c9e0-letter-spacing:-0.5px;--e-global-typography-8e4af93-font-family:"Trajan pro";--e-global-typography-8e4af93-font-size:45px;--e-global-typography-8e4af93-font-weight:100;--e-global-typography-8e4af93-letter-spacing:-0.5px;color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:normal;}.elementor-kit-5 h1{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h2{color:var( --e-global-color-secondary );font-family:"Trajan pro", Sans-serif;font-size:32px;font-weight:300;}.elementor-kit-5 h3{font-family:"Raleway", Sans-serif;font-size:14px;font-weight:900;}.elementor-kit-5 h4{color:#808080;font-family:"Raleway", Sans-serif;font-size:13px;font-weight:900;}.elementor-kit-5 h5{color:#000000;font-family:"Raleway", Sans-serif;font-size:18px;font-weight:bold;}.elementor-kit-5 h6{font-family:"Trajan pro", Sans-serif;font-size:16px;font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Raleway", Sans-serif;font-weight:400;text-transform:uppercase;color:var( --e-global-color-38aa650 );background-color:var( --e-global-color-accent );border-radius:22px 22px 22px 22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-8e4af93-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-me: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(100%) blur(20px);
	backdrop-filter: saturate(100%) blur(20px);
}
header.sticky-header &gt; .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects &gt; .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-me) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
	
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Trajan pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://amchamgye.org.ec/wp-content/uploads/2022/03/Trajan-Pro.ttf') format('truetype');
}
@font-face {
	font-family: 'Trajan pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://amchamgye.org.ec/wp-content/uploads/2022/03/TrajanPro-Regular-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */