.round {
	border-radius: 50%;
}

.MainNavText:after {
	cursor: pointer;
	content: "\A";
	position: absolute;
	width: 175px;
	height: 171px;
	top: 0;
	left: 22%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 50%;
	border-style: solid;
	border-color: #003da5;
}

.MainNavText:hover:after {
	cursor: pointer;
	opacity: 0.8;
	border-radius: 50%;
	border-style: solid;
	border-color: #ffcb48;
	border-width: thick;
}

.MainNavText2:after {
	cursor: pointer;
	content: "\A";
	position: absolute;
	width: 175px;
	height: 171px;
	top: 0;
	left: 21%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 50%;
	border-style: solid;
	border-color: #ffcb48;
	border-width: thick;
}

.MainNavText2:hover:after {
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
	border-style: solid;
	border-color: #ffcb48;
	border-width: thick;
}

.MainNavText3:after {
	cursor: pointer;
	content: "\A";
	position: absolute;
	width: 175px;
	height: 171px;
	top: 0;
	left: 21%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 50%;
	border-style: solid;
	border-color: #ffcb48;
	border-width: thick;
}

.MainNavText3:hover:after {
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
	border-style: solid;
	border-color: #ffcb48;
	border-width: thick;
}

.elementor-105
	.elementor-element.elementor-element-f39be71
	.elementor-image-box-title {
	color: black;
}

p {
	color: black;
}

.three-inline-buttons .button {
	background-color: #ffcb48;
	border-radius: 23px;
	color: #333333;
}

.three-inline-buttons .button:hover {
	background-color: #1b9bd6;
	border-radius: 23px;
	color: #ffffff;
}

.three-inline-buttons .button {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 30%;
	font-size: 14px;
}

.three-inline-buttons {
	display: table;
	margin: 0 auto;
}

.modal-content {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}

@media only screen and (max-width: 960px) {
	.three-inline-buttons .button {
		width: 150%;
		margin: 20px;
		text-align: center;
	}
}

h1 {
	color: #ffffff !important;
}
