@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;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

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;
}

/************/

/************************/
/*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: #2B388F;

    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);
    }
}

/**/

/**/

/*nav*/
nav .top-bar {
    background-color: #4994c8;
    padding: 6px 0;
    color: #fff;
}

nav .top-bar a {
    color: #fff !important;
}

nav .top-bar .contact a,
nav .top-bar .social a {
    display: inline-block;
    margin: 4px 7px;
}

nav .top-bar .contact a i {
    display: inline-block;
    margin-left: 5px;
}

/**/
.main-sec {
    background-position: center;
    background-size: cover;
    border-radius: 0 0 100px 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-sec::after {
    content: "";
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/v.png);
}

/*main section*/
.main-sec-nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
    overflow: hidden;
}

.mm-slide {
    color: #fff;
}

.main-slider-content {
    min-height: 600px
}

.mm-slide {
    padding: 30px 0;
    margin: 0 10px;
}

.mm-slide-h h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.m-slide-text {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 30px 0;
    padding: 0 0 0 100px;
}

.mm-more {
    font-size: 16px;
    color: #fff;
    background-color: #eeb244;
    width: 101px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mm-more::after,
.botttom-bar ul li:first-child a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    background: #fff;
    z-index: -1;
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.mm-more:hover {
    color: #000;
}

.botttom-bar ul li:first-child a:hover {
    color: #fff;
}

.mm-more:hover::after,
.botttom-bar ul li:first-child a:hover:before {
    transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    padding: 8px 6px !important
}

/* .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
    font-size: 22px;
} */
.owl-carousel .owl-nav button span {
    position: relative;
    top: -8px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #4494BD;
}

.mm-slider .owl-nav {
    position: absolute;
    bottom: -60px;
    right: 0;
}

.customers-slider .owl-nav button.owl-next,
.customers-slider .owl-nav button.owl-prev {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.customers-slider .owl-nav [class*=owl-]:hover {
    background: var(--main-color) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}


/**/
.news {
    padding: 30px 0 80px 0;
}

.new {
    margin: 15px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.new .img {
    height: 200px;
    background-position: center;
    background-size: cover;
}

.new .body {
    padding: 20px;
}

.new .body h4 {
    font-size: 25px;
    font-weight: bold;
    color: #2B388F;
}

.new .body p {
    color: #000000;
}

/*stats*/
.stats {
    padding: 50px 0;
}

.stat {
    text-align: center;
    margin: 15px auto;
    border-radius: 50%;
    padding: 30px 20px;
    width: 200px;
    height: 200px;
}

.stat h3 {
    font-weight: bolder;
    font-size: 40px;
    margin-top: 30px;
    direction: ltr;
}

.stat p {
    font-weight: bold;
    font-size: 20px;
}

.stat1 {
    background-color: #4994c8;
}

.stat2 {
    background-color: #f8d8da
}

.stat3 {
    background-color: #d4f6ea;
}

/**/
.form {
    padding: 60px 0;
    background-image: url(../images/hj.png);
    background-position: center;
    background-size: cover;
}

.form h2 {
    max-width: 900px;
    font-weight: bold;
    margin: auto auto 20px auto;
}

.form-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    max-width: 900px;
    margin: auto;
}

.form .f-group {
    margin: 15px 0;
}

.f-group label span {
    color: #4994c8;
    font-weight: bold;
}

.f-group label i {
    color: #f0bc42;
}

.form input,
.form textarea,
.form select {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #4994c8;
    text-align: right;
}

.form input[type=submit] {
    background-color: #4994c8;
    width: 80%;
    margin: auto;
    color: #fff;
    display: block;
    text-align: center;
}

/**/
footer {
    margin-top: 40px;
    background-image: url(../images/bb.png);
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    padding: 150px 0 50px 0;
}

footer a {
    color: #fff !important;
    margin: 0 5px;
    display: inline-block;
}

footer .social {
    margin-top: 20px;
}

footer .logo img {
    width: 202px;
    margin: auto;
}

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

footer ul {
    margin: 40px auto 0 auto;
    max-width: 690px;
}

footer ul li {
    margin: 5px;
}

footer ul li a {
    padding: 10px 15px;
    border-radius: 30px;
}

footer ul li a:hover {
    background: #fff;
    color: #2B388F;
}

/*media query*/

@media only screen and (max-width : 767px) {
    footer {
        background-size: cover;
    }

    .form-content {
        padding: 30px 20px;
    }

    .main-slider-content {
        min-height: 500px;
    }

    .m-slide-text {
        padding: 0;
    }

    .botttom-bar ul li:last-child a {
        color: #2B388F !important;
    }

    .botttom-bar ul li ul li:first-child a {
        color: #fff !important;
        border: 0 !important;
    }

    .botttom-bar ul li ul li a {
        border: 0 !important;
    }

    .section .section-img {
        padding: 0, im !important;
    }

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

    .m-slide-content h1 {
        font-size: 27px;
    }

    .m-slide {
        min-height: 270px;
    }

    .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: #2B388F;
    }

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

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

    .nav-links ul li.drop ul li {
        display: none;
    }

    .nav-links ul li.drop ul li a {
        text-align: initial;

    }

    .nav-links ul li.drop ul {
        position: initial;
        width: 100%;
        border: none;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
        background: transparent;
    }

    .nav-links ul li.drop ul li a {
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        background: transparent !important;
    }

    .nav-links ul li.drop {
        padding: 0;
    }

    .nav-links ul li.drop::after {
        top: 10px;
        left: 30px;
        right: auto
    }

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

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

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

    /* 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: #000;
        opacity: .35;
    }

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

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

    .advantages {
        padding: 30px 13px;
    }
}
