
@media screen and (max-width:480px)
{
	.topbar > .container
	{
		max-width: 100%;
	}
	.topbar .left-info-bar ul li
	{
		float: none;
		text-align: center;
		font-size: 14px;
	}
	.topbar .right-info-bar ul
	{
		float: none;
	}
	.topbar .right-info-bar ul li
	{
		text-align: center;
		float: none;
		font-size: 14px;
	}
	.carousel-control-next, .carousel-control-prev
	{
		display: none;
	}
	.carousel-indicators
	{
		display: none;
	}
	section.about-us
	{
		margin-top: 25px;
	}
	.container
	{
		max-width: 100%;
	}
	section.about-us .right-side-about
	{
		padding-right: 15px;
	}
	section.about-us .heading h4
	{
		font-size: 24px;
		text-align: center;
	}
	section.about-us .heading h4 span
	{
		display: inline;
	}
	section.about-us .desc p
	{
		text-align: left;
		font-size: 14px;
	}
	section.about-us .read-more
	{
		display: block;
		text-align: center;
		max-width: 40%;
		margin:auto;
		margin-bottom: 10px;
	}
	section.about-us .three-images .image1
	{
		width: 100%;
	}
	section.news-admission {
	    margin-top: 20px;
	    background-color: var(--white);
	    padding: 20px 0 30px;
	}

	.heading3
	{
		text-align: center;
	}
	.heading3 h4
	{
		font-size: 22px;
		text-align: center;
	}
	#mycalendars
	{
		width: 100%;
		margin-right: 0%;
	}
	.icaltable td, .icaltable th
	{
		padding:7px 0px;
	}

	#ical
	{
		margin-bottom: 20px;
	}
	section.news-admission .news-container .news-row .news-detail h4.news-title
	{
		font-size: 16px;
	}
	section.news-admission .news-container .news-row .news-detail p
	{
		font-size: 15px;
	}
	section.news-admission .news-container .news-row .news-detail .dates
	{
		font-size: 13px;
		margin-top: 0;
	}
	section.news-admission .news-container .news-row
	{
		padding:10px 8px;
	}
	section.news-admission .news-container .news-row .news-detail
	{
		padding-left: 0px;
	}
	section.message .message-overlay
	{
		padding:40px 0 40px;
	}
	section.message .heading2 h4
	{
		font-size: 24px;
	}
	#message .testimonial .message-container .content-area {
	    padding: 65px 10px 10px;
	}
	#message .testimonial .message-container .content-area p
	{
		font-size: 14px;
		text-align: left;
	}
	#message .testimonial .message-container
	{
		padding:15px 5px;
	}
	section.latest-events
	{
		padding:30px 0;
	}
	section.latest-events .event-heading
	{
		max-width: 100%;
	}
	.latest-events-carousel #latest-events .testimonial
	{
		margin:0 5px;
	}
	footer
	{
		padding:30px 0 20px;
	}
	.footer .container
	{
		max-width: 90%;
	}
	footer .ftr-box .contact-address .add-row .school-name
	{
		font-size: 15px;
	}
	footer .ftr-box
	{
		margin-bottom: 20px;
	}
	.copyright
	{
		font-size: 14px;
	}

	/*================================*/

	.banner-innerpages
	{
		height: 150px;
	}
	.banner-innerpages .banner-text h5
	{
		font-size: 24px;
	}
	section.admission-information
	{
		margin-top: 25px;
	}
	.side-image
	{
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 15px;
		clear: both;
	}
	.heading02 h4
	{
		margin-bottom: 10px;
		font-size: 25px;
		text-align: center;
	}

	.table-rspv1.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv1.mytables .table tbody tr td
	{
		display: block;
		text-align: center;
		width: 100%;
	}
	.side-image-message
	{
		margin-left: 0;
		float: none;
		max-width: 100%;
	}

	.message-heading.heading02 h4
	{
		font-size: 20px;
	}
	.message-heading.heading02 h4 span
	{
		display: block;
	}

	.table-rspv2.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv2.mytables .table tbody tr td
	{
		display: block;
		position: relative;
		padding-left: 45%;
	}
	.table-rspv2.mytables .table tbody tr td:before
	{
		content: attr(data-title);
		position: absolute;
		left: 0px;
		width: 40%;
		top: 50%;
		transform: translateY(-50%);
	}

	.gallery-box-container .gallery-box
	{
		width: calc(100% - 10px);
		margin:0 5px 20px;
	}

	.mandatary-public-disclosure .mandatary-public-discloure-container .container
	{
		max-width: 100%;
	}
	section.contact .contact-container
	{
		max-width: 90%;
		padding:20px 15px;
	}
	section.contact
	{
		margin-top: 25px;
	}
	.captcha-image
	{
		text-align: center;
		margin-bottom: 15px;
	}

}
@media screen and (min-width:481px) and (max-width:576px)
{

	.topbar .left-info-bar ul
	{
		float: none;
		display: table;
		margin: auto;
	}
	.topbar .right-info-bar ul
	{
		float: none;
	}
	.topbar .right-info-bar ul li
	{
		text-align: center;
		float: none;
		font-size: 14px;
	}
	.carousel-control-next, .carousel-control-prev
	{
		display: none;
	}
	.carousel-indicators
	{
		display: none;
	}
	section.about-us
	{
		margin-top: 25px;
	}
	.container
	{
		max-width: 100%;
	}
	section.about-us .right-side-about
	{
		padding-right: 15px;
	}
	section.about-us .heading h4
	{
		font-size: 24px;
		text-align: center;
	}
	section.about-us .heading h4 span
	{
		display: inline;
	}
	section.about-us .desc p
	{
		text-align: left;
		font-size: 14px;
	}
	section.about-us .read-more
	{
		display: block;
		text-align: center;
		max-width: 40%;
		margin:auto;
		margin-bottom: 10px;
	}
	section.about-us .three-images .image1
	{
		width: 100%;
	}
	section.news-admission {
	    margin-top: 20px;
	    background-color: var(--white);
	    padding: 20px 0 30px;
	}

	.heading3
	{
		text-align: center;
	}
	.heading3 h4
	{
		font-size: 22px;
		text-align: center;
	}
	#mycalendars
	{
		width: 100%;
		margin-right: 0%;
	}
	.icaltable td, .icaltable th
	{
		padding:7px 0px;
	}

	#ical
	{
		margin-bottom: 20px;
	}
	section.news-admission .news-container .news-row .news-detail h4.news-title
	{
		font-size: 16px;
	}
	section.news-admission .news-container .news-row .news-detail p
	{
		font-size: 15px;
	}
	section.news-admission .news-container .news-row .news-detail .dates
	{
		font-size: 13px;
		margin-top: 0;
	}
	section.news-admission .news-container .news-row
	{
		padding:10px 8px;
	}
	section.news-admission .news-container .news-row .news-detail
	{
		padding-left: 0px;
	}
	section.message .message-overlay
	{
		padding:40px 0 40px;
	}
	section.message .heading2 h4
	{
		font-size: 24px;
	}
	#message .testimonial .message-container .content-area {
	    padding: 65px 10px 10px;
	}
	#message .testimonial .message-container .content-area p
	{
		font-size: 14px;
		text-align: left;
	}
	#message .testimonial .message-container
	{
		padding:15px 5px;
	}
	section.latest-events
	{
		padding:30px 0;
	}
	section.latest-events .event-heading
	{
		max-width: 100%;
	}
	.latest-events-carousel #latest-events .testimonial
	{
		margin:0 5px;
	}
	footer
	{
		padding:30px 0 20px;
	}
	.footer .container
	{
		max-width: 90%;
	}
	footer .ftr-box .contact-address .add-row .school-name
	{
		font-size: 15px;
	}
	footer .ftr-box
	{
		margin-bottom: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding:8px 20px;
	}
	.width-481-576-half
	{
		width: 50%;
	}


	/*================================*/

	.banner-innerpages
	{
		height: 150px;
	}
	.banner-innerpages .banner-text h5
	{
		font-size: 24px;
	}
	section.admission-information
	{
		margin-top: 25px;
	}
	.side-image
	{
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 15px;
		clear: both;
	}
	.heading02 h4
	{
		margin-bottom: 10px;
		font-size: 25px;
		text-align: center;
	}

	.table-rspv1.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv1.mytables .table tbody tr td
	{
		display: block;
		text-align: center;
		width: 100%;
	}
	.side-image-message
	{
		margin-left: 0;
		float: none;
		max-width: 100%;
	}

	.message-heading.heading02 h4
	{
		font-size: 20px;
	}
	.message-heading.heading02 h4 span
	{
		display: block;
	}

	.table-rspv2.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv2.mytables .table tbody tr td
	{
		display: block;
		position: relative;
		padding-left: 45%;
	}
	.table-rspv2.mytables .table tbody tr td:before
	{
		content: attr(data-title);
		position: absolute;
		left: 0px;
		width: 40%;
		top: 50%;
		transform: translateY(-50%);
	}

	.gallery-box-container .gallery-box
	{
		width: calc(100% - 10px);
		margin:0 5px 20px;
	}

	.mandatary-public-disclosure .mandatary-public-discloure-container .container
	{
		max-width: 100%;
	}
	section.contact .contact-container
	{
		max-width: 90%;
		padding:20px 15px;
	}
	section.contact
	{
		margin-top: 25px;
	}
	.captcha-image
	{
		text-align: center;
		margin-bottom: 15px;
	}
}

@media screen and (min-width:577px) and (max-width:767px)
{
   .topbar .left-info-bar ul
	{
		float: none;
		display: table;
		margin: auto;
	}
	.topbar .right-info-bar ul
	{
		float: none;
	}
	.topbar .right-info-bar ul li
	{
		text-align: center;
		float: none;
		font-size: 14px;
	}
	.carousel-control-next, .carousel-control-prev
	{
		display: none;
	}
	.carousel-indicators
	{
		display: none;
	}
	section.about-us
	{
		margin-top: 25px;
	}
	.container
	{
		max-width: 100%;
	}
	section.about-us .right-side-about
	{
		padding-right: 15px;
	}
	section.about-us .heading h4
	{
		font-size: 24px;
		text-align: center;
	}
	section.about-us .heading h4 span
	{
		display: inline;
	}
	section.about-us .desc p
	{
		text-align: left;
		font-size: 14px;
	}
	section.about-us .read-more
	{
		display: block;
		text-align: center;
		max-width: 40%;
		margin:auto;
		margin-bottom: 10px;
	}
	section.about-us .three-images .image1
	{
		width: 100%;
	}
	section.news-admission {
	    margin-top: 20px;
	    background-color: var(--white);
	    padding: 20px 0 30px;
	}

	.heading3
	{
		text-align: center;
	}
	.heading3 h4
	{
		font-size: 22px;
		text-align: center;
	}
	#mycalendars
	{
		width: 100%;
		margin-right: 0%;
	}
	.icaltable td, .icaltable th
	{
		padding:7px 0px;
	}

	#ical
	{
		margin-bottom: 20px;
	}
	section.news-admission .news-container .news-row .news-detail h4.news-title
	{
		font-size: 16px;
	}
	section.news-admission .news-container .news-row .news-detail p
	{
		font-size: 15px;
	}
	section.news-admission .news-container .news-row .news-detail .dates
	{
		font-size: 13px;
		margin-top: 0;
	}
	section.news-admission .news-container .news-row
	{
		padding:10px 8px;
	}
	section.news-admission .news-container .news-row .news-detail
	{
		padding-left: 0px;
	}
	section.message .message-overlay
	{
		padding:40px 0 40px;
	}
	section.message .heading2 h4
	{
		font-size: 24px;
	}
	#message .testimonial .message-container .content-area {
	    padding: 65px 10px 10px;
	}
	#message .testimonial .message-container .content-area p
	{
		font-size: 14px;
		text-align: left;
	}
	#message .testimonial .message-container
	{
		padding:15px 5px;
	}
	section.latest-events
	{
		padding:30px 0;
	}
	section.latest-events .event-heading
	{
		max-width: 100%;
	}
	.latest-events-carousel #latest-events .testimonial
	{
		margin:0 5px;
	}
	footer
	{
		padding:30px 0 20px;
	}
	.footer .container
	{
		max-width: 90%;
	}
	footer .ftr-box .contact-address .add-row .school-name
	{
		font-size: 15px;
	}
	footer .ftr-box
	{
		margin-bottom: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding:8px 20px;
	}
	.width-481-576-half
	{
		width: 50%;
	}


	/*================================*/

	.banner-innerpages
	{
		height: 150px;
	}
	.banner-innerpages .banner-text h5
	{
		font-size: 24px;
	}
	section.admission-information
	{
		margin-top: 25px;
	}
	.side-image
	{
		margin-left: 10%;
		max-width: 80%;
		margin-bottom: 20px;
		clear: both;
		float: none;

	}
	.heading02 h4
	{
		margin-bottom: 10px;
		font-size: 25px;
		text-align: center;
	}

	.table-rspv1.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv1.mytables .table tbody tr td
	{
		display: block;
		text-align: center;
		width: 100%;
	}
	.side-image-message
	{
		margin-left: 15%;
		float: none;
		max-width: 70%;
	}

	.message-heading.heading02 h4
	{
		font-size: 20px;
	}
	.message-heading.heading02 h4 span
	{
		display: block;
	}

	.table-rspv2.mytables .table thead tr th
	{
		display: none;
	}
	.table-rspv2.mytables .table tbody tr td
	{
		display: block;
		position: relative;
		padding-left: 45%;
	}
	.table-rspv2.mytables .table tbody tr td:before
	{
		content: attr(data-title);
		position: absolute;
		left: 0px;
		width: 40%;
		top: 50%;
		transform: translateY(-50%);
	}

	.gallery-box-container .gallery-box
	{
		width: calc(50% - 20px);
		margin:0 10px 20px;
	}

	.mandatary-public-disclosure .mandatary-public-discloure-container .container
	{
		max-width: 100%;
	}
	section.contact .contact-container
	{
		max-width: 90%;
		padding:20px 15px;
	}
	section.contact
	{
		margin-top: 25px;
	}
	.captcha-image
	{
		text-align: center;
		margin-bottom: 15px;
	}

	.logo-area .logo
	{
		width: 60% !important
	}

	.sidebar-area
	{
		max-width: 85%;
		margin:auto;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:768px) and (max-width:992px)
{
	.carousel-control-next, .carousel-control-prev
	{
		display: none;
	}
	.carousel-indicators
	{
		display: none;
	}
	section.about-us
	{
		margin-top: 25px;
	}
	.container
	{
		max-width: 100%;
	}
	section.about-us .right-side-about
	{
		padding-right: 15px;
	}
	section.about-us .heading h4
	{
		font-size: 24px;
		text-align: center;
	}
	section.about-us .heading h4 span
	{
		display: inline;
	}
	section.about-us .desc p
	{
		text-align: left;
		font-size: 14px;
	}
	section.about-us .read-more
	{
		display: block;
		text-align: center;
		max-width: 40%;
		margin:auto;
		margin-bottom: 10px;
	}
	section.about-us .three-images .image1
	{
		width: 100%;
	}
	section.news-admission {
	    margin-top: 20px;
	    background-color: var(--white);
	    padding: 20px 0 30px;
	}

	.heading3
	{
		text-align: center;
	}
	.heading3 h4
	{
		font-size: 22px;
		text-align: center;
	}
	#mycalendars
	{
		width: 100%;
		margin-right: 0%;
	}
	.icaltable td, .icaltable th
	{
		padding:7px 0px;
	}

	#ical
	{
		margin-bottom: 20px;
	}
	section.news-admission .news-container .news-row .news-detail h4.news-title
	{
		font-size: 16px;
	}
	section.news-admission .news-container .news-row .news-detail p
	{
		font-size: 15px;
	}
	section.news-admission .news-container .news-row .news-detail .dates
	{
		font-size: 13px;
		margin-top: 0;
	}
	section.news-admission .news-container .news-row
	{
		padding:10px 8px;
	}
	section.news-admission .news-container .news-row .news-detail
	{
		padding-left: 0px;
	}
	section.message .message-overlay
	{
		padding:40px 0 40px;
	}
	section.message .heading2 h4
	{
		font-size: 24px;
	}
	#message .testimonial .message-container .content-area {
	    padding: 65px 10px 10px;
	}
	#message .testimonial .message-container .content-area p
	{
		font-size: 14px;
		text-align: left;
	}
	#message .testimonial .message-container
	{
		padding:15px 5px;
	}
	section.latest-events
	{
		padding:30px 0;
	}
	section.latest-events .event-heading
	{
		max-width: 100%;
	}
	.latest-events-carousel #latest-events .testimonial
	{
		margin:0 5px;
	}
	footer
	{
		padding:30px 0 20px;
	}
	.footer .container
	{
		max-width: 90%;
	}
	footer .ftr-box .contact-address .add-row .school-name
	{
		font-size: 15px;
	}
	footer .ftr-box
	{
		margin-bottom: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding:8px 20px;
	}
	.width-481-576-half
	{
		width: 50%;
	}


	/*================================*/

	.banner-innerpages
	{
		height: 150px;
	}
	.banner-innerpages .banner-text h5
	{
		font-size: 24px;
	}
	section.admission-information
	{
		margin-top: 25px;
	}
	.side-image
	{
		margin-left: 10%;
		max-width: 80%;
		margin-bottom: 20px;
		clear: both;
		float: none;

	}
	.heading02 h4
	{
		margin-bottom: 10px;
		font-size: 25px;
		text-align: center;
	}

	
	.side-image-message
	{
	    margin-left: 20px;
	    max-width: 300px;
	}

	.message-heading.heading02 h4
	{
		font-size: 20px;
	}
	.message-heading.heading02 h4 span
	{
		display: block;
	}



	.gallery-box-container .gallery-box
	{
		width: calc(50% - 20px);
		margin:0 10px 20px;
	}

	.mandatary-public-disclosure .mandatary-public-discloure-container .container
	{
		max-width: 100%;
	}
	section.contact .contact-container
	{
		max-width: 90%;
		padding:20px 15px;
	}
	section.contact
	{
		margin-top: 25px;
	}

	.logo-area .logo
	{
		width: 50% !important
	}

	.sidebar-area
	{
		max-width: 70%;
		margin:auto;
		margin-bottom: 20px;
	}

	section.about-us .three-images
	{
		margin-top: 15px;
		max-width: 80%;
		margin-left: 10%;
	}
}

@media screen and (min-width:993px) and (max-width:1140px)
{
  
}

/*
***********************************
Simillar
***********************************
*/

@media screen and (max-width: 992px)
{
	
	
}

/*
***********************************
Navigation
***********************************
*/

@media screen and (max-width:768px)
{
	.navigations > .container
	{
		max-width: 100%;
	}
	.logo-area
	{
		position: relative;
	}
	.logo-area .logo
	{
		width: 80%;
	}
	.logo-area .toggle-btns
	{
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 33px;
		height: 33px;
		text-align: center;
		background-color: var(--color1);
		line-height: 32px;
		cursor: pointer;
		z-index: 150;
	}
	.logo-area .toggle-btns img
	{
		width: 78%;
	}
	.mynavigation .main-ul
	{
		float: none;
		text-align: left;
		background-color: #f1f1f1;
		padding:7px;
		display: none;
	}
	.mynavigation .main-ul .list-items
	{
		display: block;
	}
	.mynavigation .main-ul .list-items .anchor-links
	{
		font-size: 14px;
		text-align: center;
		padding:3px 10px;
		border-bottom: 1px solid #ccc;
	}

	.mynavigation .main-ul .list-items.has-dropdown .sub-menu
	{
		position: static;
	}
	.mynavigation .main-ul .list-items.has-dropdown .sub-menu
	{
		display: none;
	}
	.mynavigation .main-ul .list-items.has-dropdown .sub-menu li a
	{
		font-size: 13px;
		text-align: center;
	}
}	

