@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'NotoSans-Regular';
	src: url('../fonts/NotoSans-Regular.eot');
	src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Regular.woff2') format('woff2'), url('../fonts/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans-Regular.ttf') format('truetype'), url('../fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AlexBrush-Regular';
	src: url('../fonts/AlexBrush-Regular.eot');
	src: url('../fonts/AlexBrush-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AlexBrush-Regular.woff2') format('woff2'), url('../fonts/AlexBrush-Regular.woff') format('woff'), url('../fonts/AlexBrush-Regular.ttf') format('truetype'), url('../fonts/AlexBrush-Regular.svg#AlexBrush-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'NotoSans-Regular';
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
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 *********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.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: 260px;
	left: 0;
	text-align: left;
	background: #0060b0;
	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: 25px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: -50px;
	top: -63px;
	z-index: 9999;
	background: #004492;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 46px !important;
	font-size: 14px;
	color: #fff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	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 #fff;
}
.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;
}
}
@media (min-width: 992px) {
.logo a {
	max-width: 100% !important;
}
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 33px;
}
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: #000033;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 30px;
	font-weight: bold;
	font-family: "Raleway", sans-serif;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 6px;
	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: 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: #2163a1;
	background-color: rgba(255,255,255,0.8);
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.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;
	-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%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
	background: #f5d25c;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000000;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 17px;
	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 #c7c6c6;
}
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;
}
.header-section {
	padding-top: 10px;
	position: relative;
	z-index: 333;
	top: 0px;
	width: 100%;
	float: left;
}
.row.header-row {
	align-items: baseline;
	margin-bottom: 0px;
}
.logo a {
	display: inline-block;
	max-width: 80%;
}
.header-section .container {
	/* max-width: 1300px; */
	max-width: 90vw;
}
.nav_area ul li a i.fal {
	font-size: 19px;
}
.nav_area ul li a i.far {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: bottom;
}
.row.header-row .col-md-7 {
	padding: 0px 0px;
}
/********* Menu css End *********/

/********* index *********/
.banner-section {
	border-bottom: solid 12px #efd36f;
	position: relative;
	float: left;
	width: 100%;
}
.banner-wrapper img {
	width: 100%;
}
.banner-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(47,144,195,0.3);
}
.slider-banner-title-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-banner-title {
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: 5px;
}
.slider-banner-title span {
	display: block;
	font-weight: 500;
	font-size: 27px;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 20px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #0060b0;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 35px;
	height: 3px;
	border-radius: 0px;
	margin: 0px 2px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 1%;
	top: 45%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 45%;
	right: 1%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 26px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 26px !important;
}
.latest-news-section-wrapper {
	margin: 28px 0px 50px;
	float: left;
	width: 100%;
}
.news-box-img2 {
	clip-path: polygon(100% 0, 100% 0, 100% 0, 76% 100%, 0 100%, 0 100%, 0 100%, 0 0);
	position: relative;
	overflow: hidden;
}
.section-cont {
	background-image: url(../images/background1.png);
	padding: 10px 0px;
	margin-bottom: 15px;
	background-size: cover;
}
.section-cont-text {
	width: 100%;
	font-size: 18px;
	color: #0060b0;
}
.section-cont-text img {
	max-width: 28px;
	margin-right: 13px;
}
.latest-news-section {
	padding: 50px 0px 50px;
	position: relative;
	height: 350px;
}
.news-box-img {
	position: relative;
	overflow: hidden;
	clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 19% 0);
}
.news-box-position-1 {
	position: absolute;
	right: 0px;
	height: 381px;
	overflow: hidden;
	padding-right: 0px;
	top: 1px;
}
.latest-news-section::after {
	content: "";
	position: absolute;
	border-bottom: solid 2px #efd36f;
	width: 450px;
	bottom: 0px;
	left: 0;
}
.latest-news-details-row .col-md-6.offset-6 {
	margin-left: inherit;
}
.latest-news-details-info {
	margin-right: 20px;
}
.heading-title {
	font-size: 24px;
	font-weight: bold;
	color: #0060b0;
	margin-bottom: 20px;
	position: relative;
}
.heading-title::after {
	content: "";
	position: absolute;
	border-bottom: solid 2px #f3cb41;
	width: 32px;
	left: 0;
	bottom: -9px;
}
.latest-news-details-info p {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	font-weight: 500;
	padding-top: 8px;
	margin-bottom: 25px;
	line-height: 27px;
}
.view-more-btn a {
	display: inline-block;
	font-size: 16px;
	color: #0060b0;
	font-weight: 600;
}
.latest-news-wrapper {
	padding: 13px 0px 20px;
	position: relative;
	height: 350px;
}
.latest-news-details-wrapper .latest-news-details-text {
	border-bottom: solid 1px #d6d5d2;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
.latest-news-details-wrapper .latest-news-details-text p {
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 25px;
}
.latest-news-details-wrapper .latest-news-details-text .date-text {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}
.latest-news-details-wrapper .latest-news-details-text .date-text i.fal {
	margin-right: 4px;
	color: #f3cb41;
	font-weight: 500;
}
.service-section {
	padding: 17px 0px 62px;
	background-image: url(../images/service-section-bgg.jpg);
	background-size: cover;
	float: left;
	width: 100%;
	margin-top: 23px;
}
.service-box-wrapper {
	text-align: center;
	margin-top: 30px;
}
.service-box-wrapper .service-box-title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.service-box-wrapper.two {
	margin-top: 0px;
}
#slider-service .owl-dots {
	text-align: center;
	bottom: -44px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#slider-service .owl-dots button.active span {
	background-color: #f3cb42;
	position: relative;
}
#slider-service .owl-dots button span {
	background-color: #cccccc;
}
#slider-service .owl-dots button {
	outline: 0;
}
#slider-service .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	border-radius: 50px;
}
#slider-service .owl-nav {
	display: none;
}
.footer-section {
	background-color: #333333;
	padding-top: 32px;
	float: left;
	width: 100%;
}
.footer-school-title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}
.footer-details {
	padding-left: 20px;
}
.footer-details ul li {
	position: relative;
	padding-left: 22px;
	font-family: "Raleway", sans-serif;
}
.footer-details ul li i.fal {
	position: absolute;
	left: 0;
	top: 7px;
	color: #ffffff;
}
.footer-details ul li a {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
}
.footer-menu-text ul li a {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
}
.col-md-4.jhjhj {
	padding-left: 5px;
}
.footer-logo a {
	display: inline-block;
}
.footer-logo {
	text-align: right;
}
.copyright-info {
	margin-top: 47px;
	border-top: solid 1px #edcc5a;
	padding: 12px 0px;
}
.copyright-text {
	font-size: 13px;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
}
/********* index 2 *********/
.latest-news-details-info ul li {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}
.latest-news-details-info ul li span {
	display: inline-block;
	font-size: 15px;
	color: #0060b0;
}
.latest-news-wrapper.one .view-more-btn {
	padding-top: 76px;
}
.latest-news-wrapper.one::before {
	background-image: url(../images/newsbgg4.png);
}
.latest-news-section.two::before {
	background-image: url(../images/newsbgg5.png);
}
.latest-news-wrapper.three::before {
	background-image: url(../images/newsbgg3.png);
}
.latest-news-wrapper.one .latest-news-details-info {
	padding-top: 20px;
}
.latest-news-section-wrapper.two .latest-news-section {
	padding-top: 5px;
}
.latest-news-section-wrapper.two .latest-news-section .latest-news-details-info .view-more-btn {
	padding-top: 10px;
}
.latest-news-section-wrapper.two .latest-news-section::after {
	bottom: -13px;
	border-color: #0060b0;
}
/********* index 3 *********/
.header-section.wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3333;
}
.slider-banner .slider-banner-title-info {
	text-align: left;
}
.slider-banner .slider-banner-title-info .slider-banner-title {
	color: #1466ac;
}
.slider-banner .slider-banner-title-info .slider-banner-title span {
	color: #000000;
}
.slider-banner #sliderhome .owl-dots {
	text-align: left;
	padding-left: 187px;
}
.slider-banner #sliderhome .owl-dots button.active span {
	background-color: #c9ac7a;
}
.week-bible-section {
	background-color: #f5d25c;
	padding: 26px 0px 27px;
	float: left;
	width: 100%;
}
.week-bible-details-info {
	width: 100%;
	text-align: center;
}
.slider-banner {
	float: left;
	width: 100%;
	background-image: url(../images/slider-bg1.png);
	background-size: 100% 100%;
	background-position: center;
	margin-top: -39px;
}
.week-bible-details-info .week-bible-title {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0060b0;
	font-family: 'Raleway-Bold';
}
.week-bible-details-info .week-bible-title img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.week-bible-details-info p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 27px;
}
.welcome-section {
	background-image: url(../images/welcome-bgg.jpg);
	padding: 95px 0px 220px;
	background-size: cover;
	background-position: bottom;
	position: relative;
	float: left;
	width: 100%;
}
.welcome-section .container {
	position: relative;
	z-index: 33;
}
.welcome-section::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 47%;
	left: 0;
	top: 60px;
	background-image: url(../images/welcome-left-bgg.png);
	background-size: 100% 100%;
}
.welcome-details-info {
	margin-left: 33%;
}
.welcome-details-info .heading-title {
	color: #c9ac7a;
	font-family: 'AlexBrush-Regular';
	font-size: 43px;
	font-weight: normal;
	line-height: 50px;
}
.welcome-details-info .heading-title::after {
	left: 10px;
}
.welcome-details-info p {
	color: #ffffff;
}
.welcome-details-info .view-more-btn {
	text-align: right;
}
.welcome-details-info .view-more-btn a {
	color: #c9ac7a;
}
.primary-school-section {
	background-image: url(../images/primary-school-bgg.jpg);
	background-size: 100% 100%;
	padding-bottom: 110px;
	float: left;
	width: 100%;
}
.facilities-section {
	float: left;
	width: 100%;
}
.primary-school-details-row {
	max-width: 90%;
	margin: auto;
	margin-top: -149px;
}
.primary-school-img img {
	width: 100%;
}
.facilities-cont {
	max-width: 100%;
	margin-top: -76px;
}
.facilities-cont .col-md-3 {
	padding: 0px 0px;
}
.facilities-img-wrapper img {
	width: 100%;
}
.facilities-cont .heading-title {
	text-align: center;
	color: #000000;
	margin-bottom: 35px;
}
.facilities-cont .heading-title::after {
	content: "";
	left: 0px;
	right: 0px;
	margin: auto;
	border-color: #0060b0;
}
/*>>>>>>>>>> index 4 >>>>>>>>>>>*/

/*>>>>> calendar css >>>>>> */

.calendar-section {
	background-color: #fafdf4;
	padding-top: 45px;
	padding-bottom: 15px;
}
.calendar-row {
	padding: 0px;
}
.row-owl-carousel-wrapper {
	width: 67%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
}
.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: 15px;
	font-size: 13px;
	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: #af2d2a;
}
a.down-btn {
	color: #efeb58;
	padding: 5px 30px;
	display: table;
	margin: 25px auto;
	border-radius: 5px;
	text-decoration: none;
	font-size: 18px;
	background-color: #004492;
	font-weight: 500;
}
a.down-btn:hover {
	background-color: #87b0d4;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 2px solid #e4ebeb;
	padding: 15px;
	margin-bottom: 15px;
	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 #3f67a1;
	margin-right: 14px;
	font-weight: 600;
}
.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: #172241;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #37619d;
	height: 25px;
	left: 0;
	top: 10px;
}
.all-events {
	padding-top: 10px;
}
.tab-paned.calendar-home-wrapper #calendar {
	padding-bottom: 35px;
	padding: 17px;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	background: #fff;
	padding-bottom: 72px;
}
.tab-paned.calendar-home-wrapper .fc-left {
	display: none;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center {
	text-align: center;
	width: 100%;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button {
	background: none;
	border: none;
	padding: 2px;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none !important;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:hover {
	color: #000;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:focus {
	outline: 0 !important;
	box-shadow: none;
}
#carouselExampleControls {
	float: left;
	width: 100%;
}
.calendar-wrapper {
	margin: 0px auto;
	margin-top: 0px;
}
/********* Calendar css End *********/

/*>>>>>>>>>> index 5 >>>>>>>>>>>*/
.banner-wrapps img {
	width: 100%;
}
.student-growth-details-info-row {
	padding-top: 10px;
	padding-bottom: 25px;
}
.student-growth-details-info .heading-title::after {
	width: 40px;
}
.student-growth-details-info .heading-title::before {
	content: "";
	position: absolute;
	border-bottom: solid 1px #e0ecf4;
	width: 100%;
	bottom: -9px;
}
.student-growth-details-info .student-growth-details-title {
	font-size: 21px;
	font-weight: bold;
	color: #0060b0;
	margin-bottom: 7px;
	padding-top: 15px;
}
.student-growth-details-info p {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-align: justify;
	margin-bottom: 28px;
	line-height: 28px;
}
.student-growth-banner {
	padding-top: 25px;
}
.student-growth-banner img {
	width: 100%;
}
/*>>>>>>>>>>>> sidemenu >>>>>>>>>>>*/
.left-side-bar-desktop-view {
	margin-right: 0px;
}
.sidemenu li {
	position: relative;
	margin-bottom: 11px;
	border-bottom: solid 1px #2577bc;
	padding-bottom: 11px;
}
.sidemenu li > a {
	font-size: 16px;
	line-height: 15px;
	color: #000000;
	font-weight: 500;
	display: flex;
	padding: 8px 26px;
	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;/* background-color: #cdeee9; *//* border-radius: 50px; */
}
i.fa-solid.fa-minus.toggle-submenu,
i.fas.fa-chevron-right.toggle-submenu {
	color: #0060b0;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	left: 0;
	top: 6px;
	font-weight: bold;
}
.submenu-side ul li {
	border: none;
}
.sidemenu li:hover > a {
	color: #0060b0;/* background-color: #009881; */
}
.sidemenu li:hover > i.fas {
/* color: #ffffff; */
}
.submenu-side {
	margin-bottom: 20px;
	margin-top: 14px;
}
.submenu-side ul li a {
	line-height: 17px;
	padding-bottom: 0px;
	color: #000000;
	background: none;
	font-size: 16px;
	padding-top: 0px;
	display: block;
	padding-right: 0px;
	padding-left: 48px;
}
.submenu-side ul li a::after {
	content: "";
	position: absolute;
	width: 16px;
	border-bottom: solid 1px #2577bc;
	left: 27px;
	top: 9px;
}
.submenu-side ul li a:hover {
	color: #000000;
	background: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #0060b0;
	padding: 10px 13px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	margin-bottom: 21px;
	margin-top: 0px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.left-side-bar-mobile-view {
	display: none;
}
/*>>>>>> sidemenu css and >>>>>>>>>*/



/*>>>>>>>>>> index 6 >>>>>>>>>>>*/

.select-box-row {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}
.select-box-row ul li {
	display: inline-block;
	margin: 0px 7px;
}
.form-select {
	display: block;
	width: 235px;
 padding: .375rem 2.25rem .375rem .75rem;
	padding: 5px 40px;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #0060b0;
	background-color: #f3f3f3;
	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 12px;
	border: 1px solid #b3b3b3;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border-radius: 0px;
	outline: 0;
}
.activity-box-wrapper {
	margin-bottom: 37px;
	margin-top: 15px;
}
.activity-box-wrapper .activity-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.activity-box-wrapper:hover .activity-img img {
	webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.activity-box-wrapper .activity-img {
	position: relative;
	overflow: hidden;
}
.activity-box-wrapper .activity-img:before {
	background: rgba(255,255,255,.50) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
.activity-box-wrapper .activity-img:after {
	background: rgba(255,255,255,.50);
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
.activity-box-wrapper .activity-img:hover::before {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
}
.activity-box-wrapper .activity-img:hover::after {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
}
.activity-box-wrapper .activity-box-text {
	padding-top: 10px;
}
.activity-box-wrapper .activity-box-text .activity-box-title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}
.activity-box-wrapper .activity-box-text ul li {
	display: inline-block;
	font-size: 13px;
	color: #000000;
}
.activity-box-wrapper .activity-box-text ul li a {
	display: inline-block;
	background-color: #1aabf7;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 15px;
	margin-right: 7px;
}
ul.pagination {
	padding-top: 12px;
	text-align: right;
	width: 100%;
	display: inline-block;
	padding-bottom: 8px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #75aee0;
	color: #fff;
	border: solid 1px #75aee0;
}
ul.pagination li.page-item a:hover {
	background: #75aee0;
	color: #fff;
	border-color: #75aee0;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	padding: 0px;
	text-align: center;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
/******* index 7 *******/
.news-details-wrapper {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
.news-details-wrapper .news-details-title {
	font-size: 26px;
	width: 89%;
	color: #000000;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 13px;
	border-bottom: solid 2px chocolate;
	padding-bottom: 17px;
}
.news-details-wrapper .date-text {
	font-size: 15px;
	color: #1b438e;
	padding-top: 6px;
	font-weight: 600;
	margin-bottom: 6px;
}
.news-details-wrapper .date-text i.fal {
	margin-right: 5px;
	font-size: 18px;
}
.news-details-wrapper p {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	margin-bottom: 25px;
	line-height: 28px;
}
.news-details-wrapper .news-details-img {
	width: 80%;
	margin: auto;
	padding-bottom: 30px;
}
.news-details-wrapper .news-details-text {
	font-size: 18px;
	color: #1b438e;
	padding-top: 20px;
}
/******* index 8 *******/
.content-section.history {
	position: relative;
}
.content-section.history::after {
	content: "";
	position: absolute;
	width: 150px;
	border-top: solid 2px #f3c93b;
	top: 85px;
	left: 0;
}
.school-history-details-wrapper {
	padding-top: 25px;
}
.school-history-details-wrapper .heading-title::after {
	content: "";
	width: 95%;
	left: 124px;
	bottom: 19px;
	border-color: #d5e3f0;
}
.school-history-details-wrapper .heading-title {
	margin-bottom: 0px;
	font-size: 28px;
}
.school-history-title {
	font-family: "Alex Brush", cursive;
	font-size: 38px;
	color: #c9ac7a;
	line-height: 44px;
	padding-left: 35px;
}
.school-history-details-info {
	padding-top: 25px;
}
.school-history-details-info .school-history-details-title {
	font-size: 20px;
	color: #1466ad;
	font-weight: bold;
	padding-bottom: 5px;
}
.school-history-details-info.details-two .school-history-details-title {
	text-align: right;
}
.school-history-details-info.details-two {
	position: relative;
	padding-top: 40px;
}
.school-history-details-info.details-two::after {
	content: "";
	position: absolute;
	width: 78px;
	border-top: solid 2px #cbaf7f;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}
.animation-heading-text {
	text-align: center;
	margin-bottom: 20px;
}
.animation-heading-text img {
	display: block;
	margin: auto;
	max-width: 124px;
}
.animation-heading-text span {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 13px 0px;
	color: #000000;
}
.animation-details-img {
	width: 90%;
	margin: auto;
}
/******* index 9 *******/
.news-details-wrapper-box {
	padding-bottom: 20px;
	position: relative;
}
.news-details-wrapper-box .select-box-row {
	text-align: right;
	position: absolute;
	right: 0;
	top: 8px;
}
.news-details-wrapper-box .select-box-row ul li {
	margin: 0px;
}
.news-details-wrapper-box .select-box-row ul li .form-select {
	border: none;
	line-height: 25px;
	width: 211px;
}
.news-details-wrapper-box .year-text {
	font-size: 22px;
	font-weight: bold;
	color: #0060b0;
	margin-bottom: 15px;
}
.year-texts {
	margin-bottom: 12px;
}
.year-texts span {
	display: inline-block;
	font-size: 18px;
	background-color: #2992cd;
	padding: 2px 93px 4px 13px;
	color: #ffffff;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 0, 92% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.news-details-year-info {
	padding-left: 15px;
	margin-bottom: 20px;
}
.news-details-year-info .news-details-year-number {
	font-size: 18px;
	color: #000000;
	position: relative;
	margin-bottom: 20px;
}
.news-details-year-info .news-details-year-number::after {
	content: "";
	position: absolute;
	width: 97%;
	border-bottom: solid 2px #c9def2;
	bottom: 7px;
	left: 38px;
}
.news-details-year-info ul li {
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-left: 36px;
}
.news-details-year-info ul li span {
	position: absolute;
	left: 0;
	top: 0;
}
.news-details-year-info .news-details-imgs {
	text-align: right;
	margin-top: -20px;
}
.news-details-year-info .news-details-imgs img {
	max-width: 33%;
}
.news-details-year.two {
	padding-top: 15px;
}
/******* index 10 *******/
.breadcrumb-info {
	position: relative;
	width: 100%;
	margin-bottom: 34px;
	padding-top: 10px;
}
.breadcrumb-info::after {
	content: "";
	position: absolute;
	width: 91%;
	height: 38px;
	left: 0;
	top: 0;
	background-image: url(../images/breadcrumb-bgg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 0, 97% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.breadcrumb {
	position: relative;
	z-index: 33;
}
.breadcrumb {
	padding: 0px 0px;
	list-style: none;
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
li.breadcrumb-item {
	font-size: 13px;
}
.breadcrumb li.breadcrumb-item a {
	color: #ffffff;
}
.breadcrumb-item.active {
	color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff;
}
.banner-section-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.banner img {
	width: 100%;
}
.banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.1);
}
.banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-text {
	font-size: 36px;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000000;
	letter-spacing: 5px;
}
.content-section {
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
.content-section.wrapper {
	position: relative;
	padding-bottom: 7px;
}
.content-section.wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 59%;
	bottom: 0;
	left: 0;
	background-image: url(../images/content-bgg.jpg);
	background-size: cover;
	z-index: -1;
}
.heading-wrapper {
	text-align: center;
	border-bottom: solid 1px #244a92;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.heading-wrapper .heading-text {
	font-size: 28px;
	color: #000000;
	letter-spacing: 3px;
	font-weight: 500;
}
.heading-wrapper .date-text {
	font-size: 15px;
	color: #1b438e;
	font-weight: 600;
	padding-top: 6px;
}
.heading-wrapper .date-text i.fal {
	margin-right: 5px;
	font-size: 18px;
}
.slider-box-wrapper {
	padding-top: 5px;
	padding-bottom: 25px;
	float: left;
	width: 100%;
}
.owl-carousel-wrapper.slider-row {
	width: 73%;
	margin: auto;
	margin-bottom: 22px;
	padding-top: 25px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -46px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -46px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 37px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 37px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
	top: 35%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
	top: 35%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 13px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 13px;
}
.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.page-details-text {
	position: relative;
	float: left;
	width: 100%;
}
.page-details-text ul {
	text-align: center;
}
.page-details-text ul li {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.page-details-text p {
	margin-bottom: 0px;
	font-size: 18px;
	color: #1b438e;
	padding-top: 30px;
}
.back-btn {
	position: absolute;
	right: 27px;
	bottom: -2px;
}
.back-btn a {
	display: inline-block;
	color: #b8b8b8;
	font-size: 40px;
}
.back-btn a:hover {
	color: #1466ad;
}
.wrapper-menu ul.menu ul.sub-menu:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 62%;
	left: 18%;
	margin-left: -18px;
	border-width: 18px;
	border-style: solid;
	border-color: transparent transparent #1466ad transparent;
	z-index: 1001;
	opacity: 0;
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	filter: drop-shadow(0 5px 40px rgba(0, 0, 0, .07));
}
.wrapper-menu ul.menu li:Hover ul.sub-menu:after {
	top: -36px;
	opacity: 1;
	-webkit-transition: all 350ms ease-out 180ms;
	transition: all 350ms ease-out 180ms;
}
.sliderhome-section {
	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 .slider-banner-title strong {
	-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 .slider-banner-title span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.slider-banner-title strong {
	float: left;
	width: 100%;
}
/****** HOME  SLIDER  Animation CSS END ******/
.news-box-position-2 {
	position: absolute;
	left: 0px;
	height: 381px;
	overflow: hidden;
	padding-left: 0px;
	top: 1px;
}
.news-box-left-1 {
	position: absolute;
	left: 0px;
	height: 381px;
	overflow: hidden;
	padding-left: 0px;
	top: 1px;
}
.news-box-left-img {
	clip-path: polygon(100% 0, 100% 0, 100% 0, 76% 100%, 0 100%, 0 100%, 0 100%, 0 0);
	position: relative;
	overflow: hidden;
}
.news-box-right-2 {
	position: absolute;
	right: 0px;
	height: 381px;
	overflow: hidden;
	padding-right: 0px;
	top: 1px;
}
.news-box-right-2 .news-box-right-img {
	position: relative;
	overflow: hidden;
	clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 19% 0);
}
.slider-item-row {
	float: left;
	width: 100%;
	overflow: hidden;
}
.slider-circle-img {
	border-top: 50%;
	position: relative;
	overflow: hidden;
	width: 100%;
	clip-path: circle(52% at 50% 77%);
}
.slider-circle-img-box {
	float: right;
	width: 60%;
}
.slider-circle-img-box-bg {
	background-image: url(../images/slider-circle-bg1.png);
	clip-path: circle(60% at 50% 82%);
	background-size: 100% 159%;
	padding-top: 55px;
	margin-right: -74px;
}
.news-box-position-2 {
	position: absolute;
	left: 0;
	padding-left: 0px;
	height: 367px;
	overflow: hidden;
}
#slider-circle-top .owl-nav button {
	display: none;
}
.slider-item-row .slider-circle-text {
	margin-top: 247px;
	float: left;
	left: 33px;
	margin-left: 34px;
	width: 33%;
}
.slider-banner-title-circle {
	float: left;
	width: 100%;
}
.slider-banner-title-circle strong {
	width: 100%;
	float: left;
}
.slider-banner-title-circle strong {
	width: 100%;
	float: left;
	color: #1466ac;
	font-size: 25px;
	margin-bottom: 3px;
}
.slider-banner-title-circle span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
#slider-circle-top .owl-dots {
	width: 23%;
	bottom: 18px;
	position: absolute;
}
#slider-circle-top .owl-dots button span {
	background: #ffffff;
	width: 33px;
	height: 4px;
	border-radius: 0px;
}
#slider-circle-top .owl-dots button {
	outline: 0;
}
#slider-circle-top .owl-dots button.active span {
	background: #c9ac7a;
}
.timeline-section-title-top {
	float: left;
	width: 100%;
	text-align: center;
}
.timeline-section-title-top .timeline-section-title-text {
	font-size: 33px;
	color: #000000;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 9px;
}
.timeline-section-wrapper1 {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.slider-box-wrapper .heading-wrapper .heading-text {
	font-weight: bold;
}
.slider-section-top {
	float: left;
	width: 100%;
}
.facilities-img-wrapper {
	position: relative;
	overflow: hidden;
}
.facilities-img-wrapper: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);
}
.facilities-img-wrapper img {
	-webkit-transition: all .5s;
	transition: all .5s;
}



/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
 0% {
 transform: translateX(-10px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-10px);
}
}
 @keyframes float-bob-x {
 0% {
 transform: translateX(-10px);
}
 50% {
 transform: translateX(-3px);
}
 100% {
 transform: translateX(-10px);
}
}
.section-cont-text img {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.service-box-wrapper .service-img {
	transition: transform 0.15s ease-out;
}
.service-box-wrapper:hover .service-img {
	transform: scale(1.1, 1.1) translateY(-7px);
}
.service-box-wrapper:hover .service-box-title {
	color: #0060b0;
}
.primary-school-img-only {
	/* padding: 12px; */
	background-color: rgb(255, 255, 255, 0.5);
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	border-radius: 100%;
	position: relative;
}
.primary-school-img {
	position: relative;
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
}
.circle-overlay-bg2 {
	background-color: #f5d25c !important;
}
/*.primary-school-img:hover .circle-overlay {
	height: 24%;
}*/

.circle-img-box-hover-1 .circle-overlay:hover .circle-text {
	color: #0060b0;
}
.circle-img-box-hover-1 .circle-overlay:hover {
	background: #f5d25c;
}
.circle-img-box-hover-1 .circle-overlay:hover .circle-text::after {
	background: #0060b0;
}
.circle-img-box-hover-2 .circle-overlay:hover .circle-text {
	color: #f5d25c;
}
.circle-img-box-hover-2 .circle-overlay:hover {
    background-color: #0060b0 !important;
}
.circle-img-box-hover-2 .circle-overlay:hover .circle-text::after {
	background: #f5d25c;
}
.circle-overlay {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #0060b0;
	overflow: hidden;
	width: 100%;
	height: 24%;
	transition: .5s ease;
}
.circle-overlay .circle-text {
	color: #f5d25c;
	font-size: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 21px;
}
.circle-overlay-bg2 .circle-text {
	color: #0060b0;
}
.circle-overlay .circle-text:After {
	content: "";
	width: 59px;
	height: 2px;
	background: #ebce5f;
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.circle-overlay-bg2 .circle-text:After {
	content: "";
	width: 59px;
	height: 2px;
	background: #0060b0;
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.slider-section-top .owl-nav {
	display: none;
}
.slider-section-top .owl-dots {
	bottom: 11px;
}
.timeline-section-title-top .timeline-section-title-text {
	font-size: 17px;
}
.content .ng-binding {
	padding: 0px 10px;
}
.timeline-section-wrapper1 {
	padding-bottom: 45px;
}
.timeline-content-box p {
	font-size: 14px;
	line-height: 30px;
}
.news-details-year-info {
	padding-left: 0px;
}
.activity-box-wrapper-row .col-md-4 {
	max-width: 50%;
	padding: 0px 7px;
}
.content-details-row .activity-box-wrapper-row {
	padding: 0px 10px;
}
.activity-box-wrapper .activity-box-text .activity-box-title {
	font-size: 15px;
	padding-bottom: 7px;
}
.facilities-cont .col-md-3 {
	padding: 0px 0px;
	max-width: 50%;
}
.slider-item-row .slider-circle-text {
	margin-top: 7px;
	float: left;
	left: 0px;
	padding-left: 15px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-right: 15px;
}
.slider-banner {
	margin-top: 0;
}
.slider-circle-img-box {
	float: left;
	width: 100%;
}
.slider-circle-img-box-bg {
	padding-top: 29px;
}
.news-box-position-1 {
	position: relative;
	left: 0px;
	height: auto;
	top: auto;
	margin-top: 24px;
}
.news-box-position-2 {
	position: relative;
	height: auto;
}
.latest-news-section-wrapper .news-box-position-2 {
	margin-bottom: 22px;
}
.news-box-left-1 {
	position: relative;
	left: 0px;
	height: auto;
	top: auto;
}
.news-box-right-2 {
	position: relative;
	right: 0px;
	height: auto;
	top: auto;
}
.besign-by {
	text-align: center;
}
.copyright-text {
	text-align: center;
}
.calendar-section {
	padding-top: 0px;
}
.row-owl-carousel-wrapper {
	margin: auto;
	width: 100%;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.fc-toolbar h2 {
	font-size: 18px !important;
}
.calendar_remark .remark_item {
	padding-right: 3px;
}
a.down-btn {
	padding: 7px 28px;
	font-size: 15px;
}
.all-events {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 31px;
}
.d-flex.align-items-center img {
	width: 100%;
}
.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 .pl-4 {
	padding-left: 0px !important;
	padding-top: 24px !important;
}
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-desktop-view {
	display: none;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
}
.toggle {
	right: 9px;
	top: -36px;
	background: #0060b0;
}
.header-section {
	padding-top: 10px;
	padding: 12px 0px;
}
.logo a {
	max-width: 70%;
}
.slider-section-top .banner-wrapper img {
	height: 245px;
	object-fit: cover;
}
.slider-banner-title {
	font-size: 28px;
	letter-spacing: 1px;
}
.slider-banner-title span {
	font-size: 20px;
	line-height: 25px;
}
.banner-section {
	border-bottom: solid 8px #efd36f;
}
.section-cont-text-row {
	margin: auto;
}
.section-cont-text {
	font-size: 16px;
	position: relative;
	padding-left: 35px;
}
.section-cont-text img {
	max-width: 26px;
	position: absolute;
	left: 0;
	top: 6px;
}
.latest-news-details-row {
	margin: auto;
}
.latest-news-details-row .col-md-6.offset-6 {
	padding: 0px;
}
.latest-news-details-info {
	margin-right: 0px;
}
.latest-news-section {
	height: auto;
	padding: 15px 0px 20px;
}
.latest-news-section::before {
	width: 96%;
	height: 38%;
	top: 425px;
}
.latest-news-section::after {
	width: 250px;
	bottom: -25px;
}
.latest-news-details-info p {
	font-size: 15px;
}
.latest-news-section-wrapper {
	margin: 28px 0px 30px;
}
.offset-6 {
	margin-left: 0px;
}
.latest-news-wrapper {
	height: auto;
	padding: 13px 0px 20px;
}
.latest-news-wrapper::before {
	width: 96%;
	height: 38%;
	top: 430px;
}
.latest-news-details-wrapper .latest-news-details-text p {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 20px;
}
.service-box-wrapper {
	margin-top: 0px;
}
.service-box-wrapper .service-img img {
	max-width: 85% !important;
	margin: auto;
}
.footer-school-title {
	font-size: 15px;
	text-align: center;
}
.footer-details {
	padding-left: 0px;
	text-align: center;
	padding: 20px 0px;
}
.footer-details ul li {
	padding-left: 0px;
	line-height: 27px;
}
.footer-details ul li i.fal {
	position: relative;
	left: -5px;
	top: 2px;
}
.col-md-4.jhjhj {
	padding-left: 15px;
}
.footer-menu-text {
	padding-bottom: 20px;
	text-align: center;
}
.footer-logo {
	text-align: center;
}
.footer-logo a {
	max-width: 40%;
}
.copyright-info {
	margin-top: 26px;
}
.copyright-text {
	font-size: 12px;
}
.footer-section {
	padding-top: 35px;
}
.footer-menu-text ul li a {
	font-size: 15px;
}
.slider-section-top .banner-wrapp img {
	height: 245px;
	object-fit: cover;
}
.section-cont {
	background-size: 100% 100%;
}
.latest-news-wrapper.one .latest-news-details-info {
	padding-top: 0px;
	margin-top: 20px;
}
.latest-news-details-info ul li {
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 12px;
}
.latest-news-wrapper.one::before {
	top: 275px;
}
.latest-news-wrapper.one {
	padding-bottom: 10px;
}
.latest-news-wrapper.one .view-more-btn {
	padding-top: 10px;
}
.latest-news-section-wrapper.two .latest-news-section::after {
	bottom: -21px;
}
.latest-news-section.two::before {
	top: 404px;
}
.latest-news-wrapper.three::before {
	top: 456px;
}
.slider-banner .slider-banner-title-info .slider-banner-title {
	color: #ffffff;
}
.slider-banner .slider-banner-title-info .slider-banner-title span {
	color: #ffffff;
}
.slider-banner #sliderhome .owl-dots {
	padding-left: 25px;
}
.week-bible-details-info .week-bible-title img {
	max-width: 32%;
}
.week-bible-details-info .week-bible-title {
	font-size: 22px;
}
.week-bible-details-info p {
	font-size: 15px;
	line-height: 31px;
}
.welcome-details-info {
	margin-left: 0px;
	padding: 0px 15px;
}
.welcome-details-info .heading-title {
	font-size: 36px;
}
.welcome-details-info p {
	font-size: 15px;
	line-height: 34px;
}
.welcome-details-info .view-more-btn {
	text-align: left;
}
.welcome-section::after {
	display: none;
}
.welcome-section {
	padding: 53px 0px 97px;
	background-position: center;
}
.primary-school-details-row {
	margin-top: -73px;
}
.primary-school-img {
	padding-bottom: 20px;
}
.primary-school-section {
	background-size: cover;
	padding-bottom: 85px;
}
.banner img {
	height: 148px;
	object-fit: cover;
}
.breadcrumb-info {
	padding-top: 6px;
}
li.breadcrumb-item {
	font-size: 12px;
}
.breadcrumb-info::after {
	height: 33px;
}
.event-title {
	font-size: 25px;
	padding-left: 16px;
}
.event-title::after {
	border-left: solid 7px #37619d;
	top: 7px;
	height: 22px;
}
.banner-wrapps img {
	height: 160px;
	object-fit: cover;
}
.banner-text {
	font-size: 32px;
	letter-spacing: 3px;
}
.student-growth-details-info p {
	font-size: 15px;
}
.student-growth-banner {
	padding-top: 10px;
}
.select-box-row ul li {
	margin: 5px 0px;
	width: 100%;
}
.form-select {
	width: 100%;
}
.activity-box-wrapper {
	margin-bottom: 25px;
	margin-top: 10px;
}
.activity-box-wrapper .activity-box-text ul li a {
	font-size: 10px;
}
.news-details-wrapper .news-details-title {
	font-size: 23px;
	width: 100%;
}
.news-details-wrapper .news-details-img {
	width: 100%;
}
.news-details-wrapper .news-details-text {
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}
.news-details-wrapper .news-details-text br {
	display: contents;
}
.back-btn {
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
.back-btn a {
	font-size: 33px;
}
.school-history-details-wrapper .heading-title::after {
	width: 58%;
}
.content-section.history::after {
	width: 48px;
}
.school-history-details-info {
	padding-top: 20px;
}
.school-history-details-info p {
	font-size: 15px;
	text-align: justify;
	line-height: 35px;
}
.school-history-details-info.details-two::after {
	width: 55px;
	top: 14px;
}
.animation-heading-text img {
	max-width: 100px;
}
.animation-heading-text span {
	font-size: 18px;
	padding: 7px 0px;
}
.animation-details-wrapper {
	padding-top: 30px;
}
.news-details-wrapper-box .select-box-row {
	display: none;
}
.news-details-year-info .news-details-year-number::after {
	width: 86%;
}
.news-details-year-info ul li {
	line-height: 21px;
	padding-bottom: 10px;
}
.news-details-year-info .news-details-imgs img {
	max-width: 100%;
}
.news-details-year-info .news-details-imgs {
	margin-top: 5px;
}
.heading-wrapper .heading-text {
	font-size: 22px;
}
.page-details-text {
	padding-top: 17px;
}
.page-details-text ul li {
	font-size: 14px;
	line-height: 23px;
}
.content-section.wrapper::after {
	height: 62%;
}
.page-details-text p {
	font-size: 16px;
}
#sync2 .owl-nav button.owl-next {
	right: -20px;
	top: 5%;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 8px;
}
#sync2 .owl-nav button.owl-prev {
	left: -20px;
	top: 5%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 8px;
}
#sync1 .owl-nav button.owl-next {
	right: -30px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 25px;
}
#sync1 .owl-nav button.owl-prev {
	left: -30px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 25px;
}
.owl-carousel-wrapper.slider-row {
	margin-bottom: 0px;
	padding-top: 15px;
	width: 80%;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
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);
}
.wrapper-menu ul.menu ul.sub-menu:after {
	display: none;
}
span.arrow i:before {
	content: '\f067';
}
span.arrow.close-icon i:before {
	content: '\f068';
}
.fc-toolbar.fc-header-toolbar {
	padding: 5px 0px !important;
}
.fc-toolbar .fc-center h2 {
	padding: 11px 20px !important;
	font-size: 14px !important;
}
.latest-news-section-wrapper.two .news-box-right-2 {
	margin-top: 28px;
}
.latest-news-wrapper.three .news-box-left-1 {
	margin-bottom: 24px;
}
.view-more-btn {
	float: left;
	width: 100%;
	margin-top: 16px;
	text-align: center;
}
}
/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
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);
}
.slider-banner {
	margin-top: 0px;
}
.slider-item-row .slider-circle-text {
	margin-top: 98px;
	left: 33px;
}
span.arrow i:before {
	content: '\f067';
}
span.arrow.close-icon i:before {
	content: '\f068';
}
.wrapper-menu ul.menu ul.sub-menu:after {
	display: none;
}
.header-section {
	padding: 10px 0px;
}
.logo a {
	max-width: 81%;
}
.toggle {
	right: 16px;
	top: -23px;
}
.banner-section {
	border-bottom: solid 10px #efd36f;
}
.section-cont-text-row {
	margin: auto;
}
.latest-news-details-row {
	margin: auto;
}
.latest-news-details-row .col-md-6.offset-6 {
	margin-left: 0px;
}
.latest-news-details-info {
	margin-right: 0px;
}
.latest-news-details-info p {
	margin-bottom: 20px;
	line-height: 26px;
}
.latest-news-section {
	padding: 15px 0px 50px;
	height: 370px;
}
.latest-news-section::before {
	width: 50%;
	height: 95%;
}
.latest-news-section::after {
	width: 255px;
	bottom: 12px;
}
.latest-news-section-wrapper {
	margin: 28px 0px 30px;
}
.section-cont-text img {
	margin-right: 11px;
}
.section-cont-text {
	font-size: 15px;
}
.latest-news-details-text.mobile-view {
	display: none;
}
.latest-news-wrapper::before {
	width: 50%;
	height: 95%;
}
.latest-news-section-wrapper.wrapp {
	margin-bottom: 7px !important;
}
.latest-news-details-wrapper .latest-news-details-text p {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 20px;
}
.service-box-wrapper .service-box-title {
	font-size: 14px;
}
.service-box-wrapper {
	margin-top: 20px;
}
.footer-details {
	padding-left: 0px;
}
.footer-details ul li a {
	font-size: 14px;
}
.footer-menu-row .col-md-4 {
	padding-left: 0px;
}
.footer-menu-text ul li a {
	font-size: 14px;
}
.footer-school-title {
	font-size: 16px;
}
.footer-section {
	padding-top: 30px;
}
.copyright-info {
	margin-top: 35px;
}
.slider-banner #sliderhome .owl-dots {
	padding-left: 70px;
}
.week-bible-details-info .week-bible-title img {
	max-width: 16%;
}
.welcome-details-info {
	margin-left: 30%;
	padding: 0px 15px;
}
.welcome-section::after {
	width: 60%;
	height: 55%;
}
.welcome-section {
	padding: 95px 0px 110px;
}
.primary-school-details-row {
	margin-top: -93px;
}
.banner img {
	height: 250px;
	object-fit: cover;
}
.banner-wrapps img {
	height: 250px;
	object-fit: cover;
}
.student-growth-banner {
	padding-top: 20px;
}
.activity-box-wrapper-row {
	margin: auto;
}
.activity-box-wrapper-row .col-md-4 {
	padding: 0px 7px;
}
.activity-box-wrapper .activity-box-text .activity-box-title {
	line-height: 19px;
	padding-bottom: 10px;
}
.activity-box-wrapper .activity-box-text ul li a {
	font-size: 14px;
}
.activity-box-wrapper {
	margin-bottom: 25px;
}
.news-details-wrapper .news-details-title {
	font-size: 24px;
	width: 100%;
}
.back-btn {
	right: 0px;
	bottom: 8px;
}
.school-history-details-wrapper .heading-title::after {
	width: 83%;
}
.content-section.history::after {
	width: 50px;
}
.animation-details-wrapper {
	padding-top: 20px;
}
.news-details-year-info .news-details-imgs img {
	max-width: 30%;
}
.content-section.wrapper::after {
	height: 57%;
}
.sidemenu li > a {
	padding: 8px 16px;
}
}



/****** Medium Layout ******/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.header-section .header-logo-div {
	max-width: 30%;
	flex: auto;
}
.header-section .header-menu-div {
	max-width: 70%;
	flex: auto;
}
.logo a {
	max-width: 100%;
}
.latest-news-details-wrapper .latest-news-details-text p {
	font-size: 15px;
	line-height: 25px;
}
.slider-banner {
	margin-top: -14px;
}
}
