@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600");

@import url("https://fonts.googleapis.com/css?family=Mukta:200,400,500,600,700");

p, modal-body, card-body, label {
	color: #444651;
	font-family: "Mukta", sans-serif;
	font-weight: 100;
}

a {
	color: #35c1f0;
}

h1 {
	color: #35c1f0;
	font-family: "Mukta", sans-serif;
	font-weight: 300;
	font-size: 4em;
	margin-bottom: 0px;
}

h2 {
	color: #888888;
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	margin-bottom: 0px !important;
}

h2 b {
	font-weight: 500;
	color: #35c1f0;
}

h3, h5, .card-header {
	color: #444651;
	font-family: "Mukta", sans-serif;
	font-weight: 200;
	font-size: 1.3em;
}

h3 b, h5.modal-title b, .card-header b {
	font-weight: 500;
	color: #35c1f0;
}

h3 i.fas, h5.modal-title i.fas, .card-header i.fas {
	color: #8e91a0;
	margin-left: 5px;
	font-size: 0.9em;
}

.blue-button {
	display: inline-block;
	width: auto;
	height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 11px;
	border-radius: 5px;
	background-color: #35c1f0;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 0.8em;
}

.blue-button:hover {
	background-color: #64d0f4;
	text-decoration: none;
	color: #fff;
}

.blue-button.btn {
	width: 100%;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.blue-button {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#icon-blocks .fas {
	font-size: 3.5em;
	color: #878787;
}

#icon-blocks .description {
	color: #878787;
}

.card {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(90, 90, 90, 0.3);
	-moz-box-shadow: 0px 0px 1px 0px rgba(90, 90, 90, 0.3);
	box-shadow: 0px 0px 1px 0px rgba(90, 90, 90, 0.3);
}

.card p {
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	.card {
		margin-top: 50px !important;
	}
}

#footer p.links {
	font-size: 0.8em;
	color: #6d6d6d;
}

#footer p.links a {
	color: #6d6d6d;
}

#footer p.copyright {
	font-size: 0.8em;
	color: #6d6d6d;
}


@media (max-width: 767px) {
	#footer p.copyright {
		float: left;
	}

	.text-center-on-mobile {
		text-align: center;
	}
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	.margin-top-100 {
		margin-top: 70px;
	}

	.margin-bottom-100 {
		margin-bottom: 70px;
	}

	.margin-top-40-xs {
		margin-top: 40px;
	}

	.margin-bottom-30-xs {
		margin-bottom: 32px;
	}
}

@media (max-width: 991px) {
	.margin-top-40-md {
		margin-top: 40px !important;
	}
}

span.avoid-wrap {
	display: inline-block;
}