@charset "utf-8";
*{
	box-sizing:border-box;
}

html{
	overflow-y:scroll;
	overflow-x:hidden;
}
@font-face {
    font-family: Nikosh;
    src: url("../fonts/Nikosh.ttf");
	
}
body { 	
	font-family: Nikosh;
	color: #000000;
	background-color:#f5f5f5;
	font-size: 15px;
	font-weight: 400;
	padding:0;
	margin:0;
	overflow-x:hidden;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
input {
	-moz-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: -moz-text;
	-ms-user-select: text;
	user-select: text;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 ;
	color: #000;
	font-family: Nikosh;
}

p {
	font-family: Nikosh;
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;

}

a {
   color: #fff;
   text-decoration:none;
   transition: all 0.5s;
}
a:focus, a:hover {
    text-decoration:none;
	color:#fff;
	transition: all 0.5s;
}



/************ Top *************/

	.top {
		background:rgb(0, 72, 132);
	}

	.top p{
		color: #fff;
		padding: 0 0 1px 0;
		margin: 4px auto;
		font-size: 16px;
	}

	.top p  i {

	    font-size: 12px;
	    color: #e3e3e3;

	}

	.top a{
		color:#fff;
		transition: all 0.5s;
	}
	.top a:hover{
		color:#5E9EEE;
		text-decoration: none;
		transition: all 0.5s;
	}



	.top_icons ul {
		padding:0;
		margin: 5px 0 0px;
		float: right;
	}
	.top_icons li i {
	    border-radius: 50%;
		color: #fff;
		display: block;
		height: 25px;
		padding: 6px 8px;
		text-align: center;
		width: 25px;
		font-size: 12px; 
	}
	.share_icons li i {
	    background: #023240;
	    color: #fff;
	}
	.top_icons li i.fa-facebook {
	   
		background: #0d4d9f;
	}
	.top_icons li i.fa-twitter {
	    
		background: #00abd8;
	}
	.top_icons li i.fa-feed {
	   
		background: #cc9b0f;
	}
	.top_icons li i.fa-youtube {
	 
		background: #bd3804;
	}
	.top_icons li i.fa-google-plus {
	    padding: 7px;
		background: #bd3804;
	}
	.top_icons li i.fa-linkedin {
	   
		background: #0d4d9f;
	}
	.top_icons li i.fa-print {
	    
	}
	.top_icons li i.fa-link {
	    padding: 7px;
	}
/*************header*************/
	.header {
	    /* background: #003a6a  none repeat scroll 0 0; */
	   
	}
	.site-left-logo,
	.site-right-logo{
		width:100px;
	}
	.site-left-logo img,
	.site-right-logo img{
	    width: 90%;
		height: auto;
		padding: 0;
	}
	.site_name,.site_title,.site_address{
		padding:0px;
		margin:0px;
		line-height:25px;
	}
	.site_name{
		font-size: 38px;
	}
	.site_title{
	    font-size: 20px;
	}
	

/************** menu-area **************/
	
	.menu-area{
	 	background-color:rgb(0, 72, 132);
	}

	.navbar {
	    background-color:rgb(0, 72, 132);
	    border-radius: 0;
	    margin: 0;
	    min-height: 0;	
	}
	.navbar-collapse{
		padding-left:0;
		padding-right:0;
	}
	.navbar-nav li a {
		color:#fff;
		transition: all 0.3s;
	}
	.navbar-nav li a:hover {
		color: #fff;
		text-decoration: none;
		transition: all 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		background: transparent;
		background: #003a6a;
	}
	.navbar-nav li a:active{
		background:#003a6a!important;
		color:#fff;
		
	}
	
	.navbar-nav li a:link a:visited a:active {
		background-color:#003a6a;
	}
	.navbar-nav li a {
	    line-height: 30px;
	    height: 40px;
	    padding-top: 5px;
	}

	.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	    color: #FFF;
	    background-color: #003a6a;
	}

	.navbar-toggle {
		border: 1px solid #fff;
		margin-top: 0px;
	}

	.navbar-toggle .icon-bar{
		background: #fff;
	}

	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	    color: #fff;
	    background-color: #003a6a;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	    color: #003a6a ;
	    background-color: #fff;
	    text-align: center;
	}

	.dropdown-menu {
	    background: #003a6a;
	    padding: 0;
	    text-align: center;
	}
	.dropdown-menu > li > a {
		color:#fff;
	}

	.menu-area img{
		width:auto; 
		height:50px;
		 margin-top: -10px;
	}

	.navbar-brand img {
	    width: 70px;
	    height: auto;
	    position: absolute;
	    top: -28px;

	}
	

/************** breaking_news**************/
	.breaking_news {
	    background: #fff none repeat scroll 0 0;
	    margin: 0 0 10px;
	}

	.breaking_news h4 {
	    background: #000 none repeat scroll 0 0;
	    color: #fff;
	    width: 100%;
		padding: 10px 15px;
		margin: 0;
	}
	.breaking_news marquee a {
	    color: #000;
	    font-size: 16px;
	    padding-right: 50px;
	    position: relative;
	}


	.breaking_news marquee ul li a::before {
	    background: #f20000 none repeat scroll 0 0;
	    border: 1px solid #f20000;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: -18px;
	    position: absolute;
	    top: 5px;
	    width: 10px;
	}

	.breaking_news marquee ul {
	    margin-top: 3px;
	    margin-bottom: 2px;
	}


/*tab*/
	.tab button.active {
	    background-color: #089008;
	    color: #fff;
	}
	
	.tab button {
	    border: none;
	    background-color:#26ad26;
	    cursor: pointer;
	    padding: 5px 0;
	    transition: 0.3s;
	    font-size: 15px;
	    width: 32%;
	    color: #fff;
	}
	.latest_news_con {

	    height: 460px;
	    overflow-y: scroll;

	}
	.tabcontent {
	    display: none;
	    background: #ececec;
	}
	.latest_news_con p {
	   	padding: 0 10px;
		font-size: 15px;
		border-bottom: 2px solid #d0ceb7;
		border-left: 5px solid gray;
		margin: 10px 0;
	}
	.latest_news_con p a{
	   color: #000;
	   transition:0.5s all;
	}
	.latest_news_con p a:hover{
	   color: green;
	   transition:0.5s all;
	}

	.latest_news_con p i {
	    color: red;
	    font-size: 12px;
	    padding-right: 5px;
	}


/*need-info*/

	.need-info{
		background: #e0e0e0;
	}
	.need-info h3 {
	    background: #7AB700;
	    padding: 10px 15px;
	    color: #fff;
	    text-align: center;
	}
	.need-info p i{
		padding-right: 5px;
		color: #333;
	}
	.need-info p a{
		color: #333;
		transition: all 0.5s;
	}
	.need-info p a:hover{
		color: #74c939;
		transition: all 0.5s;
	}

/*school-info*/
	.school-info{
	    padding: 30px 30px;
	    background: #eceaea;
	    border: 5px solid gray;
	}
	.school-info p{
	    border: 2px solid #ddd;
	   	color: red;
		font-size: 16px;
		margin: 0px 0 5px;
		padding: 10px 15px;
		text-align: left;
		transition: all 0.5s ;
		width: 100%;
		border-left: 4px solid red;
		background: #d8d8d8;
	}
	.school-info p:first-child a{
		color: red;
		transition: all 0.5s ;
	}

	.school-info p:nth-child(2) {	
		color: #003a6a;    
	    border-left: 4px solid #003a6a;
	    transition: all 0.5s ;
	}

	.school-info p:nth-child(2) a{
		color: #003a6a;
		transition: all 0.5s ;
	}

	.school-info p:nth-child(3) {
		color: #7ab700;
	    border-left: 4px solid #7ab700;
	    transition: all 0.5s ;
	}
	.school-info p:nth-child(3) a{
		color: #7ab700;
		transition: all 0.5s ;
	}
	

	.school-info p:nth-child(4){
		color: #278AF0;
	    border-left: 4px solid #278AF0;	   
	    transition: all 0.5s ;
	}

	.school-info p:nth-child(4) a{
		color: #278AF0;  
	    transition: all 0.5s ;
	}


	.school-info p:first-child:hover{
		border-left: 4px solid #176812;	 
		transition: all 0.5s;
		background: red;
	}
	
	.school-info p:nth-child(2):hover{
		border-left: 4px solid #176812;	 
		color: #f2f2f2;
		transition: all 0.5s;
		background: #003a6a;
	}
	.school-info p:nth-child(3):hover{
		border-left: 4px solid #176812;	 
		color: #f2f2f2;
		background: #7ab700;
		transition: all 0.5s;
	}
	.school-info p:nth-child(4):hover{
		border-left: 4px solid #176812;	 
		color: #f2f2f2;
		background: #278AF0;
		transition: all 0.5s;
	}
	.school-info p:first-child:hover a ,.school-info p:nth-child(2):hover a, .school-info p:nth-child(3):hover a, .school-info p:nth-child(4):hover a{
		color: #f2f2f2;
		 transition:0.5s all;
	}

/*vistors*/
	.visitors{
	    padding: 0 0;
	    background: #eceaea;
	}
	.visitors h3, .single-news-title h2{	
		padding: 10px 15px ;
		text-align: center;
		border-bottom: 3px solid #11328f;
		background: #25a225;
		color: #fff;
	}

	.visitors p{	
		padding: 10px 15px;
		border-bottom: 3px solid #ddd;
		background: #d8d8d8;
		color: #333;
		border-left: 3px solid red; 
		margin: 5px auto;
	}
	.visitors p span{
		text-align: right;
		float: right;
		color: red;
	}

	.visitors p:nth-child(3) span {
		color: green;
	}


	.visitors p:nth-child(4) span {
		color: #b550ff;
	}
	.visitors p:nth-child(5) span {
		color: #278AF0;
	}
/*slider*/
	.owl-carousel .owl-item img {
	    height: 450px;
	    position: relative;
	}	

	.owl-carousel .owl-nav button.owl-prev{
	    color: #fff!important;   
	    font-size: 60px!important;
	    position: absolute;
	    top: 40%;
	    left: 10px;
	}
	.owl-carousel .owl-nav button.owl-next{
	    color: #fff!important;   
	    font-size: 60px!important;
	    position: absolute;
	    top: 40%;
	    right: 10px;
	}
	.owl-carousel .slider-caption{
		position: absolute;
	    bottom: 20%;
	    left: 5%;
	    width: 70%;
	    background: rgba(0, 0, 0, 0.4);
	}

	.owl-carousel .slider-caption p{
		font-size: 40px;
		color: #fff;
	}
/*about-school*/


	.about-school {
	    background: #e0e0e0;;
	    padding: 20px 15px;
	    margin-bottom: 20px;
	}

	.about-school h3 {
	    font-weight: bold;
	    color: #333;
	    text-align: center;
	}

	.about-school h4 {
	    color: #333;
	    text-align: center;
	}

	.about-school p {
	    color: #333;
	    padding: 20px 15px;
	   	font-size: 16px;
	   	line-height: 1.7; 
	}

	.about-school .table tr {

	    background: #fff;
	    margin: 8px auto;
	    display: block;
	    

	}
	.about-school .table tr td{
		border: none;
	}
	.about-school .table tr td:first-child {
		width: 100px;
		font-weight: bold;
	}
	.about-school .table tr:first-child td:first-child{
		color: red;

	}
	.about-school .table tr:nth-child(2) td:first-child {
		color: green;
	}
	.about-school .table tr:nth-child(3) td:first-child{
		color: #1663a2;
	}
	.about-school .table tr:nth-child(4) td:first-child{
		color: #b550ff;
	}
	.about-school .table tr:nth-child(5) td:first-child {
		color: #278AF0;
	}
	.about-school .table tr:nth-child(6) td:first-child {
		color: #332fec;
	}

	.about-school .table tr:first-child{		
		border-left: 3px solid red;

	}
	.about-school .table tr:nth-child(2) {
		border-left: 3px solid green;
	}
	.about-school .table tr:nth-child(3) td:first-child{
		border-left: 3px solid  #1663a2;
	}
	.about-school .table tr:nth-child(4) td:first-child{
		border-left: 3px solid #b550ff;
	}
	.about-school .table tr:nth-child(5) td:first-child {
		border-left: 3px solid #278AF0;
	}
	.about-school .table tr:nth-child(6) td:first-child {
		border-left: 3px solid #332fec;
	}
/*school-korner*/
	.school-korner-blog{

	}
	.school-korner{
		width: 100%;
		height:192px;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.school-korner img{
		width: 100%;
		height:100%;
		transition: all 0.5s;
	}

	.school-korner .school-korner-img div{
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		font-weight: bold;
		background:#9450c6;
		width: 100%;
		height: 100%;
		text-align: center;
		margin: auto;
		opacity: 0.6;
	}


	

	.korner div:last-child .school-korner .school-korner-img div{
	
		background: #2e2eb3;
		
	}

	.korner div:first-child .school-korner .school-korner-img div{
	
		background: #282863;
		
	}
	.school-korner-title  p {
	    text-align: center;
	    font-size: 35px;
	    font-weight: bold;  
	    position: absolute;
	    top: 33%;
	    width: 100%;

	}
		
	.korner-hover:hover img{
		transform: scale(1.2,1.2);
		transition: all 0.5s;
	}
	.org-head-commment{
		margin-bottom: 10px;
	}

	.org-head-commment h3{
	    background: #278AF0;
	    text-align: center;
	    padding: 10px 15px;
	    color: #fff;
	    font-weight: bold;
	    border-bottom: 5px solid green;
	}
	.org-head-commment .head-commment {
	    background: #e0e0e0;
	    	    
	}
	

	.org-head-commment .head-commment  p{
		color: #333;
		padding: 5px 15px;
	    color: #333;
	    font-size: 16px;
	    line-height: 1.7;
	    display: block;
	    text-align: justify;
	}

	.org-head-commment .head-commment img{
	    width: 250px;
		height: 250px;
		text-align: right;
		float: right;
		margin: 5px 0 15px 15px;
	}


/*category page*/
	.single-banner{
		background: #26ad26;
		height: 150px;
		overflow: hidden;
		color: #fff;
	}
	.single-banner h2 {
	    padding: 50px 15px;
	    color: #fff;
	}
	.category-blog{
		background: #e6e6e6;
		padding: 20px ;
		margin-bottom: 5px;
	}
	.category-page-img {
	    margin-top: 35px;
	    clear: none;
	    margin-left: 0;
	    margin-right: 5%;
	    
	}
	.category-page-img img{
		width: 100%;
		height: 90px; 
	}
	.category-blog .post-scedule {
	    font-size: 12px;
	    font-weight: bold;
	    margin: 15px auto 0;
	}
	.category-blog  .news-art-title {
	    font-size: 20px;
	    margin: 10px auto 0;
		padding: 0;
	    height: 40px;
	    overflow: hidden;
	}
	.category-blog .news-art-desc {
	    height: 80px;
	    overflow: hidden;
	    margin: 0
	}
	.details-info a{
		color: green;
		font-weight: bold;
	}
	.details-info {
		padding-top: 10px;
	}

/***   Page breadcumb   ***/
	.breadcumb_cats {
		background: #fff;
		border-bottom: 3px solid green;
		margin-bottom: 5px;
	}

	.breadcumb_cats p{
		padding:6px 15px 8px 15px;
		font-size:13px;
		color:#333;
		line-height: 21px;
		margin: 0;
	}
	.breadcumb_cats p a{
		color:#333;
	}
	.breadcumb_cats p a i{
		color:gray;
		position:relative;
		top:0.5px;
		line-height:0;
	}
	.breadcumb_cats p a:hover{
		color:#333;
	}
	.breadcumb_pro_name {
		font-weight: 600;
		color: #000;
		font-size: 13.5px;
		float: right;
	}



/*news-single*/
	.single-page {
	    padding: 0 0 50px;
	}
	.single-news-details{
		border: 1px solid #ddd;
		border-top:2px solid blue;
	}

	.single-news-title h3{
	    font-size: 40px;
	    color: #333;
	}
	.single-news .single-news-img img{
	   width: 100%;
	   height: auto	    
	}

	.single-page .date, .single-page  .time {
   		padding: 10px 15px 10px 0;
		color: green;
		display: inline-block;
	}


	.related-news{
	    padding: 20px 0 50px;
	    background: #157115;
	    margin-bottom: 20px;
	}

	.related-news .section-header {
	    position: relative;
	    top: -50px;
	    left: 5px;
	}

	.related-news .section-header h2 {
	    color: #fff;
	    background-color: #157115;
	    display: table;
	    padding: 14px 70px 20px;
	    font-size: 4.2rem;
	}
	.related-news .owl-carousel .owl-item img {

	    width: 100%;
	    height: 150px;
	}

	.related-news-info{
	    background: #26ad26;
	    height: 50px;
	    margin: auto;
	    padding: 0;
	    text-align: left;
	    overflow: hidden;
	    transition: all 0.5s;
	}

	.news-title {
	    background: #000;
	    margin: auto;
	    width: 100%;
	    height: 50px;
	    overflow: hidden;
	    padding: 15px 10px;
	}
	
	
	.view-details {
	    color: #fff;
	    height: 50px;
	    font-size: 25px;
	    font-weight: bold;
	    text-align: center;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    background-color: #26ad26;
	}

	.view-details i {

	    position: relative;
	    top: 18%;
	    left: 1px;

	}
	.related-news-info:hover .news-title {
	    background-color: #26ad26;
	    transition: all 0.5s;
	}

	.related-news-info:hover .view-details{
	    background-color: #000;
	    transition: all 0.5s;
	}

/*contact*/

	.address, .contact-form, .map-section{
		background: rgba(42, 42, 42, 0.9);
		color: #fff;

	}

	.contact .address, .contact .contact-form{
	    color: #fff;
	    margin-bottom: 20px;
	    padding:0;
	    
	}
	.address h3{
		color: #fff;
		padding: 5px 15px;
	}

	.address p i{
		color: #0ab30a;
		padding-right: 10px;
	}


	.address p{
		color: #fff;
	}
	.contact .contact-form .form , .contact .address .contact-details{
	    padding: 50px 0;

	}

	.contact .form-control {
		color: #000;
	}

	.contact .btn {
	    background: transparent;
	    margin: 0;
	    color: #fff;
	    border: 1px solid #fff;
	    transition: all 0.4s;
	}

	.contact .btn:hover {
	    background: green;
	    margin: 0;
	    color: #fff;
	    border: 1px solid green;
	    transition: all 0.4s;
	}



	/*.map-section {
	    background: #fff;
	}*/

	.map {
	    width: 100%;
	    height: 400px;

	}
	.contact .map-section .main-map{
	    padding: 50px 20px;

	}


/*online-admission-form*/
	.online-admission{
		background: #e0e0e0;
		border: 1px solid #e0e0e0;
	}
	.online-admission .single-news-title{
    	margin-bottom: 20px;
	}

	.online-admission .form-horizontal {
		padding: 10px 10px;
	}

	
	.online-admission .form-horizontal .btn:first-child{
	    background: #048a04;
	    color: #fff;
	    transition: all 0.5s;
	}
	.online-admission .form-horizontal .btn:first-child:hover{
	    background: green;
	    transition: all 0.5s;
	}


	.btn-sec{

	    text-align: right;
	    margin-top: 5px;

	}
	.online-admission .form-horizontal .form-check .form-check-label {

	    margin-right: 15px;

	}



/**********   Footer   ***********/
	
	.footer {
		background: #003d71;
		color: #fff;
		border-top: 2px solid rgb(0, 72, 132);
		overflow: hidden;
		padding: 30px 0;
	}

	/*.footOverlayOpacity {
		background:rgba(0,0,0,0.6);
		padding: 20px 0;

	}*/
	

	.footer img {
	    width: 60px;
	    height: auto;
	}
	.footer p {
		color:#fff;
		padding: 5px 0;
	}
	.footer a, .footer h3 {
		color:#fff;
		transition: all 0.5s;
	}
	.footer a:hover{
		text-decoration: none;
		
	}

	.footer iframe{
		float: right;
	}

	
	.copyright {
		background:rgb(0, 72, 132);
		font-family:Nikosh;
		font-size:11px;
	}

	.copyright a, .copyright span{
		color:lightgray;
	}
	.copyright span{
		padding:8px 0 5px 0;
	}
	.copyright a:hover {
		text-decoration:underline;
	}
	



	





/**********   Class Helpers   ***********/


	.white{
		color:#fff;
	}
	.number {
		font-family:sans-serif;
	}
	.border-r{
		border-right: 1px solid lightgrey;
	}
	.border-l{
		border-left: 1px solid lightgrey;
	}
	.border-t{
		border-top: 1px solid lightgrey;
	}
	.border-b{
		border-bottom: 1px solid lightgrey;
	}
	.no-border {
		border:none;
	}
	.no-margin {
		margin:0;
	}
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	.leftT {
		text-align:left;
	}
	.rightT {
		text-align:right;
	}
	.clear {
		clear:left;
		clear:right;
	}
	.no-padding, .no_padding {
		padding:0 !important;
	}
	.no_left_padding{
		padding-left: 0;
	}
	.no_right_padding{
		padding-right: 0;
	}
	.bottom-no-pad {
		padding-bottom:0;
	}
	.top-margin {
		margin-top:20px;
	}
	.top-padding {
		padding-top:10px;
	}
	.bottom-padding {
		padding-bottom:20px ;
	}
	.center {
		text-align:center;
	}

	.top-no-pad {
		padding-top:0;
	}
	.red {
		color:red;
	}
	.green-box{
		border-top: 6px solid #44bc36;
	}

	.red-box{
		border-top: 6px solid #df542a;
	}


	.blue-box{
		border-top: 6px solid #388cf8;
	}
	

	.yellow-box{
		border-top: 6px solid #f8c438;
	}

/***********  Media Query Responsive  ************/
	@media (max-width:1199px)  {
		.owl-carousel .slider-caption p {
	    	font-size: 35px;
		}
		.site-title {
		    left: -40px;
		}
	@media (max-width:991px)  {
		/*TOP*/
		.top p {
		    font-size: 15px;
		}
		/*HEADER*/
		.site-title {
		    left: -25px;
		}
		.site-title h2 {
		    font-size: 40px;
		}
		.site-title h3 {
			font-size: 25px;
		}
		.no_sm_padding{
			padding: 0 !important;
		}
		.owl-carousel .owl-item img {
		    height: 380px;
		}
		.footer iframe {
		    width: 100%;
		}
		.school-korner {
		    height: auto;
		}
		.school-korner-title p {
   			top: 40%;
   		}

   		.latest_news_con p {

    		padding: 10px 10px;
    	}
    	.footer h3 {
		    margin-top: 20px;
		}

		.footer-logo{
			text-align: center;
		}
		.footer img {
    		width: 90px;
    	}
		.footer .top_icons ul {
		    float: left;
		    margin-bottom: 10px;
		    margin-top: 10px;
		}
		.footer .list-inline > li {
		    padding-left: 0;
		}
		.tab button {
		    width: 32.9%;
		}
	}

	@media (max-width:767px)  {
		.category-page-img {
		    margin: auto auto;
		    width: 100%;
		}
		.category-page-img img {
		    height: auto;
		}
		.xs_no_padding{
			padding-right: 0!important;
			padding-left: 0!important;
		}

		.navbar {
		    padding: 30px 0 10px;
		}
		#myNavbar {

		    z-index: 900;
		    position: absolute;
		    top: 100%;
		    width: 80%;
		    background: #123652;
		    padding: 10px 15px;
		    right: 0;
		    height: 500px;
		}

		

		.footer iframe {
		    float: left;
		}
		

	}
	@media (max-width: 700px) {
		.owl-carousel .slider-caption p {
		    font-size: 25px;
		}
	}
	@media (max-width: 600px) {
		.related-news .owl-carousel .owl-item img {
		    height: auto;
		}
		.tab button {
		    width: 32.6%;
		}
		.owl-carousel .owl-item img {
		    height: 280px;
		}
		.owl-carousel .slider-caption p {
		    font-size: 18px;
		}
		.owl-carousel .slider-caption {
		    bottom: 10%;		  
		    width: 90%;
		}
		.navbar{
			background-color:#F9E1AB;
		}
	}
	
		
	@media (max-width: 570px) {
		

	}
	@media (max-width: 510px) {
		.category-blog .news-art-title {
    		height: 50px;
    	}
    	.copyright span {
		    width: 100%;
		}
	}
	@media (max-width: 460px) {
		.school-korner {
            height: 200px;
        }
        .school-korner-title p {

            top: 32%;
        
        }

	}
	@media (max-width: 400px) {
		.tab button {
		    width: 32%;
		}
		.owl-carousel .owl-item img {
		    height: 220px;
		}
		.owl-carousel .owl-nav button.owl-prev {
		    top: 27%;	
		}
		.owl-carousel .owl-nav button.owl-next {
            top: 27%;
		}
		.org-head-commment .head-commment img {
			float: none;
			margin: 15px auto;
		}


	}
	@media (max-width: 375px) {
		
	}
	@media (max-width: 360px) {
		
	}