     #breadcrumb{
          direction:rtl;
          text-align:right;
          font-family:'hyperweb',tahoma;
          background-color:#f6f6f6;
          cursor:pointer;
      }
        #breadcrumb ul li{
    list-style-type:none;
    display:inline-block;
    color:#000;
    font-weight:900;
    font-size:12px;
}
#Highlight p{
    font-family:'persianweb',tahoma;
    background-color:#d9f0b6;
    border:1px solid #8dda15;
    padding:5px 10px;
    text-align:center;
    color:#000;
    font-weight:600;
    line-height:2rem;
    border-radius:5px;
    font-size:12px!important;
    margin-bottom:0;
}
#Course{
    margin:30px 0;
    direction:rtl;
}
#Course h6{
    font-family:'persianweb',tahoma;
    direction:rtl;
    text-align:right;
    font-weight:900;
}
#Course .Box{
    margin-bottom:20px;
    border-radius:10px;
    padding:5px;
    text-align:center;
    border:1px solid #ccc;
    position:relative;
    box-shadow:3px 3px 3px #eee;
}
#Course .Box img{
    border-radius:10px;
    margin-bottom:20px;
}
#Course .Box h5{
    position:absolute;
    background:#ffce19;
    color:#fff;
    top:10px;
    font-family:'persianweb',tahoma;
    right:5px;
    padding:5px 10px;
    font-weight:bold;
    border-radius:5px;
    text-align:right!important;
    font-size:12px!important;
}
#Course .Box h4{
    color:blue;
    font-size:15px;
    font-family:'persianweb',tahoma;
    line-height:2rem;
    font-weight:900;
}
#Course .Box p del{color:gray;padding:0 10px;}
#Course .Box p{
    font-size:14px;
    font-weight:bolder;
}
#ShowCourse{
    direction:rtl;
    margin:30px 0;
    font-family:'persianweb',tahoma!important;
    text-align:center;
    line-height:2rem;
}
#ShowCourse button{
    outline:0;
    border:0;
    background:#ffce19;
    color:#000;
    padding:7px 20px;
    border-radius:5px;
    font-weight:900;
}
#ShowCourse h4{
    color:blue;
    font-size:16px;
}
#ShowCourse img{
    border-radius:5px;
    box-shadow:5px 5px 5px #ccc;
    margin-bottom:20px;
}
#ShowCourse h5{
    text-align:right!important;
    margin-top:20px;
    font-weight:900;
    font-size:15px;
}
#Registration{
    margin:30px 0;
    direction:rtl;
    text-align:center!important;
    font-family:'persianweb',tahoma!important;
}
#Registration button{
    margin:20px 0!important;
}
#Registration input{
    background:#eee;
    border-radius:5px;
    height:3rem;
}
 #Registration table {
    direction:rtl;
    text-align:right;
 font-family:'persianweb',tahoma!important;
  border-collapse: collapse;
  width: 100%;
}

#Registration td, #Registration th {
  border: 1px solid #eee;
  text-align: right;
  font-size:14px!important;
  padding: 8px;
}

#Registration tr:nth-child(even) {
  background-color: #dddddd;
}
