@charset "utf-8";
body, html {
    height:100%;
    margin:0;
    padding:1 px;
	/* background-color: #d0ced2;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23a07cd8' fill-opacity='0.33' fill-rule='evenodd'/%3E%3C/svg%3E"); 
	background-color: #d0ced2;
background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23a07cd8' fill-opacity='0.33' fill-rule='evenodd'/%3E%3C/svg%3E");  */
}
.top-bar {
	background-color:#212121;
	height: 30px;
	margin-top: -10px;
}
.top-bar-header-left {
	padding-left: 20%;
}
.top-bar-header-right {
	padding-left: 40%;
}
.logo {
	width: 20%;
	/* background-color: #684344; */
	float: left;
	height: 100px;
}


.top-bar-header {
	color: #FFFFFF;
	padding-top: 5px;
}

.nav.navbar-nav li.active{
	background:#14D4D7;
	font-size:18px;
	font-weight:bold;
}
.nav.navbar-nav li a{
	color:#33b5e5;
	font-family:Arial;
	font-size:17px;
}
.nav.navbar-nav li a:hover {
    color:#01579b;
	font-weight:bold;
}


.sliderWrapper {
	width: 100%;
  margin-top: 3.5%;
}
.slider {
	margin-left: 5%;
	margin-right: 5%;
	height: 100%;
}
.service {
	height: 100%;
	background-color:#b0bec5;
	padding-top:5%;
	font-family:arial;
}
.service h4 {
	font-size:22px;
	color:#546e7a;
	font-family:Arial;
}
	
.serviceLeft {
	width: 35%;
	margin-left: 5%;
	float: left;
}
.ServiceLeftHeader {
	
	text-align: center;
}

.serviceRight {
	margin-right: 5%;
	float: left;
	width: 55%;
	padding-left: 0px;
}

.ServiceRightContent {
	
	text-align: center;
}

#contact2
{
	font-family:arial;
}
/*Services CSS*/

#services {
  padding: 2px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*Section*/


.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

/*Column */

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}


.wrapper {
	min-height: 100%;
}

.contactLeft {
	width: 35%;
	margin-left: 5%;
	float: left;
	text-align: center;
}
.contactRight {
	margin-right: 5%;
	float: left;
	width: 55%;
	padding-left: 0px;
	text-align: center;
}
.contact {
	padding-bottom: 30px;
	clear: both;
}
.footer {
	background-color: #1A1515;
	width: 100%;
	height: 30px;
	position: relative;
	bottom: 0;
	left: 0;
	clear: both;
	margin-top: 2%;
}
.footerContent {
	color: #FFFCFC;
	
}
.footer-left {
	padding-left: 20%;
}
.footer-left > a {
	text-decoration: none;
	list-style-type: none;
}
.footer-right {
	padding-left: 40%;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #bdbfc1;
  background: #2e2e2e;
  clear: both;
  font-family:arial;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}

/*CSS Hover Effects*/


/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
