/* End custom CSS */

.elementor-kit-7 {
	--e-global-color-primary: #fc4c54;
	--e-global-color-secondary: #333;
	--e-global-color-text: #fff;
	--e-global-color-accent: #f2f2f2;
	--e-global-color-c7241b4: #000;
	--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;
	--e-global-typography-203d0ea-font-family: "SixPhysio Din Font";
	--e-global-typography-203d0ea-font-size: 32px;
	--e-global-typography-203d0ea-line-height: 1.5em;
}

.elementor-kit-7 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-7 h5 {
	font-size: 17px;
}

.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
	border-style: solid;
}

.elementor-kit-7 button:hover, .elementor-kit-7 button:focus, .elementor-kit-7 input[type="button"]:hover, .elementor-kit-7 input[type="button"]:focus, .elementor-kit-7 input[type="submit"]:hover, .elementor-kit-7 input[type="submit"]:focus, .elementor-kit-7 .elementor-button:hover, .elementor-kit-7 .elementor-button:focus {
	border-style: solid;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

.e-con {
	--container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
	.elementor-kit-7 {
		--e-global-typography-203d0ea-font-size: 28px;
	}
	
	.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
		padding: 13px 25px 10px 25px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-7 {
		--e-global-typography-203d0ea-font-size: 24px;
	}
	
	.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
		padding: 13px 20px 10px 20px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */

/*Elementor Global CSS*/

/*Please put all your css classess here*/

/*Remove scrollbar width*/
::-webkit-scrollbar {
	width: 0px;
}

.cc-revoke, .cc-window {
	/*cookie banner font size from 16px to 13px just change the value if you want to modify*/
	font-size: 13px !important;
}

/*Make a 3 column on mobile instead of 1, Add this class "three-column-mobile" to the section class*/

/* Media query for laptop an up*/
@media (min-width:981px) {}

/*Media query for ipad/tablets*/
@media (max-width:980px) {
	/*Make a 3 column on mobile instead of 1, Add this class "three-column-mobile" to the section class field*/
	.three-column-mobile .elementor-column {
		width: 33.33% !important;
	}
	
	/*Make a 2 column on mobile instead of 1, Add this class "two-column-mobile" to the section class field*/
	.two-column-mobile .elementor-column {
		width: 50% !important;
	}
}

/*Media query for mobile phones*/
@media (max-width:767px) {}
