@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
body {
	font-family: arial,"Outfit", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1440px;
}
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;
}
/******** 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: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.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: 29px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -43px;
	z-index: 9999;
	background: #343399;
	width: 38px;
	height: 38px;
	line-height: 39px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 6px;
	width: 22px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c6c6c6;
}
.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;
}
.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;
}
/* mobile third-level submenu indentation */
.nav_area ul li .sub-menu li .sub-menu li a {
    padding-left: 28px;
}
.nav_area ul li .sub-menu li .sub-menu {
    position: relative;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	/* text-align: right; */
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
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.left {
	padding-left: 0px;
}
.nav_area ul li a {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 13px;
	font-weight: 600;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 4px;
	position: absolute;
	top: 5px;
	font-size: 12px;
}
.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: 100%;
}
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;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-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 ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
/* enable correct positioning for nested (third-level) menus */
ul.sub-menu li { position: relative; }
ul.sub-menu li ul.sub-menu { width: auto; min-width: 195px; }
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 20px;
	background: #343399;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 10px 10px;
	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 #cfcfcf;
}
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;
}
.logo a {
	display: inline-block;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.mobile-menu.wrapper-menu {
	padding-top: 4px;
}
.header-top-icon-wrapper {
	display: flex;
	justify-content: right;
}
.header-top-icon {
	margin-right: 4px;
}
.header-top-icon a {
	display: inline-block;
	max-width: 20px;
}
.eclass-icon a {
	display: inline-block;
	max-width: 55px;
}
.header-section {
	padding-top: 8px;
	padding-bottom:6px;
	margin:0 10px;
}
.row.header-row {
	align-items: center;
}
/********** Menu css End **********/

/********** index **********/
.banner-section {
	position: relative;
}
.slider-banner-wrapper img {
	width: 100%;
}
/* .slider-banner-wrapper::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(15,49,96,0) 20%, rgba(37,61,117,0.8) 100%);
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: inline-block;
	height: 44%;
} */
.slider-banner-text-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-text .welcome-title {
	font-size: 80px;
	color: #FFFFFE;
	font-family: "Allison", cursive;
	line-height: 50px;
}
.banner-text .banner-title {
	font-size: 65px;
	color: #ffffff;
	font-family: "Playfair Display", serif;
	font-style: italic;
	line-height: normal;
	margin-top: 27px;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 30px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #343399;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button.active span::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 1px #ffffff;
	left: -1px;
	top: -1px;
	border-radius: 50%;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 5px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 0%;
	top: 55%;
	box-shadow: none !important;
	outline: none !important;
	margin: 0%;
	padding-right: 7px !important;
}
#sliderhome .owl-nav button {
	width: 34px;
	height: 63px;
	display: inline-block;
	color: #343399;
	font-size: 32px;
	padding-left: 8px;
	line-height: 28px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: rgba(255,255,255,0.9);
}
#sliderhome button.owl-prev {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-left: 0px;
	padding-right: 8px;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 55%;
	right: 0%;
	box-shadow: none !important;
	outline: none !important;
	margin: 0px;
	padding-left: 7px !important;
}
#sliderhome button i {
	font-weight: 500;
}
#sliderhome .owl-nav button span:hover {
	background: #ffffff;
}
.school-news-section {
	padding: 35px 0px;
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.section-heading-info {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: solid 2px #b0b1d7;
}
.section-heading {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 35px;
	color: #9e9dcf;
	position: relative;
}
.section-heading img {
	max-width: 27px;
	margin-right: 5px;
	vertical-align: sub;
}
.section-heading:hover {
	color: #343399;
}
.section-heading:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	background: #c71727;
}
.img-wrapp {
	margin-right: 25px;
}
.img-wrapp {
	position: relative;
	overflow: hidden;
}
.img-wrapp img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.img-wrapp:hover img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.news-details-info {
	position: relative;
}
.news-details-title {
	font-size: 20px;
	line-height: 27px;
	color: #000066;
	font-weight: bold;
	margin-right: 35px;
}
.news-details-info p {
	font-size: 17px;
	color: #000000;
	text-align: justify;
	line-height: 23px;
	padding-top: 8px;
	margin-bottom: 8px;
}
.date-text {
	font-size: 16px;
	line-height: normal;
	color: #000066;
	font-weight: 500;
}
.news-details-info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 40px;
	left: -29px;
	top: 0;
	background: #343399;
	z-index: 3;
}
.news-details-info::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 155px;
	left: -27px;
	top: 0;
	background: #babab9;
}
.news-details-info-row {
	margin-top: 75px;
}
.btn-wrapper {
	text-align: center;
	margin-top: 50px;
}
.btn-wrapper a {
	font-size: 17px;
	color: #343399;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	padding: 8px 36px 9px;
	border: solid 1px #9495ca;
	border-radius: 50px;
	line-height: normal;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #c71727 30%, #c71727);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #c71727 30%, #c71727);
}
.btn-wrapper a:hover {
	color: #fff;
	border: solid 1px #c71727;
}
.back-btn a:hover {
	color: #c71727;
}
.add a:hover {
	background: #343399;
}
.imgblock-section {
	padding: 24px 0px;
}
.imgblock-row {
	margin-left: -3px;
	margin-right: -3px;
}
.imgblock-row .col-md-2 {
	padding: 0px 3px;
}
.imgblock img {
	width: 100%;
}
.footer-section {
	padding: 31px 0px;
	background: #eef0f7;
	border-top: solid 4px #343399;
}
.footer-details-row .col-md-2 {
	max-width: 20%;
	flex: 20%;
}
.footer-details-row .col-md-7 {
	max-width: 55%;
	flex: 55%;
}
.footer-details-row .col-md-3 {
	padding-left: 0px;
	max-width: 25%;
	flex: 25%;
}
.footer-logo a {
	display: inline-block;
}
.footer-details-info {
	position: relative;
}
.footer-details-info::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	left: -16px;
	top: 0;
	background: #343399;
}
.footer-details-info ul li {
	display: inline-block;
	padding-bottom: 4px;
	font-size: 15px;
	color: #000000;
	margin-right: 22px;
}
.footer-details-info ul li i {
	color: #343399;
	font-size: 16px;
	margin-right: 5px;
}
.footer-details-info ul li a {
	text-decoration: none;
	color: #000000;
}
.footer-details-info ul li span {
	display: inline-block;
	margin-left: 10px;
}
.footer-details-info ul li span a {
	display: inline-block;
	padding: 4px 20px 1px;
	background: #343399;
	border-radius: 50px;
	color: #ffffff;
	font-size: 13px;
}
.copyright-text {
	font-size: 12px;
	color: #000000;
	padding-top: 32px;
}
/********** index 2 **********/
.banner-wrapper img {
	width: 100%;
}
/* .banner-wrapper::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(15,49,96,0) 20%, rgba(37,61,117,0.9) 100%);
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: inline-block;
	height: 44%;
} */
.banner-text-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 76%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-section {
	padding: 30px 0px;
	background: #eef0f7;
	position: relative;
}
.content-section .container {
	position: relative;
	z-index: 333;
}
.content-section::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.activity-title {
	font-size: 27px;
	font-weight: bold;
	color: #343399;
	padding-bottom: 13px;
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
	border-bottom: solid 1px #aeafd7;
}
.activity-details-info .date-text {
	padding-bottom: 8px;
}
.activity-details-info p {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: justify;
	color: #666666;
}
.activity-imgbox-wrapper-row {
	margin-left: -6px;
	margin-right: -6px;
}
.activity-imgbox-wrapper-row .col-md-3 {
	padding: 0px 6px;
	margin-bottom: 12px;
}
.activity-imgbox-wrapper img {
	width: 100%;
}
.back-btn {
	margin-top: 18px;
}
.back-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #343399;
	font-weight: 600;
}
.back-btn a i.far {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: text-top;
}
/********** index 3 **********/
.activity-details-info {
	position: relative;
}
.heading-text {
	font-size: 24px;
	font-weight: 600;
	color: #343399;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px #aeafd7;
}
.select-box {
	width: 21%;
	position: absolute;
	top: 0;
	right: 0;
}
.form-select {
	display: block;
	width: 100%;
	padding: 7px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
 background-position: right .75rem center;
	background-size: 16px 10px;
	border: 1px solid #b2b2b4;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 500;
	text-align: center;
}
.activity-box-wrapper-row {
	margin-left: -8px;
	margin-right: -8px;
}
.activity-box-wrapper-row .col-md-4 {
	padding: 0px 8px;
	margin-bottom: 16px;
}
.activity-box-wrapper {
	background: #ffffff;
	position: relative;
}
.activity-box-img img {
	width: 100%;
}
.activity-box-text {
	padding: 10px 12px;
}
.activity-box-text .activity-text {
	font-size: 18px;
	color: #343399;
	line-height: 22px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	font-style: italic;
}
.activity-box-text .date-text {
	padding-bottom: 0px;
	padding-top: 7px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.add {
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.add a {
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 24px;
	text-align: center;
	background: #cc0000;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
}
.add a i.fal {
	font-weight: bold;
}
ul.pagination {
	padding-top: 11px;
	text-align: right;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #6d6cb5;
	color: #fff;
	border: solid 1px #6d6cb5;
}
ul.pagination li.page-item a:hover {
	background: #6d6cb5;
	color: #fff;
	border-color: #6d6cb5;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #15457d;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 32px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
	text-align: center;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.6);
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i {
	font-size: 17px;
}
/********** index 4 **********/
.news-details-wrapper .activity-title {
	padding-bottom: 10px;
	position: relative;
}
.news-details-wrapper .activity-title::after {
	content: "";
	position: absolute;
	width: 360px;
	left: 0;
	bottom: -2px;
	height: 4px;
	background: #343399;
}
.news-details-wrapper .date-text {
	padding-bottom: 14px;
}
/* .news-details-wrapper p {
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 18px;
	text-align: justify;
	color: #666666;
	font-size: 18px;
    line-height: 2em;
} */
.album-btn {
	text-align: center;
	margin-top: 50px;
}
.album-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 18px 4px;
	background: #343399;
	border-radius: 3px;
	line-height: normal;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.album-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #c71727 30%, #c71727);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.album-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #c71727 30%, #c71727);
}
.footer-details-info ul li span a:hover {
	background-color: #c71727;
}
.album-btn a i.fal {
	margin-right: 5px;
}
.news-details-img {
	margin-top: 20px;
	padding-bottom: 5px;
}
.news-details-img img {
	width: 100%;
}
/********** index 5 **********/
.select-box.info {
	position: relative;
	text-align: center;
	margin: auto;
	width: 18%;
	margin-bottom: 28px;
	padding-top: 8px;
}
.row-news-details-info {
	align-items: center;
	margin-bottom: 22px;
	padding-bottom: 22px;
	position: relative;
}
.row-news-details-info::after {
	content: "";
	position: absolute;
	width: 97%;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	background: #d3d4e9;
}
.btn-wrapper.wrapp {
	margin-top: 0px;
}
.news-details-info.text::before {
	top: -22px;
}
.news-details-info.text::after {
	top: -22px;
}
.news-details-info.text.wrapp::before {
	top: -8px;
}
.news-details-info.text.wrapp::after {
	top: -8px;
	height: 111px;
}
.news-details-info.text.wrapp {
	margin-left: 44px;
}
.row-news-details-info.rowtwo {
	padding: 6px 0px 35px;
}
.pdf {
	text-align: center;
}
.pdf a {
	display: inline-block;
	max-width: 32px;
}
ul.pagination.wrapper {
	text-align: center;
}
/******* Nice-select CSS  *******/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	color: #000;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 26px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left !important;
	-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%;
}
.nice-select .list {
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	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.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select .list {
	margin-top: 0;
	border-radius: 0;
	transform-origin: center center;
	-moz-transform: scale(0.9) translateY(0px);
	-o-transform: scale(0.9) translateY(0px);
	-ms-transform: scale(0.9) translateY(0px);
	-webkit-transform: scale(0.9) translateY(0px);
	transform: scale(0.9) translateY(0px);
	width: 100%;
	padding: 12px 0;
}
.nice-select.open .list {
	-moz-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
}
.nice-select .list .option {
	line-height: 1.2;
	min-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nice-select::after {
	position: absolute;
	content: "\f107";
	top: 50%;
	right: 0;
	font-family: "Font Awesome 6 Pro";
	color: var(--tp-common-black);
	font-weight: 500;
	font-size: 16px;
	pointer-events: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	margin-top: 0;
	transform-origin: center;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nice-select.open::after {
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.nice-select::after {
	right: 8px;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #343399;
}
.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;
}
.select-option {
	background-image: none;
}
/******* Nice-select CSS End *******/
.nav-tabs.tabs-home {
	display: flex;
	justify-content: center;
	padding-bottom: 9px;
	border-bottom: solid 2px #b1b1d7;
	margin-bottom: 54px;
}
.tabs-home li {
	margin-bottom: 0px !important;
}
.tabs-home li a {
	padding: 0px 0px;
	font-size: 23px;
	color: #9e9dcf;
	text-transform: uppercase;
	font-weight: bold;
	background: none !important;
	border: none !important;
	position: relative;
	margin: 0px 50px;
}
.tabs-home li a img {
	margin-right: 10px;
}
.tabs-home li a.active {
	color: #343399 !important;
}
.tabs-home li a.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	background: #c71727;
}
.tabs-home li a:before {
	content: "";
	width: 2px;
	height: 21px;
	background: #343399;
	display: inline-block;
	position: absolute;
	right: -57px;
	top: 14px;
}
.tabs-home li:last-child a::before {
	display: none;
}
.news-list-row {
	float: left;
	width: 100%;
}


/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .welcome-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .banner-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/

.sidemenu-title {
	font-size: 20px;
	font-weight: bold;
	color: #0e0e0e;
}
ul.sidemenu {
	padding: 10px 0px;
}
.sidemenu li {
	position: relative;
	margin-bottom: 6px;
}
.sidemenu li > a {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	display: flex;
	padding: 8px 11px;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	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;
	border-radius: 5px;
	font-style: italic;
}
i.toggle-submenu {
	color: #000000;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	right: 9px;
	top: 5px;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #81418b;
}
.sidemenu li:hover > a {
	color: #343399;
}
.submenu-side {
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 10px;
}
.submenu-side ul li a {
	line-height: 3px;
	font-size: 14px;
	padding: 8px 0px;
	border: none;
	background: none;
}
.submenu-side ul li a:hover {
	color: #2a64a1;
	background: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #ff9536;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.far {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.left-side-bar-mobile-view {
	display: none;
}
.sidemenu li:hover i.fal.fa-chevron-circle-right {
	color: #ffffff;
}
/****** Gallery Lightbox CSS******/
.img-wrapper {
	position: relative;
	margin-top: 9px;
}
.img-wrapper img {
	width: 100%;
}
#gallery .row {
	margin: 0px;
}
.img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.img-overlay i {
	color: #fff;
	font-size: 39px;
}
#overlay {
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 5%;
}
#exitButton i, #prevButton i, #nextButton i {
	font-weight: 200;
}
 @media screen and (min-width: 768px) {
#overlay img {
	width: 60%;
}
}
@media screen and (min-width: 1200px) {
#overlay img {
	width: 50%;
}
}
#nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}
#nextButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
#nextButton {
	font-size: 3em;
}
}
#prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}
#prevButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
#prevButton {
	font-size: 3em;
}
}
#exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
}
#exitButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
#exitButton {
	font-size: 3em;
}
}
#gallery .image {
	padding: 0px 5px;
}
/****** Gallery Lightbox CSS End ******/

.nav_area > ul li.menu-item-has-children:first-child {
	padding-left: 0px;
}










/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #343399;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
	padding-top: 0px !important;
}
.school-news-section {
	padding: 15px 0px;
}
.left-side-bar-desktop-view {
	display: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.header-row .col-md-3 {
	max-width: 80%;
}
.header-top-icon-wrapper {
	display: none;
}
.banner-text .banner-title {
	font-size: 21px;
	margin-top: 0px;
}
.banner-text .welcome-title {
	font-size: 42px;
}
.tabs-home li a img {
	margin-right: 2px;
	max-width: 23px;
}
.tabs-home li a {
	padding: 8px 6px;
	font-size: 22px;
	margin: 0px 0px;
}
.tabs-home li a:before {
	display: none;
}
.footer-details-row .col-md-2 {
	max-width: 100%;
	flex: auto;
}
.footer-logo {
	margin-bottom: 24px;
	text-align: center;
}
.footer-details-row .col-md-7 {
	max-width: 100%;
	flex: auto;
}
.footer-details-row .col-md-3 {
	padding-left: 15px;
	max-width: 100%;
	flex: auto;
}
.copyright-text {
	font-size: 13px;
	text-align: center;
}
.footer-details-info::after {
	display: none;
}
.imgblock-row .col-md-2 {
	padding: 5px;
	max-width: 50%;
}
.img-wrapp {
	margin-right: 0;
}
.news-details-title {
	margin-right: 0;
}
.news-details-info {
	padding-top: 15px;
	margin-bottom: 24px;
}
.news-details-info-row {
	margin-top: 0;
}
.btn-wrapper {
	margin-top: 19px;
}
.activity-title {
	font-size: 18px;
}
.activity-imgbox-wrapper-row .col-md-3 {
	padding: 0px 6px;
	margin-bottom: 12px;
	max-width: 50%;
}
.select-box {
	width: 100%;
	position: relative;
	top: 0;
	right: auto;
	max-width: 205px;
	margin: 0px auto;
	left: auto;
}
ul.pagination li.page-item {
	margin: 0px 2px;
}
ul.pagination {
	padding-top: 10px;
	text-align: center;
}
.heading-text {
	text-align: center;
}
.select-box.info {
	position: relative;
	text-align: center;
	margin: auto;
	width: 100%;
	margin-bottom: 23px;
	padding-top: 8px;
	display: flex;
}
.news-details-title br {
	display: none;
}
.footer-details-info {
	text-align: center;
}
#gallery .image {
	padding: 0px 5px;
	max-width: 50%;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.tabs-home li a.active::after {
	display: none;
}
#sliderhome .owl-dots {
	bottom: 0;
}
.slider-banner-text-wrapper {
	top: 52%;
}
#sliderhome .owl-nav button {
	width: 26px;
	height: 56px;
}
#sliderhome .owl-nav button.owl-prev, #sliderhome .owl-nav button.owl-next {
	top: 36%;
}
}


/********* Mobile Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-icon-wrapper {
	display: none;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.news-details-title {
	margin-right: 0;
}
.banner-text .banner-title {
	font-size: 54px;
}
.header-row .col-md-3 {
	max-width: 35%;
	flex: auto;
}
.header-row .col-md-9 {
	flex: auto;
	max-width: 100%;
}
.row.header-row {
	padding-top: 11px;
	padding-bottom: 11px;
}
.activity-box-text .activity-text {
	font-size: 16px;
}
.btn-wrapper a {
	font-size: 15px;
	padding: 8px 14px 9px;
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
