@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Gothic+A1&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Noto Sans", sans-serif;
}
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
/*----------------------------------------*/
.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: #fff;
	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: 15px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -57px;
	z-index: 9999;
	background: #9bc739;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000;
	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 #dbdbdb;
}
.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) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: center;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	/* padding: 0px 17px; */
	padding: 0px 14px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	/* font-size: 12px; */
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: bold;
	/* letter-spacing: 2px; */
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 3px;
	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: #9bc739; */
	background: #619f31;
	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%);
}
ul.sub-menu li {
	position: relative;
}

ul.sub-menu li span.arrow {
	right: 5px;
}
.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: 23px;
	background: #84b11f;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #fff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 600;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 17px;
	font-size: 16px;
	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 #87af2e;
}
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 {
	text-align: center;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.menu-section {
	/* background: #9bc739; */
	background: #86c03c;
	padding-top: 5px;
}
.header-social-icon {
	text-align: right;
}
.header-social-icon ul {
	line-height: 15px;
}
.header-social-icon ul li {
	display: inline-block;
	margin-left: 15px;
}
.header-social-icon ul li a {
	display: inline-block;
	font-size: 14px;
	color: #79b1f0;
}
.school-img {
	max-width: 77%;
}
.header-right-img {
	max-width: 80%;
	margin-left: auto;
	padding-top: 23px;
}
.header-section {
	background-image: url(../images/header-bgg.jpg);
	background-size: 100% 100%;
	position: relative;
	padding-top: 16px;
}
.header-section::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 6px;
	background-image: url(../images/border-img.jpg);
	background-size: 100% 100%;
}
/*>>>>>>>>> menu css and >>>>>>>>*/

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

#sliderhome .owl-dots {
	text-align: center;
	bottom: 15px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #9bc739;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 5px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 1%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: 1%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 48px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 48px !important;
}
.service-box-wrapper-row {
	margin-left: -3px;
	margin-right: -3px;
}
.service-box-wrapper-row .col-md-3 {
	padding: 0px 3px;
	max-width: 20%;
	flex: 20%;
}
.service-box-wrapper img {
	width: 100%;
}
.homepage-content-section {
	padding: 25px 0px 55px;
	background-image: url(../images/homepage-bgg.jpg);
	background-size: cover;
}
.heading-wrapper {
	position: relative;
	margin-bottom: 20px;
}
.heading-title {
	position: relative;
}
.heading-title span {
	font-size: 24px;
	margin-bottom: 0px;
	letter-spacing: 3px;
	background: linear-gradient(to right, #6946b2 0%, #5975ca 27%, #4ebaec 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.heading-title::after {
	content: "";
	position: absolute;
	width: 78%;
	left: 0;
	right: 0;
	bottom: 14px;
	margin: auto;
	border: dashed 1px #6946b2;
}
.btn-wrapper {
	position: absolute;
	right: 0;
	top: 0;
}
.btn-wrapper a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 5px 27px;
	background-image: linear-gradient(to right, #7259ba, #45b2e9);
	border-radius: 50px;
	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, #d77900, #b34d00);
	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, #d77900, #b34d00);
}
.latest-news-section {
	padding-top: 25px;
}
.activity-box-wrapper.latest-news {
	/* background-color: #b3cd57; */
	background-color: #86c03c;
}
.activity-box-wrapper-row .col-md-4 {
	padding: 0px 7px;
	margin-bottom: 14px;
}
.heading-title.latest-news span {
	background: linear-gradient(to right, #ff6d00 100%, #5975ca 100%, #4ebaec 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-wrapper.wrap a {
	background-image: linear-gradient(to right, #ff9000, #ff6e00);
}
.heading-title.latest-news::after {
	border: dashed 1px #ff6d00;
}
.latest-news-right-logo-wrapper .latest-news-right-logo {
	/* margin-bottom: 14px; */
	margin-bottom: 19px;
}
.latest-news-right-logo-wrapper .latest-news-right-logo img {
	height: 119px;
	width: 100%;
}
.activity-section {
	padding-top: 25px;
}
.activity-box-wrapper-row {
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 34px;
}
.activity-box-wrapper-row .col-md-3 {
	padding: 0px 7px;
	margin-bottom: 14px;
}
.activity-box-wrapper {
	background: #9982cb;
	border-radius: 10px;
	overflow: hidden;
}
.activity-box-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-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-img {
	position: relative;
	overflow: hidden;
}
.activity-box-wrapper:hover .activity-box-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);
}
.footer-social-icon ul li a:hover {
	background-color: #84e272;
	color: #fff;
}
.activity-box-text {
	padding: 7px 15px 12px;
	border-top: solid 4px #e5c636;
}
.activity-box-text .activity-box-title {
	font-size: 16px;
	color: #ffffff;
	line-height: 18px;
	font-weight: 500;
	padding-bottom: 2px;
}
.date-text {
	font-size: 14px;
	color: #ffffff;
	margin-top:8px;
}
.date-text i.fal {
	margin-right: 7px;
}
.activity-banner-box-wrapper-row {
	margin-top: 6px;
	margin-left: -7px;
	margin-right: -7px;
}
.activity-banner-box-wrapper-row .col-md-6 {
	padding: 0px 7px;
}
.activity-banner-box-wrapper {
	position: relative;
}
.activity-banner-box-wrapper .activity-banner img {
	width: 100%;
}
.activity-banner-box-wrapper .activity-banner-title {
	position: absolute;
	width: 100%;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 35px;
	font-size: 26px;
	color: #ffffff;
	letter-spacing: 2px;
}
.activity-box-wrapper.awards {
	background-color: #71c387;
}
.awards-section {
	padding-top: 40px;
}
.heading-title.awards span {
	background: linear-gradient(to right, #55ba7b 0%, #65ba63 27%, #96b918 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-wrapper.wrapp a {
	background-image: linear-gradient(to right, #56ba79, #92b91e);
}
.footer-section {
	background-color: #ff9536;
	padding-top: 25px;
}
.footer-details-row .col-md-5 {
	max-width: 45%;
	flex: 45%;
}
.footer-details-row .col-md-4 {
	max-width: 35%;
	flex: 35%;
}
.footer-details-row .col-md-3 {
	max-width: 20%;
	flex: 20%;
}
.footer-details-wrapper {
	display: flex;
}
.footer-logo {
	width: 16%;
}
.footer-logo a {
	display: inline-block;
}
.footer-details {
	width: 84%;
	padding-left: 10px;
}
.footer-details .school-name-title {
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
}
.footer-details p {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	line-height: 17px;
	margin-bottom: 7px;
}
.footer-details ul li {
	font-size: 15px;
	color: #ffffff;
}
.footer-details ul li i.fal {
	margin-right: 5px;
}
.footer-details ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
}
.footer-details ul li span {
	display: inline-block;
	margin-left: 9px;
}
.footer-details ul li span a {
	display: inline;
	padding: 2px 15px;
	background-color: antiquewhite;
	border-radius: 50px;
	background-image: linear-gradient(to right, #55ba7b, #96b918);
}
.footer-social-icon {
	text-align: right;
	padding-top: 17px;
}
.footer-social-icon ul li {
	display: inline-block;
	margin-left: 4px;
}
.footer-social-icon ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
	color: #ff9536;
}
.footer-details-info {
	margin-left: 20px;
}
.footer-details-info ul li {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 3px;
}
.footer-details-info ul li i {
	width: 20px;
}
.footer-details-info ul li a {
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}
.copyright-info {
	margin-top: 24px;
	border-top: solid 1px #ffffff;
	padding: 8px 0px;
}
.copyright-text {
	font-size: 12px;
	color: #ffffff;
}
/*----------------------------------------*/
/*              index 2  css
/*----------------------------------------*/
.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-text-info {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: none;
	display: flex;
	justify-content: center;
	height: 100%;
}
.banner-text {
	font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 7px;
	line-height: 53px;
	padding-bottom: 22px;
}
.other-banner-row1 {
	display: flex;
	align-items: flex-start;
	height: 100%;
	padding-bottom: 35px;
	flex-flow: column;
	justify-content: flex-end;
}
.breadcrumb {
	padding: 0px 0px;
	list-style: none;
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
li.breadcrumb-item {
	font-size: 14px;
	letter-spacing: 2px;
}
.breadcrumb li.breadcrumb-item a {
	color: #ffffff;
	font-weight: 600;
}
.breadcrumb-item.active {
	color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff;
	padding: 0px 5px;
}
.content-section {
	padding: 20px 0px 35px;
	background-image: url(../images/bgg1.jpg);
	background-size: cover;
}
.heading-title-text {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ff7000;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ff9200;
}
.heading-title-text i.fas {
	font-size: 19px;
	margin-left: 5px;
}
.calendar-section {
	background-color: #fafdf4;
	padding-top: 45px;
	padding-bottom: 15px;
}
.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: #ffffff;
	padding: 4px 30px;
	display: table;
	margin: 25px auto;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	background-image: linear-gradient(to right, #ff9200, #ff6c00);
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 2px solid #cededd;
	padding: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #3f67a1;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #000000;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-weight: 500;
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #37619d;
	height: 25px;
	left: 0;
	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;
}
/*----------------------------------------*/
/*              index 3 css
/*----------------------------------------*/
.select-box-wrapper {
    border-bottom: dashed 1px #ff9200;
    padding-bottom: 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.select-box {
	width: 17%;
	margin: auto;
}
.form-select {
	display: block;
	width: 100%;
	padding: 6px 20px;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	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 #cecbc8;
	border-radius: 5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 600;
	text-align: center;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 30px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #ff9536;
	color: #fff;
	border: solid 1px #ff9536;
}
ul.pagination li.page-item a:hover {
	background: #ff9536;
	color: #fff;
	border-color: #ff9536;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	padding: 0px;
	line-height: 31px;
}
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 4 css
/*----------------------------------------*/
.news-details-wrapper {
	padding-top: 17px;
}
.news-details-heading-info {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 13px;
	align-items: center;
	border-bottom: dashed 1px #ff9200;
}
.date-info {
	width: 6%;
}
.date-info .datetext {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	line-height: 17px;
	background: #9bc739;
	border-radius: 50%;
	font-family: "Lato", sans-serif;
}
.date-info .datetext span {
	display: block;
	font-size: 21px;
	font-weight: bold;
}
.news-details-heading {
	width: 94%;
	padding-left: 20px;
	position: relative;
}
.news-details-heading .news-details-heading-title {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	font-family: "Lato", sans-serif;
	min-height: 50px;;
}
.news-details-heading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 50px;
	background: #ec7844;
}
.cont-text {
	margin-bottom: 30px;
}
.cont-text p {
	font-size: 15px;
	text-align: justify;
	color: #000000;
	margin-bottom: 0px;
}
.news-details-img {
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}
.news-details-img img {
	width: 100%;
}
.back-icon a {
	display: inline-block;
	max-width: 55px;
}
/*----------------------------------------*/
/*              index 5  css
/*----------------------------------------*/
.news-details-wrapper.box-wrapper {
	background: #ffffff;
	padding: 20px 30px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: solid 1px #ede5ed;
}
.news-details-wrapper.box-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 82px;
	border-bottom: dashed 1px #9882cb;
}
.news-details-wrapper.box-wrapper .news-details-heading-info {
	border: none;
	margin-bottom: 10px;
}
.news-details-wrapper.box-wrapper .news-details-heading-info .news-details-heading {
	padding-left: 5px;
}
.news-details-wrapper.box-wrapper .news-details-heading-info .news-details-heading::after {
	background: none;
}
.news-details-wrapper.box-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	left: 0;
	background: #ffcda0;
	z-index: -1;
}
.owl-carousel-wrapper.slider-row {
	margin: 0px 70px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -17px;
	top: 46%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -17px;
	top: 46%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 34px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 34px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -26px;
	top: 35%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -26px;
	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;
}
.news-details-wrapper.box-wrapper .back-icon {
	text-align: center;
	margin-top: 25px;
	position: relative;
	z-index: 333;
}
/*----------------------------------------*/
/*              index 6  css
/*----------------------------------------*/
.select-box-wrapper.wrapp {
	border: none;
	margin-bottom: 20px;
}
.news-details-wrapper-info-row {
	background: #ffffff;
	padding: 20px 25px;
	border: solid 1px #ffcc66;
	border-radius: 12px;
	margin-bottom: 10px !important;
	margin: auto;
}
.news-details-wrapper-info-row .col-md-9 {
	padding: 0px 0px;
}
.news-details-wrapper-info {
	padding-top: 8px;
	width: 94%;
}
.news-details-wrapper-info .news-details-heading-info {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
	align-items: baseline;
}
.news-details-wrapper-info .news-details-heading-info .news-details-heading .news-details-heading-title {
	font-size: 18px;
	min-height: auto;
}
.news-details-wrapper-info .news-details-heading-info .news-details-heading p {
	font-size: 15px;
	color: #000000;
	padding-top: 7px;
}
.news-details-wrapper-info .news-details-heading-info .news-details-heading .btn-wrapper.wrap {
	position: relative;
}
.news-details-wrapper-info .news-details-heading-info .news-details-heading::after {
	background: none;
}
.news-details-wrapper-info-row .col-md-3 {
	padding: 0px 0px;
}
.news-details-wrapper-info-row.rowtwo {
	align-items: center;
}
.news-details-wrapper-info-row.rowtwo .news-details-wrapper-info {
	padding-top: 0px;
}
.news-details-wrapper-info-row.rowtwo .news-details-wrapper-info .news-details-heading-info {
	align-items: center;
}
.btn-wrapper.wrap.rr {
	position: relative;
	text-align: right;
	margin-right: 20px;
}
.pdf {
	text-align: right;
	margin-right: 50px;
}
.pdf a {
	display: inline-block;
	max-width: 40px;
}
ul.pagination.wrapper {
	padding-top: 20px;
}
ul.sidemenu {
	padding: 10px 0px;
}
.sidemenu li {
	position: relative;
	margin-bottom: 6px;
}
.sidemenu li > a {
	/* font-size: 15px; */
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	display: flex;
	padding: 12px 17px;
	font-weight: 600;
	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: #86c03c;/*e7e7e7*/
	border: solid 1px #ff9536;
	border-radius: 5px;
}
i.fal.fa-chevron-circle-right.toggle-submenu {
	color: #ff9536;
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	position: absolute;
	right: 15px;
	top: 12px;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #81418b;
}
.sidemenu li:hover > a {
	color: #ffffff;
	background-color: #ff9536;
}
.submenu-side {
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 10px;
}
.submenu-side ul li a {
	line-height: 18px;
	font-size: 14px;
	/* padding: 4px 0px; */
	padding: 4px 0px 4px 7px;
	border: none;
	background: none;
}
.submenu-side ul li a:hover {
	/* color: #2a64a1; */
	color: white;
	/* background: none; */
	background-color: #ff9536;
}
.submenu-side ul li:hover i.fal.fa-chevron-circle-right.toggle-submenu {
	color: white !important;
}
.submenu-side ul li i.fal.fa-chevron-circle-right.toggle-submenu 
{
	top: 2px;
}
.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;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 13px;
}
.news-list-row {
	float: left;
	width: 100%;
	margin-top: 0px;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	height: 41px;
	line-height: 40px;
	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%;
	border: solid 1px #C7C7D5;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 46%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	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 .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #3ec25c;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
#sliderhome .owl-nav button i {
	font-weight: 500;
}
#sliderhome .owl-nav button {
	width: 35px;
	height: 35px;
	border: solid 2px #fff;
	border-radius: 100px;
	color: #fff;
	font-size: 17px;
	font-weight: 100;
}
.mobile-view-logo {
	display: none;
}
#sliderhome .owl-nav button:hover {
	background-color: #9bc739;
	border: solid 1px #829b4c;
}







/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
#sliderhome .owl-nav button {
	display: none;
}
#sliderhome .owl-dots {
	bottom: 5px;
}
.latest-news-right-logo-wrapper .latest-news-right-logo img {
	height: auto;
	width: 100%;
}
.latest-news-right-logo-wrapper .latest-news-right-logo {
	max-width: 50%;
	float: left;
	padding: 5px;
	margin-bottom: 0px;
}
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);
}
.header-section {
	display: none;
}
.mobile-view-logo {
	display: block;
}
.left-side-bar-mobile-view {
	display: block;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
}
.left-side-bar-desktop-view {
	display: none;
}
.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: 16px;
}
.all-events {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
.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;
}
.menu-section {
	padding-top: 11px;
	padding-bottom: 10px;
	background-image: url(../images/header-bg-mobile.jpg);
	background-position: center;
	background-size: cover;
}
.logo a {
	max-width: 65%;
}
.slider-banner-wrapper img {
/*	height: 109px;*/
	object-fit: cover;
}
#sliderhome .owl-nav button {
	width: 30px;
	height: 30px;
	font-size: 15px;
}
.service-box-wrapper-row {
	margin-left: -5px;
	margin-right: -5px;
}
.service-box-wrapper-row .col-md-3 {
	max-width: 50%;
	flex: 50%;
	padding: 0px 5px;
}
.service-box-wrapper {
	margin-bottom: 10px;
}
.latest-news-section {
	padding-top: 15px;
}
.heading-title::after {
	width: 34%;
	left: 112px;
	bottom: 20px;
	margin: initial;
}
.btn-wrapper a {
	font-size: 13px;
	padding: 5px 20px;
}
.activity-box-wrapper-row {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
}
.activity-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
	margin-bottom: 0px;
}
.activity-box-wrapper {
	margin-bottom: 15px;
}
.activity-box-wrapper-row .col-md-3 {
	padding: 0px 0px;
	margin-bottom: 0px;
}
.activity-section {
	padding-top: 35px;
}
.activity-banner-box-wrapper .activity-banner-title {
	padding-left: 23px;
	font-size: 20px;
}
.homepage-content-section {
	padding: 25px 0px 40px;
}
.footer-details-wrapper {
	display: block;
	text-align: center;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.footer-logo a {
	max-width: 28%;
	margin-bottom: 20px;
}
.footer-details-row .col-md-5 {
	max-width: 100%;
	flex: 100%;
}
.footer-details-row .col-md-4 {
	max-width: 100%;
	flex: 100%;
}
.footer-details-row .col-md-3 {
	max-width: 100%;
	flex: 100%;
}
.footer-details {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 20px;
}
.footer-details .school-name-title {
	font-size: 16px;
	padding-bottom: 4px;
}
.footer-details p {
	font-size: 13px;
	line-height: 20px;
}
.footer-details ul li {
	line-height: 30px;
}
.footer-details-info {
	margin-left: 0px;
	text-align: center;
}
.footer-social-icon {
	text-align: center;
}
.copyright-text {
	text-align: center;
}
.besign-by {
	text-align: center;
	padding-top: 3px;
}
.banner-wrapper img {
	height: 107px;
	object-fit: cover;
}
.banner-text {
	font-size: 21px;
	letter-spacing: 2px;
	padding-bottom: 12px;
	line-height: 17px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.row-owl-carousel-wrapper {
	margin: auto;
	width: 100%;
	margin-top: 20px;
}
.select-box {
	width: 100%;
}
.select-box-wrapper {
	padding-bottom: 58px;
	margin-bottom: 25px;
}
ul.pagination {
	display: flex;
	padding-top: 13px;
	justify-content: center;
	padding-bottom: 7px;
}
.news-details-heading-info {
	display: flex;
	align-items: baseline;
}
.date-info {
	width: 20%;
}
.news-details-heading {
	width: 80%;
}
.news-details-heading::after {
	left: 4px;
	height: 127px;
}
.news-details-img {
	width: 100%;
}
.news-details-wrapper.box-wrapper .news-details-heading-info {
	align-items: center;
}
.news-details-wrapper.box-wrapper .news-details-heading-info .news-details-heading {
	padding-left: 11px;
}
.news-details-wrapper.box-wrapper {
	padding: 20px;
	border-radius: 10px;
}
.owl-carousel-wrapper.slider-row {
	margin: 0px 0px;
}
.news-details-wrapper.box-wrapper::after {
	height: 27%;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 24px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 24px;
}
#sync2 .owl-nav button.owl-next {
	right: -14px;
	top: -1%;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 8px;
}
#sync2 .owl-nav button.owl-prev {
	left: -14px;
	top: -1%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 8px;
}
.date-info .datetext span {
	font-size: 20px;
}
.news-list-row {
	margin-top: 0px;
}
.news-details-wrapper-info-row {
	padding: 15px 15px;
	border-radius: 10px;
}
.news-details-wrapper-info {
	padding-top: 0px;
	width: 100%;
}
.news-details-wrapper-info-row .news-details-heading {
	padding-left: 10px;
}
.news-details-wrapper-info .news-details-heading-info .news-details-heading .news-details-heading-title {
	font-size: 17px;
}
.news-details-imgs {
	margin-top: 20px;
}
.btn-wrapper.wrap.rr {
	text-align: center;
	margin-right: 0;
	margin-top: 15px;
}
.news-details-wrapper-info-row.rowtwo .news-details-wrapper-info .news-details-heading-info {
	align-items: baseline;
}
.news-details-heading .news-details-heading-title {
	line-height: 22px;
}
.pdf {
	text-align: center;
	margin-right: 0;
	margin-top: 20px;
}
.other-banner-row1 {
	padding-bottom: 9px;
}
}
/******* 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);
}
.menu-section {
	padding-top: 0px;
}
.heading-title::after {
	width: 70%;
	left: 10px;
}
.slider-banner-wrapper img {
	height: 300px;
	object-fit: cover;
}
.header-social-icon {
	margin-right: 50px;
}
.toggle {
	top: -98px;
}
.service-box-wrapper-row {
	margin-left: -6px;
	margin-right: -6px;
}
.service-box-wrapper-row .col-md-3 {
	padding: 0px 6px;
}
.activity-box-text .activity-box-title {
	font-size: 14px;
}
.latest-news-right-logo-wrapper .latest-news-right-logo img {
	height: 71px;
}
.activity-box-wrapper-row {
	margin-top: 8px;
}
.footer-details-row .col-md-4 {
	max-width: 31%;
	flex: 31%;
}
.footer-details-row .col-md-3 {
	max-width: 24%;
	flex: 24%;
}
.footer-details-info {
	margin-left: 0px;
}
.footer-details .school-name-title {
	font-size: 18px;
}
.footer-details p {
	font-size: 14px;
}
.footer-details ul li span {
	margin-top: 8px;
}
.banner-text {
	font-size: 40px;
	padding-bottom: 20px;
}
ul.sidemenu {
	padding: 0px 0px;
}
.select-box {
	width: 22%;
}
.date-info {
	width: 8%;
}
.news-details-heading {
	width: 92%;
}
.owl-carousel-wrapper.slider-row {
	margin: 0px 55px;
}
.news-details-wrapper.box-wrapper::after {
	height: 44%;
}
.news-list-row {
	margin-top: 0px;
}
.news-details-wrapper-info {
	width: 100%;
}
}


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.latest-news-right-logo-wrapper .latest-news-right-logo img {
	height: 83px;
	width: 100%;
}
}

	/* 计数器样式 */
.slider-counter-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slider-counter-container .current-slide {
    color: #4CAF50; 
    font-weight: 700;
    font-size: 18px;
    min-width: 25px;
    text-align: center;
}

.slider-counter-container .total-slides {
    color: #bbb;
    font-weight: 500;
    min-width: 25px;
    text-align: center;
}

.slider-counter-container::before {
    content: '張數: ';
    color: #ccc;
    font-size: 14px;
    margin-right: 2px;
}