@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1236px) {
.navbar .navbar-nav .nav-link {
	    margin-right: 8px !important;
}
  
}
@media only screen and (min-width: 992px) {
  .d-d-none{
  	display:none;
 
  }
  .m-name {
  	display:none
  }
  .m-logo img{
  	display:none;
  }
  .sticky-top{
  	background:#062f7e;
  }
  
}
@media only screen and (max-width: 992px) {
.divice-directers{
	min-height: 195px;
}
.title_image img {
    width: 15% !important;
	padding-top:10px;
}
.footer{
		text-align:center !important;
	}
.d-d-none img{
	width:30%;
	text-align:center;
	padding: 10px;
}
.d-d-none{
	text-align:center;
}
.navbar{
	display:unset;
	/*flex-wrap:unset !important;*/
}
.navbar-brand {
	text-align:center;
}
.navbar h1{
	color:#006600 !important;
}
.navbar h4{
	color:#006600 !important;
}
}
@media only screen and (max-width: 402px) {
	.navbar-toggler{
		width:100%;
		background:#ff9702 !important;
	}
	.navbar-brand{
		width:100%;
	}
	
	
}
@media only screen and (max-width: 502px) {
	.langage{
		width: 25%;
		font-size: 9px;
	}
}
@media only screen and (max-width: 767px) {
	.side-bar{
	margin-top:20px !important;
	}
	.divice-directers{
	        min-height: 0px !important;
	}
	.home-news button, .highlits-news button{
		width:100%;
		margin:20px 0px;
	}
	.highlits-news img{
		padding:20px 0px;
	}
	.footer{
		text-align:center !important;
	}
	.footer .navbar-brand imf{
		text-align:center;
	}
	.side-bar h5{
		text-align:center;
		font-size: 19px !important;
        padding: 10px;
        }
	
	.director_page_image img{
		padding:20px;
	}
	.gallery img{
		padding:10px 0px;
	}
	.gal-box p {
		min-height: 60px !important;
	}
}
.highlits-news img{
		padding:20px 0px;
}
@media (min-width: 991px) and (max-width: 1200px) {
	.gal-box p {
		font-size: 13px !important;
	} 
}
