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: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	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"] {
	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;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {

	*,
	:before,
	:after {
		background: transparent !important;
		color: #000 !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
}

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: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .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 #eee
}

.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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

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: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	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: 15px;
	padding-right: 15px
}

@media(min-width:768px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		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-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		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:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		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
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav > li {
	position: relative;
	display: block
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav > li.disabled > a {
	color: #777
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav > li > a > img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified > li {
	float: none
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills > li {
	float: left
}

.nav-pills > li > a {
	border-radius: 4px
}

.nav-pills > li + li {
	margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked > li {
	float: none
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified > li {
	float: none
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media(min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media(min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@-webkit-keyframes pulse {
	50% {
		-webkit-box-shadow-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .8) 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes pulse {
	70% {
		-moz-box-shadowbox-shadow-moz-box-shadow: 0 0 0 #000 0 0 0 #000 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

.navbar-default .navbar-nav > li:last-child a,
.navbar-default .navbar-nav > li:last-child a:focus,
.navbar-default .navbar-nav > li:last-child a:hover {
	color: #fff;
	padding: 9px 25px !important;
	background: #2298c1;
	border-radius: 30px;
	animation: pulse 2s infinite !important
}

@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {

	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand > img {
	display: block
}

@media(min-width:768px) {

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}

@media(min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media(max-width:767px) {
	.footer_box {
		max-width: 100%
	}

	.timeline .timeline-body:last-child::after {
		top: 48%
	}

	.timeline .timeline-body:first-child::after {
		top: 53%
	}

	.process-section .row .timeline {
		max-width: 90%;
		margin: 20px auto
	}
}

.time-div {
	padding: 15px 0
}

.Mobiledevappication h2,
.we-do-section h2 {
	font-weight: 700;
	font-size: 30px
}

.col-right .sub-nav ul li {
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
	padding-left: 20px
}

.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 25px
}

.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px
}

.navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover {
	background-image: none
}

@media(min-width:768px) {
	.navbar-nav {
		margin: 0
	}

	.navbar-nav > li {
		float: left
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 8px -15px
}

@media(min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group > .form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media(min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media(min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav > li > a {
	color: #777
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #45afd3;
	background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #080808;
	color: #fff
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body: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
}

.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
	}

	td.visible-print,
	th.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
	}
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel.owl-drag .owl-item.active {
	opacity: 1
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	100% {
		opacityopacity: 1 0
	}
}

@keyframes fadeOut {
	100% {
		opacityopacity: 1 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-controls {
	margin-top: 0;
	text-align: right;
	margin-right: 15px
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 0 5px
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.pg-canvas {
	opacity: .5
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

.fab.whatsapp {
	background: #01e675
}

.fab.whatsapp:before {
	display: none
}

.fab {
	margin: 10px auto 0
}

.chat {
	z-index: 99999
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.mw-480 {
	max-width: 480px
}

.whatsapp span {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.whatsapp svg {
	width: 38px;
	height: 38px;
	color: #fff;
	display: inline-block
}

.chat_message_box {
	position: absolute;
	right: 70px;
	bottom: 0
}

.chat_message_text {
	-webkit-box-shadow: 0 7px 6px 1px #000;
	-moz-box-shadow: 0 7px 6px 1px rgba(0, 0, 0, .16);
	box-shadow: 0 7px 6px 1px #000;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	outline: 0;
	text-align: left;
	padding: 10px;
	border: 2px solid transparent;
	margin: 0;
	width: 260px;
	line-height: 18px;
	font-size: 13px;
	color: #212021;
	cursor: pointer
}

.chat_message_close {
	position: absolute;
	top: -8px;
	left: -9px;
	z-index: 1;
	background: #676767;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
	height: 20px;
	width: 20px;
	line-height: 12px;
	-webkit-box-shadow: 0 2px 10px 0 #350000 0 1px 2px 0 #000;
	-moz-box-shadow: 0 2px 10px 0 rgba(53, 63, 69, .15), 0 1px 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px 0 #350000 0 1px 2px 0 #000;
	opacity: 1;
	text-align: center;
	cursor: pointer
}

@media(max-width:480px) {

	.fb_reset .fb_dialog iframe,
	.fb_reset .fb_dialog > div {
		margin: 0 !important;
		right: 0 !important
	}

	body .fabs {
		right: 0;
		margin-left: 0;
		margin-right: 0
	}
}

@media(max-width:380px) {
	.chat_message_text {
		width: 190px;
		width: calc(100vw - 110px)
	}
}

.content_div .desktop_show {
	display: block
}

.content_div .mobile_show {
	display: none
}

.why-cyblance {
	padding: 30px 0
}

.why-cyblance .why_icon {
	width: 100%;
	text-align: center
}

.why_icon img {
	animation: fadeIn 5s
}

@keyframes fadeIn {
	100% {
		opacityopacity: 0 1
	}
}

.why-cyblance .icon-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 31.33%;
	padding: 45px 15px;
	padding-bottom: 30px;
	box-shadow: 0 0 15px -1px rgba(46, 46, 46, .3)
}

.why-cyblance .icon-col h3 {
	margin: 15px 0 20px;
	font-size: 20px
}

.why-cyblance .icon-row {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px
}

@media(min-width:768px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}

	.timeline .timeline-body:last-child::after {
		top: 48%
	}

	.timeline .timeline-body:first-child::after {
		top: 53%
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media(min-width:2000px) {
	.testimonial2 .p0.tsm-section .col-lg-6:first-child {
		padding: 0;
		float: none;
		max-width: 35%;
		margin: 0 auto
	}

	.what-we-do-page .p150 {
		padding: 450px 0
	}
}

.process-section .row .timeline {
	max-width: 1080px;
	margin: 0 auto
}

.timeline .timeline-body.timeline-content-left {
	text-align: left;
	float: left;
	border-right: 8px solid #2298c1;
	position: relative
}

.timeline .timeline-body.timeline-content-left::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	background-color: #2298c1;
	width: 25px;
	border-radius: 50%;
	height: 24px
}

.timeline .timeline-body.timeline-content-right::after {
	position: absolute;
	content: "";
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	background-color: #2298c1;
	width: 25px;
	border-radius: 50%;
	height: 24px
}

.timeline .timeline-body:first-child {
	padding-top: 40px
}

.timeline .timeline-body:last-child {
	padding-bottom: 40px
}

.timeline .timeline-body.timeline-content-right {
	text-align: left;
	float: right;
	position: relative;
	border-left: 8px solid #2298c1
}

.timeline .timeline-body {
	width: 50%;
	clear: both;
	position: relative;
	margin: 0 4px;
	padding: 10px 0
}

.timeline .timeline-body.timeline-content-left .inner-div {
	margin-right: 50px
}

.timeline .timeline-body.timeline-content-right .inner-div {
	margin-left: 50px
}

.timeline .timeline-body.timeline-content-left .inner-div {
	background: linear-gradient(to right, #2298c1 0, #1d627a 100%);
	padding: 20px 30px;
	border-radius: 10px;
	position: relative
}

.timeline .timeline-body.timeline-content-right .inner-div::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	border-top: 25px solid transparent;
	border-right: 30px solid #1d647d;
	border-bottom: 25px solid transparent
}

.timeline .timeline-body.timeline-content-right .inner-div {
	background: linear-gradient(to right, #1d627a 0, #2298c1 100%);
	padding: 20px 30px;
	border-radius: 10px;
	position: relative
}

.timeline .timeline-body.timeline-content-left .inner-div::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	border-top: 25px solid transparent;
	border-left: 30px solid #1d657e;
	border-bottom: 25px solid transparent
}

.timeline .timeline-body:first-child::after {
	top: 55%
}

.timeline .timeline-body:last-child::after {
	top: 46%
}

.timeline .timeline-body .inner-div h3 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #FFF
}

.timeline .timeline-body .inner-div p {
	font-size: 15px;
	color: #FFF
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .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: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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 {
	100% {
		-webkit-transformtransform-webkit-transform: rotate(0) rotate(0) rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	100% {
		-webkit-transformtransform-webkit-transform: rotate(0) rotate(0) rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	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: #fff
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing: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"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

a.getstarted-fixed,
a.getstarted-fixed:active,
a.getstarted-fixed:focus,
a.getstarted-fixed:hover {
	position: fixed;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	z-index: 99999;
	left: -57px;
	width: 146px;
	letter-spacing: 1px;
	border: medium none;
	text-decoration: none;
	background: #0e607c none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 48px;
	text-align: center;
	display: inline-block
}

.btn.bg-blue-btn {
	background: #009dd9;
	color: #fff;
	border: 0;
	font-size: 18px
}

.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
}

.pp_gallery div,
.pp_gallery ul a,
.pp_social .facebook {
	float: left;
	overflow: hidden
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
	height: 13px
}

div.pp_default .pp_top .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
	color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px
}

div.pp_default .pp_next:hover {
	background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer
}

div.pp_default .pp_previous:hover {
	background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer
}

div.pp_default .pp_expand {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}

div.pp_default .pp_expand:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}

div.pp_default .pp_contract {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}

div.pp_default .pp_contract:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}

div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}

div.pp_default .pp_gallery ul li a {
	background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
	position: static;
	left: auto
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
	background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}

div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
	background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}

div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 115px;
	position: relative
}

div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	font-color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
	opacity: .7
}

div.pp_default .pp_description {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin: 12px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
	background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_rounded .pp_expand {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_contract {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_expand {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_contract {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff
}

div.dark_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
	background: #000
}

div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_contract {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.dark_square .pp_nav {
	clear: none
}

div.dark_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
	background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_square .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_square .pp_expand {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_expand:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_contract {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_contract:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.light_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
	background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_square .pp_previous:hover {
	background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.facebook .pp_top .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.facebook .pp_description {
	margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
	background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}

div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}

div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}

div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}

div.facebook .pp_nav {
	margin-top: 0
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}

div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}

div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.facebook .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
	outline: 0
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}

.pp_content {
	height: 40px;
	min-width: 40px
}

* html .pp_content {
	width: 40px
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}

.pp_content_container .pp_left {
	padding-left: 20px
}

.pp_content_container .pp_right {
	padding-right: 20px
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}

.pp_description {
	display: none;
	margin: 0
}

.pp_social {
	float: left;
	margin: 7px 0 0
}

.pp_social .facebook {
	position: relative;
	top: -1px;
	margin-left: 5px;
	width: 55px
}

.pp_social .twitter {
	float: left
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}

.pp_nav p {
	float: left;
	margin: 2px 4px
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}

.pp_gallery div {
	position: relative
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}

.pp_gallery ul a {
	border: 1px solid rgba(0, 0, 0, .5);
	display: block;
	height: 33px
}

.pp_gallery ul a img {
	border: 0
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}

.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
	display: block;
	height: 33px;
	width: 50px
}

a.pp_next,
a.pp_previous {
	text-indent: -10000px;
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	height: 100%;
	width: 49%
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
	margin-top: 7px !important
}

a.pp_next {
	float: right
}

a.pp_previous {
	float: left
}

a.pp_contract,
a.pp_expand {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}

.pp_loaderIcon,
a.pp_close {
	display: block;
	position: absolute
}

a.pp_close {
	right: 0;
	top: 0;
	line-height: 22px;
	text-indent: -10000px
}

.pp_loaderIcon {
	height: 24px;
	left: 50%;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}

.pp_fade,
.pp_gallery li.default a img,
div.ppt {
	display: none
}

#pp_full_res {
	line-height: 1 !important
}

#pp_full_res .pp_inline {
	text-align: left
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px
}

div.ppt {
	color: #fff;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
	background-color: #f8f8f8
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
	color: #000
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
	position: relative
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
	background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
	margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
	margin-top: 12px !important
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
	color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
	color: #fff
}

.pp_bottom,
.pp_top {
	height: 20px;
	position: relative
}

* html .pp_bottom,
* html .pp_top {
	padding: 0 20px
}

.pp_bottom .pp_left,
.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
	left: 0;
	position: static
}

.pp_bottom .pp_right,
.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.str_wrap {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
	min-height: 100px !important
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move
}

.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0
}

@media(max-width:330px) {
	ul.header-top li {
		padding: 3px 0 3px 3px
	}

	.small-header .header-top li:first-child {
		padding-bottom: 0
	}

	.small-header .navbar-toggle-menu {
		bottom: 40px
	}

	ul.header-top li:last-child {
		padding-top: 0
	}

	ul.header-top li {
		padding-left: 0
	}
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
	white-space: normal;
	width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
	cursor: inherit
}

ul.header-top {
	list-style: none;
	margin: 0;
	background-color: #2298c1;
	color: #fff;
	display: none
}

.small-header ul.header-top {
	display: block
}

ul.header-top li {
	display: inline-block;
	margin: 0 !important;
	padding: 5px 10px 7px 3px;
	list-style: none;
	vertical-align: middle
}

ul.header-top li a {
	color: #fff;
	vertical-align: middle
}

ul.header-top li a span {
	vertical-align: middle
}

ul.header-top li a:hover,
ul.header-top li a:focus {
	text-decoration: none
}

.black-arrow.owl-theme .owl-nav .owl-next,
.black-arrow.owl-theme .owl-nav .owl-prev {
	width: 25px;
	height: 25px;
	background-size: contain
}

.store .black-arrow.owl-theme .owl-nav .owl-next,
.store .black-arrow.owl-theme .owl-nav .owl-prev {
	width: 25px;
	height: 25px;
	background-size: contain
}

.store .owl-carousel .owl-item img {
	width: auto;
	height: auto;
	display: inline-block !important
}

.store .black-arrow.owl-theme .owl-nav .owl-next {
	right: -20px
}

.lms_slider.store .black-arrow.owl-theme .owl-nav .owl-next {
	right: 20px
}

.lms_slider.store .black-arrow.owl-theme .owl-nav .owl-prev {
	left: 20px
}

.store .black-arrow.owl-theme .owl-nav .owl-prev {
	left: -20px
}

.store .col-lg-8 .black-arrow.owl-theme .owl-nav .owl-next {
	right: 10px
}

.store .col-lg-8 .black-arrow.owl-theme .owl-nav .owl-prev {
	left: 10px
}

@media only screen and (max-width:767px) {
	.store .black-arrow.owl-theme .owl-nav .owl-next {
		right: 30px
	}

	.store .black-arrow.owl-theme .owl-nav .owl-prev {
		left: 30px
	}

	.store .list_item_mobile {
		padding-left: 30px;
		padding-bottom: 30px
	}

	.store .list_item_mobile h2 {
		margin-top: 0
	}

	.store .list_item_mobile .button {
		text-align: left
	}

	.store .list_item_mobile .button .btn {
		margin-top: 0
	}

	.portfolio .black-arrow.owl-theme .owl-nav .owl-prev {
		top: 35% !important
	}

	.portfolio .black-arrow.owl-theme .owl-nav .owl-next {
		top: 35% !important
	}
}

@media(max-width:420px) {
	ul.header-top li {
		padding: 3px;
		font-size: 14px
	}

	ul.header-top li:first-child {
		padding-left: 0
	}

	.small-header .navbar-toggle-menu {
		bottom: 0
	}
}

@media(max-width:370px) {
	ul.header-top li {
		padding: 3px 0 3px 3px;
		padding-left: 0
	}
}

.str_wrap img {
	max-width: none !important
}

.banner_new1.laravel {
	background: url(../images/laravel-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 80px 0;
	background-position: center center;
	background-position: 50% 25%
}

.bannerTxt_wrap {
	text-align: left;
	float: left;
	width: 100%;
	color: #fff
}

.banner_new1 .bannerTxt_left {
	width: 75%;
	width: 65%;
	float: left
}

.banner_new1 .banner_heading {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.h_banner.banner_new1 h1 {
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.2
}

.h_banner.banner_new1 p {
	font-size: 17.6px
}

.h_banner.banner_new1 h1 span {
	display: block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 400
}

.h_banner.banner_new1 p strong {
	font-size: inherit;
	font-weight: 600
}

.h_banner.banner_new1 ul {
	float: left;
	width: 100%;
	padding: 0
}

.h_banner.banner_new1 ul li {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none
}

.h_banner.banner_new1 ul li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 6px;
	left: 0
}

.banner_new1 .bannerTxt_rgt {
	width: 25%;
	width: 33%;
	float: left
}

.btn_wrap {
	width: 100%;
	float: left;
	padding: 40px 20px;
	border-radius: 10px;
	margin-top: 70px
}

.cust_btn {
	max-width: 190px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 14px 10px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.cust_btn.view_btn {
	margin-top: 20px
}

a.cust_btn,
a.cust_btn:visited {
	color: #fff;
	text-decoration: none
}

.cust_btn.quote_btn {
	background: #ef1c22;
	border-color: #ef1c22
}

.developmentpage .shadow {
	float: none;
	display: block
}

.hire_double_sec .hire_wrapper .hire_col {
	width: 48%;
	float: left;
	position: relative
}

.hire_double_sec .hire_wrapper .hire_col:nth-child(2) {
	width: 4%
}

.hire_double_sec .why_txt.first {
	text-align: left
}

.laravel_hire .why_block,
.laravel_hire .why_txt {
	margin-bottom: 20px
}

.why_block_img {
	float: left;
	width: 22%;
	padding-left: 8px
}

.PicBx {
	display: inline-block;
	position: relative
}

.why_block_Txt {
	float: left;
	width: 78%
}

.why_block_Txt ul li {
	list-style-position: inside;
	font-size: 15px;
	font-weight: 400
}

.hire_double_sec .PicBx .circle-icon {
	display: block;
	height: 80px;
	width: 80px;
	background: #46aed3;
	text-align: center;
	border-radius: 50%;
	border: 7px solid #fff;
	box-shadow: 0 3px 10px 4px #d0d5d7
}

.hire_double_sec .PicBx .circle-icon span {
	display: block;
	height: 100%
}

.PicBx img {
	display: block;
	max-width: 55%;
	padding: 15px 0;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 0;
	right: 0;
	position: absolute;
	left: 50%
}

.why_txt.first .why_block_Txt {
	float: left
}

.hire_why_sec h3 {
	font-size: 21px;
	color: #000;
	font-weight: 600;
	margin-top: 0
}

.hire_double_sec .why_block_Txt p {
	font-size: 15px;
	font-weight: 400
}

.why_block,
.why_txt {
	width: 100%;
	float: left;
	margin-bottom: 30px
}

.hire_wrapper {
	display: inline-block;
	width: 100%;
	padding-top: 50px
}

ul li {
	list-style-position: inside;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7
}

.contactpage-form ul li {
	list-style-position: outside;
	line-height: 1.7
}

.contactpage-form ul {
	padding-left: 20px
}

.php-portfolio-detail h2 a {
	color: #333 !important;
	text-decoration: none !important
}

h1 {
	line-height: 1.3
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 40px
}

.mt50 {
	margin-top: 50px
}

.free_quote_form {
	background: #fff;
	padding: 20px 25px 30px;
	border-radius: 10px
}

.free_quote_form h3 {
	color: #333;
	font-size: 18px
}

.bannerTxt_wrap .free_quote_form h2 small,
.free_quote_form h4 small {
	line-height: 1.2;
	font-weight: 600;
	color: #333;
	display: inline-block;
	width: 100%;
	font-size: 14px
}

.bannerTxt_wrap .free_quote_form h2 span,
.free_quote_form h4 span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 900;
	margin-top: 5px;
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase
}

.bannerTxt_wrap .free_quote_form h2,
.free_quote_form h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.1
}

.free_quote_form h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #252b33
}

.free_quote_form label {
	position: absolute;
	z-index: -999;
	left: 0;
	top: 0
}

.free_quote_form .textbox {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 9px 10px;
	font-size: 15px;
	color: #000;
	outline: 0;
	border: 1px solid #ccc
}

.free_quote_form .btn {
	width: 100%;
	color: #fff;
	background: #46aed3;
	border-color: #46aed3;
	border-width: 2px;
	outline: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2
}

.free_quote_form .btn:hover {
	width: 100%;
	color: #46aed3;
	background: 0
}

.free_quote_form .btn:focus {
	outline: 0
}

.free_quote_form .error {
	color: red;
	font-size: 13px;
	letter-spacing: .02em
}

.free_quote_form .response_mess {
	font-size: 14px
}

.free_quote_form .response_mess div {
	margin-top: 10px
}

.g_reviews_slider {
	padding: 0 50px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden
}

.g_reviews_img {
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 0 0 5px rgba(70, 174, 211, .35);
	margin: 10px
}

.g_reviews_text {
	margin-top: 10px
}

.g_reviews_text h3 {
	font-size: 20px;
	margin-top: 0
}

.g_reviews_text p {
	font-style: italic
}

.g_reviews_slider .owl-dots {
	margin-top: 20px
}

.c_client_slider {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.c_client_slider .item {
	text-align: center;
	padding: 0 15px;
	vertical-align: middle
}

.c_client_slider .str_move .item {
	display: inline-block
}

.c_client_slider .item img {
	transition: all .5s;
	height: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	border: 0;
	opacity: .9;
	max-width: 200px !important
}

.c_client_slider .item img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	opacity: 1
}

.testimonial2 .tsm-section {
	border: 0
}

.skyphone a .fa {
	font-size: 50px;
	color: #009dd9
}

.skyphone a {
	text-decoration: none;
	color: #252b33;
	list-style: none;
	font-weight: 500
}

.skyphone .col-lg-6 {
	text-align: center
}

.skyphone {
	width: 50%;
	margin: 0 auto;
	display: table
}

.skyphone h3 {
	margin-bottom: 25px
}

.skyphone p {
	text-align: center;
	border: 1px solid #ccc;
	padding: 23px 0;
	margin: 0
}

.list-service ul li {
	text-align: left
}

@media only screen and (max-width:1024px) {
	.portfolio .owl-carousel {
		padding: 0 10px
	}

	.btn.bg-blue-btn {
		font-size: 12px
	}

	.h_banner .banner_heading h1 b {
		font-size: 38px
	}
}

@media only screen and (max-width:1280px) {
	.portfolio .black-arrow.owl-theme .owl-nav .owl-prev {
		top: 50%;
		left: -10px;
		width: 22px;
		height: 26px
	}

	.portfolio .black-arrow.owl-theme .owl-nav .owl-next {
		right: -10px;
		top: 50%;
		width: 22px;
		height: 26px
	}
}

@media only screen and (max-width:1024px) {
	.portfolio .black-arrow.owl-theme .owl-nav .owl-prev {
		left: 16px
	}

	.portfolio .black-arrow.owl-theme .owl-nav .owl-next {
		right: 16px
	}
}

@media only screen and (max-width:1024px) {
	.main-menu li.is-sub-menu.megamenu .sub-menu li ul li {
		width: 49%;
		display: inline-block;
		float: none;
		vertical-align: top;
		box-sizing: border-box;
		padding-bottom: 0
	}

	.main-menu li.is-sub-menu.megamenu.ecommerce .sub-menu li ul li {
		width: 100%
	}

	.mega-s-text {
		width: 100%;
		font-weight: 500
	}

	.col-right .sub-nav ul li {
		padding-bottom: 20px
	}

	.h_banner.banner_new1 h1 {
		font-size: 40px
	}

	.btn_wrap {
		padding: 40px 5px
	}

	.testimonial.align-self {
		padding-bottom: 60px;
		padding-top: 40px
	}
}

@media only screen and (max-width:992px) {
	h3.home_title {
		line-height: normal
	}

	.development_categeory ul li {
		min-width: 90px
	}

	.banner_new1 .bannerTxt_left {
		width: 50%
	}

	.banner_new1 .bannerTxt_rgt {
		width: 50%;
		float: left
	}

	.skyphone {
		width: 100%;
		margin: 0 auto;
		display: table
	}

	.hire_double_sec .PicBx .circle-icon {
		height: 50px;
		width: 50px;
		border: 5px solid #fff
	}

	.hire_why_sec h3 {
		line-height: 1.3
	}

	.timetraking {
		height: 150px;
		width: 150px
	}

	#laravel-slider.black-arrow.owl-theme .owl-nav .owl-next {
		right: 10px;
		top: 130px
	}

	#laravel-slider.black-arrow.owl-theme .owl-nav .owl-prev {
		left: 10px;
		top: 130px
	}

	.c_client_slider {
		margin-bottom: 40px
	}

	.why-cyblance .icon-col {
		width: 50%
	}
}

@media only screen and (max-width:768px) {
	.portfolio-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: 5px
	}

	.portfolio-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: 5px
	}
}

@media only screen and (max-width:767px) {
	.skyphone .col-lg-6 {
		margin-bottom: 20px
	}

	.timeline .timeline-body.timeline-content-left,
	.timeline .timeline-body.timeline-content-right {
		margin: 0;
		padding: 15px 0
	}

	.timeline .timeline-body.timeline-content-left:first-child {
		padding-top: 0
	}

	.timeline .timeline-body.timeline-content-left:last-child {
		padding-bottom: 0
	}

	.timeline .timeline-body {
		width: 100%
	}

	.timeline .timeline-body.timeline-content-left {
		border-right: 0;
		border-left: 8px solid #2298c1
	}

	.timeline .timeline-body.timeline-content-left .inner-div {
		margin-right: 0;
		margin-left: 40px
	}

	.timeline .timeline-body:first-child::after {
		top: 48%
	}

	.timeline .timeline-body:last-child::after {
		top: 51%
	}

	.timeline .timeline-body.timeline-content-left::after {
		right: auto;
		left: -16px
	}

	.timeline .timeline-body.timeline-content-right .inner-div::after {
		left: -15px
	}

	.timeline .timeline-body.timeline-content-left .inner-div::after {
		right: auto;
		border-left: 30px solid #2298c1;
		left: -15px;
		transform: translateY(-50%) rotate(180deg)
	}

	.timeline .timeline-body.timeline-content-right .inner-div {
		margin-left: 40px
	}

	.skyphone br {
		display: inline-block
	}

	.home_services.stores {
		max-width: 580px;
		margin: 0 auto
	}

	.stores-slide-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: -20px
	}

	.stores-slide-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: -20px
	}

	.hire_double_sec .hire_wrapper .hire_col {
		width: 100%
	}

	.banner_new1.laravel {
		padding: 40px 0
	}

	.h_banner.banner_new1 h1 {
		font-size: 26px;
		margin-top: 0
	}

	.h_banner.banner_new1 p {
		font-size: 15.6px
	}

	.banner_new1 .bannerTxt_left {
		width: 100%;
		float: left
	}

	.banner_new1 .bannerTxt_rgt {
		width: 100%;
		float: left;
		margin-top: 10px
	}

	.btn_wrap {
		padding: 0;
		margin: 0;
		text-align: left
	}

	.cust_btn {
		margin: 0
	}

	.testimonial h1 {
		margin-top: 0
	}

	.c_client_slider {
		margin-bottom: 20px
	}

	.g_reviews_slider {
		padding: 0;
		padding-bottom: 20px
	}

	.homepage-main .section.testimonial2 {
		padding-bottom: 0
	}

	.why-cyblance .icon-col {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	a.owl-thumb-item {
		height: 30px;
		width: 30px
	}

	div.clent-review-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: -30px
	}

	div.clent-review-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: -30px
	}

	.portfolio-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: 10px
	}

	.portfolio-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: 10px
	}

	.faq-slider-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: -5px
	}

	.faq-slider-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: -5px
	}

	.testimonial.align-self {
		padding-bottom: 50px
	}
}

@font-face {
	font-family: BEBASNEUEBOLD;
	src: url(../fonts/BEBASNEUEBOLD.eot);
	src: url(../fonts/BEBASNEUEBOLD.eot) format("embedded-opentype"), url(../fonts/BEBASNEUEBOLD.woff2) format("woff2"), url(../fonts/BEBASNEUEBOLD.woff) format("woff"), url(../fonts/BEBASNEUEBOLD.ttf) format("truetype"), url(../fonts/BEBASNEUEBOLD.svg#BEBASNEUEBOLD) format("svg");
	font-display: swap
}

.pg-canvas {
	opacity: .5
}

@font-face {
	font-family: alternategotno2dregular;
	src: url(../fonts/ufonts.com_alternategotno2d-webfont.woff2) format("woff2"), url(../fonts/ufonts.com_alternategotno2d-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: source_sans_prolight;
	src: url(../fonts/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-light-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: source_sans_probold;
	src: url(../fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-bold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: source_sans_proregular;
	src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.wf-wrap {
	width: 1180px;
	padding: 0 50px;
	max-width: 100%;
	margin: 0 auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: normal;
	font-weight: 600;
	font-display: swap
}

p {
	margin: 0 0 10px;
	line-height: normal;
	font-family: Montserrat, sans-serif;
	line-height: 1.5;
	font-display: swap
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	margin-top: 76px !important;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	background: #fff;
	font-size: 16px;
	overflow-x: hidden;
	line-height: normal
}

.homepage-main {
	width: 100%
}

.homepage-main .intro-block {
	background: #000
}

.homepage-main hr {
	width: 100%
}

.search-body-open {
	background: #292929
}

.main-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}

.close_icon {
	position: absolute;
	right: 45px;
	top: 40px;
	height: 20px;
	z-index: 999;
	cursor: pointer;
	width: 40px
}

.close_icon:after,
.close_icon:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s ease-in-out;
	float: right;
	position: absolute;
	left: 0;
	top: 50%
}

.close_icon:before {
	transform: rotate(46deg)
}

.close_icon:after {
	transform: rotate(-46deg)
}

.marginT0 {
	margin-top: 0
}

.f-white {
	color: #fff
}

.f-dark {
	color: #252b33
}

#fp-nav ul li .fp-tooltip {
	transition: all 1s ease-in-out
}

.dark #fp-nav ul li .fp-tooltip {
	color: #fff
}

.work-block h1 {
	font-weight: 300
}

.block a.read-more:hover {
	color: #fff;
	text-shadow: 2px 8px 30px rgba(0, 0, 0, .6)
}

.block .image-wrap img {
	display: inline-block;
	border-radius: 50%
}

.block p.highlight {
	color: #fff;
	font-size: 20px;
	font-weight: 600
}

.about-block::before,
.client-block::before,
.intro-block::before,
.portfolio-block::before,
.say-hello-block::before,
.service-block::before,
.work-block::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 460px;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-weight: 700;
	white-space: nowrap;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .05
}

.say-hello-block::before {
	justify-content: flex-start;
	align-items: flex-start;
	opacity: .02
}

.about-block .row,
.client-block .row,
.intro-block .row,
.portfolio-block .row,
.service-block .row,
.work-block .row {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh
}

.intro-block::before {
	content: ''
}

.contact-section {
	text-align: center
}

.contact-section h6 {
	color: #252b33;
	font-size: 48px;
	letter-spacing: -2px;
	margin: 0
}

.contact-section h2 {
	color: #fff;
	font-size: 40px;
	letter-spacing: 0;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 50px
}

.contact-section span {
	font-size: 18px;
	color: #999
}

::-moz-selection {
	color: #fff;
	background: #00bcd4
}

::selection {
	color: #fff;
	background: #00bcd4
}

.header {
	padding: 25px;
	height: 150px
}

nav.menu-header .col-left {
	width: 60%;
	float: left
}

nav.menu-header .col-right {
	width: 40%;
	float: right;
	padding-top: 105px
}

header:not(.theme-header) .header_top_bottom_holder {
	width: 100%;
	padding: 30px;
	box-sizing: border-box
}

.navbar-toggle,
nav.menu-header {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

nav.menu-header {
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	overflow: hidden;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 0 .3s;
	transition: opacity .3s, visibility 0 1s;
	left: 0;
	top: 0
}

.menu-show {
	-webkit-transform: translateY(-35%) rotateX(50deg);
	transform: translateY(-35%) rotateX(50deg);
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s
}

body .free_quote_form form span.error.message_error2 a {
	text-decoration: underline !important;
	color: red !important
}

.navbar-on nav.menu-header {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.navbar-on .menu-show {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	position: relative
}

.navbar-on .menu-show .nav-menu-top {
	top: 15px;
	position: relative
}

.nav-hide {
	display: none
}

nav.menu-header ul.main-menu {
	display: block;
	vertical-align: middle;
	padding-left: 100px;
	margin: 0
}

nav.menu-header ul.main-menu li {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.5
}

nav.menu-header ul.main-menu li.home-icon {
	margin-bottom: 25px
}

nav.menu-header ul.main-menu li a {
	font-weight: 500;
	color: #333;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	vertical-align: middle;
	letter-spacing: -2px
}

nav.menu-header ul.main-menu li a:hover {
	color: #00bcd4;
	text-decoration: none
}

nav.menu-header ul.main-menu li span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 24px;
	color: #5a5a5a;
	opacity: 0
}

nav.menu-header ul.main-menu li a:hover span {
	opacity: 1
}

nav.menu-header ul.main-menu li a + span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 24px;
	color: #5a5a5a;
	opacity: 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

nav.menu-header ul.main-menu li a:hover + span {
	opacity: 1
}

nav.menu-header ul.main-menu li.home-icon a:hover {
	text-decoration: none
}

nav.menu-header ul.main-menu li.home-icon a {
	display: inline-block
}

nav.menu-header ul.main-menu li.home-icon a img {
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	display: block
}

nav.menu-header ul.main-menu li.home-icon a img.home-logo-active {
	position: absolute
}

nav.menu-header ul.main-menu li.home-icon a:hover img.home-logo-hover {
	opacity: 1
}

nav.menu-header ul.main-menu li.home-icon a:hover img.home-logo-active {
	position: absolute;
	opacity: 0
}

.navbar-toggle-menu {
	position: relative;
	float: right;
	width: 40px;
	z-index: 999;
	cursor: pointer;
	top: 5px;
	display: none
}

.bar1,
.bar2,
.bar3 {
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	background-color: #000;
	transition: all 1s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	float: right;
	-o-transition: all .3s ease-in-out
}

.bar3 {
	width: 70%
}

.navbar-on .bar3 {
	width: 100%
}

.navbar-on .bar1 {
	transform-origin: 15% 40%;
	transform: rotate(45deg)
}

.navbar-on .bar3 {
	transform-origin: 15% 40%;
	transform: rotate(-45deg)
}

.navbar-on .bar2 {
	background-color: transparent !important
}

.navbar-on .ult-sticky-anchor {
	z-index: 0;
	position: relative
}

.sub-nav ul {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none
}

.sub-nav ul li {
	display: block;
	padding: 0;
	font-size: 30px;
	color: #515151;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -2px;
	padding-left: 40px;
	position: relative
}

.sub-nav ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome
}

.sub-nav ul li a {
	font-size: 30px;
	color: #515151;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 500
}

.sub-nav ul li a:hover {
	color: #00bcd4
}

.logo {
	position: absolute;
	z-index: 999;
	left: 45px;
	top: 14px;
	opacity: 0;
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s
}

.navbar-on .logo {
	opacity: 1
}

.social-menu {
	position: absolute;
	bottom: 30px
}

.social-menu ul {
	vertical-align: middle;
	padding: 0;
	list-style: none;
	margin: 0
}

.social-menu ul li {
	display: inline-block;
	padding: 0 15px
}

.social-menu a .fa {
	font-size: 36px;
	color: rgba(255, 255, 255, .4);
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.social-menu a:hover .fa-facebook {
	color: #3b5998
}

.social-menu a:hover .fa-twitter {
	color: #55acee
}

.social-menu a:hover .fa-linkedin {
	color: #007bb5
}

.social-menu a:hover .fa-google-plus {
	color: #dd4b39
}

.social-menu a:hover .fa-youtube {
	color: #b00
}

.social-menu a:hover .fa-rss {
	color: #f60
}

.social-menu a:hover .fa-dribbble {
	color: #ea4c89
}

.social-menu a:hover .fa-instagram {
	color: #bc2a8d
}

.social-menu a:hover .fa-medium {
	color: #00ab6c
}

.tabscrollup {
	position: fixed;
	width: 21px;
	height: 42px;
	right: 25px;
	padding: 10px 0;
	cursor: pointer;
	background-color: #333;
	box-shadow: 0 0 12px 0 #000;
	z-index: 9999;
	border-radius: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	display: none
}

.tabscrollup:hover .fixed-list {
	display: block
}

.dot-line {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%)
}

.dot-line em {
	display: block;
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 5px auto
}

.fixed-list {
	padding-right: 30px;
	position: absolute;
	top: -64px;
	display: none;
	right: 0
}

.menu-tabs-scroll {
	width: 130px;
	background: #fff;
	padding: 15px 0;
	border-radius: 16px;
	position: relative;
	display: block;
	box-shadow: 0 4px 4.9px .1px #000 0 11px 7.76px .24px #000 0 14px 17.86px 1.14px #000 0 20px 24.3px 2.7px #000;
	width: 130px;
	background: #fff;
	padding: 15px 0;
	border-radius: 16px;
	position: relative;
	display: block;
	box-shadow: 0 4px 4.9px .1px #000 0 11px 7.76px .24px #000 0 14px 17.86px 1.14px #000 0 20px 24.3px 2.7px #000
}

.menu-tabs-scroll li {
	display: block;
	font-size: 13px;
	padding: 7px 16px;
	width: 100%;
	height: 100%;
	font-weight: 600;
	z-index: 11;
	text-transform: uppercase;
	transition: all .3s linear;
	border: 0
}

.menu-tabs-scroll li a {
	color: #000;
	transition: all .3s linear;
	font-weight: 400;
	text-transform: capitalize
}

.navbar-toggle,
nav.menu-header {
	-moz-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	-ms-user-select: text
}

.navbar.navbar-fixed-top {
	min-height: auto;
	background: #fff;
	margin: 0
}

.navbar.navbar-fixed-top .navbar-header {
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	z-index: 999
}

.navbar.navbar-fixed-top .navbar-nav {
	margin-top: 0
}

.navbar-toggle-menu {
	position: absolute;
	right: 45px;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
	z-index: 9999999;
	cursor: pointer;
	width: 40px
}

.navbar-default {
	background: 0;
	border: 0
}

.navbar {
	min-height: 103px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	z-index: 100
}

.container-fluid > .navbar-header {
	min-width: 185px;
	padding: 32px 0 0 30px
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	padding: 0;
	margin: 0;
	height: auto
}

.navbar-nav {
	width: calc(100% - 450px);
	text-align: center;
	margin-top: 45px;
	position: relative
}

.navbar-nav > li {
	float: none;
	display: inline-block;
	padding: 0 15px
}

.navbar-default .navbar-nav > li:last-child a {
	color: #fff
}

.navbar-default .navbar-nav > li > a {
	padding: 18px 0;
	font-size: 14px;
	color: #333;
	transition: all .2s ease-in-out;
	position: relative;
	font-weight: 500;
	padding: 28px 0 28px
}

.navbar-default.small-header .navbar-nav > li > a {
	padding: 18px 0
}

.navbar-default.small-header .navbar-brand.main-logo {
	display: none
}

.navbar-default.small-header .navbar-brand.icon-logo {
	display: block
}

.navbar-nav > li.is-sub-menu > a > .fa {
	font-size: 17px;
	margin-left: 5px
}

.navbar-nav > li.is-sub-menu > a {
	transition: all 0
}

.navbar-default .navbar-nav > li.is-sub-menu > a:after {
	display: none
}

.navbar-nav > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	background: #45afd3;
	z-index: 99999;
	display: none;
	max-height: calc(100vh - 80px);
	overflow: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
	margin-left: 50%;
	transform: translate(-50%, 0);
	padding: 10px 20px
}

.navbar-nav > li.ecommerce > .sub-menu {
	transform: translate(-75%, 0)
}

.navbar-nav > li > .sub-menu.migration {
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	background: #45afd3;
	z-index: 99999;
	display: none;
	max-height: calc(100vh - 80px);
	overflow: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
	margin-left: 50%;
	transform: translate(-50%, 0);
	padding: 10px 20px
}

.navbar-nav > li.is-sub-menu.megamenu > .sub-menu {
	padding: 10px 0
}

.navbar-default .navbar-nav > li.is-sub-menu:hover:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin: 0 0 0 -6px;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-radius: 4px 0 0 0;
	background: #fff;
	box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
	will-change: transform;
	transition-property: transform;
	transition-duration: .25s;
	z-index: 999999
}

.navbar-nav > li.megamenu > .sub-menu {
	width: 900px
}

ul.menu-middle li a .mega-s-text {
	vertical-align: middle
}

.navbar-nav > li.is-sub-menu:hover > .sub-menu {
	display: block
}

.navbar-nav .sub-menu li {
	list-style: none;
	text-align: left
}

.navbar-nav li.is-sub-menu.megamenu .sub-menu li {
	width: 33.33%;
	display: inline-block;
	float: left
}

.navbar-nav li.is-sub-menu.megamenu.migration .sub-menu li {
	width: 100%;
	display: inline-block;
	float: left
}

.navbar-nav li.is-sub-menu.megamenu .sub-menu li:first-child {
	width: 100%;
	padding-bottom: 10px;
	border-right: 0
}

.navbar-nav > li.is-sub-menu.megamenu > ul.sub-menu > li:last-child {
	border: 0
}

.navbar-nav > li.is-sub-menu.megamenu > ul.sub-menu > li:first-child ul.sub-menu {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 15px
}

.navbar-nav > li.is-sub-menu.megamenu.migration > ul.sub-menu > li ul.sub-menu {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 15px
}

.navbar-nav > li.is-sub-menu.megamenu.migration > ul.sub-menu > li:last-child {
	border: 0
}

.navbar-nav > li.is-sub-menu.megamenu.hire > ul.sub-menu > li:first-child ul.sub-menu {
	border-bottom: 0 solid #ccc;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 12px
}

.navbar-nav > li.is-sub-menu.megamenu > ul.sub-menu > li {
	border-right: 1px solid #ccc;
	padding: 0 20px
}

.navbar-nav > li.is-sub-menu.megamenu.ecommerce > ul.sub-menu > li {
	border-bottom: 1px solid #ccc;
	padding: 0 20px
}

.navbar-nav li.is-sub-menu.megamenu .sub-menu li:first-child ul li {
	width: 33%;
	display: inline-block;
	float: none;
	vertical-align: top;
	box-sizing: border-box;
	padding-bottom: 0
}

.navbar-nav li.is-sub-menu.megamenu.migration .sub-menu li ul li {
	width: 33%;
	display: inline-block;
	float: none;
	vertical-align: top;
	box-sizing: border-box;
	padding-bottom: 0
}

.navbar-nav li.is-sub-menu.megamenu .sub-menu li ul li {
	padding-bottom: 0 !important;
	width: 100%
}

.navbar-nav > li.is-sub-menu.megamenu.ecommerce > ul.sub-menu > li {
	padding: 10px 15px
}

.navbar-nav li.is-sub-menu.megamenu.ecommerce ul.sub-menu li.migration-menu {
	width: 100%;
	border-bottom: 0
}

.shopify-image img {
	padding: 15px
}

.shopify-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.navbar-nav li.is-sub-menu.megamenu.ecommerce .sub-menu li a {
	padding: 6px 0
}

.navbar-nav li.is-sub-menu.megamenu.ecommerce ul.sub-menu li ul.sub-menu-list li {
	width: 100%
}

.navbar-nav li.is-sub-menu.megamenu.ecommerce ul.sub-menu li ul.list-submenu {
	display: flex;
	flex-wrap: wrap
}

li.footer-web-list {
	flex-wrap: wrap;
	display: flex
}

.footer_box li.footer-web-list ul {
	width: 40%
}

.footer_box li.footer-web-list ul.sub-menu-2 {
	width: 60%
}

li.footer-web-list a {
	width: 100%;
	display: inline !important
}

.navbar-nav li.is-sub-menu.megamenu.ecommerce ul.sub-menu li ul.list-submenu li {
	width: 50%
}

.navbar-nav .sub-menu li a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	transition: all .2s ease-in-out
}

.navbar-nav .sub-menu li a.no-link {
	cursor: context-menu
}

.navbar-nav > li > .sub-menu.Solutions li {
	display: flex;
	flex-wrap: wrap
}

.navbar-nav .sub-menu.Solutions li a,
.navbar-nav .sub-menu.services li a {
	width: 50%;
	float: left;
	padding: 10px 20px;
	vertical-align: top;
	min-height: 90px
}

.navbar-nav .sub-menu.services.hire li a {
	width: 50%;
	float: left;
	padding: 5px 20px;
	vertical-align: top;
	min-height: 35px
}

.navbar-nav .sub-menu.Solutions li a {
	min-height: 40px
}

.navbar-nav .sub-menu.Solutions li a .mega-s-icon {
	width: 30px
}

.navbar-nav .sub-menu li a:hover {
	color: #45afd3;
	transition: all .2s ease-in-out
}

.navbar-nav .sub-menu.Solutions li a:nth-child(odd),
.navbar-nav .sub-menu.services li a:nth-child(odd) {
	border-right: 1px solid #ccc
}

.navbar-nav .sub-menu > li {
	display: inline-block;
	width: 100%;
	font-size: 14px
}

.navbar-nav .sub-menu > li > .sub-menu {
	padding-left: 0
}

.navbar-nav .sub-menu > li > .sub-menu > li > a {
	padding: 5px 0;
	display: list-item;
	list-style: none;
	list-style-position: outside;
	font-size: 13px;
	font-weight: 500
}

.mega-s-icon {
	display: inline-block;
	margin-right: 10px
}

ul li.is-sub-menu ul.sub-menu li a .mega-s-icon {
	vertical-align: top
}

.mega-s-text {
	display: inline-block;
	width: calc(100% - 55px);
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 1.3
}

.mega-s-text.vcenter {
	vertical-align: middle
}

.vcenter {
	vertical-align: middle
}

.mega-s-text p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px
}

.mega-s-text h5 {
	font-weight: 500;
	margin: 0
}

.navbar-nav > li > .sub-menu.services {
	width: 700px;
	padding: 20px 0
}

.navbar-nav > li > .sub-menu.services.hire {
	width: 680px;
	padding: 20px 0
}

.navbar-nav > li > .sub-menu.Solutions {
	width: 620px;
	padding: 20px 0
}

.navbar-default .navbar-nav > li:last-child a:after {
	display: none
}

.navbar-default .navbar-nav > li:hover > a:after {
	width: 100%
}

.dark .navbar-default .navbar-nav > li > a:after {
	border-color: #fff
}

.navbar-brand img {
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out
}

.navbar-brand.icon-logo {
	display: none
}

.menu-toggle {
	float: right;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	position: relative;
	margin-top: 29px;
	margin-right: 45px
}

.bar1,
.bar2,
.bar3 {
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	background-color: #000;
	transition: all 1s ease-in-out;
	float: right
}

.bar3 {
	width: 60%
}

.menu-text {
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	top: 13px;
	right: 105px;
	transition: all 1s ease-in-out;
	top: 25px
}

.small-header .menu-text {
	top: 13px
}

.menu-text .fa {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}

.dark #fp-nav ul li a span,
.dark .fp-slidesNav ul li a span {
	background: #fff
}

.shopify-banner-img {
	background: #000;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0
}

.title-content h2 {
	font-size: 24px !important;
	text-transform: uppercase
}

.content-div {
	padding: 0;
	display: inline-block
}

.content-div p {
	padding: 10px 0 0
}

.content-div .btn {
	padding: 8px 30px
}

.shopifybg-img {
	padding: 50px 0;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.shopifybg-img h2 {
	color: #fff !important;
	margin-bottom: 15px !important;
	margin-top: 0 !important;
	font-size: 32px !important
}

.btn {
	padding: 10px 30px;
	background: 0;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	outline: 0
}

.green-btn {
	color: #379bc1;
	border: 2px solid #379bc1
}

.green-btn:focus,
.green-btn:hover {
	background: #379bc1;
	color: #fff;
	outline: 0
}

.white-btn {
	color: #fff;
	border: 2px solid #fff
}

.white-btn:focus,
.white-btn:hover {
	background: #fff;
	color: #000;
	outline: 0
}

.dark-btn {
	color: #333;
	border: 2px solid #333
}

.dark-btn:focus,
.dark-btn:hover {
	background: #333;
	color: #fff;
	outline: 0;
	text-decoration: none
}

.light-btn {
	color: #FFF;
	border: 2px solid #FFF;
	background-color: transparent;
	border-radius: 50px;
	margin-top: 20px
}

.reviews-slider-section .owl-carousel .owl-stage-outer {
	overflow: visible !important
}

.client-review-slider .owl-stage-outer {
	margin: 80px 0 40px
}

.client-review-slider .owl-stage-outer .owl-stage {
	display: flex;
	flex-wrap: wrap
}

.client-review-slider .reviews-div {
	background-color: #f1f1f1;
	padding: 20px 40px;
	border-radius: 15px;
	margin-bottom: 0;
	height: 100%;
	position: relative
}

.client-review-slider .owl-stage-outer .owl-stage .item,
.faq-slider .owl-stage-outer .owl-stage .item {
	height: 100%
}

.reviews-slider-section .owl-dots {
	text-align: center
}

.reviews-slider-section .black-arrow.owl-theme .owl-nav .owl-prev {
	left: -40px;
	top: 40%;
	transform: translateY(-50%)
}

.reviews-slider-section .black-arrow.owl-theme .owl-nav .owl-next {
	right: -40px;
	top: 40%;
	transform: translateY(-50%)
}

.client-review-slider .reviews-div img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	border: 5px solid #a7a7a7;
	border-radius: 50%;
	box-shadow: 3px 3px 5px #00000029;
	margin-bottom: 15px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -70px;
	overflow: hidden;
	z-index: 99;
	background-color: #FFF !important
}

.client-review-slider .reviews-div .review-content h4 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #2298c1;
	padding-bottom: 20px
}

.client-review-slider .reviews-div .review-content p {
	font-size: 15px;
	line-height: 1.6
}

.client-review-slider .reviews-div::before {
	position: absolute;
	content: "";
	left: 40px;
	top: 20px;
	background-image: url(../images/review-quote.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px
}

.light-btn:hover,
.light-btn:focus {
	background-color: #FFF;
	border: 2px solid #FFF;
	color: #000;
	border-radius: 50px
}

.clutch {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9997;
	width: 95px
}

.clutch a {
	margin-bottom: 5px;
	display: inline-block
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0
}

img {
	vertical-align: middle;
	max-width: 100%
}

.section.home-section {
	padding: 80px 0;
	background: #000
}

.bannerTxt_wrap {
	text-align: left;
	float: left;
	width: 100%;
	color: #fff
}

.section {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	width: 100%
}

.bannerTxt_left {
	width: 75%;
	width: 65%;
	float: left;
	padding-right: 50px
}

.banner_div {
	padding-top: 50px
}

a.wp-btn {
	border-color: #2298c0;
	border-width: 2px;
	outline: 0
}

a.wp-btn:hover,
a.wp-btn:focus {
	background-color: #fff;
	color: #333
}

.home-banner h1 {
	font-size: 31px;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 20px
}

.cyblance_title {
	font-weight: 500
}

.bannerTxt_left p:last-child {
	padding-bottom: 30px
}

.bannerTxt_left p {
	padding-bottom: 0
}

.home-banner {
	background: #000;
	padding: 80px 0
}

.migration-services .home_icon {
	text-align: left;
	width: auto
}

.home-banner a {
	color: #fff
}

.bannerTxt_rgt {
	width: 25%;
	width: 33%;
	float: left
}

.free_quote_form {
	background: #fff;
	padding: 20px 25px 30px;
	border-radius: 10px;
	margin: 0
}

.form-group {
	position: relative;
	margin-bottom: 15px
}

.free_quote_form h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #252b33
}

.free_quote_form label {
	position: absolute;
	z-index: -999;
	left: 0;
	top: 0;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

.free_quote_form .textbox {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 9px 10px;
	font-size: 15px;
	color: #000;
	outline: 0;
	border: 1px solid #e6e6e6
}

.free_quote_form .error {
	color: red;
	font-size: 13px;
	letter-spacing: .02em
}

.btn {
	padding: 10px 30px;
	background: 0;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	outline: 0
}

.btn_cls,
.btn_cls2 {
	padding: 10px 15px
}

.btn_cls {
	margin-right: 10px
}

.btn_cls2 {
	margin-top: 10px
}

.free_quote_form .btn {
	width: 100%;
	color: #fff;
	background: #333;
	border-color: #333;
	border-width: 2px;
	outline: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	border: 2px solid #333
}

.free_quote_form .btn:hover {
	width: 100%;
	color: #333;
	background: 0
}

.cad-section {
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	background: #f5f5f5
}

.home_element.content_element h2 {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2
}

.content_element p {
	font-size: 16px;
	font-weight: 500;
	font-weight: 400
}

.shadow:before {
	content: "";
	position: absolute;
	width: 100%;
	top: -1px;
	height: 42px;
	left: 0;
	background: url(../images/header_shadow.png) center center;
	opacity: 1;
	background-repeat: no-repeat
}

.our-services {
	background-color: #f7f8fc;
	padding-bottom: 50px;
	padding-top: 40px
}

.home_services {
	padding-top: 15px
}

.home_services .home_wrapper h3.home_title a {
	color: #000
}

.home_wrapper {
	text-align: left;
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0 0 15px -1px rgba(46, 46, 46, .3);
	height: 100%
}

.home_block.row {
	display: flex;
	flex-wrap: wrap
}

.home_block.row .col-lg-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

.div-element:nth-child(odd) {
	background-color: #fff !important
}

.div-element:nth-child(even) {
	background-color: #f7f8fc !important
}

.section {
	width: 100%;
	position: relative
}

.hs_box {
	margin-bottom: 30px
}

.hs_box a:hover {
	text-decoration: none !important
}

.home_details .black-btn {
	border: 1px solid #333;
	color: #333;
	background-color: #fffafa;
	font-weight: 500;
	padding: 8px 24px;
	font-size: 14px;
	margin-top: 5px;
	transition: .3s
}

.home_details .black-btn:focus {
	text-decoration: none
}

.home_details .black-btn:hover {
	background-color: #2298c1;
	border: 1px solid #2298c1;
	text-decoration: none;
	color: #FFF
}

h3.home_title {
	line-height: 1.2;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin-top: 10px
}

.home_details p {
	font-weight: 100;
	font-size: 15px
}

.ourmission {
	position: relative;
	overflow: hidden;
	padding: 50px 0
}

div.car-app-section {
	background: #f7f8fc;
	padding: 0
}

div.ecommerce-service-section {
	background: #f7f8fc;
	padding: 0
}

.p0 {
	padding: 0
}

div.car-app-section .container:before {
	content: "";
	position: absolute;
	bottom: 0;
	background: url(../images/car-app_old.png) no-repeat;
	background-size: contain;
	width: 50%;
	height: 100%;
	right: 0;
	background-position: bottom;
	display: flex
}

.webp div.car-app-section .container:before {
	background: url(../images/car-app_old.webp) bottom no-repeat
}

.development_categeory.list-service {
	margin: 50px 0 30px;
	text-align: center
}

.list-service ul li {
	min-width: 100px
}

.development_categeory h3 {
	font-size: 18px;
	margin-bottom: 8px
}

.ecommerce-service-section p {
	font-size: 15px
}

.ecommerce-wrapper {
	display: none
}

.car-app-section p {
	font-size: 15px
}

.home_element.content_element h2 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	color: #111
}

.car-app {
	display: none
}

div.ecommerce-service-section .row {
	padding: 50px 0
}

div.car-app-section .row {
	padding: 50px 0
}

div.ecommerce-service-section .container {
	position: relative
}

div.car-app-section .container {
	position: relative
}

.black-btn {
	color: #333;
	border: 1px solid #252b33;
	margin-top: 17px
}

.Portfolio-Work {
	padding: 50px 0 60px
}

.h2,
h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4
}

#customDots.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}

.Number_Slider_Wrapper ul li {
	display: inline-block;
	position: relative;
	margin: 0 40px;
	padding: 10px 0
}

.Number_Slider_Wrapper .owl-dot.active {
	border-bottom: 2px solid #000
}

.Number_Slider_Wrapper ul li a,
.Number_Slider_Wrapper ul li a:focus,
.Number_Slider_Wrapper ul li a:hover {
	background-color: unset;
	color: #000;
	border: 0;
	font-size: 18px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 0
}

#NumberSlides {
	overflow: hidden
}

.testimonial_wrapper {
	box-shadow: 0 0 15px -1px rgba(46, 46, 46, .52);
	background: #fff;
	border-radius: 5px;
	margin-top: 70px;
	margin-top: 0;
	overflow: hidden
}

#home-testimonial-slider {
	padding: 20px
}

.testimonial-video-section {
	position: relative;
	text-align: center
}

.testimonial-video-section:not(.hide-control) .video-btn-play {
	background: url(../images/play-btn.png) no-repeat;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
	cursor: pointer;
	margin-top: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .68);
	border-radius: 100%
}

.testimonial_wrapper .owl-thumbs {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 5px 0;
	clear: both
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

a.owl-thumb-item {
	height: 50px;
	width: 50px;
	overflow: hidden;
	border-radius: 100%;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid #000;
	opacity: .5;
	background: #000
}

a.owl-thumb-item.active {
	box-shadow: 0 0 8px rgba(0, 0, 0, .66);
	opacity: 1
}

.section-clients {
	padding-top: 20px;
	padding-bottom: 20px
}

.Number_Slider_Wrapper ul li a,
.Number_Slider_Wrapper ul li a:focus,
.Number_Slider_Wrapper ul li a:hover {
	background: 0 0 !important;
	color: #000 !important;
	border: 0;
	font-size: 18px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 0
}

#NumberSlides.owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background: url(../images/nextb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translate(-50%, -50%);
	text-indent: -99999px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	background-size: contain
}

#NumberSlides.owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background: url(../images/prevb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-indent: -99999px;
	background-size: contain
}

.ui-box {
	border-width: 10px;
	border-color: #fff;
	border-style: solid;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1);
	cursor: default;
	margin: 15px 0
}

.text-left {
	text-align: left
}

.portfolio_title h3 {
	font-size: 30px;
	font-weight: 100
}

.portfolio_title p {
	font-weight: 400;
	font-size: 15px;
	color: #666;
	line-height: 1.6
}

.portfolio_title h3 a {
	color: #333 !important;
	text-decoration: none !important
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	background: 0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	border-radius: 30px;
	background: #333
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #00aeef
}

#laravel-slider .owl-dots {
	text-align: center;
	padding-top: 20px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-nav.disabled {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0
}

.owl-carousel.owl-drag .owl-item.active {
	opacity: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.thought {
	padding: 40px 20px
}

.blog .row {
	display: flex;
	flex-wrap: wrap
}

.blog .col-md-4 a {
	height: 100%;
	display: flex
}

.blog a,
.blog a:hover {
	text-decoration: none
}

.blog p {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6
}

.blog h3 {
	color: #414b61
}

.blog-card .img {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	height: 170px;
	background-size: cover;
	background-position: center right
}

.blog-card .img img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top right
}

.blog-grid-with-msnr .blog-card .img {
	height: 190px
}

.blog-description {
	padding: 25px;
	min-height: 270px
}

.blog-description .bold.dark {
	margin-bottom: 10px;
	color: #242424;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700
}

.blog a,
.blog a:hover {
	text-decoration: none
}

.blog-description.deflt-image {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 15px
}

.more-tooltip .fa {
	color: #242424
}

.blog .blog-card.nimg-row {
	height: 399px
}

.blog .justone .blog-card.nimg-row {
	height: auto
}

.wth-msnr .blog-description {
	padding: 30px
}

.blog-description.img-post,
.blog-description.noimg-post {
	padding: 40px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5
}

.blog-description.img-post.sngle,
.blog-description.noimg-post.sngle {
	padding: 40px 40px 25px
}

.blog-description.noimg-post .bdescrip {
	margin-bottom: 17px;
	font-weight: 300
}

.blog-description span {
	font-weight: 700 !important;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	color: #414b61;
	text-transform: uppercase;
	letter-spacing: 1px
}

.blog-description h2 {
	font-weight: 700;
	color: #414b61;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5
}

h2.oneonerem {
	font-size: 1.1rem
}

.blog-description.img-post h2 {
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 15px
}

.wth-msnr ul.page-numbers {
	padding: 0
}

.blog-frame {
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden
}

.blog-card {
	z-index: 9;
	cursor: pointer;
	background-color: #fafbff;
	overflow: hidden;
	height: 100%;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
	-webkit-transition: .4s;
	transition: .4s
}

.blog-card iframe,
.news-block .outer iframe,
.single-mainpost iframe {
	width: 100% !important
}

.blog-card.h-auto {
	height: auto
}

.blog-card:hover {
	-webkit-box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .18);
	box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .2);
	-webkit-transform: translateY(-3px) scale(1.01);
	transform: translateY(-3px) scale(1.01)
}

.blog-card:hover.blog-card .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.more-tooltip {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 6.5px;
	margin-left: -17.5px;
	margin-top: -17.5px;
	height: 35px;
	width: 35px;
	color: #fafbff;
	border-radius: 50%;
	text-align: center;
	z-index: 999999999999;
	-webkit-box-shadow: 0 2px 400px 5000px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 400px 5000px rgba(0, 0, 0, .4);
	-webkit-transition: .4s;
	transition: .4s;
	background: #fff
}

.more-tooltip:hover {
	color: #fafbff;
	-webkit-transform: translateY(-3px) scale(1.01);
	transform: translateY(-3px) scale(1.01);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.blog-card:hover .more-tooltip {
	opacity: 1
}

.mb30 {
	margin-bottom: 30px
}

.mt40 {
	margin-top: 40px
}

.footer_box p a,
.footer_box p a:active,
.footer_box p a:focus,
.footer_box p a:hover {
	color: #333;
	text-decoration: none
}

.footer_box ul li {
	list-style: none;
	text-align: left;
	line-height: 1.5
}

.footer_box ul ul li {
	padding-left: 10px;
	list-style: disc;
	list-style-position: inside;
	font-size: 9px;
	line-height: 1.7
}

.footer_box ul ul li a {
	font-size: 13px;
	font-weight: 500;
	padding: 4px 0;
	display: inline;
	line-height: 2
}

.footer .footer_box.technologies {
	padding-left: 0
}

.footer_box ul li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	text-align: left;
	padding: 5px 0;
	font-weight: 600;
	display: inline-block
}

.footer_box {
	margin: 10px 0
}

.footer {
	padding: 20px 0
}

.footer_box ul {
	padding: 0
}

.about-us-list-item ul {
	margin-bottom: 0
}

.footer_box h2 {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase
}

.footer_box p.address {
	margin: 0 0 10px;
	line-height: normal;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.5
}

.footer b {
	font-weight: 600
}

.pull-left a {
	color: #333;
	text-decoration: none
}

.footer {
	display: inline-block;
	width: 100%;
	position: relative
}

.footer p {
	font-size: 15px
}

.sub-footer p {
	font-size: 14px
}

.sub-footer {
	border-top: 2px dotted #ccc;
	padding: 20px 0 0
}

.footer-sub {
	margin-bottom: 40px
}

.sub-footer .social-icon {
	float: right
}

.sub-footer .social-icon a {
	margin: 0 0 0 4px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: #020202;
	font-size: 12px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px
}

.sub-footer .social-icon a .fa {
	font-size: 14px;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	line-height: 30px
}

.sub-footer .social-icon a.facebook:hover {
	color: #fff;
	background: #3b5998
}

.sub-footer .social-icon a.twitter:hover {
	color: #fff;
	background: #55acee
}

.sub-footer .social-icon a.google:hover {
	color: #fff;
	background: #dd4b39
}

.sub-footer .social-icon a.youtube:hover {
	color: #fff;
	background: #b00
}

.footer-info-section .col-title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-bottom: 8px;
	text-transform: uppercase
}

.footer-info-section .add-info.pad-btn {
	padding-bottom: 15px
}

.footer-info-section .add-info p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 3px;
	font-weight: 500;
	color: #999
}

.footer-info-section .add-info p.usa {
	width: 90%
}

.footer-info-section .contact-info a,
.footer-info-section .contact-info p {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
	text-decoration: none;
	color: #999;
	line-height: 24px
}

.footer-info-section .email-info {
	padding-top: 15px
}

.footer-info-section .email-info a {
	display: inline-block;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

.footer-info-section .email-info a:hover {
	color: #fff
}

.fabs {
	bottom: 0;
	position: fixed;
	margin: 1em;
	right: 0;
	z-index: 99999
}

.chat {
	display: none;
	position: fixed;
	width: 360px;
	opacity: 0;
	box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, .22);
	border-radius: 10px;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #fff;
	right: 20px;
	bottom: 85px;
	max-height: 610px;
	min-height: 280px;
	height: calc(100% - 100px - 20px);
	border-radius: 8px;
	overflow: hidden;
	z-index: 9999999999
}

.chat.is-visible {
	opacity: 1;
	-webkit-animation: fadeUp .2s cubic-bezier(.42, 0, .58, 1);
	animation: fadeUp .2s cubic-bezier(.42, 0, .58, 1);
	display: block
}

#cyblance-chat-iframe {
	z-index: 999;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	border: 0;
	border-radius: 6px !important;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important
}

.close_chat_header,
.repeat_chat_header {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9999;
	background: #a3a3a3;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
	cursor: pointer
}

.repeat_chat_header {
	right: 40px;
	font-size: 17px
}

.close_chat_header .fa,
.repeat_chat_header .fa {
	line-height: 30px
}

.fab {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #f0f0f0;
	margin: 15px auto 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	position: relative;
	z-index: 998;
	background: #42a5f5;
	background-image: url(../images/chat-image.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.usa-call {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	position: relative;
	z-index: 998
}

.fab:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2ecc71;
	bottom: 5px;
	right: -1px
}

.fab i {
	display: none
}

.fab > i {
	font-size: 2em;
	line-height: 55px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.fab:nth-last-child(1) {
	-webkit-transition-delay: 25ms;
	transition-delay: 25ms
}

.is-active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

@-webkit-keyframes fadeUp {
	100% {
		-webkit-transformtransformopacity-webkit-transform: translate(0, 50px) translate(0, 50px) 0 translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes fadeUp {
	100% {
		-webkit-transformtransformopacity-webkit-transform: translate(0, 50px) translate(0, 50px) 0 translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

.top_arrow {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 40px;
	z-index: 99
}

.owl-next.disabled,
.owl-prev.disabled {
	opacity: .2
}

.recentArticlesData span a {
	font-size: 14px
}

.recentArticlesData span a br {
	display: none
}

.black-arrow.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.OurClients {
	margin: auto;
	overflow: hidden;
	position: relative
}

.OurClients .str_origin {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: -webkit-box;
	display: flex;
	width: calc(250px * 18);
	align-items: center
}

.OurClients.text-center {
	text-align: left
}

.OurClients .item {
	width: auto
}

.sbottom {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 200px;
	margin: auto
}

.mouse-icon {
	border: 2px solid #fff;
	border-radius: 16px;
	height: 36px;
	width: 22px;
	display: block;
	z-index: 10;
	opacity: .7;
	position: relative;
	left: 50%;
	bottom: 10px;
	margin: 0 0 0 -9px;
	cursor: pointer
}

.mouse-icon .wheel {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation-name: dropdown;
	-webkit-animation-name: dropdown;
	animation-name: dropdown;
	top: 4px
}

@-webkit-keyframes dropdown {
	30% {
		topopacitytop: 5px 0 10px;
		opacity: 1
	}

	100% {
		top: 25px;
		opacity: 0
	}
}

@keyframes dropdown {
	30% {
		topopacitytop: 5px 0 10px;
		opacity: 1
	}

	100% {
		top: 25px;
		opacity: 0
	}
}

@-webkit-keyframes dropup {
	30% {
		topopacitytop: 25px 0 10px;
		opacity: 1
	}

	100% {
		top: 5px;
		opacity: 0
	}
}

@keyframes dropup {
	30% {
		topopacitytop: 25px 0 10px;
		opacity: 1
	}

	100% {
		top: 5px;
		opacity: 0
	}
}

@keyframes scroll {
	100% {
		transform: translateX(0) translateX(calc(-250px * 9))
	}
}

.Careers-Page {
	display: inline-block;
	width: 100%;
	position: relative
}

.p50 {
	padding: 50px 0
}

.str_wrap {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap
}

.bggray {
	background-color: #f1f2f2;
	position: relative
}

.out-clients {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.out-clients .item {
	display: none;
	text-align: center;
	padding: 0 30px;
	vertical-align: middle
}

.out-clients .str_move .item {
	display: inline-block
}

.out-clients .item img {
	transition: all .5s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	border: 0;
	opacity: .9;
	max-width: 250px !important
}

.out-clients .item img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	opacity: 1
}

.speakaboutteam .testimonial_wrapper .owl-thumbs {
	padding: 0
}

.googleReviewSlider {
	overflow: hidden
}

.googleReviewSlider .owl-dots {
	margin-top: 20px
}

.portfolio .owl-dots {
	text-align: center;
	margin: 20px 0
}

.mb20 {
	margin-bottom: 20px
}

.pt50 {
	padding-top: 50px
}

.pb50 {
	padding-bottom: 50px
}

.pb70 {
	padding-bottom: 70px
}

.overlay-container h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0
}

.testimonial {
	background: #414042 url(../images/testimonial.jpg) no-repeat center top;
	padding: 65px 0 80px;
	color: #fff;
	background-size: cover
}

.webp .testimonial {
	background: #414042 url(../images/testimonial.webp) no-repeat center top
}

.marginB40 {
	margin-bottom: 40px !important
}

h1 {
	margin-top: 0
}

.recentArticles {
	width: 100%;
	display: table;
	position: relative;
	background: #0c7ba2;
	text-align: left
}

.recentArticlesTitle {
	color: #fff;
	background: #0b0b0b;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	height: 100%;
	display: table-cell;
	float: left;
	vertical-align: middle;
	position: relative;
	padding: 10px 15px;
	line-height: 25px;
	padding-left: 20px;
	font-size: 15px;
	z-index: 11;
	width: 155px;
	font-weight: 500;
	text-align: center
}

.recentArticlesText {
	display: table-cell;
	float: left;
	vertical-align: middle;
	z-index: 10;
	position: relative;
	padding: 10px 45px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-display: swap;
	font-size: 14px;
	text-transform: capitalize;
	padding-right: 0;
	padding-left: 14px;
	width: -webkit-calc(100% - 155px);
	width: -moz-calc(100% - 155px);
	width: calc(100% - 155px)
}

.recentArticlesText,
.recentArticlesTitle {
	float: none;
	white-space: nowrap
}

.recentArticlesTitle:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	background-size: contain;
	border-top: 22px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 12px solid #0b0b0b
}

.recentArticlesData span {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px
}

.recentArticlesData span:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.recentArticlesData span a {
	color: #fff
}

.Webdevelopment {
	background: #fff;
	position: relative
}

.Cwebdeve {
	background: url(../images/wall.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat
}

.what-we-do-IMG {
	background: url(../images/development_mac1.png);
	background-size: 50%;
	background-position: 105% 50%;
	position: absolute;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}

.p150 {
	padding: 150px 0
}

.align-center {
	width: 100%;
	display: flex
}

.align-self {
	align-self: center;
	padding: 0
}

.Mobiledevappication h2,
.content_element h1,
.we-do-section h2 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2
}

.Mobiledevappication h2,
.we-do-section h2 {
	font-weight: 700
}

.content_element .shopify_store.list_point ul li {
	list-style: none;
	line-height: 2
}

.content_element .shopify_store.list_point {
	margin: 15px 0;
	display: inline-block;
	text-align: left
}

.content_element .shopify_store.list_point ul li:before {
	content: url(../images/list_icon_.png);
	margin-right: 10px
}

.content_element p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7
}

.development_categeory {
	margin: 15px 0;
	display: inline-block;
	width: 100%;
	margin-top: 10px
}

.development_categeory h5 {
	font-size: 16px;
	margin-bottom: 8px
}

.marginT0 {
	margin-top: 0
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

.development_categeory ul li {
	vertical-align: top;
	margin: 5px 0;
	text-align: center
}

.tab-section {
	padding: 30px 0;
	display: flex;
	flex-flow: row wrap;
	max-width: 1040px;
	margin: 0 auto
}

.tab-section .nav-tabs {
	width: 280px;
	border: 0
}

.tab-section .nav-tabs li {
	display: block;
	float: none;
	padding: 12px 0;
	border: 0
}

.tab-section .nav-tabs li a {
	padding: 18px 20px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	background-color: #818181;
	border: 0;
	border-radius: 6px;
	transition: all ease-in .3s
}

.tab-section .nav-tabs li a.current {
	background-color: #2298c1
}

.tab-section .nav-tabs li a:hover {
	background-color: #2298c1;
	box-shadow: 2px 2px 7px red
}

.tab-section .tab-content {
	width: calc(100% - 280px);
	padding: 0 40px 0 60px
}

.tab-section .tab-content .title-div {
	display: flex;
	margin-bottom: 20px;
	align-items: center
}

.tab-section .tab-content .tab-pane h3 {
	font-weight: 700;
	color: #3e3d3d;
	font-size: 18px;
	margin: 0;
	margin-left: 70px;
	position: relative
}

.tab-section .tab-content .tab-pane {
	padding: 12px 0
}

.tab-section .tab-content .tab-pane p {
	color: #4a4a4a
}

.tab-section .tab-content .list-item ul li {
	list-style: none;
	text-align: center;
	background-color: #EEE;
	padding: 6px;
	width: 120px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin: 0 10px 10px 0;
	border-radius: 8px
}

.tab-section .tab-content .list-item ul a li:hover {
	box-shadow: 0 0 7px red
}

.tab-section .tab-content .list-item ul a:hover,
.tab-section .tab-content .list-item ul a:focus {
	text-decoration: none
}

.tab-section .tab-content .list-item ul li h6 {
	margin-bottom: 0;
	color: #000
}

.tab-section .tab-content .list-item ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0
}

.development_categeory ul li a {
	display: inline-block;
	position: relative;
	margin: 5px;
	height: 60px;
	width: 60px;
	opacity: 1;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	border: 1px solid #333133;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.tab-section .tab-content .tab-pane h3::before {
	content: "";
	width: 2px;
	height: 35px;
	background: #3e3d3d;
	left: -35px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%
}

.development_categeory ul li span {
	display: block;
	text-align: center;
	font-size: 13px
}

.development_categeory ul li img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
	-moz-filter: brightness(0) invert(0);
	-ms-filter: brightness(0) invert(0);
	-o-filter: brightness(0) invert(0)
}

.development_categeory ul li:hover a {
	background: #333133;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.development_categeory ul li:hover img {
	filter: brightness(100) invert(0);
	-webkit-filter: brightness(100) invert(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.ult-sticky-section {
	width: 100%;
	position: relative
}

#sub-menu .nav {
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0
}

#sub-menu .nav ul {
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	width: 100%
}

#sub-menu .nav ul li {
	list-style: none;
	display: inline-block
}

#sub-menu .nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #252b33;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
	outline: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500
}

#sub-menu .nav ul li:hover a {
	color: #379bc1
}

#sub-menu .nav ul li a.active {
	color: #379bc1
}

#sub-menu .nav ul li a::after {
	background-color: #379bc1;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: relative;
	top: 1px;
	transition: width .25s ease 0;
	width: 0
}

#sub-menu .nav ul li:hover a::after {
	width: 100%
}

#sub-menu .nav ul li a.active::after {
	background-color: #379bc1;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: relative;
	top: 1px;
	transition: width .25s ease 0;
	width: 100%
}

.Mobile-App-Page .shadow,
.what-we-do-page .shadow {
	overflow: hidden;
	float: left;
	width: 100%
}

.Mobiledevappication {
	background: #00aff1;
	display: inline-block;
	width: 100%;
	position: relative
}

.Mobile_IMG {
	background: url(../images/mobile_image.png) no-repeat;
	background-size: 50%;
	background-position: -10% 50%;
	position: relative;
	position: absolute;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}

.f-white .development_categeory h5 small {
	color: #fff
}

.f-white .development_categeory ul li a {
	border: 1px solid #fff
}

.f-white .development_categeory ul li .fa {
	font-size: 30px;
	color: #fff;
	vertical-align: middle
}

.f-white .development_categeory ul li:hover a {
	background: #fff
}

.f-white .development_categeory ul li:hover .fa {
	color: #00aff1
}

.UIUX {
	background: url(../images/UIUX.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat
}

.UIUX_IMG {
	background: url(../images/uiux.png);
	background-size: 60%;
	background-position: 120% 50%;
	position: absolute;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}

.h_banner {
	background: #000;
	padding: 80px 0
}

.h_banner h1 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.2
}

.h_banner a {
	color: #fff
}

.h_banner h1 span {
	display: block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 400
}

b,
strong {
	font-weight: 700
}

.h_banner p {
	font-size: 18px
}

.h_banner .banner_heading {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.h_banner .banner_heading h1 b {
	font-size: 48px
}

.detail-section {
	padding: 50px 0
}

.abouttpage h2,
.developmentpage h2,
.developmentpage h3.shopify_title {
	font-weight: 800;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 30px
}

.developmentpage.shopify-page h2 {
	margin-bottom: 15px
}

.abouttpage h2 {
	text-transform: inherit
}

.container_inner {
	width: 85%;
	margin: 0 auto;
	position: relative
}

.Portfolio-Work,
.designservices {
	overflow: hidden
}

.developmentpage .bggray {
	background-color: #f7f8fc !important
}

.php-portfolio-detail {
	color: #333
}

.php-portfolio-detail h3 {
	font-size: 22px;
	font-weight: 700;
	color: #333
}

.php-portfolio-detail h3 a {
	color: #333
}

.clutch-section .black-arrow.owl-theme .owl-nav .owl-prev {
	background-size: cover
}

.black-arrow.owl-theme .owl-nav .owl-prev {
	width: 25px;
	height: 30px;
	background: url(../images/prevb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	text-indent: -99999px;
	background-size: cover
}

.clutch-section .black-arrow.owl-theme .owl-nav .owl-next {
	background-size: cover
}

.black-arrow.owl-theme .owl-nav .owl-next {
	width: 25px;
	height: 30px;
	background: url(../images/nextb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	text-indent: -99999px;
	border-radius: 0;
	margin-top: 0;
	margin-right: 0 !important;
	background-size: cover;
	background-position: center !important
}

.developmentpage .shadow {
	position: relative;
	width: 100%;
	overflow: hidden
}

.home_services.stores {
	text-align: center
}

.home_services .view:hover a {
	text-decoration: none
}

.home_services .wix_template_title {
	padding: 15px 0;
	text-align: center
}

.home_services .view {
	text-align: center;
	margin: 5px 0
}

.home_services .view a {
	background-color: #009dd9;
	padding: 10px 30px;
	border-radius: 30px;
	border: 0;
	color: #fff
}

.home_icon {
	text-align: left;
	width: 80px
}

.home_icon img {
	height: 80px;
	width: auto
}

h3.home_title {
	line-height: 1.5;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: left;
	margin-top: 10px
}

.home_details p {
	font-weight: 400;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
	color: #000
}

.form_container {
	width: 72%;
	margin: 0 auto;
	margin-top: 50px
}

.faq_list {
	padding: 0;
	margin: 30px 0;
	border-top: 0
}

.faq_list li {
	list-style: none
}

.faq_list li .answer ul li {
	list-style: unset;
	list-style-position: initial
}

.faq_list .question {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	opacity: 1;
	text-shadow: none;
	color: #414042;
	font-size: 18px;
	font-weight: 400
}

.review-div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center
}

.faq_list .question::before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
	font-size: 28px;
	line-height: 16px;
	color: #414042;
	padding: 0;
	margin: 0;
	width: 43px;
	text-align: center;
	background: #fff;
	height: 100%;
	line-height: 40px;
	cursor: pointer;
	font-family: monospace
}

.faq_list_title {
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
	line-height: 1.3;
	padding: 15px 60px;
	width: 100%;
	padding-right: 20px;
	background: #f1f2f2;
	font-weight: 400
}

.faq_list .question.close:before {
	content: "_";
	font-size: 22px;
	top: 0;
	font-weight: 700;
	font-family: monospace;
	height: 100%;
	line-height: 25px;
	cursor: pointer;
	font-family: serif
}

.answer {
	color: #414042;
	padding: 0 65px 10px;
	font-size: 15px;
	line-height: normal;
	text-align: left
}

.answer p {
	line-height: 1.6
}

.timetraking-text a {
	color: #333
}

.tsm-section {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 50px 0
}

.testimonial2 .tsm-section {
	border: 0
}

.tsm-section.p0 {
	padding: 0
}

.pb70 {
	padding-bottom: 70px
}

.pt50 {
	padding-top: 50px
}

#testimonial-slider {
	padding: 20px
}

.timetraking {
	height: 170px;
	width: 170px;
	border-radius: 100%;
	background: #fff;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 15px -1px rgba(46, 46, 46, .3)
}

.timetraking img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.tsm-section.p0 {
	padding: 0;
	float: left
}

.faqsection.bggray .faq_list .question::before {
	background: #f1f2f2
}

.faqsection.bggray .faq_list_title {
	background: #e6e7e8
}

.featuresinfo {
	text-align: left
}

.featuresinfo h3 {
	color: #252b33;
	font-weight: 800;
	text-transform: capitalize;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 10px
}

.featuresinfo p {
	color: #252b33;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0
}

.position-ab {
	position: relative;
	left: 0;
	width: 50%
}

.mla {
	margin-left: auto
}

.website1 {
	background: url(../images/website1.png);
	background-size: 50%;
	background-position: 105% 50%;
	position: absolute;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}

.website2 {
	background: url(../images/website2.png) no-repeat;
	background-size: 50%;
	background-position: -10% 50%;
	position: relative;
	position: absolute;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}

.p80 {
	padding: 80px 0
}

.p40 {
	padding: 40px 0
}

.p30 {
	padding: 30px 0
}

.p80.Webdevelopment {
	overflow: hidden
}

.graphic {
	background: #fff url(../images/icon-gray.png) repeat center center;
	background-attachment: fixed;
	position: relative
}

.about-app {
	padding: 0 0 80px
}

.bgwhite {
	background: #fff !important
}

.p70 {
	padding: 70px 0
}

ul.white-bullet li {
	color: #252b33;
	padding: 2px 0 10px 25px;
	list-style: none;
	font-weight: 500;
	position: relative;
	font-size: 14px
}

.skyphone_main {
	width: 100%;
	display: inline-block
}

.developmentpage ul.white-bullet li {
	font-size: 16px
}

ul.white-bullet li:before {
	content: "\f140";
	position: absolute;
	left: 0;
	font-size: 17px;
	font-family: FontAwesome;
	vertical-align: middle;
	top: 0;
	margin-top: 2px
}

.banner-description,
.site-description {
	background-color: #303030
}

.banner-description h2 {
	color: #FFF;
	font-size: 30px;
	margin: 0;
	line-height: 1.2
}

.site-description h3 {
	color: #FFF;
	font-size: 38px;
	margin: 0;
	line-height: 1.2
}

.banner-description a:hover {
	text-decoration: none
}

.reach-to-us a,
.reach-to-us a:hover {
	color: #FFF;
	background-color: #2298c0;
	border-radius: 25px;
	text-align: center;
	text-decoration: none
}

.reach-to-us {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center
}

.time-div ul li:nth-child(2) .timing-img {
	background-position: -80px 0
}

.time-div ul li:nth-child(3) .timing-img {
	background-position: -160px 0
}

.time-div li {
	cursor: pointer
}

.banner-description p {
	color: #FFF;
	font-size: 18px;
	padding: 20px 0
}

.hire-developers .time-div > ul > li {
	list-style: none;
	color: #fff;
	display: inline-block;
	background: transparent;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 20px 5px 10px;
	margin: 15px 20px 30px 0;
	width: 270px
}

.time-div > ul > li {
	list-style: none;
	color: #fff;
	display: inline-block;
	background: transparent;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 20px 5px;
	margin: 15px 20px 30px 0;
	width: 150px
}

.time-div ul li img {
	width: 50px;
	height: auto
}

.time-div ul li h5 {
	font-size: 18px;
	padding: 10px 0
}

.time-div ul li ul li {
	line-height: 1.3;
	list-style: none;
	text-align: left;
	padding-bottom: 12px;
	position: relative;
	padding-left: 15px
}

.time-div ul li .timing-img {
	background-image: url(../images/hiring-time.png);
	background-position: 0 0;
	height: 70px;
	width: 80px;
	margin: 0 auto
}

.time-div ul li ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #FFF;
	border-radius: 20px;
	left: 0;
	top: 6px;
	position: absolute
}

.time-div ul li ul {
	padding-left: 20px
}

.time-div > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.site-components {
	display: flex;
	flex-wrap: wrap
}

ul.listing-item {
	padding: 20px 0;
	width: 50%
}

ul.listing-item li {
	list-style: none;
	font-size: 16px;
	padding-left: 22px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF
}

ul.listing-item li:before {
	content: url(../images/list-icon.png);
	position: absolute;
	left: 0;
	top: 1px
}

.site-description .reach-to-us p {
	color: #FFF;
	font-size: 20px
}

.developmentpage ul.white-bullet li:before {
	content: "\f058"
}

.developmentpage .ws_element h2.shopify_subtitle {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: unset;
	line-height: normal;
	font-weight: 600
}

.CareersForm label {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block
}

.CareersForm .textbox {
	display: inline-block;
	width: 100%;
	padding: 8px 10px;
	outline: 0;
	border: 1px solid #ccc
}

.CareersForm label span {
	display: block;
	font-weight: 700;
	font-size: 16px
}

.CareersForm .textbox {
	display: inline-block;
	width: 100%;
	padding: 8px 10px;
	outline: 0;
	border: 1px solid #ccc
}

.CareersForm .has-error .textbox {
	border-color: red
}

.CareersForm .has-error label {
	color: red
}

.CareersForm .common-error {
	text-align: center;
	font-size: 15px;
	color: red;
	margin-bottom: 15px
}

.CareersForm .green-btn {
	background: #333;
	color: #fff;
	border-color: #333
}

.offerCareers {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 90px 0 60px
}

.Careers-Page {
	display: inline-block;
	width: 100%;
	position: relative
}

.Careers-Page .work-block ul li {
	margin: 0 30px
}

.Careers-Page .ch-info,
.Careers-Page .ch-info-wrap {
	position: absolute;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, .2), inset 0 0 3px rgba(115, 114, 23, .8)
}

.Careers-Page .testimonial_wrapper {
	background: #f2f2f2
}

.Careers-Page .ch-item {
	width: 300px;
	height: 300px
}

.Careers-Page .ch-info h3 {
	padding: 0;
	line-height: 1.3;
	font-size: 22px;
	margin-bottom: 10px
}

.Careers-Page .ch-img-1 {
	background-image: url(../images/colorfull.jpg)
}

.Careers-Page #careers-slider {
	padding-top: 50px;
	padding-bottom: 20px
}

.Careers-Page .ch-info p {
	padding: 10px 5px;
	display: block;
	width: auto
}

.CareersForm,
.ContactForm {
	width: 75%;
	margin: 0 auto
}

.white_bg #header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: -42px;
	z-index: 999;
	background: url(../images/header_shadow.png) no-repeat;
	margin: 0 auto;
	background-position: top center;
	background-size: contain
}

.upload-file p {
	font-size: 16px;
	color: #333;
	margin: 0;
	margin-bottom: 5px
}

.upload-file .inputfile + label {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 10px 25px;
	background-color: #333;
	color: #fff;
	transition: all .4s ease-in 0;
	border-radius: 50px !important
}

.upload-file .upload {
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 6% !important;
	z-index: -1
}

.upload-file span.file {
	display: inline-block;
	padding-top: 10px;
	padding-left: 15px;
	vertical-align: top;
	font-size: 14px;
	color: #333
}

.speakaboutteam {
	position: relative;
	overflow: hidden;
	padding: 90px 0 80px;
	background: #fff;
	display: inline-block;
	width: 100%
}

.speakaboutteam .slider_wrapper {
	overflow: hidden
}

.Careers-Page .testimonial_wrapper {
	background: #f2f2f2
}

.Careers-Page #careers-slider {
	padding-top: 50px;
	padding-bottom: 20px
}

.testi_man {
	position: relative
}

.testi_man img {
	max-width: 350px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 100%
}

.package-info h3 {
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 10px
}

.package-description p {
	text-align: justify
}

.package-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row
}

.ts-slide p {
	text-align: left;
	font-size: 22px !important;
	font-style: italic;
	color: #333
}

.ts-slide span {
	display: inline-block;
	text-align: left;
	width: 100%;
	color: #00aeef;
	font-weight: 700;
	font-size: 24px
}

.ts-slide h5 {
	color: #333;
	font-size: 16px;
	text-align: left;
	margin-top: 0
}

.testimonial_wrapper .owl-thumbs {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 5px 0;
	clear: both
}

a.owl-thumb-item {
	height: 50px;
	width: 50px;
	overflow: hidden;
	border-radius: 100%;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid #000;
	opacity: .5;
	background: #000
}

a.owl-thumb-item.active {
	box-shadow: 0 0 8px rgba(0, 0, 0, .66);
	opacity: 1
}

a.owl-thumb-item img {
	width: 100%;
	margin: 0;
	padding: 0
}

.about-white .home_icon,
.about-white .home_wrapper,
.about-white h3.home_title {
	text-align: left
}

.about-us-box .home_icon,
.about-us-box .home_wrapper,
.about-us-box h3.home_title {
	text-align: left
}

.about-us-box h3.home_title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	margin: 15px 0
}

.about-white h3.home_title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600
}

.about-white .home_wrapper {
	box-shadow: unset;
	background-color: #fff;
	border: 1px solid #eceef3
}

.ws_element.content_element h2,
.ws_element.content_element h3.shopify_title {
	font-size: 32px;
	line-height: 50px;
	font-weight: 800;
	color: #252b33;
	line-height: 1.4
}

.about-us-box {
	background-color: #fff !important
}

.about-us-box .home_wrapper {
	padding: 20px 30px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 0 15px -1px rgba(46, 46, 46, .3)
}

.about-us-box p {
	font-size: 16px;
	line-height: 26px;
	color: #252b33;
	font-weight: 400
}

.factsheet-block {
	color: #252b33
}

.factsheet li {
	border: 1px solid #bbb
}

.factsheet-block h2 {
	font-size: 36px;
	line-height: 1.3
}

.list_item {
	padding: 20px 0 40px 35px
}

#store_slider .list_item {
	padding: 0 0 0 35px
}

#store_slider .item {
	display: flex;
	align-items: center
}

.col-lg-8 #store_slider .item {
	padding: 0 20px
}

.store .owl-dots {
	text-align: center;
	margin: 20px 0
}

.list_item ul li {
	list-style: none;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 10px
}

.list_item ul li:before {
	content: url(../images/list_icon_.png);
	position: absolute;
	left: 0;
	top: 1px
}

.package-list ul {
	list-style: none;
	padding: 0 15px;
	width: 100%
}

.package-list .table-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.package-list .package-column {
	width: 31%;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 20px
}

.package-list .column-div {
	display: flex;
	flex-wrap: wrap
}

.package-list h3.title {
	margin: 0;
	color: #FFF;
	width: 100%;
	background-color: #1d95bd
}

.package-column .pricing-inquiry {
	padding: 20px 0;
	width: 100%;
	align-self: end
}

.btn.dark-btn.package-btn {
	font-size: 16px
}

.package-list .pricing-inquiry a:hover,
.package-list .pricing-inquiry a:focus {
	text-decoration: none
}

.package-list ul li:before {
	content: "\f058";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0
}

.package-list ul li:last-child {
	margin-bottom: 0
}

.package-list ul li {
	list-style: none;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px
}

.package-column h3.title {
	text-align: center;
	font-size: 22px;
	color: #FFF;
	padding: 12px 0;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase
}

.package-list.wix h3.title {
	font-size: 18px
}

.developmentpage .ws_element.content_element h1 {
	font-weight: 500;
	font-size: 44px;
	text-transform: unset;
	line-height: 1.3;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px
}

.greywhisp {
	background: url(../images/about/greyWhisp.png) top center no-repeat;
	background-size: cover;
	background-position: center center;
	background-position: 50% 25%
}

.global {
	background: url(../images/about/globally-recognized.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	background-position: center center;
	background-position: 50% 25%
}

.gradient-15 h2 {
	color: #fff
}

.bggray {
	background-color: #f1f2f2 !important
}

.about-us-banner.h_banner.banner_new1 p {
	font-size: 20px;
	text-align: center
}

.about-domain .col-sm-6 {
	align-items: center
}

.about-domain .col1 {
	padding: 0 15px 0 70px
}

.about-domain .col2 {
	padding: 0
}

.text-center {
	text-align: center
}

.detailed-section {
	padding: 50px 0 0;
	background-color: #fff
}

.content_element h1 {
	font-weight: 700
}

.DriveOurWork h3.home_title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600
}

.DriveOurWork .ws_element.content_element h2 {
	margin-bottom: 50px
}

.about-us-box .home_icon {
	display: inline-block;
	border-radius: 100%;
	padding: 0;
	width: 85px;
	text-align: center;
	height: 85px;
	line-height: 85px
}

.boxshadow {
	padding: 40px;
	box-shadow: 0 16px 54px 0 rgba(0, 0, 0, .1);
	position: relative;
	background-image: url(../images/about-3.png);
	background-size: contain;
	background-position: 95% 48%;
	background-repeat: no-repeat;
	background-size: 35%
}

.webp .boxshadow {
	background-image: url(../images/about-3.webp)
}

.recognizelogo {
	border: 1px solid #ccc;
	text-align: center;
	padding: 50px 30px;
	margin-bottom: 30px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center
}

.recognizelogo img {
	max-height: 50px
}

.pr70 {
	padding-right: 70px
}

.factsheet-block {
	padding: 40px 0 60px !important;
	width: 100%
}

.review-div .responsive-view {
	display: none
}

.pb0 {
	padding-bottom: 0 !important
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.ecommerce-wrapper {
		display: block
	}

	.ecommerce-service img {
		width: auto;
		height: auto
	}

	.ecommerce-service1 {
		display: block
	}

	.ecommerce-service {
		display: none
	}
}

@media(min-width:1200px) {
	.isSafari .col-lg-4 {
		width: 33.2%
	}
}

@media(max-width:1180px) {
	.tab-section {
		max-width: 100%
	}

	.tab-section .nav-tabs {
		width: 270px
	}

	.tab-section .tab-content {
		width: calc(100% - 270px);
		padding: 0 20px 0 40px
	}

	.tab-section .tab-content .list-item ul li {
		width: 110px
	}

	.pricing-inquiry .btn {
		padding: 10px
	}

	.footer_box ul ul li {
		padding-left: 5px
	}

	.footer .footer_box.technologies {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.isSafari .col-md-4 {
		width: 49.8%
	}

	.h_banner .banner_heading h1 b {
		font-size: 28px
	}

	.client-review-slider .reviews-div {
		padding: 20px 30px
	}

	.client-review-slider .reviews-div::before {
		left: 30px
	}

	.btn.bg-blue-btn {
		font-size: 10px
	}

	.reviews-slider-section .black-arrow.owl-theme .owl-nav .owl-prev {
		left: -25px
	}

	.reviews-slider-section .black-arrow.owl-theme .owl-nav .owl-next {
		right: -25px
	}

	.tab-section {
		max-width: 100%;
		display: block;
		padding-bottom: 0;
		padding-top: 15px
	}

	.tab-section .nav-tabs {
		width: 100%
	}

	.tab-section .nav-tabs li {
		padding: 6px 0
	}

	.tab-section .tab-content {
		width: 100%;
		padding: 0
	}

	.tab-section .tab-content .list-item ul li {
		width: 100px;
		height: 85px
	}

	.hire-developers .time-div > ul > li {
		margin: 15px auto;
		width: auto;
		padding: 20px 30px
	}

	.time-div ul li ul {
		padding-left: 0
	}

	.time-div ul li ul li {
		width: 100%;
		padding-top: 0
	}

	.time-div ul li ul li::before {
		top: 30%;
		transform: translateY(-50%)
	}

	.hire-developers .time-div {
		padding: 10px 0 0
	}

	.tab-section .tab-content .tab-pane {
		padding-bottom: 0
	}
}

@media(max-width:500px) {
	.isSafari .col-md-4 {
		width: 100%
	}
}

@media(min-width:768px) {
	.isSafari .home_block .col-lg-6 {
		width: 49.8%
	}
}

@media(max-width:768px) {
	.list_item {
		padding: 0 40px
	}

	.banner_div {
		padding-top: 0
	}

	.review-div {
		padding: 30px 20px;
		text-align: center
	}

	.review-div .desktop-view {
		display: none
	}

	.review-div .responsive-view {
		display: block;
		padding: 20px 0
	}
}

@media only screen and (min-width:768px) and (max-width:1280px) {
	.review-div .desktop-view {
		display: block;
		padding: 20px 0
	}

	.review-div .responsive-view {
		display: none
	}
}

.fusion-layout-column {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px
}

.fusion-spacing-no.fusion-one-fourth {
	width: 25%
}

.fusion-spacing-no {
	margin: 0
}

.more-contacts .fusion-one-fourth {
	border-left: 1px solid #ddd
}

.more-contacts .fusion-column-first {
	border-left: 0
}

.more-contacts .fusion-column-table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.more-contacts .fusion-column-wrapper {
	min-height: 140px;
	height: auto
}

.more-contacts .fusion-column-tablecell {
	display: table-cell;
	vertical-align: top
}

.more-contacts {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.w-services-img {
	display: none
}

.more-contacts .more-contact-details {
	text-align: center;
	padding: 15px
}

.google-map {
	background: #f5f5f5
}

.google-map iframe {
	width: 100%;
	float: left
}

.fusion-spacing-no {
	margin: 0
}

.home_block .skyphone {
	width: 100%
}

.captcha_refresh {
	color: #333;
	font-size: 14px;
	margin-top: 5px
}

.captcha_refresh a {
	text-decoration: underline !important;
	color: #333 !important
}

.free_quote_form textarea.textbox {
	display: block
}

input[type=text].captcha_code.captcha_code {
	width: 100px;
	background-image: url(../img/cat.png);
	font-size: 20px;
	margin-bottom: 8px;
	border: 1px solid #9c9c9c;
	padding: 3px 5px;
	text-align: center
}

.mega-s-icon img {
	height: auto
}

.testimonial h2 {
	font-size: 36px;
	line-height: normal
}

@media only screen and (max-height:730px) {
	.logo-white {
		width: 200px
	}

	p.banner-text {
		font-size: 14px
	}

	.sbottom {
		bottom: 0
	}

	.intro-block .home-banner h1 {
		font-size: 30px
	}
}

@media only screen and (max-width:1700px) {
	.cd-modal-close-outer {
		right: 40px;
		top: 5px
	}
}

@media only screen and (max-width:1610px) {
	.cd-modal-close-outer {
		right: 5px;
		top: 5px
	}
}

@media only screen and (max-width:1800px) {
	.navbar-nav {
		width: auto
	}
}

@media screen and (max-width:1280px),
screen and (max-height:900px) {

	.service-block ul li,
	.service-block ul li:nth-child(1),
	.service-block ul li:nth-child(5),
	.service-block ul li:nth-child(9) {
		margin: 5px 19px
	}
}

@media screen and (max-width:1280px) {
	.navbar-nav > li {
		padding: 0 10px
	}
}

@media only screen and (max-width:1280px) {
	.blog-description {
		min-height: 215px
	}

	.services-image {
		display: none
	}

	.w-services-img {
		display: block;
		text-align: center;
		margin: 15px 0
	}

	.header_banner {
		height: auto
	}

	.title_holder {
		position: relative;
		padding: 100px 0
	}

	.black-arrow.owl-theme .owl-nav .owl-next {
		right: 4px
	}

	.black-arrow.owl-theme .owl-nav .owl-prev {
		left: 4px
	}

	.image-wrap {
		width: 100%;
		max-width: 460px;
		height: auto
	}

	.image-wrap img {
		width: 100%
	}

	.image-wrap::after,
	.image-wrap::before {
		width: 100%;
		height: 100%
	}

	.col-sm-9 {
		width: 60%
	}

	#about .col-sm-6,
	#clients .col-sm-6,
	#portfolio .col-sm-6,
	#services .col-sm-6 {
		width: 40%
	}

	#work .col-sm-12 {
		width: 95%
	}

	.block h3 {
		margin: 30px 0 15px
	}

	.apps,
	.games,
	.web {
		width: 100%;
		height: auto
	}

	.apps img.active-img,
	.games img.active-img,
	.web img.active-img {
		position: relative
	}

	.work-block ul img {
		max-width: 100%
	}

	.block a.read-more {
		margin-top: 15px
	}

	.block h3 {
		font-size: 24px;
		line-height: 30px
	}

	.block p {
		font-size: 16px;
		line-height: 24px
	}

	.block p.highlight {
		font-size: 16px
	}

	.about-block::before,
	.client-block::before,
	.intro-block::before {
		font-size: 270px
	}

	.portfolio-block::before,
	.work-block::before {
		font-size: 290px
	}

	.service-block::before {
		font-size: 350px
	}

	.say-hello-block::before {
		font-size: 300px
	}

	.navbar-toggle-menu {
		right: 3%
	}

	nav.menu-header ul.main-menu li a {
		font-size: 50px
	}

	.container-fluid > .navbar-header {
		padding: 32px 0 0 10px
	}

	.social-menu ul li {
		padding: 0 10px
	}

	.service-block ul li,
	.service-block ul li:nth-child(1),
	.service-block ul li:nth-child(5),
	.service-block ul li:nth-child(9) {
		margin: 5px 10px
	}

	.intro-block .home-banner p.banner-text {
		width: 90%
	}

	.OurTeam ul li {
		padding: 15px 20px
	}

	#NumberSlides.owl-theme .owl-nav .owl-next {
		right: 10px
	}

	#NumberSlides.owl-theme .owl-nav .owl-prev {
		left: 10px
	}
}

@media only screen and (max-width:1195px) {
	.blog-card {
		margin-bottom: 30px
	}

	.blog .blog-card {
		margin-bottom: 0
	}

	.navbar-nav > li {
		padding: 0 8px
	}
}

@media only screen and (max-width:1024px) {
	.bannerTxt_wrap .home-banner-content {
		width: 100%
	}

	.sub-nav ul li:before {
		top: 4px
	}

	.bannerTxt_wrap .home-banner-form {
		width: 100%;
		margin-top: 30px
	}

	.list_item {
		padding: 30px 0 0
	}

	.package-info h3 {
		font-size: 24px
	}

	.main-wrap .small-header .container-fluid {
		position: relative
	}

	#store_slider .item {
		display: block
	}

	.p30 {
		padding: 0
	}

	nav.menu-header ul.main-menu li ul.sub-menu.Solutions li img,
	nav.menu-header ul.main-menu li ul.sub-menu.services li img {
		width: 25px
	}

	#store_slider .list_item {
		padding-left: 10px
	}

	.portfolio #store_slider .owl-nav .owl-prev {
		left: 16px
	}

	.portfolio #store_slider .owl-nav .owl-next {
		right: 24px
	}

	nav.menu-header ul.main-menu li ul.sub-menu.services.hire li img {
		width: 20px
	}

	.mega-s-text {
		font-weight: 500
	}

	body {
		margin-top: 80px !important
	}

	nav.menu-header ul.main-menu li a:hover + span {
		opacity: 0
	}

	.tsm-section .col-md-offset-1 {
		margin: 0;
		width: 100%
	}

	.h_banner h1 {
		font-size: 40px
	}

	.home-banner h1 {
		font-size: 30px;
		line-height: normal
	}

	.clutch {
		display: none
	}

	.navbar-toggle-menu {
		display: block
	}

	h1.page-title-service {
		font-size: 34px
	}

	.title-holder-inner-service h2 {
		font-size: 24px
	}

	.more-contacts .more-contact-details > p {
		margin-top: 10px;
		font-size: 15px
	}

	.ANDROID_IMG {
		background-size: 62%;
		background-position: 134% -100%
	}

	.Technology .col-lg-2 {
		vertical-align: top
	}

	.content_element h1 {
		font-size: 32px
	}

	.CMS_IMG {
		background-position: -15%;
		background-size: 80%
	}

	.Ecommerce_IMG {
		background-size: 85%
	}

	.CWD-IMG {
		background-size: 65%
	}

	.video-title {
		font-size: 16px
	}

	.testimonials-slider {
		padding: 0 50px
	}

	.ult-sticky-anchor {
		display: none
	}

	.align-self {
		align-self: center;
		padding: 0 15px
	}

	.what-we-do-page {
		overflow: hidden
	}

	.p150 {
		padding: 100px 0
	}

	.BusinessModelBox {
		min-height: 690px
	}

	.navbar-on .menu-show {
		top: 32px;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100vh
	}

	nav.menu-header ul.main-menu {
		padding-left: 40px
	}

	.sub-nav ul li,
	.sub-nav ul li a,
	nav.menu-header ul.main-menu li a {
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 700
	}

	nav.menu-header .col-right {
		padding-top: 20px;
		width: 50%
	}

	nav.menu-header .col-left {
		width: 50%
	}

	nav.menu-header ul.main-menu li a + span {
		font-size: 18px;
		display: none
	}

	.social-menu a .fa {
		font-size: 30px
	}

	.social-menu ul li {
		padding: 0 5px
	}

	.social-menu {
		bottom: 0;
		position: relative;
		margin-top: 20px
	}

	.navbar.navbar-fixed-top .navbar-nav {
		display: none
	}

	.navbar-toggle-menu {
		right: 3%
	}

	.menu-text {
		right: 80px
	}

	.navbar.navbar-fixed-top .navbar-header {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.container-fluid > .navbar-header {
		padding: 32px 0 0
	}

	.fixed-body .modal-is-visible .cd-modal {
		position: absolute
	}

	.about-block::before,
	.client-block::before,
	.intro-block::before,
	.portfolio-block::before,
	.say-hello-block::before,
	.service-block::before,
	.work-block::before {
		font-size: 200px
	}

	.thanks-popup {
		margin: 10em 0 0
	}

	.side-nav {
		display: none
	}

	#about .col-sm-6,
	#clients .col-sm-6,
	#portfolio .col-sm-6,
	#services .col-sm-6 {
		width: 40%
	}

	.image-wrap,
	.image-wrap::after,
	.image-wrap::before {
		width: 100%;
		height: 100%;
		display: inline-block;
		max-width: 100%
	}

	.col-sm-9 {
		width: 100%
	}

	.block .image-wrap img {
		max-width: 100%
	}

	.block {
		height: 100% !important
	}

	.work-block ul li a.apps,
	.work-block ul li a.games,
	.work-block ul li a.web {
		width: 100%;
		height: 100%;
		display: inline-block
	}

	.apps img.bg,
	.games img.bg,
	.web img.bg {
		max-width: 100%
	}

	.apps img.active-img,
	.games img.active-img,
	.web img.active-img {
		position: relative
	}

	.block-over h4 {
		font-size: 30px
	}

	#work .col-sm-12 {
		width: 100%
	}

	.service-block ul li {
		width: 105px;
		margin: 20px 15px !important;
		height: 30px
	}

	#services .col-sm-5 {
		margin-top: 220px
	}

	#about,
	#portfolio,
	.work-block {
		margin-bottom: 0
	}

	.service-block ul li img {
		max-width: 70px
	}

	.contact-section h6 {
		font-size: 28px
	}

	.contact-section h2 {
		margin-top: 10px;
		font-size: 28px;
		line-height: 40px
	}

	#consultation-form .fullscreen_search_inner .consult-form {
		width: 710px;
		margin: 0 30px
	}

	#consultation-form .qode_search_close a.fullscreen_search_close {
		top: 52px;
		right: 30px
	}

	#consultation-form form.consultation-form .detail-part .colm-three {
		width: 28% !important
	}

	#consultation-form .contact-address {
		width: 700px
	}

	#consultation-form .contact-address .col-five,
	#consultation-form .contact-address .col-four {
		width: 100%
	}

	#consultation-form .contact-address .col-five a {
		border-left: 0;
		padding-left: 0;
		padding-right: 15px
	}

	.sub-footer .social-icon {
		float: left
	}

	.sub-footer .social-icon a {
		margin: 0 5px
	}

	.say-hello-block .container > .row:first-child {
		margin-top: 100px;
		height: auto;
		display: block
	}

	.say-hello-block .container > .row:last-child {
		height: auto;
		display: block;
		margin-top: 90px
	}

	.say-hello-block .push-space-line {
		padding-top: 20px
	}

	.work-block ul li {
		margin: 0 20px
	}

	nav.menu-header ul.main-menu li a {
		font-size: 18px;
		display: inline-block;
		padding: 10px 0
	}

	nav.menu-header ul.main-menu li ul.sub-menu li a {
		font-size: 14px;
		padding: 4px 0;
		display: inline-block;
		width: 100%;
		font-weight: 500
	}

	nav.menu-header ul.main-menu li.megamenu ul.sub-menu li a {
		font-weight: 700
	}

	nav.menu-header ul.main-menu li ul.sub-menu li ul a {
		font-size: 14px
	}

	nav.menu-header ul.main-menu li ul.sub-menu {
		padding-left: 15px;
		display: none
	}

	nav.menu-header ul.main-menu li ul.sub-menu li ul.sub-menu {
		padding-left: 0
	}

	nav.menu-header ul.main-menu li ul.sub-menu > li > ul.sub-menu {
		display: block !important
	}

	nav.menu-header ul.main-menu li a {
		letter-spacing: 0;
		font-weight: 700
	}

	div.ecommerce-service-section .container:before {
		display: block;
		height: 88%
	}

	.time-div {
		text-align: left;
		padding: 15px
	}

	.services-image {
		text-align: center;
		padding: 20px 0
	}
}

@media screen and (max-width:991px) {
	.blog .col-md-4 {
		margin-bottom: 30px
	}

	.blog-description {
		min-height: auto
	}
}

@media screen and (min-width:960px) {
	.ClutchWidget {
		max-width: 90%;
		margin: 0 auto
	}
}

@media only screen and (max-width:979px) {

	.abouttpage .ws_element.content_element h2,
	.abouttpage .ws_element.content_element h3.shopify_title {
		font-size: 34px;
		line-height: 40px
	}

	.about-us-list-item {
		display: flex;
		flex-wrap: wrap
	}

	.about-us-list-item ul {
		width: 50%
	}

	.isSafari .DriveOurWork .col-sm-6 {
		width: 49.9%
	}

	.abouttpage .ws_element.content_element h1 {
		font-size: 34px
	}

	.Webdevelopment .d-flex,
	.about-app .d-flex {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap
	}

	.order-0 {
		order: 0
	}

	.order-1 {
		order: 1;
		margin-bottom: 40px
	}

	.order {
		display: flex;
		flex-wrap: wrap
	}

	.thought h2 {
		margin-top: 0
	}

	.thought {
		padding: 0 20px
	}

	.blog-description {
		text-align: left
	}

	.blog-card .img {
		height: 190px
	}

	.blog-description {
		min-height: auto
	}

	.car-app-section p,
	.ecommerce-service-section p,
	.homepage-main .section.car-app-section,
	div.car-app-section h2,
	div.ecommerce-service-section h2 {
		text-align: left !important
	}

	div.car-app-section .row {
		padding-bottom: 0
	}

	div.ecommerce-service-section .row {
		padding-top: 0
	}

	div.car-app-section {
		padding: 0 !important
	}

	.car-app {
		display: block;
		margin-top: 40px !important
	}

	div.car-app-section .container:before {
		display: none
	}

	div.ecommerce-section .container:before {
		display: none
	}

	.home_element.content_element h2 {
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 500
	}

	.home_element.content_element h2.home_title_main {
		margin-bottom: 30px
	}

	.bannerTxt_left {
		width: 50%
	}

	.bannerTxt_rgt {
		width: 50%;
		float: left
	}

	.CareersForm label {
		display: block;
		text-align: left
	}

	.fusion-spacing-no.fusion-one-fourth {
		width: 50%
	}

	.fusion-one-fourth.fusion-column-third {
		border-left: 0
	}

	.ANDROID_IMG {
		background-size: 71%;
		background-position: 140% 1%
	}

	.tech-img {
		height: 100px;
		width: 100px;
		line-height: 100px
	}

	.p100 {
		padding: 50px 0
	}

	.h2,
	h2 {
		font-size: 24px
	}

	.rs-text h4 {
		font-size: 16px
	}

	#portfolio-slider-php.black-arrow.owl-theme .owl-nav .owl-next {
		right: 10px;
		top: 150px
	}

	#portfolio-slider-php.black-arrow.owl-theme .owl-nav .owl-prev {
		left: 10px;
		top: 150px
	}

	.developmentpage ul.white-bullet li {
		font-size: 14px
	}

	.rounded-box {
		width: 270px;
		height: 270px
	}

	.inner-rounded-box {
		width: 250px;
		height: 250px
	}

	.developmentpage .shadow h1 {
		font-size: 24px
	}

	.testimonial-video-section img {
		width: 60%
	}

	.tsm-section {
		display: inline-block
	}

	.testimonial-comment-box,
	.tsm-section .text-right {
		text-align: center
	}

	.development_categeory {
		margin: 10px 0
	}

	.content_element h1 {
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.2
	}

	.content_element p {
		font-size: 15px;
		text-align: left
	}

	.footer_box {
		margin: 10px 0 0
	}

	.lifebox {
		position: relative
	}

	.ecommerce-service1 {
		display: none
	}

	.ecommerce-service {
		display: block
	}

	.factsheet li {
		width: 45%;
		box-sizing: border-box;
		margin: 15px
	}

	.BusinessModelBox {
		min-height: auto;
		width: 100%
	}

	.lifebox h2 {
		font-size: 30px
	}

	.sub-footer {
		border-top: 2px dotted #ccc;
		padding: 20px 0 0;
		padding-left: 15px;
		padding-right: 15px
	}

	.intro-block .home-banner p.banner-text {
		width: 90%;
		padding-bottom: 30px
	}

	.homepage-main .section {
		text-align: center;
		padding: 50px 0;
		margin: 0;
		width: 100%
	}

	p.banner-text {
		padding: 0
	}

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		position: fixed !important;
		margin: 0
	}

	.ecommerce-service {
		display: block;
		padding: 0;
		margin: 0
	}

	div.ecommerce-service-section .container:before {
		display: none
	}

	.portfolio-block ul li,
	.work-block ul li {
		margin: 15px 50px
	}

	.portfolio-block ul li {
		margin: 15px 30px;
		width: 35%
	}

	.portfolio-block .block-over h4 {
		font-size: 29px;
		line-height: 1.4
	}

	.work-block ul li {
		margin: 0 15px 30px
	}

	.sub-footer .social-icon {
		float: left
	}

	.footer-section .col-sm-3 {
		width: 50%;
		margin-bottom: 25px
	}

	.footer-section .footer-sub .col-sm-6.copyright-sec,
	.footer-section .footer-sub .col-sm-6.sub-footer {
		width: 45%
	}

	.OurTeam ul li {
		padding: 15px 30px;
		width: 49%
	}

	.sbottom {
		display: none
	}

	.footer .container .footer_box:nth-child(2) .sub-menu {
		margin-bottom: 0
	}

	.footer .container .footer_box:nth-child(3) {
		margin-top: 10px
	}

	.footer .container .footer_box:nth-child(3) br,
	.footer .container .footer_box:nth-child(3) h4 {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.list_item {
		padding: 0 0 0 10px
	}

	.site-description .reach-to-us p {
		font-size: 16px;
		width: 100%
	}

	.w-services-img {
		display: block;
		margin: 15px 0
	}

	.services-image {
		display: none
	}

	.time-div {
		margin: 9px 7px;
		text-align: center
	}

	form.consultation-form {
		padding: 30px 0 0
	}

	.package-list .table-wrapper {
		display: block;
		padding: 10px 20px
	}

	.package-list .package-column {
		width: 100%;
		display: block
	}

	.btn.bg-blue-btn.package-btn {
		font-size: 12px;
		line-height: 1.4
	}

	.package-info {
		flex-direction: column
	}

	.package-info .col-lg-6.col-xs-12 {
		order: 2
	}

	.package-info .col-lg-1.col-md-1 {
		order: 1
	}

	.package-info .col-lg-5.col-md-5 {
		order: 0
	}

	.banner-description h2,
	.site-description h3 {
		font-size: 22px
	}

	.banner-description p {
		padding: 0
	}

	.site-components {
		padding: 15px 0
	}

	ul.listing-item {
		width: 100%;
		padding: 0;
		margin: 0
	}

	.site-description .reach-to-us p a {
		margin: 0
	}

	.developmentpage .portfolio-section {
		padding: 50px 0
	}

	.portfolio-section .owl-dots {
		margin-top: 0
	}

	p.wp-button {
		text-align: center
	}

	p.wp-button .fa-angle-double-right {
		transform: rotate(90deg)
	}

	.home-banner h1 {
		font-size: 22px;
		line-height: normal
	}

	.home-banner p {
		font-size: 16px;
		line-height: 1.6
	}

	a.getstarted-fixed,
	a.getstarted-fixed:active,
	a.getstarted-fixed:focus,
	a.getstarted-fixed:hover {
		width: 120px;
		font-size: 12px;
		height: 38px;
		line-height: 50px
	}

	nav.menu-header ul.main-menu li ul.sub-menu.services .mega-s-icon,
	nav.menu-header ul.main-menu li ul.sub-menu.services .mega-s-text {
		vertical-align: top;
		font-weight: 700
	}

	.mega-s-icon,
	.mega-s-text {
		vertical-align: middle
	}

	.website1,
	.website2 {
		background-size: contain;
		background-position: center;
		position: relative;
		height: 225px
	}

	.pr70 {
		padding: 0
	}

	.detail-section {
		padding-bottom: 30px
	}

	.ws_element.content_element h2,
	.ws_element.content_element h3.shopify_title {
		font-size: 28px;
		line-height: 36px
	}

	.boxshadow {
		margin: 0 15px;
		background-position: 50% 20px;
		background-repeat: no-repeat;
		background-size: 75%;
		padding: 75% 10px 20px
	}

	.about-us-banner.h_banner.banner_new1 p {
		font-size: 16px
	}

	.about-domain .col1 {
		padding: 40px 30px
	}

	.featuresinfo h3 {
		font-size: 18px;
		line-height: 24px
	}

	.p80 {
		padding: 50px 0
	}

	.pbm10 {
		padding-bottom: 10px
	}

	.ptm10 {
		padding-top: 10px
	}

	.mobileorder .col-lg-7 {
		order: 2
	}

	.position-ab {
		position: relative;
		left: 0;
		width: 100%
	}

	.timetraking-text {
		margin-bottom: 25px
	}

	.timetraking-text h3 {
		margin-bottom: 0
	}

	.php-portfolio-detail h3 {
		font-size: 22px
	}

	.h_banner .banner_heading {
		margin-bottom: 0
	}

	.h_banner {
		background: #000;
		padding: 40px 0
	}

	.bannerTxt_left p:last-child {
		padding-bottom: 0
	}

	.developmentpage h2,
	.developmentpage h3.shopify_title {
		font-size: 22px;
		margin-bottom: 15px
	}

	.abouttpage h2 {
		font-size: 28px;
		line-height: 36px
	}

	.h_banner h1 {
		font-size: 22px;
		margin-top: 0;
		line-height: normal
	}

	.h_banner p {
		font-size: 16px
	}

	.we-do-section .content_element h1 {
		margin-top: 15px
	}

	.align-center {
		width: 100%;
		display: inline-block
	}

	.overlay-container h2 {
		font-size: 18px
	}

	.menu-header .clutch a {
		margin: 0 5px
	}

	.menu-header .clutch {
		position: relative;
		width: 100%;
		text-align: left;
		top: 0;
		right: 0;
		margin-top: 30px;
		display: block;
		width: auto
	}

	#NumberSlides.owl-theme .owl-nav .owl-next,
	#NumberSlides.owl-theme .owl-nav .owl-prev {
		width: 25px;
		height: 25px
	}

	.home-banner h1 {
		margin-top: 0
	}

	.bannerTxt_rgt {
		margin-top: 30px
	}

	.bannerTxt_left,
	.bannerTxt_rgt {
		width: 100%;
		float: left;
		padding: 0
	}

	.more-contact-details br {
		display: inline-block
	}

	.Technology .we-do-section {
		padding-top: 35px
	}

	.p70 {
		padding: 50px 0
	}

	.Technology .col-lg-2 {
		width: 32%;
		display: inline-block
	}

	.tech-img {
		height: 80px;
		width: 80px;
		line-height: 80px
	}

	.tech-img img {
		width: 40px
	}

	.Technology p {
		font-size: 14px;
		font-weight: 400;
		display: inline-block;
		width: 100%
	}

	.p150 {
		padding: 50px 0
	}

	.developmentpage .shadow .content_element {
		margin-top: 30px;
		display: inline-block;
		width: 100%
	}

	.container_inner {
		width: 100%
	}

	.xs-hide {
		display: none
	}

	.xs-show {
		display: block
	}

	.php-portfolio-detail h2 {
		font-size: 24px
	}

	.black-arrow.owl-theme .owl-nav .owl-next {
		right: 13px
	}

	.black-arrow.owl-theme .owl-nav .owl-prev {
		left: 13px
	}

	.form_container {
		width: 100%
	}

	.developmentpage .shadow h1 {
		font-size: 24px
	}

	.Ratingandreview {
		padding: 30px 0
	}

	.align-center {
		width: 100%;
		display: inline-block
	}

	h1.page-title-service {
		font-size: 24px
	}

	.title-holder-inner-service p {
		font-size: 16px
	}

	.development_categeory ul li a {
		margin: 5px 0
	}

	.btn {
		padding: 8px 24px;
		background: 0;
		font-size: 14px;
		margin-top: 14px
	}

	.button {
		text-align: center
	}

	.Mobile-App-Page .col-md-6,
	.what-we-do-page .col-md-6 {
		width: 360px;
		margin: 0 auto
	}

	br {
		display: none
	}

	.ANDROID_IMG,
	.CWD-IMG,
	.ISOAPP_IMG,
	.Mobile_IMG,
	.UIUX_IMG,
	.what-we-do-IMG,
	.windows_img {
		background-size: contain;
		background-position: 50% 50%;
		position: relative;
		height: 300px
	}

	.CMS_IMG,
	.Ecommerce_IMG {
		background-size: contain;
		height: 250px;
		position: relative;
		background-position: 50% 50%
	}

	.sub-footer .pull-right {
		float: left !important
	}

	.lifebox h2 {
		font-size: 24px
	}

	.factsheet li {
		width: 75%
	}

	.homepage-main .section {
		padding: 40px 0
	}

	.homepage-main .testimonial2 {
		padding: 40px 15px
	}

	.ch-item {
		width: 290px;
		height: 290px
	}

	.ch-info,
	.ch-info-wrap {
		width: 250px;
		height: 250px
	}

	.ContactForm td {
		display: inline-block;
		width: 100%
	}

	.ContactForm td .form-group {
		margin: 0
	}

	.ContactForm {
		width: 95%
	}

	.ch-item {
		margin: 0 auto
	}

	.block {
		height: 100%
	}

	.block h3 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px
	}

	.block p.highlight {
		font-size: 14px
	}

	#about .col-sm-6,
	#clients .col-sm-6,
	#portfolio .col-sm-6,
	#services .col-sm-6,
	#work .col-sm-12,
	.col-sm-12,
	.col-sm-9 {
		width: 100%;
		margin-left: 0
	}

	#about,
	#clients,
	#intro,
	#portfolio,
	.about-block .row,
	.client-block .row,
	.intro-block .row,
	.portfolio-block .row#services,
	.service-block .row,
	.work-block .row {
		text-align: center
	}

	#intro {
		height: auto !important;
		position: static;
		padding-top: 100px
	}

	#about,
	#clients,
	#services {
		margin-top: 0
	}

	.home-banner img.img-responsive {
		margin: 60px auto 0;
		width: 100%
	}

	.intro-block .home-banner p.banner-text {
		width: 100%
	}

	#clients {
		margin-bottom: 0
	}

	#about .col-sm-6.mr-bottom,
	#clients .col-sm-6.mr-bottom,
	#services .col-sm-5.mr-bottom {
		margin-bottom: 110px
	}

	.thanks-popup {
		margin: 0
	}

	.about-block .row,
	.client-block .row,
	.intro-block .row,
	.portfolio-block .row,
	.service-block .row,
	.work-block .row {
		display: block;
		height: auto
	}

	.image-wrap {
		margin-top: 100px
	}

	.image-wrap,
	.image-wrap::after,
	.image-wrap::before {
		width: 100%;
		height: 100%;
		display: inline-block;
		max-width: 460px
	}

	.block .image-wrap img {
		max-width: 100%
	}

	.work-block ul {
		width: 100%;
		display: block;
		margin: 60px 0
	}

	.work-block ul li {
		margin: 0 0 30px;
		width: 100%
	}

	.about-block::before,
	.client-block::before,
	.intro-block::before,
	.portfolio-block::before,
	.say-hello-block::before,
	.service-block::before,
	.work-block::before {
		display: none
	}

	.service-block ul li,
	.service-block ul li:nth-child(1),
	.service-block ul li:nth-child(5),
	.service-block ul li:nth-child(9) {
		width: 50%;
		margin: 20px 0 0 !important;
		height: 60px
	}

	.service-block ul {
		margin-bottom: 20px
	}

	.portfolio-block ul li a,
	.work-block ul li a.apps,
	.work-block ul li a.games,
	.work-block ul li a.web {
		width: 100%;
		display: block;
		max-width: 260px;
		margin: auto
	}

	.portfolio-block ul li {
		width: 100%
	}

	.portfolio-block .block-over h4 {
		font-size: 28px;
		line-height: 1.5
	}

	.apps img.bg,
	.games img.bg,
	.web img.bg {
		max-width: 100%
	}

	.apps img.active-img,
	.games img.active-img,
	.web img.active-img {
		position: relative
	}

	#services .col-sm-5 {
		margin: 0 5%;
		width: 90%
	}

	#portfolio h3 {
		margin-top: 140px
	}

	.navbar-brand > img {
		margin-left: 10px
	}

	.fixed-body .modal-is-visible .cd-modal {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.sbottom {
		display: none
	}

	.play-text {
		margin-top: 0
	}

	.navbar.navbar-fixed-top .navbar-nav {
		display: none
	}

	nav.menu-header ul.main-menu li a + span {
		font-size: 14px;
		display: none
	}

	.menu-text {
		right: 60px
	}

	.navbar.navbar-fixed-top .navbar-header {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.menu-text {
		display: none
	}

	nav.menu-header .col-left {
		width: 100%
	}

	.navbar-on .menu-show {
		top: 0;
		bottom: 0;
		height: 100vh;
		margin: auto;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 50px 20px
	}

	nav.menu-header ul.main-menu {
		padding-left: 30px
	}

	.sub-nav ul li,
	.sub-nav ul li a,
	nav.menu-header ul.main-menu li a {
		font-size: 15px;
		line-height: normal;
		letter-spacing: 0;
		font-weight: 700;
		width: 100%
	}

	.sub-nav ul {
		padding: 0 30px
	}

	nav.menu-header .col-right {
		width: 100%;
		padding-top: 10px
	}

	.social-menu {
		bottom: 0;
		left: 25px
	}

	.social-menu a .fa {
		font-size: 24px
	}

	.social-menu ul li {
		padding: 0 5px
	}

	.navbar-on .menu-show .nav-menu-top {
		top: 0
	}

	.side-nav {
		display: none
	}

	.contact-section h6 {
		font-size: 28px
	}

	.contact-section h2 {
		margin-top: 10px;
		font-size: 26px;
		line-height: 40px
	}

	nav.menu-header ul.main-menu li.home-icon a img.home-logo-active {
		width: 35px;
		height: 30px
	}

	nav.menu-header ul.main-menu li.home-icon {
		margin-bottom: 10px
	}

	nav.menu-header ul.main-menu li.home-icon a img {
		width: 35px;
		height: 30px
	}

	.control {
		bottom: 65px !important;
		left: -20px
	}

	.home-title .home-video {
		background: 0 0 !important
	}

	.sub-footer .social-icon {
		float: left;
		margin-top: 15px
	}

	.sub-footer .social-icon a {
		margin: 0 5px
	}

	.sub-footer .social-icon a .fa {
		font-size: 20px
	}

	.say-hello-block .container > .row:first-child {
		margin-top: 100px;
		height: auto;
		display: block
	}

	.say-hello-block .container > .row:last-child {
		height: auto;
		display: block;
		margin-top: 60px
	}

	.footer-section .col-sm-3 {
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
		overflow: hidden
	}

	.footer-section .col-xs-12 {
		margin-top: 20px
	}

	.footer-section .col-xs-6 {
		width: 50%
	}

	.say-hello-block .push-space-line {
		padding-top: 20px;
		margin-bottom: 20px
	}

	.footer-section .separator-line {
		width: 100%;
		margin-left: 0;
		padding: 0
	}

	.footer-section .footer-sub .col-sm-6.copyright-sec,
	.footer-section .footer-sub .col-sm-6.sub-footer {
		width: 100%
	}

	#consultation-form .fullscreen_search_inner .consult-form {
		width: 600px
	}

	#consultation-form .fullscreen_search_table {
		display: inline-block;
		overflow: auto
	}

	#consultation-form .fullscreen_search_inner .consult-form {
		overflow-y: scroll;
		margin: 0 auto;
		width: 95%
	}

	#consultation-form .contact-address .col-five,
	#consultation-form .contact-address .col-four,
	#consultation-form form.consultation-form .detail-part .colm-three {
		width: 100% !important;
		margin-bottom: 10px
	}

	#consultation-form .contact-address .col-five a {
		border-left: 0;
		padding-left: 0
	}

	.captcha-outer .button.cd-modal-action > h6 {
		margin-top: 20px !important
	}

	.captcha-outer .btn {
		float: left;
		margin-top: 15px !important
	}

	#recaptcha1 {
		margin-top: 20px
	}

	#consultation-form .fullscreen_search_inner .consult-form h2 {
		font-size: 22px !important
	}

	#consultation-form .consult-form .form-detail .detail-part .left-part,
	#consultation-form .consult-form .form-detail .detail-part .right-part {
		width: 100%
	}

	#consultation-form .fullscreen_search_inner .consult-form h6 {
		float: none
	}

	#consultation-form .consult-form .form-detail .detail-part.mrg-btm {
		margin-top: 10px
	}

	#consultation-form .consult-form .form-detail .detail-part .right-part.two-select {
		margin-top: 30px
	}

	#consultation-form .consult-form .form-detail .detail-part .right-part.two-select .right-part {
		margin-top: 10px
	}

	.rc-anchor-normal .rc-anchor-checkbox-label {
		width: 90px
	}

	.rc-anchor-normal .rc-anchor-pt {
		right: 20px
	}

	.rc-anchor-logo-img-portrait {
		width: 30px
	}

	.rc-anchor-normal {
		width: 240px
	}

	#consultation-form .contact-address {
		width: 100%;
		padding: 0 30px;
		margin: 30px auto
	}

	#consultation-form .contact-address .col-three {
		width: 100% !important
	}

	#consultation-form .contact-address .col-three a.email {
		font-size: 20px
	}

	#consultation-form .contact-address .col-three a {
		margin-top: 5px;
		display: block
	}

	.fixed-popup:not(.thanks-popup) {
		overflow: auto !important;
		background: #fff
	}

	#consultation-form .qode_search_close a.fullscreen_search_close {
		right: 20px
	}

	.animate-form,
	.close-chat {
		right: 10px
	}

	.say-hello .span-animate.active-span.active-top,
	.say-hello .span-animate.active-span.topradius,
	.span-animate {
		display: none !important
	}

	.OurTeam ul li {
		padding: 15px 20px;
		width: 49%
	}

	.content_div .mobile_show {
		display: inline-block;
		margin-top: 10px
	}

	.content_div .desktop_show {
		display: none
	}

	.content_div {
		margin-bottom: 30px
	}

	div.ecommerce-service-section .row {
		padding: 0
	}

	.ecommerce-service {
		display: block;
		padding: 0;
		margin: 0
	}

	.ecommerce-service img {
		width: auto;
		height: auto
	}

	.ecommerce-wrapper {
		display: block
	}

	.shopify-image .owl-carousel .owl-item img {
		width: 230px;
		margin: 0 auto
	}
}

@media screen and (max-width:600px) {
	.out-clients .item {
		padding: 0 10px
	}

	.out-clients .item img {
		max-width: 200px !important
	}
}

@media only screen and (max-width:480px) {
	.footer .footer_box.technologies {
		padding-left: 15px
	}

	.tab-section .tab-content .list-item ul li {
		width: 95px
	}

	.footer_box p.address {
		font-size: 15px
	}

	.list_item {
		padding: 0 0 0 10px
	}

	.time-div ul li {
		padding: 10px;
		width: 125px;
		margin: 10px 10px 5px 0
	}

	.footer_box p,
	.sub-footer p {
		font-size: 16px
	}

	.footer_box ul li a {
		font-size: 16px;
		padding: 4px 0
	}

	.footer_box ul ul li a {
		font-size: 16px;
		padding: 4px 0
	}

	.testimonial.align-self {
		padding-bottom: 50px;
		margin-top: 25px
	}

	.factsheet-block h2 {
		font-size: 20px
	}

	.developmentpage .ws_element.content_element h1 {
		font-size: 24px
	}

	.view-study {
		text-align: center
	}

	.carpage h2.ws_subtitle,
	.carpage h2.ws_white_title {
		font-size: 24px
	}

	.website1,
	.website2 {
		background-size: contain;
		background-position: 50% 50%;
		position: relative;
		height: 225px
	}

	.recentArticlesTitle {
		width: 100%;
		padding: 5px 15px;
		margin-bottom: 5px;
		display: block
	}

	#sevice-store-slider .owl-item .item {
		padding: 10px 20px
	}

	.recentArticlesTitle:before {
		left: 50%;
		border-bottom: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #0b0b0b;
		height: auto;
		top: 100%;
		margin-left: -6px
	}

	.recentArticlesText {
		width: 100%;
		padding-left: 0;
		display: block
	}

	.portfolio_title h3 {
		font-size: 20px
	}

	.developmentpage .content_element h1 {
		font-size: 24px
	}

	.CareersForm,
	.ContactForm {
		width: 100%;
		margin: 0 auto
	}

	.navbar-on .menu-show {
		padding: 20px 0
	}

	.development_categeory ulli {
		width: 24%
	}

	.title_holder {
		position: relative;
		padding: 50px 0 30px
	}

	.title-holder-inner-service p {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 15px
	}

	.h3,
	h3 {
		font-size: 20px
	}

	.h2,
	h2 {
		font-size: 22px
	}

	.title-holder-inner-service h2 {
		font-size: 16px
	}

	.assignment {
		padding: 0
	}

	.DEVELOPMENTASSIGNMENT,
	.RelatedServices,
	.developmentwork {
		padding: 30px 0
	}

	.video-testimonials {
		padding: 30px 0 50px
	}

	.faqsection {
		padding: 30px 0 20px
	}

	.faqsection .form_container {
		margin: 0
	}

	.detail-section {
		padding: 15px 0 30px
	}

	.developmentpage .shadow .content_element ul {
		margin: 0
	}

	.developmentpage .shadow .content_element ul.white-bullet {
		margin-top: 10px
	}

	.developmentpage ul.white-bullet li:last-child {
		padding-bottom: 0
	}

	.Portfolio-Work {
		padding: 30px 0 40px
	}

	.Portfolio-Text {
		padding-bottom: 0
	}

	.ContactForm input.effect-1,
	.ContactForm select.effect-1,
	.ContactForm textarea.effect-1 {
		font-size: 16px
	}

	.contactpage-form p.banner-text {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
		font-size: 14px
	}

	.ContactForm td {
		position: relative;
		padding: 0;
		text-align: left
	}

	.more-contacts {
		padding-bottom: 20px;
		padding-top: 15px
	}

	.more-contacts .more-contact-details {
		text-align: left;
		padding: 0
	}

	.more-contacts .fusion-column-wrapper {
		min-height: inherit;
		height: auto;
		text-align: left
	}

	.more-contacts .fusion-one-fourth {
		border: 0
	}

	.fusion-spacing-no.fusion-one-fourth {
		width: 100%
	}

	.Mobile-App-Page .col-md-6,
	.what-we-do-page .col-md-6 {
		width: 100%;
		margin: 0 auto
	}

	.content_element h1 {
		font-size: 20px
	}

	.CMS_IMG {
		background-size: 85%
	}

	h1.page-title-service {
		font-size: 20px
	}

	.faq_list_title {
		font-size: 14px;
		line-height: 1.3;
		padding: 10px 10px 10px 60px
	}

	.Number_Slider_Wrapper ul li {
		margin: 0 15px;
		padding: 0
	}

	#customDots.pagination {
		margin-bottom: 10px
	}

	.Number_Slider_Wrapper ul li a,
	.Number_Slider_Wrapper ul li a:focus,
	.Number_Slider_Wrapper ul li a:hover {
		font-size: 16px
	}

	.developmentpage .shadow h1 {
		font-size: 22px
	}

	iframe {
		width: 100%
	}

	.testimonial-video-section img {
		width: 100%
	}

	.testimonial-comment-box h5 {
		font-size: 24px
	}

	.testimonial-comment-box h4 {
		font-size: 18px;
		line-height: normal
	}

	.col-xs-6 {
		width: 100%
	}

	.footer_box {
		margin: 0
	}

	.xs-hide {
		display: none
	}

	.Mobile_IMG,
	.UIUX_IMG,
	.what-we-do-IMG {
		background-size: contain;
		background-position: 5%;
		position: relative;
		height: 225px
	}

	.footer_box h2 {
		font-size: 18px
	}

	.what-we-do-page .col-md-6 {
		width: 100%;
		margin: 0 auto
	}

	.lifebox h2 {
		font-size: 24px
	}

	.lifebox {
		margin-top: 25px;
		float: left
	}

	.marginB40 {
		margin-bottom: 25px !important
	}

	.MeetTeam-block,
	.life-block {
		padding: 25px 0 0
	}

	.lifebox h2 span {
		color: #00aeef;
		font-size: 18px
	}

	.lifelist li {
		width: 25%
	}

	.testimonial-video-section:not(.hide-control) .video-btn-play {
		width: 41px;
		height: 41px;
		background-size: 41px
	}

	.portfolio-block ul li,
	.work-block ul li {
		margin: 15px 0
	}

	.portfolio-block ul,
	.work-block ul {
		margin: 20px 0;
		padding: 0
	}

	.fp-tableCell {
		padding: 20px 0
	}

	.work-block ul {
		margin: 20px 0
	}

	.work-block ul li {
		margin: 30px 0
	}

	.intro-block .home-banner p.banner-text {
		width: 100%;
		margin: 0
	}

	.section .content {
		padding-bottom: 30px;
		margin: 0 !important;
		box-sizing: border-box
	}

	.logo-white {
		width: 150px;
		margin-top: 40px
	}

	.block p {
		font-size: 14px;
		line-height: 20px;
		margin: 0
	}

	.block h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px
	}

	.block h3,
	.ch-item:hover .ch-info-back,
	.ch-item:hover .ch-info-front,
	.portfolio-block .ch-info h3 {
		padding: 0 15px
	}

	.ch-info-back {
		padding: 0 15px
	}

	.fp-tooltip.right {
		display: none
	}

	.block p {
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		margin: 0
	}

	.h1,
	h1 {
		font-size: 20px
	}

	.ch-item {
		width: 250px;
		height: 250px
	}

	.ch-info,
	.ch-info-wrap {
		width: 210px;
		height: 210px
	}

	.OurTeam ul li {
		padding: 5px 30px;
		width: 100%
	}

	.OurTeam ul li img {
		max-width: 250px
	}

	.OurTeam h4 {
		font-size: 15px
	}

	.OurTeam h5 {
		font-size: 13px
	}

	.Careers-Page #careers-slider {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.testi_man img {
		max-width: 200px
	}

	.comment-box {
		padding: 20px;
		text-align: center
	}

	.ts-slide h5,
	.ts-slide p,
	.ts-slide span {
		text-align: center
	}

	.ts-slide span {
		text-align: center
	}

	.ts-slide p {
		font-size: 18px !important
	}

	.ts-slide span {
		font-size: 20px
	}

	.ts-slide h5 {
		font-size: 14px
	}

	.php-portfolio-detail h2 {
		font-size: 22px;
		line-height: 1;
		margin-top: 10px
	}

	.php-portfolio-detail p {
		font-size: 14px
	}

	.Portfolio-Work .col-lg-6 {
		padding: 0
	}

	#testimonial-slider {
		padding: 10px
	}

	a.owl-thumb-item {
		height: 40px;
		width: 40px;
		margin: 0 3px;
		border-width: 1px
	}

	.testimonial {
		padding: 45px 0 60px
	}

	.Careers-Page .comment-box {
		padding-bottom: 0
	}

	div.ecommerce-service-section .container:before {
		display: none
	}
}

@media screen and (min-width:0\0) {
	.development_categeory ul li a {
		background: #333133
	}

	.f-white .development_categeory ul li a {
		background: 0
	}
}

.sitemap_list {
	list-style: none
}

.sitemap_list a {
	color: #000;
	transition: all .2s
}

.sitemap_list a:hover {
	color: #3073b3;
	text-decoration: none
}

.sitemap_list li {
	line-height: 28px
}

.sitemap_list ul {
	margin-left: 20px
}

.sitemap_list li li {
	list-style-type: circle
}

.sitemap_list > li > ul > li {
	list-style: disc
}

ul.sitemap_list > li > ul {
	margin-left: 30px
}

ul.sitemap_list > li > ul ul {
	margin-left: 10px
}

div.free_quote_form.open.openform {
	background: red
}

.hirepythondeveloper {
	background: url(../images/hire-python-programmer-bg.png) rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 50px 0
}

.hirepythondeveloper::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .88);
	height: 100%
}

.pythonexperts-section {
	padding: 30px 0;
	background: #12b0fb
}

.ourexpertise-python .col-xs-3 {
	width: 20%;
	overflow-wrap: break-word
}

.ourexpertise-python h3.home_title {
	text-align: center;
	margin-top: 20px
}

.ourexpertise-python .home_icon {
	margin: auto
}

.ourexpertise-python .home_block {
	justify-content: center
}

.ourexpertise-python .home_wrapper {
	padding: 20px
}

.hirepythonprogrammer .row,
.pythondevloper-section2 .row {
	display: flex;
	align-items: center
}

.tools-our-python li {
	border: 1px solid #eceef3;
	border-radius: 25px;
	padding: 4px 14px;
	display: inline-block;
	margin: 12px 5px 0 0;
	line-height: 22px;
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 1;
	font-size: 14px
}

.tools-our-python ul {
	list-style: none;
	margin: 0
}

.tools-our-python h3 {
	margin-bottom: 5px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eceef3;
	margin-top: 0
}

.tools-our-python .home_wrapper {
	padding: 20px;
	padding-top: 15px;
	box-shadow: none
}

.benifits-of-python ul {
	text-align: left;
	margin-left: 15px
}

.benifits-of-python ul li {
	list-style-position: outside
}

.benifits-of-python .ecommerce-wrapper,
.hirepythonprogrammer .ecommerce-wrapper {
	padding: 0 0 20px
}

.benifits-of-python .ecommerce-wrapper img,
.hirepythonprogrammer .ecommerce-wrapper img {
	width: 100%
}

@media screen and (max-width:1180px) {
	.ourexpertise-python .col-xs-3 {
		width: 25%
	}
}

@media screen and (max-width:992px) {
	.ourexpertise-python .col-xs-3 {
		width: 33%;
		padding: 0 15px
	}

	.ourexpertise-python .home_wrapper {
		padding: 20px 10px
	}

	.hirepythonprogrammer .row {
		display: block
	}

	.hirepythondevloper-banner .bannerTxt_left,
	.hirepythondevloper-banner .bannerTxt_rgt,
	.pythondevloper-section1 .bannerTxt_left,
	.pythondevloper-section1 .bannerTxt_rgt {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.ourexpertise-python .col-xs-3 {
		width: 50%
	}
}

.pythondevloper-section3 .ecommerce-service1 {
	padding: 30px;
	background: #eceef3;
	padding-right: 20px
}

.pythondevloper-section3 .ecommerce-service1 ul li {
	list-style: none;
	font-size: 16px;
	padding-left: 25px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 10px
}

.pythondevloper-section3 ul li:before {
	content: url(../images/list_icon_.png);
	position: absolute;
	left: 0;
	top: 1px
}

.pythondevloper-section4 {
	background: url(../images/python_devlopment_bg.jpg) rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 50px 0
}

.pythondevloper-section4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	height: 100%
}

.pythondevloper-section7 .PicBx .circle-icon {
	border: 2px solid #46aed3;
	border-radius: 20px;
	background: transparent;
	box-shadow: none
}

.pythondevloper-section7 .PicBx img {
	width: 58px;
	max-width: 100%;
	height: auto
}

.pythondevloper-section7 .why_txt {
	margin-bottom: 0
}

.pythondevloper-section9 .faq_list li .answer ul li {
	list-style-type: disc
}

.pythondevloper-section9 .faq_list li .answer ul {
	padding-left: 20px
}

.pythondevloper-section9 .faq_list li .answer ul li::marker {
	font-size: 20px
}

.pythondevloper-section8 .nav-tabs {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
	border-bottom: 2px solid #ddd
}

.pythondevloper-section8 .nav-tabs li {
	padding: 0;
	width: 250px;
	text-align: center
}

.pythondevloper-section8 .nav-tabs li a {
	background: transparent;
	border-radius: 0;
	color: #000;
	margin: 0;
	transition: none
}

.pythondevloper-section8 .nav-tabs li a.current {
	color: #2298c1;
	background: transparent;
	border-bottom: 2px solid #2298c1
}

.pythondevloper-section8 .nav-tabs li a:hover {
	box-shadow: none;
	background: transparent
}

.pythondevloper-section8 .nav-tabs > li > a {
	outline: 0;
	color: #000
}

.pythondevloper-section8 .nav-tabs > li > a:focus {
	color: #2298c1
}

.pythondevloper-section8 .nav-tabs > li > a:focus,
.pythondevloper-section8 .nav-tabs > li > a:hover {
	border-left: 0;
	border-top: 0;
	border-right: 0
}

.pythondevloper-section8 .tab-pane ul {
	width: 65%;
	justify-content: space-between;
	margin: 0 auto
}

.pythondevloper-section8 .tab-pane ul li {
	list-style: none
}

.pythondevloper-section8 .tab-pane ul li h4 {
	text-align: center
}

.pythondevloper-section8 .tab-pane ul .ecommerce-service12 {
	height: 50px;
	width: 150px;
	text-align: center
}

.pythondevloper-section8 .tab-pane ul .ecommerce-service12 img {
	height: 100%
}

.pythondevloper-section8 .tab-pane ul .ecommerce-service12 .img-1 {
	height: auto
}

.pythondevloper-section8 .pythondevloper-section3-second-part {
	padding-left: 30px
}

.font-20 {
	font-size: 23px
}

.developmentpage .pythondevloper-section4 h2 {
	margin-bottom: 20px
}

@media only screen and (max-width:979px) {
	.pythondevloper-section2-part1 .home_element.content_element h2 {
		font-weight: 600
	}
}

@media screen and (max-width:1180px) {
	.pythondevloper-section8 .row {
		display: block
	}

	.pythondevloper-section8 .tab-pane ul {
		width: 100%;
		justify-content: space-around
	}
}

@media screen and (max-width:992px) {
	.pythondevloper-section2 .ecommerce-wrapper {
		padding: 0;
		width: 100%
	}

	.pythondevloper-section2 .ecommerce-service {
		display: block;
		padding-bottom: 20px
	}

	.pythondevloper-section2 .ecommerce-service-wrapper {
		display: none
	}

	.pythondevloper-section3-second-part {
		padding-top: 10px
	}

	.pythondevloper-section7 .PicBx img {
		width: 32px;
		max-width: 100%
	}

	.pythondevloper-section2 .ecommerce-service {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.pythondevloper-section7 .PicBx img {
		width: 40px;
		max-width: 100%
	}

	.hire_double_sec .PicBx .circle-icon {
		height: 60px;
		width: 60px
	}

	body .pythondevloper-section7-img1 {
		display: none
	}

	.pythondevloper-section8 .tab-section {
		padding-bottom: 30px
	}

	.pythondevloper-section8 .nav-tabs li {
		width: 100%
	}

	.pythondevloper-section8 .tab-section .nav-tabs li a {
		padding: 18px 15px
	}

	.pythondevloper-section8 .tab-pane ul {
		row-gap: 20px
	}

	.pythondevloper-section8 .tab-pane ul li {
		width: 50%
	}

	.pythondevloper-section8 .tab-pane ul .ecommerce-service12 {
		width: auto
	}

	.pythondevloper-section2 .ecommerce-service img {
		width: 100%
	}
}

@media screen and (max-width:480px) {
	.pythondevloper-section8 .nav-tabs {
		flex-wrap: wrap;
		border: 0;
		width: 100%
	}

	.pythondevloper-section8 .nav-tabs li {
		width: 50%
	}
}

@media screen and (max-width:450px) {
	.pythondevloper-section7 .PicBx img {
		width: 32px;
		max-width: 100%
	}

	.hire_double_sec .PicBx .circle-icon {
		height: 50px;
		width: 50px
	}
}

@media screen and (max-width:400px) {

	.pythondevloper-section7-img,
	.pythondevloper-section7 .why_block_img {
		width: 24%;
		padding-left: 0
	}

	.pythondevloper-section7 .why_block_Txt {
		width: 75%
	}

	.pythondevloper-section8 .tab-pane ul li {
		width: 100%
	}

	.pythondevloper-section8 .tab-section .nav-tabs li a {
		padding: 18px 0
	}
}

@media only screen and (min-width:992px) and (max-width:1023px) {
	.pythondevloper-section2 .ecommerce-service img {
		width: 100%
	}

	.pythondevloper-section2 .ecommerce-wrapper {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.pythondevloper-section2 .ecommerce-service img {
		width: 100%
	}
}

@media only screen and (max-width:979px) {
	.pythondevloper-section3 .ecommerce-service1 {
		display: block
	}

	.pythondevloper-section3 .ecommerce-service1 ul li {
		text-align: left
	}
}

.free_quote_form h2 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.1
}

.footer_box h2.h4 {
	font-size: 18px;
	text-transform: capitalize
}

body #cookie-bar .cb-enable {
	background-color: #0e607c
}

@media only screen and (max-width:767px) {
	.h_banner p {
		font-size: 16px !important;
		line-height: 1.6 !important
	}
}

.overlay-container h2.contact_sub_text {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px
}

body {
	color: #000
}

body #cookie-bar .cookie-text {
	color: #fff
}

.form_sub_text p {
	color: #333;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700
}

.testimonial_slider_section .owl-dots {
	display: none !important
}

.testimonial_slider_section .testimonial_wrapper .owl-thumbs {
	display: none !important
}

.testimonial_slider_section button.prev {
	width: 25px;
	height: 30px;
	background: url(../images/prevb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	text-indent: -99999px;
	background-size: cover;
	border: none
}

.testimonial_slider_section button.next {
	width: 25px;
	height: 30px;
	background: url(../images/nextb.png) no-repeat;
	background-position: 50%;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	text-indent: -99999px;
	border-radius: 0;
	margin-top: 0;
	margin-right: 0 !important;
	background-size: cover;
	background-position: center !important;
	border: none
}

body .testimonial_slider_section .testimonial_col {
	margin: 0 auto;
	float: unset
}

.testimonial_slider_section .testimonial_col .owl-carousel .owl-item img {
	height: 100%
}

.testimonial_slider_section .test_section {
	overflow: hidden
}

.testimonial_slider_section owl-item.active {
	opacity: unset
}

.testimonial_slider_section {
	padding: 40px 20px 0
}

.testimonial_slider_section .testimonial_wrapper {
	padding-bottom: 10px
}

.store .testimonial_slider_section .owl-carousel .owl-item img {
	width: 100%
}

.tab-section .tab-content .list-item ul a li:hover,
.tab-section .nav-tabs li a:hover {
	box-shadow: unset !important
}

.custom-checkbox-form div.form-group label.custom-label {
	position: relative;
	z-index: 99;
	color: #333
}
/* 
.custom-checkbox-form div.form-group .form-check label.form-check-label {
	font-size: 14px;
	font-weight: 400
}
.custom-checkbox-form div.form-group .form-check {
	display: flex;
	grid-gap: 10px;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 5px;
} */
.tab-section .tab-content .title-div{
	margin-bottom: 10px;
}
.details-casestudy-section .tab-content .tab-pane .title-div h3{
	margin-left: 0px;
	color: #000;
	text-transform: uppercase;
	font-size: 28px;
}
.details-casestudy-section .tab-section .tab-content .tab-pane h3::before{
	display: none;
}
.details-casestudy-section .tab-section .tab-content .tab-pane p b{
	color: #000;
}
.details-casestudy-section .tab-section .tab-content .list-item ul{
	display: block;
	width: 100%;
	padding-bottom: 0px;
}
.details-casestudy-section .tab-section .tab-content .list-item ul li{
	display: block;
	width: 100%;
	background: transparent;
	margin: 0px 0px 10px 0px;
    text-align: left;
    padding: 0px;
    height: auto;
}
.details-casestudy-section  .tab-section{
	max-width: 100%;
}

/* .custom-checkbox-form div.form-group .form-check input{
	margin-top: 3px;
	appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #333;
    position: relative;
    cursor: pointer;
    display: inline-block
} */
/* .custom-checkbox-form div.form-group .form-check input:checked::before{
	position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 2px;
    content: "";
    background: #2298c1;
    transform: rotate(45deg);
}
.custom-checkbox-form div.form-group .form-check input:checked::after{
	position: absolute;
    content: "";
    top: 6px;
    left: 5px;
    background: #2298c1;
    width: 10px;
    height: 2px;
    transform: rotate(133deg);
} */
.details-casestudy-section .tab-section{
	padding-top: 50px;
}
/* .custom-checkbox-form div.form-group .form-check label.form-check-label{
	width: calc(89% - 10px);
} */
.casestudy-leftright-section .content_element.home_element h2{
	margin-bottom: 10px;
}
img.gray-border{
	border: 1px solid #d0cbc9;
    border-top: none;
}
#mc_embed_signup{
	position: relative;
}
.subscribe-section{
    background: #000;
    color: #fff;
    padding: 50px 0px;
}
/*
#mc_embed_signup_scroll{
	display: flex;
	align-items: flex-end;
	grid-gap: 15px;
	justify-content: center;
}
*/
.indicates-required{
    display: none;
}
.mc-field-group{
    display: flex;
    flex-direction: column;
	width: 100%;
}
.mc-field-group input{
    width: 100%;
    background: #f1f2f2;
    padding: 9px 10px;
    font-size: 15px;
    color: #000;
    outline: 0;
    border: none;
	border-radius: 3px;
}
.optionalParent input[type="submit"]{
    background: #009dd9;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    outline: 0;
    padding: 10px 30px;
}
.optionalParent .clear.foot{
    display: flex;
    align-items: center;
	margin-top: 10px;
}
.clear.foot p{
	margin: 0px auto;
    background: #fff;
    border-radius: 3px;
    margin-left: 15px !important;
}
#mc_embed_signup div.mce_inline_error {
    padding: 0px !important;
    background-color: #f000!important;
    z-index: 1!important;
    color: #ff5c5c!important;
    position: absolute;
    top: 100%;
    font-size: 12px;
    font-weight: bold!important;
    margin: 0px!important;
}
#mce-success-response{
    position: absolute;
    /*left: 50%;*/
    right: 0;
    padding: 4px 10px;
    color: #fff;
    font-weight: normal;
    /*transform: translate(-50%, 0%);*/
    background: #17661a;
    margin: 10px 0px;
    border-radius: 3px;
}
.mt-0{
	margin-top: 0px;
}
.font-size-14{
	font-size: 14px !important;
}
.subscibe-footer-form{
	margin-top: 15px;
}














@media only screen and (max-width: 1280px) {
	.testimonial_slider_section button.next {
		width: 25px;
		height: 25px;
		right: 10px
	}

	.testimonial_slider_section button.prev {
		width: 25px;
		height: 25px;
		left: 10px
	}
}

@media only screen and (max-width: 767px) {
	.testimonial_slider_section .customDotsThumbs {
		padding-top: 10px
	}
	.subscibe-footer-form{
        margin-bottom: 10px;
	}
	body div.auction_blog_button p.text{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.btn.bg-blue-btn.button_blue{
		margin-top: 0px;
	}
	
	.button_text{
		margin-top: 0px;;
	}
	.developmentpage .shadow .content_element.reponsive{
		margin-top: 0px;
	}
	body .auction_blog_button {
		margin-top: 20px;
	}
	.solution_section .p-30{
		padding-bottom: 20px;
	}
	.responsive_p0.align-self{
		padding: 0px;
	}
	.auction_page .p50 ,.auction_page .detail-section{
		padding: 35px 0px;
	}
	.details-casestudy-section .d-flex h2{
		margin-top: 10px;
	}
}

.analysis_section ul{
	padding-left: 20px;
}
.analysis_section ul li{
	list-style-position: outside;
}
/* .image_banner .vc_box_border_grey{
	width: 90%;
    margin: 0 auto;
} */
.image_banner .vc_box_border_grey img{
	width: 100%;
	object-fit: contain;
	height: auto;
}
.d-flex-wrap{
	display: flex;
}
.p-30{
	padding-bottom: 30px;
}
/* .image_banner{
	padding-top: 50px;
	padding-bottom: 20px;
} */
.form-list li{
	color: #333;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
	line-height: 1.3;
	padding-bottom: 5px;
}
.form-list li:last-child{
	padding-bottom: 0px;
}
ul.form-list{
	margin-bottom: 0px;
}
body div.form-group.form-list-section{
	margin-bottom: 0px;
}
.form-list li::before {
	content: '';
    width: 15px;
    height: 16px;
    position: absolute;
    background-image: url(../images/check-solid.svg);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
}
.free_quote_form_button_popup {
	background: #fff;
	padding: 20px 25px 30px;
	border-radius: 10px;
	margin: 0;
	display: none;
}

.form-group {
	position: relative;
	margin-bottom: 15px
}

.free_quote_form_button_popup h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #252b33
}

.free_quote_form_button_popup label {
	position: absolute;
	z-index: -999;
	left: 0;
	top: 0;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

.free_quote_form_button_popup .textbox {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 9px 10px;
	font-size: 15px;
	color: #000;
	outline: 0;
	border: 1px solid #e6e6e6
}

.free_quote_form_button_popup .error {
	color: red;
	font-size: 13px;
	letter-spacing: .02em
}
.free_quote_form_button_popup .btn {
    width: 100%;
    color: #fff;
    background: #333;
    border-color: #333;
    border-width: 2px;
    outline: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    border: 2px solid #333;
}
.free_quote_form_button_popup .btn:hover {
    width: 100%;
    color: #333;
    background: 0;
}
.free_quote_form_button_popup.open form {
    background: #fff;
    width: 450px;
    max-width: 450px;
    margin: 0 auto;
    padding: 50px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 45%);
    border-radius: 10px;
    max-height: 90vh;
    overflow: auto;
}
div.free_quote_form_button_popup.open.openform {
	background: red
}
.free_quote_form_button_popup.open {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: rgb(255 255 255 / 85%);
    padding: 0 20px;
    z-index: 99999;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.h_auction_banner{
	padding: 50px 0px;
}
.bannerTxt_wrap .free_quote_form h2.font-16{
	font-size: 18px;
	line-height: 1.2;
}
.subscibe-footer-form .mc-field-group label{
	font-size: 15px;
    padding-bottom: 10px;
}
.development_image img{
	border: 1px solid #cacaca;
}
.auction_blog_button{
	display: flex;
    justify-content: center;
    gap: 30px;
	align-items: center;
}
.mobile{
	display: none;
}

@media screen and (max-width: 991px) {
	.auction_row.align-center{
		display: block;
	}
	.magin_button {
		padding-bottom: 20px;
	}
	.desktop{
		display: none;
	}
	body .mobile{
		display: block;
	}
	body .d-flex-wrap{
		display: block;
	}
	.bannerTxt_left.auction_left{
		width: 100%;
	}
	.bannerTxt_rgt.auction_right{
		width: 100%;
	}
	.content_element{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	div.car-app {
        margin-top: 0 !important;
	}
	.car_app_text.content_element {
        padding-bottom: 0px;
    }
}
body .auction_blog_button p.text{
    font-size: 25px;
    line-height: 1.4;
    color: #333;
    margin-top: 0px;
    font-weight: bold;
	margin-bottom: 20px;;
}
.auction_blog_button{
	display: block;
	max-width: 365px;
	width: 100%;
    margin: 0 auto;
    border: 2px dashed #2298c1;
    padding: 20px;
    margin-top: 40px;
	text-align: center;
}
.video_container{
	max-width: 700px;
	margin: 0 auto;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 53%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}