
body {
    font-family: 'Noto Sans Arabic', sans-serif;
    direction: rtl;
    
}
@font-face {
  font-family: "Hero";
  src: url("HeroLight-Bold.ttf") format("Opentype");
}
@font-face {
  font-family: "HeroLight";
  src: url("HeroLight-Regular.ttf") format("Opentype");
}
p{
    color: #333!important;
    text-align: justify;
    font-family: 'Noto Sans Arabic', sans-serif;
}
#portfolioSlider p{
    color: #333!important;
    font-family: 'Noto Sans Arabic', sans-serif;
}

h1 {
    margin: 0.67em 0;
    font-size: 2.5em;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: center!important;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
    text-align: right;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
    text-align: right;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
    text-align: right;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
    text-align: right;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
    text-align: right;
}


p {
    font-size: 16px;
    line-height: 22px;
}
.wp1, .wp4 {
    float: right;
}

.logo{
    position: absolute;
}
.logo-footer{
    position: relative;
    width: 107px;
}
.logo-footer img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  filter: brightness(10000%);
   filter: contrast(-100%);} 


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.contact-box{
    background: #fff;
    box-shadow: 0 0 8px #f2f2f2!important;
    overflow: hidden;
    margin: 20px;
}
.contact-box h3{
    color: #4673b5!important;
    font-size: 22px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%; 
}
.contact-box p{
    color: #444!important;
    font-size: 14px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%; 
}
.news h3 {
    color: #4673b5!important;
    font-size: 22px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%; 
}
.date{
    color: #4673b5!important;
    font-size: 15px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%;
}
.place{
    color: #ccc!important;
    font-size: 15px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%;
}
.products button{
    font-size: 12px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 50%;
}
.products h2{
    color: #4673b5!important;
    font-size: 26px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%;
    padding-left: 15px;
}
.products h3{
    color: #777!important;
    font-size: 22px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: left;
    width: 100%;
}
.products p{
    font-size: 14px!important;
    
}
.products span{
    width: 100%;
}

.sectors h1{
    color: #10253c!important;
   margin: 0.67em 0;
    font-size: 18px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    text-align: center;
    width: 100%; 
    height: 40px;
}
.clients-box{
    background: #fff;
    padding: 0px;
    height: 70px;
    margin: 10px;
    width: 100%;
}
.feature-box{
    padding: 0px;
    height: 80px;
    margin: 10px;
    width: 100%;
}
.feature-box-icon{
    width:20% ;
    padding:13px 14px;
    height: 100%;
    float: right;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.feature-box-text{
    width:80% ;
    padding: 0 20px;
    height: 100%;
    float: right;
    text-align: right!important;
    display: table;
     
}
.feature-box-text p{
    text-align: right!important;
    font-size: 15px;
    vertical-align: middle;
     display: table-cell;
     color: #fff!important;
     
}
.gray{
            min-height: 213px!important;
            padding: 10px 10px;
        }
        .gray h2{
            font-size: 14px!important;
            text-align: right;
        }
        .services .col-md-3{
            margin-bottom: 20px!important;
        }
.gray .button-login{
  background-color: #10253c;  
}
.gray h1{
  font-size: 18px;
  text-align: right;
}
.solutions h2{
    font-size: 32px;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #4673b5!important;
    text-align: right;
    padding-right: 10px;
}
.button-login {
  border-radius: 30px;
  background-color: #4673b5;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 120px;
  transition: all 0.5s;
  cursor: pointer;
  margin:12px  0px 0 0;
  left: 0;
  font-family: 'Noto Sans Arabic', sans-serif;
 
    position: absolute;
}

.button-login span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-login span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-login:hover span {
  padding-right: 25px;
}

.button-login:hover span:after {
  opacity: 1;
  right: 0;
}

.features-list ul li{
    background: url('../../img/liArrow-ar.png') no-repeat right center;
    list-style-type: none;
    padding-right: 20px;
    margin: 7px 0;
    text-align: right;
    font-size: 16px;
}
.white-box img{
    width: 100%;
}
.white-box {
    float: left;
    position: relative;
    width: 281px;
    margin: 20px 0;
    padding:0px;
    overflow: hidden;
}
.viewbutton {
    float: left;
    position: relative;
    width: 65px;
    margin: 20px 0;
    padding:0px;
    overflow: hidden;
}
.viewbutton img{
    margin-top: 15px;
    width: 100%;
}
.white-box2 {
    float: left;
    position: relative;
        width: 100%;
    margin: 20px 0;
    padding:0px;
    overflow: hidden;
}
.white-box2 img{
    width: 100%;
}
.linkIcons{
    
    background: #10253c;
    padding: 30px 0 60px 0;
}
.linkIcons h1{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bolder;
    line-height: 50px;
}
.team h1{
    color: #10253c;
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bolder;
} 
/*******banner*****/
.carousel-caption {
  top: 14%!important;
  width: 100%;
  left: 0;
  right: 0;
}
.carousel-caption p {
  font-size: 19px;
  text-transform: uppercase;
  color: #4673b5;
  text-shadow: none;
  text-align: center;  
  width: auto;
  margin: 0 auto;
}
.carousel-caption h1 {
    font-size: 58px;
    text-align: center;
    color: #fff;
    padding: 90px 0 5px 0;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Noto Sans Arabic', sans-serif;
}
.carousel-caption span.clr {
    padding: 0 20px;
  color: #fff ;
  background:#4673b5 ;
}
.carousel-caption1 span.clr {
    padding: 0 20px;
  color: #fff ;
  background:#4673b5 ;
}
.navbar-default {
  background: #fff;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
  visibility: visible;
}
.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-2s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.delay-3s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.delay-4s {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.delay-5s {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
span.clr {
  color: #a5d521;
}
/*******features*****/
 

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/features-intro-01.jpg') no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-slider {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #3F6184;
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h1 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.features-slider li p {
    color: #fff;
    font-size: 14px;
}
.features-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}
.features-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
    padding: 130px 0
}
.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #464646;
    font-size: 16px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bold;
}
.features-list h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #464646;
    font-size: 12px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bold;
}
.features-list p {
    margin-bottom: 20px;
    color: #778899;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.number {
    display: inline-block;    
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
    line-height: 90px;
    font-family: ARLRDBD!important;
    text-align: center;
    color: #ff8702!important;
    font-size: 60px;
    
}
.number:hover {
    display: inline-block;    
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
    line-height: 90px;
    font-family: ARLRDBD!important;
    text-align: center;
    color: #000!important;
    font-size: 60px;
    
}
.number2 {
    display: inline-block;    
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 25px;  
}

.number3 {
    display: inline-block;    
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 25px;  
}
.number3 h1 {
    margin: 0px 0px 10px;
    padding: 0px;
    color: #464646;
    font-size: 12px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bold;  
}
.number3:hover {
    background: #000; 
}
.number3 img:hover {
    opacity: .5;
}
.goTo {  
    width: 158px;
    height: 35px;
    margin: 25px auto;
    padding: 5px 0 0 0;  
    overflow: hidden;
    border: 1px solid #f26631;
    color: #464646;
    font-size: 14px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
}
.goTo:hover {  
    width: 158px;
    height: 35px;
    margin: 25px auto;
    padding: 5px 0 0 0;  
    overflow: hidden;
    border: 2px solid #000;
    color: #000;
    text-decoration: none!important;
    list-style: none;
    font-size: 14px!important;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.footerNav{
    width: 80%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden;
}
.footerNav ul{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.footerNav ul li{
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: outside none none;
}
.footerNav ul li a{
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    color: #fff;
    display: inline-block;
    padding: 5px 5px;
    margin: 0;
    list-style: outside none none;
}
.footerNav ul li a:hover{
    color: #000;
}
.dnd{
    width: 100%;
    height: auto;
    padding: 2% 0;
    background: #f2f2f2;
    margin: 0;
    overflow: hidden;
}
/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}
blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}
blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../../img/tea.jpg') no-repeat center center fixed;
    background-size: cover;
}



.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -47px;
    left: 0;
    min-height: 676px;
    width: 100%;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 189px;
    left: 56px;
    width: 541px;
    height: auto;
    padding: 25px;
    background: none repeat scroll 0% 0% #f8f8f8;
}
.device-content img {
    width: 100%;

}
.showcase-wrap {
    position: relative;
    padding: 80px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 40px auto 0 auto;
    padding: 0px;
    list-style: none outside none;
    width: 85%;
}
.showcase-slider .flickity-page-dots {
    bottom: -25px;
}
/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
    padding: 170px 0 100px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 97, 132, 0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #73d0da
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    padding: 100px 0;
  
}
.download h1 {
    margin: 0 0 15px 0;
        padding: 0;
    color: #464646;
    font-size: 16px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bold;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 100px 0
}
footer p {
    color: #c7cacc;
    font-size: 12px;
}
footer ul {
    margin-top: 30px
}
footer li {
    float: left;
    margin-right: 15%;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer li a {
    color: #3f6184
}
footer li:last-child {
    margin-right: 0
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 113, 0.95);
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #345271;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #73d0da;
    color: #73d0da;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-2s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-3s {
    -webkit-animation-delay:2s;
    animation-delay: 2s;
}
.delay-4s {
    -webkit-animation-delay:2.5s;
    animation-delay: 2.5s;
}
.delay-5s {
    -webkit-animation-delay:3s;
    animation-delay: 3s;
}
.delay-6s {
    -webkit-animation-delay:3.5s;
    animation-delay: 3.5s;
}



.logoconcpt{
    min-height: 50px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.logoconcpt img{
    width:65%;
    margin: 5% auto;
    }
.who{
    min-height: 200px;
    background: url(../img/bgwt.png)repeat;
    margin: 0 auto;
    overflow: hidden;
}
.who h1{
    font-size: 50px;
    color: #464646;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
    padding: 15px;
    margin: 0;
    padding-top: 47px;
    
    
}
.who p{
    padding-left: 30px;
     padding-right: 30px;
   
}
.nav-wrapper {
    width: 97%;
    margin: 0 auto;
    min-height: 200px;
    overflow: hidden;
}
.aboutBox{
    width: 33.3333%;
    height: 538px;
    float: left;
    margin: 0;
    padding: 15% 3%;
    overflow: hidden;
    background: url('../img/abtImg.jpg') no-repeat bottom right;
}
.aboutBg{
    width: 72px;
    height: 1px;
    margin: 2% auto;
    padding: 0;
    overflow: hidden;
    background: #ff8702;
}
.aboutBox h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 53px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: bold;
    text-align: left;
}
.serviceBx{
    width: 91%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.serviceBx ul {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    min-height: 50px;
}
.serviceBx ul li {
    width: auto;
    min-height: 30px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    float: left;
    list-style: none outside none;

}
.serviceBx ul li a {
    width: auto;
    min-height: 30px;
    margin: 8px 8px 0 0;
    padding: 3px 11px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    float: left;
    text-decoration: none;
    list-style: none outside none;
    background: #f88e28;
}
.serviceBx ul li a:hover {
    width: auto;
    min-height: 30px;
    margin: 8px 8px 0 0;
    padding: 3px 11px;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-align: center;
    float: left;
    list-style: none outside none;
    background: #c7c7c7;
}

@media (min-width: 150px) {
    .grid1 figure {
    max-width: 100%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 100%;
    }
    .cntctMrgn{
    width: 100%;
    }
    .enquiery table tr td {
    width: 90%;
    }
    .contactSend{
    margin: 3% 0px 4% 3%;
    }
    .brochure{
    width: 90%;
    margin: 0% 0px 4% 3%;
    }
    .adressBx {
    width: 100%;
    float: left;
    }
    .adressImg {
    width: 100%;
    float: left;
    }
    .adress {
    width: 100%;
    float: left;
    padding:  0; 
    height: auto; 
    }
    .adressAll h1 {
    text-align: center;
    }
    .adressAll p {
    text-align: center;
    }
    .adressAll {
    width: 100%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 100%;
    padding: 15% 7%;
    height: 310px;
    }
    .Icon {
    width: 57px;
    }
    .careerBox {
    width: 100%;
    }
    .cntctMrgn2{
    width: 100%!important;
    }
    .career table tr td {
    width: 90%;
    }
     .careerSend{
   margin: 4% 0px 4% 23%;
    }
    .hed1{
        margin-top: 115%;
    }
    .hed2{
        margin-top: 205%;
    }
    .hed3{
        margin-top: 81%;
        color: #fff;
    }
}
    
@media (min-width: 300px) {
       .hd{
        width:62%!important;
    }
    .hd2{
        width:100%!important;
    }
     .hd2 img{
        width:77%;
         margin:0 auto;
    }
    .dl-menuwrapper {
    width:64%;
    margin-top: -64px;
}
    .js .boxgallery, .js .panel {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 357px;
    position: relative;
    }
    .features-list {
    padding: 30px 0px;
    }
    .grid1 figure {
    max-width: 50%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 100%;
    }
    .cntctMrgn{
    width: 10%;
    }
    .enquiery table tr td {
    width: 90%;
    }
    .contactSend{
    margin: 3% 0px 4% 2%;
    }
    .brochure{
    width: 89%;
    margin: 0% 0px 4% 2%;
    }
    .adressBx {
    width: 100%;
    float: left;
    }
    .adressImg {
    width: 100%;
    float: left;
    }
    .adress {
    width: 100%;
    float: left;
    padding:  0; 
    height: auto;
    }
    .adressAll h1 {
    text-align: center;
    }
    .adressAll p {
    text-align: center;
    }
    .adressAll {
    width: 100%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 100%;
    padding: 15% 7%;
    height: 285px;
    }
    .Icon {
    width: 70px;
    }
    .careerBox {
    width: 100%;
    }
    .cntctMrgn2{
    width: 100%!important;
    }
    .career table tr td {
    width: 90%;
    }
     .careerSend{
    margin: 4% 0px 4% 23%;
    }
    .hed1{
        margin-top: 119%;
    }
    .hed2{
        margin-top: 203%;
    }
    .hed3{
        margin-top: 81%;
        color: #fff;
    }
}
@media (min-width: 500px) {
      .hd{
        width:0%!important;
    }
    .hd2{
        width:49%!important;
    }
    .hd2 img{
        width:100%;
         margin: auto;
    }
     .dl-menuwrapper {
    width: 77%;
    margin-top: auto;
    }
    .js .boxgallery, .js .panel {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 357px;
    position: relative;
    }
    .features-list {
    padding: 50px 0px;
    }
    .grid1 figure {
    max-width: 50%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 100%;
    }
    .cntctMrgn{
    width: 100%;
    }
    .enquiery table tr td {
    width: 90%;
    }
    .contactSend{
    margin: 3% 0px 4% 1%;
    }
    .brochure{
    width: 91%;
    margin: 0% 0px 4% 1%;
    }
    .adressBx {
    width: 33%;
    float: left;
    }
    .adressImg {
    width: 100%;
    float: left;
    }
    .adress {
    width: 100%;
    float: left;
    padding:  3% 0% 0% 3%; 
    min-height: 149px;
    }
    .adressAll h1 {
    text-align: center;
    }
    .adressAll p {
    text-align: center;
    }
    .adressAll {
    width: 84%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 33.3333%;
    padding: 15% 3%;
    height: 500px;
    }
    .Icon {
    width: 70px;
    }
    .careerBox {
    width: 95%;
    }
    .cntctMrgn2{
    width: 30%!important;
    }
    .career table tr td {
    width: 60%;
    }
     .careerSend{
    margin: 3% 0px 4% 32%;
    }
    .hed1{
        margin-top: 48%;
    }
    .hed2{
        margin-top: 89%;
    }
    .hed3{
        margin-top: 35%;
        color: #fff;
    }
}
@media (min-width: 768px) {
       .hd{
        width:27%!important;
    }
     .hd2{
        width:44%!important;
         margin-left: 22px;
    }
    .hd2 img{
        width:91%;
         margin: auto;
    }
     .dl-menuwrapper {
    width: 100%;
    margin-top: auto;
    }
    .js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height:668px;
    position: relative;
    }
    .features-list {
    padding: 130px 0px;
    }
    .panel img{
   
    }
    .grid1 figure {
    max-width: 25%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 50%;
    }
    .cntctMrgn{
    width: 24%!important;
    }
    .enquiery table tr td {
    width: 60%;
    }
    .contactSend{
    margin: 3% 0px 4% 27%;
    }
    .brochure{
    width: 61%;
    margin: 0% 0px 4% 27%;
    }
    .adressBx {
    width: 33%;
    float: left;
    }
    .adressImg {
    width: 33%;
    float: left;
    }
    .adress {
    width: 67%;
    float: left;
    padding:  3% 0% 0% 3%; 
    min-height: 152px;
    }
    .adressAll h1 {
    text-align: left;
    }
    .adressAll p {
    text-align: left;
    }
    .adressAll {
    width: 100%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 33.3333%;
    padding: 15% 3%;
    height: 405px;
    }
    .Icon {
    width: 70px;
    }
    .careerBox {
    width: 95%;
    }
    .cntctMrgn2{
    width: 30%!important;
    }
    .career table tr td {
    width: 60%;
    }
     .careerSend{
    margin: 3% 0px 4% 32%;
    }
    .hed1{
        margin-top: 32%;
    }
    .hed2{
        margin-top: 57%;
    }
    .hed3{
        margin-top: 22%;
        color: #fff;
    }
}
@media (min-width: 992px) {
     .hd{
        width:32%!important;
    }
     .hd2{
        width:50%!important;
         margin-left: 22px;
    }
    .hd2 img{
        width:70%;
         margin: auto;
    }
     .dl-menuwrapper {
    width: 100%;
    margin-top: auto;
    }
    .js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height:668px;
    position: relative;
    }
    .features-list {
        padding: 130px 0px;
    }
    .panel img{
 
    }
    .grid1 figure {
    max-width: 25%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 50%;
    }
    .cntctMrgn{
    width: 24%!important;
    }
    .enquiery table tr td {
    width: 60%;
    }
    .contactSend{
    margin: 3% 0px 4% 27%;
    }
    .brochure{
    width: 61%;
    margin: 0% 0px 4% 27%;
    }
    .adressBx {
    width: 33%;
    float: left;
    }
    .adressImg {
    width: 33%;
    float: left;
    }
    .adress {
    width: 67%;
    float: left;
    padding:  3% 0% 0% 3%; 
    min-height: 136px;
    }
    .adressAll h1 {
    text-align: left;
    }
    .adressAll p {
    text-align: left;
    }
    .adressAll {
    width: 84%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 33.3333%;
    padding: 15% 3%;
    height: 385px;
    }
    .Icon {
    width: 70px;
    }
    .careerBox {
    width: 90%;
    }
    .cntctMrgn2{
    width: 30%!important;
    }
    .career table tr td {
    width: 60%;
    }
     .careerSend{
    margin: 3% 0px 4% 32%;
    }
    .hed1{
        margin-top: 25%;
    }
    .hed2{
        margin-top: 47%;
    }
    .hed3{
        margin-top: 17%;
        color: #fff;
    }
}
@media (min-width: 1200px) {
    .hd{
        width:45%!important;
    }
    .hd2{
        width:50%!important;
        margin-left: 22px;
    }
    .hd2 img{
        width:auto;
        margin: auto;
    }
    .dl-menuwrapper {
    width: 100%;
    margin-top: auto;
    }
.js .boxgallery,
.js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height:535px;
    position: relative;
}
.js .boxgallery
{
	top: 100px;
}
.features-list {
    padding: 130px 0px;
}
.panel img{
    width: auto;
}
.grid1 figure {
    max-width: 25%;
    }
    figure.effect-bubba p {
    padding: 15% 1%;
    }
    .enqieryBox {
    width: 50%;
    }
    .cntctMrgn{
    width: 24%!important;
    }
    .enquiery table tr td {
    width: 60%;
    }
    
    .contactSend{
    margin: 3% 0px 4% 27%;
    }
    .brochure{
    width: 61%;
    margin: 0% 0px 4% 25%;
    }
    .adressBx {
    width: 33%;
    float: left;
    }
    .adressImg {
    width: 33%;
    float: left;
    }
    .adress {
    width: 67%;
    float: left;
    padding:  3% 0% 0% 3%; 
    min-height: 100px;
    }
    .adressAll h1 {
    text-align: left;
    }
    .adressAll p {
    text-align: left;
    }
    .adressAll {
    width: 84%;
    padding: 0 0 1% 0; 
    }
    .aboutBox{
    width: 33.3333%;
    padding: 15% 3%;
    height: 538px;
    }
    .Icon {
    width: 70px;
    }
    
    .careerBox {
    width: 80%;
    }
    .cntctMrgn2{
    width: 30%!important;
    }
    .career table tr td {
    width: 60%;
    }
    .careerSend{
    margin: 3% 0px 4% 32%;
    }
    .hed1{
        margin-top: 23%;
    }
    .hed2{
        margin-top: 41%;
    }
    .hed3{
        margin-top: 15%;
        color: #fff;
    }

}

.gray{
    width: 100%;
    background: #4673b5;
    margin: 0;
    padding: 20px 15px;
    overflow: hidden;
    text-align: right;
    min-height: 214px;
}
.gray h2{
    font-size: 20px !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #fff;
    text-transform: uppercase;
    float: right;
    text-align: right;
}
.gray2{
    height: 42px;
    float: right;
    width:42px;
    position: absolute;
    bottom: 0;
    right: 0px;
}

.moreGray{
    height: 42px;
    float: right;
    width:42px;
    background: url(../img/arrow.png) #9a9a9a no-repeat;
    margin: 0;
    padding:0;    

}
.moreGray:hover{
    background: url(../img/arrow.png) #2b5085 no-repeat;
    cursor: pointer;
}
.gray p{
    float: left;
    color: #fff!important;
    
}
.button2{
    height: 42px;
    float: left;
    width:82px;
    margin: 0;
    padding:5px 0 0 0;
    border: 4px solid #fff; 
    color: #fff!important;  
    text-align: center; 

}

.noPad { padding: 0; }
@media (min-width: 1200px)

.container {
    width: 1170px;
}
.banner{
        position: relative;
    top: -132px;
}



.footer { 
    background: #10253c;
    padding: 35px 0 0 0;
    overflow: hidden;
}
.footer h1 { 

font-size: 18px!important;
text-transform: uppercase!important;
color: #fff!important;
}
.footer p { 

color: #fff!important;
}
.ftrLinkClr {
    width: 44px;
    height: 44px;
    color: #4673b5;
    font-size: 18px;
    padding: 15px 12px 0 ;
    background: #fff;
    border-radius: 50%;
    }
.ftrLinkClr:hover {
    color: #fff;
    background: #66dcd4;
    font-size: 18px;
    }
.ftrGallery{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}
.ftrGalleryBx{
    width: 82px;
    height: 69px;
    margin: 0 8px 8px 0;
    padding: 0;
    float: left;
    overflow: hidden;
}
.ftrBottom{
    width: 100%;
    height: auto;
    margin: 25px 0 0 0;
    padding: 15px 0;
    float: left;
    background: url(../img/bg.png)repeat;
}
.siteBy{
    color: #4673b5;
    font-style: italic;
}
.siteBy:hover{
    color: #fff;
    font-style: normal;
    cursor: pointer;
}
.topIcon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: -39px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    background: #281f2b;
    color: #4673b5!important;
}
.topIcon:hover {
    background: #4673b5;
    color: #fff!important;
    cursor: pointer;
}
.arrow {text-transform: uppercase; letter-spacing: 1px; background: url('../img/h2-bg.png') no-repeat center bottom; padding-bottom: 30px; font-weight: bold; }

.linkBox {
    width: 100%;
    height: auto;    
    margin: 0 0 25px 0;
    padding: 0px;
    float: left;
    overflow: hidden;
}
.linkBox ul {
    width: 100%;
    height: auto;    
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
}
.linkBox ul li {
    width: 100%;
    min-height: 30px;
    margin-top: 0px;
    line-height: 18px;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #fff ;
    font-size: 14px;
    list-style: none;
}
.linkBox ul li a {
    width: 100%;
    height: 30px;   
    margin-top: 0px;
    line-height: 18px;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #fff!important;
    font-size: 14px;
    padding: 6px 0 4px 0;
    text-decoration: none;
}
.linkBox ul li a:hover {
    color: #9ae9e3!important;
}
.linkBox h1 {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 16px;
    margin: 15px 0 8px 0;
    padding: 0px;
    color: #fff;
    line-height: 32px;
    font-weight: normal;
}
.ftClr{
    color: #fff;
    padding: 0 10px 0 0;
}

#partnersBlock{
    margin:0;
    height: 110px;
}
#partnersBlock img{
    margin:20px 20px 0 20px;
    float: left;
}
.tech-slideshow {
  height: 160px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 100px;
  width: 5056px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow > div:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 60s linear infinite;
}
.tech-slideshow .mover-1 img {
  margin: 40px 10px;
  width: 240px;
  height: 120px;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.dark-box{
    background:url('../img/newsDate.jpg') #4673b5 no-repeat right bottom;
    color: #fff;
    padding: 10px 6px 37px 10px;
    margin-right: 12px;
}
.button3 {
    height: 42px;
    float: left;
    width: 102px;
    margin: 0;
    padding: 5px 0 0 0;
    border: 4px solid #4673b5;
    color: #222!important;
    text-align: center;
}

.swag { background: url('../img/swag-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding:50px 0;  }
.swag1 { background: url('../img/usbs-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding:50px 0; }
.swag h1 { color: #fff; text-transform: uppercase; letter-spacing: 1px; }
.swag p { color: #fff; font-size: 15px;  }
.swag h1 span { display: block; font-size: 25px; margin-top: 20px; }
.swag h2{color: #fff; }

.productBox{
    margin: 20px 0;
        padding: 20px;
    background: #f1f1f1;
    width: 100%;
    float: left;
}


.productBox h2{
font-family: 'Noto Sans Arabic', sans-serif;
    color: #222;
    text-align: left;
    font-size: 26px;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: bold;
}
.productBox ul{
    width: 100%;
    padding:20px 0;
}
.productBox ul li{
    width: 100%;
    padding: 3px 20px;
    list-style-type: none;
    background: url("../img/liArrow.jpg") no-repeat 6px 10px;
    text-align: left;
}
.subBanner {
    width: 100%;
    position: relative;
    top: -31px;
}
.clientlist .col-md-2{    
    margin:10px 17px;
    padding:0;
    height: 60px;
    background: #fff;
}
.clientlist .col-md-2 img{    
    margin:0 auto;
    height: 60px;
    width: auto;
}
.date1 {
    width: 116px;
    min-height: 12px;
    overflow: hidden;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 3px 5px;
    background: #00aca0 ;
}
.news img{
    padding: 10px!important;
}
