/***********************************
 * BASE
 **********************************/ 

body, html {
  overflow-x: hidden;
}
/* Remove underline from links */
#Menu ul.skyway li a, #page-container .et_pb_section a  {
	text-decoration: unset !important;
}
/***********************************
 * HEADER
 **********************************/ 

header #Menu ul.skyway {
	justify-content: center;
}

#Menu li.sm-mega-menu li a {
	line-height: 20px;
}
#Menu li.sm-mega-menu li a span {
	font-size: 14px;
}

header #Menu .sm-mega-menu > ul > li.sm-menu-title > a {
	font-weight: 700;
	color: #00AEDB !important;
}
/***********************************
 * FOOTER
 **********************************/ 
.sm-footer-links ul {
	list-style-type: none;
	padding: 0;
}

.sm-footer-links > ul > li {
	font-size: 16px;
	color: #00AEDB;
	font-weight: 600;
}
.sm-footer-links > ul > li ul {
	margin-top: 20px;
}
.sm-footer-links > ul > li a {
	line-height: 35px;
	color: #fff;
}
.sm-footer-links > ul > li a:hover {
	color: #00AEDB;
}
#sm-newsletter input[type="email"] {
	max-width: 316px;
	width: 100%;
	background-color: #163841;
	border: 0;
	height: 42px;
	color: #fff;
	padding: 0 20px;
	margin-right: 10px;
}
#sm-newsletter input[type="email"]::placeholder {
	opacity: 1;
}
#sm-newsletter input[type="submit"] {
	height: 42px;
	background-color: #00AEDB;
	border: 0;
	color: #fff;
	font-weight: 700;
	max-width: 168px;
	width: 100%;
	cursor: pointer;
}
@media screen and (min-width: 981px) {
	#Menu .sm-mega-menu > ul {
		width: 100vw !important;
		left: -120%;
		transform: translateX(-50%) !important;
		padding: 30px 185px !important;
		display: flex !important;
		flex-direction: row !important;
		border-top: 1px solid #fff !important;
		top: 67px;
	}
	.sm-mega-menu > ul > li:nth-child(-n+3) {
		width: 20%;
	}
	.sm-mega-menu > ul > li:nth-child(4) {
		width: 40%;
	}
	.sm-mega-menu > ul > li > a::after, .sm-contact-menu {
		display: none !important;
	}
	#Menu .sm-mega-menu > ul > li > ul.sub-menu {
		position: relative;
		transform: none !important;
		top: 0;
		transition: none !important;
		border: none !important;
		background-color: transparent !important;
	}
	.sm-mega-menu:hover > ul > li > ul.sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.sm-mega-menu .sm-image-menu .mega-img-wrapper {
		display: flex;
		gap: 30px;
		width: 100% !important;
		position: relative;
	}
	.sm-mega-menu .sm-image-menu .mega-img-wrapper div {
		width: 50%;
		transform: none !important;
	}
	.sm-mega-menu .sm-image-menu .mega-img-wrapper img, .sm-mega-menu .sm-image-menu .sub-menu, .sm-mega-menu .sm-image-menu .sub-menu .mega-img-wrapper > a div {
		width: 100%;
	}
	.sm-mega-menu .sm-image-menu .mega-img-wrapper > a {
		width: 50%;
		padding-right: 0 !important;
		transform: none !important;
	}
	.sm-mega-menu .sm-image-menu .mega-img-wrapper > div a {
		padding-left: 0px !important;
	}
	.sm-view-all-menu {
		color: #00AEDB;
		font-weight: 700;
		position: absolute;
		bottom: -30px;
	}
	#Menu .skyway > li > a {
		padding: 40px 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.sm-footer-links > ul {
		display: flex;
		justify-content: space-between;
	}
}
@media (min-width: 981px) and (max-width: 1600px) {
	.et_pb_row .sm-footer-img-col {
		justify-content: center !important;
		text-align: center !important;
		gap: 15px;
	}
	#Menu .sm-mega-menu > ul {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}
@media (min-width: 981px) and (max-width: 1400px) {
	footer .et_pb_section .et_pb_row {
		width: 95%;
	}
}
@media screen and (max-width: 980px) {
	#Menu {
		height: 100% !important;
		overflow-y: scroll !important;
	}
	header .skyway li.sm-mega-menu ul li ul {
		padding: 0 !important;
	}
	.sm-image-menu ul {
		display: block !important;
	}
	.sm-image-menu .skyway-dropdown, #Menu li.sm-mega-menu li a span {
		display: none;
	}
	.sm-mega-menu .skyway-dropdown::before {
		content: "\f0d7" !important;
		font-family: "Font Awesome 6 Free" !important;
		font-weight: 900 !important;
		font-size: 25px;
	}
	.skyway-dropdown {
		top: 6px !important;
	}
	header #Menu .skyway li.sm-mega-menu > ul {
		padding-left: 1.5em !important;
	}
	.sm-mega-menu > i {
		color: #fff !important;
		right: 30px;
	}
	.sm-mega-menu ul > li > i {
		color: #00AEDB;
	}
	header #Menu li.sm-contact-menu > a {
		text-align: center !important;
		width: 100%;
		padding: 15px 10px !important;
		background-color: #00AEDB;
		font-weight: 700;
		color: #fff !important;
		margin-top: 30px;
	}
	header #Menu, header #Menu li.sm-contact-menu {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	header #Menu ul.skyway > li {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.sm-footer-links > ul > li {
		margin-bottom: 20px;
	}
	#sm-newsletter input[type="email"] {
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: center;
		max-width: 100%;
	}
	#sm-newsletter input[type="submit"] {
		max-width: 100%;
	}
}