.workflow-area {
    background-color: rgb(250, 250, 250);
    padding-bottom: 100px;
    font-family: solaimanlipi, sans-serif;
    padding-top: 100px;
}

.ft-content {
    margin-top: 76px;
}

.workflow-title {
margin-bottom: 30px;
position: relative;
}

.workflow-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #8B0000;
  text-align: center;
  padding-bottom: 15px;
}



.workflow-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 200px;
    background-color: #8B0000;
    left: calc(50% - 100px);
}

.workflow-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 8px;
    width: 8px;
    background-color: #8B0000;
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.ft-single {
    margin-bottom: 46px;
}

.ft-single img {
    float: left;
    margin-right: 15px;
}

.ft-content.rtl img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.ft-content.rtl .meta-content {
    text-align: right;
}


.ft-single p {
    color: #666666;
}

.ft-screen-img {
    text-align: center;
}

.ft-screen-img img {
    max-width: 100%;
}


