body{
    padding:0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    font-family:'JF-Flat', sans-serif;
    font-size: 14px;
    overflow-x:hidden;
    background-color: #fff;
}
@font-face {
    font-family: 'JF-Flat';
    src: url('../webfonts/JF-Flat-regular.ttf');
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.bars{
    height: 17px;
    width: 30px;
    position: relative;
    cursor: pointer;
}
.bars span {
    width: 30px;
    height: 3px;
    background-color: #f38635;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: auto;
    transition: .5s ease;
}
.bars span:first-child{
    transform: translateY(0px);
}
.bars span:nth-child(2){
    transform: translateY(7px);
}
.bars span:last-child{
    transform: translateY(14px);
}

.x-bars span:first-child{
    transform: rotate(45deg);
}
.x-bars span:nth-child(2){
    transform: rotate(225deg);
}
.x-bars span:last-child{
    transform:rotate(-45deg) ;
}
.navbar-layer{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.65);
    z-index: 10;
    transform: translateX(-100%);
    transition: .7s;
}
.navbar-layeropen{
    transform: translateX(0%) !important;
}
.navBar2open{
    transform: translateX(0%) !important;
}
.header{
    background-color: #2f3f6c;
    border-radius: 0 0 100px 100px;
    position: relative;

}
/* .header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    bottom: -28px;
    background-color: #485780;
    border-radius: 41px;
} */
.fixedhead{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-color: #2f3f6c;
    z-index: 99;
    transition: .7s all ease;
    animation:fadeInDown .3s alternate;
    box-shadow: 2px 2px 4px;
}
.fixedHead{
    z-index: 99;
}
.bottomH{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 50%;
}
.navBar li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
.titl{
    font-weight: 600;
    text-align: center;
}
.textInfo{
    text-align: center;
}
.navBar li a{
    color: #fff !important;
    font-size: 15px;
    transition: .5s all ease;
    text-decoration: none;
}
.navBar li a:hover{
    color: #333 !important;
}
.logodiv img{
    width: 60px;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.top-head{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;

}
.textInfo2 span{
    font-weight: 600;
}
.lastitem{
    background-color: #333 !important;
    padding: 5px 20px !important;
    border-radius: 12px;
    transition: .5s all ease;
}
.lastitem:hover{
    background-color: #fff !important;
}
.lastitem:hover.lastitem a{
    color: #333 !important;
}
.head-wellcom{
    color: #fff;
}
.appLink a img{
    width: 150px;
    margin: 5px;
}
.headImg{
    position: relative;
    width: 300px;
    height: 230px;
}
.headImg img{
    max-width: 280px;
    max-height: 465px;
}
.floatimg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 20px;
}
.about-img{
    position: relative;
    height: 550px;
}

.about-img img{
    position: absolute;
    /*max-width: 230px;*/
    max-height: 465px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-text p{
    font-size: 17px;
    color: #6c6c6c;
}
.about-app{
    background-color: #2f3f6c;
    color: #fff;
    padding: 50px 0;
}
.icon{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #121111;
    border-radius: 10px;
    color: #2f3f6c;
    font-size: 35px;
}
.howItem{
    background-color: #fff;
    color: #333;
    padding: 10px;
    border-radius: 10px;
}
.txt h4{
    color: #121111;
}
.txt p{
    color: #5e5e5e;
}
.appPage{
    color: #121111;
}
.firstcarousel .owl-item{
    transition: .5s all ease;
    opacity: .5;
}
.firstcarousel .owl-item.active.center{
    transform: scale(1.05);
    opacity: 1;
}
.firstcarousel .owl-stage{
    padding: 10px 0;
}
.video-display img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
.playIcon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #3333336b;
    top: 0;
    border-radius: 20px;
}
.playIcon i{
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    transition: .5s all ease;
}
.video-display{
    position: relative;
}
.videos a{
    color: #333;
    text-decoration: none;
}
.playIcon:hover.playIcon i{
    opacity: .5;
}
.client-info img{
    width: 80px !important;
    border-radius: 50% !important;
}
.rate{
    padding-right: 0;
}
.rate li{
    list-style: none;
    display: inline-block;
    color: #b6b6b6;
}
.client-info{
    display: flex;
    align-items: end;
}
.rated{
    color:  #333 !important;
}
.secondcarousel .item{
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 2px 2px 4px #ddd;
}
.form_label {
    position: relative;
    margin: 10px 0;
}

.form_label input {
    font-size: 15px;
    transition: 0.5s;
    border: none;
    padding: 11px 30px;
    box-shadow: -2px 2px 4px #ddd;
    width: 100%;
    border-radius: 30px;
    background-color: #f3f3f3;
}
.form_label input:focus{
    outline: none;
}

/* .form_label .float_label {
    font-size: 15px;
    color: #333;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #FFF;
    padding: 2px 20px;
    display: inline-block;
    width: auto;
    margin: 0;
    top: 9px;
    right: 7px;
} */

/* .input_focus:focus ~ .float_label,
.input_focus:not(:focus):valid ~ .float_label {
    opacity: 1;
    color: #0043ff;
    transform: translateY(0%);
    top: -15px;
    z-index: 9;
} */
.areaForm{
    width: 100%;
    border: none;
    box-shadow: -2px 2px 4px #ddd;
    height: 100px;
    border-radius: 15px;
    padding-top: 15px;
    background-color: #f3f3f3;
    padding: 10px 20px;
}
.areaForm:focus{
    outline: none;
}
.footer-item ul li{
    list-style: none;
    margin: 10px 5px;
    font-size: 17px;
}
.footer-item ul li a{
    color: #fff;
    text-decoration: none;
    transition: .8s all ease;
}
.footer-item ul li a:hover{
    color:#333;
}
.arselfooter{
    background-color: #2f3f6c;
    position: relative;
    padding-top: 40px;
    color: #fff;
}
.footer-item img{
    margin-bottom: 15px;
}
.maskfooter{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.social li{
    list-style: none;
    display: inline-block;
}
footer .footer-item ul.social a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,.5);
    transition: all .5s ease-in-out;
    border-radius: 50%;
}
.footer-bottom{
    background-color: #333;
    color: #fff;
    padding: 5px 0;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-bottom p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.footer-bottom ul li{
    list-style: none;
}
.footer-bottom ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin: 0 7px;

}
.nav-list.respon{
    display: none;
}
.nav-list{
    margin-left: 190px;
}
.navBar{
    padding-right: 0;
}
.logodiv.respon{
    display: none;
}
.social img{
    width: 35px;
}
.befor-span{
    position: absolute;
    content: "";
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #2f3f6c;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: .8s all ease;
    z-index: -1;
}
.about-img:hover .befor-span{
    width: 370px;
    height: 370px;
    background-color:#2f3f6c8f;
}

@media (max-width: 1200px) {
    .nav-list{
        margin-left: 90px;
    }
}
@media (max-width: 992px) {
    .logodiv.respon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-list{
        display: none;
    }
    .nav-list.respon{
        position: fixed;
        background-color: #333;
        right: 0;
        height: 100%;
        z-index: 999;
        display: block;
        width: 300px;
        transform: translateX(110%);
        transition: .7s all ease;
    }
    .navBar.respon li {
        display: list-item;
        margin: 25px 0;
        padding: 0 42px;
    }
    .navBar.respon{
        padding-right: 0;
    }
    .lastitem {
        background-color: #fff;
        border-radius: 0;
        text-align: center;
        margin: 0 10px !important;
        border-radius: 10px;
    }
    .lastitem a{
        color: #333 !important;
    }
    .howItem {
        margin: 10px 0;
    }
    .navBar li a:hover {
        color: #22439e !important;
    }
}
@media (max-width: 767px){
    .footer-bottom p {
        font-size: 10px;
    }
    .footer-bottom ul li a {
        font-size: 10px;
    }
    .headImg img {
        width: 86px;
        height: 150px;
    }
    .appLink a img {
        width: 110px;
    }
    .head-wellcom {
        font-size: 12px;
    }
    .head-wellcom h2{
        font-size: 22px;
    }
    .header {
        border-radius: 0 0 20px 20px;
    }
} 
@media (max-width: 425px){
    .befor-span {
        width: 270px;
        height: 270px;
    }
    .about-img img {
        width: 178px;
        height: 327px;
    }
    .about-img:hover.befor-span {
        width: 280px;
        height: 280px;
        background-color: #2f3f6c8f;
    }
}
