.services-grids {
padding:35px 0px 65px 0px;
}
.services-grid h3 {
margin: 0px;
font-size: 18px;
color: #383838;
text-align: center;
font-weight: 700;
font-family: worksans-regular;
line-height: 28px;
}
.services-grid p {
margin: 0;
font-size: 13px;
color: #212121;
line-height:1.8em;
}
.col-md-2.services-grid {
padding-left: 0px;

}
.services-left {
float: left;
}
.services-right {
float: right;
}
.services-data {
float: left;
width: 40%;
background: #46586A;
border-left: 8px solid #2B3945;
padding: 10px 10px;
}
.services-right h3{

margin: 0 0 11px 0;
font-size: 23px;
color: #46586A;
font-weight: 600;
}
.services-data p{
margin:0;
color:#ffffff;
font-size:14px;
}
.services-percentage{
float: right;
width: 60%;
background: #efefef;

}
.services-percentage p{
margin:0;
font-size:14px;
color:#ffffff;
padding: 10px 10px;
}
.percent {
background: #D34346;
}
.services-list {
margin-top: 14px;
}
.services-list:nth-child(1) {
margin: 0;
}
.services-bottom {
padding-bottom: 60px;
}

.voice{
	background:url(../images/training-icons/air-ticket.png) no-repeat;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.checks{
	background:url(../images/training-icons/train-ticket.png) no-repeat;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.settings{
	background:url(../images/training-icons/bus-ticket.png) no-repeat ;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.product{
	background: url(../images/training-icons/cargo.png) no-repeat ;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.analysis{
	background:url(../images/training-icons/hotel.png) no-repeat ;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.release{
	background:url(../images/training-icons/passport.png) no-repeat ;
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto;
}

.new:hover, .fresh:hover, .strong:hover, .great:hover, .voice:hover, .checks:hover, .settings:hover, .product:hover, .analysis:hover, .release:hover{
	transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transition: opacity 0.5s, transform 0.7s ease-out;
	-moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;
	transition: transform 1.8s ease-in-out, box-shadow 1s ease-out, border-color .5s;
	-moz-transition: -moz-transform 1.8s ease-in-out, -moz-box-shadow 1s ease-out, border-color .5s;
	-webkit-transition: -webkit-transform 1.8s ease-in-out, -webkit-box-shadow 1s ease-out, border-color .5s;
}




/* Carousel */

#quote-carousel {
    padding: 0 10px 0px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/*#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}*/
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
small {
    display: block;
    font-size: 20px;
    line-height: 3.429;
    color: #777;
}

#email-address {
    width: 90%;
    padding: 0px 0px 0px 17px;
	margin:20px 0px 0px 0px;
    font-family: "Droid Sans",sans-serif;
    border: 1px solid #EEE;
    outline: medium none;
    color: #777;
    transition: border-color 0.4s ease 0s;
    height: 45px;
    background: #E9E9E9 none repeat scroll 0% 0%;
    border-radius: 10px;
}
.message_send {
    height: 35px;
    width: 97px;
    margin: 24px 0px 0px;
    text-indent: -13px;
    font-size: 20px;
    background-color: #FECC00;
    border-radius: 4px;
    border: medium none;
}