/* #Media Queries
================================================== */
	@media screen and (min-width: 993px) and (max-width: 1200px) {	

			.navigation > ul > li > a { padding: 6px; }		
				
				.banner-img {
					display: none;
				}
							
	}
	
	@media only screen and (min-width: 1200px) {
		.banner-cont {
    height: 250px;

}
.innerbanner {
    height: 250px;
	text-align:left;
	padding:0px;

}
	}
	@media only screen and (max-width: 1200px) {
	.banner-content-inner h2{font-size:30px !important;}
	.transparent .navigation > ul > li > a				  { 	  }
				.transparent .navigation > ul > li.downarrowclass > a {  }
	}

	
	@media only screen and (max-width: 992px) {	
	
	.banner-content-inner > p{display:none;}	
		
			#header { position: relative; }
			
				.transparent #logo a { color: #5b5e60; }
				
				.header-shrink.transparent #logo a { color: #fff; }
		
			.responsive-nav-button {
				display: inline-block;
				vertical-align: middle;
			}	

			#header #navigation { 
				position: relative;
				z-index: 999;
				right: 0;
				left: 0;
				top: 100%;
				display: none;
				overflow: hidden;
				margin-bottom: 7px;
				padding-top: 0;
				width: 100%;
				background-color: #fff;
				
				-webkit-border-radius: 3px;
						border-radius: 3px;
			}

				.navigation ul li {
					display: block;
					float: none;
					margin: 2px;
					padding-bottom: 0;
				}

					.navigation ul li > a {
						padding: 10px 15px;
						background-color: #25281D;
						color: #fff;
						cursor: pointer;
						font-weight: 400;
						text-align: center;
					}

					.navigation ul a:hover,
					.navigation ul .current-menu-item > a,
					.navigation ul .current-menu-parent > a,
					.navigation ul .current-menu-ancestor > a,
					.navigation ul .current_page_item > a,
					.navigation ul .current_page_parent > a,
					.navigation ul .current_page_ancestor > a { 
						background-color: #fff;
						 color: #fff;
					}

					.navigation ul a {
						-webkit-border-radius: 3px;
								border-radius: 3px;
					}

					.header-shrink .navigation > ul > li > a:after { color: #fff; }

					.navigation ul a:hover:after,
					.navigation ul .current-menu-item > a:after,
					.navigation ul .current-menu-parent > a:after,
					.navigation ul .current-menu-ancestor > a:after,
					.navigation ul .current_page_item > a:after,
					.navigation ul .current_page_parent > a:after,
					.navigation ul .current_page_ancestor > a:after { color: #fff; }

			/* Dropdown */
			
			.navigation ul ul {
				position: relative;
				display: none;
				padding: 2px 10% 2px 10%;
				width: 100%;
				background-color: #ececec;
				-webkit-border-radius: 3px;
						border-radius: 3px;  
			}

				.navigation ul ul a:hover,
				.navigation ul ul .current-menu-item > a,
				.navigation ul ul .current-menu-parent > a,
				.navigation ul ul .current-menu-ancestor > a,
				.navigation ul ul .current_page_item > a,
				.navigation ul ul .current_page_parent > a,
				.navigation ul ul .current_page_ancestor > a { color: #fff; }

				.navigation ul ul .current-menu-item.rightarrowclass > a:after,
				.navigation ul ul .current-menu-parent.rightarrowclass > a:after,
				.navigation ul ul .current-menu-ancestor.rightarrowclass > a:after,
				.navigation ul ul .current_page_item.rightarrowclass > a:after,
				.navigation ul ul .current_page_parent.rightarrowclass > a:after,
				.navigation ul ul .current_page_ancestor.rightarrowclass > a:after { color: #fff; }
				
				.navigation ul ul .rightarrowclass > a:after { content: '\e8ba'; }				
		
		
			.header-text h1 { font-size: 50px; }
			
			
			
.header-in{padding-top:20px;}
.middle-section {
    padding-top: 0px !important;
}			

	}	

@media only screen and (max-width: 767px) {
	
	#logo{padding-left:0px !important; text-align:center; width:100%; }
	.right-header {text-align:center !important; width:100%; padding-bottom:0px !important;}
			
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{width:100% !important; float:none; margin-bottom:15px;}

.container{padding:0px 20px;}
.banner-img{display:none;}
.banner-content-inner{padding:40px 20px !important; }
.banner-content-inner h2 {
    font-size: 20px !important;
}
.two-section .col-xs-6{margin-bottom:0px;} 
.news-section > li{width:100% !important; padding-right:0px; margin-bottom:20px;}
.news-img > img{width:100%;}	

.new-details{width:100%; padding:20% !important; text-align:center;}

.footer-block li{width:100% !important; border:none !important; margin-bottom:15px; min-height: inherit !important;}

.footer-link, .social-icon{padding:0px !important; }

.bx-wrapper .bx-controls-direction a{display:none;}	

h1 { font-size: 24px !important;    margin-top: 37px; }
	

			
.sidebar {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.sidebar ul {
    padding-top: 4px;
}

.sidebar h2 span {
margin-top: 10px !important;
    background: url("../images/bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.side-block {
    margin-top: 10px !important;
}

.sidebar h2 {
    margin-bottom: 15px;
}



	}
	
	@media only screen and (max-width: 479px) {		
		
		.new-details{ padding:10% !important; }	
		.banner-content-inner{padding:20px 20px !important; }
		.ph-no{font-size:26px !important;}
	}