/*!
   Author: Jay Williamson
   E-mail:
   Copyright: Think
   Url: think.studio
*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
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
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: 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: transparent
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #337ab7;
	text-decoration: none
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role="button"] {
	cursor: pointer
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	padding-right: 28px
}
@media (min-width: 768px) {
	.container {
		width: 750px
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px
	}
}
@media (min-width: 1280px) {
	.container {
		width: 1280px
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	padding-right: 28px
}
.row {
	margin-left: -28px;
	margin-right: -28px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0%
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
}
@media (min-width: 1280px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
}
.media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden
}
.media-body {
	width: 10000px
}
.media-object {
	display: block
}
.media-object.img-thumbnail {
	max-width: none
}
.media-right,
.media>.pull-right {
	padding-left: 10px
}
.media-left,
.media>.pull-left {
	padding-right: 10px
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.clearfix:before,
.menu-bar a:before,
.journal-news .news-post:before,
.case-study:before,
.custom-grid .left-side:before,
.custom-grid .right-side:before,
.custom-grid .halph-container:before,
.custom-grid .wide-container:before,
.clearfix:after,
.menu-bar a:after,
.journal-news .news-post:after,
.case-study:after,
.custom-grid .left-side:after,
.custom-grid .right-side:after,
.custom-grid .halph-container:after,
.custom-grid .wide-container:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table
}
.clearfix:after,
.menu-bar a:after,
.journal-news .news-post:after,
.case-study:after,
.custom-grid .left-side:after,
.custom-grid .right-side:after,
.custom-grid .halph-container:after,
.custom-grid .wide-container:after,
.container:after,
.container-fluid:after,
.row: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
}
.affix {
	position: fixed
}
@-ms-viewport {
	width: device-width
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-block {
		display: block !important
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-inline {
		display: inline !important
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}
@media (min-width: 1280px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}
@media (min-width: 1280px) {
	.visible-lg-block {
		display: block !important
	}
}
@media (min-width: 1280px) {
	.visible-lg-inline {
		display: inline !important
	}
}
@media (min-width: 1280px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.hidden-md {
		display: none !important
	}
}
@media (min-width: 1280px) {
	.hidden-lg {
		display: none !important
	}
}
.visible-print {
	display: none !important
}
@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}
.visible-print-block {
	display: none !important
}
@media print {
	.visible-print-block {
		display: block !important
	}
}
.visible-print-inline {
	display: none !important
}
@media print {
	.visible-print-inline {
		display: inline !important
	}
}
.visible-print-inline-block {
	display: none !important
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}
@media print {
	.hidden-print {
		display: none !important
	}
}
/*! Fonts */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #ffffff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}
.fa-won:before,
.fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
/*! Base */

*,
body {
	font-family: "Poppins", sans-serif;
	word-wrap: break-word
}
body {
	background: #fff
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}
a {
	color: #f5724a;
	transition: all .4s ease
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none
}
a:focus {
	color: #f5724a
}
a:hover {
	color: #e63f0d;
	text-decoration: none
}
img {
	max-width: 100%;
	height: auto
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.reset,
.section-title,
.section-desc,
.section-text,
.section-desc p,
.section-text p,
.mobile-menu,
.header-menu .dropdown,
.menu-bar ul,
.label h3,
.label p,
.case-study-title,
.journal-posts.related-case .related-case-study-title,
.case-study-desc p,
.journal-posts.related-case .related-case-study-text p,
.journal-post-title,
.partners-boxed-list,
.partners-boxed.with-desc .partners-descs ul,
.partners-boxed.with-desc .partners-descs-title,
.partners-boxed.with-desc .partners-descs-text p,
.content-box-area-title,
.content-box-area-text p,
.footer-contacts,
.contact form p,
.content-with-sidebar .content h1,
.content-with-sidebar .content h2,
.content-with-sidebar .content h3,
.content-with-sidebar .content h4,
.content-with-sidebar .content h5,
.content-with-sidebar .content h6,
.content-with-sidebar .content p,
.content-with-gallery .gallery figure,
.journal-banner-title,
.journal-news .news-post-title,
.post-header-title,
.service-header-title,
.service-header-text p,
.partners-list,
.content-with-sidebar .sidebar-title,
.content-with-sidebar .sidebar-text p,
.content-with-sidebar .sidebar-menu,
.content-with-sidebar-image-header-title {
	padding: 0;
	margin: 0;
	list-style: none
}
.section-title,
.section-desc,
.section-text {
	color: #373845;
	font-weight: 400;
	font-size: 30px
}
.section-title+.section-desc {
	margin-top: 8px
}
.section-desc {
	font-size: 13px;
	letter-spacing: .35px
}
.section-desc p:not(:last-child) {
	margin-bottom: 15px
}
.section-text {
	color: #959595;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .3px
}
.section-text p:not(:last-child) {
	margin-bottom: 15px
}
.btn {
	display: inline-block;
	background: none;
	border: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	padding: 23px 15px 19px;
	margin: 0;
	letter-spacing: 3px;
	height: auto;
	word-wrap: break-word;
	transition: all .4s ease
}
.btn:hover,
.btn:focus,
.btn:active {
	outline: none
}
.btn-red {
	background: #ed1d3b;
	color: #fff
}
.btn-red:hover {
	color: #fff;
	text-decoration: none;
	background: #f14c64
}
.btn-red:focus {
	color: #fff
}
header {
	background: #373845
}
.header-logo .tagline {
	color: #fff
}
.header-logo .tagline:before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1px;
	height: 13px;
	background: #e5e5e5;
	border-left: 1px solid #ededed;
	margin: 0 22px 0 26px
}
.header-logo img {
	width: 89px;
	height: 19px
}
.mobile-menu {
	border: none;
	background: none;
	outline: none;
	font-size: 60px;
	line-height: 55px;
	float: right;
	display: none;
	color: #fff;
	transition: all .4s ease
}
.mobile-menu:active {
	color: #d9d9d9
}
.header-menu ul {
	font-size: 0;
	/*letter-spacing: -1px*/
}
.header-menu ul>.open>a,
.header-menu ul>.current-menu-item>a,
.header-menu ul>.current_page_item>a {
	/*color: #ed1d3b*/
}
.header-menu ul>.open>a:hover,
.header-menu ul>.current-menu-item>a:hover,
.header-menu ul>.current_page_item>a:hover {
	/*color: #ed1d3b*/
}
.header-menu ul>.open>a:hover i.fa.fa-chevron-down,
.header-menu ul>.current-menu-item>a:hover i.fa.fa-chevron-down,
.header-menu ul>.current_page_item>a:hover i.fa.fa-chevron-down {
	/*color: #ed1d3b*/
}
.header-menu > ul > li {
	font-size: 14px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	/*height: 85px;*/
}
.header-menu > ul > li > a {
	display: block;
	 padding: 33px 20px 0;
		 height: 85px;
}
.header-menu li:not(:first-child) {
	/*margin-left: 39px*/
}
.header-menu > ul >  li:last-child {
	padding: 0;
	background-color: #2c2d37;
	margin-left: 15px;
}
.header-menu > ul >  li:last-child > a {
	padding: 33px 35px;
}
.header-menu li a {
	color: #fff
}
.header-menu li a:hover {}.header-menu li a:hover i.fa.fa-chevron-down {
	/*color: #f36478*/
}
.header-menu li i.fa.fa-chevron-down {
	font-size: 10px;
	position: relative;
	top: -2px;
	transition: all .4s ease
}
.header-menu li.open .dropdown {
	display: block;
	background-color: #2672de;
}
.header-menu .dropdown {
	display: none;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	width: 270px;
	z-index: 9999;
	border: 1px solid #2c7cee
}
.header-menu .menu-services .dropdown {
	right: -76px;
}
.header-menu .menu-about .dropdown {
	right: -85px;
}
.header-menu .dropdown li {
	display: block;
	color: #373845;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	transition: all .4s ease;
	margin-left: 0
}
.header-menu .dropdown li:not(:last-child) {
	border-bottom: 1px solid #2c7cee;
}
.header-menu .dropdown li:hover a,
.header-menu .dropdown li.current-menu-item a,
.header-menu .dropdown li.current_page-item a {
	/*background: #f7f7f7;*/
	/*color: #3185fc*/
}
.header-menu .dropdown a {
	display: block;
	font-size: 14px;
	padding: 17px 10px;
	/*background: #fff;*/
	color: #fff;
}
.header-menu .dropdown a:hover {
	/*color: white*/
}
.menu-bar {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	padding: 0 28px;
	z-index: 999
}
.menu-bar ul {
	display: table;
	text-align: center;
	width: 100%
}
.menu-bar li {
	display: table-cell;
	vertical-align: middle;
	background: rgba(55, 56, 69, 0.95);
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	width: auto
}
.menu-bar li:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	bottom: -3px;
	background: #fff;
	transition: all .4s ease;
	transition: all .4s ease
}
.menu-bar li:hover a,
.menu-bar li.current-menu-item a,
.menu-bar li.current_page-item a {
	color: #fff
}
.menu-bar li:hover:after,
.menu-bar li.current-menu-item:after,
.menu-bar li.current_page-item:after {
	background: #3185fc
}
.menu-bar li:not(:first-child) {
	margin-left: 0
}
.menu-bar a {
	display: block;
	padding: 14px 10px 10px;
	color: white
}
.menu-bar a:hover {
	color: white
}
.main-slider .container {
	position: relative
}
.main-slider:after {
	background: #e7e7f0
}
.main-slider .item {
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important
}
.main-slider .item-content {
	color: white;
	font-size: 36px;
	font-weight: 300;
	line-height: 37px;
	text-transform: uppercase;
	background: rgba(237, 29, 59, 0.9);
	position: absolute;
	top: 40.7%;
	left: 16.7%;
	padding: 14px 32px 9px 44px;
	letter-spacing: 2.3px;
	transform: translate(0, -50%)
}
.main-slider .owl-dots {
	font-size: 0;
	letter-spacing: -1px;
	position: absolute;
	bottom: 26.1%;
	left: 16.7%
}
.main-slider .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fff
}
.main-slider .owl-dot:not(:last-child) {
	margin-right: 10px
}
.main-slider .owl-dot.active {
	background: #3185fc
}
.label {
	background: #e7e7f0
}
.label-left {
	background: #3185fc
}
.label-right {
	background: #373845
}
.label h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 37px;
	text-transform: uppercase;
	color: #363636
}
.label h3 span {
	color: #fff
}
.label p {
	color: white;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px
}
.label p span {
	color: #eb4259;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .5px
}
.label .more-link {
	color: #3185fc;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 2.5px
}
.label .more-link:hover {
	color: #7cb2fd
}
.label+.journal-link {
	position: relative;
	z-index: 10;
	transform: none;
	padding: 20px 0
}
.case-study-meta,
.journal-posts.related-case .related-case-study,
.case-study-image {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important
}
.case-study-meta,
.journal-posts.related-case .related-case-study {
	background: #373845
}
.case-study-tag,
.journal-posts.related-case .related-case-study-tag {
	color: #eb4259;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .2px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 29px
}
.case-study-tag:after,
.journal-posts.related-case .related-case-study-tag:after {
	content: "";
	height: 2px;
	background: #74779d;
	width: 54px;
	position: absolute;
	bottom: 0;
	left: 2px
}
.case-study-title,
.journal-posts.related-case .related-case-study-title {
	color: white;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 22px
}
.case-study-desc,
.journal-posts.related-case .related-case-study-text {
	color: white;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px
}
.case-study .more-link {
	position: absolute;
	left: 50px;
	bottom: 46px;
	color: #3185fc;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.6px
}
.case-study .more-link:hover {
	color: #7cb2fd
}
.case-study .more-link span {
	font-weight: 300
}
.case-studies.custom-case .case-study-title,
.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px
}
.journal-posts.custom-posts {
	padding-bottom: 27px;
	position: relative
}
.journal-posts.custom-posts:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 234px;
	background: #e7e7f0;
	z-index: -1
}
.journal-posts.custom-posts .journal-post-title {
	line-height: 36px;
	font-size: 30px
}
.journal-posts.custom-posts .journal-post .more-link {
	color: #3185fc
}
.journal-posts.custom-posts .journal-post .more-link:hover {
	color: #7cb2fd
}
.journal-posts.custom-posts .start-project .journal-post-meta {
	height: 100%;
	padding-top: 45px;
	position: relative
}
.journal-posts.custom-posts .start-project .more-link {
	color: #fff;
	position: absolute;
	bottom: 46px
}
.journal-posts.custom-posts .start-project .more-link:hover {
	color: #d9d9d9
}
.journal-posts.related-case {
	padding-bottom: 0
}
.journal-posts.related-case:after {
	bottom: auto;
	top: 0;
	background: #ecf4f7
}
.journal-posts.related-case .related-case-study .more-link {
	position: absolute;
	left: 50px;
	bottom: 46px;
	color: #3185fc;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.6px
}
.journal-posts.related-case .related-case-study .more-link:hover {
	color: #7cb2fd
}
.journal-posts.related-case .related-case-study .more-link span {
	font-weight: 300
}
.journal-posts.related-case.custom-related {
	overflow-x: hidden
}
.journal-posts.related-case.custom-related .container {
	position: relative
}
.journal-posts.related-case.custom-related .container:before {
	content: "";
	position: absolute;
	width: 1000%;
	left: 66.6666%;
	top: 0;
	height: 234px;
	background: #3185fc;
	z-index: -1
}
.journal-posts.related-case.custom-related:after {
	display: none
}
.journal-posts.related-case.custom-related+.content-box {
	margin-top: 30px
}
.journal-posts.related-case.custom-related+.content-box:after {
	background: #ecf4f7
}
.journal-post {
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important
}
.journal-post-category,
.journal-post-meta {
	position: absolute
}
.journal-post-category {
	top: 0;
	left: 50px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .9px
}
.journal-post-category a {
	background: rgba(237, 29, 59, 0.9);
	color: #fff;
	display: block;
	padding: 11px 19px 9px
}
.journal-post-category a:hover {
	background: rgba(239, 53, 79, 0.9)
}
.journal-post-meta {
	width: 100%;
	bottom: 0;
	padding: 0 45px 46px 50px
}
.journal-post-title {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
	letter-spacing: .22px;
	margin-bottom: 14px
}
.journal-post .more-link {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #fff
}
.journal-post .more-link:hover {
	color: #d9d9d9
}
.journal-post .more-link b {
	font-weight: 600
}
.journal-post .more-link span {
	font-weight: 300
}
.journal-link {
	transform: translate(0, -50%)
}
.journal-link .container {
	padding: 0 60px
}
.journal-link a {
	display: block;
	text-align: center;
	background: #ed1d3b;
	font-size: 36px;
	font-weight: 500;
	line-height: 37px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 42px;
	padding-bottom: 38px;
	letter-spacing: 1.6px
}
.journal-link a:active {
	background: #f14c64
}
.partners.grey {
	background: #f9f9f9
}
.partners .owl-item {
	text-align: center
}
.partners-boxed.grey {
	background: #f9f9f9
}
.partners-boxed .partner {
	padding: 15px 14px
}
.partners-boxed .partner-logo {
	border: 1px solid #ebebeb;
	height: 175px;
	position: relative;
	transition: all .4s ease;
	outline: 3px solid transparent;
	background: #fff
}
.partners-boxed .partner-logo:hover {
	outline-color: #3185fc
}
.partners-boxed .partner-logo img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.partners-boxed.with-desc .partner.active .partner-logo {
	border-color: #3185fc
}
.partners-boxed.with-desc .partner.active .partner-logo:after {
	border-top-color: #3185fc
}
.partners-boxed.with-desc .partner-logo {
	border: 3px solid transparent;
	outline: none;
	cursor: pointer
}
.partners-boxed.with-desc .partner-logo:hover {
	border-color: #3185fc
}
.partners-boxed.with-desc .partner-logo:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 13px solid transparent;
	transition: all .4s ease
}
.partners-boxed.with-desc .partners-descs {
	background: #3185fc;
	display: none;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeIn
}
.partners-boxed.with-desc .partners-descs li {
	display: none
}
.partners-boxed.with-desc .partners-descs li.active {
	display: block
}
.partners-boxed.with-desc .partners-descs-title,
.partners-boxed.with-desc .partners-descs-text,
.partners-boxed.with-desc .partners-descs .more-link {
	color: white;
	font-weight: 400;
	line-height: 25px
}
.partners-boxed.with-desc .partners-descs-title {
	font-size: 18px;
	letter-spacing: .5px;
	margin-bottom: 27px
}
.partners-boxed.with-desc .partners-descs-text {
	letter-spacing: .34px;
	margin-bottom: 36px
}
.partners-boxed.with-desc .partners-descs-text p:not(:last-child) {
	margin-bottom: 25px
}
.partners-boxed.with-desc .partners-descs-text,
.partners-boxed.with-desc .partners-descs .more-link {
	font-size: 13px
}
.partners-boxed.with-desc .partners-descs .more-link {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.6px
}
.partners-boxed.with-desc .partners-descs .more-link:hover {
	color: #d9d9d9
}
.partners-boxed.with-desc .partners-descs .more-link span {
	font-weight: 300
}
.content-box-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important
}
.content-box-area {
	background: #3185fc
}
.content-box-area-tag {
	color: white;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .6px;
	padding-bottom: 7px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 20px
}
.content-box-area-title {
	color: white;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px
}
.content-box-area-text {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px
}
.content-box-area-text p:not(:last-child) {
	margin-bottom: 25px
}
.content-box-area .more-link {
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 57px;
	letter-spacing: 2.4px
}
.content-box-area .more-link:hover {
	color: #d9d9d9
}
.newslatter {
	background: #ed1d3b;
	font-size: 0;
	letter-spacing: -1px
}
.newslatter-title {
	color: white;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0;
	letter-spacing: .3px
}
.newslatter-field {
	position: relative;
	margin-left: 20px
}
.newslatter-field input[type="email"],
.newslatter-field button {
	height: 32px;
	display: inline-block;
	vertical-align: middle
}
.newslatter-field input[type="email"] {
	border: none;
	outline: none;
	background: none;
	width: 553px;
	margin: 0;
	border-bottom: 1px solid #fff;
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding-right: 85px;
	letter-spacing: .3px
}
.newslatter-field input[type="email"]::-webkit-input-placeholder {
	color: #fff;
	line-height: 22px
}
.newslatter-field input[type="email"]::-moz-placeholder {
	color: #fff;
	line-height: 22px
}
.newslatter-field input[type="email"]:-moz-placeholder {
	color: #fff;
	line-height: 22px
}
.newslatter-field input[type="email"]:-ms-input-placeholder {
	color: #fff;
	line-height: 22px
}
.newslatter-field input[type="email"]:focus {
	outline: none
}
.newslatter-field button {
	padding: 0;
	padding-left: 2px;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 2px;
	transition: all .4s ease
}
.newslatter-field button .fa-chevron-right {
	font-size: 10px;
	margin-left: 1px;
	position: relative;
	top: -1px
}
.newslatter-field button:active {
	color: #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}
.newslatter-title,
.newslatter-field {
	display: inline-block;
	vertical-align: middle
}
footer {
	background: #373845
}
.footer-contacts li {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px
}
.footer-contacts .phone {
	font-size: 15px
}
.footer-contacts li,
.footer-contacts a {
	color: #fff
}
.footer-contacts a {
	text-decoration: underline
}
.footer-contacts a:hover {
	color: #d9d9d9
}
.copyright {
	color: #bdbdbd;
	font-size: 10px;
	line-height: 20px
}
.linkedin a {
	display: block;
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 34px;
	background: #0077b5
}
.linkedin a:hover {
	background: #0099e8
}
.linkedin span,
.linkedin img {
	display: inline-block;
	vertical-align: middle
}
.linkedin img {
	width: 122px;
	height: 31px
}
.linkedin span {
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 20px;
	letter-spacing: 4px
}
.contact.grey {
	background: #ecf4f7
}
.contact.grey form input[type="text"],
.contact.grey form input[type="email"],
.contact.grey form select,
.contact.grey form textarea {
	background: #fff
}
.contact #map,
.contact .flxmap-container {
	height: 684px !important
}
.contact .left-side .halph-container {
	padding-left: 50px
}
.contact .section-title,
.contact .section-desc {
	padding-left: 26px
}
.contact .section-desc {
	margin-bottom: 26px
}
.contact .section-title {
	margin-top: 20px
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form select,
.contact form textarea {
	display: block;
	width: 100%;
	border: none;
	background: #ecf4f7;
	margin-bottom: 25px;
	outline: none;
	color: #4a6077;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0
}
.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus,
.contact form select:focus,
.contact form textarea:focus {
	outline: none
}
.contact form input[type="text"].wpcf7-not-valid,
.contact form input[type="email"].wpcf7-not-valid,
.contact form select.wpcf7-not-valid,
.contact form textarea.wpcf7-not-valid {
	outline: 1px dashed red
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
	padding-left: 26px;
	padding-right: 26px
}
.contact form textarea {
	padding-top: 26px;
	padding-bottom: 26px;
	height: 181px;
	resize: vertical
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form select {
	height: 60px
}
.contact form input[type="submit"] {
	display: block;
	width: 100%;
	margin-bottom: 20px
}
.contact form .ajax-loader {
	display: none !important
}
.contact form .wpcf7-not-valid-tip {
	display: none !important
}
.contact form .wpcf7-response-output {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	float: left;
	width: 100%
}
.contact .halph {
	padding-right: 20px
}
.contact .halph+.halph {
	padding-left: 20px;
	padding-right: 0
}
.team-content-box .section-title {
	color: #ee2e49;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: .6px;
	margin-top: 47px;
	margin-bottom: 26px
}
.team-content-box .section-text {
	margin-bottom: 50px
}
.team-content-box .view {
	display: block;
	position: absolute;
	bottom: 8px;
	font-size: 13px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 600;
	color: #b7b7b7;
	letter-spacing: 2.65px
}
.team-content-box .view a {
	color: #ed1d3b
}
.team-content-box .view a:hover {
	color: #f14c64
}
.team-content-box .view a .fa-chevron-down {
	font-size: 8px;
	vertical-align: middle;
	font-weight: 400;
	position: relative;
	top: -1px
}
.content-with-sidebar .sidebar,
.content-with-sidebar .sidebar:after {
	background: #ecf4f7
}
.content-with-sidebar .sidebar {
	font-size: 13px
}
.content-with-sidebar .sidebar-title {
	color: #3185fc;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2.6px
}
.content-with-sidebar .sidebar-text {
	color: #959595;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: .32px
}
.content-with-sidebar .sidebar-menu a {
	color: #959595;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: .32px
}
.content-with-sidebar .sidebar-menu a:hover {
	color: #6f6f6f
}
.content-with-sidebar .content h1,
.content-with-sidebar .content h2,
.content-with-sidebar .content h3,
.content-with-sidebar .content h4,
.content-with-sidebar .content h5,
.content-with-sidebar .content h6,
.content-with-sidebar .content p {
	font-weight: 400
}
.content-with-sidebar .content h1,
.content-with-sidebar .content h2,
.content-with-sidebar .content h3,
.content-with-sidebar .content h4,
.content-with-sidebar .content h5,
.content-with-sidebar .content h6 {
	color: #ee2e49;
	letter-spacing: .6px
}
.content-with-sidebar .content h1:not(:last-child),
.content-with-sidebar .content h2:not(:last-child),
.content-with-sidebar .content h3:not(:last-child),
.content-with-sidebar .content h4:not(:last-child),
.content-with-sidebar .content h5:not(:last-child),
.content-with-sidebar .content h6:not(:last-child) {
	margin-bottom: 21px
}
.content-with-sidebar .content h1.reset,
.content-with-sidebar .content h1.section-title,
.content-with-sidebar .content h1.section-desc,
.content-with-sidebar .content h1.section-text,
.content-with-sidebar .content h1.mobile-menu,
.content-with-sidebar .content .header-menu h1.dropdown,
.header-menu .content-with-sidebar .content h1.dropdown,
.content-with-sidebar .content h1.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h1.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h1.related-case-study-title,
.content-with-sidebar .content h1.journal-post-title,
.content-with-sidebar .content h1.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h1.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h1.partners-descs-title,
.content-with-sidebar .content h1.content-box-area-title,
.content-with-sidebar .content h1.footer-contacts,
.content-with-sidebar .content h1,
.content-with-sidebar .content h1.journal-banner-title,
.content-with-sidebar .content .journal-news h1.news-post-title,
.journal-news .content-with-sidebar .content h1.news-post-title,
.content-with-sidebar .content h1.post-header-title,
.content-with-sidebar .content h1.service-header-title,
.content-with-sidebar .content h1.partners-list,
.content-with-sidebar .content h1.sidebar-title,
.content-with-sidebar .content h1.sidebar-menu,
.content-with-sidebar .content h1.content-with-sidebar-image-header-title,
.content-with-sidebar .content h2.reset,
.content-with-sidebar .content h2.section-title,
.content-with-sidebar .content h2.section-desc,
.content-with-sidebar .content h2.section-text,
.content-with-sidebar .content h2.mobile-menu,
.content-with-sidebar .content .header-menu h2.dropdown,
.header-menu .content-with-sidebar .content h2.dropdown,
.content-with-sidebar .content h2.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h2.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h2.related-case-study-title,
.content-with-sidebar .content h2.journal-post-title,
.content-with-sidebar .content h2.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h2.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h2.partners-descs-title,
.content-with-sidebar .content h2.content-box-area-title,
.content-with-sidebar .content h2.footer-contacts,
.content-with-sidebar .content h2,
.content-with-sidebar .content h2.journal-banner-title,
.content-with-sidebar .content .journal-news h2.news-post-title,
.journal-news .content-with-sidebar .content h2.news-post-title,
.content-with-sidebar .content h2.post-header-title,
.content-with-sidebar .content h2.service-header-title,
.content-with-sidebar .content h2.partners-list,
.content-with-sidebar .content h2.sidebar-title,
.content-with-sidebar .content h2.sidebar-menu,
.content-with-sidebar .content h2.content-with-sidebar-image-header-title,
.content-with-sidebar .content h3.reset,
.content-with-sidebar .content h3.section-title,
.content-with-sidebar .content h3.section-desc,
.content-with-sidebar .content h3.section-text,
.content-with-sidebar .content h3.mobile-menu,
.content-with-sidebar .content .header-menu h3.dropdown,
.header-menu .content-with-sidebar .content h3.dropdown,
.content-with-sidebar .content .label h3,
.label .content-with-sidebar .content h3,
.content-with-sidebar .content h3.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h3.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h3.related-case-study-title,
.content-with-sidebar .content h3.journal-post-title,
.content-with-sidebar .content h3.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h3.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h3.partners-descs-title,
.content-with-sidebar .content h3.content-box-area-title,
.content-with-sidebar .content h3.footer-contacts,
.content-with-sidebar .content h3,
.content-with-sidebar .content h3.journal-banner-title,
.content-with-sidebar .content .journal-news h3.news-post-title,
.journal-news .content-with-sidebar .content h3.news-post-title,
.content-with-sidebar .content h3.post-header-title,
.content-with-sidebar .content h3.service-header-title,
.content-with-sidebar .content h3.partners-list,
.content-with-sidebar .content h3.sidebar-title,
.content-with-sidebar .content h3.sidebar-menu,
.content-with-sidebar .content h3.content-with-sidebar-image-header-title,
.content-with-sidebar .content h4.reset,
.content-with-sidebar .content h4.section-title,
.content-with-sidebar .content h4.section-desc,
.content-with-sidebar .content h4.section-text,
.content-with-sidebar .content h4.mobile-menu,
.content-with-sidebar .content .header-menu h4.dropdown,
.header-menu .content-with-sidebar .content h4.dropdown,
.content-with-sidebar .content h4.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h4.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h4.related-case-study-title,
.content-with-sidebar .content h4.journal-post-title,
.content-with-sidebar .content h4.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h4.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h4.partners-descs-title,
.content-with-sidebar .content h4.content-box-area-title,
.content-with-sidebar .content h4.footer-contacts,
.content-with-sidebar .content h4,
.content-with-sidebar .content h4.journal-banner-title,
.content-with-sidebar .content .journal-news h4.news-post-title,
.journal-news .content-with-sidebar .content h4.news-post-title,
.content-with-sidebar .content h4.post-header-title,
.content-with-sidebar .content h4.service-header-title,
.content-with-sidebar .content h4.partners-list,
.content-with-sidebar .content h4.sidebar-title,
.content-with-sidebar .content h4.sidebar-menu,
.content-with-sidebar .content h4.content-with-sidebar-image-header-title,
.content-with-sidebar .content h5.reset,
.content-with-sidebar .content h5.section-title,
.content-with-sidebar .content h5.section-desc,
.content-with-sidebar .content h5.section-text,
.content-with-sidebar .content h5.mobile-menu,
.content-with-sidebar .content .header-menu h5.dropdown,
.header-menu .content-with-sidebar .content h5.dropdown,
.content-with-sidebar .content h5.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h5.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h5.related-case-study-title,
.content-with-sidebar .content h5.journal-post-title,
.content-with-sidebar .content h5.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h5.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h5.partners-descs-title,
.content-with-sidebar .content h5.content-box-area-title,
.content-with-sidebar .content h5.footer-contacts,
.content-with-sidebar .content h5,
.content-with-sidebar .content h5.journal-banner-title,
.content-with-sidebar .content .journal-news h5.news-post-title,
.journal-news .content-with-sidebar .content h5.news-post-title,
.content-with-sidebar .content h5.post-header-title,
.content-with-sidebar .content h5.service-header-title,
.content-with-sidebar .content h5.partners-list,
.content-with-sidebar .content h5.sidebar-title,
.content-with-sidebar .content h5.sidebar-menu,
.content-with-sidebar .content h5.content-with-sidebar-image-header-title,
.content-with-sidebar .content h6.reset,
.content-with-sidebar .content h6.section-title,
.content-with-sidebar .content h6.section-desc,
.content-with-sidebar .content h6.section-text,
.content-with-sidebar .content h6.mobile-menu,
.content-with-sidebar .content .header-menu h6.dropdown,
.header-menu .content-with-sidebar .content h6.dropdown,
.content-with-sidebar .content h6.case-study-title,
.content-with-sidebar .content .journal-posts.related-case h6.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content h6.related-case-study-title,
.content-with-sidebar .content h6.journal-post-title,
.content-with-sidebar .content h6.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc h6.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content h6.partners-descs-title,
.content-with-sidebar .content h6.content-box-area-title,
.content-with-sidebar .content h6.footer-contacts,
.content-with-sidebar .content h6,
.content-with-sidebar .content h6.journal-banner-title,
.content-with-sidebar .content .journal-news h6.news-post-title,
.journal-news .content-with-sidebar .content h6.news-post-title,
.content-with-sidebar .content h6.post-header-title,
.content-with-sidebar .content h6.service-header-title,
.content-with-sidebar .content h6.partners-list,
.content-with-sidebar .content h6.sidebar-title,
.content-with-sidebar .content h6.sidebar-menu,
.content-with-sidebar .content h6.content-with-sidebar-image-header-title {
	margin: 0;
	padding: 0
}
.content-with-sidebar .content h1 {
	font-size: 26px;
	line-height: 42px
}
.content-with-sidebar .content h2 {
	font-size: 25px;
	line-height: 41px
}
.content-with-sidebar .content h3 {
	font-size: 24px;
	line-height: 40px
}
.content-with-sidebar .content h4 {
	font-size: 22px;
	line-height: 38px
}
.content-with-sidebar .content h5 {
	font-size: 20px;
	line-height: 36px
}
.content-with-sidebar .content h6 {
	font-size: 18px;
	line-height: 34px
}
.content-with-sidebar .content p {
	color: #959595;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .32px
}
.content-with-sidebar .content p:not(:last-child) {
	margin-bottom: 26px
}
.content-with-sidebar .content ul {
	margin: 0;
	padding: 0 17px 0 17px;
	color: #003663;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: .4px
}
.content-with-sidebar .content ul:not(:last-child) {
	margin-bottom: 24px
}
.content-with-sidebar .content ul li {
	padding: 0 0 0 19px
}
.content-with-sidebar .content ul a {
	color: #003663
}
.content-with-sidebar .content ul a:hover {
	color: #0060b0
}
.content-with-sidebar .content ul.reset,
.content-with-sidebar .content ul.section-title,
.content-with-sidebar .content ul.section-desc,
.content-with-sidebar .content ul.section-text,
.content-with-sidebar .content ul.mobile-menu,
.content-with-sidebar .content .header-menu ul.dropdown,
.header-menu .content-with-sidebar .content ul.dropdown,
.content-with-sidebar .content .menu-bar ul,
.menu-bar .content-with-sidebar .content ul,
.content-with-sidebar .content ul.case-study-title,
.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title,
.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title,
.content-with-sidebar .content ul.journal-post-title,
.content-with-sidebar .content ul.partners-boxed-list,
.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul,
.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul,
.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title,
.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title,
.content-with-sidebar .content ul.content-box-area-title,
.content-with-sidebar .content ul.footer-contacts,
.content-with-sidebar .content ul.journal-banner-title,
.content-with-sidebar .content .journal-news ul.news-post-title,
.journal-news .content-with-sidebar .content ul.news-post-title,
.content-with-sidebar .content ul.post-header-title,
.content-with-sidebar .content ul.service-header-title,
.content-with-sidebar .content ul.partners-list,
.content-with-sidebar .content ul.sidebar-title,
.content-with-sidebar .content ul.sidebar-menu,
.content-with-sidebar .content ul.content-with-sidebar-image-header-title {
	padding: 0 !important;
	font-size: 14px;
	line-height: 24px
}
.content-with-sidebar .content ul.reset li,
.content-with-sidebar .content ul.section-title li,
.content-with-sidebar .content ul.section-desc li,
.content-with-sidebar .content ul.section-text li,
.content-with-sidebar .content ul.mobile-menu li,
.content-with-sidebar .content .header-menu ul.dropdown li,
.header-menu .content-with-sidebar .content ul.dropdown li,
.content-with-sidebar .content .menu-bar ul li,
.menu-bar .content-with-sidebar .content ul li,
.content-with-sidebar .content ul.case-study-title li,
.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title li,
.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title li,
.content-with-sidebar .content ul.journal-post-title li,
.content-with-sidebar .content ul.partners-boxed-list li,
.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul li,
.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul li,
.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title li,
.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title li,
.content-with-sidebar .content ul.content-box-area-title li,
.content-with-sidebar .content ul.footer-contacts li,
.content-with-sidebar .content ul.journal-banner-title li,
.content-with-sidebar .content .journal-news ul.news-post-title li,
.journal-news .content-with-sidebar .content ul.news-post-title li,
.content-with-sidebar .content ul.post-header-title li,
.content-with-sidebar .content ul.service-header-title li,
.content-with-sidebar .content ul.partners-list li,
.content-with-sidebar .content ul.sidebar-title li,
.content-with-sidebar .content ul.sidebar-menu li,
.content-with-sidebar .content ul.content-with-sidebar-image-header-title li {
	padding: 0
}
.content-with-sidebar .content .post-author {
	color: #eb4259;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	padding-bottom: 9px
}
.content-with-sidebar .content .post-author:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 1px;
	background: #74779d;
	bottom: 0;
	left: 0
}
.content-with-sidebar .content .post-author+.social {
	margin-top: 73px
}
.content-with-sidebar .content .social .at-share-btn-elements {
	font-size: 0;
	letter-spacing: -1px
}
.content-with-sidebar .content .social .at-share-btn {
	background: #ebebeb !important
}
.content-with-sidebar .content .social .at-share-btn:not(:last-child) {
	margin-right: 10px
}
.content-with-sidebar .content .social .at-share-btn:hover,
.content-with-sidebar .content .social .at-share-btn:focus {
	outline: none !important;
	transform: none !important
}
.content-with-sidebar .content .social .at-svc-facebook:hover {
	background-color: #3b5998 !important
}
.content-with-sidebar .content .social .at-svc-twitter:hover {
	background-color: #1da1f2 !important
}
.content-with-sidebar .content .social .at-svc-linkedin:hover {
	background-color: #0077b5 !important
}
.content-with-sidebar .content .social .at-svc-email:hover {
	background-color: #848484 !important
}
.content-with-sidebar.custom-content-with-sidebar .sidebar,
.content-with-sidebar.custom-content-with-sidebar .sidebar:after {
	background: #3185fc
}
.content-with-sidebar.custom-content-with-sidebar .sidebar {
	font-size: 13px
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-text {
	color: #fff;
	margin-bottom: 20px
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-menu li:not(:last-child) {
	margin-bottom: 9px
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .32px
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a .fa {
	font-size: 18px;
	margin-right: 5px
}
.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a:hover {
	color: #d9d9d9
}
.content-with-sidebar-image-header {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
.content-with-sidebar-image-header:after {
	background: #ecf4f7
}
.content-with-sidebar-image-header-qa {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
.content-with-sidebar-image-header-qa:after {
	background: #ecf4f7
}
.content-with-sidebar-image-header-qa:before {
	background: #ecf4f7
}

.content-with-sidebar-image-header-right-bar {
	background: #ed1d3b;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2.88px
}
.content-with-sidebar-image-header-title {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	line-height: 37px;
	text-transform: uppercase
}
.content-with-gallery .gallery {
	padding-top: 50px;
	padding-bottom: 64px
}
.content-with-gallery .gallery figure:not(:last-child) {
	margin-bottom: 32px
}
.journal-banner {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
.journal-banner:after {
	background: #ecf4f7
}
.journal-banner+.case-studies:before {
	background: #ecf4f7
}
.journal-banner+.case-studies:after {
	background: #e7e7f0
}
.journal-banner-title {
	color: #fff;
	font-size: 48px;
	line-height: 53px;
	font-weight: 400;
	letter-spacing: .5px
}
.journal-banner-title b {
	font-weight: 600
}
.journal-banner-tag {
	position: relative;
	padding-bottom: 12px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-left: 52px;
	display: inline-block;
	margin-bottom: 30px
}
.journal-banner-tag:after {
	content: "";
	height: 2px;
	width: 92px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0
}
.journal-banner.exp-banner:after {
	display: none
}
.journal-banner.exp-banner .journal-banner-title {
	font-size: 30px;
	line-height: 40px
}
.journal-banner.exp-banner+.custom-case:before,
.journal-banner.exp-banner+.custom-case:after {
	display: none
}
.journal-news .section-title {
	color: #373845;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .6px
}
.journal-news .show-all,
.journal-news .show-more {
	font-size: 13px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2.5px
}
.journal-news .show-all .fa-chevron-down,
.journal-news .show-all .fa-chevron-right,
.journal-news .show-more .fa-chevron-down,
.journal-news .show-more .fa-chevron-right {
	font-size: 10px;
	position: relative;
	top: -2px
}
.journal-news .show-more {
	color: #3185fc
}
.journal-news .show-more .fa-chevron-right {
	top: -1px
}
.journal-news .show-more:hover {
	color: #7cb2fd
}
.journal-news:before {
	background: #e7e7f0
}
.journal-news .news-post {
	height: 306px;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeIn
}
.journal-news .news-post.more-news-posts .news-post-desc {
	float: none;
	width: 100%;
	background: #3185fc;
	padding: 45px 25px 44px 50px !important
}
.journal-news .news-post.more-news-posts .news-post-desc:after,
.journal-news .news-post.more-news-posts .news-post-desc:before {
	display: none
}
.journal-news .news-post.more-news-posts .more-link {
	color: #fff
}
.journal-news .news-post.more-news-posts .more-link:hover {
	color: #d9d9d9
}
.journal-news .news-post:nth-child(4n+3) .news-post-desc,
.journal-news .news-post:nth-child(4n+3) .news-post-image,
.journal-news .news-post:nth-child(4n+4) .news-post-desc,
.journal-news .news-post:nth-child(4n+4) .news-post-image {
	float: right
}
.journal-news .news-post:nth-child(4n+3) .news-post-desc,
.journal-news .news-post:nth-child(4n+4) .news-post-desc {
	padding: 45px 25px 44px 40px
}
.journal-news .news-post:nth-child(4n+3) .news-post-desc:before,
.journal-news .news-post:nth-child(4n+3) .news-post-desc:after,
.journal-news .news-post:nth-child(4n+4) .news-post-desc:before,
.journal-news .news-post:nth-child(4n+4) .news-post-desc:after {
	right: auto;
	left: -11px;
	border-left-width: 0;
	border-right: 11px solid #fff
}
.journal-news .news-post-desc,
.journal-news .news-post-image {
	float: left;
	height: 100%
}
.journal-news .news-post-desc {
	background: #fff;
	width: 48.20%;
	position: relative;
	padding: 45px 25px 44px 50px
}
.journal-news .news-post-desc:before,
.journal-news .news-post-desc:after {
	content: "";
	position: absolute;
	right: -11px;
	top: 0;
	z-index: 1;
	height: 50%;
	border: 11px solid transparent;
	border-left: 11px solid #fff;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-top: 0 solid #fff
}
.journal-news .news-post-desc:after {
	bottom: 0;
	top: auto;
	border-top: 12px solid transparent;
	border-bottom: 0 solid #fff
}
.journal-news .news-post-tag {
	display: inline-block;
	color: #eb4259;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 16px
}
.journal-news .news-post-tag:after {
	height: 2px;
	width: 50%;
	content: "";
	position: absolute;
	background: #74779d;
	left: 0;
	bottom: 0
}
.journal-news .news-post-title {
	color: #373845;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px
}
.journal-news .news-post .more-link {
	color: #3185fc;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	bottom: 44px;
	letter-spacing: 2.7px
}
.journal-news .news-post .more-link span {
	font-weight: 300
}
.journal-news .news-post .more-link:hover {
	color: #7cb2fd
}
.journal-news .news-post-image {
	width: 51.80%;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.post-header-image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
.post-header-box {
	box-sizing: border-box;
	width: 31.9%;
	position: absolute;
	bottom: 0;
	background-color: rgba(49, 133, 252, 0.9);
	transform: translate(-13.8%, 0);
	padding: 48px 52px 37px
}
.post-header-tag {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	padding-bottom: 12px;
	margin-bottom: 30px;
	letter-spacing: 2.5px
}
.post-header-tag:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 92px;
	background: #fff;
	bottom: 0;
	left: 0
}
.post-header-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	color: #fff
}
.post-header.custom-post-header {
	overflow-x: hidden
}
.post-header.custom-post-header .post-header-image {
	height: 842px;
	position: relative
}
.post-header.custom-post-header .post-header-image:after {
	content: "";
	height: 264px;
	width: 1000%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ecf4f7;
	z-index: -1
}
.post-header.custom-post-header .post-header-title {
	font-size: 30px;
	line-height: 40px
}
.post-gallery {
	margin-bottom: 30px;
	overflow-x: hidden
}
.post-gallery .gallery-wrap {
	position: relative
}
.post-gallery .gallery-wrap:before {
	content: "";
	width: 1000%;
	position: absolute;
	height: 127px;
	left: 0;
	top: 0;
	z-index: -1;
	background: #ecf4f7
}
.post-gallery-item {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	height: 250px
}
.service-header {
	overflow-x: hidden
}
.service-header-image {
	min-height: 534px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important
}
.service-header-image:after {
	content: "";
	width: 1000%;
	height: 50%;
	position: absolute;
	left: 66.666%;
	bottom: 0;
	background: #3185fc;
	z-index: -1
}
.service-header-box {
	float: none;
	min-height: inherit;
	background: rgba(49, 133, 252, 0.9);
	padding: 45px 50px
}
.service-header-tag {
	position: relative;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 12px;
	letter-spacing: 2.4px;
	margin-bottom: 29px
}
.service-header-tag:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 92px
}
.service-header-title {
	font-size: 30px;
	line-height: 40px;
	color: white;
	font-weight: 300;
	letter-spacing: .65px;
	margin-bottom: 29px
}
.service-header-title b {
	font-weight: 400
}
.service-header-text {
	font-size: 18px;
	line-height: 30px;
	color: white;
	letter-spacing: .4px
}
.service-header-text p:not(:last-child) {
	margin-bottom: 19px
}
/*! Grid */
header {
	/*padding-top: 33px;*/
	/*padding-bottom: 29px*/
	height: 85px;
}
header .container {
	position: relative
}
header [class^="col-"],
header [class*="col-"] {
	position: static
}
.main-slider {
	position: relative
}
.main-slider:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 18.91%;
	bottom: 0;
	left: 0
}
.main-slider .item {
	width: 100%;
	height: 535px
}
.label {
	padding-bottom: 40px
}
.label .container {
	margin-top: -125px;
	position: relative;
	z-index: 9
}
.label [class^="col-"],
.label [class*="col-"] {
	font-size: 0;
	letter-spacing: -1px
}
.label-left,
.label-right {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 50px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0
}
.label-left {
	padding-top: 47px;
	padding-bottom: 42px
}
.label-left:after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	right: -30px;
	background: #ed1d3b;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1
}
.label-right {
	padding: 46px 50px 44px
}
.case-studies {
	padding: 8px 0;
	position: relative
}
.case-studies:before {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e7e7f0
}
.case-study {
	height: 408px
}
.case-study-meta,
.journal-posts.related-case .related-case-study,
.case-study-image {
	height: 100%
}
.case-study-meta,
.journal-posts.related-case .related-case-study {
	padding: 45px 45px 50px 50px
}
.journal-post,
.journal-posts.related-case .related-case-study {
	height: 408px
}
.partners {
	padding: 50px 0 28px
}
.partners-list {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
	text-justify: newspaper;
	zoom: 1;
	text-align-last: justify;
	padding: 0 30px
}
.partners-list:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block
}
.partners-list li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	padding: 0 15px
}
.partners-boxed {
	padding-top: 12px;
	padding-bottom: 46px
}
.partners-boxed.with-desc {
	padding-top: 15px;
	padding-bottom: 15px
}
.partners-boxed.with-desc .partners-descs {
	margin-bottom: -15px;
	margin-top: 10px;
	padding-top: 44px;
	padding-bottom: 43px
}
.partners-boxed.with-desc .partners-descs .container {
	padding: 0 78px
}
.content-box {
	padding-bottom: 30px;
	position: relative
}
.content-box.custom-box:after {
	background: #ecf4f7
}
.content-box:after {
	content: "";
	width: 100%;
	height: 52.9%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e7e7f0;
	z-index: 1
}
.content-box .container {
	position: relative;
	z-index: 2
}
.content-box-image {
	height: 600px
}
.content-box-area {
	height: 408px;
	width: 408px;
	position: relative;
	padding: 47px 45px 50px 50px;
	transform: translate(-25%, 22.54%)
}
.newslatter {
	padding: 49px 0
}
.linkedin {
	margin: 30px 0
}
.custom-grid {
	display: table;
	width: 100%;
	height: 100%
}
.custom-grid .left-side,
.custom-grid .right-side {
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: middle
}
.custom-grid .halph-container,
.custom-grid .wide-container {
	width: 100%;
	position: relative
}
.custom-grid .halph-container {
	padding: 0 25px;
	max-width: 640px
}
.custom-grid .left-side .halph-container {
	float: right
}
.custom-grid .left-side .wide-container {
	padding-right: 25px
}
.custom-grid .right-side .halph-container {
	float: left
}
.custom-grid .right-side .wide-container {
	padding-left: 25px
}
.custom-grid .image {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important
}
.team-content-box .left-side,
.team-content-box .right-side {
	vertical-align: top;
	box-sizing: border-box
}
.team-content-box .left-side .halph-container,
.team-content-box .left-side .wide-container,
.team-content-box .right-side .halph-container,
.team-content-box .right-side .wide-container {
	height: inherit
}
.team-content-box .left-side .halph-container {
	padding-left: 78px
}
.team-content-box .image {
	min-height: 385px
}
.content-with-sidebar {
	overflow-x: hidden
}
.content-with-sidebar .container {
	display: table;
	height: 100%
}
.content-with-sidebar .sidebar,
.content-with-sidebar .content {
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: top
}
.content-with-sidebar .sidebar {
	position: relative;
	padding: 36px 50px
}
.content-with-sidebar .sidebar:after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}
.content-with-sidebar .sidebar-title {
	margin-bottom: 10px
}
.content-with-sidebar .sidebar-text p {
	margin-bottom: 6px
}
.content-with-sidebar .content {
	padding: 43px 50px 41px
}
.content-with-sidebar-image {
	overflow: hidden
}
.content-with-sidebar-image-header {
	position: relative;
	height: 308px
}
.content-with-sidebar-image-header:after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: -1
}
.content-with-sidebar-image-header-title {
	width: 66.66666667%;
	position: absolute;
	bottom: 41px;
	padding: 0 49px
}

.content-with-sidebar-image-header-qa {
	position: relative;
	height: 308px
}
.content-with-sidebar-image-header-qa:after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: -1
}
.content-with-sidebar-image-header-qa:before {
	content: "";
	position: absolute;
	width: 1000%;
	height: 50%;
	bottom: 0;
	right: 0;
	z-index: -1
}

.content-with-sidebar-image-header-right-bar {
	width: 33.33333333%;
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 14px 47px 11px
}
.journal-banner {
	position: relative;
	padding-bottom: 22px
}
.journal-banner:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}
.journal-banner+.case-studies:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}
.journal-banner-title {
	width: 66.66666667%;
	padding-left: 52px
}
.journal-banner-content {
	position: relative;
	padding-top: 57px;
	padding-bottom: 51px
}
.journal-banner-content .btn {
	position: absolute;
	right: 50px;
	bottom: 50px;
	padding-right: 42px;
	padding-left: 44px
}
.journal-news {
	position: relative;
	overflow-y: hidden;
	padding-top: 35px;
	padding-bottom: 50px
}
.journal-news:before {
	content: "";
	height: 247px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}
.journal-news .section-title {
	padding-left: 47px;
	margin-bottom: 26px
}
.journal-news .show-all {
	margin-right: 48px;
	margin-bottom: 37px
}
.content-with-gallery .content {
	float: left;
	display: block;
	height: auto
}
.post-header .post-header-image {
	height: 438px
}
.post-header .container {
	height: 100%;
	position: relative;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important
}
footer {
	padding-top: 28px;
	padding-bottom: 14px
}
.footer-right {
	padding-left: 95px
}
.footer-logo {
	margin-top: 1px
}
.footer-logo img {
	width: 89px;
	height: 19px
}
.footer-contacts+.copyright {
	margin-top: 20px
}

/* new styles */
.header-logo {
	padding-left: 30px;
	padding-top: 33px;
}
.top-awards {
	text-align: center;
	background-color: #ecf4f7;
	padding-bottom: 115px;
	margin-bottom: -115px;
}
#form-vacancy {
	background-color: #e8eef0;
	padding: 45px 45px 30px;
	margin-top: 90px;
}
#form-vacancy form input[type="text"],
#form-vacancy form input[type="email"],
#form-vacancy form select,
#form-vacancy form textarea {
	background-color: #fff;
}
#form-vacancy h3{
	color: #373845;
	font-weight: 400;
	font-size: 30px;
	margin: 0 auto 25px;
	padding-left: 26px;
}
.content-with-sidebar-vacancies .sidebar,
.content-with-sidebar-vacancies .content {
	display: inline-block;
}
.content-with-sidebar .vacancy-content {
	padding: 30px 40px 30px 0;
}
.vacancy {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.vacancy-less {
	/*padding: 50px;	*/
}
.vacancy-more {
	display: none;
	/*padding-top: 30px;*/
}
.vacancy-more.open {
	display: block;
}
.vacancy-text {
	padding: 0 50px;
}
.content-with-sidebar .content .vacancy h3 {
	font-size: 18px;
	font-weight: 500;
	color: #3185fc;
	margin: 0;
	padding-top: 45px;
}
.vacancy .more-link {
	color: #3185fc;
	text-transform: uppercase;
	padding: 30px 0;
	display: block;
	cursor: pointer;
}
.additional-title {
	padding: 30px 0 5px;
	color: #3185fc;
}
.standart-upload {
	position: relative;
}
.standart-upload input {
	height: 60px;
	width: 100%;
}
.custom-upload {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	line-height: 60px;
	padding-left: 26px;
	top: 0;
	overflow: hidden;
	background-color: #fff;
}

.form-vacancy input::-webkit-input-placeholder {
	color: #4a6077;
}
.form-vacancy input::-moz-placeholder {
	color: #4a6077;
}
.form-vacancy input:-moz-placeholder {
	color: #4a6077;
}
.form-vacancy input:-ms-input-placeholder {
	color: #4a6077;
}
.form-vacancy textarea::-webkit-input-placeholder {
	color: #4a6077;
}
.form-vacancy textarea::-moz-placeholder {
	color: #4a6077;
}
.form-vacancy textarea:-moz-placeholder {
	color: #4a6077;
}
.form-vacancy textarea:-ms-input-placeholder {
	color: #4a6077;
}
.upload-icons {
	display: table;
	background-color: #fff;
	position: absolute;
	height: 60px;
	right: 0;
	top: 0;
}
.upload-icons span {
	display: table-cell;
	color: #ed1d3b;
	cursor: pointer;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
.upload-icons > .fa {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

/*! Breakpoint lg */
/*! Breakpoint md */

@media (max-width: 1279px) {
	.header-logo .tagline {
		display: none;
	}

}

@media (min-width: 992px) and (max-width: 1279px) {
	.main-slider .item {
		height: 400px
	}
	.label .container {
		margin-top: -95px
	}
	.label-left,
	.label-right {
		padding: 40px
	}
	.label-left {
		padding-top: 37px;
		padding-bottom: 32px
	}
	.label-right {
		padding: 36px 40px 34px
	}
	.case-study {
		height: 304px
	}
	.case-study-meta,
	.journal-posts.related-case .related-case-study {
		padding: 35px 35px 40px 40px
	}
	.case-study-tag,
	.journal-posts.related-case .related-case-study-tag {
		font-size: 12px;
		margin-bottom: 10px;
		padding-bottom: 5px
	}
	.case-study-title,
	.journal-posts.related-case .related-case-study-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px
	}
	.case-study-desc,
	.journal-posts.related-case .related-case-study-text {
		font-size: 12px;
		line-height: 23px
	}
	.case-study .more-link {
		left: 40px;
		bottom: 36px;
		font-size: 12px
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px
	}
	.journal-posts.custom-posts:after {
		height: 179px
	}
	.journal-posts.custom-posts .journal-post-title {
		line-height: 30px;
		font-size: 18px
	}
	.journal-posts.custom-posts .start-project .journal-post-meta {
		padding-top: 35px
	}
	.journal-posts.custom-posts .start-project .more-link {
		bottom: 36px
	}
	.journal-posts.related-case .related-case-study .more-link {
		left: 40px;
		bottom: 36px;
		font-size: 12px
	}
	.journal-post,
	.journal-posts.related-case .related-case-study {
		height: 304px
	}
	.journal-post-category {
		font-size: 12px;
		left: 40px
	}
	.journal-post-meta {
		padding: 0 35px 36px 40px
	}
	.journal-post-title {
		font-size: 18px;
		line-height: 30px
	}
	.journal-post .more-link {
		font-size: 12px
	}
	.partners-list li {
		padding: 0 20px
	}
	.partners-boxed .partner-logo {
		height: 124px
	}
	.content-box-image {
		height: 448px
	}
	.content-box-area {
		height: 304px;
		width: 304px;
		padding: 37px 35px 40px 40px
	}
	.content-box-area-tag {
		font-size: 12px;
		margin-bottom: 19px
	}
	.content-box-area-title {
		font-size: 22px;
		line-height: 32px
	}
	.content-box-area-text {
		font-size: 13px;
		line-height: 20px
	}
	.content-box-area-text p:not(:last-child) {
		margin-bottom: 19px
	}
	.content-box-area-text p:not(:first-child) {
		display: none
	}
	.content-box-area .more-link {
		bottom: 47px
	}
	.newslatter-field input[type="email"] {
		width: 453px
	}
	.custom-grid .halph-container {
		max-width: 485px
	}
	.journal-banner-title {
		font-size: 38px;
		line-height: 43px
	}
	.journal-banner.exp-banner .journal-banner-title {
		font-size: 24px;
		line-height: 34px
	}
	.journal-news:before {
		height: 222px
	}
	.journal-news .news-post {
		height: 228px
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 35px 15px 34px 40px !important
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 35px 15px 34px 30px
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:after,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:after {
		right: auto;
		left: -8px;
		border-left-width: 0;
		border-right: 8px solid #fff
	}
	.journal-news .news-post-desc {
		padding: 35px 15px 34px 40px
	}
	.journal-news .news-post-desc:before,
	.journal-news .news-post-desc:after {
		right: -8px;
		border: 8px solid transparent;
		border-left: 8px solid #fff;
		border-right-width: 0px;
		border-bottom-width: 8px;
		border-top: 0 solid #fff
	}
	.journal-news .news-post-desc:after {
		border-top: 8px solid transparent;
		border-bottom: 0 solid #fff
	}
	.journal-news .news-post-tag {
		font-size: 12px;
		line-height: 22px;
		padding-bottom: 5px;
		margin-bottom: 8px
	}
	.journal-news .news-post-title {
		font-size: 15px;
		line-height: 21px
	}
	.journal-news .news-post .more-link {
		font-size: 12px;
		bottom: 33px;
		letter-spacing: 2.7px
	}
	.post-header-box {
		padding: 38px 42px 27px
	}
	.post-header-tag {
		margin-bottom: 20px
	}
	.post-header-title {
		font-size: 22px;
		line-height: 38px
	}
	.post-header.custom-post-header .post-header-image {
		height: 742px
	}
	.post-header.custom-post-header .post-header-image:after {
		height: 204px
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 22px;
		line-height: 38px
	}
}
@media (max-width: 1279px) {
	.footer-right {
		padding-left: 0
	}
}
/*! Breakpoints sm */

@media (max-width: 991px) {
	header {
		padding: 10px 0;
		height: inherit;
		background: #373845
	}
	header .container {
		padding: 0 30px
	}
	.header-logo {
		/*width: 133px;*/
		/*height: 28px;*/
		/*margin-top: 17px*/
	}
	.header-logo img {
		width: 100%;
		height: auto;
		max-height: 35px;
		transition: all .4s ease
	}
	.header-logo img:active {
		opacity: .8
	}
	.header-logo .tagline {
		display: none
	}
	.mobile-menu {
		margin-top: 15px;
		display: inline-block
	}
	.mobile-menu.open+.header-menu {
		display: block
	}
	.header-menu {
		display: none;
		position: absolute;
		left: 0;
		background: #30313c;
		width: 100%;
		/*top: 98px;*/
		top: 86px;
		z-index: 1000
	}
	.header-menu>ul {
		text-align: left;
		padding: 30px
	}
	.header-menu>ul>li:not(:last-child) {
		margin-bottom: 15px
	}
	.header-menu>ul>.open>a i.fa.fa-chevron-down {
		transform: rotate(-180deg)
	}
	.header-menu li {
		display: block;
		font-size: 20px
	}
	.header-menu li:not(:first-child) {
		margin: 0
	}
	.header-menu li a {
		display: block;
		color: #fff;
	}

	.header-menu > ul > li {
		display: block;
	}

	.header-menu > ul > li:last-child {
		display: inline-block;
	}

	.header-menu > ul > li > a {
		padding: 10px 20px;
		height: auto;
	}

	.header-menu li a:hover {
		color: #fff
	}
	.header-menu li a:hover i.fa.fa-chevron-down {
		/*color: #ed1d3b*/
	}
	.header-menu li a:active {
		color: #64667e
	}
	.header-menu li a:active i.fa.fa-chevron-down {
		color: #f36478
	}
	.header-menu li i.fa.fa-chevron-down {
		float: right;
		font-size: 16px;
		top: 2px
	}
	.header-menu .dropdown {
		position: static;
		padding: 0;
		margin-top: 10px;
		width: 100%;
		border: none;
		text-align: left
	}
	.header-menu .dropdown li {
		font-size: 16px;
		padding: 0;
		display: block
	}
	.header-menu .dropdown li:hover a {
		background: none;
		color: #fff
	}
	.header-menu .dropdown li:active a,
	.header-menu .dropdown li.current-menu-item a,
	.header-menu .dropdown li.current_page-item a {
		/*color: #3185fc*/
	}
	.header-menu .dropdown a {
		background: none;
		color: #fff
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-logo {
		text-align: center;
		margin-top: -12px
	}
	.header-logo .tagline {
		display: block
	}
	.header-logo .tagline:before {
		display: block;
		width: 30px;
		height: 1px;
		border-left: none;
		border-top: 1px solid #ededed;
		margin: 5px auto 5px
	}
	.header-menu li:not(:first-child) {
		/*margin-left: 20px*/
	}
	.header-menu .dropdown li {
		margin-left: 0
	}
	.main-slider .item {
		height: 316px
	}
	.main-slider .item-content {
		font-size: 26px;
		line-height: 27px
	}
	.label {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.label .container {
		margin-top: 0
	}
	.label-left,
	.label-right {
		padding: 30px
	}
	.label-left {
		padding-top: 27px;
		padding-bottom: 22px
	}
	.label-left:after {
		font-size: 18px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		right: -20px;
		transform: translate(0, -50%)
	}
	.label-right {
		padding: 26px 30px 24px
	}
	.case-study {
		height: 231px
	}
	.case-study-meta,
	.journal-posts.related-case .related-case-study {
		padding: 25px 25px 30px 30px
	}
	.case-study-tag,
	.journal-posts.related-case .related-case-study-tag {
		font-size: 11px;
		padding-bottom: 5px;
		margin-bottom: 8px
	}
	.case-study-title,
	.journal-posts.related-case .related-case-study-title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px
	}
	.case-study-desc,
	.journal-posts.related-case .related-case-study-text {
		font-size: 11px;
		line-height: 20px
	}
	.case-study .more-link {
		left: 30px;
		bottom: 26px;
		font-size: 11px
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px
	}
	.journal-posts.custom-posts:after {
		height: 142px
	}
	.journal-posts.custom-posts .journal-post-title {
		font-size: 16px;
		line-height: 28px
	}
	.journal-posts.custom-posts .start-project .journal-post-meta {
		padding-top: 25px
	}
	.journal-posts.custom-posts .start-project .more-link {
		bottom: 26px
	}
	.journal-posts.related-case .related-case-study .more-link {
		left: 30px;
		bottom: 26px;
		font-size: 11px
	}
	.journal-post,
	.journal-posts.related-case .related-case-study {
		height: 231px
	}
	.journal-post-category {
		font-size: 11px;
		left: 30px
	}
	.journal-post-category a {
		padding: 9px 14px 7px
	}
	.journal-post-meta {
		padding: 0 25px 26px 30px
	}
	.journal-post-title {
		font-size: 16px;
		line-height: 28px
	}
	.journal-post .more-link {
		font-size: 11px
	}
	.partners-list li {
		padding: 0 25px
	}
	.partners-boxed .partner-logo {
		height: 145px
	}
	.content-box-image {
		height: 355px
	}
	.content-box-area {
		height: 276px;
		width: 276px;
		padding: 27px 25px 30px 30px;
		transform: translate(-20.5%, 14.31%)
	}
	.content-box-area-tag {
		font-size: 11px;
		margin-bottom: 10px
	}
	.content-box-area-title {
		font-size: 20px;
		line-height: 30px
	}
	.content-box-area-text {
		font-size: 11px;
		line-height: 16px
	}
	.content-box-area-text p:not(:last-child) {
		margin-bottom: 11px
	}
	.content-box-area .more-link {
		bottom: 37px;
		font-size: 12px
	}
	.newslatter-field input[type="email"] {
		width: 353px
	}
	.linkedin a {
		padding-top: 25px;
		padding-bottom: 24px
	}
	.linkedin img {
		width: 100px;
		height: 25px
	}
	.linkedin span {
		font-size: 16px;
		line-height: 29px;
		margin-right: 20px;
		letter-spacing: 3px
	}
	.custom-grid .halph-container {
		max-width: 375px
	}
	.contact #map,
	.contact .flxmap-container {
		height: 584px !important
	}
	.contact .left-side .halph-container {
		padding-left: 25px
	}
	.contact .halph {
		padding-right: 0
	}
	.contact .halph+.halph {
		padding-left: 0
	}
	.journal-banner-content {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.journal-banner-title {
		font-size: 28px;
		line-height: 33px;
		padding-left: 40px
	}
	.journal-banner-tag {
		margin-left: 40px;
		margin-bottom: 20px
	}
	.journal-banner .btn {
		padding-right: 23px;
		padding-left: 24px;
		padding-top: 16px;
		padding-bottom: 14px;
		font-size: 11px;
		bottom: 30px;
		right: 40px
	}
	.journal-banner.exp-banner .journal-banner-title {
		font-size: 22px;
		line-height: 32px
	}
	.journal-news:before {
		height: 191px
	}
	.journal-news .section-title {
		font-size: 20px;
		padding-left: 37px
	}
	.journal-news .show-all {
		line-height: 32px;
		margin-right: 38px
	}
	.journal-news .news-post {
		height: 173px
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 15px 15px 14px 20px !important
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 15px 10px 14px 15px
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:after,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:after {
		right: auto;
		left: -7px;
		border-left-width: 0;
		border-right: 7px solid #fff
	}
	.journal-news .news-post-desc {
		padding: 15px 10px 14px 20px
	}
	.journal-news .news-post-desc:before,
	.journal-news .news-post-desc:after {
		right: -7px;
		border: 7px solid transparent;
		border-left: 7px solid #fff;
		border-right-width: 0px;
		border-bottom-width: 7px;
		border-top: 0 solid #fff
	}
	.journal-news .news-post-desc:after {
		border-top: 7px solid transparent;
		border-bottom: 0 solid #fff
	}
	.journal-news .news-post-tag {
		font-size: 11px;
		line-height: 21px;
		padding-bottom: 0px
	}
	.journal-news .news-post-title {
		font-size: 13px;
		line-height: 19px
	}
	.journal-news .news-post .more-link {
		font-size: 11px;
		bottom: 13px;
		letter-spacing: 1.7px
	}
	.post-header-box {
		width: 36.9%;
		transform: translate(-10.8%, 0);
		padding: 28px 32px 17px
	}
	.post-header-tag {
		font-size: 12px;
		margin-bottom: 10px
	}
	.post-header-title {
		font-size: 20px;
		line-height: 36px
	}
	.post-header.custom-post-header .post-header-image {
		height: 642px
	}
	.post-header.custom-post-header .post-header-image:after {
		height: 154px
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 20px;
		line-height: 36px
	}
	.post-gallery .gallery-wrap:before {
		height: 70px
	}
	.post-gallery-item {
		height: 141px
	}
}
/*! Breakpoints xs */

@media (max-width: 767px) {
	.container {
		padding: 0 60px
	}
	.btn {
		font-size: 18px
	}
	.btn-red:hover {
		background: #ed1d3b
	}
	.btn-red:active {
		background: #f14c64
	}
	.section-title {
		font-size: 34px
	}
	.section-desc {
		font-size: 18px
	}
/*	header {
		padding: 30px 0 37px;
		background: #373845
	}
	header .container {
		padding: 0 30px
	}
	.header-logo {
		width: 133px;
		height: 28px;
		margin-top: 17px
	}
	.header-logo img {
		width: 100%;
		height: auto;
		transition: all .4s ease
	}
	.header-logo img:active {
		opacity: .8
	}
	.header-logo .tagline {
		display: none
	}
	.mobile-menu {
		display: inline-block
	}
	.mobile-menu.open+.header-menu {
		display: block
	}
	.header-menu {
		display: none;
		position: absolute;
		left: 0;
		background: #30313c;
		width: 100%;
		top: 98px;
		z-index: 99
	}
	.header-menu>ul {
		text-align: left;
		padding: 30px
	}
	.header-menu>ul>li:not(:last-child) {
		margin-bottom: 15px
	}
	.header-menu>ul>.open>a i.fa.fa-chevron-down {
		transform: rotate(-180deg)
	}
	.header-menu li {
		display: block;
		font-size: 20px
	}
	.header-menu li:not(:first-child) {
		margin: 0
	}
	.header-menu li a {
		display: block;
		color: #fff
	}
	.header-menu li a:hover {
		color: #fff
	}
	.header-menu li a:hover i.fa.fa-chevron-down {
		color: #ed1d3b
	}
	.header-menu li a:active {
		color: #64667e
	}
	.header-menu li a:active i.fa.fa-chevron-down {
		color: #f36478
	}
	.header-menu li i.fa.fa-chevron-down {
		float: right;
		font-size: 16px;
		top: 2px
	}
	.header-menu .dropdown {
		position: static;
		padding: 0;
		margin-top: 10px;
		width: 100%;
		border: none;
		text-align: left
	}
	.header-menu .dropdown li {
		font-size: 16px;
		padding: 0;
		display: block
	}
	.header-menu .dropdown li:hover a {
		background: none;
		color: #fff
	}
	.header-menu .dropdown li:active a,
	.header-menu .dropdown li.current-menu-item a,
	.header-menu .dropdown li.current_page-item a {
		color: #3185fc
	}
	.header-menu .dropdown a {
		background: none;
		color: #fff
	}*/
	.main-slider .container {
		padding: 0
	}
	.main-slider .item {
		height: 807px;
		text-align: center
	}
	.main-slider .item-content {
		position: static;
		display: inline-block;
		font-size: 60px;
		line-height: 60px;
		max-width: 80%;
		transform: translate(0, 0);
		padding: 25px 33px;
		margin-top: 167px
	}
	.main-slider .owl-dots {
		bottom: 30.5%;
		left: 23.6%
	}
	.main-slider .owl-dot {
		width: 20px;
		height: 20px
	}
	.main-slider .owl-dot:not(:last-child) {
		margin-right: 13px
	}
	.label {
		padding-top: 0;
		padding-bottom: 0
	}
	.label .container {
		margin: 0;
		padding: 0
	}
	.label-left,
	.label-right {
		padding: 30px 60px;
		display: block;
		width: 100%
	}
	.label-left {
		padding-top: 55px;
		padding-bottom: 49px
	}
	.label-left:after {
		display: none
	}
	.label-right {
		padding-top: 55px;
		padding-bottom: 51px
	}
	.label h3 {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: .35px
	}
	.label p {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 36px
	}
	.label p span {
		font-size: 24px;
		line-height: 36px;
		display: block;
		font-weight: 600;
		letter-spacing: .2px;
		margin-bottom: 36px
	}
	.label .more-link {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 5.5px
	}
	.case-studies {
		padding-top: 60px;
		padding-bottom: 0
	}
	.case-studies:before {
		height: 90%
	}
	.case-studies .container {
		padding: 0
	}
	.case-studies .case-study {
		height: auto;
		padding-left: 60px;
		padding-right: 60px
	}
	.case-studies .case-study-meta,
	.case-studies .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies .related-case-study,
	.case-studies .case-study-image {
		float: none
	}
	.case-studies .case-study-meta,
	.case-studies .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies .related-case-study {
		margin: -102px -60px 0;
		width: auto;
		padding: 159px 60px 152px
	}
	.case-studies .case-study-image {
		width: 100%;
		height: 520px;
		z-index: 1
	}
	.case-studies .case-study-tag,
	.case-studies .journal-posts.related-case .related-case-study-tag,
	.journal-posts.related-case .case-studies .related-case-study-tag {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 15px;
		margin-bottom: 37px
	}
	.case-studies .case-study-tag:after,
	.case-studies .journal-posts.related-case .related-case-study-tag:after,
	.journal-posts.related-case .case-studies .related-case-study-tag:after {
		width: 92px;
		height: 4px
	}
	.case-studies .case-study-title,
	.case-studies .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies .related-case-study-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 26px
	}
	.case-studies .case-study-desc,
	.case-studies .journal-posts.related-case .related-case-study-text,
	.journal-posts.related-case .case-studies .related-case-study-text {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 59px
	}
	.case-studies .case-study .more-link {
		position: static;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 4.7px
	}
	.case-studies .case-study .more-link:hover {
		color: #3185fc
	}
	.case-studies .case-study .more-link:active {
		color: #7cb2fd
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 26px
	}
	.case-studies.custom-case .case-study-meta,
	.case-studies.custom-case .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies.custom-case .related-case-study {
		padding-bottom: 70px
	}
	.journal-posts.custom-posts {
		padding-bottom: 0
	}
	.journal-posts.custom-posts:after {
		display: none
	}
	.journal-posts.custom-posts .journal-post-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 26px
	}
	.journal-posts.custom-posts .journal-post .more-link {
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 4.7px
	}
	.journal-posts.custom-posts .journal-post .more-link:hover {
		color: #3185fc
	}
	.journal-posts.custom-posts .journal-post .more-link:active {
		color: #7cb2fd
	}
	.journal-posts.custom-posts .start-project {
		height: auto
	}
	.journal-posts.custom-posts .start-project .journal-post-meta {
		position: static
	}
	.journal-posts.custom-posts .start-project .journal-post-meta .more-link {
		position: static
	}
	.journal-posts.custom-posts .start-project .journal-post-meta .more-link:hover {
		color: #fff
	}
	.journal-posts.custom-posts .start-project .journal-post-meta .more-link:active {
		color: #d9d9d9
	}
	.journal-posts .container {
		padding: 0
	}
	.journal-posts.related-case {
		padding-bottom: 0
	}
	.journal-posts.related-case:after {
		display: none
	}
	.journal-posts.related-case .related-case-study {
		padding: 60px;
		height: auto
	}
	.journal-posts.related-case .related-case-study-tag {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 15px;
		margin-bottom: 37px
	}
	.journal-posts.related-case .related-case-study-tag:after {
		width: 92px;
		height: 4px
	}
	.journal-posts.related-case .related-case-study-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 26px
	}
	.journal-posts.related-case .related-case-study-text {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 59px
	}
	.journal-posts.related-case .related-case-study .more-link {
		position: static;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 4.7px
	}
	.journal-posts.related-case .related-case-study .more-link:hover {
		color: #3185fc
	}
	.journal-posts.related-case .related-case-study .more-link:active {
		color: #7cb2fd
	}
	.journal-post {
		height: 520px
	}
	.journal-post-meta {
		padding: 56px 60px
	}
	.partners-list {
		padding: 0;
		text-align-last: auto
	}
	.partners-boxed {
		padding-top: 50px
	}
	.partners-boxed .partner-logo {
		outline: none
	}
	.partners-boxed.with-desc {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.partners-boxed.with-desc .partner-logo:hover {
		border-color: transparent
	}
	.partners-boxed.with-desc .partner-logo:active {
		border-color: #3185fc
	}
	.partners-boxed.with-desc .partners-descs {
		margin-bottom: -30px;
		margin-top: 20px
	}
	.partners-boxed.with-desc .partners-descs .container {
		padding: 0 60px
	}
	.partners-boxed.with-desc .partners-descs-title,
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		line-height: 30px
	}
	.partners-boxed.with-desc .partners-descs-title {
		font-size: 22px
	}
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		font-size: 18px
	}
	.content-box {
		padding-bottom: 0
	}
	.content-box:after {
		display: none
	}
	.content-box .container {
		padding: 0
	}
	.content-box-image {
		height: 700px;
		padding: 0 60px
	}
	.content-box-area {
		min-height: 408px;
		height: auto;
		width: 100%;
		padding: 59px 45px 120px 60px;
		transform: translate(0, 40%)
	}
	.content-box-area-tag {
		font-size: 24px;
		line-height: 24px;
		border-bottom: 4px solid #fff;
		padding-bottom: 11px;
		margin-bottom: 38px
	}
	.content-box-area-title {
		font-size: 36px;
		font-weight: 400;
		line-height: 46px
	}
	.content-box-area-text {
		font-size: 18px;
		line-height: 30px
	}
	.content-box-area-text p:not(:last-child) {
		margin-bottom: 19px
	}
	.content-box-area-text p:not(:first-child) {
		display: none
	}
	.content-box-area .more-link {
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 5.1px
	}
	.content-box-area .more-link:hover {
		color: #fff
	}
	.content-box-area .more-link:active {
		color: #d9d9d9
	}
	.newslatter {
		padding: 58px 0 50px 0
	}
	.newslatter-title {
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 42px
	}
	.newslatter-field {
		margin-left: 0
	}
	.newslatter-field input[type="email"] {
		width: 100%;
		border-bottom: 4px solid #fff;
		padding-right: 110px
	}
	.newslatter-field input[type="email"],
	.newslatter-field button {
		height: 40px;
		font-size: 18px
	}
	.newslatter-field button {
		letter-spacing: 2.6px
	}
	.newslatter-title,
	.newslatter-field {
		display: block
	}
	.linkedin {
		margin: 0
	}
	.linkedin a {
		padding-top: 45px;
		padding-bottom: 44px
	}
	.linkedin a:hover {
		background: #0077b5
	}
	.linkedin a:active {
		background: #0099e8
	}
	.linkedin img {
		width: 140px;
		height: 36px
	}
	.linkedin span {
		font-size: 22px;
		line-height: 35px;
		margin-right: 0;
		margin-bottom: 10px;
		letter-spacing: 4px;
		display: block
	}
	.custom-grid {
		display: block
	}
	.custom-grid .left-side,
	.custom-grid .right-side {
		display: block;
		width: 100%
	}
	.custom-grid .halph-container,
	.custom-grid .wide-container {
		width: 100%
	}
	.custom-grid .halph-container {
		max-width: none;
		padding: 0 60px
	}
	.custom-grid .left-side .halph-container {
		float: none
	}
	.custom-grid .left-side .wide-container {
		padding-right: 0
	}
	.custom-grid .right-side .halph-container {
		float: none
	}
	.custom-grid .right-side .wide-container {
		padding-left: 0
	}
	.contact #map,
	.contact .flxmap-container {
		height: 484px !important
	}
	.contact .section-title,
	.contact .section-desc {
		padding-left: 0
	}
	.contact .section-title {
		margin-top: 0
	}
	.contact .left-side {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.contact .left-side .halph-container {
		padding-left: 60px
	}
	.contact .halph {
		padding-right: 0
	}
	.contact .halph+.halph {
		padding-left: 0
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select,
	.contact form textarea {
		font-size: 18px
	}
	.contact form textarea {
		height: 191px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select {
		height: 64px
	}
	.contact form input[type="submit"] {
		margin-bottom: 0
	}
	.contact form .wpcf7-response-output {
		margin-top: 25px
	}
	.team-content-box .left-side .halph-container {
		padding-left: 60px;
		padding-bottom: 50px
	}
	.team-content-box .section-title {
		font-size: 34px;
		line-height: 40px
	}
	.team-content-box .section-text {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 30px
	}
	.team-content-box .view {
		font-size: 18px;
		position: static
	}
	.team-content-box .view a .fa-chevron-down {
		top: -2px;
		font-size: 10px
	}
	.content-with-sidebar {
		overflow-x: auto
	}
	.content-with-sidebar .container {
		display: block;
		height: auto
	}
	.content-with-sidebar .sidebar,
	.content-with-sidebar .content {
		padding: 60px 60px;
		display: block;
		height: auto
	}
	.content-with-sidebar .content {
		padding-left: 0;
		padding-right: 0
	}
	.content-with-sidebar .content h1:not(:last-child),
	.content-with-sidebar .content h2:not(:last-child),
	.content-with-sidebar .content h3:not(:last-child),
	.content-with-sidebar .content h4:not(:last-child),
	.content-with-sidebar .content h5:not(:last-child),
	.content-with-sidebar .content h6:not(:last-child) {
		margin-bottom: 31px
	}
	.content-with-sidebar .content h1.reset,
	.content-with-sidebar .content h1.section-title,
	.content-with-sidebar .content h1.section-desc,
	.content-with-sidebar .content h1.section-text,
	.content-with-sidebar .content h1.mobile-menu,
	.content-with-sidebar .content .header-menu h1.dropdown,
	.header-menu .content-with-sidebar .content h1.dropdown,
	.content-with-sidebar .content h1.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h1.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h1.related-case-study-title,
	.content-with-sidebar .content h1.journal-post-title,
	.content-with-sidebar .content h1.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h1.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h1.partners-descs-title,
	.content-with-sidebar .content h1.content-box-area-title,
	.content-with-sidebar .content h1.footer-contacts,
	.content-with-sidebar .content h1,
	.content-with-sidebar .content h1.journal-banner-title,
	.content-with-sidebar .content .journal-news h1.news-post-title,
	.journal-news .content-with-sidebar .content h1.news-post-title,
	.content-with-sidebar .content h1.post-header-title,
	.content-with-sidebar .content h1.service-header-title,
	.content-with-sidebar .content h1.partners-list,
	.content-with-sidebar .content h1.sidebar-title,
	.content-with-sidebar .content h1.sidebar-menu,
	.content-with-sidebar .content h1.content-with-sidebar-image-header-title,
	.content-with-sidebar .content h2.reset,
	.content-with-sidebar .content h2.section-title,
	.content-with-sidebar .content h2.section-desc,
	.content-with-sidebar .content h2.section-text,
	.content-with-sidebar .content h2.mobile-menu,
	.content-with-sidebar .content .header-menu h2.dropdown,
	.header-menu .content-with-sidebar .content h2.dropdown,
	.content-with-sidebar .content h2.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h2.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h2.related-case-study-title,
	.content-with-sidebar .content h2.journal-post-title,
	.content-with-sidebar .content h2.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h2.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h2.partners-descs-title,
	.content-with-sidebar .content h2.content-box-area-title,
	.content-with-sidebar .content h2.footer-contacts,
	.content-with-sidebar .content h2,
	.content-with-sidebar .content h2.journal-banner-title,
	.content-with-sidebar .content .journal-news h2.news-post-title,
	.journal-news .content-with-sidebar .content h2.news-post-title,
	.content-with-sidebar .content h2.post-header-title,
	.content-with-sidebar .content h2.service-header-title,
	.content-with-sidebar .content h2.partners-list,
	.content-with-sidebar .content h2.sidebar-title,
	.content-with-sidebar .content h2.sidebar-menu,
	.content-with-sidebar .content h2.content-with-sidebar-image-header-title,
	.content-with-sidebar .content h3.reset,
	.content-with-sidebar .content h3.section-title,
	.content-with-sidebar .content h3.section-desc,
	.content-with-sidebar .content h3.section-text,
	.content-with-sidebar .content h3.mobile-menu,
	.content-with-sidebar .content .header-menu h3.dropdown,
	.header-menu .content-with-sidebar .content h3.dropdown,
	.content-with-sidebar .content .label h3,
	.label .content-with-sidebar .content h3,
	.content-with-sidebar .content h3.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h3.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h3.related-case-study-title,
	.content-with-sidebar .content h3.journal-post-title,
	.content-with-sidebar .content h3.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h3.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h3.partners-descs-title,
	.content-with-sidebar .content h3.content-box-area-title,
	.content-with-sidebar .content h3.footer-contacts,
	.content-with-sidebar .content h3,
	.content-with-sidebar .content h3.journal-banner-title,
	.content-with-sidebar .content .journal-news h3.news-post-title,
	.journal-news .content-with-sidebar .content h3.news-post-title,
	.content-with-sidebar .content h3.post-header-title,
	.content-with-sidebar .content h3.service-header-title,
	.content-with-sidebar .content h3.partners-list,
	.content-with-sidebar .content h3.sidebar-title,
	.content-with-sidebar .content h3.sidebar-menu,
	.content-with-sidebar .content h3.content-with-sidebar-image-header-title,
	.content-with-sidebar .content h4.reset,
	.content-with-sidebar .content h4.section-title,
	.content-with-sidebar .content h4.section-desc,
	.content-with-sidebar .content h4.section-text,
	.content-with-sidebar .content h4.mobile-menu,
	.content-with-sidebar .content .header-menu h4.dropdown,
	.header-menu .content-with-sidebar .content h4.dropdown,
	.content-with-sidebar .content h4.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h4.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h4.related-case-study-title,
	.content-with-sidebar .content h4.journal-post-title,
	.content-with-sidebar .content h4.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h4.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h4.partners-descs-title,
	.content-with-sidebar .content h4.content-box-area-title,
	.content-with-sidebar .content h4.footer-contacts,
	.content-with-sidebar .content h4,
	.content-with-sidebar .content h4.journal-banner-title,
	.content-with-sidebar .content .journal-news h4.news-post-title,
	.journal-news .content-with-sidebar .content h4.news-post-title,
	.content-with-sidebar .content h4.post-header-title,
	.content-with-sidebar .content h4.service-header-title,
	.content-with-sidebar .content h4.partners-list,
	.content-with-sidebar .content h4.sidebar-title,
	.content-with-sidebar .content h4.sidebar-menu,
	.content-with-sidebar .content h4.content-with-sidebar-image-header-title,
	.content-with-sidebar .content h5.reset,
	.content-with-sidebar .content h5.section-title,
	.content-with-sidebar .content h5.section-desc,
	.content-with-sidebar .content h5.section-text,
	.content-with-sidebar .content h5.mobile-menu,
	.content-with-sidebar .content .header-menu h5.dropdown,
	.header-menu .content-with-sidebar .content h5.dropdown,
	.content-with-sidebar .content h5.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h5.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h5.related-case-study-title,
	.content-with-sidebar .content h5.journal-post-title,
	.content-with-sidebar .content h5.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h5.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h5.partners-descs-title,
	.content-with-sidebar .content h5.content-box-area-title,
	.content-with-sidebar .content h5.footer-contacts,
	.content-with-sidebar .content h5,
	.content-with-sidebar .content h5.journal-banner-title,
	.content-with-sidebar .content .journal-news h5.news-post-title,
	.journal-news .content-with-sidebar .content h5.news-post-title,
	.content-with-sidebar .content h5.post-header-title,
	.content-with-sidebar .content h5.service-header-title,
	.content-with-sidebar .content h5.partners-list,
	.content-with-sidebar .content h5.sidebar-title,
	.content-with-sidebar .content h5.sidebar-menu,
	.content-with-sidebar .content h5.content-with-sidebar-image-header-title,
	.content-with-sidebar .content h6.reset,
	.content-with-sidebar .content h6.section-title,
	.content-with-sidebar .content h6.section-desc,
	.content-with-sidebar .content h6.section-text,
	.content-with-sidebar .content h6.mobile-menu,
	.content-with-sidebar .content .header-menu h6.dropdown,
	.header-menu .content-with-sidebar .content h6.dropdown,
	.content-with-sidebar .content h6.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case h6.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content h6.related-case-study-title,
	.content-with-sidebar .content h6.journal-post-title,
	.content-with-sidebar .content h6.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc h6.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content h6.partners-descs-title,
	.content-with-sidebar .content h6.content-box-area-title,
	.content-with-sidebar .content h6.footer-contacts,
	.content-with-sidebar .content h6,
	.content-with-sidebar .content h6.journal-banner-title,
	.content-with-sidebar .content .journal-news h6.news-post-title,
	.journal-news .content-with-sidebar .content h6.news-post-title,
	.content-with-sidebar .content h6.post-header-title,
	.content-with-sidebar .content h6.service-header-title,
	.content-with-sidebar .content h6.partners-list,
	.content-with-sidebar .content h6.sidebar-title,
	.content-with-sidebar .content h6.sidebar-menu,
	.content-with-sidebar .content h6.content-with-sidebar-image-header-title {
		margin: 0;
		padding: 0
	}
	.content-with-sidebar .content h1 {
		font-size: 34px;
		line-height: 50px
	}
	.content-with-sidebar .content h2 {
		font-size: 32px;
		line-height: 48px
	}
	.content-with-sidebar .content h3 {
		font-size: 30px;
		line-height: 46px
	}
	.content-with-sidebar .content h4 {
		font-size: 28px;
		line-height: 44px
	}
	.content-with-sidebar .content h5 {
		font-size: 26px;
		line-height: 42px
	}
	.content-with-sidebar .content h6 {
		font-size: 24px;
		line-height: 40px
	}
	.content-with-sidebar .content p {
		font-size: 18px;
		line-height: 30px
	}
	.content-with-sidebar .content p:not(:last-child) {
		margin-bottom: 36px
	}
	.content-with-sidebar .content ul {
		font-size: 21px;
		line-height: 35px
	}
	.content-with-sidebar .content ul:not(:last-child) {
		margin-bottom: 34px
	}
	.content-with-sidebar .content ul.reset,
	.content-with-sidebar .content ul.section-title,
	.content-with-sidebar .content ul.section-desc,
	.content-with-sidebar .content ul.section-text,
	.content-with-sidebar .content ul.mobile-menu,
	.content-with-sidebar .content .header-menu ul.dropdown,
	.header-menu .content-with-sidebar .content ul.dropdown,
	.content-with-sidebar .content .menu-bar ul,
	.menu-bar .content-with-sidebar .content ul,
	.content-with-sidebar .content ul.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title,
	.content-with-sidebar .content ul.journal-post-title,
	.content-with-sidebar .content ul.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul,
	.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul,
	.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title,
	.content-with-sidebar .content ul.content-box-area-title,
	.content-with-sidebar .content ul.footer-contacts,
	.content-with-sidebar .content ul.journal-banner-title,
	.content-with-sidebar .content .journal-news ul.news-post-title,
	.journal-news .content-with-sidebar .content ul.news-post-title,
	.content-with-sidebar .content ul.post-header-title,
	.content-with-sidebar .content ul.service-header-title,
	.content-with-sidebar .content ul.partners-list,
	.content-with-sidebar .content ul.sidebar-title,
	.content-with-sidebar .content ul.sidebar-menu,
	.content-with-sidebar .content ul.content-with-sidebar-image-header-title {
		font-size: 19px;
		line-height: 29px
	}
	.content-with-sidebar .content .post-author {
		color: #eb4259;
		font-size: 18px;
		line-height: 28px
	}
	.content-with-sidebar .content .post-author:after {
		height: 2px
	}
	.content-with-sidebar .content .post-author+.social {
		margin-top: 53px
	}
	.content-with-sidebar .sidebar {
		margin-left: -60px;
		margin-right: -60px;
		width: auto;
		font-size: 18px
	}
	.content-with-sidebar .sidebar:after {
		display: none
	}
	.content-with-sidebar .sidebar-title,
	.content-with-sidebar .sidebar-text {
		line-height: 30px
	}
	.content-with-sidebar .sidebar-menu a {
		line-height: 41px
	}
	.content-with-sidebar .sidebar-menu a:hover {
		color: #959595
	}
	.content-with-sidebar .sidebar-menu a:active {
		color: #6f6f6f
	}
	.content-with-sidebar .sidebar-title {
		margin-bottom: 20px
	}
	.content-with-sidebar .sidebar-text p {
		margin-bottom: 16px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar {
		font-size: 18px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-title {
		font-size: 23px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-text {
		color: #fff;
		margin-bottom: 25px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu li:not(:last-child) {
		margin-bottom: 14px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a {
		font-size: 21px;
		line-height: 30px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a .fa {
		font-size: 23px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a:hover {
		color: #fff
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a:active {
		color: #d9d9d9
	}
	.content-with-sidebar-image-header {
		height: 408px;
		margin-left: -60px;
		margin-right: -60px
	}
	.content-with-sidebar-image-header:after {
		display: none
	}
	.content-with-sidebar-image-header-qa {
		height: 408px;
		margin-left: -60px;
		margin-right: -60px
	}
	.content-with-sidebar-image-header-qa:after {
		display: none
	}
	.content-with-sidebar-image-header-title {
		width: 100%;
		padding: 0 60px;
		font-size: 41px;
		line-height: 42px
	}
	.content-with-sidebar-image-header-right-bar {
		display: none
	}
	.content-with-gallery .gallery {
		padding-top: 0;
		padding-bottom: 64px
	}
	.content-with-gallery .gallery figure img {
		width: 100%
	}
	.content-with-gallery .gallery figure:not(:last-child) {
		margin-bottom: 52px
	}
	footer {
		padding-top: 55px;
		padding-bottom: 32px
	}
	.footer-contacts li {
		font-size: 24px;
		line-height: 40px
	}
	.footer-contacts .phone {
		font-size: 24px
	}
	.footer-contacts li,
	.footer-contacts a {
		color: #fff
	}
	.footer-contacts a:hover {
		color: #fff
	}
	.footer-contacts a:active {
		color: #d9d9d9
	}
	.footer-contacts+.copyright {
		margin-top: 44px
	}
	.copyright {
		color: #bdbdbd;
		font-size: 11px;
		line-height: 40px;
		letter-spacing: .1px
	}
	.journal-banner {
		position: relative;
		padding-bottom: 22px
	}
	.journal-banner-title {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px
	}
	.journal-banner-tag {
		margin-left: 0;
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 15px;
		margin-bottom: 37px
	}
	.journal-banner-tag:after {
		height: 4px;
		left: 50%;
		transform: translate(-50%, 0)
	}
	.journal-banner-content {
		position: relative;
		padding: 60px;
		margin-left: -60px;
		margin-right: -60px;
		text-align: center
	}
	.journal-banner-content .btn {
		position: static
	}
	.journal-news {
		padding-top: 80px
	}
	.journal-news .section-title {
		font-size: 40px;
		padding: 0;
		text-align: center;
		margin-bottom: 50px
	}
	.journal-news .news-post {
		height: auto;
		display: flex;
		flex-direction: column-reverse
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 45px 25px 44px 50px !important
	}
	.journal-news .news-post.more-news-posts .more-link:hover {
		color: #fff
	}
	.journal-news .news-post.more-news-posts .more-link:active {
		color: #d9d9d9
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+3) .news-post-image,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-image {
		float: none
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 45px 25px 90px 50px
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+3) .news-post-desc:after,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:before,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc:after {
		display: none
	}
	.journal-news .news-post-desc,
	.journal-news .news-post-image {
		width: 100%;
		float: none
	}
	.journal-news .news-post-image {
		height: 306px
	}
	.journal-news .news-post-desc:before,
	.journal-news .news-post-desc:after {
		display: none
	}
	.journal-news .news-post-tag {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 15px;
		margin-bottom: 37px
	}
	.journal-news .news-post-tag:after {
		width: 92px;
		height: 4px
	}
	.journal-news .news-post-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 36px
	}
	.journal-news .news-post .more-link {
		position: static;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 4.7px
	}
	.journal-news .news-post .more-link:hover {
		color: #3185fc
	}
	.journal-news .news-post .more-link:active {
		color: #7cb2fd
	}
	.post-header .post-header-image {
		margin-left: -60px;
		margin-right: -60px;
		height: 538px
	}
	.post-header-box {
		float: none;
		width: 70%;
		transform: none;
		padding: 59px 45px 44px 60px
	}
	.post-header-tag {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 38px
	}
	.post-header-tag:after {
		height: 4px
	}
	.post-header-title {
		font-size: 36px;
		font-weight: 400;
		line-height: 46px
	}
	.post-header.custom-post-header .post-header-image {
		height: 642px
	}
	.post-header.custom-post-header .post-header-image:after {
		display: none
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 36px;
		font-weight: 400;
		line-height: 46px
	}
	.post-gallery {
		position: relative;
		margin-bottom: 60px
	}
	.post-gallery .gallery-wrap {
		position: static
	}
	.post-gallery .gallery-wrap:before {
		height: 200px
	}
	.post-gallery-item {
		height: 400px
	}
	.service-header-image {
		margin-left: -60px;
		margin-right: -60px;
		min-height: 434px
	}
	.service-header-image:after {
		display: none
	}
	.service-header-box {
		padding: 45px 60px
	}
	.service-header-tag {
		font-size: 18px;
		margin-bottom: 29px
	}
	.service-header-tag:after {
		height: 4px
	}
	.service-header-title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 29px
	}
	.service-header-text {
		font-size: 24px;
		line-height: 36px
	}
}
@media (max-width: 560px) {
	.btn {
		font-size: 16px
	}
	.section-title {
		font-size: 30px
	}
	.section-desc {
		font-size: 16px
	}
	header {
		padding: 20px 0 27px
	}
	.header-logo {
		/*width: 113px;*/
		/*height: 24px;*/
		/*margin-top: 12px*/
		padding-top: 15px;
	}
	.mobile-menu {
		font-size: 40px;
		line-height: 40px
	}
	.header-menu {
		top: 69px
	}
	.main-slider .item {
		height: 607px
	}
	.main-slider .item-content {
		font-size: 40px;
		line-height: 40px;
		margin-top: 137px
	}
	.main-slider .owl-dots {
		bottom: 25.5%
	}
	.label h3 {
		font-size: 40px;
		line-height: 40px
	}
	.label p {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 32px
	}
	.label p span {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 32px
	}
	.label .more-link {
		font-size: 20px;
		line-height: 32px
	}
	.case-studies {
		padding-top: 40px;
		padding-bottom: 0
	}
	.case-studies .case-study-meta,
	.case-studies .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies .related-case-study {
		margin: -102px -60px 0;
		width: auto;
		padding: 139px 60px 102px
	}
	.case-studies .case-study-image {
		height: 440px
	}
	.case-studies .case-study-tag,
	.case-studies .journal-posts.related-case .related-case-study-tag,
	.journal-posts.related-case .case-studies .related-case-study-tag {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px
	}
	.case-studies .case-study-tag:after,
	.case-studies .journal-posts.related-case .related-case-study-tag:after,
	.journal-posts.related-case .case-studies .related-case-study-tag:after {
		width: 92px;
		height: 4px
	}
	.case-studies .case-study-title,
	.case-studies .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies .related-case-study-title {
		font-size: 30px;
		line-height: 34px
	}
	.case-studies .case-study-desc,
	.case-studies .journal-posts.related-case .related-case-study-text,
	.journal-posts.related-case .case-studies .related-case-study-text {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 39px
	}
	.case-studies .case-study .more-link {
		font-size: 20px;
		line-height: 27px
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 30px;
		line-height: 34px
	}
	.journal-posts.custom-posts .journal-post-title {
		font-size: 30px;
		line-height: 34px
	}
	.journal-posts.custom-posts .journal-post .more-link {
		font-size: 20px;
		line-height: 27px
	}
	.journal-posts.related-case .related-case-study {
		padding: 50px 60px
	}
	.journal-posts.related-case .related-case-study-tag {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px
	}
	.journal-posts.related-case .related-case-study-tag:after {
		width: 92px;
		height: 4px
	}
	.journal-posts.related-case .related-case-study-title {
		font-size: 30px;
		line-height: 34px
	}
	.journal-posts.related-case .related-case-study-text {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 39px
	}
	.journal-posts.related-case .related-case-study .more-link {
		font-size: 20px;
		line-height: 27px
	}
	.journal-post {
		height: 480px
	}
	.journal-link a {
		font-size: 30px;
		line-height: 31px;
		padding-top: 32px;
		padding-bottom: 28px
	}
	.content-box-image {
		height: 613px
	}
	.content-box-area {
		min-height: 408px;
		padding: 59px 45px 50px 60px;
		transform: translate(0, 30%)
	}
	.content-box-area-tag {
		font-size: 20px;
		line-height: 20px;
		border-bottom: 4px solid #fff;
		padding-bottom: 11px;
		margin-bottom: 28px
	}
	.content-box-area-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 40px
	}
	.content-box-area-text {
		font-size: 16px;
		line-height: 28px
	}
	.content-box-area .more-link {
		font-size: 20px;
		line-height: 27px;
		letter-spacing: 5.1px
	}
	.partners-boxed.with-desc .partners-descs-title,
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		line-height: 28px
	}
	.partners-boxed.with-desc .partners-descs-title {
		font-size: 20px
	}
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		font-size: 16px
	}
	.newslatter-title {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 32px
	}
	.newslatter-field input[type="email"] {
		padding-right: 100px
	}
	.newslatter-field input[type="email"],
	.newslatter-field button {
		height: 40px;
		font-size: 16px
	}
	.linkedin a {
		padding-top: 35px;
		padding-bottom: 34px
	}
	.linkedin img {
		width: 130px;
		height: 33px
	}
	.linkedin span {
		font-size: 20px;
		line-height: 33px;
		letter-spacing: 4px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select,
	.contact form textarea {
		font-size: 16px
	}
	.contact form textarea {
		height: 181px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select {
		height: 54px
	}
	.team-content-box .section-title {
		font-size: 30px;
		line-height: 36px
	}
	.team-content-box .section-text {
		font-size: 16px;
		line-height: 28px
	}
	.team-content-box .view {
		font-size: 16px
	}
	.content-with-sidebar .content h1 {
		font-size: 32px;
		line-height: 48px
	}
	.content-with-sidebar .content h2 {
		font-size: 30px;
		line-height: 46px
	}
	.content-with-sidebar .content h3 {
		font-size: 28px;
		line-height: 44px
	}
	.content-with-sidebar .content h4 {
		font-size: 26px;
		line-height: 42px
	}
	.content-with-sidebar .content h5 {
		font-size: 24px;
		line-height: 40px
	}
	.content-with-sidebar .content h6 {
		font-size: 22px;
		line-height: 38px
	}
	.content-with-sidebar .content p {
		font-size: 16px;
		line-height: 28px
	}
	.content-with-sidebar .content ul {
		font-size: 19px;
		line-height: 33px
	}
	.content-with-sidebar .content ul.reset,
	.content-with-sidebar .content ul.section-title,
	.content-with-sidebar .content ul.section-desc,
	.content-with-sidebar .content ul.section-text,
	.content-with-sidebar .content ul.mobile-menu,
	.content-with-sidebar .content .header-menu ul.dropdown,
	.header-menu .content-with-sidebar .content ul.dropdown,
	.content-with-sidebar .content .menu-bar ul,
	.menu-bar .content-with-sidebar .content ul,
	.content-with-sidebar .content ul.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title,
	.content-with-sidebar .content ul.journal-post-title,
	.content-with-sidebar .content ul.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul,
	.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul,
	.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title,
	.content-with-sidebar .content ul.content-box-area-title,
	.content-with-sidebar .content ul.footer-contacts,
	.content-with-sidebar .content ul.journal-banner-title,
	.content-with-sidebar .content .journal-news ul.news-post-title,
	.journal-news .content-with-sidebar .content ul.news-post-title,
	.content-with-sidebar .content ul.post-header-title,
	.content-with-sidebar .content ul.service-header-title,
	.content-with-sidebar .content ul.partners-list,
	.content-with-sidebar .content ul.sidebar-title,
	.content-with-sidebar .content ul.sidebar-menu,
	.content-with-sidebar .content ul.content-with-sidebar-image-header-title {
		font-size: 17px;
		line-height: 27px
	}
	.content-with-sidebar .content .post-author {
		color: #eb4259;
		font-size: 16px;
		line-height: 26px
	}
	.content-with-sidebar .sidebar {
		font-size: 16px
	}
	.content-with-sidebar .sidebar-title,
	.content-with-sidebar .sidebar-text {
		line-height: 28px
	}
	.content-with-sidebar .sidebar-menu a {
		line-height: 39px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar {
		font-size: 16px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-title {
		font-size: 21px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-text {
		color: #fff;
		margin-bottom: 23px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu li:not(:last-child) {
		margin-bottom: 12px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a {
		font-size: 19px;
		line-height: 28px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a .fa {
		font-size: 21px
	}
	.content-with-sidebar-image-header {
		height: 358px
	}
	.content-with-sidebar-image-header-title {
		font-size: 39px;
		line-height: 40px
	}
	.footer-contacts li {
		font-size: 20px;
		line-height: 36px
	}
	.footer-contacts .phone {
		font-size: 20px
	}
	.footer-contacts+.copyright {
		margin-top: 34px
	}
	.copyright {
		line-height: 26px
	}
	.journal-banner-title {
		font-size: 40px;
		line-height: 45px
	}
	.journal-banner-tag {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px
	}
	.journal-banner.exp-banner .journal-banner-title {
		font-size: 38px;
		line-height: 43px
	}
	.journal-news {
		padding-top: 60px
	}
	.journal-news .section-title {
		font-size: 30px;
		margin-bottom: 35px
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 35px !important
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 35px
	}
	.journal-news .news-post-desc {
		padding: 35px
	}
	.journal-news .news-post-image {
		height: 278px
	}
	.journal-news .news-post-tag {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px
	}
	.journal-news .news-post-tag:after {
		width: 92px;
		height: 4px
	}
	.journal-news .news-post-title {
		font-size: 30px;
		line-height: 34px
	}
	.journal-news .news-post .more-link {
		font-size: 20px;
		line-height: 27px
	}
	.post-header .post-header-image {
		height: 508px
	}
	.post-header-tag {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 28px
	}
	.post-header-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 40px
	}
	.post-header.custom-post-header .post-header-image {
		height: 602px
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 40px
	}
	.post-gallery .gallery-wrap:before {
		height: 175px
	}
	.post-gallery-item {
		height: 350px
	}
	.service-header-image {
		min-height: 404px
	}
	.service-header-tag {
		font-size: 16px;
		margin-bottom: 27px
	}
	.service-header-title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 29px
	}
	.service-header-text {
		font-size: 20px;
		line-height: 32px
	}
}
@media (max-width: 480px) {
	.btn {
		font-size: 14px;
		padding: 18px 10px 14px
	}
	.section-title {
		font-size: 26px
	}
	.section-desc {
		font-size: 14px
	}
	header {
		padding: 10px 0 17px
	}
	.header-logo {
		padding-top: 0;
		padding-left: 0;
/*		width: 83px;
		height: 17px;
		margin-top: 10px*/
	}
	.mobile-menu {
		font-size: 30px;
		line-height: 30px;
		margin-top: 2px
	}
	.header-menu {
		top: 50px
	}
	.main-slider .item {
		height: 407px
	}
	.main-slider .item-content {
		font-size: 30px;
		line-height: 30px;
		margin-top: 87px
	}
	.main-slider .owl-dots {
		bottom: 15.5%
	}
	.label-right,
	.label-left {
		padding-left: 30px;
		padding-right: 30px
	}
	.label h3 {
		font-size: 35px;
		line-height: 35px
	}
	.label p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 18px
	}
	.label p span {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 18px
	}
	.label .more-link {
		font-size: 16px;
		line-height: 28px
	}
	.case-studies .case-study {
		padding-left: 30px;
		padding-right: 30px
	}
	.case-studies .case-study-meta,
	.case-studies .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies .related-case-study {
		margin: -102px -30px 0;
		width: auto;
		padding: 139px 30px 102px
	}
	.case-studies .case-study-image {
		height: 360px
	}
	.case-studies .case-study-tag,
	.case-studies .journal-posts.related-case .related-case-study-tag,
	.journal-posts.related-case .case-studies .related-case-study-tag {
		font-size: 16px;
		line-height: 16px
	}
	.case-studies .case-study-tag:after,
	.case-studies .journal-posts.related-case .related-case-study-tag:after,
	.journal-posts.related-case .case-studies .related-case-study-tag:after {
		height: 2px
	}
	.case-studies .case-study-title,
	.case-studies .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies .related-case-study-title {
		font-size: 26px;
		line-height: 30px
	}
	.case-studies .case-study-desc,
	.case-studies .journal-posts.related-case .related-case-study-text,
	.journal-posts.related-case .case-studies .related-case-study-text {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 29px
	}
	.case-studies .case-study .more-link {
		font-size: 18px;
		line-height: 25px
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 26px;
		line-height: 30px
	}
	.journal-posts.custom-posts .journal-post-title {
		font-size: 26px;
		line-height: 30px
	}
	.journal-posts.custom-posts .journal-post .more-link {
		font-size: 18px;
		line-height: 25px
	}
	.journal-posts.custom-posts .start-project .journal-post-meta {
		text-align: center
	}
	.journal-posts.related-case .related-case-study {
		padding: 30px
	}
	.journal-posts.related-case .related-case-study-tag {
		font-size: 16px;
		line-height: 16px
	}
	.journal-posts.related-case .related-case-study-tag:after {
		height: 2px
	}
	.journal-posts.related-case .related-case-study-title {
		font-size: 26px;
		line-height: 30px
	}
	.journal-posts.related-case .related-case-study-text {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 29px
	}
	.journal-posts.related-case .related-case-study .more-link {
		font-size: 18px;
		line-height: 25px
	}
	.journal-post {
		height: 408px
	}
	.journal-post-meta {
		padding: 30px
	}
	.journal-link .container {
		padding: 0 30px
	}
	.journal-link a {
		font-size: 26px;
		line-height: 27px;
		padding-top: 22px;
		padding-bottom: 18px
	}
	.partners .container {
		padding: 0 30px
	}
	.partners-boxed {
		padding-bottom: 46px;
		padding-top: 12px
	}
	.partners-boxed .container {
		padding: 0 30px
	}
	.partners-boxed.with-desc {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.partners-boxed.with-desc .partners-descs {
		margin-bottom: -20px;
		margin-top: 10px;
		padding-top: 34px;
		padding-bottom: 33px
	}
	.partners-boxed.with-desc .partners-descs .container {
		padding: 0 30px
	}
	.partners-boxed.with-desc .partners-descs-title,
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		line-height: 26px
	}
	.partners-boxed.with-desc .partners-descs-title {
		font-size: 18px;
		margin-bottom: 17px
	}
	.partners-boxed.with-desc .partners-descs-text {
		margin-bottom: 26px
	}
	.partners-boxed.with-desc .partners-descs-text p:not(:last-child) {
		margin-bottom: 15px
	}
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		font-size: 14px
	}
	.content-box-image {
		height: 525px;
		padding: 0 30px
	}
	.content-box-area {
		min-height: 408px;
		padding: 39px 35px 30px 40px;
		transform: translate(0, 20%)
	}
	.content-box-area-tag {
		font-size: 18px;
		line-height: 18px;
		border-bottom: 2px solid #fff;
		padding-bottom: 11px;
		margin-bottom: 18px
	}
	.content-box-area-title {
		font-size: 26px;
		line-height: 36px
	}
	.content-box-area-text {
		font-size: 14px;
		line-height: 26px
	}
	.content-box-area .more-link {
		bottom: 37px;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 2.1px
	}
	.newslatter .container {
		padding: 0 30px
	}
	.newslatter-title {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 28px
	}
	.newslatter-field input[type="email"] {
		padding-right: 100px;
		border-bottom: 2px solid #fff
	}
	.newslatter-field input[type="email"],
	.newslatter-field button {
		height: 40px;
		font-size: 14px
	}
	.linkedin a {
		padding-top: 25px;
		padding-bottom: 24px
	}
	.linkedin img {
		width: 100px;
		height: 25px
	}
	.linkedin span {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 4px
	}
	.custom-grid .halph-container {
		padding: 0 30px
	}
	.custom-grid .left-side .wide-container {
		padding-right: 0
	}
	.contact #map,
	.contact .flxmap-container {
		height: 360px !important
	}
	.contact .left-side {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.contact .left-side .halph-container {
		padding-left: 30px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select,
	.contact form textarea {
		font-size: 14px;
		margin-bottom: 20px
	}
	.contact form textarea {
		height: 171px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select {
		height: 44px
	}
	.contact form .wpcf7-response-output {
		margin-top: 20px
	}
	.team-content-box .left-side .halph-container {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.team-content-box .section-title {
		font-size: 26px;
		line-height: 32px;
		margin-top: 0;
		margin-bottom: 15px
	}
	.team-content-box .section-text {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px
	}
	.team-content-box .view {
		font-size: 14px
	}
	.team-content-box .view a .fa-chevron-down {
		top: -2px;
		font-size: 8px
	}
	.content-with-sidebar .container {
		padding: 0 30px
	}
	.content-with-sidebar .content,
	.content-with-sidebar .sidebar {
		padding: 30px
	}
	.content-with-sidebar .content {
		padding-left: 0;
		padding-right: 0
	}
	.content-with-sidebar .content h1 {
		font-size: 30px;
		line-height: 46px
	}
	.content-with-sidebar .content h2 {
		font-size: 28px;
		line-height: 44px
	}
	.content-with-sidebar .content h3 {
		font-size: 26px;
		line-height: 42px
	}
	.content-with-sidebar .content h4 {
		font-size: 24px;
		line-height: 40px
	}
	.content-with-sidebar .content h5 {
		font-size: 22px;
		line-height: 38px
	}
	.content-with-sidebar .content h6 {
		font-size: 20px;
		line-height: 36px
	}
	.content-with-sidebar .content p {
		font-size: 14px;
		line-height: 25px
	}
	.content-with-sidebar .content ul {
		font-size: 16px;
		line-height: 29px
	}
	.content-with-sidebar .content ul.reset,
	.content-with-sidebar .content ul.section-title,
	.content-with-sidebar .content ul.section-desc,
	.content-with-sidebar .content ul.section-text,
	.content-with-sidebar .content ul.mobile-menu,
	.content-with-sidebar .content .header-menu ul.dropdown,
	.header-menu .content-with-sidebar .content ul.dropdown,
	.content-with-sidebar .content .menu-bar ul,
	.menu-bar .content-with-sidebar .content ul,
	.content-with-sidebar .content ul.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title,
	.content-with-sidebar .content ul.journal-post-title,
	.content-with-sidebar .content ul.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul,
	.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul,
	.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title,
	.content-with-sidebar .content ul.content-box-area-title,
	.content-with-sidebar .content ul.footer-contacts,
	.content-with-sidebar .content ul.journal-banner-title,
	.content-with-sidebar .content .journal-news ul.news-post-title,
	.journal-news .content-with-sidebar .content ul.news-post-title,
	.content-with-sidebar .content ul.post-header-title,
	.content-with-sidebar .content ul.service-header-title,
	.content-with-sidebar .content ul.partners-list,
	.content-with-sidebar .content ul.sidebar-title,
	.content-with-sidebar .content ul.sidebar-menu,
	.content-with-sidebar .content ul.content-with-sidebar-image-header-title {
		font-size: 15px;
		line-height: 25px
	}
	.content-with-sidebar .content .post-author {
		color: #eb4259;
		font-size: 14px;
		line-height: 25px
	}
	.content-with-sidebar .content .post-author+.social {
		margin-top: 30px;
		text-align: center
	}
	.content-with-sidebar .sidebar {
		font-size: 14px;
		margin-right: -30px;
		margin-left: -30px
	}
	.content-with-sidebar .sidebar-title,
	.content-with-sidebar .sidebar-text {
		line-height: 26px
	}
	.content-with-sidebar .sidebar-menu a {
		line-height: 37px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar {
		font-size: 14px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-title {
		font-size: 18px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-text {
		color: #fff;
		margin-bottom: 21px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu li:not(:last-child) {
		margin-bottom: 14px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a {
		font-size: 16px;
		line-height: 25px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a .fa {
		font-size: 19px
	}
	.content-with-sidebar-image-header {
		height: 308px
	}
	.content-with-sidebar-image-header-title {
		padding: 0 30px;
		font-size: 37px;
		line-height: 38px
	}
	.content-with-gallery .gallery {
		padding-bottom: 30px
	}
	.content-with-gallery .gallery figure:not(:last-child) {
		margin-bottom: 20px
	}
	footer .container {
		padding: 0 30px
	}
	.footer-contacts li {
		font-size: 18px;
		line-height: 34px
	}
	.footer-contacts .phone {
		font-size: 18px
	}
	.footer-contacts+.copyright {
		margin-top: 24px
	}
	.copyright {
		line-height: 22px
	}
	.journal-banner-title {
		margin-bottom: 20px;
		font-size: 35px;
		line-height: 40px
	}
	.journal-banner-tag {
		font-size: 16px;
		line-height: 16px
	}
	.journal-banner-tag:after {
		height: 2px
	}
	.journal-banner-content {
		padding: 30px 60px;
		margin-left: -60px;
		margin-right: -60px
	}
	.journal-banner.exp-banner .journal-banner-title {
		font-size: 33px;
		line-height: 38px
	}
	.journal-news {
		padding-top: 40px;
		padding-bottom: 0
	}
	.journal-news .container {
		padding: 0 30px
	}
	.journal-news .section-title {
		font-size: 25px;
		margin-bottom: 30px
	}
	.journal-news .news-post {
		float: none;
		width: auto;
		margin-left: -30px;
		margin-right: -30px
	}
	.journal-news .news-post.more-news-posts {
		text-align: center
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 35px 30px !important
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 35px 30px
	}
	.journal-news .news-post-desc {
		padding: 35px 30px
	}
	.journal-news .news-post-image {
		height: 278px
	}
	.journal-news .news-post-tag {
		font-size: 16px;
		line-height: 16px
	}
	.journal-news .news-post-tag:after {
		height: 2px
	}
	.journal-news .news-post-title {
		font-size: 26px;
		line-height: 30px
	}
	.journal-news .news-post .more-link {
		font-size: 18px;
		line-height: 25px
	}
	.post-header .container {
		padding: 0 30px
	}
	.post-header .post-header-image {
		margin-right: -30px;
		margin-left: -30px;
		height: 458px
	}
	.post-header-box {
		padding: 30px 30px 26px;
		left: 0;
		width: 100%
	}
	.post-header-tag {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 18px;
		padding-bottom: 10px
	}
	.post-header-tag:after {
		height: 2px
	}
	.post-header-title {
		font-size: 26px;
		line-height: 36px
	}
	.post-header.custom-post-header .post-header-image {
		height: 502px
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 26px;
		line-height: 36px
	}
	.post-gallery {
		margin-bottom: 0
	}
	.post-gallery .container {
		padding: 0 30px
	}
	.post-gallery .gallery-wrap {
		margin-left: -30px;
		margin-right: -30px
	}
	.post-gallery .gallery-wrap:before {
		display: none;
		height: 175px
	}
	.post-gallery-item {
		float: none;
		width: auto;
		height: 350px
	}
	.post-gallery-item img {
		width: 100%
	}
	.service-header .container {
		padding: 0 30px
	}
	.service-header-box {
		padding: 30px
	}
	.service-header-image {
		min-height: 354px;
		margin-left: -30px;
		margin-right: -30px
	}
	.service-header-tag {
		font-size: 14px;
		margin-bottom: 25px
	}
	.service-header-tag:after {
		height: 2px
	}
	.service-header-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 25px
	}
	.service-header-text {
		font-size: 16px;
		line-height: 28px
	}
}
@media (max-width: 360px) {
	.btn {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 14px 10px 10px
	}
	.section-title {
		font-size: 22px
	}
	.main-slider .item {
		height: 307px
	}
	.main-slider .item-content {
		font-size: 20px;
		line-height: 20px;
		margin-top: 37px
	}
	.main-slider .owl-dots {
		bottom: 10.5%
	}
	.main-slider .owl-dot {
		width: 15px;
		height: 15px
	}
	.main-slider .owl-dot:not(:last-child) {
		margin-right: 10px
	}
	.label-right,
	.label-left {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.label h3 {
		font-size: 30px;
		line-height: 30px
	}
	.label p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px
	}
	.label p span {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px
	}
	.label .more-link {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 2.1px
	}
	.case-studies .case-study-meta,
	.case-studies .journal-posts.related-case .related-case-study,
	.journal-posts.related-case .case-studies .related-case-study {
		margin: -102px -30px 0;
		width: auto;
		padding: 139px 30px 62px
	}
	.case-studies .case-study-image {
		height: 300px
	}
	.case-studies .case-study-tag,
	.case-studies .journal-posts.related-case .related-case-study-tag,
	.journal-posts.related-case .case-studies .related-case-study-tag {
		font-size: 13px;
		line-height: 13px
	}
	.case-studies .case-study-title,
	.case-studies .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies .related-case-study-title {
		font-size: 20px;
		line-height: 24px
	}
	.case-studies .case-study-desc,
	.case-studies .journal-posts.related-case .related-case-study-text,
	.journal-posts.related-case .case-studies .related-case-study-text {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 19px
	}
	.case-studies .case-study .more-link {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2.1px
	}
	.case-studies.custom-case .case-study-title,
	.case-studies.custom-case .journal-posts.related-case .related-case-study-title,
	.journal-posts.related-case .case-studies.custom-case .related-case-study-title {
		font-size: 20px;
		line-height: 24px
	}
	.journal-posts.custom-posts .journal-post-title {
		font-size: 20px;
		line-height: 24px
	}
	.journal-posts.custom-posts .journal-post .more-link {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2.1px
	}
	.journal-posts.related-case .related-case-study {
		padding: 30px
	}
	.journal-posts.related-case .related-case-study-tag {
		font-size: 13px;
		line-height: 13px
	}
	.journal-posts.related-case .related-case-study-title {
		font-size: 20px;
		line-height: 24px
	}
	.journal-posts.related-case .related-case-study-text {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 19px
	}
	.journal-posts.related-case .related-case-study .more-link {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2.1px
	}
	.journal-post {
		height: 320px
	}
	.journal-link a {
		font-size: 20px;
		line-height: 21px;
		padding-top: 18px;
		padding-bottom: 14px
	}
	.partners {
		padding: 30px 0 8px
	}
	.partners-boxed .partner-logo {
		height: 122px
	}
	.partners-boxed.with-desc .partners-descs-title,
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		line-height: 24px
	}
	.partners-boxed.with-desc .partners-descs-title {
		font-size: 16px
	}
	.partners-boxed.with-desc .partners-descs-text,
	.partners-boxed.with-desc .partners-descs .more-link {
		font-size: 13px
	}
	.partners-boxed.with-desc .partners-descs .more-link {
		letter-spacing: 1px
	}
	.content-box-image {
		height: 394px
	}
	.content-box-area {
		min-height: 300px;
		height: auto;
		padding: 29px 25px 20px 30px;
		transform: translate(0, 15%)
	}
	.content-box-area-tag {
		font-size: 13px;
		line-height: 13px;
		padding-bottom: 5px
	}
	.content-box-area-title {
		font-size: 18px;
		line-height: 28px
	}
	.content-box-area-text {
		font-size: 13px;
		line-height: 25px
	}
	.content-box-area .more-link {
		bottom: 27px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2.1px
	}
	.newslatter {
		padding: 38px 0 30px 0
	}
	.newslatter-title {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 24px
	}
	.newslatter-field input[type="email"] {
		padding-right: 85px;
		border-bottom: 2px solid #fff
	}
	.newslatter-field input[type="email"],
	.newslatter-field button {
		height: 40px;
		font-size: 12px
	}
	.linkedin span {
		font-size: 16px;
		line-height: 29px;
		letter-spacing: 3px
	}
	.contact #map,
	.contact .flxmap-container {
		height: 300px !important
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select,
	.contact form textarea {
		font-size: 14px;
		margin-bottom: 20px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form textarea {
		padding-left: 15px;
		padding-right: 15px
	}
	.contact form textarea {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 151px
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form select {
		height: 40px
	}
	.team-content-box .section-title {
		font-size: 22px;
		line-height: 28px
	}
	.team-content-box .view {
		font-size: 13px
	}
	.team-content-box .view a .fa-chevron-down {
		top: -1px
	}
	.content-with-sidebar .content h1 {
		font-size: 28px;
		line-height: 44px
	}
	.content-with-sidebar .content h2 {
		font-size: 26px;
		line-height: 42px
	}
	.content-with-sidebar .content h3 {
		font-size: 24px;
		line-height: 40px
	}
	.content-with-sidebar .content h4 {
		font-size: 22px;
		line-height: 38px
	}
	.content-with-sidebar .content h5 {
		font-size: 20px;
		line-height: 36px
	}
	.content-with-sidebar .content h6 {
		font-size: 18px;
		line-height: 34px
	}
	.content-with-sidebar .content p {
		font-size: 13px;
		line-height: 25px
	}
	.content-with-sidebar .content ul {
		font-size: 14px;
		line-height: 26px
	}
	.content-with-sidebar .content ul.reset,
	.content-with-sidebar .content ul.section-title,
	.content-with-sidebar .content ul.section-desc,
	.content-with-sidebar .content ul.section-text,
	.content-with-sidebar .content ul.mobile-menu,
	.content-with-sidebar .content .header-menu ul.dropdown,
	.header-menu .content-with-sidebar .content ul.dropdown,
	.content-with-sidebar .content .menu-bar ul,
	.menu-bar .content-with-sidebar .content ul,
	.content-with-sidebar .content ul.case-study-title,
	.content-with-sidebar .content .journal-posts.related-case ul.related-case-study-title,
	.journal-posts.related-case .content-with-sidebar .content ul.related-case-study-title,
	.content-with-sidebar .content ul.journal-post-title,
	.content-with-sidebar .content ul.partners-boxed-list,
	.content-with-sidebar .content .partners-boxed.with-desc .partners-descs ul,
	.partners-boxed.with-desc .partners-descs .content-with-sidebar .content ul,
	.content-with-sidebar .content .partners-boxed.with-desc ul.partners-descs-title,
	.partners-boxed.with-desc .content-with-sidebar .content ul.partners-descs-title,
	.content-with-sidebar .content ul.content-box-area-title,
	.content-with-sidebar .content ul.footer-contacts,
	.content-with-sidebar .content ul.journal-banner-title,
	.content-with-sidebar .content .journal-news ul.news-post-title,
	.journal-news .content-with-sidebar .content ul.news-post-title,
	.content-with-sidebar .content ul.post-header-title,
	.content-with-sidebar .content ul.service-header-title,
	.content-with-sidebar .content ul.partners-list,
	.content-with-sidebar .content ul.sidebar-title,
	.content-with-sidebar .content ul.sidebar-menu,
	.content-with-sidebar .content ul.content-with-sidebar-image-header-title {
		font-size: 13px;
		line-height: 23px
	}
	.content-with-sidebar .content .post-author {
		font-size: 13px;
		line-height: 25px
	}
	.content-with-sidebar .sidebar {
		font-size: 13px
	}
	.content-with-sidebar .sidebar-title,
	.content-with-sidebar .sidebar-text {
		line-height: 25px
	}
	.content-with-sidebar .sidebar-menu a {
		line-height: 35px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar {
		font-size: 13px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-title {
		font-size: 16px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-text {
		color: #fff;
		margin-bottom: 18px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu li:not(:last-child) {
		margin-bottom: 8px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a {
		font-size: 14px;
		line-height: 25px
	}
	.content-with-sidebar.custom-content-with-sidebar .sidebar-menu a .fa {
		font-size: 15px
	}
	.content-with-sidebar-image-header-title {
		font-size: 32px;
		line-height: 33px
	}
	footer {
		padding-top: 35px;
		padding-bottom: 12px
	}
	.footer-contacts li {
		font-size: 14px;
		line-height: 30px
	}
	.footer-contacts .phone {
		font-size: 14px
	}
	.footer-contacts+.copyright {
		margin-top: 14px
	}
	.copyright {
		line-height: 18px
	}
	.journal-banner .container {
		padding: 0 30px
	}
	.journal-banner-title {
		font-size: 28px;
		line-height: 33px
	}
	.journal-banner-tag {
		font-size: 13px;
		line-height: 13px
	}
	.journal-banner-content {
		padding: 30px 30px;
		margin-left: -30px;
		margin-right: -30px
	}
	.journal-banner.exp-banner .journal-banner-title {
		font-size: 26px;
		line-height: 31px
	}
	.journal-news {
		padding-top: 40px
	}
	.journal-news .container {
		padding: 0 30px
	}
	.journal-news .section-title {
		font-size: 22px;
		margin-bottom: 30px
	}
	.journal-news .news-post {
		width: auto;
		margin-left: -30px;
		margin-right: -30px
	}
	.journal-news .news-post.more-news-posts .news-post-desc {
		padding: 35px 30px !important
	}
	.journal-news .news-post:nth-child(4n+3) .news-post-desc,
	.journal-news .news-post:nth-child(4n+4) .news-post-desc {
		padding: 35px 30px
	}
	.journal-news .news-post-desc {
		padding: 35px 30px
	}
	.journal-news .news-post-image {
		height: 228px
	}
	.journal-news .news-post-tag {
		font-size: 13px;
		line-height: 13px
	}
	.journal-news .news-post-title {
		font-size: 20px;
		line-height: 24px
	}
	.journal-news .news-post .more-link {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2.1px
	}
	.post-header .post-header-image {
		height: 358px
	}
	.post-header-tag {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 18px;
		padding-bottom: 8px
	}
	.post-header-tag:after {
		height: 2px
	}
	.post-header-title {
		font-size: 18px;
		line-height: 28px
	}
	.post-header.custom-post-header .post-header-image {
		height: 402px
	}
	.post-header.custom-post-header .post-header-title {
		font-size: 18px;
		line-height: 28px
	}
	.post-gallery-item {
		height: 250px
	}
	.service-header-image {
		min-height: 304px
	}
	.service-header-tag {
		font-size: 13px;
		margin-bottom: 15px
	}
	.service-header-title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 15px
	}
	.service-header-text {
		font-size: 14px;
		line-height: 24px
	}
}
.header-logo {
	padding-left: 30px;
	padding-top: 25px;
}
.header-logo img {
  width: 89px !important;
  height: 32px !important;
}
@media (max-width: 480px) {
	.main-slider .item-content {
	    font-size: 17px;
	    line-height: 30px;
	    margin-top: 87px;
	}
	.main-slider .item-content {
	    padding: 20px 25px;
	}
}
