/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* Your CSS code goes here
-------------------------------------- */
:root{
	--main: #000000;
	--secondary: #DF1907;
	--thirdary: #0070c1;
	--blue: #293E62;
	--grey: #8b8b8b;
	--greyLight: #F5F5F5;
	--greyLight2: #DEDAD4;
	--yellow: #FCC446;
	--maxWidth : 1600px;
	--leftPadd : calc((100vw - 1600px) / 2);
	--leftPaddNegative : calc(((100% - 1600px) / 2) * -1);
	--bluedark: #14282F;
	--font: "Proxima-Nova-Extra-Condensed", sans-serif;
	--padding: 15px;
}



body{
	overflow-x: hidden;
}

#content .page-content{
	max-width: 1920px;
	margin: 0 auto;
}
.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
	 border: none !important;
	 margin: 0 !important;
	 padding: 0 !important;
	 width: auto !important;
	 overflow: visible !important;

	 background: transparent !important;

	 /* inherit font & color from ancestor */
	 color: inherit !important;
	 font: inherit !important;

	 /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	 line-height: normal !important;

	 /* Corrects font smoothing for webkit */
	 -webkit-font-smoothing: inherit !important;
	 -moz-osx-font-smoothing: inherit !important;

	 /* Corrects inability to style clickable `input` types in iOS */
	 -webkit-appearance: none !important;
		outline: none !important;
 }

/* Remove excess padding and border in Firefox 4+ */
.reset-button::-moz-focus-inner {
	 border: 0 !important;
	 padding: 0 !important;
 }
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.btn-red {
	width: 221px !important;
	height: 48px !important;
	background-color: var(--secondary) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: "Proxima-Nova-Extra-Condensed" !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	border: 0 !important;
}


.btn-red-fit:hover,
.btn-red-fit:focus,
.btn-red-fit:active,
.btn-red-fit {
	min-width: 139px !important;
	height: 48px !important;
	background-color: var(--secondary) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: 0 !important;
}



.btn-red-sm:hover,
.btn-red-sm:focus,
.btn-red-sm:active,
.btn-red-sm {
	height: 40px !important;
	background-color: var(--secondary) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	border: 0 !important;
}
.btn-red-sm img{
	margin-right: 10px !important;
}




.btn-red-extra-sm:hover,
.btn-red-extra-sm:focus,
.btn-red-extra-sm:active,
.btn-red-extra-sm {
	height: 36px !important;
	background-color: var(--secondary) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	border: 0 !important;
}
.btn-red-extra-sm img{
	margin-right: 10px !important;
}

.btn-red-outline:hover,
.btn-red-outline:focus,
.btn-red-outline:active,
.btn-red-outline {
	height: 40px !important;
	background-color: #fff !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: var(--secondary) !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	border: 1px solid var(--secondary) !important;
}
.btn-red-link img{
	margin-right: 10px !important;
}


.btn-red-link:hover,
.btn-red-link:focus,
.btn-red-link:active,
.btn-red-link {
	height: 40px !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: var(--secondary) !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	border: 0px !important;
}
.btn-red-sm img{
	margin-right: 10px !important;
}


.btn-red-extra-sm:hover,
.btn-red-sm:hover,
.btn-red-fit:hover
.btn-red:hover{
	transform: scale(1.05) !important;
	color: #fff !important;
}

.btn-red-link:hover{
	transform: scale(1.05) !important;
	text-decoration: underline;
}
.btn-red-outline:hover{
	transform: scale(1.05) !important;
	color: #fff !important;
	background-color: var(--secondary) !important;
}


.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.btn-black {
	width: 221px !important;
	height: 48px !important;
	background-color: var(--main) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	border: 0 !important;
}

.btn-black-fit:hover,
.btn-black:hover{
	transform: scale(1.05) !important;
	color: #fff !important;
}


.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover,
.btn-grey {
	height: 48px !important;
	background-color: var(--grey) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.btn-grey:hover{
	transform: scale(1.05) !important;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.btn-black {
	height: 48px !important;
	background-color: var(--main);
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	border: 0px !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}


.btn-black-fit:hover,
.btn-black-fit:focus,
.btn-black-fit:active,
.btn-black-fit {
	min-width: 139px !important;
	height: 48px !important;
	background-color: var(--main) !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	color: #fff !important;
	font-family: var(--font) !important;
	font-weight: 400 !important;
	font-size: 23px !important;
	line-height: 100% !important;
	position: relative !important;
	border-radius: 24px !important;
	transition:  all 0.2s !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: 0 !important;
	white-space: nowrap !important;
}


.btn-black-fit:hover,
.btn-black:hover{
	transform: scale(1.05) !important;
	background-color: #fff !important;
	color: var(--main) !important;
}


.breadcrumbs{
	max-width: var(--maxWidth);
	margin: 0 auto;

	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	font-family: var(--font);
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	flex-wrap: wrap;
	column-gap: 15px;

}
.breadcrumbs span,
.breadcrumbs a{
	font-family: var(--font);
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	text-align: left;
	color: #000 !important;
}
.breadcrumbs span.space{
	margin-top: -4px;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
}
.page-header .entry-title{
	max-width: var(--maxWidth) !important;
	margin: 0 auto;
}
@media (min-width: 1921px){
	:root{
		--leftPadd: 160px;
	}
}

@media (max-width: 1600px){
	:root{
		--leftPadd: 15px;
	}
	.breadcrumbs{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 850px){
	.btn-red:active,
	.btn-red:focus,
	.btn-red:hover,
	.btn-red {
		width: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		white-space: nowrap !important;
	}
}


@media (max-width: 767px){
	.breadcrumbs span,
	.breadcrumbs a{
		font-size: 30px;
	}
	.breadcrumbs span img,
	.breadcrumbs a img,
	.breadcrumbs span svg,
	.breadcrumbs a svg{
		width: 10px;
		height: auto;
	}
	.breadcrumbs{
		margin-bottom: 20px;
		column-gap: 10px;
	}
	.btn-black-fit:hover,
	.btn-black-fit:focus,
	.btn-black-fit:active,
	.btn-black-fit,
	.btn-black:hover,
	.btn-black:focus,
	.btn-black:active,
	.btn-black,
	.btn-red-sm:hover,
	.btn-red-sm:focus,
	.btn-red-sm:active,
	.btn-red-sm,
	.btn-red-extra-sm:hover,
	.btn-red-extra-sm:focus,
	.btn-red-extra-sm:active,
	.btn-red-extra-sm,
	.btn-red-fit:hover,
	.btn-red-fit:focus,
	.btn-red-fit:active,
	.btn-red-fit,
	.btn-red-outline:hover,
	.btn-red-outline:focus,
	.btn-red-outline:active,
	.btn-red-outline,
	.btn-red-link:hover,
	.btn-red-link:focus,
	.btn-red-link:active,
	.btn-red-link,
	.btn-red:hover,
	.btn-red:focus,
	.btn-red:active,
	.btn-red {
		font-size: 14px !important;
		height: 38px !important;
		min-width: auto !important;
		width: auto !important;
	}
}