html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight:400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
  font-family: open sans, sans-serif;
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}














@media (min-width: 768px) {
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-10{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}
.col-md-10{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

}
.input-group {
	margin-bottom: 1.25em;
  }
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.m-b-0 {
    margin-bottom: 0;
}


.m-b-20{
	margin-bottom:20px;
}


.m-t-15 {
	margin-top: 15px;
}

.card {
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
}
.card-block {
	padding: 1.25rem;
  }
.card {
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
}
.card .card-footer {
	background-color: #fff;
	border-top: none;
}
.card .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 25px 20px;
}
.card .card-header .card-header-left {
	display: inline-block;	
}
.card .card-header .card-header-right {
	border-radius: 0 0 0 7px;
	right: 10px;
	top: 18px;
	display: inline-block;
	float: right;
	padding: 7px 0;
	position: absolute;
}
.card .card-header .card-header-right i {
	margin: 0 8px;
	cursor: pointer;
	font-size: 16px;
	color: #919aa3;
	line-height: 20px;
}
.card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
	display: none;
}
.card .card-header .card-header-right .card-option {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
	display: inline-block;
}
.card .card-header span {
	color: #919aa3;
	display: block;
	font-size: 13px;
	margin-top: 5px;
}
.card .card-header + .card-block,
.card .card-header + .card-block-big {
	padding-top: 0;
}
.card .card-header h5 {
	margin-bottom: 0;
	color: #505458;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	line-height: 1.4;
}
.card .card-block table tr {
	padding-bottom: 20px;
}
.card .card-block .sub-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.card .card-block code {
	background-color: #eee;
	margin: 5px;
	display: inline-block;
}
.card .card-block .dropdown-menu {
	top: 38px;
}
.card .card-block p {
	line-height: 5px;
}
.card .card-block a.dropdown-item {
	margin-bottom: 0;
	font-size: 14px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.card .card-block a.dropdown-item:active,
.card .card-block a.dropdown-item .active {
	background-color: #01a9ac;
}
.card .card-block.remove-label i {
	margin: 0;
	padding: 0;
}
.card .card-block.button-list span.badge {
	margin-left: 5px;
}
.card .card-block .dropdown-menu {
	background-color: #fff;
	padding: 0;
}
.card .card-block .dropdown-menu .dropdown-divider {
	background-color: #ddd;
	margin: 3px 0;
}
.card .card-block .dropdown-menu > a {
	padding: 10px 16px;
	line-height: 1.429;
}
.card .card-block .dropdown-menu > li > a:focus,
.card .card-block .dropdown-menu > li > a:hover {
	background-color: rgba(202, 206, 209, 0.5);
}
.card .card-block .dropdown-menu > li:first-child > a:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.card .card-block .badge-box {
	padding: 10px;
	margin: 12px 0;
}
.card .card-block-big {
	padding: 30px 35px;
}
.card .card-block-small {
	padding: 15px 20px;
}
.pcoded .card.full-card {
	position: fixed;
	top: 56px;
	z-index: 99999;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	border-radius: 0;
	border: 1px solid #ddd;
	width: 100vw;
	height: calc(100vh - 56px);
}
.pcoded .card.full-card.card-load {
	position: fixed;
}
.pcoded .card.card-load {
	position: relative;
	overflow: hidden;
}
.pcoded .card.card-load .card-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
}
.pcoded .card.card-load .card-loader i {
	margin: 0 auto;
	color: #ab7967;
	font-size: 20px;
}
.card-header-text {
	margin-bottom: 0;
	font-size: 1rem;
	color: rgba(51, 51, 51, 0.85);
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}



.login-block .auth-box {
	margin: 20px auto 0 auto;
	max-width: 450px;
}
.login-block .auth-box .confirm h3 {
	color: #01a9ac;
	font-size: 34px;
}
.login-block .auth-box i.icofont-check-circled {
	font-size: 42px;
}
.login-block.offline-404 .auth-box {
	max-width: 650px;
}
.login-block.offline-404 .auth-box h1 {
	color: #2c3e50;
	font-size: 160px;
	font-weight: 600;
	letter-spacing: 5px;
	text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57);
}
.login-block.with-header {
	min-height: calc(100vh - 56px);
}

@media only screen and (max-width: 767px) {
	
	.auth-box {
	  margin: 0;
	}
}






















/* --- Common Styles ---*/

h1 {

  font-size: 16px;
}
.navbar-fixed-top {
	top: 0;
border-width: 0 0 1px;
position: fixed;
display: block;
width: 100%;
left: 0;
}
html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.img-circle {
    border-radius: 50%;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
    color: #fff;
  background: #0073aa;
}

::selection {
    color:#fff;
  background: #0073aa;
}

.nopadding {
	padding: 0;
}

.custom-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}


.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #000;
  margin: 0 0 20px;
}

.spacer {
	width: 100%;
	height: 50px;
}

#loading {
   width: 100%;
   height: 100%;
  top: 0;
  left: 0;
   position: fixed;
   opacity: 1;
  background-color: #f2f2f2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.spacer {
	width: 100%;
	height: 50px;
}

.spacer-big {
	width: 100%;
	height: 100px;
}

.error-message {
  color: #f33;
	margin-top: 5px;
}

.success-message {
  color: #3c3;
	margin-top: 5px;
}


.btn-fill {
  background: #fff;
  color: #0073aa;
  border: 2px solid #0073aa;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.btn-fill:hover,
.btn-fill:focus {
  color: #0073aa;
  background: 0 0;
  border: 2px solid #0073aa;
}
.navbar {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	z-index: 99;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

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

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 16px;
  color: #111;
  }

.navbar-default .navbar-brand {
  padding: 0;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #666;
  font-weight:700;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000;
}

.navbar-default .navbar-nav > .active > a {
  background: 0 0;
  color: #fff;
  }


.navbar-default .navbar-nav > .active > a:hover {
  background: 0 0;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a:focus {
  background: 0 0;
  color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111;
}

.navbar-default .nav-white > li > a {
  color: #fff;
}

.navbar-default .nav-white > li > a:hover {
  color: #999;
}
@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
    background-color: #fff;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li> a {
    color: #222;
		margin-top: 10px;
  }

  .navbar-default .navbar-nav > li> select {
    color: #222;
	margin-top: 10px;
	margin-left:200px;
  }


	.navbar-default .navbar-nav > li> a:hover {
    color: #222;
	}
  .navbar-default .navbar-brand {
    color: #fff;
    padding: 8px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111;
  }
}

@media only screen and (min-width: 240px) {

.navbar.past-main {
  transition: all 0.6s ease;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.99);
}

.navbar.effect-main:active {
    -webkit-transition: height 0.6s;
  transition: height 0.6s;
  height: 60px;
}

.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	-moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -webkit-transition: height 0.6s;
	transition: height 0.6s;
}

.navbar-default.past-main .navbar-brand {
	padding: 8px 0;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
    background-color: #111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #2c394a;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
    color: #111;
}

.navbar-default.past-main .navbar-nav > .active > a {
    background: 0 0;
    color: #0073aa;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: 0 0;
    color: #222;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
    background: 0 0;
    color: #222;
}

}
#main {
  height: 100%;
}
.hero-section {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/hero3.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: 50% 60%;
}

.jarallax {
    position: relative;
  background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hero-content {
	width: 100%;
  padding: 200px 0 100px;
	overflow: hidden;
}

.hero-content h1 {

	font-size: 34px;
  color: #111;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.hero-content p {

	font-size: 14px;
  color: #111;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

 .btn-action {
  background-color: #0073aa;
  border: 2px solid #0073aa;
	border-radius: 0;
  color: #fff;
  font-size: 12px;
	font-weight: 400;
  height: 38px;
  letter-spacing: 2px;
  line-height: 3;
  padding: 0 21px;
  text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.hero-content .btn-action:hover,
.hero-content .btn-action:focus,
.hero-content .btn-action:active,
.hero-content .btn-action:active:focus {
  background: 0 0;
	outline: none;
  color: #0073aa;
  border-color: #0073aa;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
  background: 0 0;
	outline: none;
  color: #0073aa;
  border-color: #0073aa;
}

.txt-white h1 {
  color: #fff;
}

.txt-white p {
  color: #fff;
}

.app-hero {
  background: #f3f3f3;
}

.app-hero-content {
	overflow: hidden;
  padding: 150px 0 0;
}

.app-hero-content h1 {
  color: #111;
}

.app-hero-content p {
  color: #111;
}

.app-hero-content img {
	margin-top: 50px;
}

.app-sub {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 200, 0.1)
    ),
    url(../images/feature_bg.jpg) no-repeat center center;
	background-size: cover;
}

.app-sub-inner {
	width: 100%;
	height: 100%;
  padding: 100px 0;
	overflow: hidden;
}

.app-sub-content {
  padding: 100px 0 0;
}

.app-sub-content h1 {

	font-size: 42px;
	font-weight: 700;
  color: #111;
	line-height: 1.2;
	margin-bottom: 30px;
}


.app-sub-content p {

	font-size: 16px;
	font-weight: 100;
	color: #111;
	line-height: 1.4;
  margin-bottom: 30px;
}

.app-sub-content .subscribe-form {
	text-align: left;
}
.services-section {
  background: #fff;
}

.services-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-content h1 {

	font-size: 24px;
  color: #111;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 10px;
}

.services-content p {

	font-size: 14px;
  color: #666;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
  margin-top: 0;
}

.services {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services .services-icon {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid;
	border-color: transparent;
  background: #f6f6f6;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.services .services-icon img {
	position: absolute;
	top: 10%;
	left: 11%;
	font-size: 42px;
}

.services .services-description {
	margin-bottom: 50px;
}

.services .services-description h1 {

	font-size: 18px;
  color: #111;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 20px;
}

.services .services-description p {

	font-size: 14px;
  color: #666;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 0;
}

.services .col-sm-4:hover .services-icon {
  border-color: #0073aa;
}
.flex-features {
  background: #f3f3f3;
	padding-top: 0;
	padding-bottom: 50px;
}

.flex-split {
	padding-top: 50px;
	padding-bottom: 0;
  background: #f3f3f3;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-split .f-left {
	flex: 1 0 50%;
  background: #f3f3f3;
	padding: 10px;
}

.flex-split .f-left img {
	margin-top: 30px;
	margin: 0 auto;
}

.flex-split .f-right {
	flex: 1 0 50%;
  background: #f3f3f3;
}

.flex-split .f-right {
  padding: 30px 20px 20px;
}

.flex-split .f-right h2 {

	font-size: 28px;
  color: #111;
	font-weight: 600;
	line-height: 1.6;
}
.flex-split .f-right h2 span {

	font-size: 35px;
  color: #111;
	font-weight: 600;
	line-height: 1.6;
}

.flex-split .f-right p {

	font-size: 14px;
  color: #111;
	line-height: 1.6;
	letter-spacing: 1px;
  margin: 20px 0;
}
.flex-split .f-right p span {

	font-size: 14px;
  color: #111;
	line-height: 1.6;
	letter-spacing: 1px;
  margin: 20px 0;
}
.flex-split .f-right ul {
	margin-bottom: 20px;
}

.flex-split .f-right ul i {
	margin-right: 10px;
}

.flex-split .f-right li {

	font-size: 14px;
  color: #111;
	line-height: 2;
}
.features-section {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.features-section .f-left {
	flex: 1 0 50%;
  background: #f3f3f3;
}

.features-section .f-right {
	flex: 1 0 50%;
  background: url(../images/custom.png);
	background-position: 50% 50%;
	background-size: cover;
}

.features-section .f-right img {
	margin-top: 0;
}

.features-section .f-left  {
	padding: 30px;
}

.features-section .f-left  h2 {

	font-size: 28px;
  color: #111;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 40px;
}

.features-section .f-left  p {

	font-size: 14px;
  color: #111;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.features-section .btn-action {
	margin-bottom: 20px;
}
.features-section-2 {
	padding-top: 30px;
	padding-bottom: 30px;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.99),
      rgba(255, 255, 255, 0)
    ),
    url(../images/feature_bg.jpg) no-repeat center center;
	background-size: cover;
}

.features-section-2 .features-content {
	padding: 0;
}

.features-section-2 .features-content h2 {

	font-size: 21px;
  color: #111;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	margin-top: 20px;
}

.features-section-2 .features-content h4 {

	font-size: 18px;
  color: #111;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.features-section-2 .features-content p {

	font-size: 14px;
  color: #111;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.counter-section {
 width: 100%;
 padding-top: 100px;
 padding-bottom: 50px;
  background: #fff;
}

.counter-section h3  {

	font-size: 28px;
	font-weight: 400;
	color: #303030;
}

.counter-icon {
  padding: 15px;
}

.counter-icon i {
  font-size: 42px;
  color: #ff642e;
}

.counter-text {
	margin-top: 10px;
  margin-bottom: 20px;
}

.counter-text h4 {

  font-size: 16px;
  font-weight: 400;
  padding: 0.5em;
  color: #111;
}
.feature_huge {
	padding-top: 100px;
	padding-bottom: 100px;
  background: #f3f3f3;
}

.feature_huge img {
	margin: 0 auto;
  margin-bottom: 0px;
}

.feature_huge .feature_list {
	margin: 0 auto;
	margin-top: 30px;
}

.feature_huge .feature_list img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.feature_huge .feature_list h1 {

  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  color: #111;
}

.feature_huge .feature_list p {

  font-size: 12px;
  font-weight: 400;
  padding: 0.5em;
	color: #606060;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.testimonial-section {
  background: #fff;
	 padding-top: 50px;
}

.testimonial-section h1 {

  font-size: 34px;
  font-weight: 500;
  color: #111;
  margin-top: 3em;
}

.testimonial-section .sub {

	font-size: 16px;
  color: #111;
	line-height: 1.5;
	margin-top: 30px;
	letter-spacing: 1px;
}

.testimonials {
  margin-top: 4em;
  width: 100%;
  margin-bottom: 4em;
}

.testimonials-2 {
  margin-bottom: 5em;
}

.testimonial-single img {
  width:80px;
	height:80px;
}

.testimonial-text h3 {

  font-size: 16px;

	letter-spacing: 0;
	line-height: 1.5;
  color: #000;
}

.testimonial-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}

.testimonial-text p {

  font-size: 14px;
  padding: 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #111;
}
.download {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}

.app-img {
  display: inline-block;
  margin-top: 5em;
}

.app-info{
}

.app-info h3 {

  font-size: 34px;
  font-weight: 500;
  color: #404040;
  margin-top: 20px;
}

.app-info h4 {

  font-size: 18px;
  color: #3c4b5d;
  margin-top: 20px;
}

.app-info ul {
	margin-top: 20px;
}

.app-info span {

  font-size: 12px;
  font-weight: 400;
  color: #222;
}

.app-info .ion {
  font-size: 1em;
  color: #ff8000;
}

.download-buttons {
  margin-top: 3em;
  margin-bottom: 5em;
}

.download-buttons img {
  height: 50px;
  width: 160px;
}
.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
  background: #f3f3f3;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {

	font-size: 28px;
  color: #111;
	font-weight: 600;
	line-height: 1.4;
}


.pricing-intro p {

	font-size: 15px;
	color: #303030;

	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.pricing-section .table-left,
.pricing-section .table-right {
  padding: 20px 20px 50px;
	margin: 0 auto;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
	max-width: 400px;
}
.table-left .icon,
.table-right .icon {
  padding: 10px 10px 10px;
}
.table-left .icon img,
.table-right .icon img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.table-left .pricing-details span,
.table-right .pricing-details span {
	display: inline-block;

	font-size: 34px;
	font-weight: 600;
  color: gray;
	margin-bottom: 20px;
}
.table-left .pricing-details h2,
.table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 20px;
}
.table-left .pricing-details p,
.table-right .pricing-details p {
	font-size: 14px;

	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}
.table-left .pricing-details ul,
.table-right .pricing-details ul {
	margin-top: 30px;
  	margin-bottom: 30px;
	line-height: 1.5;
}
.table-left .pricing-details li,
.table-right .pricing-details li {
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}
.pricing-section .table-left:hover,
.pricing-section .table-right:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cta-sub {
	padding-top: 100px;
	padding-bottom: 100px;
  background: #f3f3f3;
}

.cta-sub h1 {

	font-size: 28px;
  color: #111;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta-sub p {

	font-size: 16px;
	color: #303030;

	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: center;
}

.subscribe-form .mail {
  background-color: #f9f9f9;
 border: none;
 border-radius: 5px 0 0 5px;
 outline: none;
 height: 40px;
 padding: 0 150px 0 20px;
 box-shadow: none;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
  transition: all 0.3s;
}


.subscribe-form input {
  color: #222;
  padding: 0;
  font-size: 0.9em;
}

.subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px;
  border-color: #0073aa;
  background-color: #0073aa;
  color: #fff;
	box-shadow: 0 0 1px transparent;
  outline: none;
}

.subscribe-form .submit-button:hover {
  box-shadow: 0 0 10px #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.client-section {
  background-color: #f3f3f3;
}

.clients ul li {
	display: inline;
}

.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
}

.footer-menu li {
	display: inline;
	line-height: 2;

	font-size: 14px;
	padding-right: 15px;
	text-transform: uppercase;
}

.footer-menu li a {
	color: #707570;
	text-decoration: none;
}

.footer-text p {

	font-size: 14px;
	color: #707570;

	line-height: 2;
	letter-spacing: 1px;
	margin-top: 10px;
}
.no-color {
  background: #fff;
}
.contact-section {
	width: 100%;
	height: 100%;
  padding: 150px 0 50px;
  background: #fff;
}

.contact-section h1 {

	font-size: 28px;
	font-weight: 600;
  color: #111;
	line-height: 1.3;
	margin-bottom: 20px;
}

.contact-section p {

	font-size: 14px;
  color: #111;
	line-height: 1.4;
}
.contact-form {
  padding-top: 50px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.form-control {
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ccc;
}


.checkbox-fade .cr .cr-icon, .checkbox-zoom .cr .cr-icon {
  color: #01a9ac;
  font-size: .8em;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.checkbox-fade .cr,
.checkbox-zoom .cr {
  border-radius: 0;
  border: 2px solid #01a9ac;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 20px;
  margin-right: 0.5em;
  position: relative;
  width: 20px;
}

.checkbox-fade, .checkbox-zoom {
    display: inline-block;
    margin-right: 15px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.checkbox-fade label input[type=checkbox], .checkbox-fade label input[type=radio] {
    display: none;
}
a {
    font-size: 13px;
    color: #404e67;
}

.text-inverse {
    color: #404e67!important;
}

.btn-md {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 23px;
}

.btn-primary,
.wizard > .actions a,
.sweet-alert button.confirm {
  background-color: #01a9ac;
  border-color: #01a9ac;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.btn-primary:hover,
.wizard > .actions a:hover,
.sweet-alert button.confirm:hover {
  background-color: #01dbdf;
  border-color: #01dbdf;
}
.btn-primary:active,
.wizard > .actions a:active,
.sweet-alert button.confirm:active {
  background-color: #016d6f !important;
  border-color: #016d6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-primary:focus,
.wizard > .actions a:focus,
.sweet-alert button.confirm:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #01dbdf;
}
.btn-primary.disabled,
.wizard > .actions a.disabled,
.sweet-alert button.disabled.confirm {
  background-color: rgba(1, 169, 172, 0.5);
  border-color: rgba(1, 169, 172, 0.5);
}



.text-inverse {
    color: #404e67!important;
}
.m-b-0 {
	margin-bottom: 0;
}

.text-left {
    text-align: left!important;
}
p {
  font-size: 13px;
  color: #999;
}

.h3, h3 {
    font-size: 1.75rem;
}


.m-t-25 {
    margin-top: 25px;
}

.text-muted {

  font-size: 13px;
  color: #222;
}

.text-muted strong {
  color: #f33;
}

.btn-send {

  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-radius: 0;
  color: #fff;
  background: #0073aa;
  border-color: #0073aa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
    transition: 0.5s;
}
.btn-send:hover,
.btn-send:focus {
  color: #fff;
  background: #000;
  border-color: #111;
  outline: none !important;
}
.back-to-top {
	background: rgba(46, 216, 182,0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
  color: #0e1729;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
  color: #fff;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgba(46, 216, 182,0.9);
  color: #fff;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
  color: #fff;
}
 @media only screen and (min-width: 767px) {
  #left,
  #right {
			width: 25px;
			}
	#top {
			height: 25px;
		}
	#bottom {
			height: 25px;
		}

	.custom-padding {
		padding-left: 80px;
		padding-right: 80px;
	}

	.hero-content {
		width: 100%;
    padding: 260px 0 120px;
	}

	.hero-content h1 {
		font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
		margin-top: 0;
		letter-spacing: -2px;
    margin-bottom: 25px;
	}

	.hero-content p {
		font-size: 14px;
	}

	.btn-action {
    border: 2px solid #0073aa;
		font-weight: 500;
	  height: 42px;
	  padding: 0 24px;
	}
	.btn-action a{
		color:#fff;
	}
	.btn-action a:hover{
    color: #0073aa;
	}

	.btn-fill {
    border: 2px solid #0073aa;
		height: 38px;
	}

	.app-hero-content {
    padding: 150px 0 0;
	}

	.app-hero-content h1 {
		font-size: 42px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: -1px;
		margin-top: 25px;
	}

	.app-hero-content p {
    font-size: 16px;
	}

	.app-sub-inner {
    padding: 180px 0 100px;
	}

	.app-sub-content h1 {
		font-size: 64px;
		font-weight: 700;
		margin-bottom: 30px;
	}

	.app-sub-content p {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.cta-small .cta-content span {
		position: absolute;
		left: -30px;
	}

	.cta-small .cta-content h2 {
		font-size: 14px;
	}

	.services-content h1 {
		font-size: 28px;
		line-height: 1.4;
	}

	.services-content p {
		font-size: 14px;
	}

	.services .services-description {
		margin-bottom: 75px;
	}

	.flex-features {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.flex-split {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.flex-split .f-right {
    padding: 50px 20px 20px;
	}

	.features-section {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.features-section .f-left h2 {
		font-size: 34px;
	}

	.features-section .f-left {
		padding: 60px;
	}

	.features-section .f-right {
			flex: 1 0 10%;
	}

	.features-section-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.features-section-2 .features-content {
		padding: 50px;
	}

	.features-section-2 .features-content h2 {
		font-size: 34px;
		margin-top: 20px;
	}

	.features-section-2 .features-content h4 {
		font-size: 21px;
	}

	.features-section-2 .features-content p {
		font-size: 15px;
	}

	.counter-up {
    margin-bottom: 2em;
  }

  .counter-text {
    margin-bottom: 0;
  }

	.counter-section h3  {
		font-size: 34px;
	}

	.counter-text h4 {
	  font-size: 18px;
	}

	.feature_huge .feature_list img {
		width: 65px;
		height: 65px;
	}

	.feature_huge .feature_list h1 {

	  font-size: 18px;
	  font-weight: 600;
	  padding: 0.5em;
	  color: #232323;
	}

	.feature_huge .feature_list p {
	  font-size: 14px;
	}


	.testimonial-section h1 {
	  font-size: 2em;
	}
  .pricing-section .table-left,
  .pricing-section .table-right {
		margin: 0 auto;
	}

	.contact-section {
    padding: 200px 0 100px;
	}

	.contact-section h1 {
		font-size: 42px;
	}

	.contact-section p {
		font-size: 16px;
	}

	.contact-form {
		padding-top: 100px;
	}

}

@media screen and (min-width: 400px) and (max-width: 600px) {

 .subscribe-form .mail {
   padding: 0 30px 0 20px;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
    padding: 0 5px;
   border-radius: 0 5px 5px 0;
 }
}


@media screen and (max-width: 399px) {

 .subscribe-form .mail {
	 text-align: center;
    padding: 0;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
    padding: 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }

 .app-info {
    margin-bottom: 0;
 }
 .download-buttons img {
	 height: 40px;
	 width: 120px;
 }
 .back-to-top {
	 right: 10px;
 }
}


@media only screen and (min-width: 992px) {

	.pricing-section .table-left {
    padding: 20px;
	}

	.pricing-section .table-right {
    padding: 20px;
	}
}


@media only screen and (min-width: 767px) and (max-width: 992px) {

	.app-sub-content h1 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.app-sub-content p {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.pricing-section .table-left {
		margin-right: 10px;
	}
	.pricing-section .table-right {
		margin-left: 10px;
	}
}
@media only screen and (min-width: 769px) {
	.flex-split {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.flex-split .f-right h2 {

		font-size: 34px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.flex-split .f-left img {
		margin-top: 30px;
	}
	.flex-split .f-right {
    padding: 10px 20px 20px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
	.flex-split .f-left img {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 1024px) {
	.flex-split .f-left {
    padding: 30px 10px 10px;
	}

	.flex-split .f-right {
    padding: 40px 50px 50px;
	}
}
@media only screen and (max-width: 766px) {
	.features-section .f-right {
		flex: 1 0 50%;
		height: 360px;
	}
}

@media only screen and (max-width: 1142px) {
	.features-section-2 .features-content {
		padding: 0;
	}

	.features-section-2 .features-content {
		padding: 10px;
	}

	.features-section-2 .features-content h2 {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 398px) {
	.navbar-default .navbar-nav > li> select {
		color: #222;
		margin-top: 10px;
		margin-left:100px;
	  }
}
