@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600&amp;family=Sofia+Sans:wght@400;600;700&amp;display=swap');

body {
/*	font-family: 'Futura', sans-serif;*/
	font-family: 'Sofia Sans', sans-serif;
	letter-spacing: 2px;
	color: #424242;
/*	font-size: 18px;*/
}

.lora {
	font-family: 'Lora', serif;
	color: #424242;
}

.medium {
	font-weight: 700;
}

.loader-wrapper {
	position: absolute;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.loader-wrapper > .progress {
	width: 30%;
	margin-top: 50px;
}

nav.top-nav {
	height: 41px;
	box-shadow: none;
}

nav.top-nav ul li a {
	line-height: 41px;
}

nav.top-nav ul li a i.material-symbols-outlined {
	line-height: 41px;
	height: 41px;
}

nav.top-nav ul.right li a {
	pointer-events: none;
}

/*nav.top-nav a.brand-logo {
	font-size: 1rem !important;
	color: white;
	line-height: 41px;
	width: auto;
}*/

nav.sticky-nav {
	position: sticky;
	top: 0;
	background-color: #fff;
	height: 74px;
	border-bottom: 1px solid #e0e0e0;
	z-index: 9 !important;
}

a.brand-logo {
	color: #424242;
	line-height: 74px;
	font-family: 'Lora', sans-serif;
}

nav.sticky-nav ul li a {
	text-transform: uppercase;
	color: #212121;
	font-size: 0.8rem;
	line-height: 74px;
	transition: 0.5s;
	font-weight: 600;
}

nav.sticky-nav ul li a > span.sub-text {
	visibility: hidden;
}

nav.sticky-nav ul li a:hover {
	background-color: transparent !important;
	color: #06886F;
}

nav.sticky-nav ul li a:hover > span.sub-text {
	visibility: visible;
}

header.small-header {
	background-image: url('../images/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 315px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.small-header > .card-panel {
	margin: 50px 0;
	width: 70%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 5% 0;
}

.container-fluid {
	padding: 0 5%;
}

ul.slides > li > .caption {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0 5%;
}

ul.slides > li > .caption > h2, ul.slides > li > .caption > p {
	color: #424242 !important;
}

.primary-bg {
	background-color: #06886F !important;
}

.primary-text {
	color: #06886F !important;
}

.btn, .btn-large, .btn-floating, .btn-flat {
	box-shadow: none !important;
	text-transform: none;
	font-family: 'Sofia Sans', sans-serif;
}

table.pricing-table > thead > tr > th:nth-child(2), table.pricing-table > thead > tr > th:nth-child(3), table.pricing-table > thead > tr > th:nth-child(4) {
	width: 18%;
	text-align: center;
}

table.pricing-table > tbody > tr > td:nth-child(2), table.pricing-table > tbody > tr > td:nth-child(3), table.pricing-table > tbody > tr > td:nth-child(4) {
	text-align: center;
}

.wide-btn {
	width: 100%;
}

.hover-btn {
	border: 1px solid #06886F !important;
	background-color: white;
	color: #06886F;
}

.hover-btn:hover {
	background-color: #06886F;
	color: #fff;
}

.clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pricing-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pricing-container > .card-panel {
	width: 30%;
}

input[type=text].custom-input {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	width: calc(100% - 20px);
}

input[type=email].custom-input {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	width: calc(100% - 20px);
}

input[type=password].custom-input {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	width: calc(100% - 20px);
}

input[type=text].custom-input.invalid {
	border: 1px solid #f44336 !important;
}

input[type=email].custom-input.invalid {
	border: 1px solid #f44336 !important;
}

input[type=password].custom-input.invalid {
	border: 1px solid #f44336 !important;
}

input[type=text].custom-input::placeholder {
	color: #9e9e9e;
	opacity: 1;
}

input[type=email].custom-input::placeholder {
	color: #9e9e9e;
	opacity: 1;
}

input[type=password].custom-input::placeholder {
	color: #9e9e9e;
	opacity: 1;
}

/*textarea#textarea1 {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	width: calc(100% - 20px);
	height: 121px;
}

textarea#textarea1.invalid {
	border: 1px solid #f44336 !important;
}

textarea#textarea1::placeholder {
	color: #9e9e9e;
	opacity: 1;
}*/

textarea.materialize-textarea {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	height: 121px;
}

textarea.materialize-textarea.invalid {
	border: 1px solid #f44336 !important;
}

textarea.materialize-textarea::placeholder {
	color: #9e9e9e;
	opacity: 1;
}

input[type='text'].select-dropdown {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Sofia Sans', sans-serif;
	padding-left: 20px;
	width: calc(100% - 20px);
}

.small-text {
	font-size: 13px;
}

.breadcrumb {
	color: #616161;
}

.breadcrumb::before {
	color: #424242;
}

.breadcrumb:last-child {
	color: #424242;
}

.callback-box {
	box-shadow: none;
/*	border: 1px solid #9e9e9e;*/
}

#callback-modal {
	width: 500px;
}

@media only screen and (max-width: 600px) {
	#callback-modal {
		width: 100%;
	}

	ul.slides > li > .caption > h2 {
		font-size: 2rem;
	}

	ul.slides > li > .caption > p {
		font-size: 14px;
	}

	header.small-header h2 {
		font-size: 2rem;
	}

	header.small-header p {
		font-size: 13px !important;
	}

	.loader-wrapper > .progress {
		width: 90%;
	}

	a.brand-logo {
		left: 3.5rem;
		float: left !important;
	}

	nav.top-nav ul.left {
		margin-left: calc(100% - 300px);
		transform: translateX(-10%);
	}

	textarea.materialize-textarea {
		margin-top: 21px;
	}
}