
/* Table of Content
==================================================
	- Google fonts & font family -
	- General -
    - typography -
    - Preloader -
	- Header -
    - box intro section -
    - Portfoilo section -
    - Footer -
    - About page -
    - Services page -
    - contact page -
    - Portfolio single page -
    - Responsive media queries -
*/


/* Google fonts & font family
==================================================*/

/*@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Archivo:400,500,600,700);*/

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/*@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
/* General
==================================================*/

html,
body {
    height: 100%;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Droid Arabic Kufi', 'Droid Arabic Naskh', sans-serif, verdana;
    line-height: 1.9;
    color: #999;
    /*font-size: 16px;*/
    font-size: 1.0rem;
    font-weight: 300;
    direction: rtl;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.main-container-services {
    padding: 10px;
    width: 100%;
}
.main-container {
    /*padding: 10px;
    width: 100%;*/
}
.main-container-index {
    height: 200px;
}

.center-div {
    justify-content: center; display: flex;
    z-index: 10;
}

.center {
    text-align: center;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.uppercase {
    text-transform: uppercase;
    color: #003dfb;
}
.title {
    color: #003dfb;
    font-size: 20pt;
    font-weight: 400;
}
.sub-title {
    color: #003dfb;
    font-size: 16pt;
    font-weight: 400;
}
.h-60 {
    height: 60px
}

.h-30 {
    height: 30px
}
.h-20 {
    height: 20px
}
.h-10 {
    height: 10px
}
.h-5 {
    height: 5px
}

.h-whiteSpaceFooter {
    height: 90px;
    /*border-color: red;border-style: dotted;*/
}
.color {
    color: #28dbd6;
    font-size: 11px;
}


/* typography
==================================================*/

h1 {
    color: #393939;
    font-size: 60px;
    /*text-transform: uppercase;*/
}

/*h3 {
    color: #393939;
}*/

h5 {
    color: #ffbf00;
}


/* preloader
==================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should be a color other than white */
    z-index: 1000;
    /* makes sure it stays on top */
}

.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-color: #ffbf00;*/
    background-color: #003dfb;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* headr
==================================================*/

.box-header {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
}

.box-header {
    height: 76px;
    background: transparent;
    box-shadow: none;
    direction: rtl;
}

.box-header {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    direction: rtl;
}

/*.box-header.is-fixed {
    position: fixed;
    top: -76px;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.box-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.box-header.menu-is-open {
    background-color: rgba(255, 255, 255, 0.96);
}*/

.box-logo {
    padding-top: 12px;
    display: block;
    width: 345px;
    height: 61px;
    /*padding: 20px;*/
    background: url(../img/logo-standout.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    cursor: pointer;
}


.box-logo2 {
 padding-top: 12px;
 margin-left:30px;
    margin-right: 20px; 

    display: block;
    width: 150px;
    height: 61px;
    /* padding: 20px; */
    background: url(https://www.standoutc.com/img/logo-standout.svg);
    background-repeat: no-repeat;
    background-position-y: 12px;
   cursor: pointer;
}

.logo-subtitle-separator {
    border-left: 2px solid; border-color: #efefef; height: 35px; margin-left:25px; margin-top:25px;
}

.logo-subtitle {
    padding-top: 25px; margin-right: 10px; line-height: 1.2; color: #6A6A6A; font-size: 0.89rem;
}

.box-primary-nav-trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff;
    display: none;
}


.divRight {
    display:block;
    float: left;
}
.divRight:hover {
    display:block;
    float: left;
}

.divLeft {
    
    display:block;
    float: right;
	
}
.main-menu {
    font-size: 15px;
    color: #393939;
    text-decoration: none;
    font-weight:normal;
    margin-left:20px;
    overflow: auto;
    display: inline-block;
    position: absolute;
    overflow-y: hidden;
    left: 0;
    bottom: 16px;
    padding-left: 15px;
}
.main-menu a:hover {
    outline: none;
    text-decoration: none;
    color: #1ba6e2;
}
.main-menu a {
    outline: none;
    text-decoration: none;
    color: #393939;
}

.box-primary-nav-trigger .box-menu-text {
    color: #393939;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 70%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #393939;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #393939;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}

.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    background-color: #393939;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.box-primary-nav-trigger {
    width: 60px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    left: 10px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.96);*/
    background: rgba(0, 67, 200, 0.8);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}

.box-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
}

.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.box-primary-nav a:focus {
    outline: none;
}

.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #ddd;
}

.box-primary-nav .box-label {
    color: #ffbf00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}

.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em;
}

.box-social-footer {
    display: inline-block;
    padding: 17px 0.4em 0 0;
    /*padding: 0px 5px 0 0;*/
    line-height: 20px;height: 30px;
   
}

.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px
}

/*.box-social-footer a {
    width: 12px;
    height: 30px;
    padding: 0;
    font-size: 30px
}*/

.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box-primary-nav {
    padding: 150px 0 0;
}

.box-primary-nav li {
    font-size: 18px;
}


/* box-intro
==================================================*/

.box-intro {
    text-align: center;
    display: table;
    height: 100vh;
    width: 100%;
}

.box-intro .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.box-intro em {
    font-style: normal;
    text-transform: uppercase
}

b i:last-child {
    color: #ffbf00 !important;
}

.box-intro h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #999;
    line-height: 1.7
}


/* mouse effect */

.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #888;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #888;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/* text rotate */

.box-headline {
    font-size: 130px;
    line-height: 1.0;
}

.box-words-wrapper {
    display: inline-block;
    position: relative;
}

.box-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.box-words-wrapper b.is-visible {
    position: relative;
}

.no-js .box-words-wrapper b {
    opacity: 0;
}

.no-js .box-words-wrapper b.is-visible {
    opacity: 1;
}

.box-headline.rotate-2 .box-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box-headline.rotate-2 b {
    opacity: 0;
}

.box-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
    opacity: 1;
}

.box-headline.rotate-2 i.in {
    -webkit-animation: box-rotate-2-in 0.4s forwards;
    animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
    -webkit-animation: box-rotate-2-out 0.4s forwards;
    animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}


/* portfolio section
==================================================*/

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    padding: 0 10px;
    margin: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    margin-left: 0;
    /*background-color: #ffbf00;*/
    background-color: #003dfb;
    padding: 0px 20px;
    color: white;
    border-radius: 25px;
    text-decoration: none;
}

.portfolio_filter {
    padding-left: 0;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
    border-style:solid;border-color: White;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, .8);*/
    background-color: rgba(0, 67, 200, 0.8);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*.portfolio_item1 .portfolio_item_hover1 {
    background-color: #003dfb;
}
.portfolio_item2 .portfolio_item_hover2 {
    background-color: #0d72ef;
}
.portfolio_item3 .portfolio_item_hover3 {
    background-color: #1ba6e2;
}
.portfolio_item4 .portfolio_item_hover4 {
    background-color: #28dbd6;
}*/


.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*padding: 10px;*/
    width: 100%;
    font-weight:lighter;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style:normal;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    /*background-color: #003dfb;*/
    padding: 5px 20px;
    border-radius: 25px;
    color: #fff;
    margin-top: 10px;
    /*-webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;*/
    opacity: 0;
    /*letter-spacing: 2px;*/
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio .categories-grid .categories ul li a {
    padding: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-inner {
    padding-bottom: 0 !important;
    padding-top: 55px;
}

.home_item_text {
    width: 50%;
    /*background-color: rgba(0, 0, 0, .5);*/
     background-color: rgba(0, 67, 200, 0.8);
     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 20px 15px 30px;
    color: #fff;
    height: 400px;
    }

.home-top-display {
    z-index: 0;
    top: 170% !important;
}


.home2_item_text {
    width: 50%;
    /*background-color: rgba(0, 0, 0, .5);*/
     background-color: rgba(0, 67, 200, 0.8);
     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 20px 15px 30px;
    color: #fff;
    height: 600px;
    }

.work_item_text {
    width: 50%;
    /*background-color: rgba(0, 0, 0, .5);*/
     background-color: rgba(0, 67, 200, 0.8);
     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 20px 15px 30px;
    color: #fff;
    }

.work-title {
    color: #fff;
    font-size: 20pt;
    font-weight: 400;
}

.work-sub-title {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    padding-top: 5px;
}

.work_contact {
    font-weight: bold;
    color: #28dbd6;
}

.work_item_text a:hover {
    COLOR: white; TEXT-DECORATION: none; font-weight: none;
}
.work_header {
    font-weight: bold;
    color: #28dbd6;
}
.work_sign {
    font-size: 14px;
}
.work_quote {
    font-weight: bold;
    color: #28dbd6;
    font-size: 24px;
}


/* footer
==================================================*/

footer {
   padding: 25px 0;
   /*text-align: center;*/
   font-size: 13px;
   background: #f5f5f5;
   position:fixed;
   bottom:0;
   width:100%;
   height:60px;
   border-top: 1px solid white;
   direction: rtl;
   
}

/*.footer-social {
    padding: 2px 2px;
    text-align: center;
    font-size: 11px;
    background: #f5f5f5;
   position:fixed;
   bottom:0;
   width:100%;
   height:40px;
}*/
/*.footer-social-position {
    position: relative; float: left; height: 50px; top: -10px; z-index: 1;padding-left: 20px;
}
.footer-ariba-position {
    position: relative; float: left; top: 8px;
}*/

.footer-social-position {
    position: relative;float: left;text-align: left; width: 250px; height: 50px;top: -20px;
}
.footer-ariba-position {
    position: relative;float: left; top: 7px; left: 145px; width: 1px; height: 1px;
}

.copyright {
    color: #999;
    margin-bottom: 0;
    text-decoration: none;
    min-width: 100px;
    white-space: nowrap;
}

footer img {
    margin: 0 auto;
}


.membership {
    height: 75px;
    margin: 10px 0 10px 0;
}

/* backto top
==================================================*/

.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 60px;
    line-height: 30px;
    font-size: 16px;
    left: 10px;
    text-align: center;
    color: #fff;
    /*background: rgba(255, 191, 0, 0.8);*/
    background-color: rgba(27, 166, 226, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
    background-color: #003dfb;
    opacity: 1;
    color: #fff;
}


/* About page
==================================================*/

.values-item {
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 5px;
    padding-left: 50px;padding-right: 50px;
    display: block;
    height: 200px;

    border-left: 2px solid white; float: right !important;
}
.values-image {
    height: 150px; display: block; margin-right: auto; margin-left: auto;
    padding: 20px 0 10px 0px;
}
/*.values-image:hover {
    -ms-transform: scale(1.3); 
    -webkit-transform: scale(1.3);  
    transform: scale(1.3); 
}*/
.values-image:hover {
    opacity: 0.3;
}
.values-text {
    color: #28dbd6;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.values-char {
    font-size: 32px;
    font-weight: 600;
}

.top-bar {
    color: #333;
    padding: 150px 0 150px;
    background: url(../img/StandOutBG1.jpg);
    background: -webkit-linear-gradient( rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url(../img/StandOutBG1.jpg);
    background: linear-gradient( rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url(../img/StandOutBG1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}
.top-bar-about {
    height: 400px;
    padding: 150px 0 150px;
    background: url(../img/about.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.top-bar-contact {
    height: 400px;
    padding: 150px 0 150px;
    background: url(../img/ContactUs.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.top-bar-services {
    height: 400px;
    padding: 150px 0 150px;
    background: url(../img/services.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.top-bar-work {
    height: 400px;
    padding: 150px 0 150px;
    background: url(../img/WorkTitle.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.top-bar-home2 {
    height: 400px;
    padding: 200px 0 150px;
    background: url(../img/bg-home-2.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
    
    background-repeat: no-repeat;
    /*border: 1px solid brown;*/
}

.top-bar h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    line-height: 50px;
}

.top-bar p {
    font-size: 15px;
    font-weight: 500;
    color: #777;
}

.top-bar p a {
    color: #777;
}

.top-bar p a:hover,
.top-bar p a:focus {
    color: #555;
    text-decoration: none;
}

.top-bar-home {
    height: 85%;
    /*color: #fff;*/
    padding: 200px 0 150px;
    background: url(../img/bg-home-.png);
    /*background: -webkit-linear-gradient( rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url(../img/home.jpg);
    background: linear-gradient( rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url(../img/home.jpg);*/
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
    text-align: center;
    
    background-repeat: no-repeat;
    /*background-size: contain;*/
}
.top-bar-home h1 {
    font-size: 2.2em;
    font-weight:bold;
    color: white;
    font-family: 'Droid Arabic Kufi', 'Droid Arabic Naskh', sans-serif, verdana;
    line-height: 1.4;
    padding-top: 10px;
}
.top-bar-home p {
    font-weight: 400;
	font-family: 'Droid Arabic Kufi', 'Droid Arabic Naskh', sans-serif, verdana;
    font-size: 1em;
    color: white;
    width: 40%;
	line-height:1.9;
}


/*=================== Home icons ===============================*/
    #ex1 circle {
      fill:#1e41c4; fill-opacity:1; 
    }
    #ex1 circle:hover {
      fill:#4974fb; fill-opacity:1; 
    } 
	 #ex2 circle {
      fill:#0d72ef; fill-opacity:1; 
    }
    #ex2 circle:hover {
      fill:#4f96ef; fill-opacity:1; 
    }
	   #ex3 circle {
      fill:#1ba6e2; fill-opacity:1; 
    }
    #ex3 circle:hover {
      fill:#55b7e2; fill-opacity:1; 
    }
	   #ex4 circle {
      fill:#28dbd6; fill-opacity:1; 
    }
    #ex4 circle:hover {
      fill:#5cdbd7; fill-opacity:1; 
    }
/*====================== End Home Icons =======================*/
.top-bar-background {
    background-color: rgba(0, 67, 200, 0.8);

    width: 100%;
    height: absolute;
   padding-top:10px;
   padding-bottom:30px;
    filter: alpha(opacity=50);
    position: fixed;
  top: 37%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}


.middle-bar-background {
    background-color: rgba(0, 67, 200, 0);
    width: 100%;
    /*height: absolute;*/
   padding-top:60px;
   padding-bottom:40px;
    filter: alpha(opacity=50);
    /*position: fixed;*/
    position: absolute;
  top: 80%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}


/*.circle1 {
	width: 140px;
	height: 140px;
	background: #1e41c4;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	margin-right:40px;
		margin-left:40px;
}

.circle2 {
	width: 140px;
	height: 140px;
	background: #0d72ef;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
		margin-right:40px;
}
.circle3 {
	width: 140px;
	height: 140px;
	background: #1ba6e2;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
		margin-right:40px;
}
.circle4 {
	width: 140px;
	height: 140px;
	background: #28dbd6;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
		margin-right:40px;
}*/

.outer {
   height: 160px;
 /* align-items: center;
 display: flex;
 justify-content: center;
  max-width: 100%;overflow: auto;
 padding: 50px;*/
 margin:20px;
  resize:both;
    /*border-color: red;border-style: dotted;*/
}

svg {  
  height: 100%;
}

text {  
  fill: #fff;
  font-size: 1rem;
 font-weight: 400;
font-family: 'Droid Arabic Kufi', 'Droid Arabic Naskh';
}


.main-but {
	display: inline-block;
	padding: 2px 28px 2px 28px;
	text-decoration: none;
	background: #28dbd6;
	border: 1px solid #28dbd6;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;
}
.main-but:hover {
	background: #032694;
	border: 1px solid #032694;
	text-decoration: none;
    color: #ffffff;
	-webkit-transition: border-radius 2s;
	
}
.translate {
    color: #ffffff; text-align: center;
    text-decoration: none;
    font-family:  sans-serif, verdana;
    font-size: 14px;
}
.translate:hover {
    text-decoration: none;
}

.social-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 0;padding: 0;
}

.social-ul li {
    margin: 0 10px;
    float: left;
}

.social-ul li a {
    font-size: 30px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-ul li a:hover {
    color: #888;
}

.ion-android-arrow-up li {
    margin: 0 5px;
    float: left;
}

.social-ul-footer {
    padding: 0; margin: 0;
}
.social-ul-footer li a {
    font-size: 30px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.social-ul-footer-mail {
    font-size: 30px;
}
.social-ul-footer li a:hover {
    color: #888;
}
/*.social-footer {
    top: -15px; float: left; 
}*/
/* Services page
==================================================*/

.size-50 {
    font-size: 50px;
}

.service-box {
    margin-bottom: 30px;
}

.service-box h3 {
    margin-top: 0;
}


/* contact page
==================================================*/

.details-text i {
    margin-right: 10px;
}

.textarea-contact {
    height: 200px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
}

.textarea-contact textarea {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 20px;
    background-color: transparent;
    float: left;
    z-index: 2;
    font-size: 14px;
    color: #9a9a9a;
    resize: none;
}

.textarea-contact > span {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    text-transform: uppercase;
    color: #cdcdcd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.input-contact {
    height: 40px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 30px;
}

.input-contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 20px;
    float: left;
    position: relative;
    background-color: transparent;
    z-index: 2;
    font-size: 14px;
    color: #9a9a9a;
}

.input-contact > span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    text-transform: uppercase;
    color: #cdcdcd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.input-contact > span.active,
.textarea-contact > span.active {
    color: #003dfb;
    font-size: 10px;
    top: 0px;
    left: 5px;
    background-color: #fff;
    padding: 5px
}

input:focus,
textarea:focus {
    outline: none;
}

.contact-info {
    margin-top: 20px;
}

.contact-info i {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #003dfb;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
    color: #fff;
    font-size: 21px;
}

.contact-info p {
    display: inline-block;
    margin-right: 20px;
}

.btn-box {
    background: #003dfb;
    padding: 10px 50px;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.btn-box:hover,
.btn-box:focus {
    background: #003dfb;
    color: #fff;
}


/* single project page
==================================================*/

.cat-ul {
    padding-left: 0;
    list-style: none
}

.cat-ul li i {
    margin-right: 10px;
    color: #003dfb;
}

.spacer-home-footer {
    height: 30px;
    /*border: 1px solid red;*/
}
.spacer-home-middle {
    height: 30px;
    /*display: block;*/
    /*border: 1px solid greenyellow;*/
}

.spacer-home-top {
    height: 5px;
    /*border: 1px solid greenyellow;*/
}


@media (min-width: 1500px) {
        .spacer-home-middle {
        height: 120px;
        /*display: block;*/
        /*border: 1px solid blue;*/
    }
}

@media (min-width: 2000px) {
        .spacer-home-middle {
        height: 180px;
        /*display: block;*/
        /*border: 1px solid red;*/
    }
}


/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
   .top-bar-background {
	    margin-top: 30px;
        padding-top: 30px;
        position: absolute; 
   }
    .top-bar-home p {
        width: 80%;
    }

    .home-top-display {
    z-index: 0;
    top: 140% !important;
}

    .cd-top {
        bottom: 20px;
    }
    .portfolio .categories-grid span {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }
    .portfolio .categories-grid .categories ul li {
        text-align: center;
    }
    .portfolio .categories-grid .categories ul li a {
        margin-left: 0;
    }
    .col-md-6 h3 {
        margin-top: 30px;
    }

    footer {
        position:relative;
        width: 102%;
        height: 120px;
    }

    .social-footer {
        top: 0px;
        width: 1px;
        float: right !important;
    }

    .footer-social-position {
        float: right !important;
        text-align: right;
        top: -15px;
        /*border-color: red;border-style: dotted;*/
    }

    .footer-copyright {
        text-align: center; 
        float: right !important;
    }

    .footer-links {
        float: right !important;
    }

   	.box-header {
    position: fixed;
    }

    /*.footer-social-position {
    position: relative; left: 5px; width: 250px; height: 50px;top: -10px;border-style: dotted;border-color: red;
    }*/

    .values-item {
    /*background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 5px;
    padding-left: 50px;padding-right: 50px;
    display: block;
    height: 200px;*/

    border-left: 0; 
}
    .main-container-index {
        height: 200px;
    }

}

@media only screen and (max-width: 670px) {
    .box-headline {
        font-size: 100px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    .box-primary-nav a {
        padding: 5px 1em;
        font-size: 14px;
    }
    .box-primary-nav {
        padding: 80px 0 0;
    }
    .box-primary-nav .box-social a {
        font-size: 23px;
    }
    /*.box-social-footer a {
        font-size: 12px;
    }*/
    .top-bar h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .portfolio .categories-grid .categories ul li {
        float: none;
    }

    .main-menu {
    display: none;
    }
    .box-primary-nav-trigger {
        display: block;
    }

    .box-logo {
    padding-top: 12px;
    display: block;
    width: 215px;
    height: 61px;
    /*padding: 20px;*/
    background: url(../img/logo-standout-mini.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    cursor: pointer;
    }
    .main-container {
        padding: 20px 0;
    }
    .main-container-index {
        height: 200px;
    }
    /*footer {
       height: 150px;
    }
    .social-footer {
        top: 50px;width: 1px;
    }*/

    .cd-top {
        bottom: 10px;
    }

    .h-60 {
    height: 20px
    }
    .h-30 {
        height: 10px
    }
    .spacer-home {
        height: 330px;
    }

    .middle-bar-background {
        padding: 0;
        margin: 0;
        top: 70%;
    }

    .work_item_text {
        width: 100%;
    }
    .home-top-display {
    z-index: 0;
    top: 150% !important;
    /*border: 1px solid red;*/
}

}

@media only screen and (max-width: 520px) {
    .box-headline {
        font-size: 80px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    .main-container {
        padding: 20px 0;
    }
    .main-container-index {
        height: 50px;
    }
    footer {
        height: 130px;
    }
    /*.footer-social-position {
        top: -10px;
    }*/
    .spacer-home {
        height: 830px;
    }
    .home-top-display {
    z-index: 0;
    top: 65% !important;
    /*border: 1px solid green;*/
    }

    .spacer-home-middle {
        height: 350px;
    }
}

@media only screen and (max-width: 420px) {
    .box-headline {
        font-size: 50px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
    .top-bar h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .hi-icon-wrap {
        text-align: center;
        margin: 100px;
        padding: 10em 0 3em;
    }

    .logo-subtitle {
        display: none;
    }
    .logo-subtitle-separator {
        display: none;
    }
}

.HRContact {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    color: #FFF;
}

/*========================================= Services Accordeon ==================================== */
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
.panel-body {
    /*color: #000;*/
    width: 70%;
    /*border-color: red;*/
    border-style: dotted;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#accordion .panel-heading {
    color: white;
    background-color: #003dfb;
}
/*#accordion .panel-heading1 {
    background-color: #003dfb;
    color: white;
}
#accordion .panel-heading2 {
    background-color: #0d72ef;
    color: white;
}
#accordion .panel-heading3 {
    background-color: #1ba6e2;
    color: white;
}
#accordion .panel-heading4 {
    background-color: #28dbd6;
    color: white;
}*/

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #1ba6e2;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #1ba6e2;
  transition: all 0.2s ease-in;
}
#accordion .serviceIcon {
    padding-bottom: 10px;
}
/* Add Indicator fontawesome icon to the left */
/*#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}*/


.form-group {
    font-weight: lighter;
    font-size: 12px;
}

.img-responsive-service {
    
    padding-left: 70px;
}

/*================================================== MODAL TermsOfUse =====================================*/
.terms-of-use {
    font-size: 12px;
    direction: rtl;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */

    background-color: rgba(0, 67, 200, 0.8); 
    transition: 0.5s;
    z-index: 11;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    height: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 80%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #888;
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
    padding-right: 2px;
}
.closeTerms {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 2px;
    cursor: pointer;
}
.closePrivacy {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 2px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/*======================================= MAP ===================================*/
#map {
    width: 100%; height: 400px; margin-top: 10px; margin-bottom: 10px;
}

