/** menu css **/
nav.cssmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cssmenu:after,
.cssmenu > ul:after {
  display: none !important;
}
.cssmenu {
  padding: 0;
}
.topbarcontact ul li:last-child {
  padding-right: 0;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu ul {
  margin: 0;
  padding: 0px;
  float: right;
  z-index: 999999;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #head-mobile {
  display: none;
}
.cssmenu > ul > li {
  float: left;
}
.menuLeft .cssmenu > ul > li:first-child a {
    padding-left: 0;
    margin-left: 0;
}
.afterLogin .cssmenu > ul > li > a {
  color: #FAE494;
}
.cssmenu > ul > li > a {
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
  padding: 6px 0px;
  position: relative;
  transition: all 200ms linear;
  font-family: 'SF Pro Display';
  font-weight: normal;
  margin: 0 30px;
  letter-spacing: 0.2px;
  outline: none;
}
.cssmenu > ul > li > a:hover {
  color: #edcd59;
}
.cssmenu > ul > li > a.actived {
  font-weight: 600;
}
/*.cssmenu > ul > li:last-child a {
  margin-left: 0px;
}*/
.cssmenu > ul > li > a.actived:after {
  bottom: 0;
  opacity: 1;
}
.cssmenu > ul > li > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #edcd59;
  opacity: 0;
  transition: all 200ms linear;
}
.cssmenu > ul > li a:hover:after {
  bottom: 0;
  opacity: 1;
}
.cssmenu > ul > li > a.active {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fff;
  opacity: 1;
  transition: all 200ms linear;
}
.cssmenu > ul > li:last-child > a {
  border: 0px;
}
/* .cssmenu > ul > li:hover > a,.cssmenu ul li.active a{color:#004680} */
.cssmenu ul li.active ul li a {
  color: #fff;
}
/* .cssmenu > ul > li:hover,.cssmenu ul li.active:hover,.cssmenu ul li.active,.cssmenu ul li.has-sub.active:hover{color:#004680;} */
.afterLogin .cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 9px;
    right: -3px;
    display: block;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-repeat: no-repeat;
    font-size: 20px;
    background-image: url(../images/chevron-down.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 10px;
}
.cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 9px;
    right: -3px;
    display: block;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-repeat: no-repeat;
    font-size: 20px;
    background-image: url(../images/chevron-down01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 10px;
}

.cssmenu > ul > li.has-sub:hover ul li a:before {
  display: none;
}
.cssmenu ul ul li {
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 0;
}
.cssmenu li:hover > ul {
  left: auto;
  margin: 0;
}
.cssmenu li:hover > ul > li {
  height: auto;
}
.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.cssmenu ul ul li a {
  padding: 3px 12px;
  width: 183px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 25px;
  margin: 0;
  outline:none;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #ffc107;
  outline:none;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul li.has-sub:hover,
.cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

.cssmenu ul {
  display: flex;
  align-content: center;
  align-items: center;
}

.cssmenu .navbar-brand {
  margin: 0;
  padding: 5px 50px;
}
.cssmenu .navbar-brand img {
  max-height: 73px;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  display: block;
  background: #FFF;
  border-radius: 6px;
  padding: 5px 0 10px;
}
.cssmenu > ul > li.has-sub a {
  padding-right: 17px;
}
.cssmenu > ul > li.has-sub ul li a {
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {  
.menuBtn .mobMenuBox {
    display: none;
}
.menuBtn.menu-opened .mobMenuBox {
    display: block;
}
.mobMenuBox.opened ul.opensans, .mobMenuBox.opened .lgWrap {
    display: block !important;
	position:static;
}
.mobMenuBox {
	right: 0px;
	top: -110%;
}
.mobMenuBox.opened {
	right: 0px;
	top: 68px;
	background: #000000;
	position: fixed;
	width: 100%;
	padding: 10px 0 35px;
}
.cssmenu ul li.headBtn a {
    width: auto;
    display: inline-block;
}
.mobMenuBox ul.lgWrap {
    padding-left: 20px;
}
  .cssmenu .menuBtn::before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    height: 2px;
    width: 35px;
    background: #FFF;
    content: "";
    left: 0;
    margin: auto;
  }
  .cssmenu .menuBtn::after {
    position: absolute;
    top: 19px;
    right: 0px;
    display: block;
    height: 4px;
    width: 35px;
    border-bottom: 2px solid #FFF;
    content: "";
    left: 0px;
    margin: auto;
  }
  .cssmenu .menuBtn.menu-opened::before {
    top: 15px;
    background: #FFF;
    width: 27px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cssmenu .menuBtn.menu-opened::after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 15px;
    border: 0;
    height: 2px;
    width: 27px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cssmenu .menuBtn {
    width: 35px;
    height: 26px;
    position: absolute;
    right: 2px;
    cursor: pointer;
    z-index: 12399994;
    text-align: center;
    border-radius: 4px;
    top: 15px;
  }
  .cssmenu {
    width: 100%;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
    margin: 10px 0 0;
  }
  .cssmenu ul li {
        width: 100%;
        border-bottom: 1px solid #1c1c1c;
    }
  .cssmenu ul li:hover {
    background: transparent;
  }
  .cssmenu ul ul li,
  .cssmenu li:hover > ul > li {
    height: auto;
  }
  .cssmenu ul li a,
  .cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 10px 20px 13px;
    clear: both;
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0;
  }
  .cssmenu > ul > li {
    float: none;
    color: #fff;
  }
  .cssmenu ul ul li a {
    padding-left: 25px;
  }
      .cssmenu ul ul li {
        border-bottom: 1px solid #1c1c1c;
    }
  .cssmenu ul ul li:hover {
    background: #1a1a1a !important;
  }
  .cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  .cssmenu ul ul {
    background: transparent;
}
  .cssmenu ul ul li a {
    color: #ddd;
    background: none;
    font-size: 16px;
    padding: 8px 30px 10px;
  }
  .cssmenu ul ul li:hover > a,
  .cssmenu ul ul li.active > a {
    color: #fff;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .cssmenu > ul > li.has-sub > a:after,
  .cssmenu > ul > li.has-sub > a:before,
  .cssmenu ul ul > li.has-sub > a:after,
  .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 16px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #dd0040;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 16px;
    background: #dd0040;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #000000;
    height: 41px;
    width: 37px;
    cursor: pointer;
    background: transparent;
  }
  .cssmenu .submenu-button.submenu-opened {
    background: transparent;
  }
  .cssmenu ul ul .submenu-button {
    height: 36px;
    width: 36px;
  }
     .cssmenu .submenu-button:after {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 16px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }
  .cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  .cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
.cssmenu .submenu-button:before {
        position: absolute;
        top: 14px;
        right: 22px;
        display: block;
        width: 2px;
        height: 15px;
        background: #ddd;
        content: "";
    }
  .cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  .cssmenu > ul > li.has-sub > ul > li.active > a,
  .cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  .cssmenu > ul > li:hover > a,
  .cssmenu ul li.active a {
    color: #fff;
  }
}
