<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

html {
    font-size: 62.5%;
}

* {
    direction: rtl;
    font-size: 1rem;
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: right;
    background-color: #fff;
    color: #555;
    font-weight: 300;
    font-size: 100%;
    text-rendering: optimizeLegibility;
}

h1 {
    margin: 20px;
    font-size: 1.3rem;
    word-spacing: 4px;
    /*letter-spacing: 1px;*/
}

h2 {
    font-size: 2.7rem;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 2;
    border-bottom: 3px solid rgb(109, 190, 110);
    display: inline-block;
}

h3 {
    font-size: 1.9rem;
    /* text-align: center; */
    margin-bottom: 25px;
    font-weight: bold;
    /* line-height: 2; */
    /* border-bottom: 3px solid rgb(109, 190, 110); */
    display: inline-block;
    color: #6cbd6e;
}

h4 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #a2a2a2;
}

::-webkit-scrollbar {
    width: 10px;
    direction: rtl;
    z-index: 5;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #6dbe6e;
    opacity: 0.1;
}

    ::-webkit-scrollbar-thumb:hover {
        opacity: 1;
    }

.fancybox-caption {
    text-align: center;
}

.navbar {
    background-image: linear-gradient(to right, #6dbe6e, #295f75);
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
    z-index: 2000;
}

    .navbar .ml-auto, .mx-auto {
        margin-right: auto !important;
    }

.navbar-brand-img {
    width: 9rem;
    height: 9rem;
    padding: 5px;
}

    .navbar-brand-img img {
        width: 100%;
        height: 100%;
    }

.navbar-brand {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff !important;
}

.navbar-nav li {
    padding: 5px 10px;
    border-radius: 5px;
}

    .navbar-nav li a {
        color: #fff !important;
        font-weight: 600;
        text-align: center;
        font-size: 1.8rem;
    }

.active {
    background: linear-gradient(to right, #6dbe6e, #509571);
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
    padding: 0 15px 3px 0;
}

.nav-up {
    top: -80px;
    transition: top 1.5s ease-in-out;
}

.nav-down {
    transition: top 0.5s ease-in-out;
}

/*////////////////carousel-section/////////////////////*/

#main-carousel {
    margin-top: 0px;
    position: relative;
}

    #main-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
        background-color: rgba(0,0,0,0.5);
    }

        #main-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1140px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            #main-carousel .carousel-caption .container .caption-box {
                display: table-cell;
                text-align: left;
            }

                #main-carousel .carousel-caption .container .caption-box.valign-top {
                    vertical-align: top;
                }

                #main-carousel .carousel-caption .container .caption-box.valign-bottom {
                    vertical-align: bottom;
                }

                #main-carousel .carousel-caption .container .caption-box.valign-middle {
                    vertical-align: middle;
                    padding-bottom: 10%;
                }

                #main-carousel .carousel-caption .container .caption-box caption-content {
                    display: block;
                }

    #main-carousel .carousel-control-next, #main-carousel .carousel-control-prev {
        background: none;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 48px;
        color: #6dbe6e;
        background-color: transparent;
        visibility: visible !important;
        opacity: 1;
        border: 1px solid #6dbe6e;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }

    #main-carousel .carousel-control-prev {
        left: 1%;
    }

    #main-carousel .carousel-control-next {
        right: 1%;
    }

        #main-carousel .carousel-control-next:hover, #main-carousel .carousel-control-prev:hover {
            opacity: 1;
            background: #6dbe6e;
            border-color: #6dbe6e;
            color: #fff;
        }

    #main-carousel .carousel-inner .carousel-item {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        height: 100vh;
    }

.carousel-inner {
    max-height: 700px;
}

#main-carousel .caption-content {
    text-align: center;
    position: relative;
    z-index: 999;
}

    #main-carousel .caption-content h3,
    #main-carousel .caption-content h2,
    #main-carousel .caption-content p {
        margin: 0;
    }

    #main-carousel .caption-content h3 {
        color: #fff;
        font-size: 3rem;
        line-height: 2em;
        font-weight: 600;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    #main-carousel .caption-content p {
        font-weight: 600;
        font-size: 2rem;
        color: #FFFFFF;
        margin-top: 20px;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    #main-carousel .caption-content .btn {
        background: #6dbe6e;
        /* display: inline-block; */
        /* vertical-align: middle; */
        color: #fff;
        font-size: 1.8rem;
        font-weight: 600;
        padding: 10px 17px;
        margin: 5px;
        margin-top: 27px;
        transition: all .4s ease;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        /*background: #6dbe6e;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 17px;
        margin-top: 27px;
        transition: all .4s ease;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;*/
    }

    #main-carousel .caption-content a.btn:hover {
        background: #55cd8d;
    color: #fff;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
/*////////////////carousel-section/////////////////////*/
/*////////////////banner-section/////////////////////*/

#banner {
    /*background: url('../Images/hero-area.jpg') no-repeat;*/
    /*background-image: linear-gradient(to right, #6dbe6e, #295f75);*/
    /*background-image: linear-gradient(to right, #1e1e1c, #df9258);*/
    color: #fff;
    /*padding-top: 75px;*/
    opacity: 0.98;
    /*min-height: 500px;*/
    text-align: right;
    /*background-size: cover;*/
    color: #fff;
    overflow: hidden;
    position: relative;
}

    #banner .overlay {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(54,59,77,.88);
    }

#banner2 {
    background-image: linear-gradient(to right, #6dbe6e, #295f75);
    color: #fff;
    min-height: 160px;
    opacity: 0.98;
}

/*.title {
    margin-bottom: 50px;
    font-weight: 600;
}*/

.banner-title {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}

#banner2 .banner-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
}

.banner-brand {
    width: 100%;
}

.banner-img {
    width: 100%;
}

/*/////////////////////about-section//////////////////////*/
#about-us {
    padding-top: 50px;
    /*padding-bottom: 25px;*/
}

    #about-us p {
        font-size: 1.7rem;
    }

    #about-us .card-deck {
        padding: 20px;
    }

    #about-us .card {
        box-shadow: 0 4px 8px 0 rgba(109, 190, 110, .5);
        transition: 0.3s;
        margin-bottom: 15px;
        /*width: 40%;*/
    }

        #about-us .card:hover {
            box-shadow: 0 8px 16px 0 rgba(109, 190, 110, .5);
        }

        #about-us .card .card-title {
            text-transform: uppercase;
        }

    #about-us .card-footer {
        padding: 10px;
        height: 100%;
        text-align: center;
        background-color: rgb(109, 190, 110);
    }

        #about-us .card-footer span {
            font-size: 1.5rem;
            color: #fff;
        }

    #about-us .img-container .about-img {
        width: 100%;
        opacity: .1;
    }

    #about-us .img-container {
        position: absolute;
        /* bottom: -77px; */
        /* top: 100px; */
        /* right: 1000px; */
        width: 240px;
        left: 65px;
        top: 830px;
    }

/*/////////////////////services-section//////////////////////*/

#services {
    background-color: #f5fff7;
    padding-top: 50px;
    padding-bottom: 25px;
}

    #services ul {
        list-style: square;
    }

        #services ul li {
            font-size: 1.7rem;
        }

        #services ul li {
            font-size: 1.7rem;
        }

    #services .img-container .about-img {
        width: 100%;
        opacity: .1;
    }

    #services .img-container {
        position: absolute;
        /* bottom: -77px; */
        /* top: 100px; */
        right: 65px;
        width: 240px;
        /* left: 0; */
        top: 1630px;
    }

/*/////////////////////copmpanyProjects-section//////////////////////*/
#copmpanyProjects, #copmpanyProjectsAll {
    padding-top: 50px;
    padding-bottom: 25px;
}

    #copmpanyProjects p, #copmpanyProjectsAll p {
        font-size: 1.7rem;
        margin-bottom: 30px;
    }

    #copmpanyProjects .title {
        padding: 30px 0 0 0;
    }

    #copmpanyProjectsAll .title {
        padding: 15px 0 0 0;
    }

    #copmpanyProjects h3, #copmpanyProjectsAll h3 {
        font-size: 1.9rem;
    }

    #copmpanyProjects img, #copmpanyProjectsAll img {
        width: 100%;
        height: 100%;
    }

    #copmpanyProjects .more_btn, #services .more_btn {
        background-color: #6dbe6e;
        color: #fff;
        border-radius: 4px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        font-size: 14px;
        padding: 7px 20px;
        cursor: pointer;
        font-weight: 400;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: inline-block;
    }

        #copmpanyProjects .more_btn:hover, #copmpanyProjectsAll .more_btn:hover {
            color: #fff;
            box-shadow: 0 6px 22px rgba(0,0,0,.1);
        }

    #copmpanyProjects .img-container {
        height: 250px;
        box-shadow: 0 5px 10px 0 rgba(109, 190, 110, .5);
    }

    #copmpanyProjectsAll .img-container {
        height: 170px;
        box-shadow: 0 5px 10px 0 rgba(109, 190, 110, .5);
    }

        #copmpanyProjects .img-container:hover, #copmpanyProjectsAll .img-container:hover {
            color: #fff;
            box-shadow: 0 5px 10px 0 rgba(0, 183, 2, 0.5);
            opacity: 0.8;
        }


/*/////////////////////////////////VideoGallery///////////////////////////////////*/
/*.VideosGallery img {
    height: 22rem;
    border: 1px solid #d2d2d2;
}*/

.v_image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.v_middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    /*display: none;*/
}

.v_image img {
    width: 100%;
}

.v_container {
    box-shadow: 0 5px 10px 0 rgba(109, 190, 110, .5);
}

    .v_container:hover .v_image {
        opacity: 0.8;
    }

    .v_container:hover .v_middle {
        opacity: 1;
        /*display: block;*/
    }

    .v_container .v_image {
        opacity: 1;
    }

    .v_container .v_middle {
        opacity: 0.8;
    }

    .v_container i {
        font-size: 24px;
        padding: 13px;
        padding-left: 20px;
    }

.v_text {
    background-color: #6dbe6e;
    color: white;
    font-size: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}


/*/////////// Contact Us ////////////*/


/*/////////// end Contact Us ///////////*/


























/*//////////////////////image-items-carousel/////////////////////*/
/*
.col-md-2{
  display: inline-block;
  margin-left:-4px;
}
.col-md-2 img{
  width:100%;
  height:auto;
}
body .carousel-indicators li{
  background-color:red;
}
body .carousel-indicators{
  bottom: 0;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:red;
}
*/

/*/////////////////////footer-section//////////////////////*/

#footer {
    background-image: linear-gradient(to right, #6dbe6e, #295f75);
    color: #fff;
    /*opacity: 0.98;*/
    /*min-height: 350px;*/
    padding-top: 30px;
}

.footer-img {
    width: 100%;
}

.footer-title {
}

#footer .footer-title span {
    font-size: 1.8rem;
    font-weight: 600;
}


#footer .footer-item, #footer .footer-item a {
    font-size: 1.5rem;
}

#footer a {
    color: #ffffff !important;
}

hr {
    background-color: #fff;
}

.copyright {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;
}

    .copyright a {
        font-size: 1.6rem;
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
    }
/* ////////////////////// Start Scroll-up /////////////////// */
#scroll-up {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    background-color: #70c071;
    text-align: center;
    padding-top: 12px;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9999;
    opacity: 0.4;
    display: none;
    cursor: pointer;
}

    #scroll-up:hover {
        opacity: 1;
    }

    #scroll-up .fa {
        font-size: 17px;
    }

.fa-chevron-up {
    border-top: 3px solid;
}
/* //////////////////////// End Scrollup //////////////////// */
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px) {
}
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (max-width:481px) {
}
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (max-width:641px) {
    html {
        font-size: 50%;
    }

    .navbar-nav li a {
        padding: 10px;
        border-radius: 5px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    /*.navbar-brand {
        font-size: 2rem;
    }*/
    .navbar .ml-auto, .mx-auto {
        padding-right: 0;
    }

    #about-us .img-container {
        display: none;
    }

    #services .img-container {
        display: none;
    }

    #copmpanyProjectsAll .img-container {
        height: 250px;
    }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (max-width:961px) {
    .navbar-brand {
        font-size: 2rem;
    }
    
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
    html {
        font-size: 55%;
    }

    .navbar-nav li {
        padding: 0;
        border-radius: 5px;
    }
}
/* hi-res laptops and desktops */
@media (min-width:1281px) {
    .navbar-nav li {
        padding: 5px 10px;
        border-radius: 5px;
    }
}
</pre></body></html>