/***************** Random *****************/
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cairo-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/cairo-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/cairo-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/cairo-regular.woff") format("woff"),
    /* Modern Browsers */ url("fonts/cairo-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/cairo-regular.svg#Poppins")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}
*,input,select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus,textarea:focus,select:focus {
	outline: 0;
}
a {
    color: #bb6900;
    text-decoration: none;
    outline: none;
}
.clear {
	clear: both;
	display: block;
}
.unselectable {
	user-select: none; /* standard syntax */
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
/***************** Random *****************/
body {
    margin: 0px;
    direction: rtl;
    font-family: Cairo, sans-serif;
    background: #ffffff;
}
#NoticeBar {
    background: #31ad70;
    cursor: default;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
}
#TopBar {
    background: #ffffff;
    text-align: center;
    font-size: 0;
    -webkit-box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
}
#TopBarLogoLink {
    display: inline-block;
    font-size: 0;
    padding: 16px 20px;
}
#TopBarLogo {
    display: inline-block;
    font-size: 0;
    height: auto !important;
    max-height: 95px;
    max-width: 100%;
}
/****************************************/
#Footer {
    background: #e3e3e3;
    padding: 40px 0;
    overflow: hidden;
    margin: 30px 0 0 0;
}
#FooterWrap {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
#Footer .FooterSection {
    padding: 0 15px;
    text-align: center;
}
@media only screen and (max-width: 699px) {
	#Footer .FooterSection {
		margin: 0 0 15px 0;
	}
}
@media only screen and (min-width: 700px) {
	#Footer .FooterSection {
		float: right;
    	width: 33.32%;
	}
}
#Footer .FS_Title {
    color: #646464;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin: 0 0 10px 0;
}
#Footer .FS_LinkWrap {
    display: block;
}
#Footer .FS_Link {
    display: inline-block;
    color: #bb6900;
    font-size: 15px;
    padding: 0 10px;
    line-height: 28px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#Footer .FS_Link:hover {
    color: #955300;
    font-weight: bold;
}
#BottomBar {
    background: #bdbdbd;
}
#BottomBarWrap {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
#BottomBarCopyrights {
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    line-height: 38px;
}
@media only screen and (max-width: 549px) {
	#BottomBarCopyrights {
		text-align: center;
	}
}
@media only screen and (min-width: 550px) {
	#BottomBarCopyrights {
		float: left;
	}
}
#BottomBarSocialLinks {
    height: 30px;
    margin: 4px 0;
    overflow: hidden;
    font-size: 0;
}
@media only screen and (max-width: 549px) {
	#BottomBarSocialLinks {
		text-align: center;
	}
}
@media only screen and (min-width: 550px) {
	#BottomBarSocialLinks {
		float: right;
	}
}
#BottomBarSocialLinks .SocialLink {
    display: inline-block;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
    border-radius: 26px;
    background: #0000002b url(../images/socialicons.jpg) no-repeat;
    background-size: 90px 60px;
}
#BottomBarSocialLinks .SocialLink.Facebook {
    background-position: -60px 0px;
}
#BottomBarSocialLinks .SocialLink.Facebook:hover {
    background-position: -60px -30px;
}
#BottomBarSocialLinks .SocialLink.Instagram {
    background-position: -30px 0px;
}
#BottomBarSocialLinks .SocialLink.Instagram:hover {
    background-position: -30px -30px;
}
#BottomBarSocialLinks .SocialLink.Whatsapp {
    background-position: 0px 0px;
}
#BottomBarSocialLinks .SocialLink.Whatsapp:hover {
    background-position: 0px -30px;
}
/****************************************/