/********** Template CSS **********/
:root {
	--primary: #348e38;
	--secondary: #525368;
	--light: #e8f5e9;
	--dark: #0f4229;
}
body.bg {
	background-color: #f5f5f5;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
	font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
	font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
	font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity 0.5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

/*** Button ***/
.btn {
	transition: 0.5s;
	font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
	color: var(--light);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
	top: -100px;
	transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
	height: 80px;
}

.navbar .navbar-nav .nav-link {
	margin-right: 35px;
	padding: 25px 0;
	color: var(--dark);
	font-size: 18px;
	font-weight: 500;
	outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--primary);
}

.navbar .dropdown-toggle::after {
	border: none;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
	}

	.navbar .navbar-nav {
		border-top: 1px solid #eeeeee;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: 0.5s;
		opacity: 1;
	}
}

/*** Header ***/
.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(15, 66, 41, 0.6);
	z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: var(--primary);
	border: 10px solid var(--primary);
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.page-header {
	background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)),
		url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
	color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
	font-size: 18px;
	color: var(--light);
}

/*** Top Feature ***/
@media (min-width: 991.98px) {
	.top-feature {
		position: relative;
		margin-top: -80px;
		z-index: 1;
	}
}

/*** Facts & Quote ***/
.facts,
.quote {
	background: rgba(15, 66, 41, 0.6);
}

/*** Service ***/
.service-item {
	position: relative;
	text-align: center;
}

.service-item .service-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.service-item .service-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	transform: scale(1.2);
	transition: 0.3s;
	z-index: -1;
}

.service-item:hover .service-img img {
	transform: scale(1);
}

.service-item .service-text {
	background: #ffffff;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.service-item:hover .service-text {
	background: rgba(15, 66, 41, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
	transition: 0.3;
}

.service-item:hover .service-text h4 {
	color: #ffffff;
}

.service-item:hover .service-text p {
	color: var(--light);
}

.service-item .service-text .btn-square {
	width: 120px;
	height: 120px;
	background: transparent;
	transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
	background: var(--light);
}

.service-item .service-text .btn {
	width: 31px;
	height: 31px;
	display: inline-flex;
	align-items: center;
	color: var(--dark);
	background: var(--light);
	white-space: nowrap;
	overflow: hidden;
	transition: 0.3s;
}

.service-item:hover .service-text .btn {
	width: 112px;
}

/*** Project Portfolio ***/
#portfolio-flters {
	display: inline-block;
	background: var(--light);
	padding: 10px 15px;
}

#portfolio-flters li {
	display: inline-block;
	font-weight: 500;
	color: var(--primary);
	cursor: pointer;
	transition: 0.5s;
	border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
	color: var(--dark);
	border-color: var(--dark);
}

.portfolio-inner {
	position: relative;
	overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15, 66, 41, 0.6);
	transition: 0.5s;
}

.portfolio-inner::after {
	left: auto;
	right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
	width: 50%;
}

.portfolio-inner .portfolio-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	z-index: 3;
	opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
	transition-delay: 0.3s;
	opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
	background: var(--light);
	color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
	background: var(--primary);
	color: var(--light);
}

/*** Team ***/
.team-item {
	position: relative;
	overflow: hidden;
}

.team-item .team-text {
	position: absolute;
	width: calc(100% - 45px);
	left: -100%;
	bottom: 45px;
	padding: 0.9rem;
	background: #ffffff;
	border-radius: 0 4px 4px 0;
	opacity: 0;
	transition: 0.5s;
}

.team-item .team-text p {
	margin-top: 5px;
}

.team-item:hover .team-text {
	left: 0;
	opacity: 1;
}

.team-item .team-social .btn {
	background: var(--light);
	color: var(--primary);
}

.team-item .team-social .btn:hover {
	background: var(--primary);
	color: var(--light);
}

.team-item .team-img .team-social {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	z-index: 3;
	opacity: 0;
}

.team-item:hover .team-img .team-social {
	transition-delay: 0.3s;
	opacity: 1;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item img {
	width: 100px;
	height: 100px;
}

.testimonial-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	margin-right: 15px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	background: var(--light);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	color: var(--light);
}

/*** Footer ***/
.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--light);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--primary);
	letter-spacing: 1px;
	box-shadow: none;
}

.copyright {
	color: var(--light);
	background: #072a19;
}

.copyright a {
	color: #ffffff;
}

.copyright a:hover {
	color: var(--primary);
}

.navbar__logo img {
	width: 100%;
	height: 100%;
}
.navbar-brand {
	padding: 15px;
}

.image-team {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.footer__btn {
	background-color: #fff;
	padding: 15px 34px;
	border-radius: 8px;
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
}

.logos {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.logos h2 {
	font-weight: 600;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}

.logos p {
	max-width: 1089px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 146%;
	text-align: center;
	margin-bottom: 30px;
}

.logos a {
	background-color: #348e38;
	padding: 15px 34px;
	border-radius: 8px;
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}
th,
td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}
th {
	background-color: #f8f8f8;
	font-weight: bold;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}

th:first-child,
td:first-child {
	width: 120px; /* Adjust as needed */
	min-width: 100px;
	text-align: center; /* Center the time */
}
th:nth-child(2),
td:nth-child(2) {
	width: 300px; /* Adjust as needed */
	min-width: 100px;
	text-align: center; /* Center the time */
}

th:nth-child(3),
td:nth-child(3) {
	width: 400px; /* Adjust as needed */
	min-width: 100px;
	text-align: center; /* Center the time */
}

.table-container {
	width: 100%;
	overflow-x: auto; /* Enables horizontal scroll */
	margin-bottom: 50px;
}

.schedule {
	padding: 100px 0;
}

.schedule h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 700;
}

.schedule h3 {
	margin-bottom: 20px;
}

.process {
	padding: 100px 0;
}
.process .title {
	font-size: 60px;
	margin-bottom: 50px;
}
.process__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 57px;
	margin-bottom: 45px;
}
.process__item:last-child .process__content {
	border-bottom: none;
}
.process__content {
	max-width: 782px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 44px;
}
.process__content h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 146%;
	margin-bottom: 15px;
}
.process__content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 146%;
}
.process__btn {
	background-color: #348e38;
	padding: 20px 10px;
	max-width: 468px;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	color: #fff;
}

.contacts {
	padding: 100px 0;
}
.contacts .title {
	font-size: 60px;
	margin-bottom: 50px;
}
.contacts .title {
	margin-top: 23px;
}
.contacts__inner {
	background-color: #fff;
	padding: 36px 25px;
}
.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 15px;
	margin-bottom: 30px;
}
.contacts__item span {
	font-weight: 400;
	font-size: 14px;
	color: #191817;
	margin-bottom: 9px;
}
.contacts__item p {
	font-weight: 600;
	font-size: 15px;
	color: #191817;
	margin-bottom: 9px;
}
.contacts__map-btn {
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	color: #828282;
}
.contacts__maps {
	height: 408px;
}

footer {
	margin-top: 0 !important;
}

.gallery {
	padding: 100px 0 !important;
}

.logos img {
	width: 100%;
}
.speakers {
	padding: 0 0 100px;
}
.burger__menu-icon {
	padding: 15px;
	display: none;
}

@media (max-width: 992px) {
	.burger__menu-icon {
		display: block;
	}

	.process {
		padding: 60px 0;
	}
	.process .title {
		font-size: 40px;
	}
	.process__content h3 {
		font-size: 23px;
	}
}

@media (max-width: 576px) {
	.mission p{
		font-size: 18px;
	}
	
	.footer__copyright-inner{
		justify-content: center !important;
	}
	.image-team {
		height: 450px;
	}
	.logos {
		padding: 50px 0;
	}
	.logos h2 {
		font-size: 35px;
	}
	.schedule h2 {
		font-size: 35px;
	}
	.schedule {
		padding: 50px 0;
	}
	.speakers {
		padding: 0 0 50px;
	}
	.process .container {
		max-width: 100% !important;
	}
	.process__content h3 {
		font-size: 20px;
		text-align: center;
	}
	.process__content p {
		font-size: 14px;
		text-align: center;
	}
	.process__item {
		flex-direction: column;
	}
}

.popup-wrapper {
	display: none;
}
.popup-wrapper.active {
	display: block;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgb(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal__video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgb(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}


.popup__content {
	max-width: 800px;
	width: 100%;
	padding: 19px 24px 76px;
	background-color: #fff;
	border-radius: 16px;
}

.popup__close-btn {
	margin-bottom: 36px;
}

.popup__close-btn svg {
	cursor: pointer;
}

.popup__close-btn {
	text-align: end;
}
.popup__form {
	max-width: 400px;
	margin: 0 auto;
}

.popup__form h2 {
	font-weight: 600;
	font-size: 19px;
	line-height: 151%;
	text-align: center;
	margin-bottom: 32px;
}

.popup__form form {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 22px;
}
.popup__form input {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding: 12px 0 12px 18px;
	border: 1px solid #686d71;
}
.popup__form input::placeholder {
	color: #bdbdbd;
}

.popup__form input:focus {
	outline: none;
}

.popup__form button {
	padding: 14px 0;
	background-color: #348e38;
	border: none;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.collapse.active {
	display: block;
}

.mob-menu-wrapper {
	width: 100%;
}
.mob-menu {
	display: flex;
	width: 100%;
}
.mob-menu-wrapper.active {
	display: block;
}

.menu__mob {
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mob__menu-wrapper {
	display: none;
}

.menu__mob .mob-menu-wrapper .nav-item {
	text-align: center;
}

.menu__mob .navbar__logo {
	width: 135px;
}

@media (max-width: 992px) {
	.mob__menu-wrapper {
		display: block;
	}
	.navbar {
		display: none !important;
	}
	.menu__mob .mob-menu-wrapper {
		width: 100%;
	}
	.navbar {
		display: none !important;
	}
	.mob-menu-wrapper {
		width: 100%;
		display: none;
	}
	.mob-menu .navbar-nav {
		width: 100%;
	}
}
.logos img {
	height: 100%;
}

.hero__title {
	font-size: 52px;
}

.hero__title span {
	background-color: #348e38;
	padding: 0 9px;
}

@media (max-width: 1200px) {
	.hero__title {
		font-size: 37px;
	}
}

@media (max-width: 768px) {
	.mission p{
		font-size: 18px;
	}
	.team .team-member{
		width: 100%;
	}
	.hero__title {
		font-size: 30px;
		line-height: 34px;
	}
}



@media (max-width: 500px) {
	.hero__title {
		font-size: 20px !important;
	}
}

.page-status {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.status__icon {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.status__icon h1 {
	text-align: center;
}

.faq .faq-container .faq-item {
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid color-mix(in srgb, #0f4229, transparent 85%);
	border-radius: 5px;
	overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
	margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 0 30px 0 0;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.faq .faq-container .faq-item h3 .num {
	padding-right: 5px;
}

.faq .faq-container .faq-item .faq-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
	margin-bottom: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
}

.faq .faq-container .faq-item .faq-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	line-height: 0;
	transition: 0.3s;
	cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
	color: var(--accent-color);
}

.faq .faq-container .faq-active {
	background-color: color-mix(in srgb, #348e38, transparent 90%);
}

.faq .faq-container .faq-active .faq-content {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
	padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
	transform: rotate(90deg);
}

.faq {
	padding: 100px 0;
}
.faq h2 {
	font-weight: 600;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.faq__subtitle {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 40px;
}

.speakers__btn {
	background-color: #348e38;
	padding: 15px 34px;
	border-radius: 8px;
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

.team .team-member {
	background-color: var(--surface-color);
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.team .team-member .member-img {
	position: relative;
	overflow: hidden;
}

.team .team-member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
}

.team .team-member .social a {
	background: color-mix(in srgb, var(--contrast-color), transparent 25%);
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	margin: 0 3px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	transition: ease-in-out 0.3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.team .team-member .social a:hover {
	color: var(--contrast-color);
	background: var(--accent-color);
}

.team .team-member .social i {
	font-size: 18px;
	line-height: 0;
}

.team .team-member .member-info {
	padding: 25px 15px;
}

.team .team-member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
}

.team .team-member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
	opacity: 1;
	bottom: 15px;
}
.speakers{
	padding-top: 50px;
}
.speakers h2{
	text-align: center;
	font-size: 50px;
	margin-bottom: 40px;
}

.image-team {
	height: 350px;
}

.image-team img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about{
	padding: 80px 0;
}

.about h2{
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
}

.about__subtitle{
	margin-bottom: 30px;
}

.banner__image{
	width: 100%;
	cursor: pointer;
}

.mission{
	background-color: #f5f5f5;
	padding: 62px 0;
	margin-top: 100px;
}
.mission h3{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.mission h3 span{
	color: #348e38;
}

.mission p{
	font-size: 24px;
	text-align: center;
}

.gallery__title{
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

.about__title{
	margin-bottom: 50px;
}

.about .gallery{
	padding-top: 50 !important;
}
.modal__video-content{
	padding: 0 50px;
}

.video__close-btn{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.modal__video-wrapper{
	display: none;
}

.modal__video-wrapper.active{
	display: block;
}
.stand-images__wrapper img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.stand-images{
	padding-top: 100px;
}

.stand-images h2{
	text-align: center;
	margin-bottom: 15px;
}

.stand-images .subtitle{
	max-width: 800px;
	text-align: center;
	margin: 0 auto 40px;
}

.stand-images span{
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}



.schedule-inner{
	padding: 100px 0;
}



.navtabs {
  display: flex;
  border-radius: 8px;
  position: relative;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents text from wrapping */
    gap: 10px;
    padding-bottom: 10px;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #ccc transparent;
}
.navtab {
  padding: 5px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}
.navtab:hover {
  color: #348e38;
}
.navtab.active {
  color: #348e38;
  font-weight: 600;
}
.underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #348e38;
  transition: left 0.3s ease, width 0.3s ease;
}
.accordion-body{
	text-align: left;
}
.content {
  display: none;
  text-align: center;
	margin-bottom: 50px;
}
.content.active {
  display: block;
}
.accordion-button{
	box-shadow: none !important;
}

@media (max-width: 576px) {
	.schedule-inner{
		padding: 50px 0;
	}
	
	.stand-images{
		padding-top: 50px;
	}
	.faq h2{
		font-size: 32px;
	}
	.faq{
		padding: 50px 0;
	}
	.tabs{
		padding: 50px 0;
	}
	.about h2{
		font-size: 35px !important;
	}
	.banner__image{
		height: 400px;
		object-fit: cover;
		border-radius: 16px;
		overflow: hidden;
	}
	.gallery__title{
		font-size: 32px !important;
	}
	.image-team{
		height: 400px;
	}
	.mission p{
		font-size: 16px !important;
	}
	.hero__title {
		font-size: 24px;
		line-height: 27px;
	}
	.gallery{
		padding: 50px 0 !important;
	}
	.about{
		padding-bottom: 0;
	}
}


