@charset "UTF-8";

@font-face {
	font-family: 'DroidKufi';
	src: url("../resources/fonts/droidkufi/DroidKufi-Regular.ttf");
	font-weight: normal;
	font-style: normal
}

body {
	overflow: hidden;
}

body, .ui-widget {
	font-size: 14px;
	font-family: DroidKufi !important;
}

body .main-menu.ui-menu.ui-menubar {
	width: calc(100% - 205px);
	border: none 0;
	background: none;
}

html[dir="rtl"] .main-menu.ui-menu.ui-menubar>.ui-menu-list>.ui-menuitem>.ui-menuitem-link .ui-menuitem-icon
	{
	float: right;
}

html[dir="rtl"] .main-menu.ui-menu .ui-menuitem.ui-menubar-options {
	float: left !important;
}

.block-section {
	margin-bottom: 4rem;
}

.block-content {
	padding: 0px;
	border-top: 0 none;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	height: 100vh;
}

.custom-scroll-top.ui-scrolltop {
	background-color: var(- -primary-color);
	opacity: 0.8;
	bottom: 115px;
}

.custom-scroll-top.ui-scrolltop:hover {
	background-color: var(- -primary-color);
	opacity: 1;
}

.block-content>.block-content-active {
	display: block;
}

/*header*/
#logo, #navigation {
	float: left;
}

/*footer*/
.footer {
	padding: 120px 0 80px 0;
	background-color: #f9f9f9;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 14px;
	position: relative;
	background: url(../resources/images/footer-bg.png) repeat;
}

.footer.dark {
	border-top: none;
}

.footer h4 {
	position: relative;
	color: #19315b;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
}

.footer a {
	color: #66676b;
	font-weight: bolder;
	text-decoration: none;
}

.footer ul.social_footer_link {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	float: right;
}

.footer .social_footer_link li {
	position: relative;
	list-style: none;
}

.footer .social_footer_link li a {
	padding: 0 0 10px 20px;
	display: inline-block;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
	color: #707070;
	font-weight: 400;
	line-height: 22px;
	margin-right: 20px;
}

.footer .social_footer_link li a:hover {
	letter-spacing: 0.5px;
	color: #b8973a;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

html[dir="rtl"] .footer .social_footer_link li:before {
	font-family: "FontAwesome";
	font-size: 18px;
	content: "\f100";
	position: absolute;
	left: auto;
	top: 0px;
	padding: 0;
	color: #999;
}

html[dir="ltr"] .footer .social_footer_link li:before {
	font-family: "FontAwesome";
	font-size: 18px;
	content: "\f101";
	position: absolute;
	left: auto;
	top: 0px;
	padding: 0;
	color: #999;
}

.footer_copyright_part {
	color: #707070;
	margin-top: 30px;
	text-align: center;
	padding: 25px 0;
	display: inline-block;
	width: 100%;
	font-weight: 400;
}

.footer.alt .footer_copyright_part {
	margin-top: 0;
	border: none;
	padding: 25px;
}

.footer_copyright_part a {
	color: #707070;
}

.footer.dark {
	background: #222;
	color: #aaa;
}

.footer.dark a {
	color: #fff;
}

.footer.dark .social_footer_link li a:hover {
	color: #fff;
}

.footer.dark .social_footer_link li:before {
	color: #666;
}

.footer.dark .footer_copyright_part {
	color: #aaa;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

/*==========
  Backto Top
============*/
#bottom_backto_top {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 9999;
	transition: 0.35s;
	transform: scale(0.7);
}

#bottom_backto_top.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#bottom_backto_top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #b8973a;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 50%;
	text-align: center;
	font-size: 26px
}

body #bottom_backto_top a {
	color: #fff;
}

#bottom_backto_top a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}

.header-design {
	background: #fff;
	background-position: center;
	text-align: center;
}

.ui-dialog-title {
	margin-right: 30px;
	color: #19315b;
}

body .ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #19315b;
}

html[dir="rtl"] .main-menu-item.ui-menu-parent .ui-icon {
	float: left;
}

html[dir="rtl"] .main-menu-item.ui-menu-parent .ui-icon.ui-icon-triangle-1-e:last-child::before
	{
	content: "\e931";
}

html[dir="rtl"] .ui-menu.ui-menubar>.ui-menu-list>.ui-menuitem>.ui-menuitem-link .ui-icon-triangle-1-s:last-child
	{
	margin-right: .5rem;
	margin-left: 0;
}

.dropdown-menu.dropdown-item-size .dropdown-item {
	display: inline-block;
	width: 100% !important;
	padding: 1px 20px !important;
	height: 35px;
}

.ui-menuitem-active>ul:nth-child(2) {
	width: max-content !important;
}
body .ui-button.ui-button-icon-only .ui-icon.customized {
top: 42%;
left: 39%;
}
body .ui-button.ui-button-warning.ui-state-focus, body .ui-splitbutton.ui-button-warning > .ui-button.ui-state-focus, body .ui-menubutton.ui-button-warning > .ui-button.ui-state-focus {
box-shadow: 0 0 0 0 #e5d7ad !important;
}
.animation-duration-1000 {
 animation-duration:1091ms !important;
 animation-iteration-count: infinite;
}
