body {
	background: #eefcff;
	font-size: 14px;
	line-height: 21px;
	/*	line-height: 1.8;
	letter-spacing: .4px;*/
	color: #000;
}
a {
	color: #0075BD
}
a, a:hover, a:active, a:visited, a:focus, button, button:hover, button:active, button:visited, button:focus {
	outline: 0px none;
}
hr {
	border: 1px solid #445B82;
	margin: 25px 0px;
}
.page-header {
font-size: 25px;
font-weight: normal;
color: #00498A;
margin: 0px 0px 30px;
text-transform: uppercase;
}
.read_more {
	background: #EEFBFF;
	color: #00498A;
	text-transform: uppercase;
	padding: 5px 8px;
}
#wrap {
	background: url(../images/newbg_header.jpg) top repeat-x, url(../images/bottom-bg.jpg) repeat-x bottom;
}
/* ******************************* header css ******************************* */
header {
}
#header {
	padding: 15px 0
}
/* ------------------ breadcrumb css ----------------- */
.breadcrumb {
	margin-bottom: 20px;
	padding: 0;
	background: 0;
}
.breadcrumb a {
	border-radius: 0;
	display: block;
	float: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0px 16px 0px 12px;
	margin-right: 5px;
	position: relative;
	color: #fff;
	background: #0075BD;
	margin-bottom: 8px;
}
.breadcrumb a:first-child:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 6px solid #0075BD;
	z-index: 1;
}
.breadcrumb a:after {
	position: absolute;
	content: " ";
	right: -6px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid #0075BD;
	z-index: 2;
}
.breadcrumb a:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid #f0f0f0;
	z-index: 1;
}
/* ------------------ slider css ----------------- */
#slider {
	/*border: 1px solid #ddd*/
	position: relative;
}
.carousel-fade .carousel-inner .item {
	background-repeat: no-repeat;
	opacity: 0;
	transition-property: opacity;
	height: 353px;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#slider .container {
	position: relative
}
#slider .container {
	position: relative
}
.carousel-caption {
	background: rgba(134, 12, 0, 0.87);
	max-width: 500px;
	text-align: left;
	top: 300px;
	left: 15px;
	right: inherit;
	bottom: inherit;
	padding: 15px;
}
.carousel-caption > .btn-success {
	background: #007329;
	border: 1px solid #00541E;
	padding: 6px 20px;
	text-transform: uppercase;
	border-radius: 0;
	float: right
}
.carousel-indicators {
	right: 10px;
	left: auto;
	top: 10px;
	bottom: auto;
	text-align: right;
}
.carousel-indicators li, .carousel-indicators .active {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 0;
	border: none;
	text-align: center;
	text-indent: inherit
}
.carousel-indicators li {
	background: #4D4D4D;
	color: #fff;
}
.carousel-indicators .active {
	background: #0075BD;
	color: #fff;
	width: 24px;
	height: 24px;
}
.carousel-control {
	width: 2%;
	top: 40%;
}
.carousel-control.right, .carousel-control.left {
	background: none
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
	right: 8%;
	background: #000;
	padding: 5px;
	font-size: 18px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
	left: 9%;
	background: #000;
	padding: 5px;
	font-size: 18px;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
#article {
	padding: 30px 0
}
.welcome_content {
	padding: 15px;
}
.welcome_content img {
	margin: 0 auto;
}
.media-title {
	padding-left: 10px;
	text-transform: uppercase
}
.latest_update {
	background: #fff;
	padding: 10px;
	margin: 0;
	height: 187px;
}
.latest_update li {
	list-style: none;
	padding: 7px 0;
	border-bottom: 1px solid #222
}
.latest_update li a {
	color: #000;
}
.goto-next {
	background: #000;
	color: #fff;
	font-size: 1.2em;
	margin-top: 5px;
	display: block;
	text-align: center
}
#footer_animation {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #2B78A2;
	border-bottom: 1px solid #2B78A2;
}
.carousel-inner.bottom_carousel .item,
#carousel_left .item, #carousel_right .item {
	height: 129px;
}
.margin-bottom25 {
	margin-bottom: 25px;
}
#footer_animation .col-md-3 {
	padding-left: 30px;
	padding-right: 30px;
}
#carousel_middle .item {
	height: 248px !important;
}
.filminnepal {
	margin-top: 0;
	font-size: 25px;
	font-weight: normal;
	color: #00498A;
}
.filming-nep {
	font-size: 25px;
	font-weight: normal;
	color: #00498A;
}
.awardpage img {
	width: 100%;
	height: 137px;
	margin: 0;
}
#footer {
	color: #ccc;
	padding: 10px 0;
}
#footer .partner, #footer .social_link {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#footer .partner > li, #footer .social_link > li {
	display: inline-block;
	list-style: none
}
#footer span img {
	display: inline-block;
	padding: 0 10px;
}
#footer span img:last-child {
	//border-left: 1px solid #444;
}
/*
gallery page css
*/
.image-box .box, .image-box.box {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	padding: 2px;
}
.hover-effect {
	height: 180px;
	display: block;
	position: relative;
	background: none;
	overflow: hidden
}
.hover-effect:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibidivty: hidden;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
	background: url(../images/hover-effect.png) no-repeat center;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.45)
}
.hover-effect img {
	max-width: 100%;
	display: block;
	position: relative;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-backface-visibidivty: hidden
}
.hover-effect:hover:after {
	visibidivty: visible;
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.hover-effect:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.image-box .box>.details, .image-box.box>.details {
	padding: 12px 15px;
}
.price {
	color: #7db921;
	font-size: 0.8em;
	text-transform: uppercase;
	float: right;
	text-adivgn: right;
	divne-height: 1;
	display: block;
}
.price small {
	display: block;
	color: #838383;
	font-size: 1em;
}
.image-box .box .box-title, .image-box.box .box-title {
	margin-bottom: 10px;
	color: #2d3e52;
}
.box-title small {
	font-size: 10px;
	color: #838383;
	text-transform: uppercase;
	display: block;
	margin-top: 2px;
}
.divsting-style1.hotel .box-title:after, .divsting-style1.cruise .box-title:after {
	display: table;
	content: "";
	clear: both;
}
.hotel .feedback, .cruise .feedback, .feedback {
	margin: 5px 0;
	border-top: 1px sodivd #f5f5f5;
	padding-top: 5px;
	border-bottom: 1px sodivd #f5f5f5;
}
.blood_donatepage {
	background: url(../images/donatepagebg.png) no-repeat center fixed;
}
.donate_blood {
	background: #F2F2F2 none repeat scroll 0% 0%;
	padding: 30px 0px;
	border-width: 2px medium 2px 2px;
	border-style: solid none solid solid;
	border-color: #BABABA;
	border-radius: 5px 0px 0px 5px;
	position: fixed;
	top: 35%;
	right: 0px;
}
#blood_donation_form {
	background: rgba(255, 255, 255, 0.9);
	padding: 8px 15px;
	border: 5px solid rgba(238, 238, 238, 0.77);
	margin-bottom: 15px;
}
#blood_donation_form label{
	color: #00284D;
	font-weight:600
}
.blood_donation_form input, .blood_donation_form .form-control {
	width: 100%;
	border-radius: 0;
}
.apply-btn {
	margin-top: 25px;
	border-radius: 0;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.table {
	background: rgba(255, 255, 255, 0.9);
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 4px 8px;
}
 @media (max-width:1079px) {
	 #slider{
		 margin-top:15px;
	 }
	 .carousel-fade .carousel-inner .item{
		 height:auto
	 }
	  .media-body{
		 width:auto
	 }
 }
 @media (max-width:480px){
	 .media-body{
		 width:auto
	 }
	 .welcome_content img{
		 margin:-15px 10px 0 0
	 }
	 .welcome_content{
		 padding:0
	 }
 }