a {
  background-color: transparent;
  text-decoration: none;
  color: #69AAE6;
}
a:hover {
	color: #69AAE6;
}

/* header.elementor-element .e-con-inner .e-child:last-child {
	width: 85%;
} */

header.elementor-element .e-con-inner .e-child .e-con-inner{
	margin:0;
	max-width: 100%;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

input:focus,
textarea:focus,
select:focus{
	outline: 0;
	box-shadow:0;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	font-family: "Poppins", Sans-serif;
	border-radius: 0;
}

[type="button"], [type="submit"], button {
	font-family: "Poppins", Sans-serif;
	border-radius: 50px;
	color:  #BD4449;
	border: 1px solid #BD4449;
	padding: 15px 30px 15px 30px;
}

[type="button"]:hover, 
[type="submit"]:hover, 
button:hover {
	background-color: #BD4449;
}

form label {
	display: block;
	margin-bottom: 5px;
}

form br {
	display: none;
}