@charset "utf-8";
/* CSS Document */


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background:#e5322d !important;
	border-radius:30px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
	background:#e5322d !important;
	border-radius:30px;
}
.navbar-default .navbar-nav > li > a{ color: #e5322d !important; }
.navbar-default .navbar-toggle .icon-bar {
	background-color: #00b9e0 ;
}
.head-bottom{ background-color:#00b9e0;}
.color{color:#00b9e0;}
#bor {
	border: 1px solid #00b9e0;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e40040;
  border: none;
}
.btn-success {
	color: #fff;
	background-color: #00b9e0;
	border-color: #00b9e0;
}
.btn-primary {
	color: #fff;
	background-color: #00b9e0;
    border-color: #00b9e0;
}
.button{
   background-color: #00b9e0;
}
.button:hover {
	  background-color: #0688a3;
}
<!--Home Style-->
figure.snip0063 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 10px 1o%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip0063 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0063:hover img,
figure.snip0063.hover img{
  opacity: 0.3;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
figure.snip0063 img  {
  opacity: 1;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
figure.snip0063 figcaption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  background: #000000;
}
figure.snip0063 figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff !important;
  padding: 10px 10px;
  margin: 0;
  font-weight: 400;
  font-size:24px !important;
  text-align: center;
}
figure.snip0063 figcaption h2 span {
  font-weight: 800;
}
figure.snip0063 figcaption:before,
figure.snip0063 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0063 figcaption:before {
  left: 0;
  top: 0;
}
figure.snip0063 figcaption:after {
  bottom: 0;
  right: 0;
}
figure.snip0063.pink {
  background: #801d50;
}
figure.snip0063.pink figcaption {
  background: #ff0084;
}
figure.snip0063.purple {
  background: #93228d;
}
figure.snip0063.purple figcaption {
  background: #dd02d1;
}
figure.snip0063.orange {
  background: #de370d;
}
figure.snip0063.orange figcaption {
  background: #fe5930;
}
figure.snip0063.blue {
  background: #091b27;
}
figure.snip0063.blue figcaption {
  background: #2980b9;
}
figure.snip0063.red {
  background: #2e0e0a;
}
figure.snip0063.red figcaption {
  background: #c0392b;
}
figure.snip0063.yellow {
  background: #4d2909;
}
figure.snip0063.yellow figcaption {
  background: #e67e22;
}
figure.snip0063.green {
  background: #10b254;
}
figure.snip0063.green figcaption {
  background: #27ae60;
}
figure.snip0063.navy {
  background: #000000;
}
figure.snip0063.navy figcaption {
  background: #34495e;
}
figure.snip0063 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip0063:hover img,
figure.snip0063.hover img {
  opacity: 0.3;
}
figure.snip0063:hover figcaption:before,
figure.snip0063.hover figcaption:before,
figure.snip0063:hover figcaption:after,
figure.snip0063.hover figcaption:after {
  width: 100%;
}
<!--Home Style End-->

