@font-face{
    font-family:regular;
    src: url('../fonts/exo/Exo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-Regular.woff') format('woff'),
        url('../fonts/exo/Exo-Regular.ttf') format('truetype'),
        url('../fonts/exo/Exo-Regular.svg#Exo-Regular') format('svg');
}
@font-face{
    font-family:extralight;
    src: url('../fonts/exo/Exo-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-ExtraLight.woff') format('woff'),
        url('../fonts/exo/Exo-ExtraLight.ttf') format('truetype'),
        url('../fonts/exo/Exo-ExtraLight.svg#Exo-ExtraLight') format('svg');
}
@font-face{
    font-family:light;
    src: url('../fonts/exo/Exo-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-Light.woff') format('woff'),
        url('../fonts/exo/Exo-Light.ttf') format('truetype'),
        url('../fonts/exo/Exo-Light.svg#Exo-Light') format('svg');
}
@font-face{
    font-family:bold;
    src: url('../fonts/exo/Exo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-Bold.woff') format('woff'),
        url('../fonts/exo/Exo-Bold.ttf') format('truetype'),
        url('../fonts/exo/Exo-Bold.svg#Exo-Bold') format('svg');
}
@font-face{
    font-family:demi-bold;
    src: url('../fonts/exo/Exo-DemiBold?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-DemiBold.woff') format('woff'),
        url('../fonts/exo/Exo-DemiBold.ttf') format('truetype'),
        url('../fonts/exo/Exo-DemiBold.svg#Exo-DemiBold') format('svg');
}
@font-face{
    font-family:medium;
    src: url('../fonts/exo/Exo-Medium?#iefix') format('embedded-opentype'),
        url('../fonts/exo/Exo-Medium.woff') format('woff'),
        url('../fonts/exo/Exo-Medium.ttf') format('truetype'),
        url('../fonts/exo/Exo-Medium.svg#Exo-Medium') format('svg');
}
body,html{
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    height:100%;
}
body{
    font-family:regular;	
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    background-position:center center;
    background-size:100% 100%;
    color:#fff;
    background-color:#0e0c0d;
    text-align:center;
    overflow-x: hidden;
}
.header{
    position:relative;
    width:100%;
}

.section{
    position: relative;
    height:100vh;
    width:100%;
}
.logo {
    display: block;
    width: 19%;
    margin: auto;
    padding: 1.79% 0% 0% 0;
    padding-bottom: 2%;
}
.logo img {
    width: 100%;
}
.slider-section{
    background-color:#0e0c0d;
    background-image: url(../images/slider_bg.png);
    background-size: cover;
    background-position: 100% 100%;
}

.slider {
    height: 75%;
    overflow: hidden;
    margin-top: 3%;
}
.slider  img{
    height: 100%;
}
.left_arrow{
    position: absolute;
    left: 5%;
    bottom: 9.6%;
    width: 1.3%;
    height: auto !important;
    cursor: pointer;
    z-index: 1;
}
.right_arrow{
    position: absolute;
    right: 5%;
    bottom: 9.6%;
    width: 1.3%;
    height: auto !important;
    cursor: pointer;
    z-index: 1;
}
.hometitlee font {
    color: orange;
}

.project-slider {
    width: 100%;
    margin: auto;
    position: absolute;
    display: inline-block;
    left: 0%;
    height: 75%;
    margin-top: 3%;
    overflow: hidden;
}
.project-slider-container {
    width: 100%;
    height: 100%;
}

.project-slider-container ul {
    padding-top: 0;
    height: 100%;
    position: relative;
    margin: 0;
    -webkit-padding-start: 0;
}

.project-slider-container ul li {
    height: 100%;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    margin: auto;


}

.proj-slide {
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    box-shadow: none;
    cursor: pointer;

}
.proj-slide img {
    height: 29vw;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-top: 4.4%;
}
.proj-slide.multi-imgs img.first_img{
    position: absolute;
    width: 29%;
    height: auto;
    left: 26%;
    bottom: 13%;
    z-index: 2;
}
.proj-slide.multi-imgs img.second_img{
    position: absolute;
    width: 27%;
    height: auto;
    bottom: 14%;
    z-index: 1;
    left: 47.5%;
}
.we-word{
    color: #ea7c1f;
    position: absolute;
    right: 23.7%;
    font-size: 3.2vw;
    top: 8.7%;
    padding-right: 4%;
}
.slide_text{
    position: absolute;
    top: 19%;
    right: 7vw;
    font-size: 116%;
    text-transform: uppercase;
    text-align: left;
    z-index: 4;
}
.slide2 .slide_text{
    right: 14%;
}
.slide3 .slide_text{
    top: 24%;
    right: 16%;
}
.slide4 .slide_text{
    top: 17%;
    right: 19%;
}
.slide_text.animated{
    visibility: hidden
}
.slide_text.animated.fadeInRight{
    visibility: visible
}

.bg_section{
    background: #0e0c0d;
    /*    background-image: url(../images/bg.png);*/
    background-size: cover;
    background-position: center center;
    width:1366px;
    height:768px;

}
#route,#Layer_1,#layer_2 {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}

.spaghittee {
    width: 100%;
    position: absolute;
    left: 0;
    right:0;
    height: 111%;
    top: -11%;
    overflow: hidden;
}
.layer1,.layer2,
.layer3,.layer4{
    width: auto;
    position: absolute;
    right:-2px;
    height: 54%;
    top:1.7%;
    overflow: visible;
}
.layer3{
    display:none !important;
}
#p2 ,#p3,#p4,#p5,#p7{
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
}
#p6,.p6{
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
}
#p8,#p9,.p9{
    transform:scale(0.65);
    -webkit-transform:scale(0.65);  
}
.layer2 {
    top: 9%;
    right: auto;
    left: -3px;
    height: 30%;
    text-align: left;
}
.layer3 {
    top: 18%;
    right: -2px;
    left: auto;
    /*    width: 9.5vw;*/
    height: 73%; 
    text-align: right;
}
.layer4 {
    top: 28%;
    right: auto;
    left: -3px;
    text-align: left;
}
.layer1{
    text-align: right;
}
.third_section{
    background-image: url(../images/sec3.jpg);
    background-size: cover;
    background-position: 100% 100%;
}
.inner_text_container{
    background: rgba(0,0,0,0.9);
    position: absolute;
    right: 0;
    width: 80%;
    height: 100%;
}
.inner_text {
    width: 80%;
    position: relative;
    top: 2%;
    text-align: left;
    left: 8%;
    font-size: 90%;
    line-height: 1.5;
}

p.secotitle {
    margin: 0 !important;
    color: #ea7d1f;
}


.orange_bar{
    background:#ea7d1f;
    position: absolute;
    left: 19.7%;
    bottom:0;
    height: 80%;
    width: 10px;


}
.inner_text p {
    margin: 5% 0;
}
.hidden_text{
    font-family:extralight;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 
    line-height: 1.4;
    font-size: 14px;
}

.about_title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #e97e20;
}


.text1 {
    position: absolute;
    top: 16%;
    right: 22%;
    left: auto;
    margin-left: 30%;
    text-align: justify;
}
.text2{
    position: absolute;
    top: 44%;
    right: auto;
    left: 25%;
    text-align: justify;
}
.text3 {
    position: absolute;
    left: 21%;
    margin-right: 24%;
    top: 36.2%;
    text-align: justify;
    text-align-last: right;
}
.text4 {
    position: absolute;
    right: 22.5%;
    text-align: justify;
    bottom: 22.5%;
    margin-left: 20%;
    top: 55%;
}


.top_bar{
    height:5%;
    background:#0e0c0d;
    width:100%
}
.bottom_bar{
    height:95%;
    width:100%;
    position:relative;
}
.box{
    width:33.33%;
    display: inline-block;
    height: 33.33%;
    position:relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 
    vertical-align: top;
    float:left;
    background-size: cover !important;
    cursor: pointer;
}
.box1{
    width:56.3%;
    background: #0e0c0d;
    cursor: default;

}
.box2{
    width:28.7%;
    background: url(../images/network.jpg);
}
.box3{
    width:30.3%;
    background: url(../images/tele1.jpg);
    height: 66.66%;
}
.box4{
    width: 41%;
}
.box5{
    width: 41.1%;
    position: absolute !important;
    bottom: 0;
    right: 0;
}
.divided_boxes{
    width: 28.7%;
    height: 66.66%;
    float: left;
}
.divided_boxes .box{
    width: 100%;
    height: 50%;
}
.overlay{
    position: relative;
}
.overlay:after{
    content:"";
    background: #000;
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.95;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 

}
.overlay_orange:after{
    content:"";
    background: #ea7d1f;
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.95;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 

}
.overlay p,
.overlay_orange p{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto;
    height: 11%;
    z-index: 1;
    text-align: center;
    width: 100%;
    line-height: 1;

}
.overlay_orange p{
    color:#000
}
.overlay:hover:after{
    opacity: 0.4;
}
.overlay_orange:hover:after{
    opacity: 0.4;
}
.row{

}
.row1{
    width:100%;
    height: 100%;
    float:left
}
.row2{
    height: 66.66%;  
}
.layer6,.overlay_layer6 {
    position: absolute;
    top: -25%;
    left: 32.5%;
    height: 100%;
    overflow: visible;
}
.overlay_layer6{
    top: -25%;
    left: 32.5%;
}
.layer6_text{
    position: absolute;
    width: 50%;
    right: 8%;
    text-align: left;
    font-family: extralight;
    top: 13%;
    font-size: 112%;
}
.layer6_text font{
    color:#ea7d1f;
    text-transform: uppercase;
}
.footer_sec{
    background-color: #0e0c0d;
    height:100vh;
    background: url(../images/shutterstock_408507595-1634x1185z.jpg);
    background-size: cover;
    background-position: 100% 100%;
}


.footer_clients {
    background: #0e0c0d;
    height: 100vh;
}


.menu {
    position: absolute;
    left: 6.5%;
    top: 269%;
    z-index: 11;
}
.menu a{
    display: block;
    color:#fff;
    text-decoration: none;
    text-align: left;
    font-family:light;
    line-height: 2.6;
    position: relative;
    text-transform: uppercase;
    font-size: 79%;
}
.menu a.active{
    color:#ea7d1f;
    font-family:bold;
    margin-left: 2.29em;
}
.menu a:before{
    content: "";
    position: absolute;
    right: 110%;
    top: 0;
    bottom: 0;
    width: 0.5em;
    background: #fff;
    height: 0.1em;
    margin: auto;
}
.menu a.active:before{
    background: #ea7d1f;
    width: 3em;
}
.left_footer{
    width:51.35%;
    display: inline-block;
    position: relative;
    height: 92%;
    float:left;
}
.left_footer:after {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 79%;
    background: #ea7d1f;
    bottom: -10%;
}
.layer7,.layer8{
    overflow: visible;
    position: absolute;
    top: 5.9em;
    left:0;
    height:60%;
}
.layer8{
    top: 12.4em;
}
.layer7_text {
    font-family: extralight;
    text-align: left;
    position: absolute;
    top: 30%;
    left: 19%;
    width: 30%;
    font-size: 80%;
    word-spacing: 0.3em;
}

.layer10_title {
    color: #ea7d1f;
    font-family: demi-bold;
    right: auto;
    right: 33.5%;
    position: absolute;
    text-transform: uppercase;
    top: -30%;
    font-size: 2.3vw;
    width: auto;
}

#contact .layer7_text {
    top: 40%;
    z-index: 999;
}




.layer8_text{
    font-family: extralight;
    text-align: justify;
    position: absolute;
    top: 13.3em;
    left: 15.1em;
    font-size: 106%;
    line-height: 1.39;
    word-spacing: 0.3em;
}
.right_footer{
    width:48.65%;
    display: inline-block;
    position: relative;
    height: 92%;
    float:right;
    overflow: hidden;
}


#contact .right_footer{
    width:100%;
    display: inline-block;
    position: relative;
    height: 92%;
    float:right;
    overflow: hidden;
    top: -6%;
}



.layer9,.overlay_layer9 {
    position: absolute;
    right: 50.5%;
    height: 80%;
    top: -8%;
}



#contact .layer99, #contact .overlay_layer99 {
    position: absolute;
    right: inherit;
    left: 51.35%;
    height: 80%;
    top: -8%;
    width: 167.475px;
    margin-left: -84.5px;
}




.layer9_title{
    color: #ea7d1f;
    font-family: demi-bold;
    right: auto;
    right: 33.5%;
    position: absolute;
    text-transform: uppercase;
    top: 3.2em;
    font-size: 2.3vw;
    width: auto;
}


#contact .layer9_title {
    left: -280px;
    top: 210px;
    width: 150%;
}

img.uae.clientsimg, img.sy.clientsimg {
    width: 111%;
}

.slider_footer_sec {
    width: 89%;
    margin: auto;
    position: absolute;
    display: inline-block;
    left: 0%;
    height: 67%;
    margin-top: 3%;
    bottom: inherit;
    overflow: hidden;
    top: 200px;
}
.footer_slider{
    width: 90%;
    margin: auto;
    position: absolute;
    height: 100%;
    display: inline-block;
    left: 0%;
}
img.right_arrow_footer {
    position: absolute;
    right: 0%;
    width: 1.3vw;
    bottom: 31%;
    cursor: pointer;
    z-index: 9;
}
img.left_arrow_footer {
    position: absolute;
    left: 0%;
    width: 1.3vw;
    bottom: 31%;
    cursor: pointer;
    z-index: 9;
    display:none;
}
.footer_slider_container{
    width: 100%;
    height: 100%;
}
.footer_slider_container ul {
    padding-top: 0;
    height: 100%;
    position: relative;
    margin: 0;
    -webkit-padding-start: 0;

}
.slide {
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.footer_slider_container ul li {
    height: 100%;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    margin: auto;
}
.client-slide {
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    box-shadow: none;
    cursor: pointer;

}
.client-slide img {
    position: absolute;
    z-index: 1;
    width: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}
.bottom_footer{
    height: 8%;
    width: 83%;
    position: relative;
    margin: auto;
    clear: both;
}
.copyright {
    font-family: extralight;
    width: 100%;
    font-size: 70.5%;
    text-align: center;
    display: inline-block;
    color: #e97e20;
    text-transform: uppercase;
    letter-spacing: 2px;
}


h1 {
    text-transform: uppercase;
    font-size: 160%;
    color: #e97e20;
    margin: 0;
    font-family: demi-bold;
}

iframe {
    position: absolute;
    /* bottom: 12vh; */
    /* right: 10vw; */
    width: 35vw;
    height: 30vh;
    z-index: 999;
    top: -5vw;
}
.contact_info {
    display: inline-block;
    width: 48%;
    float: left;
    border-left: solid 2px #ad5405;
    padding-left: 1vw;
}

.footer_sec .layer7_text {
    width: 60%;
}

.contact_info a {
    font-family: demi-bold;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1vw;
    text-transform: uppercase;
}

.contact_info a img {
    width: 1vw;
}
.contact_info a span, .contact_info a img {
    display: inline-block;
    vertical-align: middle;
}
.social{
    display: inline-block;
    width: 13%; 
}
.social a {
    display: inline-block;
    width: 29.33%;
    vertical-align: middle;
}
.social a img {
    width: 50%;
}
.point1 {
    position: absolute;
    width: 0.3em;
    background: #e97e20;
    right: 0;
    left: 0;
    margin: auto;
    top: -13%;
    height: 0%;
    /*    height: 113%;*/
}
div#to_top {
    position: fixed;
    top: 50%;
    right: 1.5%;
    z-index: 99999;
    width: 1.5vw;
    background:rgba(14, 12, 13, 0.9);
    padding: 0.3% 1%;
    opacity:0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; 
    cursor: pointer;
    /*    border: 1px solid #ea7d1f;*/
}
div#to_top img{
    width:100%
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(14, 12, 13, 0.95);
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transition: 0.7s ease; 
    -moz-transition: 0.7s ease; 
    -o-transition: 0.7s ease; 
    transition: 0.7s ease; 
    display: none;
    opacity: 0;
}
.inner_modal {
    width: 70.5%;
    margin: auto;
    overflow-y: scroll;
    height: 75%;
    position: relative;
    top: 15%;
    padding: 0% 3%;
    text-align: left;

}
.inner_modal::-webkit-scrollbar {
    width: 20px;
    background: transparent
}

.inner_modal::-webkit-scrollbar-track {
    background: #ea7d1f;
    border-left: 9px solid rgba(14, 12, 13, 0.99);
    border-right: 9px solid rgba(14, 12, 13, 0.99);
}

.inner_modal::-webkit-scrollbar-thumb {
    background: #ea7d1f;
    border-left: 7px solid rgba(14, 12, 13, 0.99);
    border-right: 7px solid rgba(14, 12, 13, 0.99);
}
.inner_modal h1,.inner_modal h2{
    font-family:medium;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 2%;
}
.inner_modal h1{
    color:#ea7d1f;
    font-size: 110%;
}
.inner_modal h2{
    font-size: 100%;
}
.inner_modal div{
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 5%;
}
.close_modal{
    color: #ea7d1f;
    text-decoration: none;
    position: absolute;
    right: 2%;
    top: 0;
    font-size: 130%;

}
.box_text{
    display: none;
}
.left{
    width: 49.805%;
    height: 100%;
    float:left;
    position: relative;
}
.right{
    width: 49.805%;
    height: 100%;
    float:left;
    position: relative;
}
.line{
    width: 0.39%;
    height: 113%;
    top:-13%;
    float:left;
    /*    background: #ea7d1f;*/
    position: relative;
}


#menu {
    display: none;
    font-size: 10px;
    width: 30px;
    height: auto;
    position: relative;
    right: 5%;
    float: right;
    margin-top: 3.5%;
    z-index: 10;
    padding: 0px 0px;
}

#menu span {
    background: #fff;
    display: block;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}

#menu span,
#menu span:before,
#menu span:after {
    width: 100%;
    height: .2em;
    -moz-transition:       all 0.4s;
    -o-transition:         all 0.4s;
    -webkit-transition:    all 0.4s;
    transition:            all 0.4s;
    -webkit-transform: translate3d(0,0,0);
}

#menu span:before,
#menu span:after {
    background: #fff;
    content: " ";
    margin-top: -.6em;
    position: absolute;
        width: 100%;
    right: 0;
    left: 0;
}

#menu span:after {
    margin-top: .6em;
}

#menu.on span {
    background: transparent;
}

#menu.on span:before {
    -moz-transform: rotate(45deg) translate(.5em, .4em);
    -ms-transform: rotate(45deg) translate(.5em, .4em);
    -o-transform: rotate(45deg) translate(.5em, .4em);
    -webkit-transform: rotate(45deg) translate(.5em, .4em);
    transform: rotate(45deg) translate(.5em, .4em);
}

#menu.on span:after {
    -moz-transform: rotate(-45deg) translate(.45em, -.35em);
    -ms-transform: rotate(-45deg) translate(.45em, -.35em);
    -o-transform: rotate(-45deg) translate(.45em, -.35em);
    -webkit-transform: rotate(-45deg) translate(.45em, -.35em);
    transform: rotate(-45deg) translate(.45em, -.35em);
}
.mobile_social{
    display:none !important
}