.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a479396:#283243;--e-global-color-b93e75e:#3DB1BE;--e-global-color-86336b3:#EDEDED;--e-global-color-f010cbd:#283243;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-86336b3 );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:750ms;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-86336b3 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* shrinking HEADER DESKTOP section */

.shrinker {
	background: #fff;
        height: 80px;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #fff;
        height: 60px !important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking logo image */

.shrinking-logo img {
	width: 150px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 320px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking TITLE */

.elementor-element.elementor-element-b9e4c0c .elementor-heading-title {
	font-size: 36px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects .elementor-element.elementor-element-b9e4c0c .elementor-heading-title {
	font-size: 32px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking social icons */

.elementor-widget-social-icons {
	--icon-size: 21px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects .elementor-widget-social-icons {
	--icon-size: 16px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: .9rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking button */

.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 26px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* Tablet and Mobile Menu Shrinking */

@media screen and (max-width: 1024px) {
	/* shrinking background */
.shrinker {
	background: #fff;
        height: 70px;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}	
.shrinker.elementor-sticky--effects {
	background: #fff;
	height:70px !important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* shrinking TITLE mobile*/

.elementor-element.elementor-element-b9e4c0c .elementor-heading-title {
    font-size: 18px !important;
    transition: font-size 0.2s linear !important;
    -webkit-transition: font-size 0.2s linear !important;
    -moz-transition: font-size 0.2s linear !important;
}

.shrinker.elementor-sticky--effects .elementor-element.elementor-element-b9e4c0c .elementor-heading-title {
    font-size: 12px !important;
    transition: font-size 0.2s linear !important;
    -webkit-transition: font-size 0.2s linear !important;
    -moz-transition: font-size 0.2s linear !important;
}

/* shrinking SOCIAL icons MOBILE */

.elementor-widget-social-icons {
	--icon-size: 12px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects .elementor-widget-social-icons {
	--icon-size: 12px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
	
	/* shrinking IMAGE MOBILE */

.shrinking-logo img {
	width: 100px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 100px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
	
	/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: 1.2rem!important;
}

/* shrinking BUTTON MOBILE */

.elementor-button {
	padding: 10px 16px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 16px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}

/* End Of Shrinking Sticky Menu *//* End custom CSS */