/*@import url('https://fonts.cdnfonts.com/css/cairo');
*/* {
    -os-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {

    font-family: "Cairo", sans-serif;
}

/* start navbar style  */
nav {
    text-align: right;
    direction: rtl;
    background-color: #3aade6;
}

    nav p.left_text {
        font-size: 20px;
    }

    nav a.for_whatsapp {
        margin: 0 auto !important;
        margin-left: 0 !important;
    }

button.navbar-toggler {
    cursor: pointer;
}

a.price {
    width: 115px !important;
}

    a.price a {
        color: #fff;
        text-decoration: none;
    }

nav img {
    height: 55px;
    width: 80px;
}

nav .nav-item a {
    color: #888;
    text-align: left;
}



/* start media query for navbar */
/* @media(max-width:992px){
nav ul{
flex-direction: column;
}
} */
/* start style for header elements */
header {
    min-height: 550px;
    width: 100%;
}

    header .main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    header .main {
        flex-direction: column;
        text-align: center;
    }
}

header .main .img {
    height: 500px;
    width: 100%;
    background-size: auto;
    background-image: url('/img/bg30-ar1web.gif');
}

.preview {
    margin-top: 250px;
    width: 24%;
    height: 24%;
}

.logo {
    width: 110px;
    height: 110px;
}
@media (max-width: 957px) {
    .preview {
        margin-top: 290px;
        width: 240px;
        height: 160px;
    }
}
header .main .img1 {
    /* background-image: url('../img/header-side.jpg');*/
    /* background-image: url('../img/3132.jpg');*/
}

header .main .img2 {
    /*  background-image: url('../img/header.jpg');*/
    /* media for max-width 992px */
    /*   background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/4380747-removebg-preview.png');*/
    height: 600px;
}

/*@media (max-width: 850px) {
  header .main .img2 {
    width: 60%;
    margin-top: 500px;
  }
}*/
header .main h2 {
    position: absolute;
    margin-left: 10%;
    text-align: right;
    margin-top: 80px;
    line-height: 1.3;
    font-weight: 800;
}

@media (max-width: 767px) {
    header .main h2 {
        margin-left: 2%;
    }
}

/* start about block elements style  */
.about {
    overflow: hidden;
}

    .about h2 {
        font-weight: 400;
        text-align: center;
    }

        .about h2::after {
            position: absolute;
            width: 60px;
            height: 0;
            content: "";
            border: 1px solid #3aade6;
            margin-top: 60px;
            margin-left: -90px;
        }

    .about .row .col-sm-12 p {
        text-align: right;
        font-weight: bold;
        color: #666;
        line-height: 2;
        word-spacing: 7px;
        margin-top: 150px;
        width: 86%;
        float: right;
    }

@media (max-width: 991px) {
    .about .row .col-sm-12 p {
        line-height: 1.7;
        margin-top: 80px;
        width: 60%;
    }
}

@media (max-width: 767px) {
    .about .row .col-sm-12 p {
        float: none;
        text-align: center;
        width: 90%;
        margin-left: 5%;
    }
}

.about .row .col-sm-12.one {
    width: 80%;
}

.about .row .col-md-6 .img {
    background-image: url('/img/Artboard 14.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    width: 800px;
    margin: 100px 100px auto;
}

@media (max-width: 991px) {
    .about .row .col-md-6 .img {
        height: 400px;
        width: 365px;
    }
}


/* start our service elements style */
h2.what-we-offer {
    text-align: center;
    font-weight: 400;
    margin: 70px 0 30px 0;
}

    h2.what-we-offer::after {
        position: absolute;
        width: 110px;
        height: 0;
        content: "";
        border: 1px solid #3aade6;
        margin-top: 50px;
        margin-left: -170px;
    }

h2.what-we-offer2 {
    text-align: center;
    font-weight: 400;
    margin: 10px 0 60px 0;
}

    h2.what-we-offer2::after {
        position: absolute;
        width: 110px;
        height: 0;
        content: "";
        border: 1px solid #3aade6;
        margin-top: 50px;
        margin-left: -130px;
    }



section#offer {
    background-color: #0d346f;
    /*    background-image: url('../img/Artboard 1.png');
*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    margin-bottom: -100px;
}

    section#offer .container {
        text-align: center;
    }

        section#offer .container .owl-carousel {
            overflow: hidden;
            touch-action: manipulation;
        }

            section#offer .container .owl-carousel .item {
                margin: 50px 0 50px 0;
                touch-action: manipulation;
            }

                section#offer .container .owl-carousel .item a {
                    color: #007bff;
                    text-decoration: none;
                    background-color: transparent;
                    touch-action: manipulation;
                }

                    section#offer .container .owl-carousel .item a .card {
                        border-radius: 20px;
                        margin: 0 auto;
                        touch-action: manipulation;
                    }

                        section#offer .container .owl-carousel .item a .card img {
                            width: 280px;
                            height: 170px;
                            margin: 10px auto;
                            margin-top: 40px;
                            touch-action: manipulation;
                        }

                        section#offer .container .owl-carousel .item a .card .card-body h5 {
                            font-size: 15px;
                            text-align: center;
                            color: #3AADE6;
                            touch-action: manipulation;
                        }

                        section#offer .container .owl-carousel .item a .card .card-body p {
                            color: #444;
                            touch-action: manipulation;
                        }

/* this for right and left carousel controles */
.owl-nav {
    text-align: center;
}

    .owl-nav button {
        width: 30px;
        height: 30px;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
    }

        .owl-nav button span {
            font-size: 30px;
            outline: none;
            color: white;
        }

.owl-carousel .item {
    margin: 0 20px;
    touch-action: manipulation;
}

.owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* start our work block elements style  */
h2.from-our-work {
    text-align: center;
    margin: 100px 0 60px 0;
    font-weight: 400;
}

    h2.from-our-work::after {
        position: absolute;
        width: 92px;
        height: 0;
        content: "";
        border: 1px solid #3aade6;
        margin-top: 60px;
        margin-left: -110px;
    }

.our-work {
    background-image: url('/img/bg30-Ar1web.gif');
    /*  background-color: #002347;*/
    width: 100%;
    margin-bottom: -50px;
    /* height: 600px; */
    background-size: auto;
}

    .our-work .container .row .col-sm-12 {
        margin-top: 30px;
    }

        .our-work .container .row .col-sm-12 .block {
            background-color: #fff;
            border-radius: 35px;
            box-shadow: 3px 4px 22px #555;
            -webkit-box-shadow: 6px 8px 22px #666;
            margin: auto;
            height: 350px;
            width: 300px;
        }

            .our-work .container .row .col-sm-12 .block img {
                height: 280px;
                width: 100%;
                border-radius: 35px;
            }

            .our-work .container .row .col-sm-12 .block span {
                display: block;
                text-align: center;
                padding: 25px;
                font-size: 18px;
            }

    .our-work button {
        color:white;
        background-color: #233142;
        width: 250px;
        height: 45px;
        border-radius: 20px;
        border: navajowhite;
        outline: none;
        margin: 40px auto;
        cursor: pointer;
        margin-left: calc(50% - 125px);
        margin-bottom: 50px;
    }

        .our-work button:hover a {
            color: #666;
        }

        .our-work button a {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }

.Features-works {
    background-color: #0d346f;
    width: 100%;
    margin-bottom: -50px;
    /* height: 1000px; */
    /*   background-image: url('../img/31.png');
    background-size: cover;*/
}

/* start style for our client opinions */
.opinions {
    background-size: auto;
    width: 100%;
    background-image: url('/img/bg30-Ar1web.gif');
    /*  background-color: #0050A0;*/
}

    .opinions h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: 400;
        margin: 50px 0 100px 0;
    }

        .opinions h2::after {
            position: absolute;
            width: 92px;
            height: 0;
            content: "";
            border: 1px solid #3aade6;
            margin-top: 60px;
            margin-left: -150px;
        }

    .opinions .container .row .col-sm-12 {
        margin-bottom: 50px;
    }

        .opinions .container .row .col-sm-12 .main {
            background-color: #fff;
            box-shadow: -1px 1px 6px #ccc;
        }

            .opinions .container .row .col-sm-12 .main .block1 {
                text-align: right;
                width: 70%;
            }

                .opinions .container .row .col-sm-12 .main .block1 span {
                    padding: 15px 0 15px 0;
                    display: block;
                    font-size: 20px;
                }

                .opinions .container .row .col-sm-12 .main .block1 p {
                    color: #555;
                    padding: 0 0 30px 15px;
                }

            .opinions .container .row .col-sm-12 .main img {
                margin-right: 22px;
                border-style: none;
                height: 100px;
                width: 100px;
                border-radius: 50%;
                float: right;
                margin-top: 25px;
                border: 2px solid #723881;
            }

                .opinions .container .row .col-sm-12 .main img.one {
                    margin-top: 20px;
                }

    .opinions .container button {
        color:white;
        background-color: #233142;
        width: 200px;
        height: 45px;
        border-radius: 20px;
        border: navajowhite;
        outline: none;
        margin: 40px auto;
        cursor: pointer;
        margin-left: calc(50% - 100px);
        margin-bottom: 50px;
    }

        .opinions .container button:hover a {
            color: #666;
        }

        .opinions .container button a {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }

/*start style for featers block elements  */
.featers .container .row .col-sm-12 {
    margin-top: 26px;
}

    .featers .container .row .col-sm-12 .main-content {
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 0px 9px #999;
        -webkit-box-shadow: 0px 0px 9px #999;
        -moz-box-shadow: 0px 0px 9px #999;
        border-radius: 20px;
        min-height: 350px;
        width: 50%;
        margin: 30px auto;
    }

        .featers .container .row .col-sm-12 .main-content img {
            width: 100%;
            height: 240px;
            border-radius: 20px;
        }

        .featers .container .row .col-sm-12 .main-content span {
            display: block;
            width: 90%;
            margin-left: 5%;
            margin: 5px auto;
        }

        .featers .container .row .col-sm-12 .main-content i {
            float: left;
            margin-left: 16px;
            font-size: 20px;
        }

            .featers .container .row .col-sm-12 .main-content i::after {
                position: absolute;
                content: "200";
                width: 15px;
                height: 10px;
                color: #999;
                font-size: 15px;
                margin-top: 2px;
                margin-left: 5px;
            }

        .featers .container .row .col-sm-12 .main-content a {
            width: 67px;
            height: 25px;
            background-color: #233142;
            border-radius: 13px;
            padding: 6px 10px;
            font-size: 15px;
            cursor: pointer;
            margin-right: -60%;
            color: #fff;
            text-decoration: none;
        }

.featers .container button {
    background-color: #233142;
    width: 200px;
    height: 45px;
    border-radius: 20px;
    border: navajowhite;
    outline: none;
    margin: 40px auto;
    cursor: pointer;
    margin-left: calc(50% - 125px);
    margin-bottom: 50px;
}

    .featers .container button:hover a {
        color: #888;
    }

    .featers .container button a {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }

/* start our clients elements style */
h2.our_client {
    text-align: center;
    font-weight: 400;
    margin: 50px 0 80px 0;
    color:white;
}

    h2.our_client::after {
        position: absolute;
        width: 92px;
        height: 0;
        content: "";
        border: 1px solid #3aade6;
        margin-top: 60px;
        margin-left: -120px;
    }

section#clients {
    background-color: #0d346f;
    width: 100%;
}

    section#clients .container {
        overflow: hidden;
    }

        section#clients .container .row .owl-carousel {
            overflow: hidden;
            touch-action: manipulation;
        }

            section#clients .container .row .owl-carousel .col-sm-12 .item {
                margin: 50px auto;
                text-align: center;
                touch-action: manipulation;
            }

                section#clients .container .row .owl-carousel .col-sm-12 .item a {
                    color: #007bff;
                    text-decoration: none;
                    background-color: transparent;
                    touch-action: manipulation;
                }

                    section#clients .container .row .owl-carousel .col-sm-12 .item a img {
                        width: 100%;
                        height: 100%;
                        margin-top: 40px;
                        touch-action: manipulation;
                    }

            section#clients .container .row .owl-carousel.owl-services .col-sm-12 .item.wow.bounceInUp {
                height: 200px;
                width: 160px;
                touch-action: manipulation;
            }

/* this for right and left carousel controles */
.owl-nav {
    text-align: center;
    margin: 40px;
}

    .owl-nav button {
        width: 30px;
        height: 30px;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
    }

        .owl-nav button span {
            font-size: 30px;
            outline: none;
        }

.owl-stage {
    display: flex;
}


/* start style for footer */
footer {
    background-color: #233142;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
     color:white;
}
/*# sourceMappingURL=style.css.map */
/* add custom cursor */
.typewriter::after {
    content: "|";
    animation: blink 1s infinite;
}

/* custom cursor animation */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*mobile screen */
@media (max-width: 767px) {
    .about .row .col-md-6 .img {
        margin: auto;
    }

    .about .row .col-sm-12.one {
        width: 100%;
    }

    h2.what-we-offer {
        margin: 0px 0 30px 0;
    }

    .owl-dots {
        text-align: center;
        margin: 20px;
    }

    .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 25px;
        border: 0;
        margin: 10px;
    }

    .owl-nav {
        display: none;
    }

    section#clients .container .row .owl-carousel.owl-services .col-sm-12 .item.wow.bounceInUp {
        width: auto;
    }
}


.owl-prev {
    color: black !important;
    font-size: 35px !important;
}

.owl-next {
    color: black !important;
    font-size: 35px !important;
}

.description-div {
    border-right: 5px solid #3AADE6;
    padding-right: 5px;
    font-weight: 600;
    font-size: 20px;
}


.back-arrow {
    font-size: 39px;
    position: absolute;
    left: 35px;
    top: 125px;
    color: #0379fb;
}

#service_selector {
    background-color: #49505754;
    color: black;
}


.back-arrow:hover {
    font-size: 45px;
    position: absolute;
    left: 35px;
    top: 120px;
    color: #0379fb;
}

.danger {
    color: red;
    font-weight: bolder;
    font-size: 18px;
}

.article-section {
    box-shadow: 0px 0px 6px #8888884d;
    width: 80%;
    background-color: #ffffffe0;
    padding: 10%;
    margin: 0 auto;
    border-radius: 2%;
    margin-bottom: 2rem;
}

#contact_button {
    width: 150px;
    padding: 10px 0px 10px 0px;
}

.error_sms {
    color: #cc1616;
    background-color: #dc35451a;
    font-size: 0.8rem;
    padding: 3px 9px;
    border-radius: 3px;
    width: 100%;
    display: none;
}

#contact-texterea {
    width: 100%;
    direction: rtl;
    text-align: right;
    border: 3px solid #dddddd;
    border-radius: 6px;
    background-color: #e4e4e44f;
    padding: 7px 13px 7px 13px;
}

.customer-say {
    background: url(../imgs/customer-say.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

    .customer-say .say {
        box-shadow: 0px 0px 6px -4px #000;
        background-color: #fff;
        padding: 20px;
        margin-bottom: 60px;
    }

    .customer-say .circle {
        width: 100px;
        height: 100px;
        border: 3px solid #723881;
        border-radius: 50%;
        overflow: hidden;
    }

        .customer-say .circle img {
            width: 100px;
            height: 100px;
        }

    .customer-say h4 {
        margin-bottom: 20px;
    }

    .customer-say .col-sm-6 {
        padding: 0px 40px;
    }

.row {
    text-align: right;
}

.contact-list ul {
    z-index: 4;
    list-style-type: none;
    position: fixed;
    left: 0;
    background-color: #243142;
    padding: 13px 0px 14px 0px;
    font-size: 1.5rem;
    border-radius: 1px 14px 14px 0px;
}

    .contact-list ul li a {
        padding: 1px 12px 1px 11px;
    }

.contact-list-li {
    border-bottom: 1px solid #34455a;
}

    .contact-list-li:hover {
        cursor: pointer;
        background-color: #34455a !important;
    }

.contact-list-icon {
    color: white;
    font-weight: 500;
}

.owl-carousel .owl-item {
}

@media screen and (max-width: 768px) {
    .btn:not(:disabled):not(.disabled), .navbar-nav {
        display: block;
    }
}

/* project preview page*/

.custom-for-project {
    margin-top: 25rem;
}

.project-img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#project-details {
    background-size: auto;
    background-image: url('/img/bg30-ar1web.gif');
}

.details-paragraph {
    color: black;
    padding: 4rem;
    text-align: center;
    font-size: 120%;
    margin-bottom: 0;
}

.vertical-line {
    border-right: 5px solid #3AADE6;
    height: 50px;
    margin: 2rem;
    margin-top: 80px;
}
.our-works {
    float: right;
    padding-right: 1rem;
}

.details-bg {
    float: right;
    padding-right: 1rem;
}
.DetailsImg {
    background-size: contain;
    height: 400px;
    width: 800px;
  /*  margin: 100px 100px auto;*/
}
.Worksrow{
    margin-left:60px;
}
a:link {
    text-decoration: none;
}

@media (max-width: 420px) {
    .Worksrow {
        margin-left: 0px;
    }
}

