h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 70px;
	color: #fff;
	line-height: 78px;
	font-weight: 700;
	margin-bottom: 12px;
}
h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	color: #09202b;
	text-align: center;
}
h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 54px;
	color: #fff;
	font-weight: 700;
}
h4 {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #09202b;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
	padding-right: 32px;
	margin-bottom: 39px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #e31e24;
	font-weight: 500;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: var(--text-color);
	font-weight: 400;
}
.read_me_btn {
	padding: 12px 10px 10px 12px;
	width: 208px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}
.read_me_btn:hover {
	border: 1px solid #e31e24;
	background-color: #e31e24;
}
.offer_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 16px 31px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: #fff;
	color: #e31e24;
	display: inline-block;
}
.offer_btn:hover {
	border: 1px solid #e31e24;
	background-color: #e31e24;
/*	background-color: #f5bc37;*/
}
.learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 17px 43px 16px 41px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.learn_btn:hover {
	border: 1px solid #e31e24;
	background-color: #e31e24;
	color: #fff;
}
.learn_btn_yellow {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #e31e24;
	border-radius: 30px;
	background-color: #e31e24;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.learn_btn_yellow:hover {
	border-radius: 30px;
	border: 1px solid #2ea7dd;
	background-color: #2ea7dd;
	color: #fff;
}
.learn_btn_blue {
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	padding: 6px 20px;
	width: 130px;
	height: 38px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #2ea7dd;
	border-radius: 3px;
	background-color: #2ea7dd;
	color: #fff;
}
.learn_btn_blue:hover {
	border-radius: 3px;
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
}
.viewall_btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 20px 58px 20px 58px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #f5bc37;
	border-radius: 3px;
	color: #fff;
	background-color: #f5bc37;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.viewall_btn:hover {
	border: 1px solid #2ea7dd;
	color: #fff;
	background-color: #2ea7dd;
}
.learn_btn_company_stats {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 17px 43px 17px 43px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #f5bc37;
	border-radius: 3px;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.learn_btn_company_stats:hover {
	border: 1px solid #2ea7dd;
	background-color: #2ea7dd;
	color: #fff;
}
.article_learn_btn_yellow {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #f5bc37;
	border-radius: 50px;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.article_learn_btn_yellow:hover {
	border: 1px solid #2ea7dd;
	background-color: #2ea7dd;
	color: #fff;
}
.about_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 28px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.about_header_learn_btn:hover {
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
}
.aboutus_section_btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 18px 40px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #f5bc37;
	border-radius: 3px;
	color: #fff;
	background-color: #f5bc37;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.aboutus_section_btn:hover {
	border: 1px solid #2ea7dd;
	color: #fff;
	background-color: #2ea7dd;
}
.services_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 28px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.services_header_learn_btn:hover {
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
}
.services_page_btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 18px 40px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #f5bc37;
	border-radius: 3px;
	color: #fff;
	background-color: #f5bc37;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.services_page_btn:hover {
	border: 1px solid #2ea7dd;
	color: #fff;
	background-color: #2ea7dd;
}
.projects_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.projects_header_learn_btn:hover {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
}
.team_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.team_header_learn_btn:hover {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
}
.contacts_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.contacts_header_learn_btn:hover {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 17px;
	letter-spacing: 0.2px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
}
.faq_header_learn_btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 32px;
	letter-spacing: 0.2px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.faq_header_learn_btn:hover {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 32px;
	letter-spacing: 0.2px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
	color: #fff;
	display: inline-block;
}
