html, body{
	height: 100% !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
	/* Fonts and Color */
	font-family: 'Adir Regular', 'Bukra', 'Noto Kufi Arabic';
	background-color: #FFFBEB /*#FFD729*/; 
	color:#683300;/*#990000;*/
}
.top{
    direction: rtl;
    text-align:right;
    /*background-color:#fff;*/
    /*margin: 15px 0px;*/
    padding: 20px 30px;
    border-top: solid 16px #FFD729;
    /*border-bottom: solid 36px #FFD729;*/
    
}
.head{    
    height: auto;
    direction: rtl;
    text-align:center;
    background-color:#FFD729;
    /*margin: 35px 0px;*/
    padding: 20px 30px;

    /*border-top: solid 16px #FFD729;*/
   /* border-bottom: solid 36px #FFD729;*/
    
}
.head span{
    font-family:Arial;font-size:12px; font-weight:bolder;
}
.head h1{
    color:#683300;
    padding:0;
    margin:0;
    
}
.column {
  float: left;
  width: 50%;
  direction:rtl;
  text-align: right;
}
.col-right {
  float: right;
  width: 5%;
  direction:rtl;
  text-align: right;
}
.col-left {
  float: left;
  width: 90%;
  direction:rtl;
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.social-media{
	display: flex;
	justify-content: center;
}
.whatsapp-icon{
background-position: left 0px top 0px;
width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;}
.facebook-icon {
background-position: left -110px top 0px;
width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;
}
.instagram-icon {
background-position: left -220px top 0px;
  width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;  }


.pinterest-icon{
	background-position: left -330px top 0px;
  width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;
}

.youtube-icon {
background-position: left -440px top 0px;
  width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;  }

.twitter-icon {
background-position: left -550px top 0px;
width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;  }
  
.tiktok-icon {
background-position: left -660px top 0px;
width: 100px;
height: 100px;
background-image: url('../images/social-media.png');
background-repeat: no-repeat;
transform: scale(.6);
margin: 0px;
padding: 0px;
}

