.rtl footer .copyline {
	flex-direction: row;
}
.rtl footer .copyline > div {
	text-align: right;
}
@media(max-width:767.98px) {
	.rtl footer .copyline > div {
		text-align: center;
	}
}
footer .copyline {
  padding-top: 30px;
}
@media (max-width: 992px) {
	footer .copyline {
		padding-top: 0px;
 	 	text-align: center;
	}
}

footer .widget ul.menu > li > a {
	padding: 0;
}

footer .widget ul.menu li.new-badge .menu-badge {
	background: #e76c23;
}

footer .widget ul.menu li.updated-badge .menu-badge {
	background: #5ca653;
}

footer .widget ul.menu li .menu-badge {
	width: fit-content;
	display: inline-block;
	color: #fff;
	height: 12px;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	border-radius: 3px;
	vertical-align: middle;
	padding: 0 4px;
	margin-left: 4px;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.rtl footer .widget ul.menu li .menu-badge {
	margin-right: 4px;
	right: 100%;
	left: unset;
	width: fit-content;
}

footer .col-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.footer-col .widget ul.menu li a {
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	footer .col-row {
		justify-content: space-between;
	}

	body footer .footer-col {
		width: auto;
		float: none;
		flex-grow: 1;
    flex-basis: 50%;
    flex-shrink: 1;
	}
}

@media screen and (min-width: 992px) {

	body footer .footer-col {
		width: auto;
		float: left;
		position: relative;
		padding-left: 45px;
		padding-right: 45px;
	}

	body:not(.rtl) footer .footer-col:first-child {
		padding-left: 0;
	}

	body.rtl footer .footer-col:first-child {
		padding-right: 0;
	}
}

/* header css */
#mh-header-api {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	color: #595959;
	height: 64px;
	position: fixed;
	width: 100%;
	z-index: 400;
	top: 0;
}

@media (min-width: 783px) {
	body.admin-bar #mh-header-api {
		top: 32px;
	}
}

@media (max-width: 782px) {
	body.admin-bar #mh-header-api {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar #mh-header-api {
		top: 46px;
	}
}

#mh-header-api .container {
	display: flex;
}

@media (min-width: 768px) {
	#mh-header-api .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	#mh-header-api .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	#mh-header-api .container {
	  width: 1170px;
	}
}

#mh-header-api .mh-navbar-toggle {
	display: none;
}

#mh-header-api .mh-navbar-toggle:focus, #mh-header-api .mh-navbar-toggle:hover {
	outline: none;
}

#mh-header-api .navbar-brand {
	position: relative;
	margin-top: 18px;
	background-size: 275px 270px;
	background-position: 0 -76px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 167px;
	height: 30px;
	float: left;
}

#mh-header-api .navbar-brand img {
	display: none;
}

#mh-header-api .navbar-brand:hover {
	background-position: 0 -38px;
}

#mh-header-api #top-menu a {
	color: #595959;
}

#mh-header-api #top-menu a:hover {
	color: #e76f2f;
	background: #f7f7f7;
	opacity: 1;
}

#mh-header-api #mh-main-menu-navbar {
	margin-left: 35px;
	float: left;
	padding: 0;
}

#mh-header-api #top-menu {
	width: 938px;
	outline: 0;
	font-size: 18px;
	text-align: justify;
	display: table;
}

#mh-header-api #top-menu > li {
	outline: 0;
	position: relative;
	display: table-cell;
	text-align: center;
	z-index: 351;
	padding: 0;
}

#mh-header-api #top-menu .tab {
	min-width: 97px;
	height: 45px;
	padding: 19px 0 0;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	box-sizing: content-box;
	font-weight: 400;
	line-height: 1.5;
	transition: none;
}

#mh-header-api #top-menu .tab:hover {
	background-color: #f7f7f7;
}

#mh-header-api #top-menu .current-menu-item .tab {
	color: #e76f2f;
	font-weight: 500;
}

#mh-header-api #top-menu .sub-menu {
	position: absolute;
	min-width: 200px;
	max-width: 286px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	display: none;
	z-index: 350;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

#mh-header-api #top-menu > li:hover .sub-menu {
	display: block;
}

#mh-header-api #top-menu .sub-menu li {
	padding: 0;
	margin: 0;
	display: block;
}

#mh-header-api #top-menu .sub-menu a {
	padding: 10px;
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	display: block;
	white-space: nowrap;
	width: auto;
	line-height: 1.5;
	transition: none;
	font-weight: 400;
}

#mh-header-api #top-menu .sub-menu a:hover {
	color: #595959;
}

#mh-header-api #top-menu .sub-menu li.current-menu-item a {
	color: #e76f2f;
}

@media (max-width: 1199px) {
	#mh-header-api #top-menu {
		width: 738px;
	}
}

@media (max-width: 991px) {
	#mh-header-api .navbar-brand {
		margin-top: 16px;
		background-position: -51px -147px;
    width: 43px;
    height: 32px;
	}

	#mh-header-api .navbar-brand:hover {
		background-position: 0 -147px;
	}

	#mh-header-api #mh-main-menu-navbar {
		margin-left: 14px;
	}

	#mh-header-api #top-menu {
		width: 663px;
		font-size: 15px;
	}

	#mh-header-api #top-menu .tab {
		height: 42px;
		padding-top: 22px;
	}
}

@media (max-width: 767px) {
	#mh-header-api {
		height: 50px;
	}

	#mh-header-api .container {
		align-items: flex-start;
		justify-content: center;
	}

	#mh-header-api .navbar-brand {
		margin-top: 13px;
		background: none !important;
		padding: 0;
		width: 149px;
		height: 26px;
	}

	#mh-header-api .navbar-brand img {
		display: block;
	}

	#mh-header-api #mh-main-menu-navbar {
		position: absolute;
    background: white;
    top: 50px;
    border-top: 1px solid #eee;
    left: 0px;
    width: 100%;
    margin: 0;
    height: auto;
	}

	#mh-header-api #top-menu {
		display: block;
    width: auto;
		height: 0;
		overflow: hidden;

		background-color: #555552 ;
    padding: 0;
    border-top: 0;
	}

	#mh-header-api #top-menu.show {
		max-height: calc(100vh - 50px);
		overflow: auto;
		padding-bottom: 90px;
	}

	#mh-header-api #top-menu > li {
		display: block;
		padding: 0 !important;
	}


	#mh-header-api #top-menu li a {
		font-weight: normal;
	  color: #f8f5ee;
	}

	#mh-header-api #top-menu .tab {
		display: block;
		text-align: left;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		font-size: 18px;
		border-bottom: 1px solid #646362;
		border-top: 1px solid #646362;
	}

	#mh-header-api #top-menu .sub-menu {
		position: static;
    max-width: none;
    width: 100%;
		text-align: center;
		/*height: 0;*/
		overflow: hidden;
		display: block;
		border: 0;
		background-color: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
	}

	#mh-header-api #top-menu .sub-menu > li {
		padding: 0 !important;
	}

	#mh-header-api #top-menu .sub-menu a {
		text-align: left;
		padding-left: 45px;
		font-size: 14px;
		border-bottom: 0;
	}

	#mh-header-api .mh-navbar-toggle {
		position: absolute;
		left: 8px;
		display: block;
	}
}

#mh-header-api .mh-navbar-toggle .icon-bar {
	background-color: #333;
	width: 16px;
}

.mh-navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.mh-navbar-toggle .icon-bar {
	display: block;
	height: 2px;
	border-radius: 1px;
}

.mh-navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
