/**
 * Gel 2022.0
 * Main Tiny Gel Stylesheet - CMT MAIN SITE
 * @version 2024.0.0
 * @modified 2014-08-03 by Fritz Green
 * @modified 2025-12-15 by Christina Joly
 *
 * @usage This stylesheet loads into the TinyMCE editor, so the idea is that only styles that are applicable to the editor should be in here.
*/@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/century-font/CenturyGothic.woff2') format('woff2'),
		url('../fonts/century-font/CenturyGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



body {
	flex: 1 auto;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic' !important;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #000;
}

html {
	box-sizing: border-box;
}


*,
*:before,
*:after {
	box-sizing: inherit;
}


*:not(.pswp__item, .slick-track),
*:not(.pswp__item, .slick-track)::before,
*:not(.pswp__item, .slick-track)::after {
	transition:
		background .4s ease,
		color .4s ease,
		border-color .4s ease,
		transform .4s ease,
		opacity .4s ease;
}


main,
.std-flex-ctnr {
	position: relative;
	
	align-content: flex-start;
	justify-content: space-between;
	flex: 1 0 auto;
	flex-wrap: wrap;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.navbar .level-1-item>a:hover,
.navbar .level-1-item>a:focus,
.navbar .level-1-item>a:active {
	color: #0d72ba !important;
}

main {
	flex: 1 0 100%;
	background: #FFF;
}

main.fw-main {
	display: block;
}

.full-width-ctnr {
	position: relative;
	flex: 1 0 100%;
	
}

.std-width-ctnr {
	position: relative;
	flex: 0 0 86%;
	margin: 1em 7%;

}

.two-col-ctnr {
	flex: 0 0 47.5%;
}

.three-col-ctnr {
	flex: 0 0 30%;
}

.wide-col-ctnr {
	flex: 0 0 65%;
}

.narrow-col-ctnr {
	flex: 0 0 30%;
}

.on-page-gallery {
	width: 100%;
}

@media screen and (max-width: 768px) {

	.two-col-ctnr,
	.three-col-ctnr,
	.wide-col-ctnr,
	.narrow-col-ctnr {
		flex: 1 0 100%;
	}
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
h2.h1 {
	margin: 1.3em 0 0.5em;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1.h2,
h2.h1 {
	color: #f07122;
	font-family: "Poppins", sans-serif !important;
}

h1,
h2.h1 {
	width: 100%;
	margin: 0.5em 0 0 0;
	font-size: 3.75em;
	font-weight: 400;
	text-align: left;
	color: #d2205c;
}

h2.h1 {
	margin: 0;
}

h2,
h1.h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.9em;
	color: #d2205c;
}

h4 {
	font-size: 2.5em
}

h5 {
	font-size: 2em;
	color: #d2205c;
}

h6 {
	font-size: 1.75em
}

h1+h2,
h2.h1+h2,
h2.h1+h1.h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6,
h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p,
.std-width-ctnr p:first-child:not(.label),
.full-width-ctnr p:first-child:not(.label) {
	margin-top: unset;
}

p {
	font-size: 1.15em;
	line-height: 1.8em;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

hr {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #999;
}

sup {
	font-size: .8em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -.3em;
}

ol,
ul {
	
	padding: 0;
}

ol {
	
}

li {
	
}

li li,
td td {
	font-size: 1em;
}

ol>li {
	position: relative;
	list-style-type: none;
	counter-increment: step-counter;
	margin: 1em 0;
}

ol>li:before,
ol>li:after {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

ol>li:before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	left: -2.1em;
	background: #363845;
}

ol>li:after {
	content: counter(step-counter);
	width: 1.7em;
	height: 1.7em;
	left: -2.45em;
	color: #FFF;
	font-size: .85em;
	text-align: center;
}

iframe {
	max-width: 100%;
	border: none;
}

figure,
aside {

	padding: 0em;
	border-radius: 5px;
}

figcaption {
	margin-top: 0.3em;
}

aside {
	padding: 0;
}

aside h4 {
	margin: 0;
	padding: 0.5em;
	background: #363845;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

aside p {
	padding: 0 0.8em 0.5em;
}

aside p:first-of-type {
	margin-top: 1em;
}


button.admin-nav-trigger {
	display: block;
	flex: 0 30px;
	position: relative;
	margin-left: 1.2em;
}

.admin-nav-trigger>.burger-text {
	display: none;
}

.admin-nav-trigger>.burger,
.admin-nav-trigger>.burger:before,
.admin-nav-trigger>.burger:after {
	content: "";
	display: block;
	position: absolute;
	width: 2em;
	height: .25em;
	background: #FFF;
	border-radius: .15em;
}

.admin-nav-trigger>.burger {
	top: 0.8em;
	left: 2em;
}

.admin-nav-trigger>.burger:before {
	margin-top: -.55em;
}

.admin-nav-trigger>.burger:after {
	margin-top: .6em;
}

.nav-open .admin-nav-trigger>.burger {
	background: none;
	transition: none;
}

.nav-open .admin-nav-trigger>.burger:before {
	margin-top: 0;
	transform: rotate(45deg);
}

.nav-open .admin-nav-trigger>.burger:after {
	margin-top: 0;
	transform: rotate(-45deg);
}

.admin_menu {
	z-index: 9999;
	top: -1.4em;
	left: -2.75em;
	background: grey;
}

@media screen and (max-width: 1200px) {

	h1,
	h2.h1 {
		font-size: 3.2em;
	}

	h2,
	h1.h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 2.4em;
	}

	h4 {
		font-size: 2.1em
	}

	h5 {
		font-size: 1.8em;
	}

	h6 {
		font-size: 1.6em
	}

	p,
	li {
		font-size: 1.05em;
	}

	aside h4 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 768px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	h1.h2,
	h2.h1 {
		margin: .8em 0 .3em;
	}

	h1,
	h2.h1 {
		font-size: 2.2em;
		line-height: 1.4em;
		margin-top: 0.3em;
	}

	h2,
	h1.h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1em;
	}

	p,
	li,
	td,
	th {
		font-size: .95em;
		line-height: 1.7em;
	}

	ol,
	ul {
		margin: 1.5em 2em;
	}

	ol>li {
		margin: 1em 0 1em 1em;
	}

	figure,
	aside {
		float: unset;
		width: 100%;
		margin: 1.8em 0;
	}
}


.initial-hide,
.hdr-drpdwn,
.nav-trigger {
	display: none;
}

.back-to-top {
	opacity: 0;
}




a,
button.link-style,
.nav-no-link {
	background: none;
	border: none;
	color: #363845;
	font-size: 1em;
	font-weight: 400;
	
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active,
button.link-style:hover,
button.link-style:active {
	color: #404545;
}


table {
	margin: 2em 0;
}

tr:nth-last-of-type(even) {
	background-color: #EFEFEF;
}

td,
th {
	font-size: 1.1em;
	padding: 1em 0;
}

th {
	color: #FFF;
	font-weight: bold;
	background-color: #404545;
}

th:first-child,
td:first-child {
	padding-left: 1.5em;
}

th:last-child,
td:last-child {
	padding-right: 1.5em;
}

th a,
th a:hover {
	color: #FFF;
	fill: #C3C5D0;
	font-weight: bold;
	font-style: normal;
}

th a:hover {
	color: #C3C5D0;
}

@media screen and (max-width: 1024px) {

	td,
	th {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {

	td,
	th {
		padding: 0.7em 0;
		font-size: .9em;
	}

	th:last-child,
	td:last-child {
		padding-right: 1em;
	}

	th:first-child,
	td:first-child {
		padding-left: 1em;
	}
}


a.skip-to-content-link {
	position: absolute;
	left: calc(50% - 60px);
	top: -5px;
	height: 30px;
	padding: 8px;
	transform: translateY(-100%);
	transition: transform 0.3s;
	background: #d2205c;
	color: #fff;
	z-index: 1000;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
}


.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-stretch {
	align-items: stretch;
}

.flex-end {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.clear {
	clear: both;
}

.strikethrough {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.no-pad-right {
	padding-right: 0 !important;
}

.bold {
	font-weight: 700;
}

.small {
	font-size: .8em;
}

.nowrap {
	white-space: pre;
}

.display-block {
	display: block
}

.display-flex {
	display: flex;
}

.display-none {
	display: none
}

.pointer {
	cursor: pointer;
}

.move {
	cursor: move;
}

.positive {
	color: #226B31;
	fill: #226B31;
}

.negative {
	color: #7A1515;
	fill: #7A1515;
}


.svg-std {
	fill: #404545;
	stroke: #404545;
}

.svg-std-hlt {
	fill: #363845;
	stroke: #363845;
}

.svg-std-hlt-two {
	fill: #FFE8AA;
	stroke: #FFE8AA;
}

.svg-vital {
	fill: #d2205c;
	stroke: #d2205c;
}

.svg-std-light {
	fill: #fff;
	stroke: #fff;
}

.svg-std-med {
	fill: #949494;
	stroke: #949494;
}

.svg-std-dark {
	fill: #000;
	stroke: #000;
}

.svg-bright {
	fill: #FFE8AA;
	stroke: #FFE8AA;
}

.svg-bright-light {
	fill: #ffd681;
	stroke: #ffd681;
}

.svg-bright-dark {
	fill: #855914;
	stroke: #855914;
}

.inline-svg {
	display: inline-flex;
	position: relative;
	top: .125em;
	height: 1em;
	max-width: 1.2em;
	align-self: center;
	cursor: pointer;
}

h2 .inline-svg,
.h2 .inline-svg {
	max-width: 1em;
	max-height: .9em;
}


fieldset,
.fieldset,
table {
	position: relative;
	width: 100%;
	margin-inline-start: 0;
	margin-inline-end: 0;
	margin-top: 3em;
	padding: 0 0 1.5em;
	
	border: none;
	border-collapse: collapse;
	border-radius: 0 0 3px 3px;
}

fieldset.fieldset-payment-info {
	margin-top: unset;
	padding: 0;
}

.fieldset {
	margin-top: 5em;
}

fieldset table {
	margin: 1em 0 .5em;
	background: #FFF;
}

legend {
	position: relative;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	padding: .8em 1.325em 0;
	
	color: #363845;
	font-size: 1.5em;
	border-radius: 3px 3px 0 0;
	font-weight: 700;
}

legend+* {
	clear: both;
}

legend+.admin-icon {
	clear: none;
}

label,
.label {
	display: inline-block;
	width: 100%;
	margin: 0;
	color: #363845;
	font-weight: 700;
	text-align: left;
}

.label {
	margin-bottom: 0.5em;
}

.label:not(:first-of-type) {
	margin-top: 1em;
}

.label+* {
	margin-top: 0;
}

input[type="checkbox"],
input[type="radio"] {
	width: 1.3em;
	height: 1.3em;
	margin: 0 .4em 0 0;
}

input[type="submit"],
input[type="button"],
button,
.button {
	display: inline-block;
	margin: 1em 1em 1em 0;
	padding: .6em 1em;
	background: #86c550;
	border: none;
	color: #FFF;
	font-family: inherit;
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.btn-reverse {
	background: #C3C5D0;
	color: #404545;
}

button.btn-no-styles {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}

button:not(.btn-no-styles, .tox-tbtn, .tox-button) svg,
.button svg {
	position: relative;
	top: .13em;
	width: 1em;
	height: 1em;
	fill: #fafafa;
}

.button input {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

.sidebar-button {
	width: 100%;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:not(.btn-no-styles, .pswp__button, .slick-next, .slick-prev, .slick-dots li button):hover,
.button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:not(.btn-no-styles, .pswp__button, .slick-next, .slick-prev, .slick-dots li button):focus,
.button:active {
	color: #fff;
	background: #0d72bb;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
	
	margin: 0.5em 1em 1em 0;
	padding: 0.6em;
	font-family: inherit;
	font-size: 1em;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:hover,
input[type="file"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover {
	
	border: 1px solid #a1a1a1;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	outline: #3956AC auto 3px;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	
	-moz-appearance: none;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #808285;
}

input::-moz-placeholder {
	color: #222;
}

input:-ms-input-placeholder {
	color: #808285;
}

textarea::-webkit-input-placeholder {
	color: #808285;
}

textarea::-moz-placeholder {
	color: #222;
}

textarea:-ms-input-placeholder {
	color: #808285;
}

select {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 58.61' style='enable-background:new 0 0 100 58.61;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0,8.61c0-2.2,0.84-4.4,2.52-6.09c3.36-3.36,8.81-3.36,12.17,0L50,37.83L85.31,2.52c3.36-3.36,8.81-3.36,12.17,0 c3.36,3.36,3.36,8.81,0,12.17L56.09,56.09c-1.62,1.61-3.8,2.52-6.09,2.52c-2.28,0-4.47-0.91-6.09-2.52L2.52,14.69 C0.84,13.01,0,10.81,0,8.61z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.optional {
	
	color: #7d7d7d;
	font-size: .8em;
}

.submit-buttons {
	float: left;
	position: relative;
}

fieldset>.submit-buttons:only-child {
	margin-top: -1em;
}

.submit-buttons input:first-child:not(input:last-child) {
	position: absolute;
	left: 100%;
	margin-left: .25em;
}

#custom_google_search_form input {
	width: 76%;
}

@media screen and (max-width: 600px) {

	input[type="submit"],
	input[type="button"],
	button:not(.btn-no-styles, .back-to-top, .pswp__button, .slick-next, .slick-prev, .slick-dots li button, .slick-autoplay-toggle-button),
	.button {
		width: 100%;
		margin: 1em 0;
	}

	#custom_google_search_form button {
		width: unset;
	}
}


.flex-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 1em 2em -.25em .5em;
}

.flex-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 1 100%;
	width: 100%;
	align-self: flex-start;
	margin: 0 0 1.5em 1.5em;
}

.flex-2 {
	flex: 1 40%;
	width: 40%;
}

.flex-3 {
	flex: 1 27%;
	width: 27%;
}

.flex-4 {
	flex: 1 20%;
	width: 20%;
}

.flex-5 {
	flex: 1 15%;
	width: 15%;
}

.flex-check {
	align-items: center;
	width: 100%;
	margin-top: .4em;
}

.flex-block .flex-check {
	flex: 1 0 100%;
}

.flex-check label {
	display: inline;
	width: auto;
	margin: 0 1.8em 0 0;
}

.flex-check p {
	display: inline;
	width: auto;
	margin: 0 0.5em 0.5em 0;
}

.flex-block>.flex-block:first-of-type {
	margin-left: 0;
}

.flex-form .flex-form {
	margin-right: 0;
	margin-left: 0;
}

.flex-block input[type="text"],
.flex-block input[type="file"],
.flex-block input[type="password"],
.flex-block input[type="email"],
.flex-block input[type="url"],
.flex-block textarea,
.flex-block select,
.flex-block .tox-tinymce {
	margin: 0.5em 0 0;
	width: 100%;
}

.flex-form>p {
	margin: .5em 0 .5em 1.5em;
}

.flex-block h2,
.flex-block h3,
.flex-block h4,
.flex-block h5,
.flex-block h6,
.flex-block p {
	width: 100%;
}

.flex-form hr {
	margin-left: 1.5em;
}

.flex-block p+p {
	margin-top: 0;
}

.flex-no-wrap {
	flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {

	.flex-4,
	.flex-5 {
		flex: 1 0 40%;
		width: 40%;
	}

	.submit-buttons {
		float: none;
		position: static;
	}

	.submit-buttons input:nth-of-type(n) {
		display: inline-block;
		position: static;
		width: 47.5%;
	}

	.submit-buttons input:last-of-type {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {

	.flex-2,
	.flex-3,
	.flex-4,
	.flex-5 {
		flex: 1 1 100%;
		width: 100%;
	}

	.submit-buttons input:nth-of-type(n) {
		width: 100%;
		margin-right: 0;
	}

	fieldset,
	.fieldset {
		background-color: rgb(225, 225, 225) !important;
	}

	fieldset,
	.fieldset {
		margin-top: 2em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	legend,
	.legend {
		font-size: 1.25em;
	}

	label,
	.label {
		font-size: 1em
	}

	fieldset input[type="submit"],
	fieldset input[type="button"],
	fieldset button,
	fieldset .button,
	.fieldset input[type="submit"],
	.fieldset input[type="button"],
	.fieldset button,
	.fieldset .button {
		
		width: 95%;
	}

	input[type="text"],
	input[type="file"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		background-color: #FFF;
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.kapt-box {
		margin-top: .5em;
	}
}

@media screen and (max-width: 450px) {
	.flex-2>div {
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}



.checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

.capture label {
	margin-bottom: .5em;
	width: 100%;
}

.capture input[type="text"] {
	flex: 1 0 40%;
	width: 40%;
	margin: 0 1em 0 0;
}

.capture img {
	width: auto;
	margin-top: .4em;
}

.captcha-refresh {
	margin: 0 0 .3em .3em;
	width: 1.25em;
	height: 1.25em;
}

@media screen and (max-width: 500px) {
	.capture input[type="text"] {
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
	}
}


#working_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	z-index: 9999;
	opacity: 0.5;
}

#working_loader>img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
}

#working_loader.loader-absolute,
.loader-o {
	position: absolute;
}


form#inline-lead-form {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
	border-radius: 3px;
}

.inline-lead-form-container {
	top: 0;
}

.get-info,
.inline-lead-submit-button {
	padding: 0 2em;
}

.get-info {
	position: relative;
	margin: 0 0 1em;
}

.get-info label {
	position: absolute;
	z-index: 2;
	top: .2em;
	left: 3.2em;
	width: auto;
	font-size: .75em;
	font-weight: 700;
}

.get-info input,
.get-info textarea {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.8em .4em .4em 1em;
}

.inline-lead-form-button {
	width: 100% !important;
	margin: 0 !important;
}

.inline-lead-form fieldset {
	margin-top: 0;
	margin-bottom: 2em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding: 1em 0 1.5em;
}

#inline-lead-form .success {
	margin: -.5em 0 1em;
}

.inline-lead-submit-button {
	margin-top: 1.5em;
}

@media screen and (max-width: 1024px) {
	.inline-lead-form fieldset {
		margin-top: 3em;
	}
}


.validation-error {
	border: 1px solid #363845 !important;
}


.mce-content-body {
	flex-direction: row;
	width: 100%;
	height: unset;
	padding: 1em;
}



.two-equal-full-width .two-col-ctnr {
	flex: 1 0 50%;
	padding: 3em;
	color: #fff;
	background: #4C5061;
	border: 3px solid #363845
}

.three-equal-full-width .three-col-ctnr {
	flex: 1 1 33.3%;
	padding: 3em;
	color: #fff;
	background: #363845;
}

.three-equal-full-width .three-col-ctnr:nth-of-type(2) {
	background: #C3C5D0;
}

.wide-narrow-full-width .wide-col-ctnr {
	flex: 1 0 67%;
	padding: 3em;
	background: #C3C5D0;
}

.wide-narrow-full-width .narrow-col-ctnr {
	flex: 1 0 33%;
	padding: 3em;
	color: #fff;
	background: #363845;
}

.two-equal-full-width h4,
.three-equal-full-width h4,
.wide-narrow-full-width .wide-col-ctnr h4,
.wide-narrow-full-width .narrow-col-ctnr h4 {
	color: #C3C5D0;
	margin-top: 0;
}

.three-equal-full-width .three-col-ctnr:nth-of-type(2) p,
.three-equal-full-width .three-col-ctnr:nth-of-type(2) h4,
.wide-narrow-full-width .wide-col-ctnr:nth-of-type(1) h4 {
	color: initial;
}

@media screen and (max-width: 980px) {

	.three-equal-full-width .three-col-ctnr,
	.wide-narrow-full-width .wide-col-ctnr,
	.wide-narrow-full-width .narrow-col-ctnr {
		padding: 1.5em;
	}
}

@media screen and (max-width: 768px) {

	.two-equal-full-width .two-col-ctnr,
	.three-equal-full-width .three-col-ctnr,
	.wide-narrow-full-width .wide-col-ctnr,
	.wide-narrow-full-width .narrow-col-ctnr {
		flex: 1 0 100%;
	}
}


.user-dashboard legend {
	font-size: unset;
	color: #FFF;
	background-color: #404545;
	padding: 0.8em 1.325em;
}

.user-dashboard fieldset:first-of-type {
	margin-top: 1em;
}


.two-col-left-content {
	display: flex;
}

.two-col-left-content .left-col-content {
	width: 50em;
	margin: auto;
}

.two-col-left-content .right-col-content {
	margin-left: 2em;
}

.two-col-right-content {
	display: flex;
}

.two-col-right-content .right-col-content {
	width: 50em;
	margin: auto;
}

.two-col-right-content .left-col-content {
	margin-right: 2em;
}




.container {
	max-width: 1320px;
	padding-inline: 15px;
	width: 100%;
	margin: 0 auto;
}

.row {
	margin-inline: -15px;
	display: flex;
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.row>div[class*="col-"] {
	padding-inline: 15px;
}

.row .col-6 {
	width: 50%;
}

.row .col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.row .col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.row .col-12 {
	width: 100%;
}

.row .col-4 {
	width: 33.33%;
}

.row .col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;

}

.row-gap-3 {
	row-gap: 30px;
}

.d-flex {
	display: flex;
}

.text-center {
	text-align: center;
}

[class*="cmt-fonts"] :is(h1, h2, h3, h4, h5, h6, p, ul, figure) {
	margin: 0;
	padding: 0;
}

[class*="cmt-fonts"] h1 {
	font-family: Poppins;
	font-size: 52px;
	font-weight: 800;
	line-height: 78px;
}

[class*="cmt-fonts"] h2 {
	font-family: Poppins;
	font-size: 44px;
	font-weight: 600;
	line-height: 62px;
}

[class*="cmt-fonts"] h3 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

[class*="cmt-fonts"] h4 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}

[class*="cmt-fonts"] h5 {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

[class*="cmt-fonts"] h6 {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

[class*="cmt-fonts"] .text-center {
	text-align: center;
}

.cmt-fonts p {
	font-family: Poppins;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.cmt-font-1 p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.cmt-font-2 p {
	font-family: Poppins;
	
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.cmt-btn {
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.12px;
	color: #000;
	padding: 18px 26px;
	background-color: #F37021;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #F37021;
	text-transform: capitalize;
	font-style: normal;
}

.blue-btn {
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.12px;
	color: #000;
	padding: 18px 26px;
	background-color: #279CF1;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #279CF1;
	text-transform: capitalize;
}

input.next.action-button.cmt-btn {
	font-family: Manrope !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 19.12px !important;
	background-color: #F37021 !important;
	border: 1px solid #F37021 !important;
	text-transform: capitalize !important;
}

input.previous.action-button-previous.blue-btn {
	font-family: Manrope !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 19.12px !important;
	background-color: #279CF1 !important;
	border: 1px solid #279CF1 !important;
	text-transform: capitalize !important;
}







.cmt-banner-carousel {
	position: relative;
}

.cmt-text-carousel .item {
	padding: 220px 0 308px;
	background-size: cover !important;
	height: 879px;
}

.main-btns-all-crousel {
	position: absolute !important;
	bottom: 43px;
	transform: translateX(-50%);
	left: 50%;
}


@media only screen and (max-width: 1199px) {
	.main-btns-all-crousel {
		bottom: 8em;
	}
}



.custom-dots {
	counter-reset: dot-counter;
	display: flex;
	gap: 28px;
}

.custom-dots button {
	counter-increment: dot-counter;
	position: relative;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
}

.custom-dots button::before {
	content: counter(dot-counter);
	font-weight: 700;
	font-size: 16px;
	line-height: 19.62px;

	color: white;

}

.content-wrap {
	position: relative;
	z-index: 9999999 !important;
}

.custom-dots button.active {
	text-decoration: underline;
	color: #fff;
}

.custom-nav-dots {
	margin-top: 20px;
}

.cmt-banner-carousel .item::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 9999;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.cmt-banner-carousel>div {
	position: relative;
	z-index: 2;
}

.cmt-banner-carousel .col-6 {
	max-width: 634px;
}

.cmt-banner-carousel p.info {
	font-family: Poppins;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
	color: #D21E5B;
	margin-bottom: 10px;
}

.cmt-banner-carousel :is(h1, p) {
	color: #fff;
}

.cmt-banner-carousel .cmt-btn {
	margin-top: 34px;
}

.btns-next-prev-banner button {
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;

}



.btns-next-prev-banner button i {
	color: white;
	font-size: 16px;
}

.btns-next-prev-banner {
	display: flex;
	align-items: center;
	gap: 25px;
}

.liner-main-all {
	height: 2px;
	width: 117px;
	padding: 0;
	margin: 0;
	background-color: white;
}

.custom-nav {
	align-items: center;
	gap: 28px;
}






.cmt-about {
	padding: 120px 0;
}

.cmt-about figure {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	max-width: 590px;
}

.cmt-about figure img {
	width: 100%;
}

.cmt-about h2 {
	margin-bottom: 15px;
}

.cmt-about .cmt-btn {
	margin-top: 30px;
}

.inner-about-text h2 {
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;

	color: #000000;
	margin-bottom: 20px;
}

.inner-about-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #666666;
}






.cmt-programs {
	padding: 120px 0;
	background-color: #F4F9EC;
}

.cmt-programs h2 {
	margin-bottom: 40px;
}

.cmt-programs-listing figure {
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;

}

.cmt-programs-listing figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.cmt-overlay {
	background: linear-gradient(180deg, rgba(2, 1, 1, 0) 30%, rgba(0, 0, 0, 0.93) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: space-between;
	right: 0;
	border-radius: 10px;
	display: flex;
	align-items: end;
	padding: 24px;
}

.cmt-overlay a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.cmt-programs-listing {
	position: relative;
}

.orange-circle {
	width: 42px;
	height: 42px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F37021;
	position: relative;
}

.orange-circle i {
	color: white;
	font-size: 19px;
	transform: rotate(-36deg);
}

.inner-flex-main {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;

}

.comn-padd {
	padding: 120px 0;
}



.date-news {
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.date-news p {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin: 0 !important;
	color: #666666;
}

.date-news i {
	color: #F37021;
}

.card-detail-price h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 9px;
	color: black;
	margin-top: 0 !important;
}

.card-detail-price .discript-news-articel {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.view-more-news-card {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	text-decoration: none;
	color: #0D72BA;
	font-family: "Poppins", sans-serif !important;
}

.card-detail-price {
	background-color: #F8F8F8;
	padding: 22px;
}

.latest-news-card {
	border-radius: 10px;
	overflow: hidden;
}

.latest-news-card figure {
	position: relative;
	padding-bottom: 65%;
	margin: 0;
	float: unset;
	
}

.latest-news-card figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.news-article h2 {
	margin-bottom: 48px;
}

.latest-news-card:hover .card-detail-price {
	background-color: white;
	box-shadow: 0px 4px 14px 0px #00000017;

}

.button-main {
	text-align: center;
	margin-top: 50px;
}





ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0;
	list-style: none;
}

ul.accordion-list li.active {
	box-shadow: 0px 8px 40px 0px #0000001F;

}

ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 0px 0px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	border: 1px solid #E4E7E9;
	border-radius: 5px;
	cursor: pointer;
}

ul.accordion-list li.active h3:after {
	content: "";
	color: white;
	background-image: url(../images/minus.svg);
	width: 16px;
	height: 3px;
	background-repeat: no-repeat;
	background-size: contain;
}

ul.accordion-list li h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 24px;
	margin: 0px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	color: #000000;
	cursor: pointer;
}

ul.accordion-list .active h3 {
	background-color: #0D72BA;
	color: white;
}

ul.accordion-list li h3:after {
	content: "";
	background-image: url(../images/Plus.svg);
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	color: #0D72BA;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 900;
}

ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	cursor: pointer;
}

ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	padding: 0px 0 0 0;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.comn-head-style-h2 {
	color: #000000;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	text-transform: capitalize;
	margin: 0 !important;
}

.head-comn-main-sections p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;

	text-align: center;
	color: #666666;
	max-width: 876px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 12px;
}


.sponser-main {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 25px 30px;
	max-width: 546px;
}

.sponser-main h6 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;

	text-align: center;
	margin-bottom: 9px;
}

.sponser-main p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #666666;

	text-align: center;
	margin-bottom: 30px;
}

.sponser-section {
	background-image: url(../images/user_images/index/ready-to-sponsor-resized.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
	background-position: center;

}

.inner-imag-sec-sponser {
	background-color: #000000B2;
	padding: 171px 0 53px;
}

.input-sponser {
	border: 1px solid #FFFFFF !important;
	background-color: transparent !important;
	padding: 33px 31px !important;
	border-radius: 8px !important;
	width: 100% !important;
	color: white;
	font-weight: 600;
	font-size: 22px !important;
	line-height: 33px;
	margin: 0 !important;


}

.input-sponser::placeholder {
	color: white;
}

.inner-input-sponser {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: end;

}

.inner-flex-donate .cmt-btn {
	margin-left: -143px;
}

.inner-flex-donate {
	align-items: center;
	max-width: 546px;
}




.card-amin-our-event {
	max-width: 410px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.upper-main-cards-all .active.center .latest-news-card {
	box-shadow: 0px 4px 14px 0px #00000017;


}

.upper-main-cards-all .active.center .latest-news-card .card-detail-price {
	background-color: white;
}

.upper-main-cards-all .owl-nav button {
	width: 36px;
	height: 36px;
	border-radius: 100px;
	border: 1px solid #F37021 !important;
	position: relative;
	margin: 0 !important;
}

.upper-main-cards-all .owl-nav button:hover {
	background-color: #F37021 !important;
}

.upper-main-cards-all .owl-nav button:hover:before {
	color: white;
}

.upper-main-cards-all .owl-nav button::before {
	content: "\f054";
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	font-weight: 900;
	font-family: "Font Awesome 6 free";
	left: 50%;
	color: #F37021;
}

.upper-main-cards-all .owl-nav button.owl-prev::before {
	content: "\f053";
}

.upper-main-cards-all .owl-nav button span {
	display: none;
}

.crousel-btn-show {
	text-align: end;
	margin-top: 10px;
}

.crousel-btn-show .cmt-btn {
	margin-bottom: 0 !important;
	margin-right: 11px;
}

.upper-main-cards-all .owl-nav {
	position: absolute;
	bottom: -47px;
	display: flex;
	gap: 10px;
}






.client-sponser {
	background-color: #e0f2ff;
	padding: 55px 0;
}

.client-inner-all-images img {
	height: 60px;
	width: 100%;
	object-fit: contain;
}

.client-inner-all-images figure {
	float: unset;
	width: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	border-radius: 0px;
}

.clients-main-img {
	padding-top: 50px;
}


.banner-inner-page-comn {
	background-image: url(../images/user_images/index/our-programs-sm.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-inner-page-comn.about-us-back {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-inner-page-comn.calender-back {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inner-banner-img-all {
	background-color: #000000B2;
	padding: 186px 20px;
}

.inner-banner-img-all h2 {
	font-weight: 800;
	font-size: 52px;
	line-height: 78px;
	text-transform: capitalize;
	text-align: center;
	color: white;
}




.leading-music {
	background-color: #F4F9EC;

}

.img-mission {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 33px;
}

.mission-txt h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.mission-txt p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;

	color: #666666;
}

.our-mission {
	margin-top: 25px;
}

.img-main-aboutus {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	max-width: 637px;
}

.img-main-aboutus img {
	width: 100%;
}

.inner-div-container {
	padding: 0 70px;
}



.our-core-sec h2 {
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;

	text-align: center;
	color: #000000;
	margin-bottom: 50px;
	margin-top: 0;
	transition: 0.4s all;
}

.core-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	right: 0;
	border-radius: 10px;
	display: flex;
	align-items: end;
	padding: 24px;
}

.core-overlay a {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Poppins !important;
	display: block;
}

.core-programs-listing figure {
	position: relative;
	padding-bottom: 82%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;
}

.core-programs-listing figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.core-programs-listing {
	position: relative;
}

.main-inner-hell-show p {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;

	text-align: center;
	margin: 0;
	height: 0;
	opacity: 0;
	transition: 0.4s all;
}

.core-programs-listing:hover .main-inner-hell-show p {
	height: 100%;
	opacity: 1;
}



.company-history {
	background-color: #FFDE7017;
}



.date-news-media {
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.date-news-media p {
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;

	margin: 0;
}



.date-news-media i {
	color: #666666;
	font-size: 18px;
}

.text-main-news-detail .disc-news-media {
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;


}

.text-main-news-detail .disc-news-media span {
	font-weight: 700;
}

.text-main-news-detail h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
}

.img-show-news {
	position: relative;
	width: 100%;
	margin: 0;
	max-width: 306px;
	border-radius: 10px;
	overflow: hidden;
}

.img-show-news img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.74;
}

.first-news {
	align-items: center;
	gap: 35px;
	
}

.inner-all-news .first-news:not(:last-child) {
	margin-bottom: 60px;
}




.footer-main {
	background-color: #000000;
}

.footer-logo {
	max-width: 92px;
	margin: 0;
}

.footer-logo img {
	width: 100%;
}

.logo-main-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #D2D2D233;
	padding-top: 36px;
}

.sections-footer {
	padding-top: 55px;
	padding-bottom: 52px;
}

.news-main-email input {
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 14.65px;
	line-height: 17.96px;
	margin: 0 !important;
	padding: 19px 25px;
	border: 1px solid #FFFFFF33;
	border-radius: 4px;
	color: #666666;
}

.news-main-email {
	margin-bottom: 34px;
}

.inner-text-newsleter h3 {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;

	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: capitalize;
}

.inner-text-newsleter p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 21px;
	max-width: 315px;
}

.footer-right-btn {
	background-color: #F37021;
	padding: 14px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 5px;
	border: 1px solid #F37021;
	margin: 0 !important;
}

.footer-right-btn i {
	transform: rotate(-40deg);
	font-size: 24px;
}

.news-main-email {
	gap: 10px;
}

.inner-text-newsleter ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.inner-text-newsleter ul {
	list-style: none;
	padding: 0;
}

.inner-text-newsleter ul li {
	margin-bottom: 24px;
}

.upper-footer-menus {
	justify-content: space-between;
}

.images-amin-partner-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	column-gap: 38px;
	row-gap: 27px;
	padding-top: 10px;
}

.images-amin-partner-footer figure {
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;
	max-width: 150px;
	width: 100%;
}

.padd-left {
	padding-left: 60px;
}

.face-ook a {
	width: 31px;
	height: 31px;
	border-radius: 100px;
	background-color: #303030;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 17px;
	text-decoration: none;
}

.inner-icons-footer {
	gap: 9px;
	margin-bottom: 30px;
}

.call-footer {
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;

	color: #FFFFFF;
	text-decoration: none;
}

.copy-privacy {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy-privacy p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;
	text-transform: capitalize;
	margin: 0;
	color: #FFFFFF;
}

.copy-privacy a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;

	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}

.footer-btm {
	padding: 30px 0;
	border-top: 1px solid #D2D2D233;
}

.logo-header img {
	max-width: 175px;
	width: 100%;
}




.cmt-btn.blue-btn {
	background-color: #279CF1;
	border-color: #279CF1;
}

.buttons-mian {
	display: flex;
	align-items: center;
	gap: 17px;
}

.upper-header-main {
	display: flex;
	padding: 3px 140px;
	align-items: center;
	justify-content: space-between;
}

.nav-all {
	background-color: #90C63E;
	padding: 16px 0;
	position: relative;
	z-index: 99;
}


.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	position: relative;
}

.navbar .logo a {
	color: white;
	text-decoration: none;
	font-size: 24px;
}

.navbar .nav-links {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navbar .nav-links li {
	margin: 0 15px;
}

nav .nav-level-1 li a {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 22.5px;
	font-family: "Poppins", sans-serif !important;
	text-align: center;
	text-transform: capitalize;
	position: relative;
}


.navbar .menu-icon {
	display: none;
	cursor: pointer;
}

.navbar .menu-icon .bar {
	width: 25px;
	height: 4px;
	background-color: white;
	margin: 5px;
	display: flex;
}


.navbar .dropdown {
	position: relative;
}

.navbar .dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #333;
	min-width: 160px;
	list-style-type: none;
	padding: 0;
	z-index: 9;
}

.navbar .dropdown-content li {
	padding: 10px 15px;
}

.navbar .dropdown-content li a {
	color: white;
	text-decoration: none;
}

.navbar .dropdown:hover .dropdown-content {
	display: block;
}

.navbar .nav-links li .dropdown-content li {
	margin: 0;
}

.navbar .nav-links li .dropdown-content li:hover {
	background-color: gray;
}

.upper-btn-drop-icon {
	align-items: center;
	gap: 5px;
	justify-content: center;
}

.upper-btn-drop-icon i {
	font-size: 13px;
}




.main-all-policy-content h3 {
	color: #000000;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;

	margin-bottom: 23px;
	
}

.main-all-policy-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;

	color: #666666;
	margin: 0;
}

.main-all-policy-content ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;

	color: #666666;
	margin: 0;
}

.main-all-policy-content ul {
	padding-left: 16px;
	list-style: disc;
}

.back-btn {
	max-width: 130px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: #279CF1;
	text-transform: capitalize;
	padding: 17.5px 10px;
	border: 1px solid #279CF1;
	border-radius: 10px;
	display: inline-block;
}

.next-btn {
	background-color: #F37021;
	max-width: 130px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: white;
	text-transform: capitalize;
	padding: 17.5px 10px;
	border: 1px solid #F37021;
	border-radius: 10px;
	display: inline-block;
}

.next-back {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.navbar .nav-links {
		display: none;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #333;
		z-index: 99;
		;
	}

	.cmt-text-carousel .item {
		padding: 132px 0 215px;
		background-size: cover !important;
		height: 640px ! IMPORTANT;
	}

	.row-reverse-in {
		flex-direction: column-reverse;
	}

	.navbar .nav-links.active {
		display: block;
	}

	.navbar {
		justify-content: flex-end;
	}

	.navbar .nav-links li {
		margin: 20px 0;
	}

	.navbar .menu-icon {
		display: block;
	}

	.inner-main-drop.level-1-item .inner-arrow::after {
		content: "";
		background-image: url(../images/drop.svg);
		width: 12px;
		height: 8px;
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 14px;
		color: black;
		position: absolute;
		right: -3px;
		transform: translateY(-50%);
		top: 52%;
	}
}



.inner-get-touch {
	background-color: #FEF1E9;
	padding: 67px 38px;
	border-radius: 4px;
}

.inner-head-contact h3 {
	font-family: Poppins;
	font-weight: 800;
	font-size: 44px;
	line-height: 62px;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 0;
}

.inner-head-contact p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #666666;
	margin: auto;
	margin-bottom: 68px;
	max-width: 793px;

}




.inner-input-label label {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 16px;
	display: block;
	text-transform: capitalize;
}

.inner-input-label input {
	border: 1px solid #E0E0E0;
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.07px;
	letter-spacing: 0%;
	color: #33333380;
	border-radius: 6px;
	background-color: #FFFFFF;
	padding: 19px 20px;
	width: 100%;
}

.inner-input-label select {
	border: 1px solid #E0E0E0;
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.07px;
	letter-spacing: 0%;
	color: #33333380;
	border-radius: 6px;
	background-color: #FFFFFF;
	padding: 19px 20px;
	width: 100%;
	position: relative;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIi8+CjxwYXRoIGQ9Ik0zNyAxOEwyNSAzMEwxMyAxOCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=   ");
	background-repeat: no-repeat;
	background-size: 28px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
}

.imp-red {
	color: #F37021 !important;
}

.inner-input-label input::placeholder {
	text-transform: capitalize;
}

.inner-input-label textarea::placeholder {
	text-transform: capitalize;
}

.inner-input-label textarea {
	border: 1px solid #E0E0E0;
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.07px;
	letter-spacing: 0%;
	color: #33333380;
	border-radius: 6px;
	background-color: #FFFFFF;
	padding: 19px 20px;
	width: 100%;
	height: 150px;
}

.inner-input-label {
	margin-bottom: 25px;
}

.location-contactus {
	background-color: #FEF1E9;
	padding: 26px 30px;
}

.location-contactus p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 0;
}

.location-contactus h5 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
	margin-bottom: 9px;
	margin-top: 0;
}

.location-contactus img {
	width: 100%;
	max-width: 60px;
	margin-bottom: 23px;
}

.cards-main-all {
	margin-bottom: 30px;
}



.inner-gift-card {
	border: 1.5px solid #EEEEEE;
	border-radius: 25px;
	padding: 50px 20px;
}

.inner-gift-card h5 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: capitalize;
}

.donor-testimonial button.owl-dot {
	margin: 0;
}

.inner-gift-card p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	max-width: 299px;
	letter-spacing: 0%;
	text-align: center;
	color: #666666;
	margin: auto;
	margin-top: 0;
	margin-bottom: 15px;
}

.inner-gift-card a {
	color: #0D72BA;
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	display: block;
}

.upper-img-gift img {
	width: 93px;
}

.upper-img-gift {
	text-align: center;
	margin-bottom: 15px;
}

.inner-gift-card:hover {
	box-shadow: 0px 4px 14px 0px #00000017;

}

.inner-all-gifting h3 {
	font-family: Poppins;
	font-weight: 800;
	font-size: 44px;
	line-height: 62px;
	letter-spacing: 0%;
	text-align: center;
	color: #111111;
	margin-bottom: 50px;
	margin-top: 0;
}

.cards-main-gifting .row {
	row-gap: 30px;
}



.main-head-donor-all {
	align-items: center;
}

.main-head-donor-all h3 {
	font-family: Poppins;
	font-weight: 800;
	font-size: 44px;
	line-height: 66px;
	letter-spacing: 0%;
	color: #000000;
	margin: 0;
}

.main-head-donor-all p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	margin: 0;
}



.inner-all-cards-donor {
	border: 1px solid #E0E0E0;
	padding: 30px 36px;
	border-radius: 20px;
	max-width: 526px;
}

.img-name-donor {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 20px;
}

.img-name-donor img {
	width: 70px !important;
	height: 70px;
	border-radius: 100px;
	object-fit: cover;
}

.img-name-donor h5 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0;
	color: #000000;
}

.inner-all-cards-donor p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #666666;
	margin: 0;
}

.crousel-main-div.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.donor-testimonial {
	overflow: hidden;
}

.head-onor-testi {
	margin-bottom: 45px;
}

.owl-dots button {
	width: 10px !important;
	height: 10px !important;
	background-color: #5353534D !important;
	border-radius: 100px;
}

.owl-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
}

.owl-dots button.active {
	background-color: #F37021 !important;
}





.inner-img-vlounter figure {
	position: relative;
	padding-bottom: 65.5%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;
}

.inner-img-vlounter figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.text-volunteer {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0%;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
	margin-top: 0;
}

.valontier-crou .owl-dots button {
	width: 12px !important;
	height: 12px !important;
	background-color: #5353534D !important;
	border-radius: 100px;
	margin: 0;
	position: relative;
}

.valontier-crou .owl-dot.active::before {
	content: "";
	width: 17px;
	display: block;
	height: 17px;
	border-radius: 100px;
	background-color: transparent;
	border: 1px solid orangered;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.valontier-crou .owl-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.valontier-crou .owl-dots button.active {
	background-color: #F37021 !important;
}




.shows-event-page .card-detail-price {
	background-color: #EFEDED;
}



.overlay-main-cindralla {
	background: linear-gradient(180deg, rgba(2, 1, 1, 0) 30%, rgba(0, 0, 0, 0.93) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: space-between;
	right: 0;
	border-radius: 10px;
	display: flex;
	align-items: end;
	padding: 24px;
}

.cindralla-flex-main {
	display: flex;
	width: 100%;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.cindralla-programs-listing {
	position: relative;
}

.cindralla-programs-listing figure {
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;
}

.cindralla-programs-listing figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.cindralla-programs-listing .orange-circle i {
	color: white;
	font-size: 19px;
	transform: unset;
}




.inner-event-img-text {
	align-items: center;
	gap: 24px;
}

.inner-event-img-text figure {
	width: 179px !important;
	height: 139px !important;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	float: unset;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.event-page .std-width-ctnr {
	margin: 0;
}

.event-page .std-width-ctnr {
	margin: 0;
}

.event-page .std-width-ctnr.page-intro {
	margin: 1em 7%;
}

.inner-event-img-text figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cmt-banner-event-detail h4 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 29.67px;
	line-height: 44.5px;
	letter-spacing: 0%;
	color: #FFFFFF;
	margin-bottom: 14px;
	margin-top: 0;
}

.cmt-banner-event-detail p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 20px;
	line-height: 24.52px;
	letter-spacing: 0%;
	color: #ffffffcc;
	margin: 0;
	margin-bottom: 10px;
}

.inner-banner-event-detail {
	gap: 94px;
}

.character-detail h5 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0%;
	margin-bottom: 17px;
	color: #000000;
	margin-top: 0;
}

.character-detail h6 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #000000;
	margin-top: 0;
}

.character-detail p {
	margin: 0;
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 20px;
}

.character-detail a {
	color: #F37021;
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	text-decoration: underline;

}

.character-detail figure {
	margin: 0;
	float: unset;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

.character-detail figure img {
	width: 100%;
	height: 528px;
	object-fit: cover;
	border-radius: 10px;
}



.inner-firts-ladies h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	letter-spacing: 0%;
	margin-bottom: 14px;
	color: #111111;
}

.inner-firts-ladies p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0;
}

.inner-firts-ladies h5 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 0;
}

.inner-firts-ladies li {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.img-first-ladie {
	position: relative;
	width: 100%;
	padding-bottom: 100% !important;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	max-width: 590px;
	margin-left: auto !important;
}

.first-ladies-qr figure {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
}

.first-ladies-qr-text {
    display: block;
    width: 300px;
    margin-top: -600px;
    margin-left: auto;
    padding-top: 0;
}

.first-ladies-qr-text p {
    margin: 6px 0;
    line-height: 1.5;
}.first-ladies-qr figure {
     width: 50%;
     padding: 0;
     margin-bottom: 0;
 }

 .col-6 .img-first-ladies {
     padding-left: 100px;
 }
.col-6 .qr-text {
     padding-left: 200px;
 }

.first-ladies-qr-text {
    display: block;
    width: 300px;
    margin-top: -600px;
    margin-left: auto;
    padding-top: 0;
}

.first-ladies-qr-text p {
    margin: 6px 0;
    line-height: 1.5;
}

.img-first-ladie.padd-right-img {
	margin-left: unset !important;
}






.first-ladie-name-img h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	text-align: center;
	letter-spacing: 0%;
	color: #111111;
	margin-bottom: 34px;
	margin-top: 0;
}

.first-ladie-name-img {
	background-color: #FFDE7017;
}



.card1-testimonial p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: center;
	color: #666666;
	margin-bottom: 22px;
}

.card1-testimonial h5 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 26px;
	text-align: center;
	line-height: 39px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 11px;
}

.card1-testimonial h6 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
	margin: 0;
	margin-bottom: 24px;
}

.testimonial .owl-carousel .owl-item img {
	width: auto;
	border-radius: 100px;
}

.testimonial .owl-dots .owl-dot {
	margin: 0;
	width: 12px;
	height: 12px;
	position: relative;
}

.testimonial .owl-dot.active::before {
	content: "";
	width: 16px;
	display: block;
	height: 16px;
	border-radius: 100px;
	background-color: transparent;
	border: 1px solid orangered;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.upper-main-img-testi {
	width: 110px;
	height: 110px;
	margin: auto;
	border-radius: 100px;
	margin-bottom: 26px;
}

.upper-main-img-testi img {
	width: 100%;
	height: 100%;
}

.card1-testimonial {
	max-width: 1003px;
	margin: auto;
}

.img-mission figure {
	float: unset;
	background-color: unset;
	width: 54px;
	height: 54px;
	flex: none;
}

.main-head-none {
	display: none;
}




.orange-circle img {
	width: 15.65px;
	height: 15.65px;
	object-fit: contain;
}





.testimonial .owl-dots {
	margin-top: 0;
}

.table-main-scoo table {
	width: 100%;
	border-spacing: 0;
	margin: 0;
}

.discrip-list {
	text-align: center;
}

.discrip-list h3 {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;
	margin-bottom: 29px;
	margin-top: 48px !important;
	color: #000000;
}

.school-stage-img-left.img-first-ladie {
	padding-bottom: 74% !important;
}

.school-stage-img-left.img-first-ladie img {
	max-width: 590px;
	margin-left: auto;
}

.table-main-scoo tr th {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2%;
	text-align: center;
	padding: 12px;
	background-color: #0D72BA;
}

.table-main-scoo tr td {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 10px 10px;
	color: #1D2433;
}

.table-main-scoo {
	box-shadow: 0px 2px 26px 0px #0000001F;
	border-radius: 8px;
	overflow: auto;
}

.table-main-scoo tr:nth-child(odd) {
	background-color: #EEF7FF;
}

.table-main-scoo tr:nth-child(even) {
	background-color: white;
}

.our-feature-pro .core-programs-listing figure {
	padding-bottom: 102%;
}

.our-feature-pro .main-inner-hell-show p {
	opacity: 1;
	height: auto;
	max-width: 292px;
}

.first-instruct h3 {
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	margin-top: 0;
	margin-bottom: 21px;
}

.first-instruct h6 {
	color: #000000;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	margin-bottom: 15px;
	margin-top: 0;
}

.first-instruct p {
	color: #666666;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 15px;
	margin-top: 0;
}

.first-instruct p b {
	color: black;
	font-weight: 700 !important;
}

.first-instruct {
	margin-bottom: 40px;
}

.summer-camp-hero .para1 {
	margin-bottom: 20px;
}

.summer-camp-hero p {
	margin-bottom: 8px;
}

.summer-camp-hero h6 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #111111;
}

.summer-camp-hero a {
	text-decoration: none;
}

.summer-camp-hero h5 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.summer-camp-hero .img-first-ladie {
	padding-bottom: 66% !important;
}

.summer-camp-hero .img-first-ladie img {
	width: 100%;
	height: auto;
}

.summer-banner .inner-banner {
	padding: 76px 0px;
	background-image: url(../images/Frozen-Header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
	border-radius: 30px;
}

.summer-banner .inner-banner h2 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	margin-top: 0px;
}

.summer-banner .inner-banner p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	max-width: 572px;
	margin: auto;
	margin-bottom: 20px;
}

.summer-banner .inner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

section.comn-padd.cmt-fonts.summer-camps {
	padding-top: 120px;
	padding-bottom: 0px;
}

.summer-camps p {
	margin-bottom: 15px;
}

.summer-camps a {
	text-decoration: none;
}

.summer-camps h6 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #F37021;
}

.summer-camps .img-first-ladie {
	padding-bottom: 66% !important;
}

.summer-camps .img-first-ladie img {
	width: 100%;
	height: auto;
}

.comn-padd2 {
	padding-top: 106px;
}



.comn-padd spotlight-program pt-0 {
    display: none;
}

.spotlight-programs {
    display: none !important;
}

.spotlight-program h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	color: #111111;
	text-align: center;
	text-transform: capitalize;
	max-width: 678px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 0px;
}

.spotlight-program p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: center;
	margin-bottom: 18px;
}

.spotlight-program h6 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #0D72BA;
	text-align: center;
	margin-bottom: 14px;
}

.spotlight-program img {
	margin-bottom: 50px;
	width: 100%;
}

.community-theatre {
    display: none;
	background: #FFDE7017;
}

.community-theatre h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 66px;
	color: #111111;
	text-align: center;
	max-width: 873px;
	margin: auto;
	margin-bottom: 8px;
	margin-top: 0px;
}

.community-theatre p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: center;
	margin-bottom: 34px;
}

.community-program h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 66px;
	color: #111111;
	text-align: center;
	margin-bottom: 61px;
	margin-top: 0px;
	text-transform: capitalize;
}

.community-program .card-detail-price {
	background-color: #fff;
	height: 100%;
}

.community-program .latest-news-card {
	box-shadow: 0px 4px 14px 0px #00000017;
	height: 100%;
}

.community-program .date-news i {
	color: #111111;
}

.community-program .date-news p {
	color: #797878;
}

.community-program .date-news {
	justify-content: space-between;
	margin-bottom: 14px;
}

.community-program .date-news .calendar {
	display: flex;
	align-items: center;
	gap: 5px;
}

.community-program .date-news p::before {
	color: #000000;
}

.community-program .date-news h6 {
	font-family: Century Gothic !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #0D72BA;
	margin: 0 !important;
}

.community-program .card-detail-price h3 {
	margin-top: 0px;
	font-family: Poppins;
}

.community-program .view-more-news-card {
	font-family: Poppins;
}

.news-article shows-event-page comn-padd community-program spotlight-program2 {
    visibility: hidden;
}

.spotlight-program2 .date-news {
	justify-content: start;
}

.date-news img {
	width: 16px !important;
	height: 17.55px !important;
	object-fit: contain;
}

.community-sponser {
	background-color: #FFDE7017;
}

.community-sponser h2 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 34px;
	line-height: 51px;
	color: #111111;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 0px;
	text-transform: capitalize;
}

.community-sponser p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	text-align: center;
	max-width: 902px;
	margin: auto;
	margin-bottom: 32px;
}

.community-sponser .logo-image {
	background: #fff;
	padding: 20px 49px;
	border-radius: 8px;
	width: 15vw;
	height: 10vw;
	text-align: center;
	align-items: center;
	align-content: center;
}

.community-program .card-detail-price h4 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
}

.community-program .card-detail-price h5 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 11px;
	margin-top: 0px;
}

.merchandise-section {
	padding-bottom: 0px;
}

.merchandise-section .inner {
	background-color: #FFDE7017;
}

.merchandise-section .content {
	padding: 59px 66px;
}

.merchandise-section .content h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	color: #111111;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 12px;
	margin-top: 0px;
}

.merchandise-section .content p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 30px;
	margin-top: 0px;
}

.merchandise-section img {
	margin: auto;
	display: block;
	margin-right: 0px;
	width: 100%;
}

.sponsor-partner {
	background-color: #fff;
}

.sponsor-partner p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0px;
	color: #666666;
}

.sponsor-partner .core-overlay {
	background: linear-gradient(180deg, rgba(2, 1, 1, 0) 30%, rgba(0, 0, 0, 0.93) 100%);
}

.way-support {
    display: none;
	background-color: #FFDE7017;
}

.way-support .row {
	justify-content: center;
}

.main-stage h2 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 14px;
	margin-top: 0px;
}

.main-stage p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 14px;
	margin-top: 0px;
}

.main-stage h6 {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 14px;
	margin-top: 0px;
}

.main-stage h6 span {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 14px;
	margin-top: 0px;
	color: #000000;
	text-decoration: underline;
}

.main-stage-content {
	margin-top: 51px;
}

.img-main-stage {
    border-radius: 10px;
}

.main-events {
	background-color: #FFDE7017;
}

.main-sponser {
	background-color: #fff;
}

.main-sponser .logo-image {
	border: 1px solid #9B9B9B;
}

.capital-section h4 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	color: #000000;
	margin-bottom: 17px;
	margin-top: 0px;
}

.capital-section p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
	margin-top: 0px;
}

.capital-section img {
	border-radius: 10px;
	margin-bottom: 40px;
	width: 100%;
}

.merchandise-section p span {
	color: #000000;
	font-weight: 700;
	text-decoration: underline;
}

.costume-section .inner {
	background-color: #fff;
}

.costume-section h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	color: #111111;
	margin-bottom: 14px;
	margin-top: 0px;
}

.costume-section .row {
	align-items: center;
}

.costume-section p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
	margin-top: 0px;
}

.costume-section p span {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 0px;
	text-decoration: underline;
}

.costume-section img {
	width: 100%;
	height: auto;
}

.rental-para {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	text-align: center;
	max-width: 902px;
	margin: auto;
	margin-bottom: 34px;
	margin-top: 0px;
}

.view-more-news-card2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #F37021;
	margin-right: 11px;
}

.schoolyear-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.scholarship-banner .inner-banner-img-all h2 {
	max-width: 1082px;
	margin: auto;
}

.form-inner {
	background-color: #FFDE7017;
	padding: 70px 20px;
	border-radius: 4px;
}

.form-inner h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #111111;
	text-align: center;
	text-transform: capitalize;
	margin-top: 38px;
	margin-bottom: 46px;
}

.form-inner form label {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	display: block;
	margin-bottom: 16px;
	text-transform: capitalize;
	text-align: left;
}

.form-inner form label span {
	color: #F37021;
}

.form-inner form input {
	width: 100%;
	height: 60px;
	border-width: 1px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	margin-bottom: 34px;
}

.form-inner form input::placeholder,
.form-inner form textarea::placeholder {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;
	color: #33333380;
	text-transform: capitalize;
	padding: 20px;
}

.form-inner form h6 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 4px;
	margin-top: 0px;
	text-transform: capitalize;
	text-align: left;
}

.form-inner form h6 span {
	color: #F37021;
}

.form-inner form p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 14px;
	line-height: 17.17px;
	color: #5F5F5F;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: left;
}

.form-inner form textarea {
	width: 100%;
	border: 1px solid #E0E0E0;
	height: 248px;
	border-radius: 6px;
	margin-bottom: 34px;
}

.form-inner form .radio-box {
	display: flex;
	align-items: center;
	margin-bottom: 51px;
}

.form-inner form .radio {
	width: 24px;
	height: 24px;
	border: 1px solid #666666;
	border-radius: 49px;
	margin-right: 5.6px;
	margin-bottom: 0px;
}

.form-inner form .radio-box label {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 14px;
	line-height: 17.17px;
	color: #010101;
	margin-bottom: 0px;
	margin-right: 5.20px;
	width: 3%;
}

.form-inner form .cmt-btn {
	width: 130px;
	text-align: center;

}

.form-inner form .check-box .checkmark {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	border: 1px solid #838383
}

.form-inner form .check-box {
	display: flex;
	margin-bottom: 40px;
}

.form-inner form .checkmark {
	margin-right: 10px;
}

.form-inner form .check-box label {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-transform: none;
}

.form-inner form .application2-para {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 34px;
	text-align: left;
}

.form-inner form .blue-btn {
	width: 130px;
	text-align: center;
	margin-right: 12px;
}

.form-inner form .application3 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.form-inner form .application3 input {
	width: 307px;
	margin: auto;
}

.form-inner form .application3 span {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.sponsorship-section h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 24px;
	margin-top: 0px;
}

.sponsorship-section p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0px;
}

.sponsorship-section p span {
	font-weight: 700;
	color: #333333;
}

.sponsorship-section h6 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 24px;
	margin-top: 0px;
}

.core-overlay h6 {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.hero-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-box a {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.07px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.hero-box a img {
	margin-left: 12px;
	margin-right: 12px;
}

.hero-box h6 {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 18px;
	line-height: 22.07px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.career-detail h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 44px;
	line-height: 62px;
	color: #111111;
	margin-top: 0px;
	margin-bottom: 20px;
}

.career-detail p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

.career-detail p a {
	text-decoration: none;
}

.career-detail p span {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: 700;
}


.career-detail h6 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 14px;
}

.career-detail .cmt-btn {
	margin-top: 30px;
	margin-bottom: 46px;
	width: 130px;
	text-align: center;
}

.news-detail-section .detail1 {
	width: 60%;
}

.news-detail-section .detail2 {
	width: 37%;
	margin-left: 35px;
}

.news-detail-section .detail1 img {
	margin-bottom: 22px;
	width: 100%;
	height: auto;
}

.news-detail-section .detail1 h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 9px;
}

.news-detail-section .detail1 p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 27px;
}

.news-detail-section .detail1 .cory-image {
	margin-left: 37px;
}

.news-detail-section .detail1 .cory-image img {
	margin-bottom: 12px;
	width: auto;
}

.news-detail-section .detail1 .cory-image h6 {
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 21.86px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-detail-section .detail1 .date-news {
	margin-top: 0px;
	margin-bottom: 23px;
}

.news-detail-section .detail1 .date-news p {
	margin-bottom: 0px;
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #797878;
}

.news-detail-section .detail1 .detail-content {
	display: flex;
}

.news-detail-section .detail1 .detail-content p {
	width: 70%;
}

.news-detail-section .detail1 .note {
	background: #1197FF14;
	padding: 12px;
	border-radius: 6px;
	border-left: 4px solid #0D72BA;
	margin-bottom: 20px;
}

.news-detail-section .detail1 .note h4 {
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-detail-section .detail1 .note h4 span {
	color: #0D72BA;
}

.news-detail-section .detail1 .detail-content2 {
	display: flex;
}

.news-detail-section .detail1 .detail-content2 .detail-image {
	margin-right: 30px;
	width: 30%;
}

.news-detail-section .detail1 .detail-content2 .news {
	width: 70%;
}

.news-detail-section .detail1 .detail-content2 img {
	width: auto;
	margin: auto;
	display: block;
	margin-bottom: 12px;
}

.news-detail-section .detail1 .detail-content2 h6 {
	margin-top: 0px;
	font-family: Century Gothic;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

.news-detail-section .detail1 .detail-content2 p {
	margin-bottom: 12px;
}

.news-detail-section .detail1 .border {
	border: 1px solid #D9D9D9;
	margin-top: 8px;
	margin-bottom: 24px;
}

.news-detail-section .detail1 .detail-content2 h5 {
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-top: 0px;
}

.news-detail-section .detail1 .detail-content2 .last-img {
	height: 100%;
}

.news-detail-section .detail2 h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 16px;
}

.news-detail-section .detail2 .recent-post {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.news-detail-section .detail2 .recent-post img {
	margin-right: 8px;
}

.news-detail-section .detail2 .recent-post p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-detail-section .detail2 .archives {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.news-detail-section .detail2 .archives img {
	height: 100%;
	margin-right: 8px;
}

.news-detail-section .detail2 .archives p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 16px;
	line-height: 19.62px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}


#msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}

#msform fieldset {
	border: 0 none;
	position: relative;
	background: none !important;
}

.form-card {
	background: none;
}

#msform fieldset:not(:first-of-type) {
	display: none
}

.card {
	z-index: 0;
	border: none;
	position: relative
}

#progressbar {
	overflow: hidden;
	display: flex;
	
	justify-content: center;
	padding: 0px;
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
	z-index: 9;
}

#progressbar li p {
	font-family: Century Gothic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.07px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

#progressbar li strong {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "1";
	font-family: Manrope;
	font-weight: 600;
	font-size: 32px;
	line-height: 43.71px;
	text-align: center;
	position: relative;
	z-index: 99;
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "2";
	font-family: Manrope;
	font-weight: 600;
	font-size: 32px;
	line-height: 43.71px;
	text-align: center;
	position: relative;
	z-index: 99;
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "3";
	font-family: Manrope;
	font-weight: 600;
	font-size: 32px;
	line-height: 43.71px;
	text-align: center;
	position: relative;
	z-index: 99;
}

#progressbar #confirm:before {
	content: "&checkmark;"
}

#progressbar li:before {
	width: 80px;
	height: 80px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: #e3e2dd;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

#progressbar li:after {
	content: '';
	width: 74%;
	height: 1px;
	background: #A8A8A8;
	position: absolute;
	left: 196px;
	top: 40px;
	z-index: 1;
}

#progressbar li:last-child:after {
	display: none;
}

#progressbar li.active:before {
	background: #0D72BA
}

#progressbar li.active:after {
	background-color: #000000;
}

.progress {
	height: 20px
}

.progress-bar {
	background-color: #673AB7
}

.fit-image {
	width: 100%;
	object-fit: cover
}

.about-us-img img,
.sponsorship-png,
.history-png {
	width: 100%;
}

.inner-main-drop.level-1-item .inner-arrow::after {
	content: "";
	background-image: url(../images/drop.svg);
	width: 12px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 14px;
	color: black;
	position: absolute;
	right: -3px;
	transform: translateY(-50%);
	top: 43%;
}

.level-1-item.selected>a {
	color: #0D72BA;
}

.inner-main-drop.level-1-item.selected .inner-arrow::after {
	color: #0D72BA;
}

li.level-2-item.selected {
	background-color: #4c4c4c;
}

li.level-2-item.selected a {
	color: white !important;
}

.padd-top-zer {
	padding-top: 0 !important;
}

.heading-home-main {
	font-weight: 600 !important;
	font-size: 44px !important;
	line-height: 62px !important;
	letter-spacing: 0%;
	color: #111111 !important;
	margin-bottom: 40px !important;
}


.date-news img {
	width: 16.2px;

	height: 17.55px;
	object-fit: contain;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.back-btn {
	max-width: 130px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: #0D72BA;
	text-transform: capitalize;
	padding: 17.5px 10px;
	border: 1px solid #0D72BA;
	border-radius: 10px;
	display: inline-block;
}

.next-btn {
	background-color: #F37021;
	max-width: 130px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: white;
	text-transform: capitalize;
	padding: 17.5px 10px;
	border: 1px solid #F37021;
	border-radius: 10px;
	display: inline-block;
}

.next-back {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination-main-alll {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 50px;
}

.pagination-main-alll .btns-pag {

	width: 38px;
	height: 38px;
	border: 1px solid #B4B4B4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;

}

.pagination-main-alll .btns-pag a {
	color: #B4B4B4;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
}

.prev-pag a {
	color: #B4B4B4;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
}

.prev-pag {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.next-pag {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.next-pag a {
	color: #B4B4B4;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: none;
}

.btns-pag.active {
	background-color: #0D72BA;
	border-color: #0D72BA;
}

.btns-pag.active a {
	color: white;
}

.our-feature-pro {
	justify-content: center;
}

.left-img-summer-camp img {
	margin-right: auto !important;
}

.banner-inner-page-comn .inner-btn {
	text-align: center;
}

.right-back {
	position: absolute;
	top: 4%;
	border-radius: 0 !important;
	left: 11%;
}

.left-back {
	position: absolute;
	bottom: 9%;
	border-radius: 0 !important;
	right: 11%;
}

.innter-table-main-stage table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0 !important;
}

.innter-table-main-stage th,
.innter-table-main-stage td {
	border: 0;
	padding: 15px 10px;
	text-align: center;
	color: rgb(87 87 87);
	font-size: 18px;
	font-weight: 500;
}

.innter-table-main-stage th {
	background-color: #569dc9;
	text-align: left;
}

.innter-table-main-stage table tr:nth-child(even) {
	background-color: #c6ddea;
}

.innter-table-main-stage .check::before {
	content: "✔";
	color: #c7124c;
	font-family: "Font Awesome 6 free";
	font-weight: 900;
}

.innter-table-main-stage .cross::before {
	content: "✘";
	color: #0D72BA;
	font-family: "Font Awesome 6 free";
	font-weight: 900;
}

.innter-table-main-stage .parot-green {
	background-color: #91e790;
}

.innter-table-main-stage .main-stage-sponsor {
	background-color: white;
	font-size: 25px;
	font-weight: 700;
	color: #0D72BA;
}

.comn-class-main-tabla td:nth-child(even) {
	background-color: #91e79075;
}

.comn-class-main-tabla td:not(:first-child):nth-child(odd) {
	background-color: #529bc65c;
}

.comn-class-main-tabla td:first-child {
	text-align: left;
}

.innter-table-main-stage th:not(:first-child) {
	text-align: center;
}

.for-sponsor {
	text-align: center;
	max-width: 700px;
	margin: auto;
	background-color: #eef2f5;
	font-size: 22px;
	padding: 14px 5px;
	color: #585b5e;
	margin-top: 50px !important;
}

.for-sponsor a {
	font-size: 22px;
	padding: 14px 5px;
	color: #585b5e;
	text-decoration: none;
}

.first-ladies-card {
	justify-content: center;
}

.img-slider-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.img-slider-main img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}


@media only screen and (max-width: 1399px) {
	.news-detail-section .detail2 {
		margin-left: 20px;
	}

	.news-detail-section .container .row {
		margin-inline: 0px;
	}

    .first-ladies-qr-text {
        margin-top: -370px;
    }

	.community-sponser .row {
		row-gap: 15px !important;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-content: space-between;
	}

	.community-sponser .logo-image {
		width: 100%;
	}
}

@media screen and (max-width: 1284px) {
    .first-ladies-qr {
        margin-top: -40px;
    }
    .first-ladies-qr-text {
        margin-top: -350px;
    }
}

@media screen and (max-width: 1224px) {
    .first-ladies-qr {
        margin-top: -40px;
    }
    .first-ladies-qr-text {
        margin-top: -300px;
    }
}


@media only screen and (max-width: 1199px) {
	#progressbar li:after {
		content: '';
		width: 72%;
		left: 182px;
	}
}

@media only screen and (max-width: 1166px) {
	.news-detail-section .detail1 {
		width: 50%;
	}

	.news-detail-section .detail2 {
		width: 37%;
		margin-left: 35px;
	}

	.innter-table-main-stage th,
	.innter-table-main-stage td {
		padding: 15px 10px;
		font-size: 15px;
	}

	.innter-table-main-stage .main-stage-sponsor {
		font-size: 22px;
	}

	.for-sponsor {

		font-size: 19px;

	}

	.for-sponsor a {

		font-size: 19px;

	}

	.community-sponser .row {
		row-gap: 15px !important;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-content: space-between;
	}

	.community-sponser .logo-image {
		width: 100%;
	}
}

@media only screen and (max-width: 1099px) {

	#progressbar li:after {
		content: '';
		width: 67%;
		left: 169px;
	}
    .first-ladies-qr {
        margin-top: -0px;
    }
    .first-ladies-qr-text {
        margin-top: -250px;
    }

}

@media only screen and (max-width: 991px) {
	.form-inner form .check-box {
		margin-bottom: 10px;
	}

	.community-sponser .row {
		row-gap: 15px !important;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: space-between;
	}

	.community-sponser .logo-image {
		width: 100%;
	}

	.form-inner form input {
		margin-bottom: 15px;
	}

	.form-inner form label {
		margin-bottom: 5px;
	}

	.form-inner form .radio-box {
		margin-bottom: 20px;
	}

	.form-inner form .application2-para {
		margin-bottom: 15px;
	}

	.capital-section p {
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.costume-section p {
		margin-bottom: 10px;
	}

	.img-first-ladie {
		max-width: 100%;
	}

	.main-stage h2 {
		font-size: 22px !important;
	}

    .banner-inner-page-comn-missoula {
        background-image: url(../images/user_images/missoula-hero.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

	.spotlight-program img {
		margin-bottom: 0px;
	}

	.cmt-text-carousel .item {
		padding: 101px 0 143px;
		background-size: cover !important;
	}

	.summer-camp-hero .para1 {
		margin-bottom: 10px;
	}

	.summer-camp-hero h6 {
		margin-bottom: 12px;
	}

	.comn-padd2 {
		padding-top: 60px;
	}

	.inner-get-touch {
		padding: 50px 30px;
	}

	.school-stage-img-left.img-first-ladie img {
		max-width: 100%;
		margin-left: auto;
	}

	.date-news p {
		margin: 0px;
	}

	.card-detail-price h3 {
		font-size: 16px;
	}

	.inner-gift-card {
		padding: 31px 10px;
	}

	.inner-banner-event-detail {
		gap: 6px;
	}

	.upper-img-gift img {
		width: 65px;
	}

	.inner-input-label {
		margin-bottom: 10px;
	}

	.text-volunteer {
		margin-bottom: 15px;
	}

	.row .col-6 {
		width: 100%;
	}

	.news-detail-section .detail1 {
		width: 100%;
	}

	.news-detail-section .detail2 h2 {
		margin-bottom: 12px;
	}

	.news-detail-section .detail2 .archives {
		margin-bottom: 10px;
	}

	.news-detail-section .detail2 {
		width: 100%;
	}

	.cmt-about figure {
		margin: auto;
	}

	.inner-input-sponser {
		margin-top: 20px;
	}

	.img-main-aboutus {
		margin: auto !important;
		margin-top: 20px !important;
	}

	.row .col-4.col-lg-4 {
		width: 50%;
	}

	.cmt-btn,
	.blue-btn {
		margin-bottom: 10px;
	}

	.merchandise-section img {
		margin-right: auto;
	}

	#progressbar li:after {
		content: '';
		width: 64%;
		left: 155px;
	}

	#progressbar li strong {
		font-size: 16px;
	}

	.inner-banner-img-all {
		padding: 70px 20px;
	}

	.cmt-banner-event-detail {
		max-width: 460px;
	}

	.cmt-about,
	.comn-padd,
	.cmt-programs {
		padding: 60px 0;
	}

	.inner-about-text h2,
	.our-core-sec h2,
	.career-detail h2,
	.spotlight-program h2,
	.community-theatre h2,
	.community-program h2,
	.community-sponser h2,
	.inner-head-contact h3,
	.main-head-donor-all h3,
	.inner-firts-ladies h2,
	.first-ladie-name-img h2,
	.news-article h2,
	.comn-head-style-h2,
	.summer-banner .inner-banner h2,
	.merchandise-section .content h2,
	.costume-section h2,
	.form-inner h2,
	.community-program h2,
	[class*="cmt-fonts"] h2,
	.inner-all-gifting h3 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.inner-about-text p,
	.spotlight-program p,
	.community-theatre p,
	.community-sponser p,
	.career-detail p,
	.capital-section p,
	.main-all-policy-content p,
	.inner-head-contact p,
	.inner-gift-card p,
	.main-head-donor-all p,
	.inner-all-cards-donor p,
	.character-detail p,
	.inner-firts-ladies p,
	.cmt-fonts p,
	.head-comn-main-sections p,
	.merchandise-section .content p,
	.news-detail-section .detail1 p,
	.news-detail-section .detail2 .archives p,
	.costume-section p,
	.rental-para,
	.sponsorship-section p,
	.inner-input-label label,
	.inner-input-label input,
	.inner-input-label textarea,
	.location-contactus p,
	.inner-gift-card a,
	.character-detail a,
	.inner-firts-ladies li,
	.sponser-main p,
	.news-detail-section .detail2 .recent-post p,
	.form-inner form label,
	.form-inner form input::placeholder,
	.form-inner form textarea::placeholder,
	.form-inner form h6,
	.form-inner form .check-box label,
	.form-inner form .application2-para,
	.form-inner form .application3 span,
	.view-more-news-card2,
	.first-instruct p,
	.inner-text-newsleter p,
	.cmt-banner-event-detail p,
	.card1-testimonial p {
		font-size: 14px;
		line-height: 25px;
	}

	

	.inner-head-contact p {
		margin-bottom: 30px;
	}

	.inner-text-newsleter h3 {
		font-size: 18px;
	}

	.sponser-main {
		margin: auto;
	}

	.inner-input-sponser {
		align-items: center;
	}

	.merchandise-section .content {
		padding: 31px 45px;
	}

	.input-sponser {
		padding: 20px 31px !important;
	}

	.inner-flex-donate {
		align-items: center;
		max-width: 546px;
		width: 100%;
	}

	.input-sponser {
		padding: 18px 48px 18px 18px !important;
		font-size: 16px !important;
		width: 100% !important;
	}

	.crousel-btn-show .cmt-btn {
		margin-bottom: 0 !important;
		margin-right: 0;
	}

	.img-first-ladie img {
		max-width: 100%;
	}

	.row-gap-in-all {
		row-gap: 20px;
	}

	.innter-table-main-stage {
		overflow: auto;
	}

	.innter-table-main-stage table {
		width: 850px;
	}

    .first-ladies-qr {
        max-width: 100%;
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    .first-ladies-qr img {
        margin-left: 15px;
    }
    .first-ladies-qr-text {
        text-align: left;
        margin-top: 25px;
        padding-left: 0px;
        margin-left: -130px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 870px) {
    .first-ladies-qr-text {
        margin-top: 0px;
    }
}

@media screen and (max-width: 800px) {
    .first-ladies-qr {
        display: block;
    }
    .first-ladies-qr-text {
        margin-top: -200px;
        padding-top: 0px;
        margin-right: 0px;
        margin-left: 15px;
    }
}

@media only screen and (max-width:798px) {
	.inner-all-cards-donor {
		padding: 15px 20px;
	}

	.right-back {
		position: absolute;
		top: 4%;
		border-radius: 0 !important;
		left: 0;
		max-width: 44px;
	}

	.left-back {
		position: absolute;
		bottom: 68px;
		border-radius: 0 !important;
		right: 0;
		max-width: 40px;
	}

	.img-name-donor {
		margin-bottom: 10px;
	}

	.card1-testimonial h5 {
		font-size: 20px;
		margin-bottom: 0px;
	}
    
	.cmt-text-carousel .item {
        height: 505px !important;
    }
	.card1-testimonial h6 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.form-inner form .radio-box label {
		width: 50%;
	}

	.capital-section .row .col-4 {
		width: 100%;
	}

	.comn-padd2 {
		padding-top: 30px;
	}

	.map-cards .row .col-4 {
		width: 100%;
	}

	.inner-input-label input {
		margin-bottom: 0px;
	}

	.inner-input-label label {
		margin-bottom: 0px;
	}

	.cmt-banner-event-detail {
		max-width: 100%;
	}

	.inner-banner-event-detail {
		gap: 0px;
	}

	ul.accordion-list li div.answer {
		padding: 10px;
	}

	.main-inner-hell-show p {
		font-size: 9px;
		line-height: 15px;
	}

	.cmt-btn,
	.blue-btn {
		padding: 9px 18px;
	}

	.row .col-8 {
		width: 100%;
	}

	.row .col-4.col-md-4 {
		width: 100%;
	}

	.cards-main-all {
		margin-top: 20px;
	}

	.row .col-5 {
		width: 100%;
	}

	.row .col-7 {
		width: 100%;
	}

	.sections-footer .row .col-4 {
		width: 100%;
	}

	.sections-footer .padd-left {
		padding-left: 0px;
	}

	.upper-header-main {
		padding: 3px 10px;
	}

	.inner-banner-event-detail {
		flex-direction: column;
	}

	.first-news {
		display: block;
	}

	#progressbar li:after {
		content: '';
		width: 100%;
		left: 101px;
	}

	#progressbar li strong {
		font-size: 14px;
	}

	.inner-banner-img-all h2 {
		font-size: 30px;
		line-height: 45px;
	}

	.cmt-banner-event-detail h4 {
		font-size: 20.67px;
	}

	.cmt-banner-event-detail p {
		font-size: 14px;
	}

	.inner-about-text h2,
	.our-core-sec h2,
	.career-detail h2,
	.spotlight-program h2,
	.community-theatre h2,
	.community-program h2,
	.community-sponser h2,
	.inner-head-contact h3,
	.main-head-donor-all h3,
	.inner-firts-ladies h2,
	.first-ladie-name-img h2,
	.news-article h2,
	.comn-head-style-h2,
	.summer-banner .inner-banner h2,
	.merchandise-section .content h2,
	.costume-section h2,
	.form-inner h2,
	.community-program h2,
	[class*="cmt-fonts"] h2,
	.inner-all-gifting h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.text-main-news-detail h3 {
		font-size: 20px;
	}

	.inner-all-news .first-news:not(:last-child) {
		margin-bottom: 30px;
	}

	.main-all-policy-content h3,
	.capital-section h4 {
		margin-bottom: 10px;
	}

	.main-all-policy-content ul li {
		font-size: 14px;
		line-height: 25px;
	}

	.inner-gift-card h5 {
		font-size: 20px;
	}

	.mission-txt h5 {
		font-size: 18px;
	}

	.form-inner {
		padding: 5px 5px;
	}

	.form-inner form input {
		height: 35px;
		margin-bottom: 20px;
	}

	ul.accordion-list li h3 {
		padding: 15px 36px 15px 15px;
		font-size: 14px;
	}

	.inner-input-label input {
		padding: 10px 10px;
	}

	.cards-main-all {
		margin-bottom: 20px;
	}

	.inner-gift-card {
		padding: 15px 15px;
	}

	.upper-img-gift,
	.inner-gift-card h5,
	.character-detail h6,
	.form-inner form .check-box,
	.form-inner form .application2-para,
	.sponsorship-section h2,
	.sponsorship-section h6,
	.first-instruct h3,
	.summer-camp-hero .para1,
	.summer-camp-hero h6 {
		margin-bottom: 10px;
	}

	section.comn-padd.cmt-fonts.summer-camps {
		padding-top: 80px;
	}

	.first-instruct h3 {
		font-size: 22px;
		line-height: 24px;
	}

	.first-instruct h6 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.form-inner form .radio-box {
		margin-bottom: 15px;
	}

	.first-instruct {
		margin-bottom: 15px;
	}

	.upper-img-gift img {
		width: 45px;
	}

	.card-detail-price {
		padding: 12px;
	}

	.card-detail-price h3 {
		font-size: 15px;
	}

	.view-more-news-card {
		font-size: 14px;
		line-height: 15px;
	}

	.img-name-donor h5 {
		font-size: 15px;
	}

	.career-detail .cmt-btn {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.inner-imag-sec-sponser {
		padding: 40px 0 53px;
	}

	.input-sponser {
		padding: 15px 10px;
	}

	.client-sponser {
		padding: 15px 0;
	}

	.summer-banner .inner-banner {
		padding: 20px 0px;
	}

	.merchandise-section .content {
		padding: 15px 25px;
	}

	[class*="cmt-fonts"] h1 {
		font-size: 35px;
		line-height: 50px;
	}

	.cmt-banner-carousel {
		position: relative;
	}

	.main-item {
		position: relative;
	}

	.spotlight-program img {
		margin-bottom: 0px;
	}

	.location-contactus {
		padding: 18px 13px;
	}

	.location-contactus img {
		max-width: 40px;
		margin-bottom: 5px;
	}

	.comn-padd,
	.cmt-programs {
		padding: 30px 0;
	}

	.community-sponser .logo-image {
		padding: 7px 8px;
		width: 100%;
		height: auto;
	}

	.sponser-main {
		padding: 12px 9px;
	}

	.cmt-about {
		padding: 30px 0;
	}

	.inner-get-touch {
		padding: 20px 15px;
	}

	.inner-banner-img-all {
		padding: 45px 20px;
	}

	.inner-head-contact p {
		margin-bottom: 20px;
	}

	.hero-box a,
	.hero-box h6 {
		font-size: 14px;
	}

	.inner-flex-donate .cmt-btn {
		width: auto !important;
		margin-left: -143px !important;
	}

	.inner-text-newsleter p {
		max-width: 100%;
	}

	.call-footer {
		margin-bottom: 15px;
	}

	.inner-text-newsleter ul {
		margin: 0px;
	}

	.logo-header img {
		max-width: 115px;
		width: 100%;
	}

	#progressbar {
		overflow: hidden;
		display: flex;
		
		justify-content: space-around;
		padding: 0px;
	}

	.row-g-main {
		row-gap: 20px;
	}

	.first-ladie-name-img h2 {
		margin-bottom: 19px !important;
	}

	.main-stage-schol .main-inner-hell-show p {
		font-size: 15px;
		line-height: 15px;
	}

	.innter-table-main-stage th,
	.innter-table-main-stage td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.innter-table-main-stage .main-stage-sponsor {
		font-size: 17px;
	}

	.for-sponsor {
		font-size: 16px;
		margin-top: 20px !important;
	}

	.for-sponsor a {
		font-size: 16px;
	}

	.community-sponser .row {
		row-gap: 15px !important;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: space-between;
	}

	.inner-div-container {
		padding: 0 0px;
	}
}

@media only screen and (max-width:598px) {
	.inner-all-cards-donor {
		padding: 10px 15px;
	}

	.date-news p {
		font-size: 12px;
	}

	.community-program .date-news h6 {
		font-size: 12px;
	}

	.row .col-4 {
		width: 50%;
	}

	.row .col-4.col-lg-4 {
		width: 100%;
	}

	.news-detail-section .detail1 .detail-content,
	.news-detail-section .detail1 .detail-content2 {
		display: block;
	}

	.news-detail-section .detail1 .cory-image h6 {
		text-align: left;
		margin-bottom: 20px;
	}

	#progressbar li:before {
		width: 50px;
		height: 50px;
	}

	#progressbar li:after {
		content: '';
		width: 100%;
		left: 87px;
		top: 25px;
	}

	#progressbar li p {
		font-size: 12px;
	}

	#progressbar li strong {
		font-size: 11px;
		line-height: 15px;
	}

	.news-detail-section .detail1 .detail-content2 .detail-image {
		width: 100%;
	}

	.news-detail-section .detail1 .detail-content2 .news {
		width: 100%;
	}

	.news-detail-section .detail1 .detail-content p {
		width: 100%;
	}

	.news-detail-section .detail1 .cory-image {
		margin: auto;
		display: block;
		text-align: center;
	}

	.news-detail-section .detail1 .cory-image h6 {
		text-align: center;
	}

	.inner-text-newsleter ul li a {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.inner-text-newsleter ul li {
		margin-bottom: 8px;

	}

	.sections-footer .row {
		row-gap: 20px;
	}

	.logo-main-btn {
		padding-top: 36px;
		flex-wrap: wrap;
		row-gap: 16px;
	}

	.images-amin-partner-footer figure {
		max-width: 116px;
		width: 100%;
	}

	.core-programs-listing figure img {

		object-position: 78% 11%;
	}

	.cmt-btn,
	.blue-btn {
		padding: 9px 14px;
	}

	.form-inner h2 {
		font-size: 36px;
		line-height: 54px;
		margin-top: 0px;
		margin-bottom: 46px;
	}

	.form-inner form label {
		font-size: 13px !important;
		line-height: 24px !important;
		margin-bottom: 4px !important;

	}

	#progressbar {
		overflow: hidden;
		display: flex;
		
		justify-content: space-around;
		padding: 0px;
		margin: 20px 3px;
	}

	.inner-event-img-text {
		align-items: center;
		gap: 12px;
		flex-wrap: wrap;
	}

	.button-main {
		text-align: left;
		margin-top: 20px;
	}

	.main-stage-schol .main-inner-hell-show p {
		font-size: 13px;
		line-height: 15px;
	}

	.community-sponser .logo-image IMG {
		max-width: 141PX;
		height: 41PX;
		object-fit: contain;
	}

	.community-sponser .row {
		row-gap: 15px !important;
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
	}

	.inner-btn {
		flex-wrap: wrap;
	}

	.for-sponsor {
		font-size: 14px;

	}

	.for-sponsor a {
		font-size: 14px;

	}

	.community-sponser .logo-image {
		width: 100% !important;

		text-align: center;
	}

}


@media only screen and (max-width:498px) {
	.row .col-4 {
		width: 100%;
	}

	#progressbar li:after {
		content: '';
		width: 100%;
		left: 70px;
		top: 25px;
	}

	.cmt-btn,
	.blue-btn {
		padding: 9px 14px;
	}


	.form-inner h2 {
		font-size: 23px;
		line-height: 40px;
		margin-top: 0px;
		margin-bottom: 27px;
	}

	.form-inner form .application3 {
		display: flex;
		align-items: center;
		margin-bottom: 9px;
	}

	.form-inner form .application3 input {
		width: 100%;
		margin: auto;
	}

	.copy-privacy {
		flex-wrap: wrap;
		gap: 8px;
	}

	.community-sponser .logo-image img {
		max-width: 111px;
		height: 30px;
	}

	.custom-dots button {
		counter-increment: dot-counter;
		padding: 0;
		margin: 0 !important;
	}

	.custom-nav-dots {
		margin-top: 15px;
	}

	[class*="cmt-fonts"] h1 {
		font-size: 27px;
		line-height: 43px;
	}

}

@media only screen and (max-width:398px) {
	

	.logo-header img {
		max-width: 90px;
	}

	.inner-banner-event-detail {
		gap: 0px;
	}



	#progressbar li:before {
		width: 30px;
		height: 30px;
	}

	.comn-padd2 {
		padding-top: 30px;
	}

	#progressbar #account:before,
	#progressbar #personal:before,
	#progressbar #payment:before {
		font-size: 15px;
	}

	#progressbar li {
		width: 40%;
	}

	.hero-box a,
	.hero-box h6 {
		font-size: 11px;
	}

	

	#progressbar li:after {
		content: '';
		width: 100%;
		left: 45px;
		top: 15px;
	}

	.community-sponser .logo-image img {
		max-width: 111px;
	}
}


.flex-videos {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.video-content {
	margin: auto;
}

.video-content iframe {
	width: 40vw !important;
	height: 23vw !important;
}

@media only screen and (max-width:900px) {
	.video-content iframe {
		width: 46vw !important;
		height: 28vw !important;
	}
}

@media only screen and (max-width:700px) {
	.video-content iframe {
		width: 70vw !important;
		height: 41vw !important;
	}
}

.photo-albums {
	flex-wrap: wrap;
	display: flex;
	margin: auto;
}
.photo-albums section{
	width: 45vw;
	margin: auto;
}
.photo-albums section img{
	border-radius: 10px;
}



body {
	display: flex;
	flex: 1 auto;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 100vh;
	margin-bottom: auto;
	font-family: Raleway, Verdana, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #000;
}
.svg-group {
	position: absolute;
	top: -380px;
}


.gel-hdr-logo {
	display: inline;
	margin: -0.2em 0 0 0;
	color: #FFF;
	font-size: 3.5em;
}
.logo-g, .logo-el {
	display: inline-block;
	margin: -1.5em 0 -.25em;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -4px;
	color: #C3C5D0;
}
.logo-g {
	margin-right: -.275em;
	transform: rotate(13deg);
}
.gel-logo-tagline {
	display: inline-block;
	margin: 0;
	color: #FFF;
	font-size: .25em;
	font-style: normal;
}
.level-1-item:hover ul.nav-level-2{
	display: block;
}
@media screen and (max-width: 1200px) {
	.gel-hdr-logo {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 432px) {
	.gel-logo-tagline {
		display: none;
	}
}


header {
	max-width: 100%;
	
}
.hdr-logo {
	flex: 0 0 20%;
}
.hdr-logo:hover {
	transform: scale(1.05);
}

.hdr-options {
	display: flex;
	flex: 0 0 20%;
	justify-content: flex-end;
	margin-top: 0.5em;
}
.hdr-option {
	flex: 0 0 auto;
	position: relative;
	margin-left: 1em;
}
.hdr-option a {
	position: relative;
}
button.hdr-options-txt, a.hdr-options-txt {
	margin: 0.3em 0 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-transform: none;
	font-style: normal;
	color: #fff;
}
.hdr-options-txt::selection, .hdr-options-txt:hover, a.hdr-options-txt:hover {
	color: #C3C5D0;
}
.hdr-icons {
	max-width: 28px;
	height: 1.3em;
}
.hdr-icons:hover {
	fill: #C3C5D0;
	stroke: #C3C5D0;
}
.cart-number, .noti-number {
	position: absolute;
	top: -0.8em;
	right: 0.6em;
	width: 1.5em;
	height: 1.5em;
	padding: 0 0.25em;
	background: #363845;
	border-radius: 50%;
	color: #FFF;
	font-size: .7em;
	text-align: center;
	cursor: pointer;
}

.hdr-drpdwn {
	display: none;
	position: absolute;
	top: 3.9em;
	right: 0;
	z-index: 1000;
	width: 14em;
	padding: 1.5em 1em;
	background: #363845;
	color: #FFF;
}
.hdr-drpdwn p {
	margin: 0.4em 0 0 0;
}
.hdr-drpdwn a {
	color: #fff;
	line-height: 2.1em;
}
.hdr-drpdwn a:hover, .hdr-drpdwn a:active, .hdr-drpdwn a::selection {
	color: #C3C5D0;
}
.hdr-drpdwn-close {
	position: absolute;
	top: 0.4em;
	right: 0.6em;
}
.hdr-drpdwn-close svg {
	height: 0.8em;
	max-width: 0.8em;
}
.hdr-drpdwn input {
	width: 100%;
	margin: .3em 0 .3em 0;
	padding: 0.4em;
}

.hdr-search-bar {
	width: 25em;
}
.hdr-search-form {
	display: flex;
}
input[type="text"].search-input {
	flex: 1 0 90%;
	margin: 0;
	padding: 0.6em;
}
button.hdr-submit-search {
	margin-left: 0.5em;
}
.hdr-search-form .search-opt-icon {
	height: 1.7em;
	max-width: 1.7em;
}

@media screen and (max-width: 1200px) {
	.hdr-drpdwn {
		top: 3.3em;
	}
	.hdr-option-contact {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.hdr-logo {
		flex: 0 0 45%;
		padding-left: .1em;
	}

	.hdr-options {
		flex: 1 0 30%;
	}
	.hdr-drpdwn {
		top: 2.9em;
	}
	.navbar {
        justify-content: flex-end;
    }
	.navbar .menu-icon {
        display: block;
    }
}
@media screen and (max-width: 768px) {

	.hdr-options, .hdr-option  {
		position: unset;
	}
	
	.hdr-option:not(.hdr-option-keep) {
		display: none;
	}

	.hdr-drpdwn {
		width: 100%;
		top: 4.4em;
	}
}
@media screen and (max-width: 432px) {
	.hdr-logo {
		flex: 1 auto;
	}
	.hdr-options {
		flex: 1 auto;
	}
}


.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header{
	background-color: white;
}

.main-nav {
	
}
.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.main-nav li {
	position: relative;
}
.main-nav a, .nav-no-link {
	color: #FFF;
	font-size: 1.1em;
	font-style: normal;
}
.nav-no-link {
	cursor: inherit;
}

ul.nav-level-1 {
	display: flex;
	justify-content: center;
	text-align: center;
}
.level-1-item {
	flex: 0 1 auto;
}
.level-1-item > a, .level-1-item > .nav-no-link {
	padding: 0.5em 1em 1.1em;
}
.level-1-item > a:hover, .level-1-item > a:focus, .level-1-item > a:active {
	color: #C3C5D0;
}
.level-1-item.inner-main-drop{
	margin-right: 10px;
}

ul.nav-level-2 {
	display: none;
	position: absolute;
	top: 2.3em;
	left: 0.25em;
	width: 15.25em;
	list-style: none;
	text-align: left;
}
.level-2-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #90C63E;
	border-bottom: 1px solid #4C5061;
}
.level-2-item > a, .level-2-item > .nav-no-link {
	display: block;
	width: 100%;
	padding: .5em 1em;
	font-size: 1em;
}
.level-2-item a:hover, .level-2-item a:focus, .level-2-item a:active {
	background: #606565;
	color: white;
}
.menu-icon.active .bar.remov-b{
	display: none !important;
}
.menu-icon.active .bar.exone{
    transform: rotate(44deg);
    position: relative;
    top: 7px;
}
.menu-icon.active .bar.extwo{
	transform: rotate(141deg);
    position: relative;
    top: -2px;
}

@media screen and (max-width: 1200px) {
	.main-nav a, .nav-no-link {
		font-size: 1em;
	}
}
@media screen and (max-width: 1024px) {
	.level-1-item:hover ul.nav-level-2 {
		display: none;
	}

	.inner-main-drop.your-toggle-class ul.nav-level-2{
		display: block;
        border-bottom: 1px solid black;
	}
	
	button.nav-trigger {
		display: block;
		flex: 0 30px;
		position: relative;
		margin-left: 1.2em;
	}
	.burger-text {
		display: none;
	}
	.level-1-item.inner-main-drop{
		margin-right: auto;
	}
	.burger, .burger:before, .burger:after {
		content: "";
		display: block;
		position: absolute;
		width: 2em;
		height: .25em;
		background: #FFF;
		border-radius: .15em;
	}
	.burger {
		top: 1em;
		right: 0;
	}
	.burger:before {
		margin-top: -.55em;
	}
	.burger:after {
		margin-top: .6em;
	}

	.nav-open .burger {
		background: none;
		transition: none;
	}
	.nav-open .burger:before {
		margin-top: 0;
		transform: rotate(45deg);
	}
	.nav-open .burger:after {
		margin-top: 0;
		transform: rotate(-45deg);
	}

	
	.main-nav {
		display: none;
		position: absolute;
		top: 48px;
		left: 0;
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
        z-index: 1000;
        background: #eaffdf85;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(17.4px);
        -webkit-backdrop-filter: blur(17.4px);

	}
	.main-nav.active{
		display: block;
	}

	ul.nav-level-1 {
		flex-direction: column;
		padding: 15px;
	}
	.level-1-item {
		display: block;
		width: fit-content;
		margin: auto;
		border-bottom: 0;

	}
	span.mian-click-open {
		position: absolute;
		width: 34px;
		top: 0;
		right: -12px;
		height: 34px;
		z-index: 999;
	}
	.level-1-item > a, .level-1-item > .nav-no-link {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
		font-size: 1em;
	}

	ul.nav-level-2 {
		
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	.level-2-item {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
		border-bottom:0;
	}
	.level-2-item > a, .level-2-item > .nav-no-link {
        padding: 6px 10px;
        font-size: 1em;
        font-style: italic;
    }

	li.level-2-item.selected {
		background-color: transparent;
	}
	li.level-2-item.selected a {
		color: #1d6eb5 !important;
	}
}
@media screen and (max-width: 600px) {

}


.page-intro {

}
.page-intro + .std-width-ctnr {
	margin-top: 0;
}


.bread {
	width: 100%;
	margin: 0;
	font-size: .8em;
}
.bread ol {
	margin: 0;
}
.bread li {
	display: inline-block;
	position: relative;
}
.bread li:not(last-of-type) {
	padding-right: 1em;
}
.bread li:before, .bread li:after {
	display: none;
}
.bread ol > li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	display: block;
	top: 0.75em;
	right: 0.3em;
	left: unset;
	width: 0.4em;
	height: 0.4em;
	border-bottom: 0.15rem solid #8A8FA3;
	border-right: 0.15rem solid #8A8FA3;
	transform: rotate(-45deg) skew(-10deg, -10deg);
}
@media screen and (max-width: 768px) {
	.bread ol > li {
		margin: 0;
	}
}


.minor-actions {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	text-align: right;
}
.raise-minor-actions {
	top: -60px;
}
.minor-actions svg {
	max-width: 1.5rem;
	height: 1.2rem;
	margin-left: 1rem;
}
.minor-actions a:hover svg, .minor-actions button:hover svg {
	fill: #703014;
	stroke: #703014;
}
.minor-actions button, .minor-actions .button {
	margin: 0;
	padding: 0.4em;
	font-size: .8em;
}
.minor-actions > *:not(:first-of-type) {
	margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.minor-actions svg {
		margin-left: 0.2em;
	}
}


.major-actions {
	width: 100%;
	margin: 2em 0;
	padding: 0.6em 0;
	align-items: center;
	background: #d2205c;
}
.major-actions .std-width-ctnr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
}
.major-actions button, .major-actions .button {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.major-actions .button {
		padding: 0.4em 0.8em;
	}
}
@media screen and (max-width: 768px) {
	.major-actions .std-width-ctnr {
		flex-wrap: wrap;
	}
}


.list-filters {
	display: flex;
	flex: 0 0 50%;
	width: 50%;
}
select.list-filter {
	flex: 1 auto;
	margin: 0;
	padding: 0.3em 0.6em 0.4em;
	border: none;
	border-radius: 0;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #F8F8F8;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select.list-filter:not(:first-child) {
	margin: 0 0 0 .4em;
}
@media screen and (max-width: 1200px) {
	.list-filters {
		flex: 0 0 60%;
	}
	select.list-filter {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1024px) {
	.list-filters {
		flex: 0 0 70%;
	}
	select.list-filter {
		font-size: 1em;
	}
}
@media screen and (max-width: 768px) {
	.list-filters {
		flex: 1 0 100%;
	}
	select.list-filter {
		font-size: .9em;
	}
}
@media screen and (max-width: 432px) {
	.list-filters {
		flex-wrap: wrap;
	}
	select.list-filter {
		flex: 1 0 100%;
	}
	select.list-filter:not(:first-child) {
		margin: 0.6em 0 0 0;
	}
}


.card-actions {
	position: absolute;
	right: .2em;
	top: .2em;
	font-size: 1.1em;
}
.card-actions svg {
	filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 1));
}


.error, .success, .warning {
	position: relative;
	width: 100%;
	margin: 1em 0 2em;
	padding: 0 1em 0.5em 1em;
	font-weight: 500;
	color: #fff;
}
.error {
	background: #7A1515;
}
.success {
	background: #86C54F;
}
.warning {
	color: #D40000;
	background: #FFC300;
}
.error svg, .success svg {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
}
.error p, .success p, .warning p {
	margin: .15em 0;
	line-height: 1.5em;
	font-size: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
.warning a {
	color: #444444;
}
main.full-width-ctnr > .error, main.full-width-ctnr > .success, main.full-width-ctnr> .warning {
	width: 86%;
}
@media screen and (max-width: 750px) {
	.error, .success, .warning {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}


.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: rgba(0, 113, 188, .9);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}
.cookies a {
	color: #FFF;
	text-decoration: underline;
}
.cookies a:hover {
	color: #39B54A;
}
.cookies input[type='submit'] {
	margin:  0;
	background: #39B54A;
	border: 2px solid #39B54A;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cookies input[type='submit']:hover {
	background: #FFF;
	color: #39B54A;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies input[type="submit"] {
		margin: 1em 0 0;
	}
}


.product-opts-ctnr {
	display: block;
	float: right;
	width: 22%;
	background: #EFEFEF;
	margin: 1em 0 1em 2em;
	padding: 1em;
	border-radius: 5px;
	text-align: center;
}
h4.gel-product-price {
	margin: 0.25em 0 0.5em;
}
.product-opts-ctnr form {
	padding: 0;
}
.gel-product-quantity select {
	text-align: center;
}
.product-opts-ctnr input[type="button"] {
	width: 100%;
	margin: 0.5em 0;
}
.product-opts-ctnr .success, .product-opts-ctnr .error {
	margin: 0 0 1.25em;
	font-size: .8em;
	text-align: left;
}
@media screen and (max-width: 1250px) {
	.product-opts-ctnr {
		width: 30%;
		margin-left: 1.2em;
		padding: 0.5em;
	}
}
@media screen and (max-width: 1024px) {
	.product-opts-ctnr {
		width: 36%;
	}
}
@media screen and (max-width: 768px) {
	.product-opts-ctnr {
		width: 40%;
	}
}
@media screen and (max-width: 600px) {
	.product-opts-ctnr {
		width: 100%;
	}
}


@media screen and (max-width: 480px) {
	legend {
		padding: .8em 1em 0;
	}
	.flex-form {
		margin: 1em 1em -.25em .5em;
	}
	.flex-block {
		margin: 0 0 1em .5em;
	}
}