html {
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700');
body {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Rubik', sans-serif !important;
	color: #9e9e9e !important;
	position: relative;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	font-weight: 500 !important;
	color: #3ac6c6 !important;
}
h2 {
	color: #000000 !important;
}
.container {
	max-width: 1050px !important;
}
a {
	text-decoration: none !important;
	color: #53a0fd !important;
	font-weight: bold;
}
a:hover {
	color: #000 !important;
}

p {
	line-height: 28px;
	font-size: 18px;
}

.text-1 {
	color: #3ac6c6 !important;
}
.text-2 {
	color: #53a0fd !important;
}
.text-3 {
	color: #dcdcdc !important;
}

.btn-primary {
	background-color: #53a0fd !important;
	border-color: #53a0fd !important;
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #468ac7 !important;
	border-color: #468ac7 !important;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(83, 160, 253, 0.5) !important;
}

.section-padding {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-padding-bottom {
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-bottom: 50px;
}
.row-padding {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.card {
	margin-bottom: 10px;
}

.form-floating {
	margin-bottom: 5px;
}
