

.loader-opacity{
	background:url("../images/loader.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;

	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:9999;
	animation: cloud-ani 35s linear infinite;
}
.loader-asap-area{
	width:600px;
	position:absolute;
	left:50%;
	top:50%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background:#fff;	
	transform:translate(-50%, -50%);
}
.nloader-header{
	padding:10px;
	text-align:center;
    background: linear-gradient(96deg, #822e1f, #1c1917);
	color:#fff;
	font-size:1.2em;
	font-weight:600;
}
.loader-asap{
	display:flex;
	align-items:center;
	justify-content:start;
	padding:15px;
}
.ldr-from{
	width:35%;
	padding-right:45px;
	text-align:left;
}
.ldr-to{
	width:35%;
	padding-left:45px;
	text-align:right;
}
.ldr-loader{
	width:30%;
	
}
.ldr-loader img{
	width:100%;
}
.bold-loader{
	font-size:1.0em;
	font-weight:500;
	display:block;
	color:#ff5722;
	text-transform:capitalize;
}
.text-loader{
	font-size:0.8em;
	font-weight:500;
	line-height:15px;
	display:block;
	text-transform:capitalize;
}
.ldr-info{
	display:flex;
	align-items:center;
	justify-content:space-around;
	background:#f5f5f5;
	padding:15px;
	text-align:center;
	text-transform:capitalize;
}
.ldr-reguler{
	font-size: 0.8em;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #000;
}
.ldr-img{
	width:20px;
	margin:auto;
	margin-bottom:5px;
}
.info-ours{
	display:flex;
	align-items:center;
	justify-content:space-around;
	padding: 15px;
}
.ldr-bx{
	width:32%;
	min-height: 100px;
	margin:auto;
	border:1px solid #ff5722;
	border-radius:10px;
	padding:8px;
	text-align:center;
}
@keyframes cloud-ani {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.flying-img{
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.flying-img img{
    width:120px;
}
@media only screen and (max-width: 991px) {
  

}


@media only screen and (max-width: 767px) {
  

}
@media only screen and (max-width: 600px) {
	.loader-asap-area{
		width:100%;
	}
	.ldr-info, .info-ours{
		display:block;
		overflow:hidden;
	}
	.ldr-dep{
		float:left;
		width:50%;
		margin-bottom: 10px;
	}
	.ldr-from {
		padding-right: 25px;
	}
	.ldr-to {
		padding-left: 25px;
	}
	.ldr-bx{
		width:100%;
		margin-bottom: 10px;
	}
}