.contact-us-form .wpcf7-list-item, .form-item label, .wpcf7-not-valid-tip {
	text-align: left;
	display: block;    font-size: 16px;
}
p{font-size: 20px;}
.mt-5 {
	margin-top: 50px;
}

html {
	overflow-x: hidden;
}

.mt-4 {
	margin-top: 40px;
}

.mt-9 {
	margin-top: 90px !important;
}

.mt-3 {
	margin-top: 30px;
}

ul {
	padding: 0;
}

img {
	width: auto;
	max-width: 100%;
}

.w-40 {
	width: 40%;
}

.text-left {
	text-align: left;
}

.submit-text p a:hover, .text-red {
	color: #c1293c;
}

.shadow-bg {
	width: 395px;
	position: absolute;
	height: 525px;
	display: block;
	filter: blur(70px);
	z-index: 0;
	border-radius: 100%;
	opacity: .1;
}

.blue-shadow {
	background-color: #00d8ff;
	left: -50%;
	margin: auto;
	top: 90vh;
	z-index: -1;
}

.orange-shadow {
	background-color: rgba(255,109,3,.4);
	left: 70px;
	top: -130px;
	width: 400px;
	height: 360px;
	opacity: .1;
	z-index: 0;
}

.shadow-bg.right-center {
	left: unset;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: .2;
	width: 190px !important;
}

.purple-shadow {
	background-color: #9747ff;
	left: 0;
	margin: auto;
	top: -350px;
	right: 0;
}

.red-shadow {
	background-color: #88780c;
	left: -10%;
	right: 0;
	z-index: 0;
	top: 30%;
	bottom: 0;
	opacity: .2;
}

.blue-right-shadow {
	background-color: #0c3e88;
	bottom: -20%;
	right: 0;
	z-index: 0;
	opacity: .1;
}

.bg-primary, .btn-border:hover {
	background-color: #c1293c !important;
}

.purple-shadow.shadow-bg {
	width: 700px;
	height: 700px;
	opacity: .15;
}

.opacity-70 {
	opacity: .7;
}

.fs-16 {
	font-size: 16px;
}

.ml-1 {
	margin-left: 10px;
}

body {
	font-family: "Bricolage Grotesque", sans-serif;
	color: #232831;
}

h1, h2 ,.h2{
	font-family: "Bricolage Grotesque", sans-serif;    font-weight: 800;
}

h2,.h2 {
	font-size:57px;    font-weight: 800;
}
h3 {
    font-size: 37px;
}
h3, h4 {
	font-family: "Bricolage Grotesque", sans-serif;    font-weight: 800;
}

.mx-3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-50 {
	width: 50%;
}

.ml-30 {
	margin-left: 30px !important;
}

.mb-8 {
	margin-bottom: 80px;
}

.z-index9 {
	z-index: 9;
}

.font-18 {
	font-size: 18px;
}

.pt-0 {
	padding-top: 0 !important;
}

.bg-primary {
	color: #fff;
}

.bg-secondary {
	background-color: #232831 !important;
	color: #fff;
}

.bottom-left {
	bottom: 0;
	left: 0;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.w-60 {
	width: 60%;
}



h4 {
	font-size: 19px;
}

.opacity-80 {
	opacity: .8;
}

.btn-border:hover {
	border: 2px solid #c1293c;
}

ul.dash-style {
	list-style: none;
}

ul.dash-style li {
	padding-left: 20px;
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.dash-style li:before {
	background: #c1293c;
	position: absolute;
	left: 0;
	width: 12px;
	height: 3px;
	content: '';
	top: 10px;
	bottom: 0;
}

.fs-18 {
	font-size: 18px !important;
}

.radio input[type=radio] {
	position: absolute;
	opacity: 0;
}

.radio input[type=radio]+.wpcf7-list-item-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -.2em;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	transition: 250ms;
}

.radio input[type=radio]:checked+.wpcf7-list-item-label:before {
	background-color: #232831;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus+.wpcf7-list-item-label:before {
	outline: 0;
	border-color: #232831;
}

.radio input[type=radio]:disabled+.wpcf7-list-item-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type=radio]+.wpcf7-list-item-label:empty:before {
	margin-right: 0;
}

.contact-us-form .wpcf7-list-item {
	margin: 10px 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	background: #ffb900;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	display: block;
}

.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	background: #dc3232;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.submit-text p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.submit-text p a {
	color: #232831;
	text-decoration: none;
	font-weight: 600;
}

input[type=checkbox] {
	position: relative;
	border: 2px solid #232831;
	border-radius: 2px;
	background: 0 0;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: .5;
}

input[type=checkbox]:hover {
	opacity: 1;
}

input[type=checkbox]:checked {
	background-color: #232831;
	opacity: 1;
}

input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0;
	transform: rotate(45deg) translate(-50%,-50%);
	z-index: 2;
}

.btn-outline {
	background: 0 0;
	color: #c1293c;
}