.ourservices a .biddata{
	color:#616161;
	    height: 280px;
		 -o-transition:color .2s ease-out, background-color .5s ease-in;
		  -ms-transition:color .2s ease-out, background-color .5s ease-in;
		  -moz-transition:color .2s ease-out, background-color .5s ease-in;
		  -webkit-transition:color .2s ease-out, background-color .5s ease-in;
		  transition:color .2s ease-out, background-color .5s ease-in;
}
.ourservices a .biddata:hover{
	color:#fff;
	background-color:#017FB2;
}
.ourservices a .biddata h3{
	font-size: 22px;
}
.ourservices a .biddata span{
	font-weight: normal;
}
.biddata{
	padding: 25px;
}
.icondata{
	font-size: 80px;
	padding-top: 30px;
}
.carouselhhhcaptionright{
	position: absolute;
    left: 60%;
    right: 5%;
    top: 85px;
    color: #fff;
    width: 45%;
    padding: 20px;
    text-align: right;
    line-height: 40px;
}
.carouselhhhcaptionright p{
	 color: #fff;
	 font-size: 32px;
}
.carouselhhhcaptionleft{
	    position: absolute;
    left: 10%;
    right: 5%;
    top: 85px;
    color: #fff;
    width: 45%;
    padding: 20px;
    text-align: left;
    line-height: 40px;
}
.carouselhhhcaptionleft p{
	color: #fff;
	 font-size: 32px;
}
.mybtn:hover{
	border-color: #fdc00f;
}
.contactNo a{
	color:black;
	text-decoration: none;

}