/*********************center_home****************/
.center_home {
	position: relative;
	overflow: hidden;
	background: #0b0b0b;
}

/* Navbar: white background to match black logo and site accents */
#header .custom_nav {
	background-color: #ffffff;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
	padding: 0.6rem 0;
}

#header .custom_nav .navbar-brand img {
	filter: none;
}

#header .custom_nav .nav-link {
	color: #0b0b0b;
	font-weight: 600;
}

#header .custom_nav .nav-link:hover,
#header .custom_nav .nav-link:focus {
	color: #d10000;
}

/* Override button helpers so they stay readable on white */
#header .custom_nav .nav_actions .btn.btn-outline-dark,
#header .custom_nav .nav_mobile_actions .btn.btn-outline-dark {
	color: #0b0b0b !important;
	border-color: rgba(15, 23, 42, 0.12) !important;
	background: transparent !important;
}

#header .custom_nav .btn.btn-danger {
	color: #fff;
}

#header .custom_nav .navbar-toggler {
	border-color: rgba(15, 23, 42, 0.12);
}

#header .custom_nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230b0b0b' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
	#header .custom_nav .nav_actions {
		display: none;
	}

	#header .custom_nav .nav_mobile_actions .btn {
		width: 100%;
	}
}


.music_hero .carousel-inner,
.music_hero .carousel-item {
	min-height: 100vh;
}

.music_hero .hero_slide {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.music_hero .hero_slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(9, 9, 9, 0.72) 42%, rgba(9, 9, 9, 0.26) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.music_hero .hero_slide::after {
	content: "";
	position: absolute;
	inset: auto -140px -160px auto;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(212, 175, 55, 0.02) 70%, transparent 100%);
	filter: blur(8px);
	pointer-events: none;
}

.music_hero .hero_slide_1 {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646900/slider-1_bo4sk2.png");
}

.music_hero .hero_slide_2 {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646925/slider-2_mkwaw3.png");
}

.music_hero .hero_slide_3 {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646923/slider-3_mpto1i.png");
}

.music_hero .hero_slide_4 {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646913/slider-4_lujqzb.jpg");
}

.music_hero .hero_slide_5 {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646906/slider-5_fildmh.jpg");
}

.music_hero .hero_slide_reviews {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(9, 9, 9, 0.76) 45%, rgba(9, 9, 9, 0.28) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646913/slider-4_lujqzb.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.music_hero .hero_inner {
	position: relative;
	z-index: 2;
	padding-top: 120px;
	padding-bottom: 120px;
}

.music_hero .hero_copy {
	max-width: 780px;
	color: var(--bs-white);
	display: grid;
	gap: 1rem;
}

.music_hero .hero_tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bs-white);
}

.music_hero .hero_tag_alt {
	background: rgba(209, 0, 0, 0.16);
	border-color: rgba(209, 0, 0, 0.32);
}

.music_hero .hero_title {
	margin: 0;
	font-size: clamp(2.2rem, 4.2vw, 4.6rem);
	line-height: 0.98;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-wrap: balance;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.music_hero .hero_subtitle {
	margin: 0;
	max-width: 640px;
	font-size: clamp(0.95rem, 1.15vw, 1.1rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

.music_hero .hero_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 8px;
}

.music_hero .hero_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.music_hero .hero_btn:hover {
	transform: translateY(-2px);
}

.music_hero .hero_btn_primary {
	background: var(--yellow);
	color: var(--bs-white);
	border: 1px solid var(--yellow);
	box-shadow: 0 14px 32px rgba(209, 0, 0, 0.28);
}

.music_hero .hero_btn_primary:hover {
	background: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.music_hero .hero_btn_secondary {
	background: rgba(255, 255, 255, 0.08);
	color: var(--bs-white);
	border: 1px solid rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(10px);
}

.music_hero .hero_btn_secondary:hover {
	background: rgba(255, 255, 255, 0.94);
	color: #111111;
	border-color: rgba(255, 255, 255, 0.94);
}

.music_hero .hero_review_overlay {
	position: absolute;
	left: clamp(16px, 14vw, 200px);
	bottom: clamp(14px, 3.5vw, 28px);
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: max-content;
	max-width: calc(100% - 24px);
	padding: 10px 12px;
	box-sizing: border-box;
}

.music_hero .hero_review_overlay img {
	display: block;
	width: min(150px, 100%);
	max-width: 100%;
	height: auto;
}

.music_hero .hero_review_text {
	display: block;
	color: var(--bs-white);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.music_hero .hero_control {
	width: 6%;
	opacity: 1;
	z-index: 5;
}

.music_hero .carousel-control-prev-icon,
.music_hero .carousel-control-next-icon {
	width: 3.75rem;
	height: 3.75rem;
	background-color: rgba(17, 17, 17, 0.38);
	background-size: 52% 52%;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(10px);
}

.music_hero .carousel-control-prev,
.music_hero .carousel-control-next,
.music_hero .carousel-control-prev-icon,
.music_hero .carousel-control-next-icon {
	pointer-events: auto;
}

.hero_accent {
	color: var(--accent) !important;
}

/*********************center_home_end****************/


/*********************agenda****************/
.agenda1_right .nav-tabs .nav-link.active {
	color: var(--bs-dark);
	background: var(--bg_light);
	border: none;
}

.agenda1_right .nav-tabs .nav-link {
	background: none;
	color: var(--bs-dark);
	border: none;
	padding: 20px 30px;
	transition: 0.3s;
	text-align: center;
	border-radius: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.agenda1_right .nav-tabs .nav-link:hover {
	color: var(--bs-dark);
	background: var(--bg_light);
	border: none;
	transition: 0.3s;
}

.agenda1 .lineup1_left {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
}

/*********************agenda_end****************/


/*********************gallery****************/

#gallery .modal-dialog {
	max-width: 800px;
}

.homei1i2 {
	padding-top: 23%;
	display: none;
	transition: 0.3s;
}

.gallery_1l:hover .homei1i2 {
	display: block;
	transition: 0.3s;
}

.gallery_1l {
	margin: 1px;
}

.modal {
	z-index: 10000;
}

.center_gallery {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
}

.center_price {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
}

/*********************gallery_end****************/

/*********************testimonials_video****************/
.student_testimonial_section {
	position: relative;
	overflow: hidden;
}

.student_testimonial_section::before {
	content: "";
	position: absolute;
	inset: 40px auto auto -120px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(209, 0, 0, 0.11) 0%, rgba(209, 0, 0, 0.03) 65%, transparent 100%);
	pointer-events: none;
}

.student_testimonial_section::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(108, 195, 235, 0.12) 0%, rgba(108, 195, 235, 0.02) 65%, transparent 100%);
	pointer-events: none;
}

.student_testimonial_intro {
	position: relative;
	z-index: 1;
	padding: 26px 24px 28px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.60) 100%);
	border: 1px solid rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 34px rgba(30, 41, 59, 0.08);
}

.student_testimonial_kicker {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.10);
	color: #d10000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.student_testimonial_stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.student_stat {
	padding: 16px 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: 0 10px 24px rgba(30, 41, 59, 0.08);
	display: grid;
	gap: 4px;
}

.student_stat b {
	font-size: 26px;
	line-height: 1;
	color: #111111;
}

.student_stat span {
	font-size: 13px;
	color: #475569;
}

.student_testimonial_panel {
	position: relative;
	z-index: 1;
	padding: 18px 0 8px;
}

.student_testimonial_panel .swiper {
	padding: 10px 8px 44px;
}

.student_testimonial_panel .swiper-slide {
	height: auto;
}

.student_testimonial_panel .swiper-pagination {
	bottom: 2px !important;
}

.testimonial_video_card {
	display: grid;
	gap: 14px;
	width: 100%;
	padding: 0;
	background: none;
	border: 0;
	text-align: left;
	color: inherit;
	cursor: pointer;
}

.testimonial_video_card:focus {
	outline: none;
}

.testimonial_video_trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

.testimonial_video_trigger:focus {
	outline: none;
}

.testimonial_video_phone {
	position: relative;
	display: block;
	border-radius: 28px;
	padding: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30);
	overflow: hidden;
	cursor: pointer;
}

.testimonial_video_phone img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
}

.testimonial_video_notch {
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	width: 38%;
	height: 18px;
	background: rgba(0, 0, 0, 0.72);
	border-radius: 0 0 18px 18px;
	z-index: 2;
}

.testimonial_video_play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(209, 0, 0, 0.92);
	color: #fff;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.26);
	font-size: 30px;
}

.testimonial_video_badge {
	display: inline-flex;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.14);
	color: #d10000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.testimonial_video_copy {
	display: grid;
	gap: 6px;
	padding: 18px 18px 20px;
	margin: 0 12px;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
	box-shadow: 0 12px 26px rgba(20, 40, 60, 0.10);
	position: relative;
	overflow: hidden;
}

.testimonial_video_copy::before {
	content: "";
	position: absolute;
	left: -24px;
	bottom: -18px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(108, 195, 235, 0.24);
	pointer-events: none;
}

.testimonial_video_name {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	color: #111111;
}

.testimonial_video_role {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
	color: #0f172a;
}

.testimonial_video_text {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
}

.video_modal .modal-content {
	background: linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
	padding: 10px;
}

.video_modal .modal-body {
	padding: 10px 16px 26px;
}

.video_phone_shell {
	display: flex;
	justify-content: center;
}

.video_phone_screen {
	width: min(100%, 390px);
	padding: 14px;
	border-radius: 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.video_phone_screen video {
	width: 100%;
	height: 640px;
	max-height: 72vh;
	border-radius: 26px;
	object-fit: cover;
	background: #000;
}

.video_modal .modal-header {
	padding: 18px 18px 6px;
}

.video_modal .btn-close-white {
	opacity: 0.85;
}

@media screen and (max-width : 767px) {
	.student_testimonial_intro {
		padding: 20px 18px 20px;
	}

	.student_testimonial_stats {
		grid-template-columns: 1fr;
	}

	.testimonial_video_phone img {
		height: 320px;
	}

	.testimonial_video_play {
		width: 62px;
		height: 62px;
		font-size: 26px;
	}

	.video_phone_screen {
		width: 100%;
		max-width: 320px;
	}

	.video_phone_screen video {
		height: 520px;
	}

	.testimonial_video_copy {
		margin: 0 8px;
		padding: 16px 16px 18px;
		border-radius: 24px;
	}

	.testimonial_video_name {
		font-size: 18px;
	}

	.testimonial_video_role {
		font-size: 14px;
	}
}

/*********************testimonials_video_end****************/

/*********************blog_instructors****************/
.blog_section,
.instructor_section {
	position: relative;
	overflow: hidden;
}

.blog_section::before,
.instructor_section::before {
	content: "";
	position: absolute;
	inset: 30px auto auto -120px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(209, 0, 0, 0.08) 0%, rgba(209, 0, 0, 0.02) 65%, transparent 100%);
	pointer-events: none;
}

.blog_section::after,
.instructor_section::after {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -120px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(200, 162, 74, 0.12) 0%, rgba(200, 162, 74, 0.02) 65%, transparent 100%);
	pointer-events: none;
}

.blog_card,
.instructor_card {
	position: relative;
	z-index: 1;
	height: 100%;
	border-radius: 26px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 16px 30px rgba(20, 40, 60, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog_card:hover,
.instructor_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 38px rgba(20, 40, 60, 0.12);
}

.blog_thumb {
	position: relative;
}

.blog_thumb img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog_tag {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.86);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.blog_body {
	padding: 20px 20px 22px;
	display: grid;
	gap: 12px;
}

.blog_meta {
	color: #d10000;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.blog_title {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
	color: #111111;
}

.blog_text {
	margin: 0;
	color: #475569;
	line-height: 1.7;
}

.blog_link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: #d10000;
	font-weight: 700;
	text-decoration: none;
}

.blog_link:hover {
	color: #111111;
}

.instructor_card {
	padding-bottom: 6px;
}

.instructor_photo {
	padding: 16px 16px 0;
}

.instructor_photo img {
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
	border-radius: 20px;
}

.instructor_body {
	padding: 18px 20px 22px;
	display: grid;
	gap: 8px;
}

.instructor_body h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	color: #111111;
}

.instructor_role {
	color: #d10000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.instructor_body p {
	margin: 0;
	color: #475569;
	line-height: 1.7;
}

@media screen and (max-width : 767px) {

	.blog_thumb img,
	.instructor_photo img {
		height: 220px;
	}

	.blog_title,
	.instructor_body h4 {
		font-size: 20px;
	}
}

@media screen and (max-width : 767px) {

	.music_hero .hero_slide,
	.music_hero .carousel-item,
	.music_hero .carousel-inner {
		min-height: 650px;
	}

	.music_hero .hero_inner {
		padding-top: 110px;
		padding-bottom: 88px;
	}

	.music_hero .hero_copy {
		max-width: 100%;
		text-align: center;
		justify-items: center;
	}

	.music_hero .hero_copy_reviews {
		align-items: center;
	}

	.music_hero .hero_review_shell {
		padding: 12px;
	}

	.music_hero .hero_title {
		line-height: 1.02;
	}

	.music_hero .hero_subtitle {
		font-size: 1rem;
	}

	.music_hero .hero_actions {
		justify-content: center;
	}

	.music_hero .hero_btn {
		width: 100%;
		max-width: 260px;
	}

	.music_hero .hero_control {
		width: 10%;
	}

	.music_hero .hero_review_overlay {
		left: 50%;
		bottom: max(12px, env(safe-area-inset-bottom));
		transform: translateX(-50%);
		width: calc(100% - 24px);
		max-width: 280px;
		padding: 8px 10px;
		gap: 4px;
	}

	.music_hero .hero_review_overlay img {
		width: 100px;
	}

	.music_hero .hero_review_text {
		font-size: 8px;
	}

	.music_hero .carousel-control-prev-icon,
	.music_hero .carousel-control-next-icon {
		width: 2.8rem;
		height: 2.8rem;
	}

	.about_h2_right {
		padding-left: 0 !important;
	}

	.about_h2_right ul li {
		margin-top: 8px;
		margin-bottom: 8px;
	}


	.agenda1 .lineup1_left {
		position: static !important;
		margin-bottom: 20px;
	}

	.price_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.font_120 {
		font-size: 60px;
	}

	.price_2_mid {
		margin-top: 20px;
	}

	.price_2 {
		padding: 30px 15px !important;
	}
}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {

	.music_hero .hero_slide,
	.music_hero .carousel-item,
	.music_hero .carousel-inner {
		min-height: 740px;
	}

	.music_hero .hero_inner {
		padding-top: 120px;
		padding-bottom: 110px;
	}

	.music_hero .hero_title {
		font-size: 3.2rem;
	}

	.music_hero .hero_subtitle {
		max-width: 580px;
	}

	.music_hero .hero_review_overlay {
		left: clamp(16px, 4vw, 36px);
		bottom: 18px;
		max-width: min(280px, calc(100% - 32px));
		padding: 9px 12px;
	}

	.about_h1_left .font_90 {
		font-size: 60px;
	}

	.about_h1_left .fs-3 {
		font-size: 18px !important;
	}

	.about_h2_right {
		padding: 0 !important;
	}

	.about_h2_right ul li {
		margin-top: 10px;
	}

	.price_1_left h4 {
		font-size: 17px;
	}

	.price_1_left .font_70 {
		font-size: 45px;
	}

	.font_120 {
		font-size: 60px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.center_home img {
		min-height: 600px;
	}

	.center_home .carousel-item img {
		height: 600px;
	}

	.carousel-caption h1 {
		font-size: 150px;
	}

	.carousel-caption h2 {
		font-size: 80px;
	}

	.carousel-caption .font_70 {
		font-size: 50px;
	}

	.carousel-caption {
		padding: 160px 120px 0px 120px;
	}

	.about_h2_right {
		padding: 0 !important;
	}

	.lineup1_right_inner_left2 {
		padding-top: 76%;
	}

	.lineup1_right_inner_left:hover .lineup1_right_inner_left2 {
		padding-top: 71%;
	}
}

@media (min-width:1201px) and (max-width:1300px) {
	.center_home img {
		min-height: 680px;
	}

	.center_home .carousel-item img {
		height: 680px;
	}
}

@media screen and (min-width : 1400px) {
	.carousel-caption {
		padding: 220px 140px 0px 140px;
	}

	.agenda1_right .nav-tabs .nav-link {
		padding: 20px 45px;
	}
}