#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,

#cssmenu #menu-button {
margin:0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
font-family: 'SolaimanLipi';
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

#cssmenu:after,

#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

#cssmenu #menu-button {
display: none;
}

#cssmenu {
width:auto;
line-height: 1;
}

#cssmenu > ul > li {
float: left;
}

#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}

#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}

#cssmenu.align-center ul ul {
text-align: left;
}

#cssmenu.align-right > ul > li {
float: right;
}

#cssmenu.align-right ul ul {
text-align: right;
}

#cssmenu > ul > li > a {
margin-right:0px;
padding:20px;
padding-left:20px;
padding-right:20px;
font-size:18px;
text-decoration: none;
color:#fff;
letter-spacing:1px !important;
text-transform:uppercase;
-webkit-font-smoothing: antialiased;
}

#cssmenu > ul > li:hover > a {
color:#000;
background-color:#fff;
border-radius:0px;
}

#cssmenu ul li .active {
color:#000 !important;
background-color:#fff;
border-radius:0px;
}

#cssmenu ul li.active > a {
color:#000;
background-color:#fff;
border-radius:0px;
}

#cssmenu ul li.active > a:hover {
color:#000;
}

#cssmenu > ul > li.has-sub > a {
padding-left:25px;
padding-right:30px;
}

#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top:23px;
right:13px;
width: 5px;
height: 5px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
border-color:#000;
}

#cssmenu > ul > li.has-sub.active > a::after {
border-color:#000;
}

#cssmenu ul ul {
position: absolute;
left: -9999px;
z-index:150;
}

#cssmenu li:hover > ul {
left: auto;
}

#cssmenu.align-right li:hover > ul {
right: 0;
}

#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}

#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}

#cssmenu ul ul {
padding-top:5px;
background-color:#e90303;
-webkit-transition: opacity .3s ease, top .25s ease;
-moz-transition: opacity .3s ease, top .25s ease;
-ms-transition: opacity .3s ease, top .25s ease;
-o-transition: opacity .3s ease, top .25s ease;
transition: opacity .3s ease, top .25s ease;
box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}

#cssmenu ul ul li {
height: 0;
}

#cssmenu ul li:hover > ul > li {
height:auto;
}

#cssmenu ul ul li a {
padding:10px;
padding-left:20px;
width:280px;
font-size:17px;
background-color:#e90303;
text-decoration: none;
color:#fff;
text-align:left;
line-height:22px !important;
letter-spacing:0.5px;
border-bottom: 1px solid #fff;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {
color:#000;
background-color:#fff;
}

#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 22px;
right: 20px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
/*border-color:#f8d229;*/
}

@media all and (max-width: 1024px) {
#navbar_container { }

#cssmenu > ul > li > a { border-right:none !important; }

#cssmenu {
width: 100%;
}

#home { border-left:0px !important; }

#cssmenu ul {
width: 100%;
display: none;
}

#cssmenu.align-center > ul,

#cssmenu.align-right ul ul {
text-align: left;
}

#cssmenu ul li,
#cssmenu ul ul li,

#cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(255, 255, 255, 1);
}

#cssmenu ul li a,
#cssmenu ul ul li a,

#cssmenu ul ul ul li a {
width: 100%;
font-size:16px !important;
color:#fff !important;
letter-spacing:1px !important;
text-transform:uppercase !important;
padding-top:20px !important;
padding-bottom:20px !important;
}

#cssmenu ul li a {
color:#fff !important;
padding-left:15px !important;
}

#cssmenu ul ul li a {
/*background-color:#f8d229 !important;*/
}

#cssmenu > ul > li,
#cssmenu.align-center > ul > li,

#cssmenu.align-right > ul > li {
float: none;
display: block;
}

#cssmenu > ul > li:hover > a {
color:#000 !important;
border:0px !important;
background-image:none !important;
}

#cssmenu ul li.active > a:hover {
color:#fff;
}

#cssmenu ul li.active > a {
color:#000 !important;
background-image:none;
border:0px !important;
}

#cssmenu ul ul li a {
padding: 15px;
padding-left:30px !important;
font-size:16px;
letter-spacing:0.8px;
color:#fff !important;
text-align:left !important;
background-color:inherit !important;
background-image:none !important;
}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {
color: #000 !important;
background-color:#fff !important;
}

#cssmenu ul ul ul li a {
color:#03021A !important;
padding-left:40px !important;
}

#cssmenu ul ul,

#cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
}

#cssmenu > ul > li.has-sub > a::after,

#cssmenu ul ul li.has-sub > a::after {
display: none;
}

#menu-line {
display: none;
}

#cssmenu #menu-button {
display: block;
padding:16px;
color:#fff !important;
cursor: pointer;
font-size: 15px;
letter-spacing:0.5px !important;
text-transform: uppercase;
}

#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 17px;
right: 0px;
display: block;
width: 20px;
height: 2px;
background:#fff !important;
}

#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 22px;
right: 0px;
display: block;
width: 20px;
height: 7px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(255, 255, 255, 1);
height: 56px;
width: 52px;
cursor: pointer;
}

#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 22px;
left: 26px;
display: block;
width: 1px;
height: 12px;
background: #fff !important;
z-index: 99;
}

#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 20px;
top: 27px;
display: block;
width: 12px;
height: 1px;
background: #fff !important;
z-index: 99;
}

#cssmenu .submenu-button:hover {
margin:1px;
background: #000 !important;
}

#cssmenu .submenu-button.submenu-opened:after {
display: none;
background: #000 !important;
}
}