#captchaImg{
  position: absolute;
  left: 10px;
  top: 10px;
}

.wh-80{
 width:80px !important;
  height:80px !important;
}

.ps-0 {
    padding-right: 0 !important
}

.ps-1 {
    padding-right: 0.25rem !important
}

.ps-2 {
    padding-right: 0.5rem !important
}

.ps-3 {
    padding-right: 1rem !important
}

.ps-4 {
    padding-right: 1.5rem !important
}

.ps-5 {
    padding-right: 3rem !important
}

#lg-share{
 display:none !important; 
}

.lg-outer.lg-visible{
  direction:ltr;
}

.lg-sub-html{
  direction:rtl;
}

.portfolio-content{
 direction:rtl; 
}

.pagination li{
	margin-right:5px;
}

.pagination li:last-child{
  margin-right:5px;
}

.pagination span {
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
    line-height: 25px;
  background-color: #f99218;
    color: #ffffff; 
}

.card-body p{
 text-align:justify; 
}

.h5, h5 {
    font-size: 0.75rem !important;
}

ol, ul {
    padding-right: 2rem;
}

.portfolio-box:before{
  left: 65px !important;
}

.portfolio-box:before {
    background-color: #123075;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    content: "";
    position: absolute;
    transition: all .4s ease .2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px
}
