/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 9rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
 
  //background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
 // background: linear-gradient(to right, #0083B0, #00B4DB);
  color: #514B64;
  //min-height: 100vh;
}

.py-5
{
 background: #eaeaea;
direction:rtl; 
padding-top:50px;
}

.py-5 ul li
{
text-align:right;   
font-size:18px;
}

