header .media_icons_header:hover {
	color: #e83f39 !important;
}
header .collapse-button .icon-bar {
	background-color: #1c2753;
}
header.smaller .collapse-button .icon-bar {
	background-color: #1c2753;
}
header .collapse-button .icon-bar:hover {
	background-color: #1c2753;
}
.header_btn {
	width:auto;
	z-index: 1000000000 !important;
	border-radius: 2px;
	background-color: transparent;
	color: #55a4da;
	border: 1px solid #cfebff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-top: 27px;
	position: absolute;
	line-height:1.5em!important;
    left:90px;
}
.header_btn i {
	font-size: 21px!important;
	float:left;
	margin-right:7px;
	margin-left:0;
	margin-top:2px;
	line-height:1em!important;
}
.header_btn:hover {
	background-color: #4476ab;
	color: #fff;
}
header {
	height: 90px;
	z-index: 10000000 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff;

}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
header {
	height: 90px;
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
}
header .logo {    
    width: 150px;
    float: left;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    background-size: contain;
    background-position: center center;
    background-image: url('../../../images/System/logo/logo.png');
    background-repeat: no-repeat;
}
header #nav {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000 !important;
	text-align:center!important;
}
header .slimmenu li a {
	padding-top: 31px;
	padding-bottom: 32px;
	padding-left: 0;
	padding-right: 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: none;
	width: 100% !important;
	margin: 0;
	font-size: 23px;
	direction: rtl;
	text-align: center;
	background-color: transparent;
	color: #41372d;
}

header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 91px;
	z-index: 999;
	width: 100%;
}
header ul.slimmenu li ul li {
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header .collapse-button {
	margin-top: 14px;
}
.menu_selected {
	background-color: transparent;
	color: #1d1c1a !important;
	font-weight: 700 !important;
}
ul.slimmenu li ul li a.menu_selected {
	background-color: #fff !important;
	color: #1d1c1a !important;
}
.onlyOnMobile {
	display: none !important;
}
header .slimmenu li.navSep {
	float: right;
	width: 1px !important;
	height: 28px;
	background-color: #f4f4f4;
	margin-top: 20px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header_media {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 32px;
	margin-left: 20px
}
.header_media_icon {
	float: none;
	color: #221f1f !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-right: 5px;
}
.header_media_icon:hover {
	color: #f4f5f7 !important;
}
.header_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 17px;
	font-weight: 400;
}
header .logoCenter {
    padding-top: 0px;
    padding-bottom: 20px!important;
    background-color:transparent;
    border-radius:50%;
}
header .logoCenter img {
    width: 150px!important;
    background-color:transparent;
    box-sizing:border-box;
    padding:0;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}

header .logoCenter a {
    padding-top: 0!important;
    padding-bottom:0!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
header {
	height: 60px;
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
}
header .logo {    
    width: 150px;
    float: left;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    background-size: contain;
    background-position: center center;
    background-image: url('../../../images/System/logo/logo.png');
    background-repeat: no-repeat;
}
header #nav {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000 !important;
	text-align:center!important;
}
header .slimmenu li a {
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: none;
	width: 100% !important;
	margin: 0;
	font-size: 21px;
	direction: rtl;
	text-align: center;
	background-color: transparent;
	color: #1c2753;
	
}

header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 91px;
	z-index: 999;
	width: 100%;
}
header ul.slimmenu li ul li {
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header .collapse-button {
	margin-top: 14px;
}
.menu_selected {
	background-color: transparent;
	color: #1d1c1a !important;
	font-weight: 700 !important;
}
ul.slimmenu li ul li a.menu_selected {
	background-color: #fff !important;
	color: #1d1c1a !important;
}
.onlyOnMobile {
	display: none !important;
}
header .slimmenu li.navSep {
	float: right;
	width: 1px !important;
	height: 28px;
	background-color: #f4f4f4;
	margin-top: 20px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header_media {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 32px;
	margin-left: 20px
}
.header_media_icon {
	float: none;
	color: #221f1f !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-right: 5px;
}
.header_media_icon:hover {
	color: #f4f5f7 !important;
}
.header_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 17px;
	font-weight: 400;
}
header .logoCenter {
    padding-top: 0px;
    padding-bottom: 20px!important;
    background-color:transparent;
    border-radius:50%;
}
header .logoCenter img {
    width: 120px!important;
    background-color:transparent;
    box-sizing:border-box;
    padding:0;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header .logoCenter a {
    padding-top: 0!important;
    padding-bottom:0!important;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 558px) {
header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
}
header .logo {    
    width: 100px;
    top: 5px;
    right: calc(50% - 50px);
    position: absolute;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
     background-position: center center;
    background-image: url('../../../images/System/logo/logo.png');
    background-repeat: no-repeat!important;
    background-size:contain;
}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000 !important;
	position: absolute;
	right: 0;
}
header .slimmenu li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
header.smaller ul.slimmenu li a {
}
header ul.slimmenu li ul li {
	width: 100% !important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
.header .collapse-button {
	margin-top: 14px;
}
.header_media {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	position: relative;
	left: 30px
}
.header_media_icon {
	float: none;
	color: #58585b !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-right: 5px;
	background-color: #fff;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header_media_icon:hover {
	color: #3253a4 !important;
}
.header_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 17px;
	font-weight: 400;
}
header .logoCenter {
    padding-top: 12px;
    padding-bottom: 40px!important;
    background-color:#fff;
    border-radius:50%;
}
header .logoCenter img {
    width: 220px!important;
    background-color:transparent;
    box-sizing:border-box;
    padding:0;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}

header .logoCenter a {
    padding-top: 0!important;
    padding-bottom:0!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:559px) and (min-width:319px) {
header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
}
header .logo {    
    width: 85px;
    top: 2px;
    right: calc(50% - 42.5px);
    position: absolute;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
     background-position: center center;
    background-image: url('../../../images/System/logo/logo.png');
    background-repeat: no-repeat!important;
    background-size:contain;
}
header.smaller .logo {    

}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000 !important;
	position: absolute;
	right: 0;
}
header .slimmenu li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
header.smaller ul.slimmenu li a {
}
header ul.slimmenu li ul li {
	width: 100% !important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
.header .collapse-button {
	margin-top: 14px;
}
.header_media {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	position: relative;
	left: 30px
}
.header_media_icon {
	float: none;
	color: #58585b !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-right: 5px;
	background-color: #fff;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header_media_icon:hover {
	color: #3253a4 !important;
}
.header_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 17px;
	font-weight: 400;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
}
header .logo {    
    width: 140px;
    top: 7px;
    right: calc(50% - 70px);
    position: absolute;
    z-index: 10000000 !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
     background-position: center center;
    background-image: url('../../../images/System/logo/logo.png');
    background-repeat: no-repeat!important;
    background-size:contain;
}
header.smaller .logo {    

}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000 !important;
	position: absolute;
	right: 0;
}
header .slimmenu li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
header.smaller ul.slimmenu li a {
}
header ul.slimmenu li ul li {
	width: 100% !important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
.header .collapse-button {
	margin-top: 14px;
}
.header_media {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	position: relative;
	left: 30px
}
.header_media_icon {
	float: none;
	color: #58585b !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-right: 5px;
	background-color: #fff;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header_media_icon:hover {
	color: #3253a4 !important;
}
.header_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 17px;
	font-weight: 400;
}
}
 