*,
*::after,
*::before {
	outline-color: transparent !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

p {
	font-size: 14px;
}

ul {
	padding: 0;
	list-style-type: none !important;
}

.highlight {
	color: #3B9D8C !important;
}

.container-full {
	padding: 0 0;
}

.btn-theme {
	background-color: #3B9D8C;
	color: #ffffff !important;
	border: 2px solid #3B9D8C;
	font-weight: 600;
	font-size: 12px;
	border-radius: 30px;
	padding: 8px 35px;
}

.btn-white {
	background-color: #ffffff;
	color: #3B9D8C !important;
	border: 1px solid #ccc;
	font-weight: 600;
	font-size: 12px;
	border-radius: 30px;
	padding: 8px 35px;
	transition: all 0.2s ease-in-out;
}

.bg-dark
{
	background-color: #142b44 !important;
}

.btn.focus,
.btn:focus {
	box-shadow: 0px 0px 0px 0px transparent !important;
}

section,
footer {
	padding-top: 90px;
	padding-bottom: 90px;
}

.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-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}