html, body
{
    font-family: IRANSansX;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

.no-space{
    padding: 0 !important;
    margin: 0 !important;
}

.owl-carousel.owl-rtl .owl-item
{
    padding: 0px 5px !important;
}

/*** describe service ***/
.describe-service {
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    min-height: 600px;
    position: relative;
}

.describe-service.top{
    margin-top: -12rem;
    padding-top: 12rem;
}

.describe-service.ltr {
    background-position: left;
}

.describe-service.ltr.top {
    background-position: "top left";
}
/*** end of describe service ***/
/*** service list ***/
.service-list .service {
    padding: 30px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
.service-list.t-2 .icon::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(251, 178, 68, 0.5);
    border-radius: 50%;
    z-index: -1;
    margin: 30px 30px 0 0;
  }
/*** end of service list ***/

.ql-align-right {
    text-align:right;
}

.ql-align-justify {
    text-align:justify;
}

.ql-align-left {
    text-align:left;
}

.ql-direction-rtl {
    direction:rtl;
}

.ql-direction-ltr{
    direction:ltr;
}