#about_website strong{
    font-size: 14px;
    color: #a0d7fc;
}
.long-text-section{
    min-height: 100%;
}
#main_holder #hero{
    padding-top: 110px;
    padding-bottom: 60px;
    min-height: 70vh;
}
.not-bold{
    font-weight: 400 !important;
}
.container-middle {
    max-width: 1250px;
}
section{
    margin: 50px 0;
}
.text-other h2{
    font-size: 24px;
    font-family: "kalameh";
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px;
    user-select: none !important;
}
.text-other p{
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color:#c5c4c4;
}
.text-other .strong-t{
    color: #ffe58a;
    text-align: right;
    font-size: 15px;
    margin: 30px 0;
    display: block;
    line-height: 30px;
}
.text-other ul li {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #c5c4c4;
    list-style: circle;
}
.text-other h3{
    color:#338eff;
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px;
    user-select: none !important;
}
.text-other h4, .h4-text-box h3{
    color:#6ffdfe;
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 20px;
    user-select: none !important;
}
.text-other h4:before, .h4-text-box h3:before{
    content:"\f12e";
    color:#6ffdfe ;
    font-family: "Flaticon";
    margin-left: 15px;

}
.text-other h4.coding:before{
    content: "\f14e";
}
.text-other ol.gradient-list > li{
    width: 48%;
    font-size: 14px;

}
.text-other ol.gradient-list{
    justify-content: center;
    padding: 0;
}
.a-in-text{
    background: #9efffd;
    color: #001131;
    padding: 2px 10px;
    border-radius: 5px;
    transition: all .2s;
    white-space: nowrap;
}
.a-in-text:hover{
    background: #a3ff9e
}
.cta-minimal{
    background: #00c14f;
    padding: 10px;
    border-radius: 6px;
    color: #fff !important;
}
.text-box{
    padding: 20px 50px !important;
    background: #001742;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(17, 17, 17, .26);
    margin: 10px 0;
}
.chart-box{
    border:3px dotted #338eff;
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #338eff;
    line-height: 25px;
    text-align: justify;
}
.chart-box p{
    color: #338eff;
}
.chart-box i:before{
    font-size: 40px;
}

.finish-heading{
    position: relative;
    display: inline-block;
}
.finish-heading:after{
    content: " ";
    width: 140px;
    height: 1px;
    display: block;
    position: absolute;
    top:50%;
    left: -155px;
    background:  rgba(255, 255 ,255 ,.4);
}
.finish-heading:before{
    content: " ";
    width: 140px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: -155px;
    background:  rgba(255, 255 ,255 ,.4);
}
.img-services{
    display: block;
    margin: 0 auto;
}
.fixed-phone{
    position: fixed;
    background: #00346c;
    bottom: 33px;
    left: 30px;
    z-index: 100000;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px 0 10px 0;
    box-shadow: 0 0 7px 3px #007bff;
}
.fixed-phone span{
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.fixed-phone a{
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 14px;
    color: #e4bf3f;
    font-weight: 700;
}

.paragraph-as-heading{
    max-width: unset;
    margin-bottom: 20px;
}

.raya-fea li strong{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.raya-fea li{
    margin-bottom: 10px;
    list-style: disc;
}
@media(max-width: 992px){
    #main_holder #hero{
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .img-tehran{
        width: 40px;
    }
    .text-box {
        padding: 20px 15px !important;
    }
    section.text-other{
        margin: 30px 0;
    }
    .text-other .container-middle{
        padding: 0 30px;
    }
    .fixed-phone{
        display: none;
    }

}
@media (max-width: 650px) {
    .text-other ol.gradient-list > li{
        width: 100%;
    }
}
@media (min-width: 768px){
    .buttons.hover-me{
        margin: 20px 0 0 0 !important;
    }
}
