@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
body{
  background-image: url("../assets/back1.jpg");
  background-repeat: no-repeat;
  background-size: fixed;
  background-attachment: fixed;
  
}
.rtltext1{
  color: black;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: right;
  direction:rtl;
  float:right;
  line-height: 1;
  font-family: 'amiri', amiri;
  padding: auto 0;

}
.rttable{
  color: black;
  font-weight: 600;
  font-size: 2rem;
  text-align: justify;
  direction:rtl;
  float:right;
  line-height: 1.5;
  font-family: 'amiri', amiri;
  table,td,th,tr {
  text-align: right !important;
  }
 }
 .rttable1{
  table,td,th,tr {
  color: black;
  font-weight: 600;
  font-size: 2rem;
  text-align: justify;
  direction:rtl;
  float:right;
  line-height: 1.5;
 font-family: 'amiri', amiri;
 }
  }
table,td,th,tr {
  text-align: right !important;
  }

 .force1{
  margin-right: 10px;
  margin-left: 10px;
  display: block !important;
 }
 .responsive-iframe {
  position: absolute;
  width: 98%;
  height: 82%;
  border: none;
}
@media screen and (max-width: 600px) {
  .responsive-iframe {
    height: 60%; !important;
  }
}  
