 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@font-face {
	font-family: 'Blacksword';
	src: url('../fonts/Blacksword.eot');
	src: url('../fonts/Blacksword.eot?#iefix') format('embedded-opentype'), url('../fonts/Blacksword.woff2') format('woff2'), url('../fonts/Blacksword.woff') format('woff'), url('../fonts/Blacksword.ttf') format('truetype'), url('../fonts/Blacksword.svg#Blacksword') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: "Noto Sans", sans-serif;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 17px;
	color: #000;
	line-height: 33px;
}
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;
}
.header-section.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0,0,0,.1);
	width: 100%;
	background-color: #fff;
	z-index: 99;
	left: 0;
	top: 0;
	height: 80px;
}
#navbar {
	transition: top 0.8s;
}
li {
	list-style: none;
}
::-webkit-scrollbar {
 width:8px
}
::-webkit-scrollbar-track {
 background:#fff
}
::-webkit-scrollbar-thumb:hover {
 background:#569863
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #569863, #94c334);
 background-image:-o-linear-gradient(45deg, #569863, #94c334);
 background-image:linear-gradient(45deg, #569863, #94c334)
}
/*----------------------------------------*/
/*          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;
	padding: 9px 31px;
	font-size: 17px;
	border-radius: 100px;
	background-image: linear-gradient(to right, #559863, #94c434);
}
.theme-btn a {
	color: #fff;
}
.theme-btn a:hover {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(25deg, #94c434, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
    transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, #559863, 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: #94c434;
    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(148, 196, 52, 0.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(148, 196, 52, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(148, 196, 52, 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;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: left;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
nav.nav_area ul li {
	border-bottom: solid 1px #dfdfdf;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: -13px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	line-height: 41px;
	background: #95c434;
	border-radius: 100px;
}
.toggle i {
	font-weight: 300;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
}
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.menu-item-has-children:first-child {
	margin-left: 0 !important;
}
span.arrow {
	padding-left: 5px;
	color: #000;
	margin-left: 0px;
	position: absolute;
	top: 15px;
	font-size: 13px;
	font-weight: 500;
	right: 10px;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: none;
}
ul.sub-menu {
	position: relative;
	z-index: 555;
	text-align: left;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
/* Third-level (and deeper) sub-menus expand inline within the accordion,
   instead of flying out to the right like the legacy left:100% rule. */
.nav_area ul.sub-menu li.menu-item-has-children {
	position: relative;
}
.nav_area ul.sub-menu li.menu-item-has-children > ul.sub-menu {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
    width: 100%;
    color: #000;
    background: #f3f3f3;
}
.nav_area > ul > li ul.sub-menu li {
    border-bottom: none;
    border-top: none;
}
.nav_area > ul > li ul.sub-menu li a {
    color: #000000;
    position: relative;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 0px;
    font-size: 14px;
    line-height: initial !important;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #000;
	padding-left: 0;
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.header-menu-bg .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	justify-content: center;
}
.header-top-section {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 2;
	padding-top: 16px;
	padding-bottom: 5px;
}
.swiper-overlay-content {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 50px;
	text-align: center;
}
.swiper-overlay-content .swiper-text-title-1 {
	font-size: 60px;
	color: #fff;
	font-family: 'Blacksword';
}
.swiper-overlay-content .swiper-text-title {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}
.swiper-images-div img {
	width: 100%;
	transform: scale(1.15);
	transition: transform 6s ease;
}
.swiper-slide-active .swiper-images-div img {
	transform: scale(1);
}
.slider-home-wrapper .swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	opacity: 1;
	background: #fff;
	border-radius: 5px;
	transition: width 0.4s ease, background-color 0.4s ease;
}
.slider-home-wrapper .swiper-pagination-bullet-active {
	box-shadow: 0 0 10px rgba(30,118,188,.4);
	width: 35px;
	background: #95c434;
}
.latest-news-wrapper-home {
	position: relative;
	overflow: hidden;
}
.latest-news-section-home {
	padding-top: 50px;
	padding-bottom: 50px;
}
.latest-news-card .latest-news-card-img {
	margin-left: 87px;
	padding-top: 24px;
}
.latest-news-card-img img {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 42%) 0px 1px 4px;
}
.latest-news-card .theme-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px !important;
}
.latest-news-card .theme-btn a {
	color: #fff;
	border: none;
	background: #95c533;
	border-radius: 0px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.latest-news-wrapper-home .swiper-pagination {
	display: none;
}
.latest-news-card-info {
	margin-top: 17px;
	text-align: center;
}
.latest-news-card-info a {
	color: #000;
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
}
.news-date-box {
	background: #ebfcc5;
	width: 114px;
	text-align: center;
	display: inline-grid;
	padding-top: 13px;
	padding-bottom: 12px;
	min-width: 114px;
}
.news-date-box strong {
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 34px;
	color: #0f671b;
}
.news-date-box span {
	font-size: 19px;
	color: #0f671b;
	line-height: 25px;
}
.latest-news-card .news-date-box {
	position: absolute;
	z-index: -1;
	text-align: left;
	padding-left: 21px;
}
.footer {
	background-image: linear-gradient(to right, #569863, #94c334);
	padding-top: 40px;
}
/* 页脚右侧社交媒体图标：FB / IG */
.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}
.footer-social a {
	display: inline-block;
	line-height: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover {
	opacity: 0.85;
	transform: translateY(-2px);
}
.footer-social img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	border-radius: 8px;
}
.footer-row-info1 {
    display: flex;
    gap: 30px;
    padding-left: 42px;
    border-left: solid 1px #fff;
    margin-left: 27px;
}
.footer-info-row {
	display: flex;
}
.footer-info-row .footer-icon1 {
	color: #fff;
	font-size: 20px;
	width: 28px;
	text-align: center;
}
.footer-info-row .footer-icon1 i {
	font-weight: 300;
}
.footer-info-row .footer-text1 {
	color: #fff;
	font-size: 16px;
}
.footer-copy-right {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 31px;
	border-top: solid 1px #fff;
}
.copy-right, .besign-by a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.besign-by {
	text-align: right;
}
.gallery-card-row1 {
	display: flex;
	gap: 2px;
}
.gallery-card-box {
	position: relative;
}
.gallery-card-box .gallery-icon {
	position: absolute;
	top: 20px;
	left: 18px;
}
.gallery-card-box .gallery-content {
	position: absolute;
	bottom: 33px;
	right: 18px;
	text-align: right;
}
.gallery-content .gallery-content-title a {
	font-size: 43px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
}
.gallery-card-row1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.event-Photos-slider-home {
	position: relative;
	overflow: hidden;
}
.event-Photos-section {
	padding-top: 55px;
	padding-bottom: 55px;
}
.event-Photos-slider-home .swiper-pagination {
	display: none;
}
.event-Photos-card {
	position: relative;
	overflow: hidden;
}
.event-Photos-card .event-Photos-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color: rgb(42 114 53 / 90%);
	padding: 4px 10px;
}
.event-Photos-card .event-Photos-info .date {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.event-Photos-info .event-Photos-title a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.event-Photos-title-home {
	margin-bottom: 26px;
	position: relative;
}
.event-Photos-title-home span {
	font-size: 41px;
	color: #458f50;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 7px;
}
.event-Photos-title-home:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #92c336;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 36px;
}
.theme-btn {
	margin-top: 29px;
}
.theme-btn a img {
	margin-left: 6px;
}
.latest-news-section-home .theme-btn {
	text-align: center;
	margin-top: 46px;
}
/*----------------------------------------------------*/
/*                News-Details Page css
/*----------------------------------------------------*/
.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-wrapper-overlay {
	position: absolute;
	bottom: 42px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.header-top-section:after {
	content: "";
	background: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 100%;
}
.header-logo a {
	position: relative;
	z-index: 1;
}
.banner-section:after {
	content: "";
	background: linear-gradient(to bottom, rgb(0 0 0 / 15%), rgb(0 0 0 / 0%));
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 100%;
}
.graphic1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 47%;
	z-index: 0;
}
.banner-title1 {
	font-family: "Alex Brush", cursive;
	font-size: 64px;
	line-height: 51px;
	color: #fff;
}
.banner-title2 {
	font-size: 56px;
	line-height: 49px;
	color: #fff;
	padding-left: 158px;
	padding-top: 12px;
	font-weight: bold;
	letter-spacing: 4px;
}
.news-details-wrapper {
	padding-top: 50px;
	padding-bottom: 55px;
}
.section-heading {
	margin-bottom: 20px;
	border-bottom: solid 1px #92c336;
	padding: 0px 0px;
	padding-bottom: 22px;
}
.news-details-img1 {
	text-align: center;
	padding: 0px 127px;
	margin-bottom: 36px;
	margin-top: 38px;
}
.section-heading .section-heading-text {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6px;
}
.section-heading-row {
	display: flex;
	align-items: center;
	gap: 19px;
}
.news-details-info .back-btn {
	text-align: center;
}
.back-btn a img {
	margin-left: 0px;
	margin-right: 6px;
}
/*----------------------------------------------------*/
/*             Gallery-details Page css
/*----------------------------------------------------*/
.news-details-info .row-owl-carousel-wrapper {
	margin: auto;
	padding: 15px 170px 40px;
	position: relative;
}
#sync1 .owl-nav button {
	outline: 0;
	font-size: 26px;
	width: 40px;
	height: 40px;
	color: #94c334;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	line-height: 0px;
	border: solid 2px #94c334;
}
#sync1 .owl-nav button.owl-prev {
	left: -50px;
}
#sync1 .owl-nav button i {
	font-weight: 400;
}
#sync1 .owl-nav button:hover {
	background: #94c334;
	color: #fff;
}
#sync1 .owl-nav button.owl-next {
	right: -50px;
}
#sync2 .owl-nav button {
	outline: 0;
	color: #94c334;
	font-size: 35px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#sync2 .owl-nav button.owl-prev {
	left: -28px;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
#sync2 .owl-nav button.owl-next {
	right: -28px;
}
.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 #99cc00;
}
/*----------------------------------------------------*/
/*                  Calendar Page css
/*----------------------------------------------------*/
.calendar-section {
	padding-top: 50px;
	padding-bottom: 55px;
}
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 23px;
}
.calendar_remark .remark_1:before {
	background-color: #feaf01;
}
.calendar_remark .remark:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
}
.calendar_remark .remark {
	padding-left: 24px;
	position: relative;
	line-height: 13px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.calendar_remark .remark_2:before {
	background-color: #8750c9;
}
.calendar_remark .remark_3:before {
	background-color: #ee9395;
}
.calendar_remark .remark_4:before {
	background-color: #ae2d2a;
}
a.down-btn {
    color: #ffffff;
    padding: 6px 49px;
    display: table;
    margin: 25px auto;
    border-radius: 7px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    background: #579863;
    letter-spacing: 3px;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #94c334;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #000000;
	font-size: 35px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-family: "Alata", sans-serif;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #94c334;
	height: 31px;
	left: 0;
	top: 10px;
}
.title-text .pl-4 {
	padding-left: 1.5rem !important;
}
a.down-btn i {
	margin-left: 11px;
}
.fc-toolbar h2 {
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
/*----------------------------------------*/
/*           News Page css
/*----------------------------------------*/
.news-list-section {
	padding-top: 55px;
	padding-bottom: 55px;
}
.news-list-container .row-news {
	margin-top: 9px;
	align-items: center;
	padding: 17px 8px;
	position: relative;
	border-bottom: solid 1px #92c336;
	padding-bottom: 25px;
}
.row-news .news-details .news-details-title {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	line-height: 35px;
	margin-bottom: 8px;
}
.pdf-icon {
	text-align: center;
}
.sidemenu li {
	border-bottom: 1px solid #92c336;
	position: relative;
}
.sidemenu li > a {
	font-size: 17px;
	line-height: 16px;
	color: #000000;
	/* letter-spacing: 1px; */
	display: flex;
	padding: 16px 10px;
	padding-bottom: 17px;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	padding-left: 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: "Lato", sans-serif;
}
i.fa-arrow-right.toggle-submenu {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right: 4px;
    top: 12px;
    width: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #94c334;
    font-weight: 400;
}


.sidemenu li.active i.fa {
    background: #579863;
}

.select-menu-title-mobile-view {
	display: none;
}
.sidemenu li.first-li-div.active > a {
	color: #479957;
}
.sidemenu-wrapper {
	padding-right: 40px;
}
.sidemenu li.first-li-div .submenu-side li {
	border-bottom: none;
}
.sidemenu li.first-li-div .submenu-side li a {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 15px;
    padding-left: 9px;
    color: #72975c;
}
li.first-li-div.active {
	padding-bottom: 9px;
}
.news-details-img img {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 42%) 0px 1px 4px;
	width: 100%;
}
.news-details-d {
	display: flex;
	align-items: center;
	gap: 19px;
}
.news-details-d .news-date-box {
	width: 98px;
	min-width: 98px;
}
.pagination-wrapper {
	text-align: center;
	margin-top: 38px;
}
.pagination-wrapper li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-wrapper li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: solid 1px #c6c6c6;
	border-radius: 100px;
	line-height: 39px;
	text-decoration: none;
	font-size: 18px;
	color: #234479;
}
.pagination-wrapper li a.active, .pagination-wrapper li a:hover {
	background: #559863;
	border: solid 1px #559863;
	color: #fff;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	height: 43px;
	line-height: 43px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #cccccc;
	color: #000000;
	font-weight: 500;
}
.nice-select:hover {
	border-color: #458f50;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #94c334;
}
.nice-select:after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: '';
	display: block;
	height: 8px;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 37%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	border: solid 1px #94c334;
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #fff;
	background-color: #94c334;
}
.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;
}
.select-box-wrapper {
	width: 25%;
	position: relative;
	z-index: 1;
}
.section-title-two-div .section-title-div1 {
	width: 75%;
	display: flex;
	align-items: center;
}
.section-title-two-div {
	border-bottom: solid 1px #92c336;
	padding-bottom: 16px;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
}
.section-title-div1 span {
	font-size: 48px;
	margin-left: 10px;
	color: #458f50;
	font-weight: bold;
	letter-spacing: 2px;
}
.news-list-btn-row {
	padding-left: 0;
}
.photo-gallery-list .col-md-4 {
	margin-bottom: 25px;
}
.section-menu-title {
	padding: 13px 29px;
	margin-bottom: 17px;
	background-image: linear-gradient(to right, #569863, #94c334);
	clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
	font-size: 29px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}
.graphic-line {
    display: flex;
}
.forest-card-bg img {
	width: 100%;
}
.event-Photos-img img {
	width: 100%;
}
.news-list-btn-row .theme-btn a {
	padding: 10px 17px;
	width: 100%;
}
.event-Photos-img {
	position: relative;
	overflow: hidden;
}
.event-Photos-img img {
	transition: all .6s ease;
}
.event-Photos-card:hover .event-Photos-img img {
	transform: scale(1.12);
}
.event-Photos-card .event-Photos-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient( 90deg, transparent, rgba(255,255,255,.5), transparent );
	z-index: 2;
	transition: .8s;
	pointer-events: none;
}
.event-Photos-card .event-Photos-img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient( to top, rgba(0,0,0,.45), transparent );
	opacity: 0;
	transition: .4s;
	pointer-events: none;
}
.event-Photos-card .event-Photos-img:hover img {
 transform: scale(1.12).;
}
.event-Photos-card .event-Photos-img:hover::before {
	left: 120%;
}
/* Gallery Card */
.gallery-card-box {
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
}
.forest-card-bg {
	overflow: hidden;
}
.forest-card-bg img {
	width: 100%;
	display: block;
	transition: transform .8s ease;
}
/* Icon */
.gallery-icon {
	transition: .4s ease;
}
.gallery-icon img {
	transition: .4s;
}
/* Bottom Content */
.gallery-content {
	transition: .5s ease;
}
.gallery-content-title a {
	color: #fff;
	text-decoration: none;
}
.gallery-content span img {
	width: 140px;
	transition: .4s;
}
/* Hover Effects */

.gallery-card-box:hover .forest-card-bg img {
	transform: scale(1.12) rotate(2deg);
}
.gallery-card-box:hover::before {
	background: rgba(0,0,0,.55);
}
.gallery-card-box:hover .gallery-content {
	transform: translateY(-15px);
}
.gallery-card-box:hover .gallery-icon img {
	transform: rotate(360deg);
}
.gallery-card-box:hover {
	transform: translateY(-6px);
}

/* Floating Animation */
@keyframes floatIcon {
 0% {
 transform: translate(-50%, -50%) scale(1.12);
}
 50% {
 transform: translate(-50%, calc(-50% - 10px)) scale(1.18);
}
 100% {
 transform: translate(-50%, -50%) scale(1.12);
}
}


.slider-home-wrapper .swiper-button-prev, .slider-home-wrapper .swiper-button-next {
    display: none;
}


.custom-btn-prev, .custom-btn-next {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    background-color: hsla(0,0%,100%,.77);
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    text-align: center;
    top: 55% !important;
    transform: translateY(-55%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1 !important;
}
.custom-btn-prev, .custom-btn-next {
    background-image: none !important;
}
.custom-btn-prev::after, .custom-btn-next::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    border-radius: 50%;
    transform: scale(0.3);
    background-color: #94c434;
    color: #fff;
}
.custom-btn-prev:hover::after, .custom-btn-next:hover::after {
    transform: scale(1.1);
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover {color: #fff;}


.news-details-info .row-owl-carousel-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 74%;
    background: #e4f0cc;
    border-radius: 15px;
    z-index: -1;
}

.row-owl-carousel-wrapper {
    margin-bottom: 29px !important;
}



/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.header-top-section {
	position: relative;
	background: #46a953;
}
.forest-card-bg img {
	height: 133px;
	object-fit: cover;
}
.gallery-card-box .gallery-content {
	position: absolute;
	bottom: 0px;
	right: 0;
	text-align: center;
	left: 0;
}
.gallery-content span img {
	max-width: 85px;
}
.gallery-card-box .gallery-icon {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0px auto;
	max-width: 46px;
}
.gallery-content .gallery-content-title a {
	font-size: 13px;
	letter-spacing: 1px;
}
.footer-row-info1 {
    padding-left: 0;
    margin-top: 13px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    border: none;
}
/* 移动端：社交媒体图标居中显示 */
.footer-social {
	justify-content: center;
	margin-top: 16px;
	margin-bottom: 4px;
}

.besign-by {
	text-align: center;
}
.copy-right {
	text-align: center;
	margin-bottom: 8px;
}
.swiper-images-div img {
	height: 270px;
	object-fit: cover;
}
.swiper-overlay-content .swiper-text-title-1 {
	font-size: 29px;
}
.swiper-overlay-content .swiper-text-title {
	font-size: 16px;
}
.header-logo {
	max-width: 245px;
}
.toggle {
	top: -39px;
}
.event-Photos-slider-home {
	margin-top: 21px;
}
.event-Photos-title-home {
	text-align: center;
}
.event-Photos-title-home:after {
	top: 26px;
}
.event-Photos-title-home span {
	font-size: 33px;
	padding-right: 9px;
	margin: 0px auto;
	padding-left: 7px;
}
.event-Photos-slider-home .theme-btn {
	text-align: center;
}
.news-details-info .row-owl-carousel-wrapper {
	padding: 15px 51px 22px;
}
.section-heading-row {
	gap: 12px;
}
.section-heading .section-heading-text {
	font-size: 16px;
}
.news-date-box {
	width: 87px;
	min-width: 87px;
}
.news-date-box strong {
	font-size: 30px;
	line-height: 25px;
}
.news-date-box span {
	font-size: 15px;
	line-height: 21px;
}
.banner-wrapper img {
	height: 160px;
	object-fit: cover;
}
.banner-title1 {
	font-size: 35px;
	line-height: 26px;
}
.banner-title2 {
	font-size: 30px;
	line-height: 37px;
	padding-left: 0;
	padding-top: 4px;
	letter-spacing: 1px;
}
.banner-wrapper-overlay {
	bottom: 12px;
}
.section-title-two-div {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding-bottom: 27px;
}
.section-title-two-div .section-title-div1 {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	justify-content: center;
}
.section-title-div1 img {
	max-width: 50px;
}
.section-title-div1 span {
	font-size: 37px;
	margin-left: 10px;
	letter-spacing: 2px;
}
.select-box-wrapper {
	width: 100%;
	max-width: 247px;
	margin: 0px auto;
	margin-top: 26px;
}
.row-news .news-details-img {
	margin-bottom: 29px;
}
.row-news .news-details .news-details-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.news-list-btn-row .theme-btn {
	text-align: center;
}
.news-list-btn-row .theme-btn a {
	padding: 10px 35px;
	width: auto;
}
.news-details-img1 {
	padding: 0px 7px;
	margin-bottom: 16px;
	margin-top: 16px;
}
.select-menu-title-mobile-view {
	display: block;
	background-image: linear-gradient(to right, #569863, #94c334);
	padding: 9px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidemenu-wrapper {
	padding-right: 15px;
	margin-bottom: 15px;
}
.section-menu-title {
	padding: 13px 29px;
	margin-bottom: 17px;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
}
.event-Photos-info .event-Photos-title a {
	font-size: 13px;
}
.event-Photos-card .event-Photos-info {
	padding: 6px 8px;
}

.footer-info-row {
    margin-bottom: 4px;
}


.footer-copy-right {
    margin-top: 19px;
}

.footer {
    padding-top: 30px;
}

.event-Photos-slider-home .theme-btn {
    margin-top: 33px;
    margin-bottom: 9px;
    margin-left: 8px;
}

.news-details-wrapper {
    padding-top: 21px;
}

.news-details-info .row-owl-carousel-wrapper::after {
    border-radius: 0;
}

.news-list-section {
    padding-top: 35px;
    padding-bottom: 50px;
}
.pagination-wrapper {
    margin-top: 17px;
}

.fc-toolbar h2 {
    font-size: 19px !important;
}
.fc-toolbar.fc-header-toolbar .fc-left {
    display: none;
}
a.down-btn {
    padding: 7px 26px;
    margin: 25px auto;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 2px;
}
.event-item {
    display: inline-block;
}
.title-text {
    margin-top: 19px;
}
.d-flex.align-items-center {
    width: 100%;
    display: inline-block !important;
    float: left;
    margin-top: 0px;
}
.d-flex.align-items-center img {
    width: 100%;
}
.d-flex.align-items-center .pl-4 {
    padding-left: 0px !important;
    padding-top: 11px !important;
}
.calendar-section {
    padding-top: 37px;
    padding-bottom: 16px;
}


}



/********* Mobile Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {

.swiper-overlay-content .swiper-text-title {
    font-size: 26px;
}



.forest-card-bg img {
	height: 240px;
	object-fit: cover;
}
.gallery-card-box .gallery-icon {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.gallery-card-box .gallery-content {
	position: absolute;
	bottom: 14px;
	right: 0;
	text-align: center;
	left: 0;
}
.gallery-content .gallery-content-title a {
	font-size: 27px;
	letter-spacing: 4px;
}
.banner-wrapper img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.banner-title2 {
	font-size: 46px;
	line-height: 49px;
	padding-left: 122px;
	padding-top: 12px;
	letter-spacing: 4px;
}
.banner-title1 {
	font-size: 51px;
	line-height: 48px;
}
.news-details-info .row-owl-carousel-wrapper {
	padding: 15px 60px 40px;
}
.section-menu-title {
	padding: 13px 13px;
	font-size: 19px;
	letter-spacing: 1px;
}
.row-news .news-details .news-details-title {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 8px;
}
.news-date-box strong {
	font-size: 30px;
}
.section-title-div1 span {
	font-size: 37px;
}
.news-details-img1 {
	padding: 0px 63px;
}
.photo-gallery-list .col-md-4 {
	margin-bottom: 25px;
	width: 50%;
}
.section-title-two-div .section-title-div1 {
	width: 60%;
}
.select-box-wrapper {
	width: 40%;
}
.event-Photos-info .event-Photos-title a {
	font-size: 11px;
}
.event-Photos-card .event-Photos-info {
	padding: 7px 5px;
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.forest-card-bg img {
	width: 100%;
	height: 233px;
	object-fit: fill;
}
.swiper-overlay-content .swiper-text-title {
	font-size: 36px;
}
.banner-title1 {
	font-size: 52px;
	line-height: 49px;
}
.banner-title2 {
	font-size: 47px;
	line-height: 49px;
	padding-left: 122px;
	padding-top: 4px;
	letter-spacing: 4px;
}
.event-Photos-card .event-Photos-img img {
	height: 208px;
	object-fit: cover;
}
}
 @media only screen and (min-width: 1400px) and (max-width: 2500px) {
.container {
	max-width: 1600px;
}
}
