.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.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;
}


.carousel-control.left{
    background-image:url(../images/right.png);
    background-repeat: no-repeat;
    top: 44%;
	width:32px; height:56px;
}
	
.carousel-control.right{
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    top: 44%;
    right: 0px;    
	width:32px; height:56px;
}

@media (min-width : 1200px){
	.carousel-control.left{
		background-image:url(../images/left.png);
		background-repeat: no-repeat;
		top: 44%;
		width:32px; 
		height:56px; left:0;
	}
		
	.carousel-control.right{
		background-image: url(../images/right.png);
		background-repeat: no-repeat;
		top: 44%;
		right: 0px;    
		width:32px; 
		height:56px;
	}
}
@media(max-width:320px){
				
		.carousel-control.left{
			background-image:url(../images/right.png);
			background-repeat: no-repeat;
			top: 40%;
			width:32px; height:56px;
		}
			
		.carousel-control.right{
			background-image: url(../images/left.png);
			background-repeat: no-repeat;
			top: 40%;
			right: 0px;    
			width:32px; height:56px;
		}
	}


@media (max-width : 480px){		
		.carousel-inner .item img{
			min-height: 200px;
		}
		
		.carousel-control.left{
			background-image: url("../images/right.png");
			background-repeat: no-repeat;
			top: 44%;
		}
			
		.carousel-control.right{
			background-image: url("../images/left.png");
			background-repeat: no-repeat;
			top: 44%;
			right: 0px;
			margin-right: 0% !important;
			width:41px; height:81px;
		}

 
	}
	
	
/* News Crousal */

.boxtwo a{color:#FFF; text-decoration:none;}
.boxtwo a:hover{color:#CCC; text-decoration:none;}
.newsbox{
	border:solid 0px #CCC; 
	width:100%; 
	margin-top:10px; 
	min-height:260px; 
/*	background:#E62F2A;*/
	background: rgba(34, 40, 126, 0.8) none repeat scroll 0 0;
	float::left; 
	border-radius:9px; 
	}
.newstitle{color: #fff;
    font-size: 21px;
    padding:10px 0 5px 10px;
    font-weight: normal;
    border: 0;
    margin: 0;
}

#myCarousel .carousel-control.left, .carousel-control.right1 {
	background-image:none !important;
}
#myCarousel .carousel-inner .item img {
	/*width:100%;
	height:100%;*/
}
#myCarousel .carousel-indicators {
	bottom:5px; 
	left:0;
	width:auto;
	padding:5px 25px 5px 25px;
	margin-left:0;
	background:rgba(0,0,0,0.7);
}
#myCarousel .carousel-indicators li {
	border-radius:0;
	width:8px;
	height:8px;
	background:#fff;
}
#myCarousel .carousel-indicators .active {
	width:10px;
	height:10px;
	background:#39b3d7;
	border-color:#39b3d7;
}

#myCarousel .carousel-control {
	background:	 rgba(0, 0, 0, 0.5);
	color:#fff;
	padding: 4px 0;
	width:26px;
	top:auto;	
	left:auto;
	bottom:12px;
	opacity:0.85;   
	
	
}
#myCarousel .carousel-control.right {
	right:10px;
	margin-top:20px; height:40px;
	}

#myCarousel .carousel-control.left {
	right: 46px; 
	margin-top: 20px;
    height: 40px;
}
#myCarousel .carousel-caption {
	top:auto;
	width:100%;
	right:auto;
	bottom:20px;
	left:0;
	/*padding:20px;*/
	background:rgba(0,0,0,0.70);
	text-align:left;
  	height:auto;
	max-width:100%;

}
#myCarousel .boxone{width:34%; float:left;}
#myCarousel .boxone img{padding:15px; width:100%;  }

#myCarousel .boxtwo{width:65%; float:left; margin-left:1%;}
#myCarousel .boxtwo p{padding:0px; color:#fff; text-align:justify; font-size:16px; padding-right:10px;}
.latest_update{margin-top:10px;}
.latest_update a{font-size:14px; font-weight:500; text-decoration:none; color:#fff; line-height:15px; padding:5px 0 5px 0px; }
.bdr{border:solid 1px;}


@media (min-width : 320px) and (max-width:480px){
	
#myCarousel .boxone{width:98%; margin-left:1%; float:left;}
#myCarousel .boxtwo{width:94%; float:left; margin-left:3%;}
.newsdox_one{width:100%; margin-top:60px; border:solid 1px #fff ;}

}
/* News Crousal */

	

