/*@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi);
/*@import url('https://fonts.cdnfonts.com/css/semplicita');*/
/*@import url('fonts/GE_SS_Unique_Bold.ttf');
@import url('fonts/GE_SS_Unique_Light.ttf');
@font-face {
    font-family: 'GE SS Unique Light';
    src: url('fonts/GE_SS_Unique_Light.ttf');
}
@font-face {
    font-family: 'GE SS Unique Bold';
    src: url('fonts/GE_SS_Unique_Bold.ttf');
}*/
body {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Droid Arabic Kufi' /*'Semplicita'*/, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

img {
    vertical-align: baseline;
}


.color-primary{
    color: #0d6db6!important;
}

.color-secondary {
    color: #111111!important;
}
.bg-primary{
    background-color: #0d6db6!important;
}

.bg-secondary{
    background-color: #111111!important;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover, a:focus, a:active {
    color: #ffffff;
}


a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}

.nav-bar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 3px 0;
    /*background: rgba(0,110,183,0.2);*/
    /*border-bottom: 3px solid #ffffff;*/
    background-color: #111111;
}


/*.nav-bar:before {
  content : "";
  position: absolute;
  left    : 25%;
  bottom  : 0;
  height  : 1px;
  width   : 50%; 
  border-bottom:3px solid #ffffff;
}*/

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/

.site-navigation ul {
    right: -320px;
    min-height: 50px;
}

.site-navigation.show ul {
    right: 0;
}

@media screen and (min-width: 992px) {
	.site-navigation ul {
		right: auto;
	}
}

.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 18px 20px;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #111111;
    list-style: none;
    overflow-x: hidden;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 18px;
}

.site-navigation ul li a {
    display: block;
    padding: 4px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    transition: color .35s;
}


.scrolled {
    position:fixed!important;
    top: 0px;
    background-color: #111111e6;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
    -webkit-animation: fadeInDown .8s;
    animation: fadeInDown .8s;
}
@media (min-width: 798px){
    .scrolled img {
        /*height : 65px;*/
    }
}

.homepage-boxes {
    padding: 95px 0;
}
.the-news {
    padding: 0px 0 40px;
}
@media (min-width: 1200px){
    .nav-bar .container {
        /*max-width: 1370px;*/
    }
}
@media (max-width: 990px){
    .nav-bar {
        /*position: fixed;*/
    }
}



/*
# Call Button
--------------------------------*/
.call-btn {
    min-width: 210px;
    padding: 8px 12px 6px !important;
    margin-left: 24px;
    margin-right: 0 !important;
}

.call-btn img {
    display: inline-block;
    margin-right: 12px;
}

.call-btn a {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 4px;
    }
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    /*color: #006ab5;*/
    border-bottom: solid 2px #0d6db6;
    padding: 3px;
    /*border: 1px solid #006ab5;*/
    
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    max-height: 600px;
}

.hero-content-wrap {
    min-height: 600px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: center;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(13,109,182,0.47);
    text-align: center;
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;

}

.hero-content-overlay p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}


.entry-all {
    /*background-color: rgba(255,255,255,0.5);*/
}
.hero-content-overlay .entry-content{
    padding: 2%;
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaaaaa;
    background: transparent;
    opacity: 1;
    text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #18a3eb;
    border-color: #18a3eb;
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width: 60px;
    }
}

@media screen and (max-width: 576px) {
    .hero-slider .pagination-wrap {
        top: auto;
        bottom: 60px;
        margin-top: 0;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
    margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.elements-page .elements-container {
    margin-top: 54px;
}

.elements-page .btn {
    margin-right: 20px;
}

/*
# Button
----------------------------------*/
.button-about {
    padding: 16px 16px;
    border: 0;
    /*border: 3px solid #e1dcec;*/
    box-shadow: 0px 0px 6px 4px #e1dcec;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #52b1d9!important;
    outline: none;
    background: #ffffff;
    text-decoration: none !important;
}

.button-about:focus {
    outline: none;
}

.button {
    padding: 12px 50px;
    border: 0;
    /*box-shadow: 0px 0px 4px 2px #888888;*/
    border-radius: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
    background: #0d6db6;
    text-decoration: none !important;
}

.button-white {
    color: #111111!important;;
    background: #ffffff!important;;
}

.button-white:hover, .button-white:active, .button-white:visited {
    color: #111111!important;
}

.button:focus {
    outline: none;
    /*box-shadow: none;*/
}

.button:hover, .button:active, .button:visited {
    color: #ffffff;
}

.button.dark {
    border-color: transparent;
    color: #fff;
    background: #18a3eb;
}

.button.gradient-bg {
    /*border-color: transparent;*/
    /*background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    /*background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    /*background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    /*background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    /*background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#587de4',GradientType=1 ); /* ie6-9 */
    color: #fff;

    background: linear-gradient(45deg,#006ab5, #67c1cf);
    box-shadow: 0px 0px 4px 0px #e1dcec;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}

.accordion-wrap .entry-content {
    margin: 0;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
}

.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(188,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}

.accordion-wrap .entry-content p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-nav .tab-nav {
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #eaf1f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
    transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99;
}

.tabs-container {
    padding: 60px 0;
}

.tab-content {
    display: none;
}

.tab-content img {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.tab-content h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
    margin: 20px 0;
    text-align: center;
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto;
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #404040;
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.circular-progress-bar .entry-title span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
    margin: 60px 0 20px;
    text-align: center;
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 400;
    color: #404040;
}

.counter-box .counter-k {
    font-size: 48px;
}

.counter-box .entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #828282;
}

/*
# Icon Box
----------------------------------*/
.icon-box .entry-header img {
    margin-right: 24px;
}

.icon-box .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #404040;
}

.icon-box .entry-content {
    margin-top: 32px;
}

.icon-box .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.icon-box .entry-footer a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #828282;
    text-transform: uppercase;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
    position:relative;
    width:100%;
    height:5px;
    border-radius: 3px;
    background:#d6dee1;
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    border-radius: 3px;
    background:#333;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #18a3eb;
    color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homepage-boxes {
    padding: 110px 0;
}

.aboutus-section {
    padding: 110px 0 80px 0;
    background-color: #111111;
}

.page-section {
    padding: 60px 0 60px 0;
    background-color: #111111;
}

/* our mission */

.our-mission {
    border-right: 2px solid #6bc5cf ;
}

.our-mission h2{
    color: #006ab5;
    font-size: 3rem;
}


.design-elevator-header {
    padding: 80px 0 80px 0;
    color: #111111;
}


.design-elevator-body {
    padding: 80px 0 80px 0;
    background-color: #e3e3e3;
    color: #111111;
}

.cert-section {
    padding: 80px 0 80px 0;
    background-color: #111111;
}
/*
/* services */

.services-section {
    padding: 80px 0 80px 0;
    color: #ffffff;
   background-color: #111111;
}

.service-item {
    text-align: center;
    margin: 40px 0;
}

.services-section .service-box .service-title {
    display: inline-block;
    /*color: #006ab5;*/
    padding: 0 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #0d6db6;
}



.images-section {
    background-color: #0d6db6;
}

.our-clients, .contact-info {
    padding: 30px 0;
    background: #e3e3e3;
    color: #111111;
}

.our-clients h2, .contact-info h2 {
    font-size: 2.5rem;
    color: #111111;
}

.our-clients-image {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 1.2rem;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 4px #c5bfda;
}


.our-clients-item {
    padding: 15px;
    text-align: center;
}


/* ......................*/

.contact-us {
    text-align: center;
    padding: 30px 0;
    color: #ffffff;
    /*background: linear-gradient(180deg,#006ab5, #67c1cf);*/

    background-image: linear-gradient(to right, #006ab5, #67c1cf 50%, #006ab5 100%);
    /*background-size: 800px 100%;*/
    /*background-position: 50% 100%;
    background-repeat: no-repeat;*/

    background-image: radial-gradient(circle, #67c1cf, #006ab5);
}


.contact_input {
   width: 100%;
   /*background: transparent;*/
   /*border: none;*/
   border: 2px solid #d9d9d9;
   color: #111111;
   outline: none;

}

.contact_input:focus {
   outline: none;
}

.contact_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5e5e;
}


.site-footer {
    padding: 30px;
    background: #181717;

}

.social .social-follow {
    list-style: none;
    padding: 0;
}

.social .social-follow li {
    display: inline-block;
    padding: 15px 20px;
    color: #5c6b72;
}

.social .social-follow li a {
    color: #5c6b72;
}



#scrollUp:hover {
    background-color: rgba(13, 109, 192, 0.90);
}

#scrollUp {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(../images/site/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(13, 109, 192, 0.70);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}


@media (min-width: 992px) {
    .modal-lg {
        max-width: 1170px;
    }
}