@font-face {
    font-family: neo;
    src: url(../fonts/neo-sans-arabic-regular.ttf);
}

@font-face {
    font-family: din;
    src: url(../fonts/din-next-lt-w23-light.ttf);
}

body {
    font-family: din;
    direction: rtl;
    text-align: right;
    background-image: linear-gradient(to bottom, #fff, #304D91);
}

a,
button,
input,
::after,
::before,
.trans,
.show-sec,
.show * {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul,
p {
    padding: 0;
    margin: 0;
}

.pageContainer {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #213358;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: 0.7;
}


/************************/
/*loader*/
.loader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader>div {
    height: 100%;
    background: #fff;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #213358;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/**/
/*sec-h*/
.sec-h {
    padding: 10px;
    background-image: url(../images/hhh.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 28px 0;
}

.sec-hh {
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 0 20px 0
}

.sec-hh span {
    font-size: 28px;
    font-weight: 600;
    color: #213358;
    padding-bottom: 8px;
}

.sec-hh p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    max-width: 500px;
    margin: auto
}

.sec-hh::after,
.sec-hh::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 29px;
    bottom: 0;
}

.sec-hh::after {

    background: #fff;
    left: calc((100% - 60px) / 2);

}

.sec-hh::before {
    background: #fff;
    right: calc((100% - 60px) / 2);
}

.contact .sec-hh::after {
    right: 0 !important;
}

.contact .sec-hh::before {
    right: 33px !important;
}

.contact .sec-hh p {
    max-width: 100% !important
}

/**/
/*nav*/
nav .logo {
    max-width: 100%;
    height: 100px;
}

nav .logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.nav-bar {
    padding: 20px 0;
}

.content {
    max-width: 600px;
    margin: auto auto 50px auto;
}

.bor-sec .boards-sec {
    background: #213358;
    color: #fff;
}

/**/

/*main section*/
/*main section*/
.main-sec {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

/* .main-sec::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/bbb.png);
    background-size: cover;
    z-index: -1;
    width: 100%;
} */

.main-sec img {
    max-width: 100%;
    height: auto;
}

.main-sec img.mn {
    position: relative;
    top: 10px;
    z-index: 20;
}

.m-slide {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.m-slide-content {
    padding: 10px 0;
}

.see-more {
    background: #fff;
    color: #4A401A;
    border-radius: 4px;
    padding: 10px 26px;
    /* margin: 10px 0 0 0; */
}

.m-slide-content span {
    font-size: 30px;
    color: #0C316B;
    font-weight: bold;
    display: block !important;
    margin: 20px 0 0 0;
}

.m-slide-content span strong {
    font-size: 40px
}

.m-slide-content div.text {
    color: #0C316B;
    line-height: 30px;
    font-size: 15px;
    margin: 15px 0 30px 0;
}

/*advantages*/
.vb {
    margin: 0 0 40px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 1;
}

.vb::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: #FFAB17;
    opacity: .3;
    right: -10px;
    border-radius: 50%;
    top: -15px
}

.advantages {
    padding: 60px 0;
}

.advantages .img {
    text-align: center;
    margin: 20px 0;
}

.advantages .img img {
    max-width: 100%;
    height: auto;
}

.advantages .content h3 {
    font-size: 30px;
    color: #213358;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 50px;
}

.advantages .content p {
    color: #8B8F94;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.advantages .content ul li {
    margin: 10px 0;
    font-size: 18px;
    color: #2F2F2F;
    padding: 0 30px 0 0;
    position: relative;
}

.advantages .content ul li::before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    right: 0;
    font-family: FontAwesome;
    color: #213358;
    font-size: 15px;
}

.boards-sec {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 50px 20px;
    background-color: #fff;
}

.boards-sec .img {
    height: 70px;
    width: 70px;
    border-radius: 7px;
    margin: auto;
    background-image: linear-gradient(to bottom, #7BA4B4, #F5F5F5);
}

.bor-sec .boards-sec .img {
    background: #fff !important;
}

.bor-sec .boards-sec .img i {
    color: #213358 !important;
}

.boards-sec .boards-body {
    text-align: center;
}

.boards-sec .img i {
    font-size: 25px;
    color: #fff;
}

.boards-sec .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.boards-body {
    margin: 20px 0 0 0
}

.boards-body h4 {
    font-size: 20px;
    font-weight: bold;
}

.boards-body p {
    font-size: 14px;
}

.boards-sec:hover .boards-body {
    transform: translatex(-6px) !important;
    -ms-transform: translatex(-6px) !important;
    -webkit-transform: translatex(-6px) !important;
}

footer h4 {
    font-size: 30px;
    color: #0C6263;
    font-weight: bold;
}

/*properties*/
.properties {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.properties .bgg {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 70%;
    width: 30%;
}

.properties img {
    height: auto;
    width: 100%;
}

.properties h2 {
    font-size: 30px;
    color: #4493BA;
    margin: 0 0 30px 0;
}

.property {
    margin: 15px 0;
    background: #fff;
    position: relative;
}

.property:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.property .title {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.property .title h5 {
    font-size: 20px;
    font-weight: bold;
}

.property:hover .title {
    transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    /* color: #4494BD; */
}

.property .num {
    position: absolute;
    right: -40px;
    top: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/*properties-users*/
.properties-users {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.properties-users .header {
    margin: 0 auto 10px auto;
}

.properties-users .header h2 {
    font-size: 30px;
    margin: 10px 0 0 0;
    color: #213358;
    font-weight: bold;
    line-height: 50px;
}

.properties-users .img i {
    font-size: 20px;
    color: #0C6263 !important;
}

.properties-users .property {
    background-color: transparent !important;
}

.properties-users .bgg {
    text-align: center;
}

.properties-users .bgg img {
    max-width: 100%;
    height: auto;
    position: relative;
    right: -100px;

}

.properties-users .img {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    margin: 20px 0 0 0;
    box-shadow: 8px 16px 15px rgba(0, 0, 0, .08);
}

.properties-users .title {
    width: calc(100% - 65px);
    text-align: initial !important;
}

/**/
.sec {
    padding: 60px 0;
}

/*screens*/
.lg-outer {
    direction: ltr;
}

.screen {
    margin: 15px 0;
    cursor: pointer;
}

.screens .sec-hh {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.screen img {
    height: auto;
    width: 100%
}

.screens-slider .slide {
    height: 400px;
    margin: 0 10px;
}

.screens-slider .slide img {
    width: 100%;
    height: 100%;
}

.screens-slider {
    position: relative;
}

/**/
.download-links {
    background: #fff;
    padding: 50px 0;
}

.download-links a {
    color: #fff;
}

.download-links a img {
    max-width: 100%;
}

.download-links h6 {
    font-size: 30px;
}

.gf {
    margin-top: 30px;
    padding: 0 20px;
}

/*show*/
.showw {
    background-image: url(../images/bbu.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50% 60%;
}

.showw .show-img {
    text-align: center;
}

.showw .show-img img {
    max-width: 100%;
}

.showw .show-img iframe {
    width: 100%;
    height: auto;
}

.show-sec {
    margin: 15px 0;
    padding: 15px;
    border-radius: 30px;
}

.after_h {
    max-width: 390px;
    margin: auto;
    font-size: 18px;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 80px;
}

.nav-tabs {
    border: 0;
    margin-bottom: 80px;
    justify-content: center;
}

.nav-tabs .nav-link {
    padding: 12px 30px;
    background-color: #fff;
    color: #2C4789;
    margin: 6px;
    border-radius: 0;
    border: 0;
    font-size: 18px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: #2C4789;
}

/**/
footer {
    padding: 50px 0;
}


/**/
label {
    margin: 0;
}

/*media query*/


@media only screen and (max-width : 1200px) {

    .projects-slider .owl-nav button.owl-next,
    .projects-slider .owl-nav button.owl-prev {
        position: initial;
        height: 30px;
        width: 30px;
        font-size: 30px;
    }

    .m-slider .owl-nav button.owl-next,
    .m-slider .owl-nav button.owl-prev {
        position: initial;
        height: 30px;
        width: 30px;
        font-size: 30px;
        background: #FF9600;
    }

    .m-slider .owl-nav button span {
        position: relative;
        top: -6px;
    }
}

@media only screen and (max-width : 1100px) {


    .screens-slider .slide {
        height: 500px;
    }

}

@media only screen and (max-width : 991px) {

    /* .m-slide-content{
        margin-top: 100px
    }
     */
}

@media only screen and (max-width : 767px) {

    .sec-hh span,
    .properties-users .header h2,
    .advantages .content h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .main-sec::after {
        background-size: cover;
        width: 100%;
        background-position: center;
    }

    .screens-slider .slide {
        height: 250px;
    }

    .properties-users::before {
        display: none;
    }

    .shows.right {
        direction: rtl;
        text-align: right;
    }

    .show-sec .body {
        padding: 0 20px 0 0 !important;
    }

    .m-slide-content span {
        font-size: 26px;
        margin: 0 0 20px 0;
    }

    .after_h {
        margin-bottom: 35px;
    }

    .m-slide-content div.text {
        line-height: 23px;
        font-size: 13px;
        margin: 0 0 13px 0;
    }

    .m-slide-content a {
        padding: 4px 20px
    }

    .footer-sec {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .h {
        margin: 0 0 20px 0;
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        z-index: 30;
        background: #fff;
        left: -300px;
        height: 100vh;
        width: 300px;
        padding: 70px 0 20px 0;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #fff;
    }

    .nav-links ul li a {
        display: block;
        text-align: center;
        padding: 4px;
        color: #213358;
    }

    .nav-links ul li {
        margin: 10px 0;
    }

    .close-menu {
        color: #213358;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .botttom-bar .container,
    .botttom-bar {
        padding: 0;
    }

    .open-menu {
        cursor: pointer;
        float: left;
        color: #213358;
    }

    /* width */
    .nav-links::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .nav-links::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav-links::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .nav-links::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .m-overlay {
        position: fixed;
        z-index: 29;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #213358;
        opacity: .35;
    }

    .c-form {
        padding: 20px 15px;
    }

    .nav-bar {
        padding: 10px 0;
    }

    /* .contact {
        padding: 0;
    } */
}

@media screen and (max-width: 575px) {
    .upper-bar ul.right li a span {
        font-size: 13px;
    }

    .upper-bar ul.right li a i {
        font-size: 10px;
    }

    .sec {
        padding: 40px 0;
    }

    .c-form form {
        margin: 0;
    }
}