@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
body{
    direction: rtl;
    background: #F8F9FA;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    color: #6f6f6f;
    overflow-x: hidden;
}
p,label,.form-control,option{
    font-family: "Noto Serif", sans-serif;
    line-height: 1.8;
    font-size: 16px;
}
.note{
    font-family: "Noto Serif", sans-serif;
}
header{
    font-weight: bold;
    line-height: 1.9;
    padding: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #744bf9;
    font-size: 30px;
    font-weight: 600;
}
.search-bg{
    background: url('../img/bg.jpg') center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 120px 0;
}
.head-title{
    font-size: 22px;
    font-weight: 600;
}
.head{
    background: rgba(255,255,255,.3);
}
a{
    color: #744bf9;
}

.search-input{

}
.search-input .form-control{
    width: 100%;
    height: 40px;
}
.search-head{
    color: #fff;
}
.categories{

}
.categories h6{

}
.categories .card{
    background: #fff;
    font-size: 18px;
    padding-top: 20px;
}
.categories .card-title{
    font-size: 1.0rem;
    font-weight: bold;
    color: #744bf9;
}
.categories .card-body{
    padding-top: 0;
}
.orange{
    background: #DC8716;
    color: #fff;
    width: 100%;
}
.text-orange{
    color: #DC8716;
}
.search-button{
    width: 100%;
}
.orange:hover{
    background: #bf7016;
    color: #fff;
}
.required{
    color: red;
}
.ltr_input {
    direction: ltr;
    text-align: right;
}
.hidden_row {
    display: none;
}
.client_message{
    margin: 0;
    padding-right: 9px;
    color: #bfb8b8;
    font-weight: 400;
    text-align: center;
}
.bg-orange{
    background: #744bf9;
    padding: 40px 0;
}
.service-step{
    color: #fff;
}
.service-step h5{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.service-step i{
    font-size: 35px;
    color: #fff;
}
.service-step p {
    margin-bottom: 0;
}
.service-step p span{
    background: #fff;
    color: #744bf9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
}
.latest-order-box{
    background: url("../img/tools.png") no-repeat left bottom;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 24px;

}
.home-order-box{
    border: 1px solid #F8F9FA;
    margin-bottom: 6px;
    padding: 6px;
    overflow: hidden;
    margin: 0 7px 7px;
}
.home-orders h3{
    font-size: 24px;
    padding: 10px 0;
}
.home-orders ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-companies{
    margin-top: 29px;
    padding: 16px;
}
.home-companies .company_box .home-rating{
    direction: ltr;
}
.home-companies .company_box h5 {
    padding: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.home-order-box h5{
    font-size: 16px;
    color: #DB8614;
}
.order_details .company_box h5{
    height: 30px;
    line-height: 1.3;
}
.home-order-box span{

}
.form-control {
    height: 47px !important;
}
main form{
position: relative
}
.note{
    font-size: 12px;
    color: #bf7016;
}
.loading-mask{
    background: rgba(255, 255, 255,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 100;
    display: none;
}
.loading-mask img{
    top: calc(50% - 20px);
    position: absolute;
}
.service_desc{
    padding: 20px;
}
.complete_order i{
    float: right;margin-top: -5px;margin-left: 15px;
    font-size: 49px;
}
.company_box{
    margin: 20px 0;
    background: #fff;
    padding: 13px;
}
.rating{
    direction: ltr;
}
.company_box h5{
    padding: 13px;
    font-size: 18px;
    font-weight: bold;
    color: #333;

}
.categories2 a{
    font-weight: 700;
    font-size: 17px;
    color: #666;
    border: 1px solid #eee4f2;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
}
.company_box img{
    height: 88px;
    margin-top: 7px;
}
.categories2 a:hover{
    background: #744bf9;
    color: #fff;
    text-decoration: none;
}
.categories2 h4{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;

}
.home-companies ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.blog-photo{
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.blog-box h5{
    padding-top: 15px;
    padding-right: 57px;
}
.footer-social a{
    color: #fff;
    margin: 10px;
    font-size: 20px;
}
.footer-menu ,.footer-social{
    margin-bottom: 20px;
}
.footer-menu a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 25px;
}
.padding-2{
    padding: 30px 0;
}




.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-right: 136px;
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    /*! border-radius: 50%; */
    overflow: hidden;
    text-align: center;
}

.comment .comment-author-ava > i {
    /*! display: block; */
    border-radius: 5px;
    font-size: 49px;
    color: #999;
}
.comment-author-ava p{
    padding-top: 5px;
    font-size: 12px;
}
.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}
.ticket-reply {
    padding: 10px;
}
.comment-meta{
    display: block;
}
.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    left: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-left-color: #fff
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #e1e7ec
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.comment .comment-text {
    margin-bottom: 12px
}

.comment .comment-footer {
    display: table;
    width: 100%
}

.comment .comment-footer>.column {
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer>.column:last-child {
    text-align: right
}

.comment .comment-meta {
    color: #9da9b9;
    font-size: 13px
}

.comment .reply-link {
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none
}

.comment .reply-link>i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}

.comment .reply-link:hover {
    color: #0da9ef
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0
}
.admin-comment .comment-body{
    background: #ffefbe;
}
.admin-comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-left-color: #ffefbe
}

.admin-comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #e1e7ec
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-a-brc-tp:not(.disabled):not(:disabled).active, .btn-brc-tp, .btn-brc-tp:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle), .btn-h-brc-tp:hover, .btn.btn-f-brc-tp:focus, .btn.btn-h-brc-tp:hover {
    border-color: transparent;
}
.btn-outline-blue {
    color: #0d6ce1;
    border-color: #5a9beb;
    background-color: transparent;
}
.btn-outline-danger {
    color: #D9534F;
    border-color: #D9534F;
    background-color: transparent;
}
.btn-outline-success {
    color: #449D44;
    border-color: #449D44;
    background-color: transparent;
}
.btn {
    cursor: pointer;
    position: relative;
    z-index: auto;
    border-radius: .175rem;
    transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s,opacity .15s;
}
.border-2 {
    border-width: 2px!important;
    border-style: solid!important;
    border-color: transparent;
}
.bgc-white {
    background-color: #fff!important;
}


.text-green-d1 {
    color: #277b5d!important;
}
.letter-spacing {
    letter-spacing: .5px!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.text-170 {
    font-size: 1.7em!important;
}

.text-purple-d1 {
    color: #6d62b5!important;
}

.text-primary-d1 {
    color: #276ab4!important;
}
.text-secondary-d1 {
    color: #5f718b!important;
}
.text-180 {
    font-size: 1.8em!important;
}
.text-150 {
    font-size: 1.5em!important;
}
.text-danger-m3 {
    color: #e05858!important;
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.position-l {
    left: 0;
}
.position-b, .position-bc, .position-bl, .position-br, .position-center, .position-l, .position-lc, .position-r, .position-rc, .position-t, .position-tc, .position-tl, .position-tr {
    position: absolute!important;
    display: block;
}
.mt-n475, .my-n475 {
    margin-top: -2.5rem!important;
}
.ml-35, .mx-35 {
    margin-left: 1.25rem!important;
}

.text-dark-l1 {
    color: #56585e!important;
}
.text-90 {
    font-size: .9em!important;
}


.mt-25, .my-25 {
    margin-top: .75rem!important;
}

.text-110 {
    font-size: 1.1em!important;
}

.deleted-text{
    text-decoration:line-through;;
}
.project-box{
    border: 10px solid #F9F9F9;
    padding: 16px;
    margin-bottom: 30px;
}
.project-button{
    margin-top: 18%;
}
.project-box-active{
    background: #deeefd;
}
@media (max-width: 576px) {

    .comment {
        display: block;
        position: relative;
        margin-bottom: 30px;
        padding-right: 74px;
        padding-left: 0;
    }

    .comment .comment-author-ava {
        width: 66px;
    }
    .comment .comment-body {
        padding: 15px;
    }
    .comment .comment-body::before,
    .comment .comment-body::after {
        display: none;
    }
    textarea.form-control {
        height: auto !important;
    }
}


.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #DEEEFD;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #744bf9;;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #F9F9F9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #F9F9F9;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #DEEEFD;
    border: 2px dashed #DEEEFD;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    header .active{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

