<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:active {
    outline: none;
}

a:focus, *:focus {
    outline: none;
}

body {
    /*font-family: 'My_Arabic', sans-serif;*/
    direction: rtl;
    color: #333;
    line-height: 1.2em;
    font-size: 17px;
    line-height: 20px;
}

a {
    color: #181A1C;
    text-decoration: none;
}

    a:hover {
        color: #FECE1A;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    margin: 10px;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #333;
}

.span12.services p, .centered.about p {
    padding: 0px;
}

.span12.services {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.navbar {
    /* background: #181A1C; */
    margin-bottom: 0;
    min-height: 70px;
}

.navbar-fixed-top {
    min-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-inner {
    /* background: #181A1C; */
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
}

.ree00 {
    padding: 8px 20px;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
    background: #f7f7f7;
}

.port_con {
    text-align: center;
    font-size: 16px;
    color: #feef0e;
    line-height: 22px;
    text-shadow: 1px 1px #000;
}

.navbar .brand img {
    width: 214px;
    height: 40px;
}

.navbar .nav &gt; li &gt; a {
    /* text-transform: uppercase; */
    /* vertical-align: middle; */
    margin: 10px 1px;
    /* box-shadow: none; */
    font-size: 3vmin;
    /* text-shadow: none; */
    color: #333;
    /* transition: border-color 1s ease;*/
}

.navbar .nav &gt; li:hover &gt; a, .navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
    color: #00bcfa;
    transition: border-color 1s ease;
}

.nav-pills {
    margin-bottom: 30px;
}

    .nav-pills &gt; li &gt; a {
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 5px;
        padding-left: 25px;
        padding-right: 25px;
        border: 1px solid #fff;
        background: #fff;
    }

        .nav-pills &gt; li &gt; a:hover, .nav-pills &gt; .active &gt; a, .nav-pills &gt; .active &gt; a:hover, .nav-pills &gt; .active &gt; a:focus {
            background: #fdef0e;
            color: #333;
        }

.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #FECE1A;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #F4F8F9;
    padding: 20px 30px;
}

    .highlighted-box h1 {
        margin: 0px;
    }

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}

.square-border {
    display: inline-block;
    border-radius: 500px;
    border: 3px solid #fff;
    width: 100%;
    height: auto;
}

.circle-border {
    display: inline-block;
    border-radius: 500px;
    border: 3px solid #fff;
    height: auto;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.error {
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    position: relative;
}
/*
2.1 Animations
**********/
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

    .zoom-in:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
    }
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
    display: inline-block;
    background: #feef0e;
    color: #181A1C;
    background-color: transparent;
    padding: 12px 25px;
    font-size: 17px;
}

    .button:hover, .button:active {
        background-color: #d5c803;
        color: #666;
    }

.button-sp, .button-sp:visited, .button-sp:focus {
    border: none;
    background-color: #FECE1A;
    color: #181A1C;
}

    .button-sp:hover, .button-sp:active {
        background-color: #181A1C;
        color: #FECE1A;
    }

.button-ps, .button-ps:visited, .button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #FECE1A;
}

    .button-ps:hover, .button-ps:active {
        background-color: #FECE1A;
        color: #181A1C;
    }
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: url(/images/tra.png) repeat;
}

    .thumbnail .more {
        display: block;
        z-index: 4;
        position: absolute;
        top: -100px;
        margin: 0 auto;
        height: 80px;
        font-size: 40px;
        color: #fff;
        text-decoration: none;
        line-height: 70px;
        text-align: center;
    }

    .thumbnail:hover .more {
        top: 45%;
        margin-top: -40px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .thumbnail h3,
    .thumbnail p {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 4;
    }

    .thumbnail h3 {
        color: #fff;
        margin-top: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .thumbnail &gt; p {
        padding-bottom: 20px;
    }

    .thumbnail .mask {
        opacity: 0.85;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #181A1C;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .thumbnail:hover .mask {
        top: 0;
    }
/*
2.4 Socail icons
************/
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px auto;
}

    .social li {
        display: inline-block;
        line-height: 32px;
        font-family: 'Porta';
        font-size: 32px;
        padding: 0 5px;
    }

        .social li a {
            margin: 0;
            padding: 0;
            width: 32px;
            height: 32px;
            color: #FECE1A;
        }

            .social li a:hover {
                color: #181A1C;
            }
/*
3. Sections 
***************************************************************************/
.section {
    padding-bottom: 50px;
}

    .section .container {
        padding-top: 50px;
    }

    .section .title {
        text-align: center;
        /*    padding:10px;
    margin-bottom: 30px;*/
    }

        .section .title h1 {
            font-weight: normal;
            margin-bottom: 20px;
            padding: 0;
        }

        .section .title &gt; p {
            font-size: 13px;
            color: #333;
        }

.primary-section {
    background: #f3f3f3;
}

    .primary-section .triangle {
        border-top: 40px solid #FECE1A;
    }

    .primary-section .title {
        border-bottom: 1px solid #ddd;
    }
    /*.primary-section, .primary-section .title p, .primary-section h3 {
    color: #333;
}*/
    .primary-section h1 {
        color: #333;
    }

.secondary-section {
    background: #0490f2;
    background: url(/images/aa.jpg) repeat;
}

    .secondary-section .title {
        /* border-bottom: 1px solid #181A1C;*/
    }

        .secondary-section h1, .secondary-section .title p {
            color: #181A1C;
        }

    .secondary-section .offer h1, .secondary-section .offer p {
        color: #3a3838;
    }
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(/images/brand-bg.png) no-repeat center;
}

    .third-section .container {
        padding-top: 20px;
        position: relative;
    }

    .third-section .title {
        color: #FECE1A;
    }

.sub-section {
    margin-top: 30px;
}

    .sub-section .title {
        padding: 0;
    }
/*******
3.1 Services  
***************************************/
.service {
    margin-top: 20px;
}

    .service, .service h2 {
        padding-top: 15px;
    }

        .service p {
            padding: 0px 15px;
            height: auto;
        }

        .service img {
            width: 150px;
            height: 150px;
        }
/*
3.2 Portfolio
***************************************/
.single-project {
    margin-bottom: 30px;
    background: url(/images/tra.png) repeat;
}

    .single-project img {
        width: 100%;
    }

.project-description {
    padding-right: 20px;
}

    .project-description p {
        padding-left: 0;
    }

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .project-title h3 {
        float: left;
        margin-top: 0;
        padding: 0;
        width: 80%;
    }

    .project-title .close {
        color: #FECE1A;
        margin-top: 10px;
    }

    .project-info span, .project-title h3 {
        color: #20d0f9;
    }

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

    .project-info span {
        width: 80px;
        display: inline-block;
    }

    .project-info div {
        margin-bottom: 5px;
        color: #dcdcdc;
        font-size: 13px;
        font-weight: bold;
    }

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

    .team .thumbnail:hover .social {
        z-index: 5;
    }

        .team .thumbnail:hover .social a {
            color: #fff;
        }

    .team .thumbnail .mask {
        background: #FECE1A;
    }

        .team .thumbnail .mask h2 {
            margin-top: 20%;
        }

        .team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
            color: #181A17;
        }

.about-text {
    margin-top: 30px;
}

    .about-text p {
        padding: 0;
        font-size: 16px;
    }
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
    list-style-type: none;
    position: relative;
    margin: 0px;
}

    .skills li {
        margin-bottom: 30px;
        background: #FFF;
        height: 40px;
        padding: 1px;
    }

        .skills li h3 {
            position: relative;
            font-size: 15px;
            padding: 0;
            margin: 0;
            left: 10px;
            z-index: 1;
            color: #181A1C;
        }

        .skills li .bar {
            height: 40px;
            position: absolute;
            background-color: #FECE1A;
        }
/*
3.4 Clients
**********************************************************************/
.client-slider img {
    border: 1px solid white;
}

    .client-slider img:hover {
        background-color: #FECE1A;
    }

.client-nav {
    list-style: outside none none;
    margin-left: 0;
    margin-top: 10px;
}

    .client-nav li {
        float: left;
        display: block;
        margin-left: 10px;
    }

        .client-nav li a {
            display: inherit;
            padding: 5px;
            background: #ddd;
            border-radius: 3px;
            width: 20px;
            height: 20px;
        }

            .client-nav li a:hover {
                background: #181A1C;
            }

.testimonial p {
    color: #181A1C;
    background: #FECE1A;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

    .testimonial .whopic img {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        float: left;
    }

    .testimonial .whopic strong {
        float: left;
        margin-top: 10px;
        padding-left: 10px;
    }

    .testimonial .whopic small {
        display: block;
        font-size: 12px;
    }

.testimonial-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}
/*
3.5 Price table
******************************************************************/
.price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}

.price-column {
    background-color: white;
    text-align: center;
}

.static {
    border-top: 43px solid #f29b10;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 90%;
    margin-left: -5px;
    margin-top: 10px;
}

.cms {
    border-top: 43px solid #dc4c4c;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 90%;
    margin-left: -5px;
    margin-top: 10px;
}

.e-commerce {
    border-top: 43px solid #16c3c7;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 90%;
    margin-left: -5px;
    margin-top: 10px;
}

.mobile {
    border-top: 43px solid #fd195f;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 90%;
    margin-left: -5px;
    margin-top: 10px;
}

.seo {
    border-top: 43px solid #1a9dc8;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 90%;
    margin-left: -5px;
    margin-top: 10px;
}

.marketing {
    border-top: 43px solid #969c00;
    border-right: 18px solid transparent;
    border-left: 0 solid transparent;
    width: 92%;
    margin-left: -5px;
    margin-top: 10px;
}

.price-head {
    position: absolute;
    width: 100%;
    top: 6px;
}

.price-column img {
    float: left;
    margin-right: 6px;
    margin-left: 6px;
}

.price-column h3 {
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.price-column .list {
    list-style: none;
    margin: 20px 20px 0;
}

.static-column .list li {
    border-bottom: 1px solid #f29b10;
}

    .static-column .list li:last-child {
        border-bottom: 0 solid #f29b10;
    }

.cms-column .list li {
    border-bottom: 1px solid #dc4c4c;
}

    .cms-column .list li:last-child {
        border-bottom: 0 solid #f29b10;
    }

.e-commerce-column .list li {
    border-bottom: 1px solid #16c3c7;
}

    .e-commerce-column .list li:last-child {
        border-bottom: 0 solid #f29b10;
    }

.mobile-column .list li {
    border-bottom: 1px solid #fd195f;
}

    .mobile-column .list li:last-child {
        border-bottom: 0 solid #fd195f;
    }

.seo-column .list li {
    border-bottom: 1px solid #1a9dc8;
}

    .seo-column .list li:last-child {
        border-bottom: 0 solid #fd195f;
    }

.marketing-column .list li {
    border-bottom: 1px solid #969c00;
}

    .marketing-column .list li:last-child {
        border-bottom: 0 solid #fd195f;
    }

.price-section {
    padding: 20px;
}

.price-column .list li {
    font-weight: normal;
    color: #333;
    font-size: 16px;
    padding: 15px 0px;
    font-weight: bold;
}

.static-column .price-section {
    background: #f29b10 url(../../images/white-mask.png) no-repeat;
}

.cms-column .price-section {
    background: #dc4c4c url(../../images/white-mask.png) no-repeat;
}

.e-commerce-column .price-section {
    background: #16c3c7 url(../../images/white-mask.png) no-repeat;
}

.mobile-column .price-section {
    background: #fd195f url(../../images/white-mask.png) no-repeat;
}

.seo-column .price-section {
    background: #1a9dc8 url(../../images/white-mask.png) no-repeat;
}

.marketing-column .price-section {
    background: #969c00 url(../../images/white-mask.png) no-repeat;
}

.price {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 55px 0 0 0;
    padding: 30px 0;
    min-height: 60px;
}

    .price span {
        font-size: 24px;
        line-height: 20px;
        margin: 0 5px;
    }

.price-column .list li.price {
    text-align: center;
    font-size: 28px;
    background-color: #fff;
    color: #747C89;
    margin-top: 0;
    line-height: 28px;
}

.price-text {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #181A1C;
    font-weight: normal;
}
/*
3.7 Contact
********************************************************************/
.contact {
    background: #FECE1A;
}

    .contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title &gt; p, .contact .social &gt; li &gt; a {
        color: #181A1C;
    }

    .contact textarea, .contact input[type="text"], .contact input[type="email"] {
        padding: 7px;
        line-height: 20px;
        height: auto;
    }

    .contact textarea {
        height: 120px;
    }

    .contacts, .contact .social {
        color: #fff;
        list-style: none;
        margin-left: 10px;
    }

        .contacts &gt; li {
            margin-top: 15px;
        }

            .contacts &gt; li &gt; a {
                color: #fff;
            }

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .contact-info p {
        font-weight: bold;
        font-size: 16px;
    }

    .contact-info .icon {
        margin: 10px auto;
        font-size: 30px;
    }

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

    .contact .social li {
        line-height: 32px;
        padding: 10px 10px;
        font-family: 'Porta';
        font-size: 50px;
        transition: margin 0.4s;
        -webkit-transition: margin 0.4s;
    }

        .contact .social li a {
            color: #fff;
        }

            .contact .social li a:hover {
                color: #181A1C;
            }

.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
}

    .contact-form h3 {
        color: #838589;
        padding-bottom: 20px;
    }

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

    .message-btn:hover {
        background-color: #FECE1A;
    }

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #181A1C;
}

.black {
    color: #181A1C;
}

/*
3.8 Footer
********************************************************************/
.footer {
    background: #181A1C;
    text-align: center;
}

    .footer &gt; p {
        color: #f3f3f3;
        margin: 0;
        font-size: 16px;
    }

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    display: none;
    background: #FECE1A;
}

    .scrollup &gt; a {
        position: relative;
        top: 7px;
        color: #fff;
    }

.span3 .running_01, .span4 .running_01 {
    text-align: center;
    margin-bottom: 10px;
}


.head_01 {
    font-weight: bold;
    margin: 0 0 0 0 !important;
    padding: 0;
    color: #333;
}

.head_08 {
    font-weight: bold;
    margin: 0 0 0 0 !important;
    padding: 0;
    color: #333;
    font-size: 22px;
}

.running_01 {
    color: #007ad7;
    font-size: 36px;
    text-transform: uppercase;
    text-align: right;
}

.span3 .running_01 {
    line-height: 24px;
}

.nor {
    font-size: 18px !important;
    font-weight: normal !important;
}

.nor2 {
    font-size: 18px !important;
    font-weight: normal !important;
    color: #dcdcdc;
}


.service h3 {
    font-size: 30px !important;
    font-weight: normal !important;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.service p {
    margin: 0;
    padding: 0;
    font-size: 18px !important;
    font-weight: normal !important;
}


.ins {
    background: url(/images/ins2.png) no-repeat center 4px;
    margin: 0;
    padding: 0;
}

    .ins a:hover {
        background: url(/images/ins.png)no-repeat center top;
    }



/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
    .thumbnail .more {
        width: auto;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }

    .price-column {
        padding-bottom: 0;
        margin: 10px;
        /* width: 272px; */
        position: relative;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .text-align-center {
        margin: 0 auto;
        width: 740px;
    }


    .price span {
        font-size: 25px;
    }

    .price {
        padding: 50px 0 10px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .text-align-center {
        margin: 0 auto;
        width: 370px;
    }

    .price-column {
        padding-bottom: 0;
        margin: 15px;
        width: 340px;
        border-top: 1px solid #fff;
    }
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .nav &gt; li &gt; a {
        line-height: 20px;
        vertical-align: middle;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            .nav-collapse .nav &gt; li {
                float: none;
            }

        .nav-collapse, .nav-collapse.collapse {
            width: 100%;
            display: inherit;
        }

    .thumbnail .more {
        margin-left: -21px;
        width: auto;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }

    .thumbnail:hover .more {
        margin-top: -20px;
    }

    .newsletter form {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .info-mail {
        width: 90%;
        padding: 15px 0px;
    }

    .project-description {
        padding-left: 20px;
    }

    .price-column, .testimonial {
        margin-top: 30px;
    }
}
</pre></body></html>