@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root{
	--size-8-px:8px;
	--size-9-px:9px;
	--size-10-px:10px;
	--size-11-px:11px;
	--size-12-px:12px;
	--size-13-px:13px;
	--size-14-px:14px;
	--size-15-px:15px;
	--size-16-px:16px;
	--size-17-px:17px;
	--size-18-px:18px;
	--size-19-px:19px;
	--size-20-px:20px;
	--size-21-px:21px;
	--size-22-px:22px;
	--size-23-px:23px;
	--size-24-px:24px;
	--size-25-px:25px;
	--size-26-px:26px;
	--size-27-px:27px;
	--size-28-px:28px;
	--size-29-px:29px;
	--size-30-px:30px;
	--size-31-px:31px;
	--size-32-px:32px;
	--size-33-px:33px;
	--size-34-px:34px;
	--size-35-px:35px;
	--size-36-px:36px;
	--size-37-px:37px;
	--size-38-px:38px;
	--size-39-px:39px;
	--size-40-px:40px;
	--size-41-px:41px;
	--size-42-px:42px;
	--size-43-px:43px;
	--size-44-px:44px;
	--size-46-px:46px;
	--size-48-px:48px;
	--size-50-px:50px;
	--size-61-px:61px;
	--size-64-px:64px;
	--size-76-px:76px;
	--size-80-px:80px;
}
body {
	font-family: "Lato", 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: 1280px;
}
.header-section .container {
	max-width: 100%;
}
.banner-img img {
	width: 100%;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: var(--size-19-px);
	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: var(--size-17-px);
	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: #11413e;
	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: 30px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: var(--size-20-px);
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -41px;
	z-index: 9999;
	background: #103a38;
	width: 38px;
	height: var(--size-38-px);
	line-height: var(--size-38-px);
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: var(--size-39-px) !important;
	font-size: var(--size-14-px);
	color: #fff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: var(--size-30-px);
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #fff;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: var(--size-14-px);
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding: 0px 13px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: var(--size-14-px);
	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: #333333;
	font-size: var(--size-15-px);
	display: inline-block;
	text-decoration: none;
	padding-bottom: 34px;
	font-weight: 600;
	padding-top: 22px;
	height: 87px;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #333;
	margin-left: 6px;
	position: absolute;
	top: 25px;
	font-size: var(--size-12-px);
}
.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: #fff;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	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: 16px;
	background: #7eb13e;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 400;
}
ul.sub-menu li a {
	color: #333;
	line-height: var(--size-24-px);
	padding: 9px 14px;
	font-size: var(--size-13-px);
	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 #c9c9c9;
	height: auto;
}
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: var(--size-15-px);
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: var(--size-28-px);
}
.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 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 333;
	background-color: rgba(255, 255, 255, 0.9);
}
.menu-wrapper {
	padding-top: 6px;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.header-right-info {
	text-align: right;
	padding-top: 5px;
	display: flex;
}
.header-div2 {
	padding-left: 0;
}
.header-right-info .social-icon {
	margin-top: 0px;
}
/*>>>>>>>>> menu css and >>>>>>>>*/

/*>>>>>>>>>> index >>>>>>>>>>>*/
.banner-section {
	position: relative;
}
.slider-banner-text-wrapper {
	position: absolute;
	width: 100%;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-banner-text {
	font-size: var(--size-61-px);
	color: #ffffff;
	line-height: var(--size-80-px);
	text-shadow: 1px 1px 4px #000000;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 22px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #ffffff;
	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: var(--size-10-px);
	border-radius: 50%;
	margin: 0px 5px;
}
#sliderhome .owl-nav {
	display: none;
}
.header-right-side-div {
	display: flex;
}
.header-right-side-div .header-right-l ul {
	display: flex;
}
.small-and-large ul {
	display: flex;
	align-items: center;
}
.header-right-side-div {
	display: inline-block;
}
.header-right-side-div .small-and-large {
	display: inline-block;
	margin-left: 17px;
}
.header-right-side-div .header-right-l {
	display: inline-block;
	margin-left: 18px;
}
.small-and-large ul a {
	margin-right: 9px;
	color: #000;
}

.small-and-large ul a.active{
	color:#89bf54!important;
}

.small-and-large ul a.medium {
	color: #333333;
	font-size: var(--size-22-px);
}
.small-and-large ul a.large {
	color: #333333;
	font-size: var(--size-25-px);
}
.header-right-l ul li {
	margin-right: 9px;
	min-width: 24px;
}
.footer-section {
	background: #f9f1c5;
	padding-top: 37px;
}
.footer-menu-box {
	margin-bottom: 20px;
}
.footer-menu-ul {
/*width: 50%;*/
	/*float: left;*/
}
.footer-menu-title {
	margin-bottom: 15px;
	position: relative;
}
.footer-menu-title span {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 25px;
	height: 2px;
	background: #89bf54;
	border-right: 1px;
}
.footer-menu-title a {
	font-size: var(--size-15-px);
	color: #333333;
	font-weight: 600;
}
.footer-menu-ul a {
	font-size: var(--size-14-px);
	/*margin-bottom: 7px;*/
	display: inline-block;
	color: #333333;/*font-weight: 600;*/
}
.location-title {
	font-size: var(--size-21-px);
	margin-bottom: 13px;
	/*color: #7BA130;*/
	color: #222C0C;
	font-weight: 600;
}
.location p {
	color: #333;
	font-size: var(--size-13-px);
	margin-bottom: 13px;
}
.copy-right-text {
	font-size: var(--size-14-px);
	color: #333;
}
.copy-right-text a {
	color: #333;
	margin-right: 6px;
	border-right: solid 1px #89bf54;
	padding-right: 9px;
	line-height: var(--size-13-px);
	display: inline-block;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: var(--size-14-px);
	color: #333;
}
.footer-copy-right {
	border-top: solid 1px #89bf54;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 30px;
}
.social-icon a {
	max-width: 40px;
	display: inline-block;
	margin-right: 5px;
}
.social-icon {
	margin-top: 10px;
}
.slider-wrapper {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
}
.slider-wrapper .slider-text {
	font-size: var(--size-48-px);
	color: #fff;
	font-weight: bold;
	line-height: var(--size-64-px);
	position: relative;
	z-index: 2;
	padding-left: 5%;
	letter-spacing: 6px;
}
.slider-graphic {
	max-width: 34%;
	margin-top: -56px;
	position: relative;
	z-index: 1;
}
.aboutus-members-section {
	padding-top: 35px;
	padding-bottom: 55px;
	background-image: url(../images/background1.jpg);
	background-size: 100% 100%;
}
.aboutus-section {
	padding-bottom: 80px;
	padding-top: 143px;
	position: relative;
	z-index: 0;
}
.aboutus-section .container {
	max-width: 100%;
	position: relative;
	z-index: 333;
}
.aboutus-details-row .col-md-6 {
	padding: 0px 0px;
}
.aboutus-img-wrapper {
	margin-right: 40px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}
.aboutus-img-wrapper img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.aboutus-details-info {
	width: 81%;
	padding-left: 40px;
}
.aboutus-details-info .aboutus-details-title {
	font-size: var(--size-48-px);
	font-weight: bold;
	letter-spacing: 7px;
	color: #89bf54;
	padding-bottom: 5px;
}
.aboutus-details-info p {
	font-size: var(--size-15-px);
	text-align: justify;
	color: #000000;
	margin-bottom: 26px;
	line-height: var(--size-24-px);
}
.more-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--size-16-px);
	color: #ffffff;
	text-align: center;
	width: 91px;
	/*height: 91px;*/
	padding-top: 22px;
	padding-bottom: 22px;
	/*line-height: var(--size-23-px);*/
	font-weight: 600;
	background-size: 100% 100%;
	background-image: url(../images/more-btn-bgg.png);
}
.background-img-one {
	position: absolute;
	top: 0px;
	left: 0;
	max-width: 561px;
}
.members-section {
	padding-top: 65px;
}
.heading-title {
	text-align: center;
	font-size: var(--size-48-px);
	font-weight: bold;
	letter-spacing: 2px;
	color: #89bf54;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 8px;
}
.title-icon {
	max-width: 71px;
	margin-right: 10px;
	margin-top: -18px;
}
.heading-title::after {
	content: "";
	position: absolute;
	width: 33px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #efe053;
}
.members-box-wrapper-row {
	width: 100%;
	margin: auto;
}
.members-box-wrapper {
	text-align: center;
	border: solid 4px #b1d58e;
	min-height: 100%;
	padding: 60px 15px;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
	position: relative;
	margin: 0px 4px;
}
.members-box-wrapper .members-box-icon img {
	max-width: 115px;
}
.members-box-wrapper .members-box-text {
	padding-top: 17px;
}
.members-box-wrapper .members-box-text .members-box-title {
	font-size: var(--size-25-px);
	font-weight: bold;
	color: #74a841;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
.members-box-wrapper .members-box-text p {
	margin-bottom: 0px;
	font-size: var(--size-15-px);
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
}
.more-btn.more {
	position: absolute;
	right: -20px;
	bottom: -10px;
}
.more-btn.more a {
	color: #89c054;
	background-image: url(../images/more-btn-bgg2.png);
}
.location-title {
	position: relative;
}
.location-title i {
	position: absolute;
	left: calc(-1 * var(--size-20-px));
	top: 6px;
	font-size: var(--size-23-px);
}
.activity-section {
	padding: 60px 0px 40px;
	position: relative;
	background-image: url(../images/background2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.activity-box-wrapper-row {
	margin-left: -6px;
	margin-right: -6px;
}
.activity-box-wrapper-row .col-md-3 {
	padding: 0px 10px;
}
.activity-box-wrapper {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	background: #ffffff;
	margin-bottom: 10px;
}
.activity-box-wrapper .activity-box-img img {
	width: 100%;
}
.activity-box-wrapper .activity-box-text {
	padding: 13px 18px 22px;
}
.activity-box-wrapper .activity-box-text .activity-box-title {
	font-size: var(--size-17-px);
	text-transform: uppercase;
	color: #74a841;
	font-weight: 600;
	/*line-height: var(--size-23-px);*/
	padding-bottom: 4px;
}
.activity-box-wrapper .activity-box-text .datr-text {
	font-size: var(--size-14-px);
	color: #999999;
	font-weight: 600;
}
.activity-box-wrapper .activity-box-text p {
	margin-bottom: 0px;
	font-size: var(--size-16-px);
	color: #333333;
	/*line-height: var(--size-22-px);*/
	padding-top: 3px;
}
.btn-wrapper {
	text-align: center;
	margin-top: 35px;
}
.btn-wrapper a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--size-14-px);
	color: #ffffff;
	padding: 7px 32px;
	background: #89bf54;
	border-radius: 50px;
}
.latest-news-section {
	padding: 90px 0px 65px;
	background: #b6d177;
	clip-path: polygon(0 0, 100% 10%, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 0 0);
}
.heading-info {
	position: relative;
}
.heading-info .heading-title {
	text-align: left;
	color: #ffffff;
	margin-bottom: 20px;
}
.heading-info .heading-title::after {
	position: absolute;
	background: none;
}
.btn-wrapper.wrapp {
	position: absolute;
	right: 0;
	top: -20px;
}
.card-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -35px;
}
.card-slider .owl-nav button.owl-next {
	position: absolute;
	right: -35px;
}
.card-slider .owl-nav button {
	top: 39%;
	color: #89bf54 !important;
	outline: 0;
	font-size: 30px !important;
}
.card-slider .owl-dots {
	display: none;
}


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.background-img-one img {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.small-and-large ul a {
	height: auto !important;
	padding-bottom: 0px;
	min-width: 24px;
}
.content-section {
	padding: 40px 0px 50px;
	background-image: url(../images/content-bgg1.jpg);
	background-size: cover;
}
.news-details-wrapper {
	width: 85%;
	margin: auto;
}
.section-heading {
	font-size: var(--size-28-px);
	line-height: var(--size-35-px);
	text-transform: uppercase;
	font-weight: 600;
	color: #669933;
	padding-bottom: 10px;
}
.news-details-wrapper .datr-text {
	font-size: var(--size-15-px);
	color: #999999;
	font-weight: 600;
}
.news-details-wrapper .news-details-img {
	margin-top: 15px;
	margin-bottom: 24px;
	border-radius: 15px;
	overflow: hidden;
}
.news-details-wrapper .news-details-img img {
	width: 100%;
}
.news-details-wrapper p {
	font-size: var(--size-16-px);
	color: #333;
	text-align: justify;
	margin-bottom: 18px;
	line-height: var(--size-28-px);
}
.back-btn {
	padding-top: 23px;
}
.back-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--size-13-px);
	color: #669933;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 7px 25px;
	border: solid 1px #6EA03B;
	border-radius: 50px;
	background: #ffffff;
}
.back-btn a img {
	max-width: 27px;
	margin-right: 12px;
}
/*>>>>>>>> index 3 >>>>>>>>>*/

.owl-carousel-wrapper.slider-row {
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -44px;
	top: 46%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -44px;
	top: 46%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 34px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 34px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
	top: 38%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
	top: 38%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 15px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 15px;
}
.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 #6EA03B;
}
/*>>>>>>>> index 4 >>>>>>>>>*/
.container.wrapper {
	max-width: 1200px;
}
.activity-box-wrapper-row.row .activity-box-wrapper {
	margin-bottom: 30px;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 18px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #6EA03B;
	color: #fff;
	border: solid 1px #6EA03B;
}
ul.pagination li.page-item a:hover {
	background: #6EA03B;
	color: #fff;
	border-color: #6EA03B;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: var(--size-14-px);
	width: 33px;
	height: var(--size-33-px);
	line-height: var(--size-32-px);
	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%;
}
.top-banner-section {
	position: relative;
}
.top-banner-section .slider-graphic {
	margin-top: calc(-1 * var(--size-76-px));
}
.top-banner-section .slider-wrapper {
	top: 65%;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.select-box-wrapper-row {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.select-box-wrapper {
	width: 19%;
	margin: 0px 10px;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: var(--size-14-px);
	font-weight: 500;
	text-transform: capitalize;
	height: var(--size-37-px);
	line-height: var(--size-37-px);
	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 #C7C7D5;
	letter-spacing: 1px;
	color: #333333;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #6EA03B;
	border-right: 2px solid #6EA03B;
	content: '';
	display: block;
	height: var(--size-8-px);
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 43%;
	-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: var(--size-12-px);
	height: var(--size-36-px);
	line-height: var(--size-34-px);
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: var(--size-34-px);
	min-height: var(--size-34-px);
}
.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: var(--size-40-px);
	list-style: none;
	min-height: var(--size-40-px);
	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: #89bf54;
}
.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;
}
/*----------------------------------------*/
/*            Page No 6 css
/*----------------------------------------*/
.info-section {
	display: flex;
	background: #dcebc4;
	padding: 20px;
	justify-content: space-between;
	width: 100%;
}
.info-box {
	flex: 1;
	padding: 0px 14px;
	border-left: 1px solid #bfdc9d;
}
.info-box:first-child {
	border-left: none;
}
.info-title {
	color: #6da338;
	margin-bottom: 8px;
	font-size: var(--size-16-px);
	font-weight: bold;
}
.info-content {
	font-size: var(--size-13-px);
	color: #333;
}
.map-icon {
	font-size: var(--size-22-px);
	color: #f9b500;
}
.search-box {
	display: flex;
	align-items: center;
	border: 2px solid #86bf27;
	border-radius: 3px;
	padding: 8px 12px;
	font-size: var(--size-16-px);
}
.search-box i {
	font-size: var(--size-20-px);
	color: #555;
	margin-right: 8px;
}
.search-box input {
	border: none;
	outline: none;
	font-size: var(--size-16-px);
	width: 100%;
	color: #86bf27;
	font-weight: bold;
	background: none;
}
.search-box input::placeholder {
 color: #6cc24a;
 font-weight: bold;
}
.select-box .nice-select {
	background: #89bf54;
	border-radius: 0px;
	border: none;
	height: var(--size-43-px);
	text-align: left;
	color: #fff;
	font-size: var(--size-17-px);
	line-height: var(--size-41-px);
	padding: 0px 14px;
}
.service-title {
	margin-bottom: 6px;
	font-size: var(--size-18-px);
	font-weight: 600;
	color: #333;
}
.select-box .nice-select:after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.select-box li.option {
	color: #333;
}
.service-row {
	margin-bottom: 36px;
}
.info-icon-img {
	margin-top: 10px;
}
.infosection-row .info-section {
	margin-bottom: 13px;
}
.infosection-row .info-section:nth-child(2n) {
	background: #faf6cb;
}
.search-box button {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
}
/*----------------------------------------*/
/*             Page NO 7 css
/*----------------------------------------*/
.legend-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: var(--size-15-px);
	background: #fff;
	width: fit-content;
}
.legend-title {
	font-weight: bold;
	margin-right: 20px;
	white-space: nowrap;
	padding: 17px;
}
.legend-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-left: solid 1px #cccccc;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 16px;
}
.legend-item {
	display: flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
	margin-right: 11px;/*width: 22%;*/
}
.dot {
	width: 12px;
	height: var(--size-12-px);
	border-radius: 50%;
	display: inline-block;
}
/* Colors */
.dot.green {
	background: #6EA03B;
}
.dot.orange {
	background: #ff8f53;
}
.dot.yellow {
	background: #f1e422;
}
.dot.blue {
	background: #53a6c0;
}
.dot.purple {
	background: #8a39d9;
}
.dot.brown {
	background: #7b3933;
}
.collapsible-link {
	width: 100%;
	position: relative;
	text-align: left;
}
.collapsible-link::before {
	content: "\2b";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	font-family: "FontAwesome";
	font-size: var(--size-16-px);
	color: #6EA03B;
	border-radius: 100px;
	border: solid 2px #6EA03B;
	width: 27px;
	height: var(--size-27-px);
	text-align: center;
	font-weight: 200;
	line-height: var(--size-23-px);
}
.collapsible-link[aria-expanded="true"]::before {
	content: "\f068";
}
.card-header button[aria-expanded="true"]::before {
	color: #fff;
	border: solid 2px #fff;
}
.accordion .card {
	margin-bottom: 20px;
	border: none;
	background: none;
}
.accordion .card .card-header {
	padding: 0;
	border: none;
}
.card-header button[aria-expanded="true"] {
	background: #6EA03B;
	border-radius: 100px;
}
.card-header button {
	border: solid 2px #6EA03B !important;
	border-radius: 100px !important;
}
.accordion .card .card-header button {
	padding: 8px 21px;
}
.accordion .card .card-header .card-header-title {
	color: #333;
	font-size: var(--size-17-px);
}
.card-header-no {
	color: #333;
	font-size: var(--size-17-px);
}
.card-header .card-header-title {
	width: 70%;
	float: left;
}
.card-header .card-header-no {
	width: 30%;
	float: left;
}
.card-body-title-bg {
	background: #c6d34b;
	width: 100%;
	float: left;
}
.card-item-list {
	width: 33.333%;
	float: left;
	padding: 11px 16px;
	text-align: center;
	color: #333;
	font-size: var(--size-16-px);
}
.card-body-div .card-body-li {
	float: left;
	width: 100%;
	border-bottom: solid 1px #cccccc;
}
.card-body-title-bg .card-item-list {
	color: #fff;
}
.card-body-li.top1 .card-item-list {
	width: 25%;
	color: #89bf54;
	font-size: var(--size-19-px);
	font-weight: 600;
}
.card-body-li.top1 .card-item-list i {
	margin-right: 5px;
}
.card-body {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
}
.card-header button[aria-expanded="true"] .card-header-title {
	color: #fff !important;
}
.card-header button[aria-expanded="true"] .card-header-no {
	color: #fff;
}
.registration-end {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.registration-end a {
	background: #7d9e5d;
	display: inline-block;
	width: 100%;
	padding: 6px 15px;
	color: #fff;
	font-size: var(--size-16-px);
	text-decoration: none;
}
.select-box-row {
	display: flex;
	justify-content: center;
}
.calendar-row {
	margin-bottom: 17px;
	margin-top: 41px;
}
.calendar-btn-right-side {
	display: flex;
	width: auto;
	float: right;
}
.calendar-btn-right-side .calendar-btn1 {
	background-image: linear-gradient(to right, #d4d24c, #97d24a);
	padding: 8px 8px;
	color: #fff;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	display: flex;
	margin-left: 15px;
}
.calendar-btn1 .fa-icon1 {
	width: 32px;
	height: var(--size-32-px);
	background: #fff;
	border-radius: 100px;
	color: #9a9a9a;
	text-align: center;
	line-height: var(--size-32-px);
	font-size: var(--size-19-px);
	border-bottom-left-radius: 0px;
	margin-right: 6px;
}
.calendar-btn1 span i {
	margin-left: 8px;
}
.calendar-btn1 span {
	font-size: var(--size-20-px);
}
.calendar-row-title {
	font-size: var(--size-30-px);
	text-align: right;
	padding-right: 20%;
	color: #89bf54;
	font-weight: 600;
}
.icon01 {
	margin-right: 9px;
}
.icon02 {
	margin-left: 2px;
}
/******* Page NO 8 *******/
.accordion-title {
	background: #6EA03B;
	text-align: center;
	padding: 9px 15px;
	border-radius: 100px;
	color: #fff;
	font-size: var(--size-21-px);
	margin-bottom: 20px;
}
.accordion-type-2 button {
	background: none !important;
	border: none !important;
	border-bottom: solid 1px #3333 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.accordion-type-2 button .card-header-title1 {
	width: 20%;
	float: left;
	color: #333;
	font-size: var(--size-15-px);
	font-weight: 600;
}
.accordion-type-2 button .card-header-2 {
	width: 80%;
	float: left;
	color: #333;
	font-size: var(--size-15-px);
	font-weight: 600;
}
.accordion-type-2 .card-header {
	background: none;
}
.accordion-type-2 button::before {
	color: #6EA03B !important;
	border: solid 2px #6EA03B !important;
}
.card-body-div .card-body-title-new {
	margin-bottom: 6px;
	color: #333;
	font-weight: 600;
}
.card-body-div {
	padding: 17px;
}
.accordion-type-2 .dot {
	margin-right: 8px;
}
.calendar-btn1.bg-n2 {
	background: #8f8f8f;
}
#sync1 .owl-nav button {
	outline: 0;
	width: 34px;
	height: var(--size-34-px);
	border: solid 2px #6EA03B;
	color: #6EA03B;
	border-radius: 100px;
	font-size: var(--size-18-px);
	line-height: var(--size-31-px);
}
#sync1 .owl-nav button:hover {
	border: solid 2px #6EA03B;
	background-color: #6EA03B;
	color: #ffffff;
}
#sync2 .owl-nav button {
	font-size: var(--size-35-px);
	color: #999999;
}
#sync2 .owl-nav button i {
	font-weight: 500;
}
#sync2 .owl-nav button:hover {
	color: #6EA03B;
}
.footer-menu-ul a:hover {
	color: #6EA03B;
}
/*** Calendar CSS New ***/
.week-container {
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 32px;
}
.week-container .day-header-row {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.week-container .events li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	font-size: var(--size-14-px);
	color: #333;
}
.week-container .day-day-body-row {
	display: flex;
	grid-template-columns: repeat(7, 1fr);
}
.week-container .day {
	background: #f7f7f7;
	border-right: 1px solid #cccccc;
	width: 14.28%;
	float: left;
}
.week-container .day:last-child {
	border-right: none;
}
.week-container .day-header {
	background: #f9c80e;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #609b3f;
	border-right: 1px solid #fff;
}
.week-container .day-body {
	padding: 10px;
	flex: 1;
	position: relative;
	border-bottom: solid 1px #cccccc;
	height: 100%;
}
.week-container .date {
	font-size: var(--size-20-px);
	font-weight: bold;
	color: #89bf54;
	text-align: right;
	position: absolute;
	right: 12px;
}
.week-container .events-title {
	font-size: var(--size-14-px);
	color: #89bf54;
	font-weight: bold;
	margin: 8px 0;
}
.week-container .events {
	list-style: none;
	padding: 0;
	margin: 0;
}
.events li {
	font-size: var(--size-12-px);
	color: #555;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 13px;
}
.week-container .dot {
	width: 8px;
	height: var(--size-8-px);
	border-radius: 50%;
	margin-right: 6px;
	position: absolute;
	left: 0px;
}
.week-container .dot.green {
	background: #28a745;
}
.week-container .dot.orange {
	background: #ff7b00;
}
.week-container .dot.purple {
	background: #9b59b6;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-button-group button {
	background: none;
	color: #89bf54;
	border: solid 2px #89bf54;
	border-radius: 100px;
	padding: 0px;
	width: 36px;
	height: var(--size-36-px);
	box-shadow: none;
	outline: 0;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-title {
	color: #89bf54;
	font-size: var(--size-30-px);
	font-weight: bold;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:first-child {
	position: absolute;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:first-child button.fc-prev-button {
	position: absolute;
	left: -166px;
	top: -18px;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:first-child button.fc-next-button.fc-button {
	position: absolute;
	right: -165px;
	top: -17px;
}
.full-calendar-wrapper {
	width: 100%;
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell {
	background: #f3d121;
	padding: 8px 15px;
	border-bottom: none !important;
	border-top: none !important;
	border-right: solid 1px #fff !important;
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell a {
	color: #7eae63;
	font-size: var(--size-20-px);
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell:first-child {
	border-top-left-radius: 25px;
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell:last-child {
	border-top-right-radius: 25px;
}
.full-calendar-wrapper table.fc-scrollgrid {
	border: none !important;
}
.full-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk:last-child {
	display: none;
}
.full-calendar-wrapper .fc-header-toolbar button.fc-today-button {
	display: none;
}
.full-calendar-wrapper .fc .fc-daygrid-day-number {
	color: #89bf54;
	font-size: var(--size-19-px);
	font-weight: bold;
}
.fc-theme-standard td, .fc-theme-standard th {
	border: 1px solid #cccccc !important;
	border: 1px solid #cccccc !important;
}
.full-calendar-wrapper .fc .fc-daygrid-event {
	color: #000;
}
.full-calendar-wrapper .fc .fc-daygrid-more-link {
	color: #6EA03B;
	font-size: var(--size-15-px);
}
.full-calendar-wrapper table.fc-scrollgrid .fc-scrollgrid-section-header th {
	border: none !important;
}
.full-calendar-wrapper table.fc-scrollgrid .fc-scrollgrid-section-header .fc-day {
	border-right: solid 1px #fff !important;
}
#calendar {
	width: 100%;
	margin: 0 auto;
}
.full-calendar-wrapper .fc .fc-day-other {
	background: #ffffff !important;
}
.full-calendar-wrapper .fc .fc-daygrid-day {
	background: #F7F7F7;
}
.full-calendar-wrapper .fc .fc-daygrid-day-top {
	padding-right: 9px;
}
.full-calendar-wrapper .fc .fc-daygrid-day-bottom {
	position: absolute;
	top: -33px;
	left: 8px;
}
/* Popup Overlay */
.popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
/* Popup Box */
.popup-box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	padding: 20px;
	transform: translate(-50%, -50%) scale(0.9);
	z-index: 101;
	opacity: 0;
	transition: all 0.3s ease;
}
.popup-box.active {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.popup-box h3 {
	margin-top: 0;
	color: #89bf54;
}
.popup-box p {
	margin: 6px 0;
	font-size: var(--size-14-px);
	color: #333;
}
.close-popup {
	background: #89bf54;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 8px 16px;
	cursor: pointer;
	font-size: var(--size-14-px);
	margin-top: 10px;
	transition: background 0.2s;
	outline: 0;
}
.close-popup:focus {
	outline: 0;
}
.close-popup:hover {
	background: #6b9f39;
}
.full-calendar-wrapper .fc .fc-toolbar {
	display: flex;
	justify-content: center;
	align-items: center;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-button-group button.fc-prevYear-button {
	display: none;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-button-group button.fc-nextYear-button {
	display: none;
}
.full-calendar-wrapper .fc-daygrid-event-dot {
	margin: 0 4px;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border: 4px solid #6EA03B;
	border: calc(var(--fc-daygrid-event-dot-width, 8px)/ 2) solid var(--fc-event-border-color, #6EA03B);
	border-radius: 4px;
	border-radius: calc(var(--fc-daygrid-event-dot-width, 8px)/ 2);
}
.full-calendar-wrapper {
	padding: 0px 15px;
}
.full-calendar-wrapper .fc-header-toolbar {
	margin-top: -52px;
}
.search-box-mobile {
	display: none;
}
.search-icon {
	font-size: var(--size-17-px);
	cursor: pointer;
	margin-top: 22px;
}
li.search-btn {
	position: relative;
}
.overlay {
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 107%;
	background: rgba(0,0,0,0.65);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.9);
}
.search-box {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	padding: 0;
	border-radius: 40px;
	width: 0;
	height: var(--size-50-px);
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 10;
	display: flex;
	align-items: center;
	display: none;
}
.search-box input {
	border: none;
	outline: none;
	font-size: var(--size-16-px);
	width: 100%;
	opacity: 0;
	transition: 0.3s;
	padding: 0;
	padding-left: 17px;
	box-shadow: none !important;
}
.search-box.active {
	width: 350px;
	display: flex;
	right: 0px;
}
.search-box.active input {
	opacity: 1;
}
.close-search {
	font-size: var(--size-22-px);
	margin-left: 10px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: 15px;
	z-index: 33;
	font-size: var(--size-29-px);
	color: #333;
}
.search-box.active .close-search {
	display: block;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
button.submit-buttonn {
	background: #86bf27;
	padding: 11px 15px;
	color: #fff;
	border: none;
	outline: 0;
}
button.submit-buttonn:hover {
    background: #6caa1f;
}

/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.full-calendar-wrapper .fc .fc-daygrid-day-bottom {
	position: relative;
	top: -17px;
	left: 3px;
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell a {
	font-size: var(--size-11-px);
}
.full-calendar-wrapper .fc-header-toolbar {
	margin-top: 2px;
}
.calendar-btn1 span {
	font-size: var(--size-12-px);
}
.calendar-btn1 .fa-icon1 {
	width: 25px;
	height: var(--size-25-px);
	line-height: var(--size-25-px);
	font-size: var(--size-14-px);
	margin-right: 5px;
}
.calendar-btn-right-side .calendar-btn1 {
	align-items: center;
}
.header-right-side-div li {
	border-bottom: none !important;
}
.header-right-side-div .small-and-large {
	display: inline-block;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.small-and-large ul {
	justify-content: center;
	display: flex !important;
}
.small-and-large ul a {
	color: #fff !important;
	padding: 0px 8px !important;
}
.full-calendar-wrapper .fc .fc-daygrid-day-number {
	font-size: var(--size-9-px);
}
.full-calendar-wrapper .fc .fc-daygrid-more-link {
	font-size: var(--size-8-px);
}
.full-calendar-wrapper table.fc-col-header th.fc-col-header-cell {
	padding: 4px 2px;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-title {
	font-size: var(--size-22-px);
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:first-child button.fc-prev-button {
	left: -148px;
}
.full-calendar-wrapper .fc .fc-toolbar .fc-toolbar-chunk:first-child button.fc-next-button.fc-button {
	right: -146px;
}
.legend-box {
	display: inline-block;
	width: 100%;
}
.legend-items {
	display: inline-block;
	width: 100%;
}
.legend-items .legend-item {
	width: 100%;
	margin-bottom: 12px;
}
.legend-title {
	margin-right: 0;
	border-bottom: solid 1px #b7b7b7;
}
.calendar-row-title {
	font-size: var(--size-28-px);
	text-align: center;
	padding-right: 0;
	margin-bottom: 25px;
}
.collapsible-link::before {
	position: absolute;
	right: 11px;
}
.accordion .card .card-header button {
	padding-right: 64px;
}
.card-body-div {
	padding: 18px 0px;
}
.card-body-li.top1 .card-item-list {
	width: 100%;
	text-align: left;
}
.card-header .card-header-title {
	width: 100%;
	float: left;
}
.heading-title span {
	width: 100%;
	display: inline-block;
}
.heading-title {
	font-size: var(--size-34-px);
}
.calendar-btn-right-side {
	display: flex;
	width: auto;
	float: none;
	justify-content: center;
}
.select-box-row .select-box-div {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.activity-box-wrapper .activity-box-text .activity-box-title br {
	display: none;
}
.info-section {
	display: inline-block;
}
.info-section .info-box {
	padding: 0px;
	border-left: none;
	border-bottom: solid 1px #9dc173;
	padding-bottom: 16px;
	padding-top: 13px;
}
.service-div-box {
	margin-bottom: 24px;
	display: inline-block;
	width: 100%;
}
.service-row {
	margin-bottom: 12px;
}
.service-title {
	margin-bottom: 12px;
}
.header-section {
	position: relative;
}
.slider-banner-wrapper img {
	height: 201px;
	object-fit: cover;
}
.slider-wrapper .slider-text {
	font-size: var(--size-22-px);
	line-height: var(--size-31-px);
}
.slider-wrapper {
	top: 30%;
}
.besign-by {
	text-align: center;
	padding-top: 7px;
}
.location-title i {
	position: relative;
	left: -5px;
}
.copy-right-text {
	text-align: center;
}
.footer-logo {
	margin-bottom: 23px;
}
.location {
	margin-top: 21px;
}
.aboutus-img-wrapper {
	margin-right: 0;
}
.aboutus-details-info {
	width: 100%;
	padding-left: 0px;
	margin-top: 22px;
}
.aboutus-details-row .col-md-6 {
	padding: 0px 15px;
}
.header-row .logo {
	max-width: 246px;
}
.menu-wrapper {
	padding-top: 11px;
	padding-bottom: 11px;
}
.aboutus-section {
	padding-bottom: 0px;
	padding-top: 17px;
}
.members-box-wrapper-row .col-md-4 {
	margin-bottom: 30px;
}
.members-box-wrapper {
	padding: 30px 9px;
	margin: 0px 4px;
	padding-bottom: 90px;
}
.card-slider .owl-nav button.owl-prev {
	left: 0;
}
.card-slider .owl-nav button.owl-next {
	right: 0;
}
.card-slider .owl-nav button {
	width: 37px;
	height: var(--size-37-px);
	background: #74a841 !important;
	color: #fff !important;
	border-radius: 100px !important;
	font-size: 20px !important;
	top: 28% !important;
}
.news-details-wrapper {
	width: 100%;
}
.section-heading br {
	display: none;
}
.section-heading {
	font-size: var(--size-23-px);
	line-height: var(--size-35-px);
}
.top-banner-section .slider-wrapper {
	top: 47%;
}
.top-banner-section .slider-graphic {
	margin-top: -29px;
	max-width: 52%;
}
.top-banner-section .banner-img img {
	height: 150px;
	object-fit: cover;
	width: 100%;
}
#sync1 .owl-nav button.owl-next {
	right: 0;
}
#sync1 .owl-nav button.owl-prev {
	left: 0;
}
#sync2 .owl-nav button {
	display: none;
}
ul.pagination li.page-item {
	margin: 0px 3px;
}
.accordion-type-2 button .card-header-2 {
	font-size: var(--size-14-px);
}
.card-body-div p {
	font-size: var(--size-16-px);
	line-height: var(--size-31-px);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
li.search-btn {
	display: none !important;
}
.header-right-side-div .header-right-l {
	margin-left: 0;
	width: 100%;
}
.header-right-side-div .header-right-l ul {
	display: flex !important;
	justify-content: center;
	width: 100% !important;
}

.header-right-side-div {
	width: 100%;
}
.search-box-mobile {
	display: flex;
	padding: 10px;
	background: #205855;
}
.search-box-mobile button.submit-buttonn {
	padding: 12px 11px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-box-mobile input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 3px 14px;
}
}



/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-box-mobile {
	display: flex;
	padding: 10px;
	background: #205855;
}
.search-box-mobile button.submit-buttonn {
	padding: 12px 11px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-box-mobile input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 3px 14px;
}
.header-right-side-div li {
	border-bottom: none !important;
}
.header-right-side-div .small-and-large {
	display: inline-block;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.small-and-large ul {
	justify-content: center;
	display: flex !important;
}
.small-and-large ul a {
	color: #fff !important;
	padding: 0px 8px !important;
}
.full-calendar-wrapper .fc-header-toolbar {
	margin-top: 5px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.activity-box-wrapper .activity-box-text .activity-box-title br {
	display: none;
}
.card-slider .owl-nav button {
	width: 37px;
	height: var(--size-37-px);
	background: #74a841 !important;
	color: #fff !important;
	border-radius: 100px !important;
	font-size: 20px !important;
	top: 24% !important;
}
.card-slider .owl-nav button.owl-prev {
	left: 0;
}
.card-slider .owl-nav button.owl-next {
	right: 0;
}
.toggle {
	top: -1px;
}
.menu-wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
}
.aboutus-details-info {
	width: 94%;
	padding-left: 0;
}
.aboutus-section {
	padding-top: 38px;
}
.news-details-wrapper {
	width: 99%;
}
.section-heading br {
	display: none;
}
#sync1 .owl-nav button.owl-next {
	right: 0;
}
#sync1 .owl-nav button.owl-prev {
	left: 0;
}
.calendar-row .col-md-8 {
	max-width: 50%;
	flex: auto;
}
.calendar-row .col-md-4 {
	max-width: 50%;
	flex: auto;
}
.calendar-row-title {
	text-align: center;
	padding-right: 0;
}
.calendar-btn1 span {
	font-size: var(--size-17-px);
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav_area > ul > li {
	padding: 0px 8px;
}
.nav_area ul li a {
	font-size: var(--size-11-px);
}
.calendar-btn1 span {
	font-size: var(--size-13-px);
}
}
/*****************成爲會員******************/
.info-section {
	background-color: var(--light-bg);
	border-left: 4px solid var(--primary-color);
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 0 5px 5px 0;
}
.info-section h2 {
	color: var(--primary-color);
	margin-bottom: 10px;
	font-size: var(--size-20-px);
}
.info-section ul {
	padding-left: 20px;
}
.info-section li {
	margin-bottom: 8px;
}
.form-section {
	margin-bottom: 75px;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 15px;
}
.form-group {
	flex: 1;
	min-width: 200px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.form-group.full-width {
	flex: 0 0 100%;
}
label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	color: var(--primary-dark);
}
input, select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	font-size: var(--size-16-px);
	transition: border 0.3s;
}
input:focus, select:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: 0 0 0 2px rgba(102, 153, 51, 0.2);
}
.radio-group {
	display: flex;
	gap: 20px;
	margin-top: 5px;
}
.radio-option {
	display: flex;
	align-items: center;
}
.radio-option input {
	width: auto;
	margin-right: 8px;
}
.checkbox-group {
	margin: 20px 0;
}
.checkbox-option {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.checkbox-option input {
	width: auto;
	margin-right: 10px;
	margin-top: 3px;
}
.checkbox-option label {
	font-weight: normal;
	margin-bottom: 0;
}
.checkbox-option a {
	color: var(--primary-color);
	text-decoration: none;
}
.checkbox-option a:hover {
	text-decoration: underline;
}
.btn-submit {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 14px 30px;
	font-size: var(--size-18-px);
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
	display: block;
	margin: 30px auto 10px;
	width: 200px;
}
.btn-submit:hover {
	background-color: var(--primary-dark);
}
.note {
	font-size: var(--size-14-px);
	color: #666;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid var(--border-color);
}
/* 隐私政策模态框样式 */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}
.modal-content {
	background-color: white;
	border-radius: 10px;
	width: 90%;
	max-width: 700px;
	max-height: 80vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.modal-header {
	background-color: var(--primary-color);
	color: white;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-header h2 {
	margin: 0;
	font-size: var(--size-22-px);
}
.close-modal {
	background: none;
	border: none;
	color: white;
	font-size: var(--size-24-px);
	cursor: pointer;
}
.modal-body {
	padding: 20px;
	overflow-y: auto;
	flex-grow: 1;
}
.modal-footer {
	padding: 15px 20px;
	border-top: 1px solid var(--border-color);
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.btn {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: var(--size-16-px);
	transition: background-color 0.3s;
}
.btn-accept {
	background-color: var(--primary-color);
	color: white;
}
.btn-accept:hover {
	background-color: var(--primary-dark);
}
.btn-cancel {
	background-color: #e0e0e0;
	color: #333;
}
.btn-cancel:hover {
	background-color: #d0d0d0;
}
 @media (max-width: 600px) {
.form-row {
	flex-direction: column;
}
.form-group {
	min-width: 100%;
}
.radio-group {
	flex-direction: column;
	gap: 10px;
}
.modal-content {
	width: 95%;
}
}

.connection-box {
	padding: 30px 25px;
}
