@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700');
body {
	color:#121212/*#737373*/;
	font-family: 'Open Sans', sans-serif;
	/*font-size:100%*/
	font-weight:300
	
}
.debug{ border:2px dashed #FF0000;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight:300}
.container {
	max-width:1200px;
	width:100%
}
img {
	max-width:100%
}
#top{background:#ffffff;transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
/*.home-header #top{background:transparent}*/
.home-header.fixed #top{background-color: #fff;box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);}
.main-header{height:78px}
.home-header{height:auto}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 20px;
	padding: 5px 15px;
}
.navbar-brand > img {
  display: block;
  width: 125px;
}
#bs-navbar ul li{margin-left:8px}
#bs-navbar ul li a {
	color:#121212;
	font-size:14px;
	padding:9px 20px;
	border:1px solid transparent;
	font-weight:300
}
#bs-navbar ul li a:hover, #bs-navbar ul li a:focus, #bs-navbar ul li a.active {
	border-radius:50px;
	background:transparent;
	border-color:#ececec;
	color:#01adef
}
.navbar-right {
	margin-right:15px
}
.header-inner-right {
	float: right;
	padding: 32px 14px 0;
}
.menu-icons-style {
	cursor:pointer;
	font-size:15px;
}
#bs-navbar {
	float: right;
	padding-top: 22px;
	margin-bottom: 15px;
}

body{background:#f1f1f1; overflow-x:hidden;}

.row-mid-box {
  color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
.position-relative{ position:relative; overflow: hidden;}
.mid-border{
  border-right: 3px solid #01adef;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  margin-top: 260px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
  
}

p b {font-weight: normal;}
.border-bottom{border-bottom: 2px solid #ccc;width: 100%;text-align: center;max-width: 260px;margin: 0 auto;}

.m-0{margin:0;}


.navbar-brand > img {
 display: block;
 height: 45px;
}
 #bs-navbar {
 background: #333 none repeat scroll 0 0;
 bottom: 0;
 height: 100%;
 left: -280px;
 overflow-y: scroll;
 position: fixed;
 top: 0;
 width: 280px;
 z-index: 999999;
 text-align:left;
 border:0
}
.navbar-toggle .icon-bar {
 background: #444 none repeat scroll 0 0;
 height: 4px;
 width: 27px;
}
.navbar-nav > li{float:none; display:block}
.nav.navbar-nav{float:none !important}
#bs-navbar ul li a{display:block; padding:10px 12px; border:0;color:#fff;}
#bs-navbar ul li a:hover{border:0; color:#01adef;}
#menu-overlay, #menu-overlay2 {
position:fixed;
top:0;
bottom:0;
left:-100%;
width:100%;
}
.navbar-toggle {
  position: absolute;
  right: 39px;
  top: 3px;
}
 #menu-overlay.open-view, #menu-overlay2.open-view {
left:auto;
z-index: 999999;
}
.header-inner-right {
 float: right;
 padding: 20px 0 0;
}
.navbar-right{margin-left:0}
.main-header {
  height: 64px;
}

.heading-section {
	text-align:center;
	color:white
}
.heading-section h2 {
	font-size:40px;
	border-bottom:1px solid #019edd;
	padding-bottom:13px;
	padding-top:6px;
	font-weight:300
}
.heading-section h3 {
	font-size: 50px;
    margin-bottom: 23px;
	font-weight:300
}
.heading-50 {
	font-size:40px;
	font-weight:300
}
.bottom-space {
	padding-bottom:80px
}
.top-space-40 {
	padding-top:40px
}
.top-space-30 {
	padding-top:30px
}
.top-space-25 {
	padding-top:25px
}
.top-space-20 {
	padding-top:20px
}
.top-space-15 {
	padding-top:15px
}
.top-space-10 {
	padding-top:10px
}
.top-space-5 {
	padding-top:5px
}
.space45 {
	padding-bottom:45px;
	padding-top:45px
}
.column-box {
	text-align:center;
	/*padding-left:25px;
	padding-right:25px*/
}
.column-box h3 {
  color: #0087bc;
  display: table-cell;
  height: 80px;
  margin-bottom: 25px;
  vertical-align: middle;
  width: 1%;
}
.column-box p {
	color:#0087bc;
	font-size:18px;
}
.title {
	font-size: 48px;
	padding: 35px 0 25px;
	font-weight: 300;
	color: #121212;	
	width: 100%;
	display: block;
	margin: 0 auto;
}
.heading-section p {
	font-size:30px;
	padding:25px 0;
	font-weight:300;
	color:#121212;
}
.section-spacer {
	padding:80px 0
}
.blue {
	color:#01adef
}
.blue-btn {
	background:#01adef;
	color:#fff;
	padding:12px;
	text-transform:uppercase;
	font-size:18px;
	display:inline-block;
	max-width:300px;
	width:100%;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-align:center;
	border:1px solid #01adef;
}
.blue-btn:hover{text-decoration:none; color:#01adef; border-color:#01adef; background:transparent}
.content-section {
	background: #ededed;
	padding: 40px 0 20px;
	border: 2px solid #000;
	color: #888;
}
footer {
	padding: 30px 0;
	background: #fff;
	border-top: 2px solid #444;
}
footer .menu {
	text-align:center;
	padding-left:0
}
footer .menu li {
	display:inline-block;
	padding:8px 12px;
}
footer .menu li a {
	color:#01abef;
	text-transform:uppercase
}
.gray-section{background:#dcdcdc;padding:30px 0}
.white-box{
	background:#fff;
	padding:40px;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

/*Contact us*/
.contactus .form-control,.textfield{
	border-radius:0;
	-webkit-border-radius:0;
	height:43px;
	margin-bottom:12px;
	border:1px solid #cccccc;
}
.contactus label{
	font-weight:300;
	font-size:16px
}
.contactus label span{font-size:11px; color:#b7b7b7}
.blue-bg{background:#01adef}

.contactus .has-error .form-control {
    border-color: #a94442;
}
.contactus .has-error label {
    color: #a94442 !important;
}

.error-message {
	color:#c02b2b;
	font-size:13px;
	float:left;
	width:100%;
	text-align: left;
}

.space-4 {
	padding-top:4px;
	padding-bottom:4px;
	width: 100%;
}
.space-6 {
	padding-top:6px;
	padding-bottom:6px;
	/*width: 100%;*/
}
.space-8 {
	margin-top:8px;
	margin-bottom:8px;
	width: 100%;
}
.space-10 {
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}
.space-12 {
	padding-top:12px;
	padding-bottom:12px;
	width: 100%;
}
.space-14 {
	padding-top:14px;
	padding-bottom:14px;
	width: 100%;
}
.space-16 {
	padding-top:16px;
	padding-bottom:16px;
	width: 100%;
}
.space-18 {
	padding-top:18px;
	padding-bottom:18px;
	width: 100%;
}
.space-20 {
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
}
.space-25 {
	padding-bottom:25px;
	padding-top:25px
}
.space-30 {
	padding-bottom:30px;
	padding-top:30px
}
.space-40 {
	padding-bottom:40px;
	padding-top:40px
}
.space-50 {
	padding-bottom:50px;
	padding-top:50px
}
.required {
	color:#c02b2b !important;
	font-size: 14px !important;
}
.form-control{color:#222222}

.btn-primary {
    color: #fff;
    background-color: #01adef;
    border-color: #01adef;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #01adef !important;
  background-color: #ffffff !important;
  border-color: #01adef !important;
}


.no-padding {
	padding:0px !important;
}

.no-padding-left {
	padding-left:0px !important;
}

.no-padding-right {
	padding-right:0px !important;
}

.no-padding-top {
	padding-top:0px !important;
}

.no-padding-bottom {
	padding-bottom:0px !important;
}

.alert {
	border-radius: 0px;
	padding: 8px 15px;
	margin-bottom: 12px;
}
.heading {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color:#686868;
	border-bottom: 1px solid #ccc;
}


.overlay {
  background-color: #e5e5e5;
  bottom: 10px;
  left: 10px;
  margin-top: -10px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 21px;
  z-index: 1;
}


.clearfix{clear:both}
.clearfix:before,.clearfix:after{content:''; display:block; clear:both}

.col p {
    color: #737373;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}

.flexitem{display:flex; display:-webkit-flex;margin-bottom:20px}
@media (min-width:640px){.space-left30{padding-left:30px;}}
.columns{position:relative; padding-left:90px}
.spacetb{padding-top:40px; padding-bottom:40px}

a:focus {outline: none!important;}	
#myModal{top:10%;}
.modal-body h1{ text-align:center;color:#000000; position:relative;}
.modal-body h1:after{content:'';width:90px;height:2px;display:block;margin:20px auto;background:#01adef;}
.modal h1 img, .modal h4 img{ max-width:124px;}
.modal-body h1 img, .modal-body h4 img{ max-width:124px;}