
html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  margin: 0;
  tfon
}
.wrapper { 
  min-height: 100%;
  margin-bottom: -90px;
}
.footer,.push { 
  height: 90px;
  margin: 0;
}

header {
  /*background:#0491cc;
  border-bottom: 1px solid #00a0e3;*/
  /*padding: 1%;*/
 /* margin-bottom: 5%;*/
  background: #fff;
  border-bottom: 3px solid #3dd0a3;
  padding-bottom: 1%;
}

header .title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}  

header ul{
  list-style: none;
  margin-top: 10px;
}

header li{
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  color: #3b3a3a;
/*text-shadow: 1px 1px 2px #636363;*/
}
header li:hover{
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  color: #3b3a3a;
text-shadow: 1px 1px 2px #636363;
}
 #logo img{
   margin-top: 10px;
  height: 50px;
 }

/* Menu Block*/
a .menu-item  {
  text-align: center;
  padding: 15%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /*
  height: 300px;
  width: 300px;
  */
  text-decoration: none;
  color:#fff;
}
a .menu-item img {
     width: 128px;
     height: 128px;
}

a:hover {
    color: #000;
     text-decoration: none; 
}

a .menu-item .title {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  font-weight: 700;
}

a .menu-item .sub-title {
  color: #fff;
  font-weight: 500;
  padding: 2%;
}

a .menu-item a {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
}

a .color-1{background-color: #0196df;}
a .color-2{background-color: #d56a6a;background-color:#ff6b4b;}
a .color-3{background-color: #3dd0a3;}
a .color-4{background-color: #3FD2C7;}

/* footer*/
footer{
   background-color: #000;
}

footer .address{ 
  padding: 10px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}


footer .footer-social{
  font-size: 20px;
  margin-top: 2px;
}

footer .copyright {
  color: #fff;
  background-color: #242525;
  padding: 6px ;
  font-size: 12px;
  margin:0;
}

footer .copyright a{
  color: #fff;
}

footer .copyright .powered{
  text-align: right;
}

footer .copyright .powered img {
  height: 20px; 
  padding: 1px 5px;
}


/* About*/
.about{
  background: #0491cc;
  margin: 5em 0 0  0;
  padding: 40px 0;
}
.about h2{
  font-weight: 600;
  color: #fff;

}
.about p{
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.c-body{
  margin-top: 3%;
}
.carousel-caption {
    right: 20%;
    left: 5%;
    padding-bottom: 30px;
    text-align: left;
    font-size: 48px;
}
.carousel-caption > span{
  padding: 10px 40px;
  background-color: #0196df99;
  border-radius: 1px;
}
.fa-phone {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact{
  background: #fff;
  margin: 2px 0 0  0;
  padding: 40px 0;
  color: #504c4c;
}
.contact h2{
  font-weight: 600;
  color: #504c4c;

}
.contact p{
  font-weight: 400;
  color: #504c4c;
  font-size: 14px;
}
a.mail {
  color: #3b3a3a;
text-decoration: none;
}
a.mail:hover {
  color: #3b3a3a;
text-decoration: none;
}
