.center_loadr {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10000000;
}

.round_cwrap {
	background: #f4f4f4 url("../../images/train_load.jpg") no-repeat scroll
		center center;
	border-radius: 100%;
	display: block;
	height: 320px;
	margin: 50px auto auto;
	overflow: hidden;
	position: relative;
	width: 320px;
}

.all_wrds {
	
}

.serchtrin {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	font-size: 20px;
	margin: 10px 0;
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
}

.fromtoo {
	color: #666;
	display: block;
	font-size: 14px;
	overflow: hidden;
}

.fromtoo .fa {
	margin: 0 10px;
}

.trvldate {
	color: #666;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 10px;
}

.train_indian {
	background: rgba(0, 0, 0, 0) url("../../images/train_ind.png") no-repeat
		scroll center center;
	bottom: 127px;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 400ms cubic-bezier(0, 0, 0.59, 1) 0s;
	width: 1500px;
	z-index: 0;
	transition: all 400ms cubic-bezier(0, 0, .59, 1);
	-webkit-animation: cloud_animation 10s linear infinite;
	-moz-animation: cloud_animation 10s linear infinite;
	-o-animation: cloud_animation 10s linear infinite;
	animation: cloud_animation 10s linear infinite;
}

@
-webkit-keyframes cloud_animation { 0% {
	right: 0;
}

100%
{
left
:
-1200px;


}
}
@
-moz-keyframes cloud_animation { 0% {
	right: 0;
}

100%
{
left
:
-1200px;


}
}
@
-o-keyframes cloud_animation { 0% {
	right: 0;
}

100%
{
left
:
-1200px;


}
}
@
keyframes cloud_animation { 0% {
	right: 0;
}
100%
{
left
:
-1200px;


}
}