*, :after, :before {
	box-sizing: border-box;
	outline: none;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Quicksand', sans-serif;
	overflow-x: hidden;
	color: #000000;
	background: #f8f8f8;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5C5C5C;
	font-weight: 500;
	opacity: 0.5;
}

input::-moz-placeholder { /* Firefox 19+ */
	color: #5C5C5C;
	font-weight: 500;
	opacity: 0.5;
}

input:-ms-input-placeholder { /* IE 10+ */
	color: #5C5C5C;
	font-weight: 500;
	opacity: 0.5;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #5C5C5C;
	font-weight: 500;
	opacity: 0.5;
}

p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}

h1 {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 40px;
	font-weight: 400;
}

h2 {
	font-size: 2.25rem;
	line-height: 3rem;
	margin-top: 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin: 0;
}

h4 {
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 500;
	margin-top: 0;
}

a {
	color: #2f40e9;
	font-weight: 500;
	text-decoration: none;
}

.title {
	margin-top: 0;
}

a:hover, a:focus, button, input {
	outline: none;
	text-decoration: none;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-uppercase {
	text-transform: uppercase;
}

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

.text-right {
	text-align: right;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.box-shadow {
	box-shadow: 0 0 22px rgba(0, 0, 0, .1);
}

.box-shadow-light {
	box-shadow: 0 0 22px rgba(0, 0, 0, .1);
}

.m-0 {
	margin: 0 !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.border-0 {
	border: 0 !important;
}

.h-100 {
	height: 100% !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	padding: .375rem 2.3rem;
	line-height: 2.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	transition: all .3s;
	text-transform: capitalize;
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #2f40e9;
	border-color: #2f40e9;
	box-shadow: none;
}

.btn-primary:hover {
	background-color: #182cea;
	border-color: #182cea;
}

.container {
	max-width: 1312px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.section-content {
	padding: 5rem 0;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(3.25rem + 2px) !important;
	padding: .375rem 2.3rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-3, .col-md-9, .col-md-4, .col-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.d-flex {
	display: flex;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.w-100 {
	width: 100% !important;
}

.bg-white {
	background-color: #fff !important;
}

.text-primary {
	color: #00a9a2 !important;
}

.line-height-24 {
	line-height: 24px;
}

.login-form span {
	display: block;
	color: #5C5C5C;
	margin-bottom: 15px;
}

.login-form .for-input-width {
	max-width: 430px;
}

.login-form input {
	padding: 0.25rem 3.5rem 0.25rem 1.5rem !important;
}

.login-form button {
	padding: 0.25rem 1.5rem !important;
}

.media {
	padding: 1.5rem !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 100%;
}

.media-body {
	padding-left: 1rem !important;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width: 1200px) {
	.section-content {
		padding: 4rem 0;
	}
}

@media (max-width: 992px) {
	.section-content {
		padding: 3rem 0;
	}

	p {
		font-size: 14px;
		line-height: 22px;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	h2 {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}

	h3 {
		font-size: 1.3rem;
		line-height: 2rem;
	}

	.media {
		padding: 1rem !important;
	}

	.media-body {
		padding-left: 0.5rem !important;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	h3 {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}

	.explore-more h3 {
		margin-bottom: 10px;
	}

	.carousel-cell {
		margin-bottom: 1rem;
	}
}
