@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@font-face {
	font-family: 'OPTIMA_B';
	src: url('../fonts/OPTIMA_B.eot');
	src: url('../fonts/OPTIMA_B.eot') format('embedded-opentype'), url('../fonts/OPTIMA_B.woff2') format('woff2'), url('../fonts/OPTIMA_B.woff') format('woff'), url('../fonts/OPTIMA_B.ttf') format('truetype'), url('../fonts/OPTIMA_B.svg#OPTIMA_B') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px 'Lora', serif;
	color: #5c5c5c;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #56befb;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 55px/60px 'OPTIMA_B';
	color: #000000;
}
h2 {
	font: 700 50px/50px 'OPTIMA_B';
	color: #009afc;
}
h3 {
	font: 700 35px/40px 'OPTIMA_B';
	color: #009afc;
}
h4 {
	font: 700 30px/35px 'OPTIMA_B';
	color: #009afc;
}
h5 {
	font: 700 25px/30px 'OPTIMA_B';
	color: #009afc;
}
h6 {
	font: 700 20px/25px 'OPTIMA_B';
	color: #009afc;
}
p {
	font: 400 italic 18px/25px 'Lora', serif;
	color: #000;
	padding: 15px 0 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #009afc;
	font: 500 italic 15px/46px 'Lora', serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 47px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #009afc;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
}
.btn-blue {
	background: #55bdfa;
	color: #fff;
	border: 1px solid #55bdfa;
}
.btn-black:hover {
	background: #00a69c;
	color: #fff;
	border: 1px solid #00a69c;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.small_gap {
	padding: 10px;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
}
.header_top {
}
.logo {
	float: left;
	margin: 9px 0;
}
.logo img {
	width: auto;
}
.logo_after {
	float: right;
}
.logo_after ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.logo_after ul li {
	display: inline-grid;
	font: 400 italic 16px/21px 'Lora', serif;
	color: #000;
	padding: 0 0 0 15px;
}
.logo_after ul li:first-child {
	padding: 0;
	border: none;
}
.logo_after ul li:last-child {
	border: none;
}
.logo_after ul li p {
	padding: 5px 15px 5px 45px;
	font: 400 italic 16px/21px 'Lora', serif;
	color: #000;
}
.logo_after ul li:last-child p {
	padding-right: 0;
}
.logo_after ul li p.phone {
	background: url(../images/hi-1.png) no-repeat left center;
}
.logo_after ul li p.mail {
	background: url(../images/hi-2.png) no-repeat left center;
}
.logo_after ul li p.web {
	background: url(../images/hi-3.png) no-repeat left center;
}
.logo_after ul li p.location {
	background: url(../images/hi-4.png) no-repeat left center;
}
.logo_after ul li p.time {
	background: url(../images/hi-5.png) no-repeat left center;
}
.logo_after ul li a {
	font: 400 italic 16px/21px 'Lora', serif;
	color: #000;
}
.logo_after ul li a:hover {
	color: #009afc;
}
/*---navigation---*/
/*---navigation---*/
.menu_area {
	background: #009afc;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu > li {
	position: relative;
	float: left;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 500 italic 17px/49px 'Lora', serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: 0 19px;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	/*background: rgba(0,0,0,0.15);*/
	border-bottom: 5px solid #000;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #000;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #28296d;
	min-width: 220px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	border-bottom: none;
}
.nav-menu .sub-menu a {
	font: 500 14px/53px 'Lora', serif;
	color: #000;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 0 auto;
}
.nav-menu li > a {
	margin: 0 7.5px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #009afc;
	background: #009afc;
	margin: 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 100%;
	text-align: left;
	height: 27px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #009afc;
	z-index: 99999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 14px/42px 'Lora', serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #e1c31f;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	margin: 0% 0 0 0;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner_wrap:after {
	content: "";
	z-index: 9;
	height: 234px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100% 100%;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 19;
}
/*[class*="flexslider"] ul li{
	overflow: hidden;
	position: relative;
}*/
/*[class*="flexslider"] ul li > img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
}*/
.banner_wrap .txt .ban_txt {
	width: 50%;
	float: left;
	text-align: center;
	background: url(../images/ban_img.png) no-repeat left top;
	padding: 90px 0 0 0;
}
.banner_wrap .txt .ban_txt h1 {
	font: 700 72px/75px 'OPTIMA_B';
	color: #009afc;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt h2 {
	font: 700 51px/55px 'OPTIMA_B';
	color: #fff;
	text-transform: capitalize;
}
.banner_wrap .txt .ban_txt a {
	padding: 0 47px;
	transition: all .3s ease-in-out;
}
[class*="flexslider"] ul.flex-direction-nav {
	display: block;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 90px 0;
	overflow: hidden;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.bg-black {
	background: #000;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 90%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 0% 90%;
	padding: 0px 0 30px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
}
.about_wrap {
	padding: 100px 0 123px;
}
.all_wrap {
	background: url(../images/all-bg.png) no-repeat center;
	background-size: cover;
}
.ser_box {
	margin: 15px 0;
	text-align: center;
	background: #fff;
}
.ser_box .ser_img {
	border-radius: 25px 0 0 0;
}
.ser_box .ser_img img {
	width: 100%;
	border-radius: 50px 0 0 0;
}
.ser_box .ser_txt {
	padding: 15px 0;
}
.ser_box .ser_txt p {
	font: 400 italic 18px/23px 'Lora', serif;
	color: #000;
	text-align: left;
}
.part_area {
	text-align: center;
	margin: 36px 0 0 0;
}
.part_area ul {
	width: 100%;
	display: table;
}
.part_area ul li {
	width: 17.5%;
	border-radius: 9px;
	display: inline-block;
	margin: 1%;
}
.part_area ul li img {
	width: 100%;
	border-radius: 9px;
	border: 1px solid #999;
}
.awa_area {
	text-align: center;
	margin: 36px 0 0 0;
}
.awa_area ul {
	width: 100%;
	display: table;
}
.awa_area ul li {
	width: 17.5%;
	border-radius: 9px;
	display: inline-block;
	margin: 1%;
}
.awa_area ul li img {
	width: 100%;
	border-radius: 9px;
	border: 1px solid #999;
}
#owl-one .item {
	margin: 15px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 25%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 25%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 215px 0 85px;
	position: relative;
}
.eq_wrap:after {
	content: "";
	z-index: 9;
	height: 234px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	background: url(../images/eq_top.png) no-repeat top center;
	background-size: 100% 100%;
}
.mail_form {
	padding: 0;
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 25px 0;
	color: #fff;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 1% 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 500 italic 13px/45px 'Lora', serif;
	color: #fff;
	background: rgba(255,255,255,0.0);
}
.mail_form textarea {
	height: 121px;
	line-height: 25px;
	padding: 5px 15px;
}
.mail_form input[type="submit"] {
	background: #fff;
	font: 500 italic 15px/46px 'Lora', serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0 47px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 500 15px/45px 'Lora', serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 500 15px/25px 'Lora', serif;
 color: #fff !important;
 opacity:1;
}
.download_wrap {
	padding: 0px 0 90px;
}
.download_area {
	padding: 50px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.download_area h6 {
	padding: 15px 0 0 0;
}
.download_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 45px;
}
.download_area ul li {
	width: 24%;
	display: inline-block;
	margin: 0% 0.5%;
	border-radius: 50px;
	text-align: left;
	background: #009afc;
	transition: all .3s ease-in-out;
}
.download_area ul li:nth-child(even) {
	background: #56befb;
}
.download_area ul li a {
	padding: 7.5px 15px 7.5px 75px;
	font: 700 16px/21px 'OPTIMA_B';
	color: #fff;
	width: 100%;
	display: block;
	background: url(../images/db.png) no-repeat 25px center;
}
.download_area ul li a span {
	display: block;
}
.download_area ul li:hover, .download_area ul li.active {
	background: #000;
	border-radius: 25px 0;
}
.download_area ul li:hover a, .download_area ul li.active a {
	color: #fff;
	background: url(../images/db.png) no-repeat 27.5px center;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
footer {
	background: #fff;
	padding: 50px 0;
	text-align: center;
}
footer .footer_content {
}
.footer_logo {
	text-align: center;
}
.footer_links {
	width: 100%;
}
.footer_links ul {
	width: 100%;
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0px 14px;
	text-align: center;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 500 italic 17px/22px 'Lora', serif;
	color: #000;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #009afc;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #009afc;
	text-decoration: none;
}
.copyright_wrap {
	padding: 0;
	margin: 15px 0 0 0;
}
.copyright_wrap p {
	font: 500 italic 17px/22px 'Lora', serif;
	color: #000;
	padding: 0 0;
}
.copyright_wrap a {
	color: #000;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #009afc;
}
/*--footer_wrap end--*/

.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #25aae1;
}
.colorviolet {
	color: #794d9f;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #7d3990;
}
.lit-txt {
	font-weight: 300;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 1px solid #999;
}
.map {
}
.map iframe {
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #666;
	padding: 1%;
}
.listing {
	margin: 25px 0 0 0;
}
.listing h6 {
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #10499e;
}
.listing ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.listing ul li {
	width: 100%;
	padding: 5px;
	font: 400 16px/20px 'Lora', serif;
	color: #000;
	margin: 0 0 0 20px;
}
.referrel_form {
	padding: 0;
	text-align: center;
}
.referrel_form h2 {
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.referrel_form input[type="text"], .referrel_form input[type="email"], .referrel_form input[type="tel"], .referrel_form textarea {
	width: 100%;
	height: 61px;
	border: 1px solid #555;
	border-radius: 0;
	margin: 1% 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 500 14px/61px 'Lora', serif;
	color: #000;
	background: rgba(255,255,255,0.50);
}
.referrel_form textarea {
	height: 121px;
	line-height: 25px;
	padding: 5px;
}
.referrel_form input[type="submit"] {
	background: #d7a956;
	font: 700 13px/53px 'Lora', serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 83px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #d7a956;
	border-radius: 30px;
	letter-spacing: 2px;
	transition: all .3s ease-in-out;
}
.referrel_form input[type="submit"]:hover {
	background: #000;
	color: #d7a956;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
	transition: all .3s ease-in-out;
}
 .referrel_form input[type="text"]::-webkit-input-placeholder, .referrel_form input[type="email"]::-webkit-input-placeholder, .referrel_form input[type="tel"]::-webkit-input-placeholder, .referrel_form select::-webkit-input-placeholder {
 font: 500 15px/61px 'Lora', serif;
 color: #999 !important;
 opacity:1;
}
.referrel_form textarea::-webkit-input-placeholder {
 font: 500 15px/25px 'Lora', serif;
 color: #999 !important;
 opacity:1;
}
.stage_box {
	background: #f2f2f2;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 15px 0;
}
.value_box {
	background: #10499e;
	padding: 1%;
	border-radius: 50%;
	text-align: center;
	margin: 25px 0 0;
}
.value_box div {
	padding: 15px 15px;
}
.value_box p, .value_box h6 {
	color: #fff;
}
.value_box p {
	font-size: 14px;
	line-height: 19px;
}
.value_box h6 {
	margin: 20px 0 0 0;
}
.ulogo img {
	padding: 6px;
}
.steps {
	width: 100%;
	margin: 15px 0 0 0;
}
.steps .steps ul {
	width: 100%;
	display: table;
}
.steps ul li {
	width: 100%;
	display: inline-block;
	margin: 9px 0;
	background: #333;
	border-radius: 12px;
	padding: 25px;
}
.steps ul li h5 {
	color: #fff;
}
.steps ul li p {
	color: #fff;
}
.steps ul li:nth-child(1n) {
	background-color: rgb(87,42,133);
}
.steps ul li:nth-child(2n) {
	background-color: rgb(1,59,99);
}
.steps ul li:nth-child(3n) {
	background-color: rgb(0,112,178);
}
.steps ul li:nth-child(4n) {
	background-color: rgb(0,159,227);
}
.steps ul li:nth-child(5n) {
	background-color: #3ea839;
}
.steps ul li:nth-child(6n) {
	background-color: rgb(204,213,0);
}
