 
@media only screen and (max-width: 768px) {
	a,
	button {
		cursor: default !important;
		border: none;
		outline: none
	}
     
}

.brand {
	font-family: inherit;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: inherit;
	color: #e91e63;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-rendering: optimizeLegibility
}
.header {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding:0;
	margin: 0 auto;
	z-index: 999;
	border: none;
	outline: none;
	background: #001b54;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-item-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%
}
.header-item-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	/* flex:0 0 66%; */
}
.header-item-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 20%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-item-right .menu-icon {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-left:10px;
    border: 2px solid #ffc107;
    outline: none;
    border-radius: 5px;
    padding: 5px;
    font-weight:600;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
 
.header .menu>ul>li {
	display: inline-block;
	line-height: 60px;
	padding: 0 13px 0 0px;
}
.header .menu>ul>li>a {
	position: relative;
	font-family: inherit;
	font-size: 14;
	font-weight:600;
	border: none;
    text-decoration: none;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.header .menu>ul>li .menu-subs {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 1.75rem;
	padding: 0rem 1rem;
	border: none;
	outline: none;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	border-radius: 0rem;
	border-bottom: 5px solid #001b54;
	background: #fff;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .menu>ul>li .menu-subs>ul>li {
	line-height: 3;
	border-bottom: 1px solid #eee;
}
.header .menu>ul>li .menu-subs>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.75rem 15px;
	border: none;
    text-decoration: none;
	outline: none;
	color: #333;
	position: relative;
	left: 0;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.header .menu>ul>li .menu-subs>ul>li>a::before {
            content: "\f0da";
            font-family: 'FontAwesome';
            color: #333;
	        left: 0;
            position: absolute;
            font-size: 15px;
        }
.header .menu>ul>li .menu-column-1 {
	min-width: 16rem;
	max-width: 20rem
}
.header .menu>ul>li .menu-subs.menu-mega {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
	display: block;
	line-height: 3;
	border-bottom: 1px solid #eee;
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
    text-decoration: none;
	padding: 0.5rem 15px;
	border: none;
	outline: none;
	position: relative;
	top: 0;
	left: 0;
	color: #333;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a::before {
            content: "\f0da";
            font-family: 'FontAwesome';
            color: #333;
	        left: 0;
            position: absolute;
            font-size: 15px;
        }
.header .menu>ul>li .menu-subs.menu-column-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width:75rem;
	width: 100%;
	padding: 1rem 1rem
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 33%;
	padding: 0 1rem;
}


.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #e91e63;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
	text-align: center
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
	color: #ffc107;
}
.header-item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #ffc107;
}
@media only screen and (min-width: 993px) {
	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		margin-top: 0;
		opacity: 1;
		visibility: visible
	}
}
.menu-mobile-header,
.menu-mobile-trigger {
	display: none
}
@media only screen and (max-width: 1025px) {
	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
     .menu-icon{display:none !important;}
     .header .menu-mobile-trigger{top:20px;}
    .header .menu > ul > li > a {padding:0;}
	.header-item-left,
	.header-item-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header .menu-mobile-trigger {
		position: absolute;
        right:15px;
		display: block;
		cursor: pointer !important;
		width: 1.75rem;
		height: 1rem;
		border: none;
		outline: none;
		margin-left: 1.25rem;
		background: none;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.35s ease-in-out;
		-o-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}
	.header .menu-mobile-trigger span {
		display: block;
		position: absolute;
		width: 100%;
		height:3px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: 0.25rem;
		background: #ffffff;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.header .menu-mobile-trigger span:nth-child(1) {
		top: 0;
	}
	.header .menu-mobile-trigger span:nth-child(2),
	.header .menu-mobile-trigger span:nth-child(3) {
		top: 0.5rem
	}
	.header .menu-mobile-trigger span:nth-child(4) {
		top: 1rem
	}
	.header-item-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 20rem;
		height: 100%;
		z-index: 1099;
		overflow: hidden;
		background: #001b54;
		-webkit-transform: translate(-100%);
		-ms-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.header .menu.active {
		-webkit-transform: translate(0%);
		-ms-transform: translate(0%);
		transform: translate(0%)
	}
	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0
	}
	.header .menu>ul>li>a {
		display: block;
		line-height: 3.125rem;
		height: 3.125rem;
		padding: 0px;
		border-bottom: 1px solid rgba(253, 253, 253, 0.4);
	}
	.header .menu>ul>li>a i.ion {
		position: absolute;
		font-size: 1.25rem;
		line-height: 5.125rem;
		top: 0;
		right: 15px;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.header .menu .menu-mobile-header {
		position: relative;
		position: -webkit-sticky;
		position: sticky;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		top: 0;
		height: 3.125rem;
		z-index: 501;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: #fff
	}
	.header .menu .menu-mobile-header .menu-mobile-arrow {
		display: none;
		font-size: 1.25rem;
		line-height: 3.125rem;
		width: 3.125rem;
		height: 3.125rem;
		cursor: pointer;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		color: #121212;
		text-align: center
	}
	.header .menu .menu-mobile-header.active .menu-mobile-arrow {
		display: block
	}
	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: #121212;
		text-transform: capitalize;
		text-rendering: optimizeLegibility
	}
	.header .menu .menu-mobile-header .menu-mobile-close {
		font-size: 2.25rem;
		line-height: 3.125rem;
		cursor: pointer;
		width: 3.125rem;
		height: 3.125rem;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		color: #121212;
		text-align: center
	}
	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden
	}
	.header .menu>ul>li .menu-subs {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.header .menu>ul>li .menu-subs.active {
		display: block
	}
	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem
	}
	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
		margin-top: 0
	}
	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem
	}
	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem
	}
	.header .menu>ul>li .menu-subs>ul>li>a {
		display: block
	}
	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem
	}
	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.55);
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.overlay.active {
		opacity: 1;
		visibility: visible
	}
}
 
 .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 80%);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}


.overlay button {
    float: left;
    width: 8%;
    padding: 15px;
    background: #001b54;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}









.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 33%;
	padding: 0 1rem;
}


.header .menu>ul>li .menu-subs.menu-column-3>.list-item .title {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #e91e63;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.header .menu>ul>li .menu-subs.menu-column-3>.list-item.text-center .title {
	text-align: center
}
.header .menu>ul>li .menu-subs.menu-column-3>.list-item img.responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle
}

.header .menu>ul>li .menu-subs.menu-column-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width:75rem;
	width: 100%;
	padding: 1rem 1rem
}
