.top-menu {
    padding: 0;
    margin: -17px auto 20px;
    text-align: center;
}
.top-menu ul {
    padding: 0;
    list-style: none;
}
.top-menu li {
    display: inline-block;
    margin: 0 5px;
}
.top-menu a {
	color: #e5b685;
    font-size: 12px;
	font-weight:bold;
    transition:.2s;
}
.top-menu a:hover {
    text-decoration: none;
    color: #fafafa;
}
.sticky {
    position: fixed;
    top: 0;
    border-bottom: solid 1px #f1f1f1;
    margin: 0 !important;
}
.top-search {
    width: 40%;
}
.menu-header strong{
    color: #9d9d9d;
}
.menu-header {
    display: flex;
    transition: all .2s;
}
.menu-header img {
    width: 50px;
	border-radius: 50%;
	border: 2px solid #e5b685;
	margin: 0px 9px 0 0px;
	height:50px;
}
.menu-header h2 {
    font-size: 10px;
    color: #e5b685;
    background: #4b4f61;
    border-right: 3px solid #e5b685;
    padding: 5px 10px;
    width: 100%;
    text-align: right;
    line-height: 2;
    border-radius: 5px 0 0 5px;
}

.main-menu {
    width: 100%;
    z-index: 999999;
    transition: all 0.5s;
    margin-top: 10px;
    border-top: 1px solid #e5b685;
    border-bottom: 1px solid #4e5a79;
}

.main-menu ul{
  list-style: none;
  text-align: center;
  background-color: #34496d;
  margin: 0
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: all .2s;
    padding: 20px;

}
.main-menu ul li a:active {
    background: #d13e68;
}
.current-menu-item {
    color: #f0f0f0 !important;
    background: #d13f68;
    font-weight: 710;
    border-radius: 0;
	display: inline;
}
.main-menu ul li:hover>a {
    color: #34496d ;
    background: #e5b685;
    text-decoration: none;
    padding: 20px 35px;
}
.main-menu li a:active {
  color: #fff;
  background: #505a75;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.main-menu ul Li ul {
	display: none;
	position: absolute;
	top: 58px;
	right: 0;
	width: 190px;
	box-shadow: 15px 35px 50px 0px rgba(100, 101, 101, 0.55);
	background: #96b1de;
	z-index: 999999;
	padding: 0;
	border-radius: 0 0px 10px 10px;

}

.main-menu ul Li:hover>ul {
  display: block;

}

.main-menu ul Li ul li {
  display: block;

}

.main-menu ul Li ul li a {
  padding: 15px 10px;
  transition: all .2s;
}

.main-menu ul Li ul li:hover>a {
  background: #e5b685;
  color: #34486c !important;
  display: block;
  border-bottom: 0;
  padding: 30px 10px;
}

.main-menu ul Li ul li ul {
  display: none;
  right: 190px;
  top: 0;
  background: #7c7c7c;
}

.main-menu ul Li ul li ul a {
  color: #eee;
}
.contents {
    width: auto;
    z-index: 999999;
    transition: all 0.5s;
    border-top: 1px solid #e5b685;
    border-bottom: 1px solid #4e5a79;
}

.contents ul {
  list-style: none;
  text-align: center;
  background-color: #34496d;
  margin: 0

}

.contents ul li {
  display: inline-block;
  position: relative;
}

.contents ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: all .2s;
    padding: 15px;

}
.contents ul li a:active {
    background: #d13e68;
}

.contents ul li:hover>a {
    color: #fafafa;
    background: #d13f68;
    text-decoration: none;
    padding: 15px 35px;
}
.contents li a:active {
  color: #fff;
  background: #505a75;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.contents ul Li ul {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  box-shadow: 15px 35px 50px 0px rgba(100, 101, 101, 0.55);
  background: #f3f3f3;
z-index: 999999;
padding: 0;

}

.contents ul Li:hover>ul {
  display: block;

}

.contents ul Li ul li {
  display: block;

}

.contents ul Li ul li a {
  padding: 15px 10px;
  transition: all .2s;
  background: #96b1de;
}

.contents ul Li ul li:hover>a {
  background: #e5b685;
  color: #34486c;
  display: block;
  border-bottom: 0;
  padding: 30px 10px;
}

.contents ul Li ul li ul {
  display: none;
  right: 190px;
  top: 0;
  background: #7c7c7c;
}

.contents ul Li ul li ul a {
  color: #eee;
}
.users {
    width: auto;
    z-index: 999999;
    transition: all 0.5s;
    border-top: 1px solid #e5b685;
    border-bottom: 1px solid #4e5a79;
}

.users ul {
  list-style: none;
  text-align: center;
  background-color: #34496d;
  margin: 0

}

.users ul li {
  display: inline-block;
  position: relative;
}

.users ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: all .2s;
    padding: 15px;

}
.users ul li a:active {
    background: #d13e68;
}

.users ul li:hover>a {
    color: #fafafa;
    background: #d13f68;
    text-decoration: none;
    padding: 15px 35px;
}
.users li a:active {
  color: #fff;
  background: #505a75;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.users ul Li ul {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  box-shadow: 15px 35px 50px 0px rgba(100, 101, 101, 0.55);
  background: #f3f3f3;
    z-index: 999999;
    padding: 0;

}

.users ul Li:hover>ul {
  display: block;

}

.users ul Li ul li {
  display: block;

}

.users ul Li ul li a {
  padding: 15px 10px;
  transition: all .2s;
  background: #96b1de;
}

.users ul Li ul li:hover>a {
  background: #e5b685;
  color: #34486c;
  display: block;
  border-bottom: 0;
  padding: 30px 10px;
}

.users ul Li ul li ul {
  display: none;
  right: 190px;
  top: 0;
  background: #7c7c7c;
}

.users ul Li ul li ul a {
  color: #eee;
}
.menu-icon img{
    border-radius: 0px;
}
  .top-box{  background-color: #ffffff;
    height: 100px;
    z-index: 9999;
    margin-top: -150px;
    width: 100%;
}
.menu-p-f{
  float: right;
}
.menu-p-f h1{
  font-size: 18px;
  color: #574764;
  font-weight: 710;
  overflow: hidden;
  text-decoration: none;
}
.menu-p-f h3{
  text-align: right;
  font-size: 13px;
  color: #574764;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding: 0px 0 30px 40px;
}
.menu-footer-1{
    margin: 60px 0 0 0;
	width:13%;
}
.menu-footer-2 h1 {
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 710;
    overflow: hidden;
    text-decoration: none;
}

.menu-footer-1 h1 {
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 710;
    overflow: hidden;
    text-decoration: none;
}

.menu-footer-1 ul {
  margin-top: 15px;
  list-style: none;
  padding-right: 0;
}

.menu-footer-1 a {
  color: #d2b99e;
font-family: sahel;
font-weight: bold;
font-size: 15px;
text-decoration: none;
transition: .3s;
line-height: 30px;
}

.menu-footer-1 a:hover {
  font-weight: bold;
  color: #aa98a8;
	margin-right: 5px;
}
.menu-footer-2{
    margin: 60px 0 0 0;
	width: 16%;
}

.menu-footer-2 ul {
  list-style: none;
  margin-top: 15px;
  padding-right: 0;
  }

.menu-footer-2 a {
  color: #d2b99e;
  font-family: sahel;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  transition: .3s;
  line-height: 30px;
	padding:5px;
}

.menu-footer-2 a:hover {
  font-weight: bold;
  color: #aa98a8;
	margin-right: 5px;
}
.menu-fix{
  position: fixed;
  bottom:60px;
  right:-17px;
  z-index: 99999999;
}
.menu-fix ul{
  list-style: none;


}
.menu-fix ul li{
  width: 20px;
  height: 20px;
  margin: 13px 0;
  opacity: .8
}
.menu-fix ul li a{

  transition: all .2s;
  background: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 9999
}
.menu-fix ul li a:hover{
  background: #e0e0e0;
  opacity: .9

}
.ubermenu-skin-robinsegg.ubermenu-responsive-toggle {
    background: #dbdbdb;
    color: #574764;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
.menu-pro{
    cursor:pointer;
    position:relative;
    transition: all .2s;
    z-index:9999999;
    margin: 12px 0 0;
}
.menu-pro ul {
background: #4b4f61;
list-style: none;
position: relative;
display: block;
padding: 4px 3px 6px;
border-radius:10px;
float: left;
text-align: center;
width: 100%;
margin: 11px 0 0px;
}
.menu-pro li {
	padding:0;
	transition: .2s;
	
}
.menu-pro:after {
	content: "";
	clear: both;
	display: block;
	
}

.menu-pro ul ul {
	display: none;
}
.menu-pro ul li:hover > ul {
	display: block;
	transition: .2s;
	
}
.menu-pro ul li {
	position: relative;
	font-weight: bold;
	
}

.menu-pro ul li:hover {
	background: #d13f68;
	transition: .2s;
	border-radius: 3px;
	padding:10px 0;
}


.menu-pro ul li:hover a {
	color: #574764;
	border-radius:2px;
	line-height: 14px;
	border-radius: 2px;
	transition: .2s;
	color:#fafafa;
}

.menu-pro ul li a {
    display: block;
    padding: 9px 25px;
    color: #e5b685;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	background:none;
	
}
li#menu-item-4202 > a {
    background: #2b3443;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all .2s;
    font-weight: bold;
    border: 1px solid #34496d;
}

li#menu-item-4202>a:hover {
    background: #34496d;
    color: #fafafa!important;
    padding: 5px 20px;
    border-radius: 20px;
}
.menu-registration {
	width:100%;
	margin: 35px 0 0;
	text-align: left;
}
.menu-registration ul {
    list-style: none;
    padding: 0;
}
.menu-registration li {
    display: inline-block;
    
}
.menu-registration a{
    transition: all .2s;
    color: #555;
    padding: 11px 20px;
    font-size: 14px;
    background: #eee;
    border-radius: 10px;
}
.menu-registration a:hover{
    color: #574764;
    background: #e4c3b2;
    text-decoration: none;
}