/****************************** ****************************** 
                   		 Reset CSS
****************************** *****************************/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
 @media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " ("attr(href) ")";
}
abbr[title]:after {
	content: " ("attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn > .caret, .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	color: #323232;
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #323232;
	text-decoration: none;
	transition: all .2s ease;
}
a:hover {
	color: #0998c6;
	text-decoration: none;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
[role="button"] {
 cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
 @media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
/*********** Padding/Margin CSS ***********/
.no-margin {
	margin: 0 !important;
}
.margin-bottom-lg {
	margin-bottom: 5px;
}
.margin-bottom-xl {
	margin-bottom: 10px;
}
.margin-bottom-xxl {
	margin-bottom: 20px;
}
.no-padding {
	padding: 0 !important;
}
.force-padding {
	padding: 24px;
}
.large-padding {
	padding: 48px;
}
.small-padding {
	padding: 12px;
}
.no-y-padding {
	padding: 0 24px;
}
.no-side-padding {
	padding: 24px 0;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .row:before, .row:after, .form-group::after, .form-group::before {
	content: " ";
	display: table;
}
.clearfix:after, .dl-horizontal dd:after, .row:after, .form-group::after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.visible-small {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*********** Grid ***********/
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.small-1, .medium-1, .large-1, .small-2, .medium-2, .large-2, .small-3, .medium-3, .large-3, .small-4, .medium-4, .large-4, .small-5, .medium-5, .large-5, .small-6, .medium-6, .large-6, .small-7, .medium-7, .large-7, .small-8, .medium-8, .large-8, .small-9, .medium-9, .large-9, .small-10, .medium-10, .large-10, .small-11, .medium-11, .large-11, .small-12, .medium-12, .large-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12 {
	float: left;
}
.small-12 {
	width: 100%;
}
.small-11 {
	width: 91.66666667%;
}
.small-10 {
	width: 83.33333333%;
}
.small-9 {
	width: 75%;
}
.small-8 {
	width: 66.66666667%;
}
.small-7 {
	width: 58.33333333%;
}
.small-6 {
	width: 50%;
}
.small-5 {
	width: 41.66666667%;
}
.small-4 {
	width: 33.33333333%;
}
.small-3 {
	width: 25%;
}
.small-2 {
	width: 16.66666667%;
}
.small-1 {
	width: 8.33333333%;
}
.small-pull-12 {
	right: 100%;
}
.small-pull-11 {
	right: 91.66666667%;
}
.small-pull-10 {
	right: 83.33333333%;
}
.small-pull-9 {
	right: 75%;
}
.small-pull-8 {
	right: 66.66666667%;
}
.small-pull-7 {
	right: 58.33333333%;
}
.small-pull-6 {
	right: 50%;
}
.small-pull-5 {
	right: 41.66666667%;
}
.small-pull-4 {
	right: 33.33333333%;
}
.small-pull-3 {
	right: 25%;
}
.small-pull-2 {
	right: 16.66666667%;
}
.small-pull-1 {
	right: 8.33333333%;
}
.small-pull-0 {
	right: auto;
}
.small-push-12 {
	left: 100%;
}
.small-push-11 {
	left: 91.66666667%;
}
.small-push-10 {
	left: 83.33333333%;
}
.small-push-9 {
	left: 75%;
}
.small-push-8 {
	left: 66.66666667%;
}
.small-push-7 {
	left: 58.33333333%;
}
.small-push-6 {
	left: 50%;
}
.small-push-5 {
	left: 41.66666667%;
}
.small-push-4 {
	left: 33.33333333%;
}
.small-push-3 {
	left: 25%;
}
.small-push-2 {
	left: 16.66666667%;
}
.small-push-1 {
	left: 8.33333333%;
}
.small-push-0 {
	left: auto;
}
.small-offset-12 {
	margin-left: 100%;
}
.small-offset-11 {
	margin-left: 91.66666667%;
}
.small-offset-10 {
	margin-left: 83.33333333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-offset-8 {
	margin-left: 66.66666667%;
}
.small-offset-7 {
	margin-left: 58.33333333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-offset-5 {
	margin-left: 41.66666667%;
}
.small-offset-4 {
	margin-left: 33.33333333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-offset-2 {
	margin-left: 16.66666667%;
}
.small-offset-1 {
	margin-left: 8.33333333%;
}
.small-offset-0 {
	margin-left: 0;
}
 @media only screen and (min-width: 600px) {
.medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12 {
	float: left;
}
.medium-12 {
	width: 100%;
}
.medium-11 {
	width: 91.66666667%;
}
.medium-10 {
	width: 83.33333333%;
}
.medium-9 {
	width: 75%;
}
.medium-8 {
	width: 66.66666667%;
}
.medium-7 {
	width: 58.33333333%;
}
.medium-6 {
	width: 50%;
}
.medium-5 {
	width: 41.66666667%;
}
.medium-4 {
	width: 33.33333333%;
}
.medium-3 {
	width: 25%;
}
.medium-2 {
	width: 16.66666667%;
}
.medium-1 {
	width: 8.33333333%;
}
.medium-pull-12 {
	right: 100%;
}
.medium-pull-11 {
	right: 91.66666667%;
}
.medium-pull-10 {
	right: 83.33333333%;
}
.medium-pull-9 {
	right: 75%;
}
.medium-pull-8 {
	right: 66.66666667%;
}
.medium-pull-7 {
	right: 58.33333333%;
}
.medium-pull-6 {
	right: 50%;
}
.medium-pull-5 {
	right: 41.66666667%;
}
.medium-pull-4 {
	right: 33.33333333%;
}
.medium-pull-3 {
	right: 25%;
}
.medium-pull-2 {
	right: 16.66666667%;
}
.medium-pull-1 {
	right: 8.33333333%;
}
.medium-pull-0 {
	right: auto;
}
.medium-push-12 {
	left: 100%;
}
.medium-push-11 {
	left: 91.66666667%;
}
.medium-push-10 {
	left: 83.33333333%;
}
.medium-push-9 {
	left: 75%;
}
.medium-push-8 {
	left: 66.66666667%;
}
.medium-push-7 {
	left: 58.33333333%;
}
.medium-push-6 {
	left: 50%;
}
.medium-push-5 {
	left: 41.66666667%;
}
.medium-push-4 {
	left: 33.33333333%;
}
.medium-push-3 {
	left: 25%;
}
.medium-push-2 {
	left: 16.66666667%;
}
.medium-push-1 {
	left: 8.33333333%;
}
.medium-push-0 {
	left: auto;
}
.medium-offset-12 {
	margin-left: 100%;
}
.medium-offset-11 {
	margin-left: 91.66666667%;
}
.medium-offset-10 {
	margin-left: 83.33333333%;
}
.medium-offset-9 {
	margin-left: 75%;
}
.medium-offset-8 {
	margin-left: 66.66666667%;
}
.medium-offset-7 {
	margin-left: 58.33333333%;
}
.medium-offset-6 {
	margin-left: 50%;
}
.medium-offset-5 {
	margin-left: 41.66666667%;
}
.medium-offset-4 {
	margin-left: 33.33333333%;
}
.medium-offset-3 {
	margin-left: 25%;
}
.medium-offset-2 {
	margin-left: 16.66666667%;
}
.medium-offset-1 {
	margin-left: 8.33333333%;
}
.medium-offset-0 {
	margin-left: 0;
}
}
 @media only screen and (min-width: 992px) {
.large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
	float: left;
}
.large-12 {
	width: 100%;
}
.large-11 {
	width: 91.66666667%;
}
.large-10 {
	width: 83.33333333%;
}
.large-9 {
	width: 75%;
}
.large-8 {
	width: 66.66666667%;
}
.large-7 {
	width: 58.33333333%;
}
.large-6 {
	width: 50%;
}
.large-5 {
	width: 41.66666667%;
}
.large-4 {
	width: 33.33333333%;
}
.large-3 {
	width: 25%;
}
.large-2 {
	width: 16.66666667%;
}
.large-1 {
	width: 8.33333333%;
}
.large-pull-12 {
	right: 100%;
}
.large-pull-11 {
	right: 91.66666667%;
}
.large-pull-10 {
	right: 83.33333333%;
}
.large-pull-9 {
	right: 75%;
}
.large-pull-8 {
	right: 66.66666667%;
}
.large-pull-7 {
	right: 58.33333333%;
}
.large-pull-6 {
	right: 50%;
}
.large-pull-5 {
	right: 41.66666667%;
}
.large-pull-4 {
	right: 33.33333333%;
}
.large-pull-3 {
	right: 25%;
}
.large-pull-2 {
	right: 16.66666667%;
}
.large-pull-1 {
	right: 8.33333333%;
}
.large-pull-0 {
	right: auto;
}
.large-push-12 {
	left: 100%;
}
.large-push-11 {
	left: 91.66666667%;
}
.large-push-10 {
	left: 83.33333333%;
}
.large-push-9 {
	left: 75%;
}
.large-push-8 {
	left: 66.66666667%;
}
.large-push-7 {
	left: 58.33333333%;
}
.large-push-6 {
	left: 50%;
}
.large-push-5 {
	left: 41.66666667%;
}
.large-push-4 {
	left: 33.33333333%;
}
.large-push-3 {
	left: 25%;
}
.large-push-2 {
	left: 16.66666667%;
}
.large-push-1 {
	left: 8.33333333%;
}
.large-push-0 {
	left: auto;
}
.large-offset-12 {
	margin-left: 100%;
}
.large-offset-11 {
	margin-left: 91.66666667%;
}
.large-offset-10 {
	margin-left: 83.33333333%;
}
.large-offset-9 {
	margin-left: 75%;
}
.large-offset-8 {
	margin-left: 66.66666667%;
}
.large-offset-7 {
	margin-left: 58.33333333%;
}
.large-offset-6 {
	margin-left: 50%;
}
.large-offset-5 {
	margin-left: 41.66666667%;
}
.large-offset-4 {
	margin-left: 33.33333333%;
}
.large-offset-3 {
	margin-left: 25%;
}
.large-offset-2 {
	margin-left: 16.66666667%;
}
.large-offset-1 {
	margin-left: 8.33333333%;
}
.large-offset-0 {
	margin-left: 0;
}
}
/*********** Label  ***********/
.label {
	border-radius: 0.2em;
	color: #1a1a1a;
	display: inline;
	font-size: 95%;
	font-weight: normal;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/*********** Form Group ***********/
.form-group {
	margin-bottom: 14px;
}
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #323232;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ededed;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.form-control:focus {
	border-color: #68b3ee;
	outline: 0;
}
.form-control::-moz-placeholder {
 color: rgba(50, 50, 50, 0.7);
 opacity: 1;
 font-style: italic;
}
.form-control:-ms-input-placeholder {
 color: rgba(50, 50, 50, 0.7);
 font-style: italic;
}
.form-control::-webkit-input-placeholder {
 color: rgba(50, 50, 50, 0.7);
 font-style: italic;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
textarea.form-control {
	height: 120px;
	resize: none;
}
/* Stylist Select Box styles */
.cs_select {
	margin-bottom: 15px;
	position: relative;
}
.cs_select:last-child {
	margin-bottom: 0;
}
.cs_select > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cs_select .arrow {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 4px 4px 0;
	height: calc(100% - 2px);
	pointer-events: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 30px;
	z-index: 16;
}
.cs_select .arrow:after, .cs_select .arrow:before {
	content: "";
	left: 9px;
	pointer-events: none;
	position: absolute;
}
.cs_select .arrow:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333333;
	content: "";
	top: 48%;
}
/************ Button ***********/
.btn {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 2px solid transparent;
	border-radius: 30px;
	min-width: 195px;
	min-height: 50px;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
}
.btn-fill {
	background: #49a3e9;
	color: #ffffff;
	border-color: #49a3e9;
}
.btn-fill:hover {
	color: #ffffff;
	border-color: #254470;
	background: #254470;
}
.btn-fill:active, .btn-fill:active:hover {
	color: #ffffff;
	border-color: #254470;
	background: #254470;
}
.btn-line {
	color: #49a3e9;
	background: transparent;
	border-color: #49a3e9;
}
.btn-line:hover {
	color: #ffffff;
	background: #254470;
	border-color: #254470;
}
.btn-line:active, .btn-line:active:hover {
	color: #ffffff;
	background: #191919;
	border-color: #191919;
}
.btn-small {
	font-size: 16px;
}
.btn-large {
	font-size: 22px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
/****************************** ****************************** 
                   		 Home Page CSS
****************************** *****************************/
header {
	background: #ffffff;
	display: block;
	height: 100px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	-webkit-transition: height 0.5s, top 0.5s;
	-moz-transition: height 0.5s, top 0.5s;
	-ms-transition: height 0.5s, top 0.5s;
	-o-transition: height 0.5s, top 0.5s;
	transition: height 0.5s, top 0.5s;
}
/**Logo Section**/
.logo {
	float: left;
	margin-top: 38px;
	width: 215px;
}
.logo a {
	display: inline-block;
}
.logo img {
	max-width: 100%;
	display: block;
}
/**Navigation Section**/
.main-menu {
	display: block;
	margin-top: 30px;
	text-align: right;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.main-menu ul li {
	display: inline-block;
	padding: 0 12px;
	position: relative;
	vertical-align: middle;
}
.main-menu ul li:last-child {
	padding-right: 0;
}
.main-menu ul li a {
	color: #323232;
	font-weight: 600;
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	text-transform: capitalize;
}
.main-menu ul li a i.menu-arrow {
	width: 11px;
	height: 11px;
	background-image: url(../images/menu-arrow-down-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	transition: .5s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.main-menu ul li:hover a i.menu-arrow {
	background-image: url(../images/menu-arrow-down-icon-blue.png);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.main-menu ul li a:hover, .main-menu ul li.active a, .main-menu ul li.current_page_item a, .main-menu ul li.current_page_ancestor a {
	color: #0998c6;
}
.main-menu ul li:hover > a {
	color: #0998c6;
}
.sub-menu {
	background: #eaeaea none repeat scroll 0 0;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	display: block;
	max-width: 100%;
	min-width: 270px;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10;
	left: calc(50% - 135px);
	transition: .5s ease;
	opacity: 0;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	pointer-events: none;
}
.main-menu ul li:hover .sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
.sub-menu::after {
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: -20px;
	width: 100%;
}
.sub-menu::before {
	border-bottom: 14px solid #eaeaea;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	content: "";
	position: absolute;
	left: calc(50% - 14px);
	top: -14px;
}
ul.sub-menu li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #dfdfdf;
}
ul.sub-menu li::after {
	display: none;
}
ul.sub-menu li:last-child {
	border-bottom: 0;
}
ul.sub-menu li a {
	font-size: 14px;
	font-weight: 600;
	color: #323232 !important;
	text-align: center;
	display: block;
	padding: 18px 15px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: initial;
}
ul.sub-menu li a:hover, ul.sub-menu li.active a, ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-menu-ancestor a {
	color: #0998c6 !important;
}
.mobile-icon {
	background: #0998c6;
	border-radius: 50%;
	float: right;
	height: 40px;
	width: 40px;
	text-align: center;
	display: none;
	margin-top: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-icon img {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}
.mobile-icon:hover {
	background: #007ca4;
}
/**Sticky Header Section**/
header.sticky {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
}
/**Banner Section**/
.banner-section {
	background: #eaeaea;
	display: block;
}
.banner-section .container {
	display: block;
	margin-top: 100px;
	min-height: 580px;
	position: relative;
	z-index: 1;
}
.banner-main-part {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	width: calc(100% - 30px);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner-text {
	float: left;
	width: 50%;
}
.banner-text h2 {
	color: #323232;
	font-size: 34px;
	line-height: 55px;
	margin: 0;
	padding: 0;
	max-width: 500px;
}
.banner-text h2 span {
	color: #0998c6;
	font-weight: 600;
}
.banner-text h2 a {
	color: #0998c6;
	font-weight: 600;
}
.banner-text h2 a:hover {
	color: #323232;
}
.banner-pic {
	float: right;
	text-align: right;
	width: 50%;
}
.banner-pic img {
	max-width: 100%;
}
/*Welcome Content Section*/
.what-we-do-section {
	background: #eaeaea;
	display: block;
	position: relative;
	padding: 20px 0 40px;
}
.what-we-do-bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #eaeaea;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.what-we-do-section:before {
	display: block;
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#59eaeaea', GradientType=0 );
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.what-we-do-section .container {
	position: relative;
	z-index: 2;
}
.what-we-do-inner {
	display: block;
	max-width: 820px;
	margin: 0 auto;
}
.what-we-do-inner h2 {
	font-size: 50px;
	color: #2b2b2b;
	margin: 0 35px 0 0;
	float: left;
	width: 190px;
	line-height: 60px;
}
.what-we-do-inner p {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 12px;
}
.what-we-do-inner p:last-child {
	margin-bottom: 0;
}
.what-we-do-text {
	overflow: hidden;
}
/*Our Services Section*/
.our-services-section {
	display: block;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
	padding: 80px 0;
}
.our-services-section h2 {
	font-size: 38px;
	color: #323232;
	text-align: center;
	margin: 0 0 50px;
}
.our-serivces-slider {
	display: block;
}
.our-services-section .owl-carousel .owl-item {
	padding: 28px 2px;
}
.our-services-section .owl-carousel .owl-nav div {
	position: absolute;
	top: calc(50% - 20px);
}
.our-services-section .owl-carousel .owl-nav div.owl-next {
	right: -60px;
}
.our-services-section .owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: -60px;
}
.service-box {
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	margin: 0 10px;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	position: relative;
	z-index: 1;
}
.service-box:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2 !important;
}
.service-pic {
	display: block;
	position: relative;
	max-height: 250px;
	overflow: hidden;
}
.service-pic img {
	max-width: 100% !important;
	width: auto !important;
	display: inline-block !important;
}
.service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 35px;
	min-height: 180px;
	text-align: center;
}
.service-content h4 {
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}
.service-content p {
	font-size: 13px;
	color: #323232;
	margin: 20px 0 0;
}
/*Clients Section*/
.clients-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.clients-heading {
	display: block;
	max-width: 730px;
	margin: 0 auto 80px;
}
.clients-section h2 {
	font-size: 38px;
	color: #323232;
	text-align: center;
	margin: 0 0 40px;
}
.clients-section p {
	font-size: 14px;
	color: #323232;
	text-align: center;
	margin: 0;
}
.client-box {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #eaeaea;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.client-box:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
}
.clb_1 {
	height: 580px;
}
.clb_2 {
	height: 375px;
}
.clb_3 {
	height: 420px;
}
.clb_4 {
	height: 535px;
}
.clb_5 {
	height: 535px;
}
.clb_half {
	float: left;
	margin: 0 15px 30px;
	width: calc(50% - 30px);
}
.client-half-box {
	margin: 0 -15px;
}
.client-box-overlay {
	display: block;
	background: rgba(16, 132, 166, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .3s cubic-bezier(0.25, 1, 0.33, 1);
}
.client-box-overlay-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
}
.client-box-overlay h4 {
	font-size: 40px;
	color: #ffffff;
	margin: 0 0 25px;
}
.client-box-overlay a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	padding-right: 20px;
}
.client-box-overlay a i {
	background: url(../images/white-arrow.png) 0 0 /cover no-repeat;
	width: 16px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 5px;
	transition: right .2s ease;
}
.client-box-overlay a:hover i {
	right: -5px;
}
.client-box:hover .client-box-overlay {
	opacity: 1;
}
.clients-section .btn {
	margin-top: 20px;
}
/*Footer Part*/
footer {
	background: #254470;
	display: block;
	padding: 30px 0;
	min-height: 90px;
}
.copyright {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
}
.copyright p {
	margin: 0;
	padding: 0;
}
.copyright a {
	color: #ffffff;
}
.copyright a:hover {
	color: #69b4ee;
	text-decoration: underline;
}
.footer-menu {
	display: block;
	text-align: right;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-menu ul li {
	display: inline-block;
	position: relative;
}
.footer-menu ul li::after {
	content: "|";
	position: relative;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	margin: 0 10px;
}
.footer-menu ul li:last-child::after {
	display: none;
}
.footer-menu ul li a {
	font-size: 12px;
	color: #ffffff;
}
.footer-menu ul li a:hover {
	color: #69b4ee;
	text-decoration: underline;
}
/****************************** ****************************** 
                   	 Service Page CSS
****************************** *****************************/
/*Main Title Part*/
.main-title-section {
	background: #f4f4f4;
	display: block;
	position: relative;
	min-height: 380px;
}
.main-title-section::before {
	display: block;
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.2) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.2) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(234,234,234,0.2) 50%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0 );
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.main-title-bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #eaeaea;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.page-title-part {
	left: 0;
	position: absolute;
	top: calc(50% + 50px);
	width: 100%;
	z-index: 2;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.page-title-part h1 {
	display: block;
	font-size: 38px;
	color: #323232;
	margin: 0;
}
.page-title-part p {
	font-size: 26px;
	color: #0998c6;
	margin: 35px 0 0;
}
/*Main Container Part*/
.main-container-section {
	display: block;
}
/*Full Content Part*/
.full-content-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.full-content-inner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
.full-main-content {
	display: block;
	padding: 0 100px;
}
.full-main-content h2 {
	font-size: 32px;
	color: #0998c6;
	margin: 0 35px 0 0;
	float: left;
	width: 222px;
	line-height: 1.2;
}
.full-main-content p {
	font-size: 15px;
	color: #323232;
	margin: 0 0 30px;
	line-height: 26px;
}
.full-main-content p b, .full-main-content p strong {
	font-weight: 600;
}
.full-main-content p:last-child {
	margin-bottom: 0;
}
.full-content-text {
	overflow: hidden;
}
.full-content-pic {
	margin-top: 80px;
	text-align: center;
}
.full-content-pic img {
	max-width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
}
/*Zig Zag Content Part*/
.zig-zag-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.zig-zag-section:nth-child(2n) {
	background: #f3f3f3;
}
.zig-zag-section .full-content-section {
	background: #ffffff;
	padding-top: 0;
}
.zig-zag-section:nth-child(2n) .full-content-section {
	background: #f3f3f3;
}
.zig-zag-section.no-pad-bot {
	padding-bottom: 0;
}
.zig-zag-section .row {
	display: flex;
	align-items: center;
}
.zig-zag-section .row.align-top {
	align-items: flex-start;
}
.zig-zag-section .row.align-center {
	align-items: center;
}
.zig-zag-section .row.align-bottom {
	align-items: flex-end;
}
.zig-zag-content {
	display: block;
	padding-right: 40px;
}
.zig-zag-section:nth-child(2n) .zig-zag-content {
	padding-left: 40px;
	padding-right: 0;
}
.zig-zag-content img {
	margin-bottom: 25px;
}
.zig-zag-content h2 {
	color: #1b9bc7;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 25px;
}
.zig-zag-content h4 {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.zig-zag-content h5 {
	color: #393939;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
.zig-zag-content p {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 28px;
}
.zig-zag-content p:last-child {
	margin-bottom: 0;
}
.zig-zag-content p a {
	text-decoration: underline;
}
.zig-zag-content ul {
	list-style-type: none;
	margin: 10px 0 30px 15px;
	padding: 0;
}
.zig-zag-content ul:last-child {
	margin-bottom: 0;
}
.zig-zag-content ul li {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	padding-left: 20px;
	margin: 5px 0;
}
.zig-zag-content ul li::before {
	content: "•";
	color: #06acf0;
	font-size: 26px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 15px;
}
.zig-zag-content ul li a {
	text-decoration: underline;
}
.zig-zag-image {
	display: block;
	text-align: center;
}
.zig-zag-image img {
	max-width: 100%;
}
/****************************** ****************************** 
                   	 Team Page CSS
****************************** *****************************/
.zig-zag-content.team-content h2 {
	margin: 0 0 5px;
}
.zig-zag-content.team-content h5 {
	margin: 0 0 25px;
}
.team-info {
	display: block;
	text-align: left;
	margin: 35px 0 15px 40px;
}
.team-info h3 {
	font-size: 22px;
	color: #393932;
	margin: 0 0 30px;
}
.team-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.team-info ul li {
	display: block;
	margin: 12px 0;
}
.team-info ul li:before, .team-info ul li:after {
	content: " ";
	display: table;
}
.team-info ul li:after {
	clear: both;
}
.team-info ul li a {
	font-size: 16px;
	color: #2b2b2b;
}
.team-info ul li a:hover {
	color: #0998c6;
}
.team-info ul li .t-info-icon {
	float: left;
	width: 30px;
	margin-right: 15px;
}
.team-info ul li .t-info-content {
	font-size: 16px;
	color: #2b2b2b;
	overflow: hidden;
	line-height: 28px;
}
/****************************** ****************************** 
                   	 Clients Page CSS
****************************** *****************************/
.clients-section-page {
	display: block;
	background: #f3f3f3;
	padding: 80px 0;
}
.clients-section-page ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clients-section-page ul li {
	float: left;
	width: calc(25% - 30px);
	margin: 15px;
	text-align: center;
}
.clients-section-page ul li a {
	display: block;
}
.client-box-part {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #ededed;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	height: 200px;
	padding: 10px;
}
.client-box-part img {
	max-width: 100%;
	max-height: 100%;
}
.client-box-part:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
/****************************** ****************************** 
                   	 Contact Page CSS
****************************** *****************************/
/*Contact Info*/
.contact-info-section {
	display: block;
	margin-top: 40px;
}
.contact-info-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact-info-section ul li {
	display: block;
	margin: 14px 0;
}
.contact-info-section ul li:before, .contact-info-section ul li:after {
	content: " ";
	display: table;
}
.contact-info-section ul li:after {
	clear: both;
}
.contact-info-section ul li a {
	font-size: 16px;
	color: #2b2b2b;
}
.contact-info-section ul li a:hover {
	color: #0998c6;
}
.contact-info-section ul li .f-info-icon {
	float: left;
	width: 30px;
	margin-right: 15px;
}
.contact-info-section ul li .f-info-content {
	font-size: 16px;
	color: #2b2b2b;
	overflow: hidden;
	line-height: 28px;
}
/*Contact Form*/
.contact-section-page {
	display: block;
	background: #f3f3f3;
	padding: 80px 0;
}
.contact-form-part {
	display: block;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.contact-form-part .btn {
	margin-left: 20px;
	font-size: 14px;
	padding: 10px 20px;
	min-width: 160px;
	min-height: 40px;
}
.pad-right {
	padding-right: 7px;
}
.pad-left {
	padding-left: 7px;
}
/*Contact Map*/
.contact-map-part {
	display: block;
	width: 100%;
	max-width: 770px;
	margin: 80px auto 0;
}
.contact-map-part iframe {
	display: block;
	width: 100%;
	height: 280px;
	border: 1px solid #ededed;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
/****************************** ****************************** 
   				  Thank You and 404 Page CSS
****************************** *****************************/
.thanks-section {
	background: #f3f3f3;
	display: block;
	height: 100vh;
	min-height: 600px;
}
.thanks-inner-section {
	background-color: rgba(0, 0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
.thanks-inner-section:after {
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(234,234,234,0.95) 50%, rgba(234,234,234,0.35) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#59eaeaea', GradientType=0 );
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.90;
}
.thanks-content {
	display: block;
	max-width: 530px;
	padding: 250px 0 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.thanks-content h2 {
	color: #323232;
	display: block;
	font-size: 38px;
	margin: 0 0 25px;
}
.thanks-content p {
	font-size: 18px;
	color: #323218;
	line-height: normal;
	margin-bottom: 50px;
	text-align: center;
	padding: 0 15px;
}
.text-right.capt span.wpcf7-not-valid-tip {
	float: left;
}
/****************************** ****************************** 
   				  	Static Page CSS
****************************** *****************************/
.static-content-page {
	max-width: 970px;
	margin: 0 auto;
}
.static-content-page img {
	max-width: 100%;
	margin: 30px 0;
}
.static-content-page h1, .static-content-page h2, .static-content-page h3, .static-content-page h4, .static-content-page h5, .static-content-page h6 {
	display: block;
	color: #323232;
	font-weight: 600;
	margin: 0 0 30px;
}
.static-content-page p {
	color: #323232;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.static-content-page p:last-child {
	margin-bottom: 0;
}
.static-content-page a {
	color: #0998c6;
	font-weight: 600;
}
.static-content-page a:hover {
	color: #191919;
}
.static-content-page ul, .static-content-page ol {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0 0 0 15px;
}
.static-content-page ol {
	list-style-type: decimal;
	margin-left: 15px;
}
.static-content-page ul li, .static-content-page ol li {
	font-size: 15px;
	line-height: 28px;
	color: #191919;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	padding-right: 0;
	margin: 10px 0;
}
.static-content-page ol li {
	padding-left: 10px;
}
.static-content-page ul li::before {
	content: "•";
	color: #191919;
	font-size: 20px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 10px;
	opacity: 0.7;
}
.static-content-page ul li a {
	color: #0998c6;
}
.static-content-page ul li a:hover {
	color: #191919;
}
