/* Change images and colors */
/* full background */
@media (min-width:1000px)
{
body {
 background:url(../images/back-yellow-desk.png) no-repeat;
 background-size:cover;
	}
}

@media (min-width:200px) and (max-width:999px)
{
body {
 background:url(../images/back-yellow.png);
 background-repeat: repeat;
	}
}


/* List page background */
	 .whole-section{
		 background-color:#b96611;
		 border-radius:10px;
	 }

	 
/* Category List Section */
 .cat-list-sec{
	 background-color:#8d4d0c;
	 margin:10px;
	 border-radius:10px;
	 height:auto
 }
 
 .cat-head{
	 background-color:#f6d2ac;
	 padding:8px 20px;
	 margin-bottom:17px;
	 margin-left:-1px!important;
	 margin-right:-3px!important;
	 color:#7d1a1a;
 }
 
 
 /* Index button */
 
 .btn-jal-kids1{
 background-color:#bfb256!important;
 color:#fff!important;
 }
 .btn-jal-kids1:hover{
  background-color:#931455!important;
 color:#fff!important;
 }
 
 
  /* Mobile Category list page */
		.main-cat-color-mobile{ 
		 margin-bottom:1px;
		 background-color:#e8c98e;
		}
		.main-cat-color-mobile a{ 
		color:#000000;
		}
		
		.jal-news-sub-list{
		margin-bottom:1px;
		background-color:#e8c98e;
		cursor:pointer;
		color:#000000;
		padding-left:15px;
		}
		.sub-sub-cat-list{
		margin-bottom:1px;
		background-color:#0065b5;
		}
		.sub-sub-cat-list a{
		padding-left:15px;
		color:#000000;
		}
		
		.cat-head-list-page{
			padding-top:5px;
			padding-left:25px;
			color:#fff;
		}
		
		.title-news-list-page{
			color:#fff;
			margin-bottom:25px;
			text-shadow: 4px 4px 10px #000;
		}
 
 
 
 /* Jal kids News page */
 
 /* Mobile */
 @media (max-width:650px){
 
  .jal-news-whole-div .jal-inner-text{
			 background-color:#fbf6e3;
			 border:4px solid #934d07;
			 -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.12);
			box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
			 }
}


/* Desktop */
@media (min-width:651px){

 .jal-news-whole-div .jal-inner-text{
			 background-color:#fbf6e3;
			 border:5px solid #934d07;
			 -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.12);
			box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
		 }
}
 
 
 /* Border Color */
  .hr-color{
			 border-bottom:2px solid #8d4d0c;
		 }
			 .hr-color1{
			border-bottom:2px solid #fff;
			 }	
 
 /* Aroow mark */
.carousel-control.left{
background:#c1e5fd !important;
}
.carousel-control.right{
background:#c1e5fd!important;
} 
 
.carousel-indicators{
			 display:none;
		 }
		  #footanimation{
			 animation: none;
			 background:none;
		 }
		 hr{
			 border:none;
		 }
		  
		 
		  .modal-body{
			 padding:0px;
		 }
		  #footanimation{
			 animation: none;
			 background:none;
		 }
		
		 nav#topnaving{
			 border-bottom: 5px solid #025A96;
    background-color: #0fb3ff;
		 }
		 
		 .jal-new-tit{
		 margin-top:0px;
		 }