/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
@import url(https://fonts.googleapis.com/css?family=Michroma:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Encode+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Aldrich:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Abel:400,300,700,600);
/* ==== overwrite bootstrap standard ==== */
/*@import url('animate.css');*/

html{
  height: 100%;
}

body {
  font-family: "Abel";  
	/*font-family: "Trebuchet MS", Helvetica, FreeSans;*/
  /*font-family: "source_sans_proregular", source_sans_proregular, source_sans_proregular;*/
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
  min-height: 100%;
}

hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#aaa;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;
	}

.btn2 {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn2:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}

hr1 { 
    border-style: inset;
		border-width:0.5px;
}

hr2 {
	height: 2px;
	width: 60px;
	background: #71bd46;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}


/*============================
  New Menu
  ===========================*/
.navbar-default {
  position: absolute;
  top: 0;
  margin: 0px;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
  background-color:  rgba(76, 74, 138, 0.9);/*#65AAF0;*/
  min-height: 120px;
  font-family: 'Aldrich';
}

.navbar-default .top-menu{
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.navbar-default .top {
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  padding: 7px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-default .top .num {
  display: inline-block;
  margin: 0;
}
.navbar-default .top .num {
  color: #ffffff;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
  font-family: 'Abel';
}

.navbar-default a{
  padding: 5px 10px;
  color: #fff;
}


.navbar-default ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.navbar-default a:focus{
  outline: none;
  text-decoration: none;
}


.navbar-default .navbar-nav li a {
    color: rgba(255, 255, 255, 0.5);
    font-size:13px;
    letter-spacing: 2px;
	  text-transform:uppercase;
    -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color:transparent;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active {
  color: #ffffff;
  background-color: transparent;
}

.navbar-brand{
	margin-top:-5px;	
}

.navbar-header{
  margin-top: 0px;
}

.navbar-default ul li.has-dropdown {
  position: relative;
}


.navbar-default ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px #00aeda; /*rgba(0, 0, 0, 0.75);*/
  -moz-box-shadow: 0px 14px 33px -9px #00aeda; /*rgba(0, 0, 0, 0.75);*/
  box-shadow: 0px 14px 33px -9px #00aeda; /*rgba(0, 0, 0, 0.75);*/
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 0;
  text-align: left;
  background: #00aeda; /*#000;*/
  /*padding: 10px;*/
  padding-left: 20px;
  padding-top:10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}


.navbar-default ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #00aeda;
  border-width: 8px;
  margin-left: -8px;
}


.navbar-default ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}


.navbar-default ul li.has-dropdown .dropdown li a {
  padding: 5px 0;
  display: block;
  color: #FFFFFF;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}


.navbar-default ul li.has-dropdown .dropdown li a:hover {
  color: #000000;
}


.navbar-default ul li.has-dropdown:hover a{
  color: #fff;
}

.navbar-default ul li.btn-cta a {
  color: #fff;
}

.navbar-default ul li.btn-cta a span {
  background: #00aeda;/*#FC5185;*/
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.navbar-default ul li.btn-cta a:hover span {
  color : #000000;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.navbar-default ul li.active > a {
  color: #fff !important;
}

.navbar-default1 .btn-cta a span {
  color: #fff;
}

.navbar-default1 .btn-cta {
  background: #FC5185;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}



/*===========================
  Login
============================ */
.login-page {
  background: rgba(76, 74, 138, 0.9);
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.login-success {
  background: rgba(76, 74, 138, 0.9);
  margin-top : 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-fail {
  background: #ffffff;
  margin-top : 120px;
}

.login-fail h1 {
  font-weight: 300;
	font-size:20px;
	/*letter-spacing: 2px;*/
	color: #fc5185;
	/*font-family: 'Michroma';*/
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  /*border-left:6px solid #FC5185; /*#3bc492;*/
}

.tab-menu {
  padding: 0 !important;
  margin: -10px 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
  background: #00aeda; /*#bed0e2; /*#fc5185;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}

.tab-menu li {
  padding: 10px 20px 20px 20px;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 100%;
  text-align:center;
  color:  #000000;
  font-family: "Abel", Abel, Abel;
  font-size:22px;
	font-weight: bold;
}

.tab-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: #ffffff;
  padding: 30px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.tab-content .tab-content-inner {
  display: none;
}

.tab-content .tab-content-inner.active {
  display: block;
}


.login-page label {
  color: #000000; /*#808080;*/
  font-size: 18px;
}

.login-page input {
  font-family: "Work Sans", Arial, sans-serif;
  font-size:15px;
	font-weight: 300;
}

.login-page .accesschk {
  float: right;
  /*clear: left;*/
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Abel',Abel,Abel;
  color: #000000; /*#808080;*/
  font-size: 13px;
}

.login-page input[type=checkbox] {
  transform: scale(1.2);
  width:40px;
}

.login-page input[type=checkbox]:focus {
  outline:0;
}

.login-button  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:16px;
	font-weight: 400;
	background: #a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.login-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.login-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.custlogin-button  {
	float: left; 
	margin-left: 0em;
  margin-top:45px;
	font-size:16px;
	font-weight: 400;
	background: #a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.custlogin-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.custlogin-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.change-button  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:11px;
	font-weight: 700;
	background: #a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 11px !important;
  color:#ffffff;
}

.change-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.change-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

/*===========================
  Logout
============================ */
.logout-page {
  background: rgba(76, 74, 138, 0.9);
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 120px; /*120px*/
  height: 680px;
}

.logout {
  margin-top: 50px;
  margin-left: 500px;
  background-color:  rgba(76, 74, 138, 0.9);/*#65AAF0;*/
}


/*===========================
  Staff Login
============================ */
.emplogin {
  background: rgba(76, 74, 138, 0.9);
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 120px; /*120px*/
  margin-bottom: 40px;
}

.emplogin label {
  color: #000000; /*#808080;*/
  font-size: 18px;
}

.emplogin .pwd-lbl{
  margin-top: 35px;
  clear:left;
}

.emplogin input {
  font-family: "Work Sans", Arial, sans-serif;
  font-size:15px;
	font-weight: 300;
}


.emplogin .accesschk {
  float: right;
  margin-top: 10px;
  font-weight: bold;
  font-family: 'Abel',Abel,Abel;
  color: #000000; /*#808080;*/
  font-size: 13px;
}

.emplogin input[type=checkbox] {
  transform: scale(1.2);
  width:40px;
}

.emplogin input[type=checkbox]:focus {
  outline:0;
}

.emplogin .small-input {
  float: left;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 27px;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Work Sans',Arial,sans-serif;
  
  /*display: inline-block;*/
  width: 100px;
  padding: 5px 3px;
  line-height: 1.42857143;
  color: #000000; /*#555;*/
  background-color: #cdffe6; /*#e8e5e5; /*#fff;*/
  background-image: none;
  border-radius: 4px;
  margin-top: 0px;
}

.emplogin-menu {
  padding: 0 !important;
  margin: 30px 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
  background: #00aeda; /*#bed0e2; /*#fc5185;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}

.emplogin-menu li {
  padding: 10px 20px 20px 20px;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 100%;
  text-align:center;
  color:  #000000;
  font-family: "Abel", Abel, Abel;
  font-size:22px;
	font-weight: bold;
}

.emplogin-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: #ffffff;
  padding: 30px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.emplogin-content .tab-content-inner {
  display: none;
}

.emplogin-content .tab-content-inner.active {
  display: block;
}

.emplogin .login-button  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:16px;
	font-weight: 400;
	background:#a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.emplogin .login-button:hover {
  background:#00aeda; /*#3bc492;*/
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.emplogin-tab-footer{
  clear:left;
  margin-top :15px;
  margin-left : 5px;
}

.emplogin-tab-footer p{
  font-size:16px;
	font-weight:lighter;
	color: #FFFFFF; /*#808080; /*#e8e5e5;*/
}

.emplogin-tab-footer span{
  margin-left:16px;
}

.emplogin-tab-footer2 {
  clear: left;
  margin-top: -18px;
  margin-left: 207px;
}

.emplogin-tab-footer2 p{
  font-size:16px;
	font-weight:lighter;
	color: #FFFFFF;
}



/*===========================
  Create Password
============================ */
.pwd-page {
  background: rgba(76, 74, 138, 0.9);
  padding-top: 0px;
  padding-bottom: 50px;
  margin-top: 120px; /*120px*/
  margin-bottom: 40px;
}

.pwd-page label {
  float: left;
  color: #000000; /*#808080;*/
  font-size: 18px;
}

.pwd-page label span {
    color:#FF0000;
}

.pwd-page .legend-lbl {
  width: 25em;
  color: #000000;
  font-size: 14px;
  margin-top: -5px;
}

.pwd-page .legend-lbl span {
  color:#FF0000;
}

.pwd-page input {
  font-family: "Work Sans", Arial, sans-serif;
  font-size:15px;
	font-weight: 300;
  margin-bottom: 10px;
}

.pwd-page .accesschk {
  float:right;
  /*clear: left;*/
  font-weight: bold;
  font-family: 'Abel',Abel,Abel;
  color: #000000;
  font-size: 13px;
}

.pwd-page input[type=checkbox] {
  transform: scale(1.2);
  width:40px;
}

.pwd-page input[type=checkbox]:focus {
  outline:0;
}

.pwd-page .small-input {
  float: left;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 27px;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Work Sans',Arial,sans-serif;
  
  /*display: inline-block;*/
  width: 100px;
  padding: 5px 3px;
  line-height: 1.42857143;
  color: #000000; /*#555;*/
  background-color: #cdffe6; /*#e8e5e5; /*#fff;*/
  background-image: none;
  border-radius: 4px;
  margin-top: 0px;
}


.pwd-menu {
  padding: 0 !important;
  margin: 40px 0 -10px 0 !important;
  width: 400px;
  float: left;
  z-index: 12;
  position: relative;
  background: #00aeda; /*#bed0e2; /*#fc5185;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}

.pwd-menu li {
  padding: 10px 20px 20px 20px;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 100%;
  text-align:center;
  color:  #000000;
  font-family: "Abel", Abel, Abel;
  font-size:22px;
	font-weight: bold;
}

.pwd-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: #ffffff;
  padding: 30px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 500px;
  width:400px;
}

.pwd-content .pwd-content-inner {
  display: none;
}

.pwd-content .pwd-content-inner.active {
  display: block;
}

.pwd-button  {
	float: left; 
	margin-left: 0em;
  margin-top:10px;
  margin-bottom: 25px;
	font-size:16px;
	font-weight: 400;
	background:#a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.pwd-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.back-button  {
	float: left; 
	margin-left: 50px;
  margin-top:10px;
  margin-bottom: 25px;
	font-size:16px;
	font-weight: 400;
	background:#a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.back-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

/*===========================
  Customer Login
============================ */
.custlogin-tab-footer{
  clear:left;
  margin-top :15px;
  margin-left : 5px;
}

.custlogin-tab-footer p{
  font-size:16px;
	font-weight:lighter;
	color: #FFFFFF; /*#808080; /*#e8e5e5;*/
}

.custlogin-tab-footer span{
  margin-left:16px;
}

.custlogin-tab-footer2 {
  clear: left;
  margin-top: -18px;
  margin-left: 207px;
}

.custlogin-tab-footer2 p{
  font-size:16px;
	font-weight:lighter;
	color: #FFFFFF;
}

/*===========================
  slider
============================ */

.carousel-inner img {
  max-width: 100%;
  height: auto;
}

.slider {
	position: relative;	
	margin-top:115px;
	margin-bottom:20px;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: 20px;
}

#carousel-slider .carousel-indicators li {
  border: 1px #808080;
  background-color: #808080;
}

#carousel-slider .carousel-indicators .active {
  background-color: #ffffff;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#65AAF0;
	background:#65AAF0;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#3bc492;
	color:#fff;
	border: 1px solid #3bc492;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top:210px;
  background-color: #00aeda; /*#3bc492;*/
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top:210px;
  background-color: #00aeda; /*#3bc492;*/
}


.carousel-caption {
	/*position: abosulte;*/
	top : 80px;
	right: 15%;
	bottom: 300px;
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption .carousel-1st  h1 {
	font-family: 'Michroma';
	font-size:40px;
	font-weight:600;
	color: #e8e5e5; /*#fff;*/
  padding-bottom: 20px;
  border-bottom:  6px solid #ffffff;
  margin-left: 400px;
  margin-top: 20px;
}

.carousel-caption .carousel-1st  h1 span {
	font-family: 'Michroma';
	font-weight: 900;
	font-size:50px;
  color: #00aeda;
  
}

.carousel-caption .carousel-1st  h2 {
	font-family: 'Encode Sans';
	font-size:25px;
  color: #e8e5e5; /*rgba(255, 255, 255, 0.60);*/
  margin-left: 400px;
  margin-right: 0px;
}

.carousel-caption .carousel-1st  h3 {
	font-family: 'Michroma';
	font-size:40px;
	font-weight:600;
	color: #e8e5e5; /*#fff;*/
  /*padding-bottom: 20px;*/
  margin-left: 140px;
  margin-top: -65px;
}

.carousel-caption .carousel-1st h4 {
	font-family: 'Encode Sans';
	font-size:20px;
	/*font-weight:600;*/
  /*font-style: italic;*/
	color: #e8e5e5; /*#fff;*/
  /*padding-bottom: 20px;*/
  margin-left: 395px;
  margin-top: 15px;
}

.carousel-caption .carousel-1st h5 {
	/*font-family: 'Michroma';*/
	font-size:28px;
	font-weight:600;
  /*font-style: italic;*/
	color: #a49c0d; /*#e8e5e5; /*#fff;*/
  /*padding-bottom: 20px;*/
  margin-left: 400px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .carousel-caption .carousel-1st  h1 {
  border-bottom:  3px solid #ffffff;
  margin-left: 200px;
  margin-top: -20px;
  }
  .carousel-caption .carousel-1st  h1 span {
	font-size:30px;
  }
  .carousel-caption .carousel-1st  h2 {
	font-size:15px;
  margin-left: 200px;
}
  .carousel-caption .carousel-1st  h3 {
	font-size:20px;
  margin-left: 70px;
  }
}

.carousel-caption .carousel-2nd h2 {
	font-family: 'Encode Sans'; /*'Michroma';*/
	font-size:25px;
	color: #ffffff;
  padding-top: 10px;
  font-weight: 600;
}

.carousel-caption .carousel-2nd  h2 span {
	font-family: 'Encode Sans'; /*'Michroma';*/
	font-size:25px;
  color: #00aeda;
}

.carousel-caption .carousel-2nd  h1 {
	font-family: 'Michroma'; /*'Encode Sans';*/
	font-size:35px;
  color: #ffffff; /*rgba(255, 255, 255, 0.60);*/
  padding-left: 0px;
  margin-top: -40px;
  text-align: left;
  padding-bottom: 20px;
  font-weight: 600;
  margin-left: -60px;
}

.carousel-caption .carousel-2nd  h1 span {
  font-family: 'Michroma'; /*'Encode Sans';*/
	font-size:35px;
	color: #00aeda;
  font-weight: 600;
}

.carousel-caption .carousel-2nd  p {
	padding-top: 20px;
  font-size:17px;
	font-weight:bold;
	color:#ffffff; /*#d8d4d4; /*#808080;*/
  font-family: 'Abel';
  margin-left: -85px;
}

@media screen and (max-width: 768px) {
  .carousel-caption .carousel-2nd  h1 {
	font-size:17px;
  margin-top: -80px;
  }

  .carousel-caption .carousel-2nd  h1 span {
	font-size:17px;
  }
  
  .carousel-caption .carousel-2nd h2 {
	font-size:14px;
  margin-top: -10px;
  }
  
  .carousel-caption .carousel-2nd  p {
    font-size:14px;
    margin-top: -10px;
   }
  
}

.carousel-caption .carousel-3rd h2 {
	font-family: 'Michroma';
	font-size:30px;
	font-weight:600;
	color: #fff;
  margin-left: -100px;
}

.carousel-caption .carousel-3rd  h2 span {
	font-family: 'Michroma';
	font-weight: 600;
	font-size:30px;
  color: #00aeda;
}

.carousel-caption .carousel-3rd  h1 {
	font-family: 'Encode Sans';
	font-size:25px;
  color: #e8e5e5; /*rgba(255, 255, 255, 0.60);*/
  padding-left: 40px;
  margin-top: -30px;
  text-align: left;
  padding-bottom: 20px;
}

.carousel-caption .carousel-3rd  h1 span {
  font-family: 'Encode Sans';
	font-size:25px;
	color: #00aeda;
}

.carousel-caption .carousel-3rd  p {
	padding-top: 10px;
  font-size:17px;
	font-weight:bold;
	color: #e8e5e5; /*#d8d4d4; /*#808080;*/
  font-family: 'Abel';
  padding-left: 0px
}

@media screen and (max-width: 768px) {
  .carousel-caption .carousel-3rd  h1 {
	font-size:17px;
  margin-top: -80px;
  padding-bottom: 5px;
  margin-left: -80px;
  }

  .carousel-caption .carousel-3rd  h1 span {
	font-size:17px;
  }
  
  .carousel-caption .carousel-3rd h2 {
	  font-size:15px;
   }
   
  .carousel-caption .carousel-3rd  p {
   font-size:14px;
   margin-left: -80px;
   margin-top:8px;
  }
  
}

.carousel-caption  h1 {
	font-family: 'Michroma';
	font-size:40px;
	font-weight:600;
	color: #fff;
}

.carousel-caption  h1 span {
	font-family: 'Michroma';
	font-weight: 900;
	font-size:50px;
	/*color: blue;*/
  color: #00aeda;
}

.carousel-caption  h2 {
	font-family: 'Encode Sans';
	font-size:25px;
	/*color:#808080;*/
  color: rgba(255, 255, 255, 0.60)
}

.carousel-caption  h2 span {
	font-family:  "Arial", Arial, Nimbus Sans L;
	font-weight: bold;
	font-size:40px;
	color:  #fff;
}

.carousel-caption  p {
	/*font-size:20px;*/
	margin-top:30px;
	margin-bottom:20px;
	color:#000000;
	padding:10px;
	/*background:#65AAF0;*/
}

.carousel-inner .form-inline .form-group button[type="readmore"]{
	padding:10px 20px;
	font-size:20px;
	background:#65AAF0;
	color:#fff;
	border-radius:0;
	border-color:#fff;
	text-transform:lowercase;
}

.carousel-inner .form-inline .form-group button[type="readmore"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.slider-button {
	font-size:16px;
	font-weight: 400;
  background-color: #a49c0d; /*#FC5185;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.slider-button:hover {
	/*color:#272727;*/
  background-color: #00aeda; /*#FC5185;*/
  color: #000000;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.slider-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.slider2-button {
	font-size:16px;
	font-weight: 400;
  background-color: #a49c0d; /*#FC5185;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
	border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.slider2-button:hover {
	/*color:#272727;*/
  background-color: #00aeda; /*#FC5185;*/
  color: #000000;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.slider2-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}


.form-inline {
	margin-top:50px;
  /*margin-right: -500px;*/
}

.form-inline2nd {
  margin-right: 600px;
  margin-top: 250px;
}

.form-inline3rd {
  margin-right: 500px;
  margin-top: 250px;
}

.prj-section {
  padding-bottom: 30px;
	background-color:#ffffff;
	margin-top: 35px;
}

.prj-section .text-center h2 {
	font-weight:300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color:#000000;
	/*font-family: 'Michroma';*/
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
  /*border-left:6px solid #FC5185;*/
  /*margin-left: 700px;*/
}

.prj-section span {
  /*border-bottom: 6px solid #a8e088;*/
	/*display: inline-block;*/
  /*padding-bottom: 20px;*/
  color: #00aeda;
}

.prj-button a {
	margin-top: 10px;
  float: right;
  font-size:16px;
	font-weight: 400;
	/*background:#65AAF0;*/
  background-color: #a49c0d; /*#3bc492;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
	border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.prj-button a:hover {
  /*color:#272727;*/
  background-color: #00aeda; /*#FC5185;*/
	opacity: 0.8;
  color: #000000;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.prj-button a:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.about-client {
	background: #ffffff;/*#e3e3ed; /*#f2f2f2;*/
  /*height: 385px;*/
  /*min-height: 100%;*/
  /*margin-bottom: 1.1em;*/
}

.about-client  h2 {
	font-weight: 300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color: #000000;
  display: inline-block;
	/*font-family: 'Michroma';*/
  /*padding-left: 20px;*/
  /*border-left:6px solid #FC5185; /*#3bc492;*/
}

.about-client h2 span{
	color: #00aeda;
}

.about-client p {
	font-size:16px;
	font-weight:lighter;
  padding-top: 20px;
	color: #808080; /*#e8e5e5;*/
  /*font-family: 'Abel';*/
}

.about-client p span {
	color: #000000; /*#e8e5e5;*/
  /*font-family: 'Abel';*/
}

.about-client figure {
  float: none;
  width: 135px;
	height: 100px;
  /*text-align: center;*/
  /*font-style: italic;*/
  /*font-size: smaller;*/
  /*border: thin silver solid;*/
	border: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.Module {
	margin-top: 0px;
	background: #bed0e2; /*#98bce0; /*#9bc1e8;/*#202020; /*#8f8f91;*/
  height: 450px;
  /*min-height: 100%;*/
  /*margin-bottom: 1.1em;*/
}

.Module  h2 {
	font-weight: 300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color: #000000;
  display: inline-block;
	/*font-family: 'Michroma';*/
  /*padding-left: 20px;*/
  /*border-left:6px solid #FC5185; /*#3bc492;*/
}

.Module h2 span{
	color: #00aeda;
}


.fin-button a {
	margin-top: 30px;
  margin-right: 30px;
  float: left;
	font-size:18px;
	font-weight: bold;
  width: 140px;
  height:140px;
  background: #a49c0d; /*#3bc492;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
	border-radius: 10px;
	font-family: "Abel", Arial, sans-serif;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  /*padding: 50px 25px !important;*/

}

.fin-button a:hover {
  /*color:#272727;*/
  background-color: #00aeda; /*#FC5185;*/
  color: #000000;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.fin-button a:focus{
  outline: none;
  text-decoration: none;
}


/*===========================
  about
============================ */

.about-title {
  margin-top: 120px;
  padding-top: 30px;
	padding-bottom: 50px;
  /*background-color:rgba(76, 74, 138, 0.9);*/
  background-image: url("../img/about.jpg");
  height:160px;
}

.about-title .text-left h2 {
	font-weight:300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color:#808080;
	font-family: 'Michroma';
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  border-left:6px solid #FC5185;
  margin-left: 200px;
}

.about-title span {
  color: #00aeda;
}

.about-bar {
  /*border-left:6px solid #3bc492;*/
  padding-top: 30px;
}

.about-hd {
	background: #e3e3ed; /*#f2f2f2;*/
  height: 385px;
}

.about-hd h2 {
	font-weight: 200;
	font-size:22px;
	/*letter-spacing: 2px;*/
	color: #ffffff; /*#000000;*/
	font-family: 'Michroma';
  padding-left: 20px;
  border-left:6px solid #FC5185; /*#3bc492;*/
}

.about-hd h2 span{
	font-weight: 200;
	font-size:22px;
	/*text-align: center;*/
	color: #00aeda;
	font-family: 'Michroma';
}

.about-hd p {
	font-size:16px;
	font-weight:600; /*lighter;*/
  padding-top: 50px;
	padding-bottom:1px;
	color: #3f3f3f; /*#e8e5e5;*/
  font-family: 'Abel';
  margin-left: -25px;
}

.about-hd ul {
  margin-left: -40px;
  padding-top: 20px;
  list-style-image: url(../img/icon/li-icon.png);
} 


.about-hd ul li span{
  color:#808080;
  font-size: 17px;
  font-weight: lighter;
  font-family: Abel;
  
}

.about-md {
	margin-top: 0px;
	background: #bed0e2; /*#98bce0; /*#9bc1e8;/*#202020; /*#8f8f91;*/
  height: 383px;
  /*min-height: 100%;*/
  /*margin-bottom: 1.1em;*/
}

.about-md p {
	font-size:17px;
	font-weight: 600; /*lighter;*/
  padding-top: 20px;
	padding-bottom:1px;
  padding-left: 8px;
	color: #3f3f3f;/*#e8e5e5; /*#d8d4d4; /*#808080;*/
  font-family: 'Abel';
  margin-left: -35px;
}

.about-md ul {
  margin-left: -45px;
  padding-top: 20px;
  list-style-image: url(../img/icon/li-icon.png);
} 

.about-md ul li span{
  color:#808080;
  font-size: 17px;
  font-weight: lighter;
  font-family: Abel;
}

.about-md-sub ul {
  margin-left: 1px;
  padding-top: 10px;
  list-style-image: url(../img/icon/li-icon.png);
} 

.about {
  padding-top: 50px;
	margin-bottom: 50px;
  /*padding-top: 20px;*/
	background: #bed0e2; /*#202020; /*#ffffff;/*#e3e3ed;
  /*height: 800px; /*100%;*/
  /*min-height: 100%;*/
  /*margin-bottom: 1.1em;*/
}


.ctc-text p {
	padding-left: 60px;
	padding-top: 30px;
  padding-bottom: 50px;
  font-family: 'Abel';
  font-size: 16px;
  font-weight: lighter;
  color: #000000; /*#808080;*/
}

.ctc-text p span {
  font-family: 'Abel';
  font-size: 16px;
  font-weight: lighter;
  color: #e74c3c; /*#808080; /*#000000;*/
}

.ctc-text2 p {
	padding-left: 320px;
	margin-top: -10px;
  padding-bottom: 30px;
  font-family: 'Abel';
  font-size: 16px;
  font-weight: lighter;
  color: #000000; /*#808080;*/
}

.wrk-button a {
	margin-top: 30px;
  float: right;
	padding:10px 20px;
	font-size:16px;
	font-weight: 400;
	/*background:#65AAF0;*/
  background: #a49c0d;/*#3bc492;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
	border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.wrk-button a:hover {
  /*color:#272727;*/
  background:#00aeda;
  color: #000000;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.wrk-button a:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}


.ctc-button a {
	margin-top: 30px;
  float: left;
	padding:10px 20px;
	font-size:16px;
	font-weight: 400;
	/*background:#65AAF0;*/
  background: #a49c0d;/*#3bc492;*/
	color:#fff;
	border-color:#fff;
	/*text-transform:lowercase;*/
	border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.ctc-button a:hover {
  /*color:#272727;*/
  background:#00aeda;
  color: #000000;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.ctc-button a:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}



/*===========================
  Product
============================ */

.services-title {
  padding-top: 0px;
	padding-bottom: 30px;
  background-color:white; /*gba(76, 74, 138, 0.9);*/
  background-image: url("../img/product.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 225px;
}


.services-title .text-center h1 {
	font-weight:300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color:#ffffff;
	font-family: 'Michroma';
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  margin-top: 35px;
  border-left:6px solid #FC5185;
  margin-left: 680px;
}

.services-title span {
  color: #00aeda;
}

.services {
	padding-bottom: 30px;
	background-color:#ffffff;
	margin-top: 120px;
}

.services .text-center h2 {
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-shadow:none;
	padding-bottom:30px;
	font-size:35px;
  padding-top: 20px;
}

.services .text-center p span{
	font-weight:lighter;
	/*text-transform:uppercase;*/
	text-shadow:none;
	font-size:20px;
  color: #000000;
}
 
.prod-category{
  margin-top :0px;
  background-color:rgba(76, 74, 138, 0.9);
  height: 70px;
  padding-left: 180px;
}

.services-title ul{
  position: relative;
  margin-left: -50px;
  padding-top:30px;
  padding-left: 8px;
  /*clear: both;*/
  text-align: left;
  
}

.services-title ul li{
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding-right: 5px;
  padding-top: 5px;
}

.services-title ul li a{
  color: #ffffff;
  background-color: #a49c0d; /*rgba(0,0,0,0.3);*/
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-family:  "Abel";
}

.services-title ul li a:hover{
  background-color: #00aeda; /*#3bc492;*/
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.services-title ul li a.selected{
  background-color: #00aeda; /*#3bc492;*/
  outline: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.img-left {
  padding-top: 50px;
  transform: perspective(600px) rotateY(350deg);
}

.img-right {
  padding-top: 50px;
  transform: perspective(1300px) rotateY(30deg);
}

.prod-func{
  margin-top: 480px;
  background-color: #f2f2f2;
  height: 380px;
}

.prod-func p{
  color:#000000;
  font-size: 18px;
  padding-top: 20px;
  padding-left :50px;
  padding-right :100px;
  text-align: center;
}

.prod-func h3 {
  color:#000000;
  font-size: 18px;
  padding-left :35px;
  padding-top :30px;
}

.prod-func h3 span{
  color:#000000;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Abel";
  font-weight: bold;
}


.prod-func ul {
  margin-left: 60px;
  padding-top: 20px;
  list-style-type:disc;
  color: #000000;
} 

.prod-func ul li span{
  color:#808080;
  font-size: 17px;
  font-weight: lighter;
  font-family: Abel;
}

@media screen and (max-width: 768px) {

  .services-title .text-center h1 {
	font-size:25px;
  margin-top: 18px;
  border-left:3px solid #FC5185;
  margin-left: 360px;
  }
  
  .services-title ul{
  padding-top:10px;
  }
  
  .services .text-center h2 {
	 margin-top :-30px;
  }
  
  .prod-func{
  margin-top: 350px;
 }
  
  .prod-func h3 span{
  font-size: 14px;
  padding-left: 10px;
  }
  
  .prod-func ul {
  margin-left: 10px;
  padding-top: 5px;
  } 
  
  .prod-func ul li span{
  font-size: 14px;
  }
  
  .services img {
   height: 250px;
  }


}

.prod-tech {
  background-color: #dff0d8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.prod-tech h3 {
  color: #808080; /*#000000;*/
  font-size: 17px;
  padding-left :35px;
  font-weight: lighter;
}

.prod-tech i {
  padding-left :35px;
}


/*===========================
  Customisation
============================ */

.custom-title {
  padding-top: 10px;
	padding-bottom: 50px;
  background-color: white; /*rgba(76, 74, 138, 0.9);*/
  background-image: url("../img/custom1.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
}


.custom-title .text-left h1 {
	font-weight:300;
	font-size:35px;
	/*letter-spacing: 2px;*/
	color:#808080;
	font-family: 'Michroma';
  margin-top:30px;
  padding-left: 20px;
  display: inline-block;
  border-left:6px solid #FC5185;
  margin-left: 200px;
}

.custom-title span {
  color: #00aeda;
}

.custom {
	padding-top : 120px ;
}

.custom .text-center h2 {
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-shadow:none;
	padding-bottom:10px;
	font-size:25px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {

  .custom-title .text-left h1 {
	font-size:20px;
  margin-top:0px;
  margin-left: 150px;
  }
  
  .custom .text-center h2 {
  margin-top: -30px;
  }
  
}



.custom p{
  color:#000000;
  font-size: 17px;
  text-align: center;
}


.custom-category{
  margin-top :0px;
  background-color:rgba(76, 74, 138, 0.9);
  height: 70px;
  padding-left: 180px;
}


.custom-func{
  margin-top: 0px;
  background-color: #278ab6; /*#13a89e;*/
  height: 100px;
}

.custom-func p{
  color:#ffffff;
  font-size: 18px;
  padding-top: 20px;
  padding-left :50px;
  padding-right :100px;
  text-align: center;
}

.custom-func h3 {
  color:#000000;
  font-size: 18px;
  padding-left :35px;
}

.custom-func h3 span{
  color:#000000;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Abel";
  font-weight: bold;
}


.custom-func ul {
  margin-left: 60px;
  padding-top: 20px;
  /*list-style-image: url(../img/icon/li-icon.png);*/
  list-style-type:disc;
  color: #000000;
} 

.custom-func ul li span{
  color:#808080;
  font-size: 17px;
  font-weight: lighter;
  font-family: Abel;
}

.custom-tech {
  background-color: #278ab6; /*#13a89e;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.prod-tech1 p{
  color:#000000;
  font-size: 18px;
  padding-top: 20px;
  padding-left :50px;
  padding-right :100px;
  text-align: center;
}

.custom-tech h3 {
  color: #e8e5e5; /*rgba(255, 255, 255, 0.5); /*#000000;*/
  font-size: 17px;
  padding-left :35px;
  font-weight: lighter;
}

.custom-tech i {
  padding-left :35px;
}

.prod-tech1 h3 span{
  color:#000000;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Abel";
  font-weight: bold;
}
 
/*===========================
  Features
============================ */


.fea-title {
  padding-top: 0px;
	padding-bottom: 30px;
  background-color:white; /*gba(76, 74, 138, 0.9);*/
  background-image: url("../img/product.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 225px;
}

.fea-title .text-center h1 {
	font-weight:300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color:#ffffff;
	font-family: 'Michroma';
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  margin-top: 35px;
  border-left:6px solid #FC5185;
  margin-left: 680px;
}

.fea-title span {
  color: #00aeda;
}

.fea {
	padding-bottom: 30px;
	background-color:#ffffff;
	margin-top: 120px;
}

.fea .text-center h2 {
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-shadow:none;
	padding-bottom:10px;
	font-size:35px;
  padding-top: 20px;
}

.fea .text-center p span{
	font-weight:lighter;
	/*text-transform:uppercase;*/
	text-shadow:none;
	font-size:20px;
  color: #000000;
}

.fea .text-center h3 {
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-shadow:none;
	padding-bottom:0px;
	font-size:35px;
  padding-top: 20px;
}

 
.fea .fea-category {
  /*background-color:rgba(76, 74, 138, 0.9);*/
  /*height: 140px;*/
  padding-top: 30px;
  margin-left: 85px;
}

.fea .fea-category ul{
  position: relative;
  /*margin-left: -100px;*/
  padding-top:10px;
  padding-left: 140px;
  /*clear: both;*/
  text-align: left;
}

.fea .fea-category ul li{
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding-right: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {

  .fea-title .text-center h1 {
	font-size:25px;
  margin-top: 18px;
  border-left:3px solid #FC5185;
  margin-left: 360px;
  }
  
  .fea-title ul{
  margin-top:-20px;
  }
  
  .fea .text-center h2 {
	 margin-top :-30px;
  }
  
  .fea .fea-category ul{
  margin-top: -30px;  
  margin-left: -100px;
  }
  
  .fea .fea-category ul li{
  padding-top: 25px;
  }

}

.fea .fea-category ul li a{
  color: #ffffff;
  background-color: #a49c0d; /*#392613;*/
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-family:  "Abel";
}

.fea .fea-category ul li a:hover{
  background-color: #00aeda; /*#3bc492;*/
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.fea .fea-category ul li a.selected{
  background-color: #00aeda; /*#3bc492;*/
  outline: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.fea-title ul{
  position: relative;
  margin-left: -50px;
  padding-top:30px;
  padding-left: 8px;
  /*clear: both;*/
  text-align: left;
  
}

.fea-title ul li{
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding-right: 5px;
  padding-top: 5px;
}

.fea-title ul li a{
  color: #ffffff;
  background-color: #a49c0d; /*rgba(0,0,0,0.3);*/
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-family:  "Abel";
}

.fea-title ul li a:hover{
  background-color: #00aeda; /*#3bc492;*/
  box-shadow: 0px 14px 33px -9px #00aeda; 
}

.fea-title ul li a.selected{
  background-color: #00aeda; /*#3bc492;*/
  outline: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}


.fea-func{
  margin-top: 30px;
  background-color: #f4f5f9;
  height: 380px;
}

.fea-func p{
  color:#ffffff;
  font-size: 15px;
  padding-top: 0px;
  padding-left :0px;
  padding-right :0px;
  text-align: left;
}

.fea-func h3 {
  color:#000000;
  font-size: 30px;
  font-weight: 900;
  padding-left :0px;
  text-align: center;
}

.fea-func h3 span{
  color:#000000;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Abel";
  font-weight: bold;
}

.fea-func h4 {
  color:#000000;
  font-size: 18px;
  padding-left :35px;
}

.fea-func h4 span{
  color:#000000;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Abel";
  font-weight: bold;
}

.fea img {  
    height : 100%;
		width : 100%;
		padding-bottom: 20px;
    ​/*display: block;*/
}

.feature {
  background: #e74e3e;
  /*margin-bottom: 40px;*/
  overflow: hidden;
  border-radius: 4px;
  width: 360px;
  height: 300px;
  font-family:  "Abel";
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin: 15px;
  margin-left: 5px;
  float: left;
  top: -5px;
  position: relative;
  border: 2px solid #f2f2f2;
  
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out ;
  -o-transition: 0.3s;
  transition: 0.3s ease-in-out; ;
}

.fea figure {
  float: none;
  width: 100%;
	height: 260px;
  /*text-align: center;*/
  /*font-style: italic;*/
  /*font-size: smaller;*/
  /*border: thin silver solid;*/
	border: none;
  margin-top: -2px;
  /*padding-bottom: 2em;*/
}

.fea figure figcaption {
	margin-top: -10px;
	text-align: left;
	font-size: 14px;
	font-family: "source_sans_proregular", source_sans_proregular, source_sans_proregular;
	padding-left: 10px;
  padding-right: 5px;
  font-weight: bolder;
  background-color: #e74e3e;
  color:#ffffff;
}

.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #808080;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #808080;
    content:"";
    display: inline-block;
    margin-right: 20px;
}

.fea-tech {
  background-color: #dff0d8;
  padding-top: 30px;
  padding-bottom: 30px;
}


.fea-tech h3 {
  color: #808080; /*#000000;*/
  font-size: 17px;
  padding-left :35px;
  font-weight: lighter;
}

.fea-tech i {
  padding-left :35px;
}

.text-block {
    position: absolute;
    top : 190px;
    bottom: 85px;
    right: 0px;
    background-color: black;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.text-block  p{
    color: white;
}


/*===========================
  Portfolio
============================ */

.section-title {
  padding-top: 0px;
	padding-bottom: 30px;
  background-color:white; /*gba(76, 74, 138, 0.9);*/
  background-image: url("../img/portfolio.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 225px;
}

.works-section {
  padding-bottom: 30px;
	background-color:#ffffff;
	margin-top: 120px;
	/*height: 900px;*/
}

.section-title .text-center h2 {
	font-weight:300;
	font-size:40px;
	/*letter-spacing: 2px;*/
	color:#000000;
	font-family: 'Michroma';
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  border-left:6px solid #FC5185;
  margin-left: 700px;
}

.section-title span {
  color: #00aeda;
}

.works-category {
  padding-top: 30px;
}

.works-category ul{
  position: relative;
  padding-top:10px;
  padding-left: 120px;
  text-align: left;
}

.works-category ul li{
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding-right: 5px;
  padding-top: 5px;
}

.works-category ul li a{
  color: #ffffff;
  background-color: #a49c0d;  /*#808080;*/
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-family:  "Abel";
}

@media screen and (max-width: 768px) {
 
  .section-title .text-center h2 {
	font-size:25px;
  border-left:3px solid #FC5185;
  margin-left: 350px;
  }
  
  .works-category {
  padding-top: 80px;
  }
  
  .works-category ul{
   padding-top:0px;
   padding-left: 15px;
  }
  
  .works-category ul li a{
  padding: 5px 5px;
  border-radius: 12px;
  font-size: 11px;
  }
  

}

.works-category ul li a:hover{
  background-color: #00aeda;/*#3bc492;*/
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.works-category ul li a.selected{
  background-color: #00aeda; /*#3bc492;*/
  outline: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.portfolio {  
    margin-top : 30px;
}

.portfolio img {  
    height : 100%;
		width : 100%;
		padding-bottom: 20px;
    ​/*display: block;*/
}


.portfolio figcaption {  
  color :  #000000;
}

.work-one {
  background: white;
  overflow: hidden;
  border-radius: 4px;
  width: 260px;
  height: 200px;
  font-family:  "Abel";
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 15px;
  margin-left: 5px;
  float: left;
  top: -5px;
  position: relative;
  border: 2px solid #f2f2f2;
  
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.28);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out ;
  -o-transition: 0.3s;
  transition: 0.3s ease-in-out; ;
}

.work-one a{
  text-decoration: none;
}

.work-one h4{
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  font-size: 14px;
  font-weight: bolder;
  
}

.work-one p{
  padding-left: 15px;
  color: white;
  font-size: 14px;
  text-align: left;
  padding-right: 15px;
  line-height: 1.2;
  font-weight: lighter;
}

.works-active {
   animation: fadeInLeft 0.8s; /*scale-display 0.8s;*/
   animation-timing-function: easeInOutExpo;
   /*display: inline-flex;*/
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}


.filter-hide{
   display: none;
}

figure {
  float: none;
  width: 100%;
	height: 180px;
  /*text-align: center;*/
  /*font-style: italic;*/
  /*font-size: smaller;*/
  /*border: thin silver solid;*/
	border: none;
  margin-top: -2px;
  padding-bottom: 2em;
}

figure figcaption {
	margin-top: -10px;
	text-align: center;
	font-size: 13px;
	font-family: "source_sans_proregular", source_sans_proregular, source_sans_proregular;
	padding-left: 5px;
  font-weight: bolder;
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 0px;
  background-color: #00aeda;  /*#008800;*/
  overflow: hidden;
  width: 0;
  height: 185px;
  transition: .1s ease;
}


.work-one:hover .overlay {
  width: 93%;
}

/* Overlay */

.scale-anm {
  /*transform: scale(1);*/
	 transition-duration: 2s;
	 transform: rotateX(360deg);
	 /*transform:translateZ(10px);*/
	 /*transform:translateX(100%) rotateY(360deg);*/
	 position: relative;
   left: -10px;
}


/*===========================
  Contact
============================ */
.map{
	position:relative;
	/*margin-top:-20px;*/
	margin-bottom:40px;
	/*height: 50px;*/
}

.map iframe{
	width:100%;
	height:550px;
	border:none;
}

.contact-title {
  padding-top: 40px;
	padding-bottom: 50px;
  padding-left: 730px;
  background-color:#ffffff; /*#65AAF0;*/
  background-image: url("../img/contact.jpg");
  height:160px;
  background-repeat: no-repeat;
  background-size: contain;
}


.contact-title .text-left h2 {
	font-weight:300;
	font-size:40px;
	padding-left: 20px;
	font-family: 'Michroma';
  color:#808080;
  display: inline-block;
  border-left:6px solid #FC5185;
  margin-left : 110px;
}

.contact-title .text-left span {
	 color: #00aeda;
}

@media screen and (max-width: 768px) {
  
  .contact-title {
   padding-top: 10px;
   padding-left: 365px;
  }

  .contact-title .text-left h2 {
	font-size:25px;
  border-left:3px solid #FC5185;
  margin-left : 100px;
  }
  
  .message {
    margin-top: 50px;
  }
  
  .office {
    margin-top: -30px;
  }

  
}

.contact-page{
	position: relative;
	margin-top: 120px;
  padding-bottom: 50px;
  background:#ffffff; /*#f2f2f2;*/
  /*margin-bottom:20px;*/
}


.contact-page p {
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #000000; /*#4E4E4E;*/
  font-size: 16px;
  font-weight: 300;
}


.textarea #message{
   resize: none;
   padding: 10px;
   border-radius:0;
}


.office {
	  font-family: "Abel", Abel, Abel;
    padding-top: 25px;
}

.office .title h3 {
		font-weight:bold;
	  font-size:25px;
    position: relative;
	  top: -20px;
    color: #0000FF;
		margin-bottom: -20px;
		font-family: 'Abel'; /*'Aldrich';*/
		border-bottom: 4px solid #a49c0d; /*#b8dea2;*/
	  display: inline-block;
		padding-bottom: 20px;
		
}

.office_location p {
    /*color:#808080;*/
    font-size: 15px;
		font-weight: 500;
		margin-bottom:0px;
    color:#3f3f3f;
}

.office_location p span {
    color:#000000;
    font-size: 17px;
		font-weight: 600;
		margin-bottom:0px;
		font-family: 'Abel'; /*'Aldrich';*/
}

.office_location i {
    padding-bottom: 8px;
		
}

.office_location i span{
	  font-family: "Abel", Abel, Abel;
    padding-left: 10px;
		color:#000000;
		font-size: 15px;
		font-weight: 500;
}

.office_location i a {
	  font-family: "Abel", Abel, Abel;
		color:blue;
		font-size: 15px;
		font-weight: 500;
}

.office_location i a:hover {
  color:#FF0000;
}

.office_location {
    color: #696969;
		margin-bottom:-20px;
		padding-top: 30px;
}

.message {
	  font-family: "Abel", Abel, Abel;
    padding-top: 25px;
}

.message .title h3 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
	  top: -20px;
    color: #0000FF;
		margin-bottom: -20px;
		font-family: 'Abel'; /*'Aldrich';*/
		border-bottom: 4px solid #a49c0d; /*#b8dea2;*/
	  display: inline-block;
		padding-bottom: 20px;
}

.message p {
    color:#000000;
    font-size: 15px;
		font-weight: 500;
		margin-bottom:0px;
		padding-top: 28px;
}

.message i span{
	  font-family: "Abel", Abel, Abel;
    padding-left: 10px;
		color:#808080;
		font-size: 10px;
		font-weight: 500;
}

.message label span {
    color:#FF0000;
}

.message input{
  font-family: "Work Sans", Arial, sans-serif;
  font-size:15px;
	font-weight: 300;
}

.message textarea{
  font-family: "Work Sans", Arial, sans-serif;
  font-size:15px;
	font-weight: 300;
}

.message-button  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:16px;
	font-weight: 400;
	background:#a49c0d;/*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.message-button:hover {
  background:#00aeda;/*#3bc492;*/
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.message-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 17px;
  font-weight: 300;
	margin-bottom:0px;
}

.dropdown option {
  font-size: 15px;
}

#padding {
	padding-top: 15px;
}

#errormsg, #errorname, #errormail, #errortel {
  color : White;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #e74c3c;
  width: 670px;
}

#maintmsg {
  color : White;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  background-color: #e74c3c;
  width: 850px;
}

/*===========================
  Request For Services
============================ */
.rfs-page{
	position: relative;
	margin-top: 160px;
  padding-bottom: 50px;
  background:rgba(76,74,138,0.9);
  /*margin-bottom:20px;*/
}

.rfs-page p {
  margin-bottom:30px;
}

/*Textfield and label format*/
.left-input {
  float: left;
  box-shadow: none;
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Work Sans',Arial,sans-serif;
  
  /*display: inline-block;*/
  width: 450px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000000; /*#555;*/
  background-color: #e8e5e5; /*#fff;*/
  background-image: none;
  border-radius: 4px;
  margin-top: 10px;
}

.datetime-input {
  float: left;
  box-shadow: none;
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Work Sans',Arial,sans-serif;
  
  /*display: inline-block;*/
  width: 150px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000000; /*#555;*/
  background-color: #e8e5e5; /*#fff;*/
  background-image: none;
  border-radius: 4px;
  margin-top: 10px;
}

.rfs-page label {
  width: 11em;
  text-align: left;
  float: left;
  /*clear:left;*/
  color:#e8e5e5; /*#000000;*/
  margin-top: 10px;
  font-size: 16px;
}

.left-label{
  padding-top: 10px;
  clear:left;
}

.right-label{
  padding-top: 10px;
  margin-left : 50px;
  margin-right: -80px;
}

.rfs-page textarea {
  float: left;
  box-shadow: none;
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  /*height: 45px;*/
  font-size: 15px;
  font-weight: 300;
  font-family: "Work Sans",Arial,sans-serif;
  
  /*display: inline-block;*/
  width: 550px;
  height: 200px;
  /*padding: 6px 12px;*/
  line-height: 1.42857143;
  color: #000000; /*#555;*/
  background-color: #e8e5e5; /*#fff;*/
  background-image: none;
  border-radius: 4px;
  margin-top: 10px;
  
}

.left-radio {
  float: left;
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  width : 50px;
}

.radio-label{
  padding-top: 10px;
  margin-left: -10px;
}

.rfs-page button {
  margin-left: 270px;
  float: left;
  clear: both;
}

input[type=checkbox] {
  transform: scale(1.2);
  width:40px;
}

input[type=checkbox]:focus {
  outline:0;
}

/*Textfield and label format*/

.termchk {
  float: left;
  clear: left;
  margin-left: 230px;
  font-size: 15px;
}

.rfs-title {
  padding-top: 30px;
	padding-bottom: 50px;
  padding-left: 80px;
  background-color:#ffffff; /*#65AAF0;*/
  background-image: url("../img/rfs.jpg");
  height:160px;
  background-repeat: no-repeat;
  background-size: contain;
}


.rfs-title .text-left h2 {
	font-weight:300;
	font-size:35px;
	padding-left: 20px;
	font-family: 'Michroma';
  color:#ffffff;
  display: inline-block;
  border-left:6px solid #FC5185;
  margin-left : 0px;
}

.rfs-title .text-left span {
	 color: #00aeda;
}

.rfs-msg {
	  font-family: "Abel", Abel, Abel;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}

.rfs-msg .title h1 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
	  top: -20px;
    color: #ffffff;
		margin-bottom: -20px;
		font-family: 'Abel'; /*'Aldrich';*/
		border-bottom: 4px solid #a49c0d; /*#FC5185;*/
	  display: inline-block;
		padding-bottom: 20px;
}

.rfs-msg p {
    color: #ffffff; /*#000000;*/
    font-size: 15px;
		font-weight: 500;
		margin-bottom:0px;
		padding-top: 20px;
    padding-bottom: 20px;
}

.rfs-msg label span {
    color:#FF0000;
}


.rfs-button  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:16px;
	font-weight: 400;
	background: #a49c0d; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
}

.rfs-button-disable  {
	float: left; 
	margin-left: 0em;
  margin-top:20px;
	font-size:16px;
	font-weight: 400;
	background: #e3e3ed; /*#3bc492;*/
  border:none;
  border-radius: 30px;
	font-family: "Work Sans", Arial, sans-serif;
  padding: 10px 36px !important;
  opacity: 0.8;
}

.rfs-button:hover {
  background: #00aeda;
  color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.rfs-button:focus{
  outline: none;
  text-decoration: none;
  box-shadow: 0px 14px 33px -9px #00aeda;
}

.rfs-page input:focus, .rfs-page textarea:focus {
  border-color: #00aeda; /*#FF0000; /*#66afe9;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.maint-msg {
	  font-family: "Abel", Abel, Abel;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    height: 380px;
}

.maint-msg .title h1 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
	  top: -20px;
    color: #ffffff;
		margin-bottom: -20px;
		font-family: 'Abel'; /*'Aldrich';*/
		border-bottom: 4px solid #FC5185;
	  display: inline-block;
		padding-bottom: 20px;
}

.maint-msg .title h2 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
	  top: -20px;
    color: #ffffff;
		margin-bottom: -20px;
		font-family: 'Abel'; /*'Aldrich';*/
		/*border-bottom: 4px solid #FC5185;*/
	  display: inline-block;
		padding-bottom: 20px;
}

.maint-msg p {
    color: #ffffff; /*#000000;*/
    font-size: 15px;
		font-weight: 500;
		margin-bottom:0px;
		padding-top: 20px;
    padding-bottom: 20px;
}

.maint-msg label span {
    color:#FF0000;
}



.termcond {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  background-color: rgba(76,74,138,0.9); /*#e3e3ed;*/
  width: 730px;
  float:left;
  clear: left;
}

.termcond h2 {
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}

.termcond p {
  font-size: 14px;
  color:#ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}


/*===========================
  Footer
============================ */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
	background:#ffffff; /*#65AAF0;*/
  height: 250px;
}

footer hr {
   margin-top : 0px;
   display: block;
   border-style: solid;
   border-width: 2px;
   /*border-color: #b8dea2;*/
}

footer p {
  /*color:#fff;*/
  color:#3f3f3f;
	margin-top: -10px;
  font-size: 14px;
}

footer p span {
    color:#3f3f3f;
    font-family: "Arial", Arial, Nimbus Sans L;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
  footer  p {
	font-size:12px;
  }
  footer  p span {
	font-size:13px;
  }
  footer i span {
   font-size: 11px;
  }
  
}

footer i span {
   color:#3f3f3f;
   font-family: "Abel", Abel, Abel;
   font-size: 14px;
}

footer i a span:hover {
  color:#00aeda;
}

footer h4 {
	/*margin-bottom:30px;*/
	color:#00aeda;
  font-family: "Abel", Abel, Abel;
  font-size: 30px;
}


footer a {
	color:#000000;
}


.lnr-chevron-right {
	color: #FC5185;
	font-size: 10px;
}

footer ul {
  list-style: none;
}

footer li a:hover {
  color:#00aeda;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}

.contact-info {
	color:#fff;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sub-footer  {
	font-family: "Arial", Arial, Nimbus Sans L;
	margin-top: -40px;
  background:#272727;
	padding:20px;
}

.sub-footer h4 {
	/*margin-bottom:30px;*/
	color:#ffffff;
  font-family: "Abel", Abel, Abel;
  font-size: 20px;
}

.sub-footer ul {
  list-style: none;
  color:#ffffff;
}

.sub-footer a {
	color:#ffffff;
}

.sub-footer li a:hover {
  color:#00aeda;
}


.sub-footer-rfs  {
	font-family: "Arial", Arial, Nimbus Sans L;
	margin-top: 0px;
  background:#272727;
	padding:20px;
}

ul.social-network li {
	display:inline;
	margin: 0 50px;	
	font-size:25px;	
	margin-left:-10px;
}

ul.social-network li a {
	color:#d0d0d0;	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top:30px;
  margin-left:-60px;
  width: 600px;
}

.copyright a {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

.copyright p {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
  padding-left: 80px;
}





