 

.box_welcome img, box img{ width:100%;}

/*.box_height_1{height:417px!important;}*/
.box_height_2{}
.box_height_3{}

.box_welcome {
	border: 8px solid #fff;
	cursor: pointer;
	height: 310px;
	float: left;
	
	position: relative;
	overflow: hidden;
	width: 100%;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc; padding:0px;
}

.box_nav{
	border: 5px solid #fff;
	cursor: pointer;
	height: 310px;
	float: left;
	
	position: relative;
	overflow: hidden;
	width: 100%;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc; padding:0px;
}

.box_nav img{ width:100%;}
.box img{ width:100%; border-radius:10px;   transition: all 2s;}



.box img:hover{  border-radius:10px;  border:0px solid red;filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    }
	
	.padding_m{border:0px solid green; padding:10px; padding-top:0px; padding-bottom:0px; }



 .box {
	border: 0px solid red; margin:10px!important;
	cursor: pointer;
	
	float: left;
	
	position: relative;
	overflow: hidden;
	width: 100%;
		/*-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc; */padding:0px;    transition: all 2s;
}
.box:hover{ transform: scale(1.07,1.07); }


.img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;  
		
}


/* Caption Common Style */
.caption {
	
	background-color: rgba(13,63,107,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;		
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;	
	transition-duration:1s;    border:0px solid red; border-radius:10px;  
	

	
}

 



.caption_line{ /*border-bottom-style:double; border-bottom-color:#E4E4E4;*/ padding-bottom:10px; padding-top:7px; font-weight:normal;  font-family: 'Dhan_font'; font-size:18px;}
.caption_bg_blue{	background-color: rgba(47, 91, 111, 0.8); }
.caption_bg {
	/*background-color: rgba(27,169,134,0.7);*/
		background-color: rgba(20,69,99,0.9);
	
	}
	
	

/** Caption 1: Simple **/
.simple-caption {
	height:35px;
	width:98%;
	display: block;
	bottom:1px!important;  
   margin:3px!important; text-align:center;	
}

 
/** Simple Caption :hover Behaviour **/
 .box:hover .simple-caption, .box_welcome:hover .simple-caption {
	/*-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transform: translateY(0%);
	height:100%;*/
	bottom:0; left:0;

}

.marg{ margin-top:5px;margin-bottom:5px;}

.span1{ font-size:18px; border-bottom:1px  dotted #fff; padding-top:0px; padding-bottom:5px; }
 