 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
	font-family: "Montserrat", sans-serif;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1300px;
}
.header-section .container {
	max-width: 100%;
	padding: 0px 39px;
}
.header-section.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0,0,0,.1);
	width: 100%;
	background-color: #fff;
	z-index: 99;
	left: 0;
	top: 0;
	height: 80px;
}
#navbar {
	transition: top 0.8s;
}
li {
	list-style: none;
}
::-webkit-scrollbar {
 width:8px;
}
::-webkit-scrollbar-track {
 background:#fff;
}
::-webkit-scrollbar-thumb:hover {
 background:#f3be19;
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #901B2E, #901B2E);
 background-image:-o-linear-gradient(45deg, #901B2E, #901B2E);
 background-image:linear-gradient(45deg, #901B2E, #901B2E);
}
/*----------------------------------------*/
/*          Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: none;
	padding: 8px 34px;
	font-size: 17px;
	border-radius: 100px;
	border: solid 1px #999999;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #454545;
}
.theme-btn a:hover {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #A50B31, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #8b0828, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #fff;
	animation: pulse 2s infinite;
	border: solid 1px #A50B31;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a i {
	margin-left: 4px;
	font-weight: 400;
	margin-top: 3px;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(165, 11, 49, 0.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(165, 11, 49, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(165, 11, 49, 0);
}
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
@media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: left;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
span.arrow {
	padding-left: 5px;
	color: #000000;
	margin-left: 0px;
	position: absolute;
	top: 13px;
	font-size: 16px;
	font-weight: 500;
	right: 11px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: -57px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #f2bf19;
}
.toggle i {
	font-weight: 300;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: center;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-bottom: 14px;
	padding-top: 14px;
	font-weight: 500;
}
.nav_area > ul > li.menu-item-has-children:first-child {
	margin-left: 0 !important;
}
span.arrow {
	padding-left: 5px;
	color: #fff;
	margin-left: 0px;
	position: absolute;
	top: 28px;
	font-size: 13px;
	font-weight: 500;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	width: 200px;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 0px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
/*三级菜单增加*/
ul.sub-menu li{
 position: relative;
}
ul.sub-menu li ul.sub-menu {
	position: absolute; /**三级菜单增加*/
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #000;
	background: #ffdc0e;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 14px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.header-menu-bg .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	justify-content: center;
}
.custom-btn-prev, .custom-btn-next {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px;
	background-color: hsla(0,0%,100%,.77);
	border-radius: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #171717;
	text-align: center;
	top: 66% !important;
	transform: translateY(-66%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-prev, .custom-btn-next {
	background-image: none !important;
}
.custom-btn-prev:hover, .custom-btn-next:hover {
	color: #fff;
}
.custom-btn-prev::after, .custom-btn-next::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
	border-radius: 50%;
	transform: scale(0.3);
	background-color: #A50B31;
	color: #fff;
}
.custom-btn-prev i, .custom-btn-next i {
	font-weight: 400;
}
.custom-btn-prev:hover::after, .custom-btn-next:hover::after {
	transform: scale(1.1);
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.swiper-overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 77%);
	padding: 7px 20px;
}
.header-menu-section {
	width: 100%;
}
.header-menu-bg {
	margin: 0px 30px;
	background-color: #901B2E;
	border-bottom-left-radius: 120px;
	border-bottom-right-radius: 120px;
}
.header-icon-top {
	text-align: right;
}
.header-icon-top ul {
	display: flex;
	gap: 21px;
	justify-content: flex-end;
}
.header-top-section {
	padding-top: 10px;
	padding-bottom: 10px;
}
.slider-home-wrapper {
	margin-top: -52px;
	position: relative;
	z-index: -1;
}
.swiper-images-div > img {
	width: 100%;
	transform: scale(1.15);
	transition: transform 6s ease;
}
.swiper-slide-active .swiper-images-div img {
	transform: scale(1);
}
.slider-home-wrapper .swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	opacity: 1;
	background: #fff;
	border-radius: 5px;
	transition: width 0.4s ease, background-color 0.4s ease;
}
.slider-home-wrapper .swiper-pagination-bullet-active {
	box-shadow: 0 0 10px rgba(30,118,188,.4);
	width: 35px;
	background: #8e1b2e;
}
.slider-home-wrapper .swiper-pagination {
	bottom: 80px !important;
}
.slider-content-home .swiper-text-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
}
.slider-content-home .swiper-text-title span {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.footer {
	padding-top: 25px;
	border-top: solid 1px #901B2E;
}
.footer-copy-right {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 25px;
	background-color: #A50B31;
}
.copy-right, .besign-by a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.besign-by {
	text-align: right;
}
.footer-row-info1 {
	padding-left: 42px;
	border-left: solid 1px #901B2E;
	margin-left: 27px;
}
.footer-info-row {
	display: flex;
}
.footer-info-row .footer-icon1 {
	color: #A50B31;
	font-size: 20px;
	width: 28px;
	text-align: center;
}
.footer-info-row .footer-icon1 i {
	font-weight: 300;
}
.footer-info-row .footer-text1 {
	color: #000;
	font-size: 16px;
}
.footer-row-info1 .footer-info-last {
	width: 100%;
	display: flex;
	gap: 42px;
	margin-top: 8px;
}
.footer-text-title1 {
	margin-bottom: 4px;
	color: #000;
	font-size: 28px;
	font-weight: 700;
}
.news-events-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.achievements-slider {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}
.achievements-section {
	background: url(../images/bg1.jpg);
	padding-top: 58px;
	padding-bottom: 42px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.achievements-content {
	margin-top: 21px;
}
.achievements-content .achievements-title a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
.achievements-content .achievements-title {
	margin-bottom: 6px;
}
.achievements-content p {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.achievements-image {
	position: relative;
	margin-left: 29px;
	margin-bottom: 39px;
}
.achievements-image:After {
	content: "";
	width: 100%;
	height: 100%;
	background: #EAAEAE;
	position: absolute;
	left: -21px;
	z-index: -1;
	top: 18px;
	border-radius: 11px;
}
.school-news-slider {
	position: relative;
	overflow: hidden;
}
.school-news-card {
	background: #EED1D5;
	border-radius: 33px;
	position: relative;
	overflow: hidden;
	padding: 28px;
}
.school-news-content .school-news-title a {
	color: #000;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}
.school-news-content .school-news-title {
	margin-bottom: 6px;
}
.school-news-content {
	margin-top: 14px;
}
.school-news-content p {
	font-size: 15px;
	line-height: 25px;
	color: #000;
}
.school-news-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-row-title {
	margin-bottom: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-title-wrapper {
	position: relative;
}
.section-title-wrapper .section-title-row {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 7px;
}
.section-title-wrapper .section-title-row span {
	color: #8e1b2e;
}
.section-title-wrapper:After {
	content: "";
	width: 100%;
	height: 1px;
	background: #f6b6c3;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 42px;
	z-index: 0;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	height: 43px;
	line-height: 43px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #cccccc;
	color: #000000;
	font-weight: 500;
}
.nice-select:hover {
	border-color: #8f092a;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #A50B31;
}
.nice-select:after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: '';
	display: block;
	height: 8px;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 37%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	border: solid 1px #A50B31;
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #fff;
	background-color: #A50B31;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
/*---------------------------------------------------------*/
/*                  Admission Page css
/*---------------------------------------------------------*/
.other-top-banner-section {
	margin-top: -52px;
	position: relative;
	z-index: -1;
}
.overlay-text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 40px;
}
.other-top-banner-title {
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.section-title-right-side {
	font-size: 31px;
	border-bottom: solid 1px #f6b6c3;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 21px;
}
.content-wrapper {
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-text-title {
	font-size: 24px;
	margin-bottom: 5px;
	color: #901b2f;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
}
.content-wrapper-text p {
	font-weight: 500;
	line-height: 32px;
}
.content-text-btn {
	margin-top: 18px;
}
.content-text-btn a {
	background: #901B2E;
	padding: 9px 38px;
	text-decoration: none;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
}
.content-wrapper-text {
	margin-bottom: 35px;
}
.content-table-div-wrapper .content-table-div {
	display: flex;
	width: 100%;
	margin-bottom: 4px;
}
.content-table-div-wrapper .content-table-div .content-table-div1 {
	width: 45%;
	background: #E2E2E2;
	padding: 9px;
	font-weight: 600;
	font-size: 17px;
	color: #000;
	padding-left: 21px;
}
.content-table-div-wrapper .content-table-div .content-table-div2 {
	background: #F3E3E4;
	width: 100%;
	padding: 9px;
	font-weight: 600;
	font-size: 17px;
	color: #000;
	padding-left: 21px;
}
.content-title-bg {
	background: #901B2E;
	padding: 7px 20px;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 25px;
	margin-bottom: 16px;
	font-weight: bold;
}
.content-wrapper-text2 ul li {
	margin-bottom: 9px;
	color: #000;
	font-size: 17px;
	font-weight: 500;
}
.content-wrapper-text2 ul {
	padding-left: 23px;
}
.interview-date-btn a {
	border: solid 2px #901B2E;
	padding: 10px 41px;
	display: inline-block;
	border-radius: 100px;
	text-decoration: none;
	font-size: 25px;
	color: #901B2E;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
}
.interview-date-btn {
	margin-top: 23px;
	text-align: center;
}
.admission-info .info-box {
	background: #f4e4e4;
	padding: 18px 26px;
	margin-bottom: 10px;
}
.admission-info .info-title {
	color: #9d1b30;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.admission-info .info-text {
	color: #111;
	font-size: 22px;
	line-height: 1.5;
}
.admission-info .number {
	color: #111;
	font-weight: 400;
}
.admission-info .criteria-row {
	display: flex;
	align-items: flex-start;
	max-width: 500px;
	margin-bottom: 10px;
}
.admission-info .criteria-row:last-child {
	margin-bottom: 0;
}
.admission-info .criteria-name {
	flex: 1;
	color: #111;
	font-size: 22px;
	line-height: 1.4;
}
.admission-info .criteria-value {
	width: 70px;
	text-align: right;
	color: #111;
	font-size: 22px;
}
.content-wrapper-text3 {
	margin-top: 50px;
}
.content-table-div-wrapper {
	margin-top: 29px;
}
/*---------------------------------------------------------*/
/*            Learning and Teaching Page css
/*---------------------------------------------------------*/

.learning-table-wrapper {
	width: 100%;
	overflow-x: auto;
}
.learning-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
}
.learning-table-wrapper .learning-table th {
	background: #54101b;
	color: #fff;
	padding: 10px 15px;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	border: 1px solid rgba(255,255,255,.2);
}
.learning-table-wrapper .learning-table td {
	background: #f4e7e8;
	border: 1px solid #9d757c;
	padding: 13px 20px;
	font-size: 22px;
	color: #000000;
}
.learning-table span {
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}
.learning-table-wrapper .category {
	width: 340px;
	font-weight: 700;
	color: #901b2f !important;
	text-align: left;
	vertical-align: middle;
}
.learning-table-wrapper .subject {
	text-align: left;
	padding-left: 24px !important;
	font-size: 19px !important;
	padding: 5px 20px !important;
}
.learning-table-wrapper .learning-table td:nth-child(3), .learning-table-wrapper .learning-table td:nth-child(4), .learning-table-wrapper .learning-table td:nth-child(5) {
	width: 100px;
	text-align: center;
	font-size: 34px;
	color: #8d1e2c;
	font-weight: 700;
}
/*---------------------------------------------------------*/
/*             National Security Page css
/*---------------------------------------------------------*/
.programme-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border: 2px solid #fff;
}
/* Header */

.programme-header {
	display: flex;
}
.header-left, .header-right {
	background: #961d31;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 18px;
	border-right: 2px solid #fff;
}
.header-left {
	width: 35%;
}
.header-right {
	width: 65%;
	border-right: none;
}
/* Rows */

.programme-row {
	display: flex;
	border-top: 2px solid #fff;
}
/* Left */

.programme-category {
	width: 35%;
	background: #E2E2E2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 17px 25px;
	border-right: 2px solid #fff;
}
.programme-category img {
	margin-bottom: 8px;
}
.programme-category .programme-category-title {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	line-height: 1.4;
}
/* Right */
.programme-content {
	width: 65%;
	background: #F3E3E4;
	padding: 35px 21px;
}
.programme-content ul {
	padding-left: 20px;
}
.programme-content li {
	margin-bottom: 13px;
	line-height: 25px;
	color: #111;
	font-size: 17px;
	position: relative;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.programme-content li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #901b2f;
	display: inline-block;
	border-radius: 100px;
	position: absolute;
	left: -13px;
	top: 9px;
}
.achievements-bg-wrapper .achievements-bg {
	margin-left: 0;
	margin-right: 0px;
	background: #FAF4F4;
	padding: 30px 20px;
	margin-bottom: 11px;
}
.achievements-card-text .achievements-card-title {
	font-size: 24px;
	color: #901b2f;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
}
.programme-row1 {
	margin-top: 0px;
	margin-bottom: 38px;
}
.programme-row1 .content-text-title {
	margin-bottom: 14px;
}
.achievements-row .content-text-title {
	margin-bottom: 15px;
}
/*---------------------------------------------------------*/
/*                 News details Page css
/*---------------------------------------------------------*/
.section-heading-title-row {
	display: flex;
	align-items: center;
	gap: 19px;
	margin-bottom: 20px;
	border-bottom: solid 1px #901b2f;
	padding-bottom: 22px;
}
.news-date-box {
	background: #901b2f;
	width: 92px;
	text-align: center;
	display: flex;
	padding-top: 13px;
	padding-bottom: 12px;
	min-width: 92px;
	border-radius: 100px;
	height: 92px;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.news-date-box strong {
	font-size: 33px;
	color: #fff;
	line-height: 31px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.news-date-box span {
	color: #fff;
	font-size: 15px;
	font-family: "Outfit", sans-serif;
}
.section-heading-text {
	color: #000000;
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 6px;
}
.news-row1 {
	padding: 0px 7%;
	margin-top: 26px;
}
.news-card-img {
	margin-bottom: 38px;
}
/*---------------------------------------------------------*/
/*             Plans And Reports Page css
/*---------------------------------------------------------*/
.select-box-wrapper .select-box-row {
	max-width: 251px;
	margin: 0px auto;
}
.reports-wrapper {
	width: 100%;
	float: left;
	margin-top: 40px;
	padding: 0px 9%;
	margin-bottom: 44px;
}
.reports-wrapper .reports-list-row {
	display: flex;
	align-items: center;
	background: #F6E3E5;
	margin-bottom: 11px;
	padding: 15px 23px;
	border-radius: 28px;
}
.reports-wrapper .reports-list-row .reports-list-div1 {
	width: 80%;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: "Outfit", sans-serif;
}
.reports-list-icon {
	width: 20%;
	text-align: center;
}
.reports-wrapper .reports-list-row:nth-child(2n) {
	background: #FBF5F5;
}
.pagination-wrapper {
	text-align: center;
	margin-top: 32px;
	width: 100%;
}
.pagination-wrapper li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-wrapper li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: solid 1px #c6c6c6;
	border-radius: 100px;
	line-height: 39px;
	text-decoration: none;
	font-size: 18px;
	color: #234479;
}
.pagination-wrapper li a.active, .pagination-wrapper li a:hover {
	background: #901b2f;
	border: solid 1px #901b2f;
	color: #fff;
}
/*---------------------------------------------------------*/
/*                  Calendar Page css
/*---------------------------------------------------------*/
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 23px;
}
.calendar_remark .remark_1:before {
	background-color: #feaf01;
}
.calendar_remark .remark:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
}
.calendar_remark .remark {
	padding-left: 24px;
	position: relative;
	line-height: 13px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.calendar_remark .remark_2:before {
	background-color: #8750c9;
}
.calendar_remark .remark_3:before {
	background-color: #ee9395;
}
.calendar_remark .remark_4:before {
	background-color: #ae2d2a;
}
a.down-btn {
	color: #ffffff;
	padding: 6px 49px;
	display: table;
	margin: 25px auto;
	border-radius: 7px;
	text-decoration: none;
	font-size: 23px;
	font-weight: 500;
	background: #8e1b2e;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #8e1b2e;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #000000;
	font-size: 35px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-family: "Alata", sans-serif;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #8e1b2e;
	height: 31px;
	left: 0;
	top: 10px;
}
.title-text .pl-4 {
	padding-left: 1.5rem !important;
}
a.down-btn i {
	margin-left: 11px;
}
.fc-toolbar h2 {
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
/*---------------------------------------------------------*/
/*             Achievements-details Page css
/*---------------------------------------------------------*/
.row-owl-carousel-wrapper {
	margin: auto;
	padding: 15px 170px 40px;
	position: relative;
}
#sync1 .owl-nav button {
	outline: 0;
	font-size: 26px;
	width: 40px;
	height: 40px;
	color: #901b2f;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	line-height: 0px;
	border: solid 2px #901b2f;
}
#sync1 .owl-nav button.owl-prev {
	left: -50px;
}
#sync1 .owl-nav button:hover {
	background: #901b2f;
	color: #fff;
}
#sync1 .owl-nav button i {
	font-weight: 400;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
#sync1 .owl-nav button.owl-next {
	right: -50px;
}
#sync2 .owl-nav button {
	outline: 0;
	color: #901b2f;
	font-size: 35px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#sync2 .owl-nav button.owl-prev {
	left: -28px;
}
#sync2 .owl-nav button.owl-next {
	right: -28px;
}
.achievements-details-1 .row-owl-carousel-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 74%;
	background: #f9e6e7;
	border-radius: 15px;
	z-index: -1;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 4px #901b2f;
}
/*---------------------------------------------------------*/
/*             Achievements-details Page css
/*---------------------------------------------------------*/

.achievements-card-list .achievements-content .achievements-title a {
	color: #000;
}
.achievements-card-list .achievements-content p {
	color: #000;
}
.achievements-card-list .achievements-card {
	margin-bottom: 41px;
}
.achievements-card-list {
	margin-top: 50px;
}
.news-date {
	width: 127px;
	text-align: center;
	display: flex;
	padding-top: 13px;
	padding-bottom: 12px;
	min-width: 127px;
	height: 72px;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	position: absolute;
	top: 0;
	background: url(../images/date-bg.png);
	background-size: 100% 100%;
	padding-bottom: 20px;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.news-date strong {
	font-size: 33px;
	color: #fff;
	line-height: 31px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.news-date span {
	color: #fff;
	font-size: 18px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
}
.school-news-card-list .school-news-card {
	margin-bottom: 26px;
}
.school-news-card-list {
	margin-top: 50px;
}
.achievements-section-title-r {
	display: flex;
	align-items: center;
	width: 64%;
	justify-content: space-between;
	margin-bottom: 33px;
}
.section-title-wrapper-row1 .section-title-wrapper1 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: grid;
	line-height: 62px;
}
.section-title-wrapper-row1 .section-title-wrapper1 span {
	margin-left: 67px;
}
.achievements-section-title-r .theme-btn a {
	background: #fff;
}
.select-menu-title-mobile-view {
	display: none;
}
.sidemenu li {
	border-bottom: 1px solid #961d31;
	position: relative;
}
.sidemenu li > a {
	font-size: 15px;
	line-height: 22px;
	color: #454545;
	display: flex;
	padding: 16px 10px;
	padding-bottom: 17px;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	padding-right: 41px;
}
i.fa-arrow-right.toggle-submenu {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	right: 4px;
	top: 12px;
	width: 24px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #E5A5AD;
	font-weight: 400;
}
.sidemenu li.active i.fa {
	background: #961d31;
}
.sidemenu li.first-li-div .submenu-side li a {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	padding-left: 9px;
	color: #454545;
}
.sidemenu li.first-li-div .submenu-side li {
	border-bottom: none;
}
.sidemenu li.first-li-div.active > a {
	color: #961d31;
}
.sidemenu li.first-li-div .submenu-side li a:Hover {
	color: #961d31;
}
.submenu-side {
	margin-bottom: 17px;
}
.back-btn {
	text-align: center;
}
.back-btn a {
	background: #901b2f;
	color: #fff;
}
.back-btn a i {
	margin-right: 10px;
}
.other-top-banner-img img {
	width: 100%;
}
.school-news-image img {
	width: 100%;
}
.mobile-view-btn {
	display: none;
}
.nav_area .header-icon-top {
	display: none;
}
.select-box-wrapper {
	position: relative;
	z-index: 1;
}
.school-news-image {
	position: relative;
	overflow: hidden;
}
.school-news-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient( 120deg, transparent, rgba(255,255,255,.6), transparent );
	transform: skewX(-25deg);
	transition: 0s;
	z-index: 2;
}
.school-news-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.35);
	opacity: 0;
	transition: .5s;
}
.school-news-card:hover .school-news-image::before {
	left: 150%;
	transition: .8s;
}
.school-news-card:hover .school-news-imag::after {
	opacity: 1;
}
.school-news-card:hover .school-news-image img {
	transform: scale(1.1);
}
.school-news-image img {
	transition: .6s;
}
.achievements-image img {
	transition: .6s;
}
.achievements-card:hover .achievements-image img {
	transform: scale(1.1);
}
.achievements-inner {
	position: relative;
	overflow: hidden;
}
.graphic-img {
	position: absolute;
	top: -20px;
	right: 0px;
	max-width: 471px;
}
.custom-div {
	display: none;
}






/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.swiper-pagination.custom-div {
	bottom: 0 !important;
}
.school-news-slider .swiper-wrapper {
	padding-bottom: 33px !important;
}
.custom-div .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	opacity: 1;
	background: #EED1D5;
	border-radius: 10px;
	transition: width 0.4s ease, background-color 0.4s ease;
}
.custom-div .swiper-pagination-bullet-active {
	box-shadow: 0 0 10px rgba(30,118,188,.4);
	width: 30px;
	background: #8e1b2e;
}
.achievements-section .swiper-wrapper {
	padding-bottom: 23px;
}
.custom-div {
	display: block;
}
.achievements-section .custom-div .swiper-pagination-bullet-active {
	background: #f2bf19;
}
.custom-btn-prev {
	left: 0px !important;
}
.custom-btn-next {
	right: 0px !important;
}
.achievements-section .achievements-card {
	text-align: center;
	padding: 0px 25px;
}
.school-news-section .school-news-card {
	text-align: center;
	padding: 0px 25px;
}
.slider-home-wrapper {
	margin-top: 0;
}
.school-news-2 .theme-btn {
	display: none;
}
.mobile-view-btn {
	text-align: center;
	margin-top: 34px;
	display: block;
}
.achievements-section .mobile-view-btn a {
	background: #fff;
}
.school-news-section .row.section-row-title {
	margin-bottom: 19px;
}
.achievements-section-title-r {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.footer-row-info1 {
	padding-left: 0;
	border-left: none;
	margin-left: 0;
	margin-top: 13px;
}
.footer-row-info1 .footer-info-last {
	width: 100%;
	display: inline-block;
	margin-top: 12px;
}
.section-title-wrapper-row1 .section-title-wrapper1 span {
	margin-left: 0;
}
.section-title-wrapper-row1 .section-title-wrapper1 {
	font-size: 34px;
	display: inline-block;
	line-height: 53px;
	text-align: center;
	margin-bottom: 21px;
}
.copy-right {
	text-align: center;
	margin-bottom: 5px;
}
.besign-by {
	text-align: center;
}
.school-news-section .section-title-wrapper {
	margin-bottom: 0px;
	text-align: center;
}
.section-title-wrapper .section-title-row {
	font-size: 34px;
	padding-right: 0;
}
.header-icon-top {
	display: none;
}
.swiper-images-div > img {
	height: 268px;
	object-fit: cover;
}
.slider-content-home .swiper-text-title {
	justify-content: center;
	align-items: center;
	gap: 7px;
	text-align: center;
}
.slider-content-home .swiper-text-title span {
	font-size: 13px;
	text-align: left;
}
.slider-icon1 {
	max-width: 28px;
	margin: 0px auto;
}
.header-section .container {
	padding: 0px 15px;
}
.other-top-banner-section {
	margin-top: 0;
}
.select-menu-title-mobile-view {
	display: block;
	background-image: linear-gradient(to right, #553425, #553425);
	padding: 9px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidemenu-wrapper {
	margin-bottom: 23px;
}
.section-title-right-side {
	font-size: 24px;
	border-bottom: solid 1px #f6b6c3;
	padding-bottom: 11px;
	line-height: 33px;
}
.content-text-title {
	font-size: 22px;
	text-align: center;
}
.content-table-div-wrapper .content-table-div .content-table-div1 {
	width: 39%;
	padding: 9px;
	padding-left: 12px;
	min-width: 40%;
}
.content-table-div-wrapper .content-table-div .content-table-div2 {
	font-size: 14px;
	padding-left: 13px;
}
.content-title-bg {
	padding: 9px 16px;
	font-size: 19px;
	margin-bottom: 16px;
	text-align: center;
	font-weight: 400;
}
.interview-date-btn a {
	padding: 10px 10px;
	border-radius: 14px;
	font-size: 19px;
	font-weight: bold;
}
.admission-info .info-box {
	padding: 12px 17px;
}
.admission-info .info-text {
	font-size: 21px;
}
.content-wrapper-text2 ul {
	padding-left: 0px;
}
.content-wrapper-text2 ul li {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 25px;
}
.admission-info .info-title {
	font-size: 20px;
}
.other-top-banner-img img {
	height: 147px;
	object-fit: cover;
}
.other-top-banner-title {
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
.achievements-bg-wrapper .achievements-bg {
	margin-left: 0;
	margin-right: 0px;
	padding: 17px 5px;
	margin-bottom: 14px;
}
.achievements-img1 {
	margin-bottom: 10px;
}
.achievements-card-text .achievements-card-title {
	font-size: 23px;
	margin-bottom: 9px;
}
.programme-header {
	display: none;
}
.programme-category {
	width: 100%;
}
.programme-content {
	width: 100%;
	padding: 21px 12px;
}
.programme-row {
	display: inline-block;
}
.programme-category .programme-category-title {
	font-size: 22px;
	margin-top: 7px;
}
.committee-logo {
	margin-bottom: 19px;
}
.news-row1 {
	padding: 0px 10px;
	margin-top: 3px;
}
.news-row1 .col-md-6 {
	max-width: 50%;
	padding: 0px 5px;
}
.news-row1 .col-md-12 {
	padding: 0px 6px;
}
.news-card-img {
	margin-bottom: 8px;
}
.theme-btn.back-btn {
	margin-top: 24px;
}
.news-date-box strong {
	font-size: 24px;
	line-height: 22px;
	font-weight: 600;
}
.news-date-box {
	width: 70px;
	min-width: 70px;
	height: 70px;
	;
}
.section-heading-text {
	font-size: 18px;
	margin-bottom: 6px;
}
.section-heading-title-row {
	gap: 9px;
}
.reports-wrapper {
	width: 100%;
	padding: 0px 0%;
}
.reports-wrapper .reports-list-row {
	margin-bottom: 11px;
	padding: 12px 18px;
	border-radius: 10px;
}
.reports-list-icon {
	width: 14%;
}
.row-owl-carousel-wrapper {
	padding: 15px 0px 40px;
}
.fc-toolbar h2 {
	font-size: 19px !important;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
a.down-btn {
	padding: 6px 22px;
	margin: 25px auto;
	font-size: 16px;
}
.event-item {
	display: inline-block;
}
.title-text {
	margin-top: 19px;
}
.d-flex.align-items-center {
	width: 100%;
	display: inline-block !important;
	float: left;
	margin-top: 0px;
}
.d-flex.align-items-center img {
	width: 100%;
}
.d-flex.align-items-center .pl-4 {
	padding-left: 0px !important;
	padding-top: 11px !important;
}
.achievements-details-1 .row-owl-carousel-wrapper {
	padding: 0px 40px;
	padding-bottom: 25px;
}
.achievements-image:After {
	content: "";
	width: 100%;
	height: 100%;
	background: #EAAEAE;
	position: absolute;
	left: -7px;
	z-index: -1;
	top: 9px;
	border-radius: 6px;
}
.achievements-image {
	margin-left: 0;
	margin-bottom: 21px;
}
.school-news-card {
	padding: 18px;
}
.section-title-wrapper:After {
	display: none;
}
.header-logo {
	max-width: 240px;
}
.header-menu-bg {
	margin: 0px 12px;
}
.school-news-section {
	padding-top: 40px;
	padding-bottom: 44px;
}
.achievements-section-title-r .theme-btn {
	display: none;
}
.menu-bar .header-icon-top {
	display: block;
	padding: 9px;
}
.menu-bar .header-icon-top ul {
	gap: 17px;
	display: flex;
	align-items: center;
}
.menu-bar .header-icon-top ul img {
	max-width: 100%;
	margin: 0px !important;
	padding: 0;
}
.menu-bar .header-icon-top ul a {
	padding: 0;
}
.menu-bar .header-icon-top ul li {
	border: none !important;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.graphic-img {
	max-width: 48%;
}
.learning-table-wrapper .learning-table td {
	padding: 7px 9px;
	font-size: 16px;
	width: 177px;
}
.learning-table-wrapper .subject {
	padding-left: 24px !important;
	font-size: 13px !important;
	padding: 5px 12px !important;
}
}




/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.achievements-section-title-r {
	width: 100%;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.menu-bar .header-icon-top {
	display: block;
	padding: 9px;
}
.menu-bar .header-icon-top ul {
	gap: 17px;
	display: flex;
	align-items: center;
}
.menu-bar .header-icon-top ul img {
	max-width: 100%;
	margin: 0px !important;
	padding: 0;
}
.menu-bar .header-icon-top ul a {
	padding: 0;
}
.menu-bar .header-icon-top ul li {
	border: none !important;
}
.school-news-section .school-news-2 {
	width: 25%;
}
.school-news-section .school-news-10 {
	width: 75%;
}
.swiper-overlay-content {
	padding: 7px 7px;
}
.slider-content-home .swiper-text-title span {
	font-size: 19px;
}
.graphic-img {
	max-width: 29%;
}
.footer-row-info1 .footer-info-last {
	display: inline-block;
}
.school-news-card {
	padding: 20px;
}
.footer-row-info1 {
	padding-left: 18px;
	margin-left: 0;
}
.header-icon-top {
	display: none;
}
.slider-home-wrapper {
	margin-top: 0;
}
.interview-date-btn a {
	padding: 10px 41px;
	font-size: 19px;
}
.other-top-banner-section {
	margin-top: 0;
}
.header-section .container {
	padding: 0px 15px;
}
.other-top-banner-title {
	font-size: 33px;
}
.programme-category {
	padding: 17px 12px;
}
.programme-category .programme-category-title {
	font-size: 20px;
}
.reports-wrapper {
	padding: 0px 3%;
}
.row-owl-carousel-wrapper {
	padding: 15px 20px 40px;
}
.achievements-details-1 .row-owl-carousel-wrapper {
	padding: 0px 60px;
	padding-bottom: 25px;
	margin-top: 53px;
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav_area > ul > li {
	margin-left: 12px;
}
.nav_area ul li a {
	font-size: 13px;
}
.achievements-section-title-r {
	width: 72%;
}
.graphic-img {
	max-width: 30%;
}
.school-news-section .school-news-10 {
	width: 75%;
}
.school-news-section .school-news-2 {
	width: 25%;
}
.school-news-section .school-news-2 .theme-btn {
	text-align: center;
}
}




/******** Extra large Layout ********/
@media only screen and (min-width: 1400px) and (max-width: 2500px) {
}
