@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=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Caveat:wght@400..700&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Gothic+A1&family=Habibi&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..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&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
@font-face {
	font-family: 'MElleHK-Medium';
	/*	src: url('../fonts/MElleHK-Medium.eot');*/
/*	src: url('../fonts/MElleHK-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MElleHK-Medium.woff2') format('woff2'), url('../fonts/MElleHK-Medium.woff') format('woff'), url('../fonts/MElleHK-Medium.TTF') format('truetype'), url('../fonts/MElleHK-Medium.svg#MElleHK-Medium') format('svg');*/
	src: url('../fonts/MElleHK-Medium.TTF');
	font-weight: 500;
	font-style: normal;
	font-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;
}
.container {
	max-width: 1350px;
}
/*----------------------------------------*/
/*              Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #239b16;
	border-radius: 8px;
	padding: 7px 28px;
	font-size: 16px;
}
.theme-btn a {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #1a8b0e, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #2aaf1c, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(35, 155, 22, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22, 0);
}
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 21px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 9999;
	background: #239b16;
	width: 35px;
	height: 35px;
	line-height: 38px;
}
.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%; */
	width: calc( 100% - 40px );
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000;
	top: 10px;
	width: 40px;
	text-align: center;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #e5e5e5;
}
.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; */
	text-align: center;
}
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: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	/* padding-left: 34px; */
	padding-left: 25px;
}
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: #000000;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 23px;
	font-weight: bold;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 4px;
	position: absolute;
	top: 4px;
	font-size: 13px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	-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: 19px;
	background: #239b16;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li {
	position: relative;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 400;
}
.nav_area > ul > li ul.sub-menu li .arrow {
	display: none;
}
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 #e1e1e1;
}
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 {
	background-color: #fff;
	padding-top: 9px;
}
.logo {
	text-align: center;
}
.logo a {
	display: inline-block;
}
.mobile-menu.wrapper-menu {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
}
.header-section .logo {
	margin-top: 0px;
	margin-bottom: 0;
}
/******* Menu css End *******/

/******* index *******/
.header-icon ul li a.icon-bg1 {
	background: #e8983e;
}
.header-icon ul li a.icon-bg2 {
	background: #b2db4e;
}
.header-icon ul li a {
	color: #fff;
	text-decoration: none;
}
.header-icon ul {
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
.slider-banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 73%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-banner-text .welcome-text {
	font-size: 130px;
	color: #ffffff;
	line-height: 80px;
	font-family: "Allison", cursive;
	text-shadow: 2px 2px 20px #000000;
	margin-bottom: 30px;
}
.slider-banner-text .slider-banner-title {
	font-size: 42px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 2px 2px 20px #000000;
	font-family: "Cinzel", serif;
	font-weight: bold;
	line-height: normal;
}
#sliderhome .owl-dots {
	text-align: left;
	bottom: 18px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
	padding-left: 13%;
}
#sliderhome .owl-dots button.active span {
	background-color: #ffd350;
	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 {
	display: none;
}
.news-boxwrapper .heading-title {
	text-align: left;
}
.news-boxwrapper .heading-title span {
	padding-bottom: 0px;
}
.news-boxwrapper .heading-title span::after {
	background: none;
}
.rownew-box-wrapper .col-md-6 {
	padding: 0px 9px;
}
.rownew-box-wrapper .news-box-wrapper.wrapper {
	box-shadow: none;
	margin-bottom: 35px;
}
.rownew-box-wrapper .news-box-wrapper.wrapper .news-box-textinfo {
	padding: 10px;
}
.news-section.wrapper::after {
	height: 88%;
}
.outstanding-achievement-section {
	margin-bottom: 14px;
	position: relative;
}
.news-box-wrapper.news {
	margin-right: 120px;
}
.news-box-wrapper.news .news-box-text-info-wrapp::after {
	background: #e0b400;
}
.outstanding-achievement-details-info {
	display: flex;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}
.date-wrapper {
	text-align: center;
	width: 18%;
	padding: 23px 12px;
	font-size: 37px;
	font-weight: 600;
	color: #ffffff;
	line-height: 21px;
	background: #e0b400;
	border: solid 1px #e0b400;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
}
.date-wrapper span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}
.outstanding-achievement-details {
	width: 85%;
	text-align: left;
}
.outstanding-achievement-details .outstanding-achievement-details-title {
	font-size: 19px;
	font-weight: bold;
	color: #239b16;
	line-height: normal;
	padding-bottom: 2px;
}
.outstanding-achievement-details p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
}
.outstanding-achievement-details-inf {
	width: 83%;
	padding-left: 15px !important;
	padding: 14px 10px;
	border: solid 1px #239b16;
	border-left: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	align-items: center;
	background: #fff;
}
.outstanding-achievement-icon {
	width: 18%;
}
.achievement-box-wrapper {
	padding: 30px 40px 30px 25px;
	background: #fceeb8;
	border-top-right-radius: 120px;
	display: flex;
	min-height: 100%;
}
.achievement-box-details {
	width: 80%;
	padding-right: 30px;
}
.achievement-box-details .achievement-box-title {
	font-size: 35px;
	color: #239b16;
	letter-spacing: 3px;
	padding-bottom: 7px;
	font-family: 'MElleHK-Medium';
}
.achievement-box-details p {
	margin-bottom: 0px;
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
}
.achievement-box-img {
	width: 20%;
	padding-top: 60px;
}
.media-report-section {
	padding: 50px 0px 62px;
}
.media-report-section .media-report {
	max-width: 92%;
	margin-right: inherit;
}
.media-report-row .news-box-wrapper.wrapper.info {
	margin-left: 8px;
	margin-bottom: 0px;
}
#slidernews .owl-nav button.owl-prev {
	position: absolute;
	left: -61px;
	top: 38%;
	box-shadow: none !important;
	outline: none !important;
	border: solid 2px #cccccc;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	line-height: 37px;
	color: #cccccc;
	font-size: 22px;
}
#slidernews .owl-nav button i {
	font-weight: 500;
}
#slidernews .owl-nav button.owl-prev:hover {
	background-color: #239b16;
	border: solid 2px #239b16;
	color: #fff;
}
#slidernews .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: 0%;
	box-shadow: none !important;
	outline: none !important;
	display: none;
}
#slidernews .owl-nav button.owl-next img {
	max-width: 36px !important;
}
#slidernews .owl-nav button.owl-prev img {
	max-width: 36px !important;
}
#slidernews .owl-dot {
	display: none;
}
.partner-logo-section {
	padding: 45px 0px 55px;
	background: #edf7dd;
	float: left;
	width: 100%;
}
.partner-logo-row .col-md-2 {
	padding: 0px 5px;
}
#slider-partner-logo .owl-dots {
	text-align: center;
	bottom: -43px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#slider-partner-logo .owl-dots button.active span {
	background-color: #239b16;
	position: relative;
}
#slider-partner-logo .owl-dots button span {
	background-color: #d9d9d9;
}
#slider-partner-logo .owl-dots button {
	outline: 0;
}
#slider-partner-logo .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#slider-partner-logo .owl-nav {
	display: none;
}
.footer-section {
	padding-top: 30px;
	background-image: url(../images/footer-bgg.jpg);
	background-size: cover;
	width: 100%;
	float: left;
}
.footer-social-icon {
	text-align: center;
	margin-bottom: 45px;
}
.footer-social-icon ul li {
	display: inline-block;
	margin: 0px 10px;
}
.footer-social-icon ul li a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #ececec;
	border-radius: 50%;
}
.footer-social-icon ul li a img {
	max-width: 42px;
}
.footer-logo a {
	display: inline-block;
	max-width: 96%;
}
.footer-details-info .footer-details-title {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 6px;
	font-weight: bold;
}
.footer-details-info ul li {
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 4px;
}
.footer-details-info ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
.footer-details-info.wrap ul li {
	position: relative;
	padding-left: 26px;
	padding-bottom: 6px;
}
.footer-details-info.wrap ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
}
.copyright-info {
	border-top: solid 1px #aecf86;
	margin-top: 53px;
	padding: 10px 0px;
}
.copyright-text {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}
/*----------------------------------------*/
/*              index 2  css
/*----------------------------------------*/
.banner-section {
	position: relative;
	border-top: solid 2px #239b16;
}
.banner-wrapper img {
	width: 100%;
}
.banner-title-info {
	position: absolute;
	width: 100%;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title-info .banner-title {
	font-size: 58px;
	color: #ffffff;
	letter-spacing: 8px;
	font-family: 'MElleHK-Medium';
}
.content-section {
	padding: 40px 0px 60px;
	position: relative;
}
.row-owl-carousel-wrapper.calendar-row {
	width: 70%;
	margin: auto;
}
.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: #8cba46;
}
.calendar_remark .remark_3:before {
	background-color: #6291e6;
}
.calendar_remark .remark_4:before {
	background-color: #ae2d2a;
}
a.down-btn {
	color: #ffffff;
	padding: 6px 50px;
	display: table;
	margin: 25px auto;
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background: #63a944;
}
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 #63a944;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
	font-family: "Outfit", sans-serif;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: "Outfit", sans-serif;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
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: 600;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #dfc43a;
	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
/*----------------------------------------*/

.section-heading {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
	border-bottom: solid 1px #efcd55;
	padding-bottom: 16px;
}
.date-info {
	width: 6%;
}
.date-info .datetext {
	text-align: center;
	color: #ffffff;
	font-size: 31px;
	width: 70px;
	height: 70px;
	padding-top: 14px;
	line-height: 21px;
	background: #239b16;
	border-radius: 50%;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.date-info .datetext span {
	display: block;
	font-size: 17px;
	margin-top: 3px;
}
.section-heading-text {
	width: 94%;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	padding-left: 9px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}
.news-details-info {
	width: 88%;
	margin: auto;
}
.cont-text {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 26px;
}
.news-details-img {
	width: 84%;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 30px;
}
.back-btn {
	text-align: center;
	padding-top: 10px;
}
.back-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 9px 37px;
	background: #e0b400;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-weight: bold;
}
.back-btn a img {
	margin-right: 8px;
	vertical-align: bottom;
}
/*----------------------------------------*/
/*              index 4 css
/*----------------------------------------*/
.news-section {
	padding-top: 26px;
	position: relative;
	padding-top: 84px;
	margin-bottom: 36px;
}
.news-section-btn .theme-btn {
	float: right;
}
.news-section .container {
	position: relative;
	z-index: 333;
}
.news-section::after {
	content: "";
	position: absolute;
	width: 93%;
	top: 152px;
	right: 0;
	height: 76%;
	background-image: url(../images/background1.png);
	background-size: 100% 100%;
}
.select-box-wrapper-row {
    display: flex;
    justify-content: center;
    margin-bottom: 66px;
    position: relative;
    z-index: 2;
}
.select-box-wrapper {
	min-width: 250px;
}
.content-section-wrapper {
	padding: 0px 0px 35px;
}
.news-box-wrapper {
	position: relative;
}
.news-box-wrapper .news-box-img img {
	width: 100%;
}
.news-box-wrapper .news-box-text-info-wrapp {
	position: relative;
	margin-top: -15px;
}
.news-box-wrapper .news-box-text-info {
	width: 86%;
	background: #ffffff;
	padding: 15px;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
	text-align: left;
}
.news-box-wrapper .news-box-text-info .news-box-title {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 3px;
}
.news-box-wrapper .news-box-text-info p {
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 22px;
	margin-right: 30px;
}
.add-icon {
	position: absolute;
	right: 15px;
	bottom: 12px;
}
.add-icon a {
	display: inline-block;
	max-width: 25px;
}
.news-box-wrapper .news-box-text-info-wrapp::after {
	content: "";
	position: absolute;
	width: 86%;
	left: 8px;
	top: 8px;
	height: 100%;
	background: #71b350;
	z-index: 1;
}
.news-box-wrapper .date-info {
	position: absolute;
	right: 10px;
	top: -10px;
	width: auto;
}
.row-news-box-wrapper {
	/*margin-top: 80px;*/
	margin-left: -10px;
	margin-right: -10px;
}
.row-news-box-wrapper .col-md-3 {
	padding: 0px 10px;
}
.news-box-wrapper.wrapper {
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	margin-bottom: 45px;
}
.news-box-wrapper.wrapper .news-box-textinfo {
	padding: 8px 10px 22px;
	background: #ffffff;
}
.news-box-wrapper.wrapper .news-box-textinfo .news-box-title-text {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 23px;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #b2db4e;
	color: #fff;
	border: solid 1px #b2db4e;
}
ul.pagination li.page-item a:hover {
	background: #b2db4e;
	color: #fff;
	border-color: #b2db4e;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0px;
}
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 5 css
/*----------------------------------------*/

.owl-carousel-wrapper.slider-row {
	margin: auto;
	padding: 15px 70px 35px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
}
#sync1 .owl-nav button {
	width: 37px;
	height: 37px;
	border-radius: 100px;
	line-height: 37px;
	color: #fff;
	background-color: #93c624;
}
#sync1 .owl-nav button {
	outline: 0;
	top: 46%;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -50px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 30px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 30px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -29px;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -29px;
}
#sync2 .owl-nav button {
	top: 35%;
	font-size: 26px;
	color: #93c624;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 10px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 10px;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 4px #419643;
}
/*----------------------------------------*/
/*              index 6  css
/*----------------------------------------*/
.select-box-wrapper-row.wrapp {
	margin-bottom: 38px;
}
.news-box-wrapper.wrapper.info {
	box-shadow: none;
	background: #ffffff;
	border: solid 1px #239b16;
}
.news-box-wrapper.wrapper.info .news-box-textinfo {
	padding: 20px 15px 17px;
}
.news-box-wrapper.wrapper.info .date-info {
	top: auto;
	right: auto;
	bottom: -13px;
	left: 10px;
}
.rownews-box-wrapper {
	margin-left: -9px;
	margin-right: -9px;
}
.rownews-box-wrapper .col-md-4 {
	padding: 0px 9px;
}
.news-box-wrapper.wrapper.info {
	margin-bottom: 28px;
}
/*----------------------------------------*/
/*              index 7  css
/*----------------------------------------*/
.heading-title {
	text-align: center;
	margin-bottom: 33px;
}
.heading-title {
	display: inline-block;
	font-size: 46px;
	letter-spacing: 3px;
	color: #7fc70d;
	font-family: 'MElleHK-Medium';
}
.heading-title span {
	color: #239b16;
}
.application-details-heading-info {
	padding-bottom: 12px;
}
.application-details-heading-info .application-title {
	font-size: 44px;
	color: #239b16;
	margin-bottom: 8px;
	letter-spacing: 3px;
	font-family: 'MElleHK-Medium';
}
.application-details-info p {
	font-size: 18px;
	color: #000000;
	line-height: 29px;
	margin-bottom: 15px;
}
.application-details {
	padding-bottom: 11px;
}
.application-details .application-details-text {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
	padding-bottom: 7px;
	letter-spacing: 2px;
}
.application-details .application-details-text::after {
	content: "";
	position: absolute;
	width: 7px;
	left: 0;
	top: 5px;
	height: 39px;
	background: #7fc70d;
}
.application-details-row {
	align-items: center;
	margin-top: 25px;
	padding-bottom: 8px;
}
.application-details.info {
	width: 88%;
	padding-bottom: 24px;
	border-bottom: solid 8px #daead0;
}
.application-details-info.wrapp {
	padding-top: 20px;
}
.application-details-info {
	padding-bottom: 30px;
}
/*----------------------------------------*/
/*        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;
	text-transform: capitalize;
	height: 44px;
	line-height: 44px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	-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 #707070;
	color: #000000;
	font-weight: 600;
	letter-spacing: 2px;
}
.nice-select:hover {
	border-color: #5999f1;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #5999f1;
}
.nice-select:after {
	border-bottom: 2px solid #239b16;
	border-right: 2px solid #239b16;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-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: #1d2482;
}
.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;
}
/*>>>>>>>>>>>> sidemenu >>>>>>>>>>>*/

ul.sidemenu {
	background: #dbf0fa;
	padding: 15px;
	padding-bottom: 180px;
	border-top: solid 4px #029be1;
}
.sidemenu li {
	position: relative;
	border-bottom: solid 1px #a5dbf4;
}
.sidemenu li > a {
	font-size: 15px;
	line-height: 20px;
	color: #003e7a;
	display: flex;
	padding: 13px 5px;
	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;
	font-weight: bold;
	letter-spacing: 2px;
}
i.far.fa-long-arrow-right.toggle-submenu {
	color: #029be1;
	font-size: 10px;
	position: absolute;
	right: 3px;
	top: 12px;
	font-weight: bold;
	width: 22px;
	height: 22px;
	line-height: 18px;
	text-align: center;
	border: solid 2px #029be1;
	border-radius: 50%;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #81418b;
}
.sidemenu li:hover > a {
	color: #06bbd3;
}
.submenu-side {
	margin-bottom: 15px;
}
.submenu-side ul li {
	border: none;
	padding-bottom: 5px;
}
.submenu-side ul li a {
	line-height: 3px;
	font-size: 14px;
	padding: 8px 0px;
	border: none;
	background: none;
}
.submenu-side ul li a:hover {
	color: #2a64a1;
	background: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #70b7b4;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-bottom: 20px;
	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.far.fa-long-arrow-right {
	color: #029be1;
	border-color: #029be1;
}
.header-icon {
	display: inline-block;
	text-align: right;
	float: right;
	margin-bottom: 6px;
}
.header-icon ul li {
	margin-left: 7px;
}
.header-icon ul li a {
	background: #ececec;
	border-radius: 100px;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}
.wrapper-menu .theme-btn {
	display: inline-block;
	margin-left: 23px;
}
.news-list-section .news-section {
	margin-top: 15px;
	margin-bottom: 70px;
	padding-top: 33px;
}
.header-box-n {
	width: 100%;
}
.header-box-n .header-text {
	font-size: 46px;
	display: inline-block;
	position: relative;
	font-family: 'MElleHK-Medium';
	color: #7fc70d;
	letter-spacing: 3px;
}
.header-box-n .header-text span {
	color: #239b16;
}
.header-box-n .header-text:before {
	content: "";
	width: 136px;
	height: 60px;
	border-top: 6px solid #f4c72f;
	border-left: 6px solid #f4c72f;
	display: inline-block;
	position: absolute;
	left: -52px;
	top: -21px;
}
.line:after {
	content: "";
	background-color: #c3e58d;
	height: 5px;
	width: 152px;
	display: inline-block;
	position: absolute;
	bottom: -16px;
	left: 0px;
	right: 0;
	margin: 0px auto;
}
.header-box-n {
	width: 100%;
	text-align: center;
	margin-bottom: 67px;
}
.new-div1 {
	padding-top: 81px;
}
.about-section1 {
	padding-top: 36px;
	padding-bottom: 127px;
}
.about-info-title {
	font-size: 38px;
	margin-bottom: 8px;
	color: #000;
	font-family: 'MElleHK-Medium';
}
.color1 {
	color: #239b16;
}
.color2 {
	color: #7fc70d;
}
.about-info-row p {
	font-size: 14px;
	line-height: 25px;
	color: #000;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.news-section .theme-btn {
	float: right;
}
.about-section1 .aboutbox1 {
	position: absolute;
	left: 0px;
	padding-left: 0;
}
.about-info2 {
	margin-left: auto;
}
.about-info1:After {
	content: "";
	height: 100%;
	width: 5px;
	background: #f6d23e;
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 0px;
}
.about-info1 {
	position: relative;
	padding-left: 13px;
}
.outstanding-achievement-section::after {
	content: "";
	position: absolute;
	width: 97%;
	bottom: 18px;
	left: 0;
	height: 100%;
	background-image: url(../images/outstanding-bg1.png);
	background-size: 100% 100%;
	z-index: -1;
}
.outstanding-achievement-section .container {
	padding-top: 18px;
}
.tab-section-title {
	margin-bottom: 45px;
}
.outstanding-section-btn {
	margin-bottom: 50px;
}
.media-report-title .heading-title {
	text-align: right;
	float: right;
	margin-bottom: 29px;
	padding-right: 82px;
	position: relative;
	display: inline-block;
}
.media-report-title .heading-title:after {
	content: "";
	width: 72px;
	height: 79px;
	border-top: 6px solid #f4c72f;
	border-right: 6px solid #f4c72f;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 30px;
}
.row-media-report-title {
	width: 100%;
}
.row-media-report-row {
	width: 100%;
	float: left;
}
.outstanding-section-btn .theme-btn {
	position: relative;
	display: inline-block;
}
.outstanding-section-btn .theme-btn:after {
	content: "";
	width: 72px;
	height: 57px;
	border-bottom: 6px solid #f4c72f;
	border-right: 6px solid #f4c72f;
	display: inline-block;
	position: absolute;
	right: -87px;
	top: -33px;
}
.tabs-wrapper .tab-wrapper li {
	font-size: 46px;
	letter-spacing: 3px;
	color: #7fc70d !important;
	cursor: pointer;
	border-right: solid 2px #f6d23e;
	line-height: 40px;
	padding: 0px 24px;
	font-family: 'MElleHK-Medium';
	position: relative;
	display: inline-block;
}
.tabs-wrapper .tab-wrapper li span {
	color: #239b16;
}
.tab-wrapper {
	text-align: center;
	display: block;
}
.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.tab-link:hover {
	color: #999;
	border-color: #999;
}
.tab-link.active {
	color: #333;
	border-color: #333;
}
.tab-content {
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}
.tab-content.active {
	display: block;
}
@keyframes fadeIn {
 100% {
 opacity: 1;
 transform: none;
}
}
.tabs-wrapper .tab-wrapper li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}
.tabs-wrapper .tab-wrapper li.active:After {
	content: "";
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 24px solid #239b16;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	bottom: -35px;
}
.tab-wrapper ul.tabs {
	position: relative;
	display: inline-block;
}
.tab-wrapper ul.tabs:after {
	content: "";
	width: 102px;
	height: 63px;
	border-top: 6px solid #f4c72f;
	border-left: 6px solid #f4c72f;
	display: inline-block;
	position: absolute;
	left: -23px;
	top: -30px;
	z-index: -1;
}
/******* Page No 8 CSS *******/
.content-title1 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
	padding-bottom: 24px;
	letter-spacing: 2px;
}
.content-title1::after {
	content: "";
	position: absolute;
	width: 7px;
	left: 0;
	top: 5px;
	height: 39px;
	background: #7fc70d;
}
.list-t ul {
	padding-left: 8px;
}
.list-t {
	margin-bottom: 22px;
}
.table1, .table1 th, .table1 td {
	border: 1px solid #72b026;
	border-collapse: collapse;
	font-size: 17px;
	padding: 9px 13px;
}
table.table1 {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 30px;
}
.table1 thead {
	background: #94c35a;
}
.table1 thead th {
	color: #fff;
}
.table1 tbody tr th {
	color: #239b16;
}
.list-title-1 {
	margin-bottom: 17px;
	color: #000;
	font-size: 17px;
}
ul.more-ul {
	padding-left: 25px;
}
.content-row {
	margin-bottom: 52px;
}
.new-style li {
	position: relative;
}
.new-style li {
	position: relative;
	padding-left: 6px;
	font-size: 16px;
	color: #000;
	margin-top: 3px;
}
.new-style li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #7fc70d;
	display: inline-block;
	border-radius: 100px;
	left: -5px;
	position: absolute;
	top: 9px;
}
.table-style2 tbody tr:first-child {
	background: #d0e4b6;
}
.list-t ul li, .list-t .list-title {
	font-size: 16px;
	color: #000;
}
.admission-text {
	display: flex;
}
.admission-text-left {
	width: 124px;
	color: #239b16;
	font-size: 33px;
	font-family: 'MElleHK-Medium';
}
.admission-text-right {
	width: 100%;
}
.admission-text-right .admission-t {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 12px;
}
.admission-text-right p {
	color: #000;
	font-size: 16px;
	line-height: 29px;
}
.admission-text-left span {
	color: #f6d23e;
}
.list-t ul a {
	color: #7fc70d;
}
.back-btn-row1 .back-btn {
	display: inline-block;
	margin-left: 10px;
}
.back-btn.btn-bg2 a {
	background: #6bad43;
	padding: 9px 62px;
}
.back-btn-row1 img {
	margin-left: 13px;
	margin-right: 0;
}
.graphic-div1 {
	position: absolute;
	top: -35px;
	right: 0;
	width: 52%;
}
.graphic-div2 {
	position: absolute;
	bottom: -104px;
	width: 512px;
	right: 64px;
}
.tabs-section-bg {
	position: relative;
}
.tabs-section-bg .graphic-div1 {
	top: 149px;
	z-index: -1;
}
.graphic-div3 {
	position: absolute;
	top: -42px;
	right: 0px;
	width: 497px;
	z-index: -1;
}
.news-list-section .news-section::after {
	top: 103px;
	height: 77%;
}
.news-list-section {
	position: relative;
}
.news-section-btn .theme-btn:after {
	content: "";
	width: 74px;
	height: 114px;
	border-bottom: 6px solid #f4c72f;
	border-right: 6px solid #f4c72f;
	display: inline-block;
	position: absolute;
	right: -87px;
	top: -93px;
}
.news-section-btn .theme-btn {
	float: right;
	position: relative;
	margin-right: 126px;
	margin-top: -27px;
}
.news-box-img {
	position: relative;
}
/*----------------------------------------*/
/*              New Slider CSS
/*----------------------------------------*/ 
.swiper {
	width: 100%;
	height: 700px;
}
.swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.swiper-slide img, .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-content {
	position: absolute;
	top: 46%;
	left: 0%;
	z-index: 10;
	max-width: 100%;
	width: 100%;
}
.slide-content h2 {
	font-size: 48px;
	margin-bottom: 20px;
}
.slide-content p {
	font-size: 18px;
	line-height: 1.6;
}
.slide-content a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}
/* Vertical Pagination */
.swiper-pagination {
	right: 10px !important;
	top: 50%;
	transform: translateY(-50%);
	left: auto !important;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
}
.swiper-pagination-bullet-active {
	background: #007aff;
}
.swiper-pagination-bullet {
	opacity: 0.7;
}
.swiper-pagination-bullet--svg-animation {
	width: 30px;
	height: 30px;
	margin: 0 6px !important;
	display: inline-block;
}
.swiper-pagination-bullet--svg-animation svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: -1px;
	position: absolute;
	left: -10px;
}
.swiper-pagination-bullet--svg-animation .svg__circle-inner {
	stroke: #fff;
	fill: transparent;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	display: none;
}
.swiper-pagination-bullet-active .svg__circle {
	stroke: #fff;
	stroke-dasharray: 100;
	stroke-dashoffset: 0;
	-webkit-animation: progress 20s ease-in-out 1 forwards;
	-moz-animation: progress 20s ease-in-out 1 forwards;
	-ms-animation: progress 20s ease-in-out 1 forwards;
	animation: progress 20s ease-in-out 1 forwards;
}
.swiper-pagination-bullet-active .svg__circle-inner {
/*fill: #000;*/
}
.swiper-container {
	padding-bottom: 3rem;
}
/*.swiper-slide {
	background-color: #eaeaea;
}*/
.swiper-pagination {
	position: absolute;
	bottom: 0;
}
 @-webkit-keyframes progress {
 0% {
 stroke-dashoffset: 100;
 opacity: 1;
}
 95% {
 stroke-dashoffset: 0;
 opacity: 1;
}
 100% {
 opacity: 0;
 stroke-dashoffset: 0;
}
}
@-moz-keyframes progress {
 0% {
 stroke-dashoffset: 100;
 opacity: 1;
}
 95% {
 stroke-dashoffset: 0;
 opacity: 1;
}
 100% {
 opacity: 0;
 stroke-dashoffset: 0;
}
}
@-o-keyframes progress {
 0% {
 stroke-dashoffset: 100;
 opacity: 1;
}
 95% {
 stroke-dashoffset: 0;
 opacity: 1;
}
 100% {
 opacity: 0;
 stroke-dashoffset: 0;
}
}
@keyframes progress {
 0% {
 stroke-dashoffset: 100;
 opacity: 1;
}
 95% {
 stroke-dashoffset: 0;
 opacity: 1;
}
 100% {
 opacity: 0;
 stroke-dashoffset: 0;
}
}
.swiper-pagination-bullet {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.swiper-pagination-bullet .bullet-number {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.swiper-pagination-bullet {
	background: none !important;
}
.swiper-pagination span.swiper-pagination-bullet {
	margin: 0px 11px !important;
}
.slide-title1 {
	font-size: 60px;
	line-height: 77px;
	font-family: "Noto Serif", serif;
	text-shadow: 2px 2px #626262;
}
.swiper-pagination {
	bottom: 21px !important;
}
.swiper-slide {
	background-size: 100% 100%;
	background-position: center;
}
.nav_area > ul > li.active-hover > a {
	/* color: #ffc107; */
	color: silver;
}
.wrapper-menu ul.menu li.active-hover > a {
	color: #239b16;
}


/*----------------------------------------*/
/*         Social-icon Hover css
/*----------------------------------------*/
.footer-social-icon a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #239b16;
	font-size: 16px;
}
.footer-social-icon a {
	color: #fff;
}
.footer-social-icon a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.footer-social-icon a:after, .footer-social-icon a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.footer-social-icon a:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(359deg, #d9a423, #f3bd39b3);
}
.footer-social-icon a:after {
    transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, #f3bd39, rgba(124, 56, 216, 0));
}
.footer-social-icon a:hover, .footer-social-icon a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.footer-social-icon a:hover.outlined, .footer-social-icon a:focus.outlined {
	color: white;
}
.footer-social-icon a:hover:before, .footer-social-icon a:hover:after, .footer-social-icon a:focus:before, .footer-social-icon a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.footer-social-icon a:hover:before, .footer-social-icon a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.footer-social-icon a:hover:after, .footer-social-icon a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(35, 155, 22, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22, 0);
}
}

/*----------------------------------------*/
/*       Header-icon Hover css
/*----------------------------------------*/
.header-icon a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #239b16;
	font-size: 16px;
}
.header-icon a {
	color: #fff;
}
.header-icon a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.header-icon a:after, .header-icon a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.header-icon a:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(359deg, #d9a423, #f3bd39b3);
}
.header-icon a:after {
    transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, #f3bd39, rgba(124, 56, 216, 0));
}
.header-icon a:hover, .header-icon a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.header-icon a:hover.outlined, .header-icon a:focus.outlined {
	color: white;
}
.header-icon a:hover:before, .header-icon a:hover:after, .header-icon a:focus:before, .header-icon a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.header-icon a:hover:before, .header-icon a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.header-icon a:hover:after, .header-icon a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(35, 155, 22, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22, 0);
}
}


/*----------------------------------------*/
/*         Orange-btn Hover css
/*----------------------------------------*/
.orange-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
}
.orange-btn a {
	color: #fff;
}
.orange-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.orange-btn a:after, .orange-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.orange-btn a:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(359deg, #d9a423, #f3bd39b3);
}
.orange-btn a:after {
    transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, #f3bd39, rgba(124, 56, 216, 0));
}
.orange-btn a:hover, .orange-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.orange-btn a:hover.outlined, .orange-btn a:focus.outlined {
	color: white;
}
.orange-btn a:hover:before, .orange-btn a:hover:after, .orange-btn a:focus:before, .orange-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.orange-btn a:hover:before, .orange-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.orange-btn a:hover:after, .orange-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(243, 189, 57,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(243, 189, 57, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(243, 189, 57, 0);
}
}

/*----------------------------------------*/
/*         Green-btn Hover css
/*----------------------------------------*/
.green-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
}
.green-btn a {
	color: #fff;
}
.orange-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.green-btn a:after, .green-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.green-btn a:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(25deg, #1a8b0e, rgba(150, 56, 216, 0));
}
.green-btn a:after {
        transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, #2aaf1c, rgba(124, 56, 216, 0));
}
.green-btn a:hover, .green-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.green-btn a:hover.outlined, .green-btn a:focus.outlined {
	color: white;
}
.green-btn a:hover:before, .green-btn a:hover:after, .green-btn a:focus:before, .green-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.green-btn a:hover:before, .green-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.green-btn a:hover:after, .green-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(35, 155, 22, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(35, 155, 22, 0);
}
}








/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.swiper-slide {
	background-size: 100% 100%;
	background-position: center;
	aspect-ratio: 520 / 331;
}
.swiper {
	height: auto;
}
.slider-banner-text .welcome-text {
	font-size: 54px;
	line-height: 23px;
	margin-bottom: 12px;
}
.slider-banner-text .slider-banner-title {
	font-size: 15px;
}
.slider-banner-text-info {
	top: 46%;
}
.outstanding-achievement-details .outstanding-achievement-details-title {
	font-size: 12px;
}
.outstanding-achievement-details p {
	font-size: 11px;
	line-height: 17px;
}
.header-section {
	padding-top: 8px;
	padding-bottom: 9px;
}
.copyright-text {
	text-align: center;
	margin-bottom: 8px;
}
.besign-by {
	text-align: center;
}
.news-section {
	padding-top: 22px;
	margin-top: 0;
	margin-bottom: 14px;
	background: #dfe791;
}
.news-box-wrapper .news-box-text-info {
	width: 100%;
}
.news-box-wrapper .news-box-text-info-wrapp::after {
	width: 100%;
}
.news-section::after {
	display: none;
}
.rownew-box-wrapper {
	margin-top: 38px;
}
.about-section1 .aboutbox1 {
	position: relative;
	left: 0px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.about-info2 {
	padding: 0px 19px;
}
.about-info1:After {
	left: -6px;
}
.outstanding-achievement-section {
	margin-bottom: 14px;
	background: #b7e38d;
	padding-bottom: 41px;
	padding-top: 21px;
}
.outstanding-achievement-section::after {
	display: none;
}
.news-box-wrapper.news {
	margin-right: 0;
	margin-top: 20px;
}
.outstanding-section-btn .theme-btn:after {
	display: none;
}
.outstanding-section-btn .theme-btn {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 16px;
}
.achievement-box-wrapper-row .col-md-6 {
	margin-bottom: 20px;
}
.achievement-box-wrapper {
	padding: 16px 17px 24px 19px;
	border-top-right-radius: 33px;
}
.achievement-box-details {
	width: 86%;
	padding-right: 14px;
}
.achievement-box-details p {
	font-size: 13px;
	line-height: 30px;
}
.left-side-bar-desktop-view {
	display: none;
}
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
}
.header-icon {
	display: none;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.row-owl-carousel-wrapper.calendar-row {
	width: 100%;
}
.fc-toolbar h2 {
	font-size: 17px !important;
}
.event-item {
	display: inline-block;
	margin-top: 11px;
}
.title-text {
	margin-top: 19px;
}
.d-flex.align-items-center {
	width: 100%;
	display: inline-block !important;
	float: left;
	margin-top: 0px;
}
.d-flex.align-items-center img {
	width: 100%;
}
.d-flex.align-items-center .pl-4 {
	padding-left: 0px !important;
	padding-top: 11px !important;
}
.banner-title-info .banner-title {
	font-size: 31px;
	letter-spacing: initial;
}
.banner-title-info {
	top: 48%;
}
.copyright-info {
	margin-top: 20px;
}
.banner-wrapper img {
	width: 100%;
	height: 147px;
	object-fit: cover;
}
.section-heading-text {
	width: 100%;
	font-size: 16px;
	padding-left: 17px;
}
.date-info {
	width: auto;
}
.news-details-info {
	width: 100%;
}
.news-details-img {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	margin-bottom: 17px;
}
.back-btn a {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 9px 37px;
}
.footer-social-icon ul li {
	margin: 0px 1px;
}
.footer-social-icon ul li a {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.footer-social-icon ul li a img {
	max-width: 29px;
}
.footer-social-icon {
	margin-bottom: 19px;
}
.footer-logo {
	margin-bottom: 21px;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.content-section {
	padding: 29px 0px 36px;
}
.select-box-wrapper {
	min-width: 234px;
}
.news-box-wrapper-row .news-box-wrapper {
	margin-bottom: 36px;
}
ul.pagination li.page-item {
	margin: 0px 2px;
}
.select-box-wrapper-row {
	margin-bottom: 35px;
}
.owl-carousel-wrapper.slider-row {
	padding: 0px 25px 24px;
}
#sync1 .owl-nav button.owl-prev {
	left: -28px;
}
#sync1 .owl-nav button.owl-next {
	right: -28px;
}
#sync2 .owl-nav button {
	top: 0%;
}
.application-details-heading-info .application-title {
	font-size: 26px;
	margin-bottom: 13px;
	letter-spacing: 3px;
}
.header-box-n .header-text {
	font-size: 37px;
}
.application-details.info {
	width: 100%;
	border-bottom: none;
	padding-bottom: 13px;
}
.application-details .application-details-text {
	font-size: 24px;
}
.header-row .col-md-5 {
	width: 85%;
}
.header-row .col-md-7 {
	width: 15%;
	padding-left: 0px;
}
.header-section .logo {
	margin-top: 3px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 666;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.partner-logo-section {
	padding: 23px 0px 40px;
}
#slider-partner-logo .owl-dots {
	bottom: -33px;
}
#slidernews .owl-nav button.owl-prev {
	left: -37px;
	top: 32%;
	background-color: #239b16;
	border: solid 2px #239b16;
}
.tabs-wrapper .tab-wrapper li {
	font-size: 27px;
	letter-spacing: initial;
	color: #7fc70d !important;
	line-height: 39px;
	padding: 0px 9px;
}
.tab-wrapper ul.tabs:after {
	left: -11px;
	top: -13px;
}
.about-section1 {
	padding-bottom: 64px;
}
.media-report-section {
	padding: 16px 0px 57px;
}
.menu-bar ul .theme-btn {
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
}
.footer-details-row .col-md-2 {
	margin-bottom: 24px;
}
.admission-text {
	display: inline-block;
}
.table1, .table1 th, .table1 td {
	font-size: 12px;
	padding: 5px 4px;
}
.content-title1 {
	font-size: 21px;
}
.admission-text-right p {
	font-size: 15px;
	line-height: 37px;
}
.back-btn-row1 {
	text-align: center;
}
.header-box-n .header-text:before {
	left: -20px;
	top: -7px;
}
.new-div1 {
	margin-top: 25px;
}
.admission-text-right .admission-t {
	font-size: 26px;
	margin-bottom: 12px;
}
}



/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.swiper {
	height: 550px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 666;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-icon {
	display: none;
}
.date-info {
	width: auto;
}
.section-heading-text {
	font-size: 27px;
	padding-left: 21px;
}
.row-owl-carousel-wrapper.calendar-row {
	width: 86%;
}
.news-box-wrapper .news-box-text-info {
	width: 100%;
}
.news-box-wrapper .news-box-text-info-wrapp::after {
	width: 100%;
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.news-box-wrapper .news-box-text-info {
	width: 100%;
}
.news-box-wrapper .news-box-text-info-wrapp::after {
	width: 100%;
}
.nav_area > ul > li {
	padding-left: 18px;
}
.nav_area ul li a {
	font-size: 14px;
}
}


.back-to-top{
	position: fixed;
    bottom: 12%;
    right: -32px;
}
.back-to-top img{width: 60%;}

@media only screen and (min-width: 991px) {
 .header-icon-mobile{display: none;}
}