
@import url("../css/fonts.css");
.menu{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ddsmoothmenu {
	position: relative;
	flex-grow: 1;
	padding-right: 20px;
}

.ddsmoothmenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: visible !important;
}
/*Top level list items*/

.ddsmoothmenu > ul
{
	display: flex;
	align-items: flex-end;
	position: relative;
	justify-content: center;
	height: 50px;
	gap: 32px;
}

.ddsmoothmenu > ul > li  {
	position: relative;
	z-index: 11111 !important;
	height: 50px;
}
.ddsmoothmenu > ul > li:last-child
{
	background: none;
}
.ddsmoothmenu > ul > li:nth-child(3)
{
	background: none;
}
.ddsmoothmenu > ul > li:nth-child(4)
{
	background: none;
}
.ddsmoothmenu > ul > li > a {
	text-align: center;
	display: block;
	color: #0c3b6a;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	text-transform: uppercase;
	/* padding: 0 25px; */
	font-weight: 700;
}
.ddsmoothmenu > ul > li > a.has-child{}
.ddsmoothmenu > ul > li > a.has-child:after{content:"\f078";position: absolute;font-family: fontawesome;right: -19px;top: 15px;transition: all 0.3s;font-weight: 400;font-size: 12px;}
.ddsmoothmenu > ul > li:hover > a
{
	color: #ee560b;
}
.ddsmoothmenu > ul > li:hover > a.has-child:after{
    transform: rotate(-180deg);
}
.ddsmoothmenu > ul > li.active > a
{
	color: #0c3b6a;
}
/*1st sub level ddsmoothmenu*/
.ddsmoothmenu ul li ul {
	background: #0c3b6a;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	line-height: normal;
	width: 250px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	-khtml-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transform: translate(0, 40px);
	-webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	text-align: left;
}
.ddsmoothmenu > ul  li:hover > ul {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	width: 100%;
	margin-right:0px;
	padding-right:0px;
	padding: 10px 10px !important;
	height: auto !important;
	line-height: normal !important;
	position: relative !important;
	border-bottom: 1px solid #fff;
}

.ddsmoothmenu ul li ul li:last-child
{
	border: 0px !important;
}

.ddsmoothmenu ul li ul li:hover
{
	background:none !important;
	margin-top: 0px !important;
}
.ddsmoothmenu ul li ul li a {
	padding:0px 0px 0px 0px;
	width: 100%;
	float: left;
	font-size: 15px;
	border: 0px !important;
	box-shadow: none !important;
	text-transform: capitalize;
	margin:0px !important;
	text-align: left;
	color: #fff;
	font-family: 'RobotoMedium';
}
.ddsmoothmenu ul > li > ul > li:hover
{
	background: #ee560b !important;
}
.ddsmoothmenu ul > li > ul > li:hover > a
{
	color: #fff;
}

.ddsmoothmenu ul li ul li:last-child a
{
	border: 0px !important;
}
.ddsmoothmenu ul li ul li ul
{
	left: 100% !important;
	top: 0;
}
.ddsmoothmenu ul li:nth-child(6) ul li ul
{
	left: auto !important;
	right: 100%;
}
/*All subsequent sub ddsmoothmenu levels vertical offset after 1st level sub ddsmoothmenu */
.ddsmoothmenu ul li ul li ul {
	margin-left:2px;
	top: 0px !important;
}
/* Sub level ddsmoothmenu links style */

.ddsmoothmenu ul li ul li ul{
	margin:0px;
}
