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;
}


ul{margin: 0}


@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: #FFF;
        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: #1073c0;
    border-radius: 0 0 300px 300px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}
/* .header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    bottom: -28px;
    background-color: #485780;
    border-radius: 41px;
} */

#fixedHead {
    padding: 8px 0;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}

.fixedhead {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-color: #1073c0;
    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%;*/
    justify-content: space-between;
    margin-top: 25px;
}

.navBar li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.titl {
    font-weight: 600;
    text-align: center;
}

.textInfo {
    text-align: center;
}

.logodiv > a {
    background: #FFF;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: 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 {
    max-width: 70px;
/*    margin-left: 20px;*/
    max-height: 70px;
    /* object-fit: cover; */
/*    border-radius: 10px;*/
}

.top-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    align-items: center
}

.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;
    max-width: 550px
}


    .head-wellcom > p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px
    }

    .appLink a img {
        width: 150px;
        margin: 5px;
    }

.headImg {
    position: relative;
    width: 235px;
    height: 445px;
}

    .headImg img {
        height: 100%;
        width: 100%;
    }

.floatimg {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 10%;
}

.about-img {
    position: relative;
    height: 550px;
}

    .about-img::before {
        position: absolute;
        content: "";
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background-color: #1073c0;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        transition: .8s all ease;
    }

    .about-img img {
        position: absolute;
        width: 230px;
        height: 465px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .about-img:hover.about-img::before {
        width: 370px;
        height: 370px;
        background-color: #1073c08f;
    }

.about-text p {
    font-size: 17px;
    color: #6c6c6c;
}

.about-app {
    background-color: #1073c0;
    color: #fff;
    padding: 50px 0;
}

.icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #121111;
    border-radius: 10px;
    color: #1073c0;
    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 video {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 0;
    object-fit: cover;
    display: block
}

.playIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #3333336b;
    top: 0;
    border-radius: 5px;
}

    .playIcon i {
        background-color: #1073c0;
        color: #FFF;
        width: 85px;
        height: 85px;
        border-radius: 50%;
        font-size: 30px;
        transition: .5s all ease;
        display: flex;
        justify-content: center;
        align-items: center
    }

.video-display {
    position: relative;
}

.videos a {
    color: #333;
    text-decoration: none;
}

.playIcon:hover.playIcon i {
    opacity: .5;
}

.client-info img {
    width: 70px !important;
    height: 70px;
    border-radius: 50% !important;
    margin-inline-end: 8px
}

.rate {
    padding-right: 0;
}

    .rate li {
        list-style: none;
        display: inline-block;
        color: #b6b6b6;
    }

.client-info {
    display: flex;
    align-items: center;
}

.rated {
    color: #333 !important;
}

.secondcarousel .item {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 2px 2px 4px #ddd;
}


    .secondcarousel .item > p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 85px;
    }


    .form_label {
        position: relative;
        margin: 10px 0;
    }

        .form_label input {
            font-size: 15px;
            transition: 0.5s;
            border: none;
            padding: 10px 12px;
            width: 100%;
            border-radius: 3px;
            background-color: #f3f3f3;
            height: 53px;
            border: 1px solid #EEE
        }


            .form_label input:focus {
                outline: none;
                border-color: #1073c0
            }

/* .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: 240px;
    border-radius: 3px;
    padding-top: 15px;
    background-color: #f3f3f3;
    padding: 10px 12px;
    resize: none;
    border: 1px solid #EEE
}

    .areaForm:focus {
        outline: none;
        border-color: #1073c0;
    }

.form_label input[type='button'] {
    background: #1073c0;
    font-weight: bold;
    color: #FFF;
}

.footer-item ul li {
    list-style: none;
    margin: 10px 5px;
    font-size: 17px;
}

    .footer-item ul li a {
        color: #fff !important;
        text-decoration: none;
        transition: .8s all ease;
    }

        .footer-item ul li a:hover {
            color: #333;
        }

.arselfooter {
    background-color: #1073c0;
    position: relative;
    padding-top: 40px;
    color: #fff;
    margin-top: 40px
}

.footer-item > a > img {
    margin-bottom: 10px;
    max-width: 125px;
    max-height: 125px;
    border-radius: 2px;
}

.maskfooter {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: contain
}

.social li {
    list-style: none;
    display: inline-block;
}

footer .footer-item ul.social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    /*    background: rgba(255,255,255,.5);*/
    transition: all .5s ease-in-out;
    border-radius: 50%;
    border: 2px solid #FFF
}

    footer .footer-item ul.social a img {
        max-width: 100%;
        margin: 0;
        background: #FFF;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.footer-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0
}

.footer-bottom {
    background-color: #333;
    color: #fff;
    padding: 5px 0;
    margin-top: 15px;
}

    .footer-bottom ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        margin-right: auto;
    }

    .footer-bottom p {
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-bottom p > a {
            font-weight: bold;
            color: #1073c0;
        }

        .footer-bottom .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 5px;
            flex-wrap: wrap;
        }

    .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: 0;
    margin: 0
}

.logodiv.respon {
    display: none;
}

@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;
    }
*/

    .headImg {
        display: none
    }

}

@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) {
    .about-img::before {
        width: 270px;
        height: 270px;
    }

    .about-img img {
        width: 178px;
        height: 327px;
    }

    .about-img:hover.about-img::before {
        width: 280px;
        height: 280px;
        background-color: #1073c08f;
    }
}




.partners-item {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-item img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
}

