/**************  Services page  *****************/
.lineh
{
	font-size:20px;
	line-height:2;
}

/*************************************************/
/*Vertical Button*/
.feedback {
  background-color:  #e60000;
 
  padding: 10px 25px;
  border: 1px solid;
  border-color:#ccc;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
}

#mybutton :hover {
  background-color: #8cc111 !important;
  border: #8cc111;
  color: #000 !important;
}


#mybutton :active {
 
  color: #000 !important;
}

#mybutton {
  position: fixed;
  top: 40%;
  right: -85px;
  font-size: 15px;
  z-index: 999;
}




.rotate {
  vertical-align: top;
  width: 190px;
  height: 30px;
  transform: rotate(7deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -moz-transform: rotate(270deg);
  /* Firefox */
  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */
  -o-transform: rotate(270deg);
  /* Opera */
}


/*end Vertical Button code*/



.service
{
	font-size:15px;
	color:DodgerBlue;
}
.service1
{
	 line-height:2;
}


/***********************Carousel****************************/
.carousel {
    margin-bottom: 0;
    /* padding: 0 40px 30px 40px; */
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	bottom: -30px; 
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

/*************************************************************/