/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #fa50c8;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #fa50c8;
}
.color {
    color: #fa50c8 !important;
}
a {
    text-decoration: none !important;
    color: #fa50c8;
}

.dark #header-wrap {
    background-color: #686868;
}

@media (max-width: 991px) {
#header.transparent-header:not(.sticky-header) #header-wrap {
    background-color: #686868;
    border-bottom: 1px solid #EEE;
}}



element.style {
}
@media (max-width: 991.98px){
.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: #686868;
    border-bottom: 1px solid #EEE;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}}
#head
.dark .fbox-content h3 {
    margin-top: 11px;
    color: #F7F7F7;
}


.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #fa50c8;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    .primary-menu .menu-container .menu-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
}
    
.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #686868;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


	.section-img {
		display: block;
		position: absolute;
		top: 0px;
		right: 0;
		width: 52%;
		height: 100%;
	}

	.schedule-wrap dt { margin-bottom: 20px; }

	.text-title h3 img {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		top: -1px;
	}

}

.bg-color-2 {
    background-color: #0A2457 !important;
}

.section-mobile {
	width: calc(100vw - 30px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.section-mobile {
		width: calc(100vw - 60px);
	}
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #fa50c8;
    color: #FFF;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}



@media (min-width: 1200px){
.display-3 {
    font-size: 3.5rem;
}
}

.card:hover {
  transform: scale(1.1);
}

.card {
  transition: transform 0.2s ease;
}


.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #fa50c8;
    border-radius: 0;
}
