/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;

}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
    font-size: 52px !important;
}
.text-zone p {
    font-size: 18px !important;
    color:#fff;
}
body {
    background: #333333!important;
    overflow: hidden;
    display: block;
    font-family: 'Moayad_Light', Arial, Helvetica, sans-serif!important;

}

#page {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
#nav_bar {
   background: #000000;
   width: 60px;
   height: 100%;
   position: fixed;
   top:0;
   left: 0;
   z-index: +10;
   min-height: 500px;
}

.lang {
    width:100%;
    text-align: center;
    margin-top: 30px;
}
.lang a {
    display: block;
    margin-top: 5px;
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-weight: 300;
    color: #A1A1A1;
}
.lang a:hover,
.lang a.active {
    color: #04A4CC;
}
.eras {
    margin: 0 auto 60px;
    text-align: center;
    width: 250px;
}
.logo {
  /*background: #070707;*/
  display: block;
  padding: 8px 0;
}
.logo  img {
    display: block;
    margin: 7px auto;
    /*width: auto;*/
    width: 50px;
    height: auto;
}

/*  Nawigacja  */
#nav_bar nav {
    display: block;
    text-align: center;
    position: absolute;
    height: 210px;
    top:50%;
    margin-top: -120px;
    width: 100%;
}

#nav_bar nav a{
  font-size: 20px;
  /*color: #4d4d4e;*/
  color: #333333;
  display: block;
  line-height: 45px;
  /*height: 45px;*/
  height: 40px;
  position: relative;
  cursor: pointer;
  font-family: 'Moayad_Regular', Arial, Helvetica, sans-serif;

}
#nav_bar nav a i {
    //-webkit-transition: all 0.3s ease-out;
    //transition: all 0.3s ease-out;


}

#nav_bar nav a:hover i {
    opacity: 0;

}

#nav_bar nav a.active,
#nav_bar nav a:hover {
    color:#2491d0;
}

#nav_bar nav span.under{
    content: '';
	background:black;
    font-size: 10px;
    //position: absolute;
    bottom: 0px;
    display: none;
    width: 100px;
    text-align: center;
	left:0px;
color:#04A4CC;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav_bar nav a:after {
    content: '';
	background:black;
    color: #04A4CC;
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100px;
    text-align: center;
	left:59px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



.arr-class{
 background: url("../images/arr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: none;
    font-size: 10px;
    height: 18px;
    left: 60px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 12px;
    //transition: all 0.3s ease-out 0s;
    width: 9px;
}

#nav_bar nav a.m-menu:first-child:after {
    content: 'HOME';
margin-left:10px;
}


#nav_bar nav a.m-menu:first-child:hover{
background:url("../images/home-blue.png") no-repeat 17px 5px;
opacity:0.7;
}

#nav_bar nav .dropdown-container a:hover:after {
    opacity: 0.8;
}
#nav_bar nav .dropdown-container a.drp:first-child:after {
    content: 'ABOUT';
    margin-left:10px;
}
#nav_bar nav .dropdown-container a:first-child + a.drp:after {
    content: 'CLIENTS';
    margin-left:10px;
}
#nav_bar nav .dropdown-container a:first-child + a.drp + a.drp:after {
    content: 'TEAM';
    margin-left:10px;
}

#nav_bar nav .dropdown-container a:first-child + a.drp + a.drp + a.drp:after {
    content: 'NEWS';
    margin-left:10px;
}

#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu:after {
    content: 'BIM Era';
margin-left:10px;
}
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu:hover {
    background:url("../images/bim-blue.png") no-repeat 17px 18px;
opacity:0.7;
}
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu +  a.m-menu:after {
    /*content: 'ABOUT US';*/
    content: 'COURSES';
margin-left:10px;
}
#nav_bar nav .dropdown-container a.drps:first-child:after {
    /*content: 'ABOUT US';*/
    content: 'COURSES';
    margin-left:10px;
}
#nav_bar nav .dropdown-container a.drps:first-child + a.drps:after {
    content: 'JOB SEARCH';
    margin-left:10px;
}
#nav_bar nav .dropdown-container a.drps:first-child + a.drps + a.drps:after {
    content: 'BLOG';
    margin-left:10px;
}
#nav_bar nav .dropdown-container a.drps:first-child + a.drps + a.drps + a.drps:after {
    content: 'TESTIMONIALS';
    margin-left:10px;
}
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu +  a.m-menu:hover {
        /*background:url("../images/about-blue.png") no-repeat 17px 9px;*/
        background:url("../images/courses-blue.png") no-repeat 17px 9px;
opacity:0.7;
}
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu:after {
    content: 'SERVICES';
margin-left:10px;
}

#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu:hover {
        background:url("../images/services-blue.png") no-repeat 17px 5px;
opacity:0.7;
}
/*#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu:after {
    content: 'PROJECTS';
margin-left:10px;
}*/
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu:after {
    content: 'ADDINS';
    margin-left:10px;
}

#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu:hover {
        background:url("../images/projects-blue.png") no-repeat 17px 8px;
opacity:0.7;
}
/*#nav_bar nav a:first-child + a + a + a + a:after {
    content: 'CONTACT US';
margin-left:10px;
}

#nav_bar nav a:first-child + a + a + a + a:hover {
        background:url("../images/contact-blue.png") no-repeat 17px 5px;
opacity:0.7;
}*/
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu + a.m-menu:after {
    content: 'CONTACT US';
margin-left:10px;
}
#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu + a.m-menu:hover {
        background:url("../images/contact-blue.png") no-repeat 17px 5px;
opacity:0.7;
}

#nav_bar nav.pl a:first-child:after {
    content: 'START';
}
#nav_bar nav.pl a:first-child + a:after {
    content: 'O MNIE';
}
#nav_bar nav.pl a:first-child + a +  a:after {
    content: 'SKILSY';
}
#nav_bar nav.pl a:first-child + a + a + a:after {
    content: 'PORTFOLIO';
}
#nav_bar nav.pl a:first-child + a + a + a + a:after {
    content: 'KONTAKT';
}
#nav_bar nav.pl a:first-child + a + a + a + a +a:after {
    content: 'KONTAKT';
}


#nav_bar nav a.m-menu:hover:after{
    opacity: 1;
}


/*  sociale  */
#nav_bar ul {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
#nav_bar ul li a {
    padding: 7px 0;
    display: block;
    font-size: 15px;
    line-height: 16px;
    /*color: #4d4d4e;*/
	color: #333333;
}
#nav_bar ul li a:hover {
    color:#04A4CC;
}


.tags {
    color: #515152;
    position: absolute;
    bottom: 0px;
    left: 80px;
    font-size: 18px;
    font-family: 'La Belle Aurore', cursive;

}

.top-tags {
    bottom: auto;
    top:0px;
}


.container {
    width: 100%!important;
    height: 100%;
    /*min-height: 566px;
    position: absolute;
    top:5%;
    margin: 0 auto;
    padding: 0px!important;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

.container.magicwall {
    height: 100%;
    top:0;
}

.error-info{
  position: absolute;
  width: 30%;
  height: 30%;
  margin: auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  text-align: center;
}

.error-info span {
    font-size: 80px;
    font-family: font-file-82132;
    color: #08fdd8;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}
.error-info span span{
    color:#FD0854;
}

.error-info p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}


/*================================================== HOME page ============================================== */

.blast-root span {
    font-size: 65px;
}
.pages .text-zone{
    position: absolute;
    left:26%!important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%!important;
    max-height: 90%;
    text-align: center;
    
}
.home-page .text-zone{
    position: absolute;
    /*left:26%;*/
    left:7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*width: 50%;*/
    width: 40%;
    max-height: 90%;
    /*text-align: center;*/
    
}
.home-pages .text-zone{
    position: absolute;
    left:8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    max-height: 90%;
    
}
.home-pages h1 {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 48px;
    margin: 0;
    font-family: font-file-82132;
    font-weight: normal;
    margin-bottom: 20px;
}

.home-page h1 {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 48px;
    margin: 0;
    font-family: font-file-82132;
    font-weight: normal;
    margin-bottom: 20px;
}

.home-page h1:before {
  /*  content: '<h1>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -35px;*/
}
.home-page h1:after {
  /*  content: '<h1/>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: 18px;
    margin-left: 20px;
    -webkit-animation: myanim2 1s 3s backwards;
    animation: myanim2 1s 3s backwards;*/
}
.home-page h2 {
    color:#8d8d8d;
    margin-top: 9px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 3px;
    -webkit-animation: myanim2 1s 2.5s backwards;
    animation: myanim2 1s 2.5s backwards;
}
.home-page .flat-button {
    color:#FFFFFF;
    font-size: 11px;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 10px 10px;
    border: 1px solid #FFFFFF;
    /*margin-top: 40px;*/
    float: none;
    border-radius: 4px;
    opacity: 0;
    width: 110px;
    margin: 50px 5px 0 5px;
}

.flat-button {
    white-space: nowrap
}
.home-page .flat-button:hover {
    background: #04A4CC;
    color:#fff;
	border: 1px solid #333333;
}
.home-page h1 img {
    position: relative;
    /*top:-5px;*/
    opacity: 0;
    width: 84px;
    height: auto;

}
.home-page .blast {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.home-page .blast:hover {
    color:#04A4CC;
}

.bulb {
    width:177px;
    height: 44px;
    background: url(../images/bulb1.png) no-repeat bottom right;
    position: absolute;
    top:12%;
    left:9%;
    opacity: 0;
}
.bulb a {
    float:left;
    width: 40px;
    height: 44px;
    background: url(../images/bulba.png) no-repeat bottom center;
}

.bulb a.active,
.bulb a:hover {

    background: url(../images/bulb.png) no-repeat bottom center;
}
.bg {
  position: relative;
  z-index: 0;

  -webkit-transform: scale(1.2) translate(100px,-70px);
  -ms-transform: scale(1.2) translate(100px,-70px);
  transform: scale(1.2) translate(100px,-70px);
}
.bg img {
    position: absolute;
    margin-left: 90px;
    opacity: 1;
}



.bg .l5 {
    left: 211px;
    top: -280px;
    -webkit-animation: myanim 1.7s 0.1s backwards;
    animation: myanim 1.7s 0.1s backwards;
    width: 466px;
    height: auto;
}

.bg .l2 {
    left: 405px;
    top: -40px;
    -webkit-animation: myanim 2s 0.3s backwards;
    animation: myanim 2s 0.3s backwards;
    width: 304px;
    height: auto;
}


.bg .l3 {
    left: 421px;
    top: -160px;
    -webkit-animation: myanim 1.5s 0.8s backwards;
    animation: myanim 1.5s 0.8s backwards;
    width: 351px;
    height: auto;
}

.bg .l6 {
    left: 398px;
    top: -304px;
    -webkit-animation: myanim 2s 0.1s backwards;
    animation: myanim 2s 0.1s backwards;
    width: 359px;
    height: auto;
}

.bg .l1 {
    left: 477px;
    top: -260px;
    -webkit-animation: myanim 1.3s 1s backwards;
    animation: myanim 1.3s 1s backwards;
    width: 367px;
    height: auto;
}

.bg .l4 {
    left: 727px;
    top:0;
    -webkit-animation: myanim 1.5s 1s backwards;
    animation: myanim 1.5s 1s backwards;
    width: 204px;
    height: auto;
}

.bg .s1 {
  left: 369px;
  top: -12px;
  width: 340px;
  height: auto;
  opacity: 1;
  -webkit-animation: myanim2 0.5s 3.2s backwards;
  animation: myanim2 0.5s 3.2s backwards;

}

.bg .s2 {
  left: 536px;
  top: -70px;
  width: 189px;
  height: auto;
  opacity: 1;
   -webkit-animation: myanim2 0.5s 3.2s backwards;
   animation: myanim2 0.5s 3.2s backwards;
}


.bg .jr {
    left: 600px;
    top: 220px;
    opacity: 1;
    width: 400px;

    height: auto;
    -webkit-animation: myanim3 0.5s 2.2s backwards ease-in;
    animation: myanim3 0.5s 2.2s backwards ease-out;
}

.bg .jb {
    left: 660px;
    top: 141px;
    opacity: 1;
    -webkit-animation: myanim3 0.5s 1.8s backwards ease-in;
    animation: myanim3 0.5s 1.8s backwards ease-out;
    width: 264px;
    height: auto;
}




@keyframes myanim {
    0%   {
        top:-2000px;
        left:-400px;
        opacity: 0
    }
    100% {opacity: 1;}

}

@-webkit-keyframes myanim {
    0%   {
        top:-2000px;
        left:-400px;
        opacity: 0
    }
    100% {opacity: 1;}

}


@keyframes myanim2 {
    0%   { opacity: 0;}
    100% {opacity: 1;}

}
@-webkit-keyframes myanim2 {
    0%   { opacity: 0;  }
    100% {opacity: 1;}

}

@keyframes myanim3 {
    0%   { opacity: 0; top:-20px;}
    100% {opacity: 1;}

}
@-webkit-keyframes myanim3 {
    0%   { opacity: 0; top:-20px; }
    100% {opacity: 1;}

}


/*================================================== PRELOADER ============================================== */

.preloader {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background: #252627;
    z-index: 2;
    display: none;
    overflow: hidden;
}
.preloader .inner {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width: 400px;
    max-width: 100%;
    height: 160px;
    text-align: center;
}
.preloader .inner > img {
    display: block;
    margin: 0 auto;
}
.preloader .inner > span {
    color:#8d8d8d;
    margin-top: 9px;
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 30px;
    display: block;
}
.preloader .progress-bar {
    text-align: left;
}
.preloader .progress-bar_bg {
    height: 1px;
    background: #FFFFFF ;

}
.preloader .progress-bar_bg div {
    height: 1px;
    background: #2491d0;
    width: 0;
}
.preloader .progress-bar span {
    color:#fff;
    text-align: right;
    float: left;
    font-size: 27px;
    font-family: font-file-82132;
    margin-bottom: 10px;
    display: block;
}

/*================================================== ABOUT ============================================== */

.about .text-zone{
    position: absolute;
    left:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.about .text-zone2{
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.about .text-zone h1 {
  font-size: 53px;
  font-family: font-file-82132;
  color:#FFFFFF;
  font-weight: normal;
  margin-top: 0;
  position: relative;
  margin-bottom: 40px;
}

.about h1 .blast {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.about .text-zone h1:before {
    /*content: '<h1>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -10px;
}
.about .text-zone h1:after {
    /*content: '<h1/>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-20px;
    margin-left: 20px;

}

.about .text-zone p {
    font-size: 13px;
    /*line-height: 18px;*/
    line-height: 1.5;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#pyramid {
    position: absolute;
    left:50%;
    margin-left: 120px;
    top:50%;
    margin-top: -210px;
    height: 500px;
    width: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-animation: spin 10s linear infinite;
    -webkit-transform-origin: 116px 200px 116px;

    -moz-transform-style: preserve-3d;
    -moz-animation: spin 10s linear infinite;
    -moz-transform-origin: 116px 200px 116px;

    -ms-transform-style: preserve-3d;
    -ms-animation: spin 10s linear infinite;
    -ms-transform-origin: 116px 200px 116px;

    transform-style: preserve-3d;
    animation: spin 10s linear infinite;
    transform-origin: 116px 200px 116px;

}


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        -moz-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        -ms-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

#pyramid > div {
    position: absolute;
    border-style: solid;
    border-width: 200px 0 200px 346px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    transform-origin:         0 0;
}


/* Put some text on each face */
#pyramid > div:after {
    position: absolute;
    color: #fff;
    left: -311px;
    top: -69px;
    text-align: center;
    opacity: 0.6;
}
#pyramid > div:first-child:after {
    position: absolute;
    content: url(../images/logo1.png);
}
#pyramid > div:nth-child(2):after {
    position: absolute;
    content: url(../images/logo2.png);
}
#pyramid > div:nth-child(3):after {
    position: absolute;
    content: url(../images/logo3.png);
}
#pyramid > div:nth-child(4):after {
    position: absolute;
    content: url(../images/logo4.png);
    left: -315px;
    top: -91px;
}

#pyramid > div:first-child  {
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.6);
    -webkit-transform: rotateY(-19.5deg) rotateX(180deg) translateY(-400px);
    -moz-transform:    rotateY(-19.5deg) rotateX(180deg) translateY(-400px);
    -ms-transform:     rotateY(-19.5deg) rotateX(180deg) translateY(-400px);
    transform:         rotateY(-19.5deg) rotateX(180deg) translateY(-400px);
}

#pyramid > div:nth-child(2) {
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.6);
    -webkit-transform: rotateY(90deg) rotateZ(60deg) rotateX(180deg) translateY(-400px);
    -moz-transform:    rotateY(90deg) rotateZ(60deg) rotateX(180deg) translateY(-400px);
    -ms-transform:     rotateY(90deg) rotateZ(60deg) rotateX(180deg) translateY(-400px);
    transform:         rotateY(90deg) rotateZ(60deg) rotateX(180deg) translateY(-400px);
}

#pyramid > div:nth-child(3) {
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.9);
    -webkit-transform: rotateX(60deg) rotateY(19.5deg);
    -moz-transform:    rotateX(60deg) rotateY(19.5deg);
    -ms-transform:     rotateX(60deg) rotateY(19.5deg);
    transform:         rotateX(60deg) rotateY(19.5deg);
}

#pyramid > div:nth-child(4) {
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.8);
    -webkit-transform: rotateX(-60deg) rotateY(19.5deg) translateX(-116px) translateY(-200px) translateZ(326px);
    -moz-transform:    rotateX(-60deg) rotateY(19.5deg) translateX(-116px) translateY(-200px) translateZ(326px);
    -ms-transform:     rotateX(-60deg) rotateY(19.5deg) translateX(-116px) translateY(-200px) translateZ(326px);
    transform:         rotateX(-60deg) rotateY(19.5deg) translateX(-116px) translateY(-200px) translateZ(326px);
}


/*================================================== CONTACT ============================================== */


.contact .text-zone{
    position: absolute;
    left:10%!important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32%!important;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.contact .text-zone h1 {
    font-size: 53px;
    font-family: font-file-82132;
    color:#08fdd8;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.contact .blast {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact .text-zone h1:before {
    /*content: '<h1>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -10px;
}
.contact .text-zone h1:after {
    /*content: '<h1/>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-20px;
    margin-left: 20px;

}

.contact .text-zone p {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.contact-form {
    width:100%;
}
.contact-form .cmxform  ul{
   padding: 0;
    margin: 0;
}
.contact-form .cmxform  ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    opacity: 1;
    overflow: hidden;
    display: block;
    clear: both;
    position: relative;
    height: 70px;
}
.contact-form .cmxform ul li.half {
    width: 48%;
    margin-left: 2%;
    display: inline-block;
}
.contact-form .cmxform.section-signup-list ul li.half {
    /*width: 49%;*/
    width: 23%;
    margin-left: 2%;
    float: left;
    clear: none;
    opacity: 1;
    display: inline-block;
}
.contact-form .cmxform ul li.submit {
    overflow: hidden;
}
.contact-form .cmxform.section-signup-list ul li.half.firstlabel, .contact-form .cmxform ul li.half.firstlabel {
    margin-left: 0;
}
.contact-form input[type="text"],.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="file"], .contact-form select{
    width: 100%;
    border: 0;
    background:#37393b ;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    padding: 0 20px;
    box-sizing: border-box;

}
.contact-form textarea {
    width: 100%;
    border: 0;
    background:#37393b ;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    padding: 20px;
    box-sizing: border-box;
    min-height: 150px;
}
.contact-form  .flat-button {
    color:#FFFFFF;
    font-size: 11px;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid #FFFFFF;
    float: left;
    border-radius: 4px;
    background: transparent;
    text-transform: uppercase;
    float: right;
    text-align: center;
    margin-right: 10px;

}
.contact-form .flat-button:hover {
    background: #04A4CC;
    color:#252627;
	border: 1px solid #333333;
}

.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, textarea:focus {

    outline: 0;

}
.input__label--hoshi::before, .input__label--hoshi::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}
.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 2px solid #04A4CC;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.required .input__field--hoshi + .input__label--hoshi::after,
.required  .input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color:red;
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.map-wrap {
    /*background: rgba(8, 253, 216,0.1);*/
    float: right;
    width:53%;
    height: 115%;
    margin-top:-3%;
}
#map {

    position: relative;
    width:100%;
    height: 100%;
    opacity: 0;


}
.inf-map {
    position: absolute;
    background: #333333;
    top:50px;
    right:20%;
    z-index: 999999;
    width: 280px;
    padding: 20px;
    color:#FFFFFF;
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    opacity: 0;
	text-align:center;
}
.inf-map span {
    font-size: 16px;
}
.inf-map span span {
    color:#04A4CC;
}
/*================================================== SKILLS ============================================== */

.skills .text-zone{
    position: absolute;
    /*left:10%;*/
    left:7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*width: 30%;*/
    width: 40%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;
    /*z-index: +10;*/
}
.skills .text-zone h1 {
    font-size: 53px;
    font-family: font-file-82132;
    color:#FFFFFF;
    font-weight: normal;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.skills .text-zone a {
    color: #08fdd8;
    text-decoration: none;

   -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.skills .text-zone a:hover{
    color:#08fdd8;
}

.skills h1 .blast {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.skills .text-zone h1:before {
    /*content: '<h1>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -35px;
}
.skills .text-zone h1:after {
    /*content: '<h1/>';*/
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-40px;
    margin-left: 20px;

}

.skills .text-zone p {
    font-size: 13px;
    /*line-height: 18px;*/
    line-height: 1.5;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.skills-charts {
    position: absolute;
    left:50%;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
}
.team-pics {
    position: absolute;
    left:50%;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
}

.chart {
    float: left;
    margin-bottom: 0px;
    cursor: pointer;
}

.chart-group {
    float: left;
    width: 33%;
}
.chart-group .chart:first-child {
    float: none;
    margin-bottom: 40px;
}

.chart canvas {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.chart span {

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.chart:hover span {

    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);


}
.chart:hover canvas {

    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);

    opacity: 0;

}

.clear {
    clear: both;
}

.blog-link {
    position: fixed;
    top:0;
    right:0;
    z-index: 99;

}
.blog-link img {
    width: 100px;
    height: auto;
}
.blog-link .folded-corner{
    width: 0px;
    height: 0px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-width: 0;
    border-style: solid;
    background: hsla(260,5%,60%,0.2);
    -webkit-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    border-color: #fff #333333 transparent transparent;
    -webkit-transition: border-width 0.2s ease-out;
    -moz-transition: border-width 0.2s ease-out;
    -ms-transition: border-width 0.2s ease-out;
    -o-transition: border-width 0.2s ease-out;
    transition: border-width 0.2s ease-out;
}

.blog-link:hover .folded-corner {border-width: 0 28px 28px 0;}
.blog-link .folded-corner {background: hsla(260,5%,75%,0.5);}

.blog-link.white .folded-corner {
    border-color: #252627 #252627 transparent transparent;
}
#particles-js {
   /* position: fixed;
    width:100%;
    height: 100%;
    z-index: -1;
    top:0;
    left:0;
    right: 0;
    bottom:0;*/
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /*z-index: 6;*/
    opacity: .6;
}

#mobile-link  {
    display: none;
}
#mobile-link:hover {
    color:#04A4CC
}
/* ------------------------------------------------ INVERT COLORS ----------------------------------------- */
/* ------------------------------------------------ INVERT COLORS ----------------------------------------- */

.white #mobile-link {
    color:#000;
}
body.white {
  background: #fff;
}

.white .home-page h1 {
    color: #525252;
}
.white .contact-form .flat-button,
.white .home-page .flat-button {
    color: #000;
    border: 1px solid #525252;
}
.white .contact-form .flat-button:hover,
.white .home-page .flat-button:hover {
    background: transparent;
}
.white #nav_bar{
    background: #FFFFFF;
    border-right: 1px solid #F4F4F4;
}
.white .logo {
    background: #f1f1f1;
}
.white .logo img + img {

    overflow: hidden;
    background: url(../images/logo_subb.png) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 27px;
    height: 10px;
    padding-left: 27px;
}
.white .bulb {
    background-image: url(../images/bulb1w.png);
}
.white .bulb a {
    background: url(../images/bulbw.png) no-repeat bottom center;
}
.white .bulb a:hover {
    background: url(../images/bulbaw.png) no-repeat bottom center;
}
.white .preloader .inner > img{
    overflow: hidden;
    background: url(images/logopreloadb.png) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 27px;
    height: 54px;
    padding-left: 27px;
}
.white #nav_bar nav a.m-menu {

    color: #666666;
}
.white .lang a.m-menu:hover, .white .lang a.m-menu.active,
.white #nav_bar nav a.m-menu.active, .white #nav_bar nav a.m-menu:hover {
    color:#08FDD8;
}
.white .preloader {
    background: #f1f1f1;
}
.white .preloader .inner > span {
    color: #000;
}
.white .text-zone p {
    color: #000 !important;
}
.white #pyramid > div:nth-child(1),
.white #pyramid > div:nth-child(2),
.white #pyramid > div:nth-child(4),
.white #pyramid > div:nth-child(3) {
    border-color: transparent transparent transparent rgba(215, 215, 215, 0.9);
}

.white .circle-text, .white .circle-info,.white .circle-text-half, .white .circle-info-half {color:#000;}

.white .magicwall li .hover-content {
    background: rgba(247, 247, 247, 0.5);
}
.white .contact-form input[type="text"], .white  .contact-form input[type="email"], .white textarea {

    background: #F7F7F7;
}
.white .inf-map {
    background: #FFFFFF;
    color: #000;
}
.white .map-wrap {
    background: rgba(176, 176, 176, 0.1);
}

.white .l1,
.white .l2,
.white .l3,
.white .l4,
.white .l5,
.white .l6 {
    display: none;
}



/* ------------------------------------------------ JJ WALL ----------------------------------------- */
/* ------------------------------------------------ JJ WALL ----------------------------------------- */

.jj-wall {
  /*background: #f5f5f0 url(../images/wall-bg.png) no-repeat 5% -100px;
  background: #f5f5f0 url(../images/wall-bg.png) no-repeat calc(50% - 200px) -100px;*/
  background-color:#FFF;
  overflow: auto;

}
.width-holder {
    width:1024px;
    margin:0 auto;
}
.width-holder2 {
    width:90%;
    margin:0 auto;
}
.wall-top {
    overflow: hidden;

}
.wall-top img{
    float:left;
    margin:20px 30px 10px 0;
    clear: both;


}
.wall-top small{
    font-size: 11px;
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    color:#8d8d8d;
    display: block;
    text-align: right;
    margin-bottom: 24px;
    margin-right: 30px;
    clear: both;
    letter-spacing: 3px;
}

.wall-cont {
    background: #fff;
    padding-left: 50px;
    padding-top:70px;
    padding-bottom: 50px;
    min-height: 500px;
    position: relative;
	opacity:0;

}
.wall-cont .logo-big {
    position: absolute;
    right:-80px;
    top:70px;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    display: none;
}
.wall-cont h1 {
    text-align: center;
    font-family: font-file-82132;
    font-size: 98px;
    color:#252627;
    letter-spacing:10px;
    margin-top: 0

}
.wall-cont arabic {
    text-align: center;
    font-family: font-file-82132;
    font-size: 98px;
    color:#252627;
    letter-spacing:10px;
    margin-top: 0

}

.wall-cont h1.small {
    letter-spacing:13px;
    font-size: 78px;
    text-align: left;
}
.wall-cont h1.medium {
    letter-spacing:23px;
    font-size: 88px;
    text-align: left;
}
.wall-cont h1 .blast {
    opacity: 0;
}

.wall-cont .flat-button {
    color:#FF0B56;
    font-size: 11px;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid #FF0B56;
    margin-top: 10px;
    float: left;
    border-radius: 4px;
    text-transform: uppercase;

}
.wall-cont .flat-button:hover {
    background: #FF0B56;
    color: #fff;
}

.wall-cont .left-col {
    float: left;
    width: 98%;
    overflow: hidden;
    padding-bottom: 20px;
}
.wall-cont .sidebar {
    float: right;
    width: 30%;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
    border-left:1px solid #d4d4d4;
}

/* ---------- POST ------------ */

.post-article {
    overflow: hidden;
    padding: 30px 0;
    box-shadow: 0px 2px  4px #d5d5d5;
    position: relative;
    opacity: 0;
}

.post-image {
   float: left;
   margin-right: 30px;
   background:#ff1157 ;

}
.post-article.single {
    box-shadow: none;
}

.post-article.single .post-image{
  float: none;
  margin: 0 auto 30px auto;

}
.post-content {
  float: left;
  width: calc(100% - 166px);
}
.blog-post-title h5 {
    margin: -3px 0 3px 0;
}
.blog-post-title h5 a {
  font-size: 30px;
  font-family: font-file-82132;
  color: #08fdd8;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 32px;

}
.blog-post-content {
   font-size: 14px;
   font-family: "Open Sans", sans-serif;
   color:#000000 ;
   line-height: 18px;
   margin-bottom: 15px;

}
.post-tags a{
    font-size: 9px;
    color:#ff1157;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 10px;
    border: 0;
}
.post-date h2 {
    font-size: 9px;
    color:#ff1157;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0;
    color:#000000;
}
.post-date h2 {margin: 0 0 12px 0;font-weight: normal}

.widget_categories h6 {display: none}
.widget_categories ul {
    margin: 0;
    padding: 0;
}
.widget_categories ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li a {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  line-height: 43px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.widget_tag_cloud {
    margin-top: 50px;
}
.widget_tag_cloud h6 {
   font-family: font-file-82132;
   font-size: 34px;
   color:#252627;
   text-transform: lowercase;
   margin:0 0 35px 0;
   padding: 0;
}

.widget_tag_cloud a {
    color:#ff1e00;
}

#awwwards {
    position: fixed !important;
    top: 107px !important;
}

@media (min-width: 1100px) and (min-height: 900px ){
    .container {
       /* -webkit-transform: scale(1.2) translate(140px,45px);
        -ms-transform: scale(1.2) translate(140px,45px);
        transform: scale(1.2) translate(8%,45px);*/
        height: 74%;
        top:10%;
    }

    .bg {

     -webkit-transform: scale(1.7) translate(208px,-87px);
        -ms-transform: scale(1.7) translate(208px,-87px);
        transform: scale(1.7) translate(15%,-87px);
    }
    .container {


    }
    .preloader{
       /* -webkit-transform: scale(1.3) ;
        -ms-transform: scale(1.3) ;
        transform: scale(1.3) ;*/
    }
}

@media (max-width: 1200px) and (max-height: 899px ){
    .bg {

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .map-wrap{
        width:50%;
    }
    .home-page .text-zone{width: 46%;}

    .s1,
    .s2,
    .l1,
    .l2,
    .l3,
    .l4,
    .l5,
    .l6 {display: none}

    .bg .jb {
        left: 47%;
        top: 102px;
    }
    .bg .jr {
        left: 50%;
        top: 86px;
    }

}

@media (max-width: 1024px){

    .contact .text-zone{width: 36%;}
    .inf-map {
        top: -10px;
        right: 25%;
    }
    h1 {
        font-size: 54px !important;
        line-height: 45px;
    }
    .about .text-zone {
        width: 80%;
    }
   .about .text-zone h1:after,
   .contact .text-zone h1:after {

        bottom: -40px;

    }
    .about .text-zone h1:before,
    .contact .text-zone h1:before {

        margin-top: -29px;
    }
}
@media (max-width: 960px){

    #page {
        height: auto;
        position: relative;
        margin-top: 110px;
    }
    .home-pages .text-zone {
        width: 95%;
        margin-left: 0px;
    }
    .skills-charts {
        position: relative;
        /*left:10%;
        width: 85%;*/
        left:0;
        width: 100%;
        top:30px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        clear: both;
        margin-bottom: 50px;
        margin-top: 30px;
        overflow: hidden;
    }
    .white .logo {

        padding-bottom: 4px;
    }


    #nav_bar {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 0;
        left:0;
        z-index: 3;
        min-height: 0;
    }
    #nav_bar nav a {
        margin-left: 6%;
        float: left;
        /* margin-left: 10% !important; */
        line-height: 40px;
        height: 40px;
    }
    .dropdown-container {
        top: 60px!important;
        width: 70%!important;
        position: absolute;
    }
    #nav_bar nav .dropdown-container a {
        margin-right: 12%;
    }
    .white #nav_bar {
        border-right:0;
        border-bottom:1px solid #F4F4F4;
    }
    .logo {float:left;padding: 2px 0;margin-right:10px;}
    .logo img {
        display: block;
        margin: 5px 15px;
        width: auto;
        height: auto;
    }
    .logo > img:first-child {
        height: 30px;
    }

    .lang {float: left;width:auto;margin-top: 0;line-height: 60px;}
    .lang a{margin-top:0;display: inline;margin-right:7px;}


    #nav_bar nav a:after{
    //left:-34px;
    }

    #nav_bar nav a:first-child:hover{
    background:url("../images/home_orange.png") no-repeat 0px 12px;
    }

    #nav_bar nav a:first-child:after {//left:20%;}


    #nav_bar nav a:first-child + a:hover {
        background:url("../images/bim_orange.png") no-repeat 0px 26px;
    }

    #nav_bar nav a:first-child + a:after {
       //left:29%;
    }

    #nav_bar nav a:first-child + a +  a:hover {
            background:url("../images/about_orange.png") no-repeat 0px 16px;
    }

    #nav_bar nav a:first-child + a +  a:after {
           //left:37%;
    }
    #nav_bar nav a:first-child + a + a + a:hover {
            background:url("../images/services_orange.png") no-repeat 0px 12px;
    }

    #nav_bar nav a:first-child + a + a + a:after {
            //left:44%;
    }

    #nav_bar nav a:first-child + a + a + a + a:hover {
            background:url("../images/projects_orange.png") no-repeat 0px 15px;
    }
    #nav_bar nav a:first-child + a + a + a + a:after {
            //left:53%;
    }
    #nav_bar nav a:first-child + a + a + a + a + a:hover {
            background:url("../images/contact_orange.png") no-repeat 0px 12px;
    }
    #nav_bar nav a:first-child + a + a + a + a + a:after {
            //left:61%;
    }

    #nav_bar nav {
        width: 62%;
        position: absolute;
        left: 50%;
        margin-left: -21%;
        float: left;
        overflow: hidden;
        text-align: center;
        height: 100px;
        top: 0;
        margin-top: 0;

    }

    #nav_bar nav a.m-menu{
        float:left;
        margin-left: 6%;
        line-height: 60px;
        height: 60px;
    }

    .arr-class
    {

     background: url("../images/arr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: 0;
        content: "";
        display: none !important;
        font-size: 10px;
        height: 18px;
        left: 60px;
        opacity: 1;
        position: absolute;
        text-align: center;
        top: 12px;
        //transition: all 0.3s ease-out 0s;
        width: 9px;
    }
    #nav_bar nav a.m-menu:after {
        content: '';
    	background:black;
        font-size: 10px;
        position: absolute;
        top: 55px;
     	height: 50px;
        //display: block;
        width: 100px;
        text-align: center;
    	left:-11px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #nav_bar nav a.m-menu:first-child {margin-left: 0;}
    #nav_bar ul {
        position: static;
        bottom: 20px;
        width: auto;
        height:60px;
        line-height: 60px;
        display: block;
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0;
        float: right;
    }
    #nav_bar ul li {
        float:right;
        height:60px;
        line-height: 60px;
        margin:0 7px;
    }
    #nav_bar ul li a.m-menu {
        line-height: 60px;
        padding: 0;
    }

    .container {
        width: 100%;
        height: auto;
        min-height: 0px;
        position: static;
        top: 0px;
    }
    .container.gallery {
        position: absolute;
        min-height: 1200px;
    }
    .magicwall .magicwall-grid {
        margin-left: 0;
        margin-top: 60px;
    }
    .tags {
       margin-left:10px;
       left:0;
    }
    .bulb {top: 5%;}

    .top-tags {
        bottom: auto;
        top: 76px;
    }
    .bottom-tags {position: static;clear:both;float:left;margin-top: 22px;}

    .text-zone {
        position: static !important;
        max-height: auto;
        min-height: 350px;
        float:left;
        margin-left: 10%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin-top: 60px;
    }
    .skills {
        margin-top: 110px;
    }
    .skills .text-zone{
        width: 80%;
        min-height: 0;

    }
    .skills .bottom-tags {display: none}
    body {overflow: auto}

    #pyramid {display:none}


    .blog-link {
        display:none
    }

    .contact .text-zone {
        width: 80%;
    }

    .map-wrap {
        float: none;
        width: 80%;
        margin-left:10%;
        height: 320px;
        clear: both;
    }
    .inf-map {
        top: auto;
        right: 5%;
        bottom:50px;
    }
    .down-text {
        width: 100%!important;
    }
    .contact-form ul li.halfs {
        width: 90%!important;
    }
    .down-text .half.submit {
        width: 90%!important;
    }
}

@media (max-width: 750px){

  .bg .jr {

      width: 150px;
      top: 160px;
  }

    .bg .jb {
        width: 150px;
        top: 172px;
    }


    #nav_bar nav a {
        //margin-left: 10%;
    }

    h1 {
        font-size: 47px !important;
    }
}

@media (max-width: 530px){
    #mobile-link {
        font-size: 30px;
        color:#fff;
        float:right;
        margin: 10px 20px 10px 10px;
        display: block;
    }
    #nav_bar ul {display: none}

    .bg  {
      display: none;
    }
    .home-page .text-zone, .pages .text-zone {
        width: 85%!important;
        left:5%!important;
    }

    body {
        overflow-x:hidden ;
    }


    .home-page h1:after {
        display: none;
    }
    .chart-group {
        width: 50%;
        margin-bottom: 30px;
    }
    .chart-group .chart:first-child {
        margin: 0 auto 40px auto;
    }
    .inf-map {
        margin-left: 10%;
        width: 80%;
        position: static;
        clear: both;
    }

    #nav_bar nav {
        width: 100%;
       /* position: fixed;*/
        left: 100%;
        opacity: 0;
        margin-left: 0;
        float: left;
        overflow: hidden;
        text-align: center;
        height: 115px;
        top: 60px;
        margin-top: 0;
        background: url("../images/background-color.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;

    }
    .white #nav_bar nav {
        background: #fff;
    }

    #nav_bar nav a {
        float: left;
        margin-left: 10% !important;
        line-height: 60px;
        height: 60px;
       // width: 16%;
    }

    #nav_bar nav.show {
        left: 0;
        opacity: 1;

    }


    *, *:after, *:before {
        box-sizing: border-box;
        text-rendering: optimizelegibility;
    }
    #nav_bar nav a:first-child:after {
    }
    #nav_bar nav a:first-child:after {
        content: "HOME";
        margin-left: 10px;
    }
    #nav_bar nav a:after {
        background: none repeat scroll 0 0 black;
        content: "";
        font-size: 10px;
        height: 60px;
        left: 10px;
        opacity: 0;
        position: fixed;
        text-align: center;
        top: 115px;
        transition: all 0.3s ease-out 0s;
        width: 100px;
    }
    #nav_bar nav a.drp:after {
        background: none repeat scroll 0 0 black;
        content: "";
        font-size: 10px;
        height: 60px;
        left: 10px;
        opacity: 0;
        position: fixed;
        text-align: center;
        top: 174px;
        transition: all 0.3s ease-out 0s;
        width: 100px;
    }
    #nav_bar nav a.drps:after {
        background: none repeat scroll 0 0 black;
        content: "";
        font-size: 10px;
        height: 60px;
        left: 10px;
        opacity: 0;
        position: fixed;
        text-align: center;
        top: 174px;
        transition: all 0.3s ease-out 0s;
        width: 100px;
    }



    #nav_bar nav a:first-child:after {left:0%;}

    #nav_bar nav a:first-child + a:after {
       left:16%;
    }


    #nav_bar nav a:first-child + a +  a:after {
           left:32%;
    }

    #nav_bar nav a:first-child + a + a + a:after {
            left:46%;
    }

    #nav_bar nav a:first-child + a + a + a + a:after {
            left:61%;
    }

    #nav_bar nav a:first-child + a + a + a + a + a:after {
            left:77%;
    }
}

@media (max-width: 440px){
    .chart-group {
        width: 50%;
        margin-bottom: 30px;
    }
   #nav_bar nav a {
        float: left;
        margin-left: 7% !important;
        line-height: 60px;
        height: 60px;
       // width: 16%;
    }

    #nav_bar nav a:first-child:after {left:-2%;}

    #nav_bar nav a:first-child + a:after {
       left:9%;
    }


    #nav_bar nav a:first-child + a +  a:after {
           left:23%;
    }

    #nav_bar nav a:first-child + a + a + a:after {
            left:36%;
    }

    #nav_bar nav a:first-child + a + a + a + a:after {
            left:48%;
    }

    #nav_bar nav a:first-child + a + a + a + a + a:after {
            left:61%;
    }
}

.row {
    display: block;
    margin: 0px!important;
}
.column-narrow.col3 {
    /*width: 28%;*/
    width: 20%;
}
.column-narrow {
    display: block;
    float: left;
    margin-right: 2%;
}
/*.team .team-member {
    margin: 0 0 40px;
}*/
.team .team-member-image {
    display: block;
    width: 100%;
    margin: 0;
}
.team .team-member-body {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0;
}
.team .team-member-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.team .team-member-description {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 5px;
}
.team .team-member-content {
    margin: 15px 0 0;
}
.team .team-member-content p:last-child {
    margin-bottom: 0;
}
.team .team-member-links {
    margin: 10px 0 0;
}



/*=============courses page testimonial slider section==============*/
.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.section-title:after,
.section-title:before {
    content: '';
    position: absolute;
    bottom: 0;
}
.section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.testi {
    margin: 100px auto!important;
}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 35px 100px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #2491d0;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #2491d0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    /*width: 100%;
    height: auto;*/
    width: 90px;
    height: 90px;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #a7a7a7;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px!important;
    height: 10px!important;
    background: #fff;
    border: 2px solid #2491d0;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #2491d0;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    #particles-js {
    	top: 160px;
    }
    .teampics {
        display: block!important;
    }
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }
    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }
    .customer-feedback .owl-prev {
        left: 0;
    }
    .customer-feedback .owl-next {
        right: 0;
    }
    .logo img {
	    display: block;
	    margin: 12px 15px;
	}
    .eras {
    	margin: 40px auto 40px;
    	width: 180px;
    }
    .blast-root span {
		font-size: 50px;
	}
	.dropdown-container {
		position: absolute;
	    top: 54px;
	    width: 100%;
	    padding-left: 7px;
	    z-index: +10;
	}
	.m-menu .arr-class {
		display: none;
	}
    #nav_bar nav a.m-menu:first-child:hover {
	    background: url(../images/home-blue.png) no-repeat 0px 13px;
	    opacity: 0.7;
	}
	#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu:hover {
	    background: url(../images/courses-blue.png) no-repeat 0px 16px;
	    opacity: 0.7;
	}
	#nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu:hover {
	    background:url("../images/bim-blue.png") no-repeat 0px 24px;
		opacity:0.7;
	}
    #nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu:hover {
        background: url(../images/services-blue.png) no-repeat 0px 12px;
        opacity: 0.7;
    }
    #nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu:hover {
        background: url(../images/projects-blue.png) no-repeat 0px 13px;
        opacity: 0.7;
    }
    #nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu + .dropdown-container + a.m-menu + a.m-menu + a.m-menu:hover {
        background: url(../images/contact-blue.png) no-repeat 0px 15px;
        opacity: 0.7;
    }
    .home-page h2 {
        margin-top: 110px;
    }
    .customer-logos {
        margin-top: 130px!important;
    }
    .contact .text-zone {    
        width: 88%!important;
        margin-left: 20px;
    }
    .contact-form ul li.half {
        width: 90%;
    }
    .videoWrapper iframe {
        height: 170px;
    }
    /*#nav_bar nav {
        left: 0px;
    }*/
}

@media (min-width: 767px) and (max-width: 960px) {
    #nav_bar nav a.m-menu:hover:first-child {
        margin-left: 0;
        background: url(../images/home-blue.png) no-repeat 0px 13px;
        opacity: 0.7;
    }
    #nav_bar nav a.m-menu:first-child + .dropdown-container + a.m-menu + a.m-menu:hover {
        background: url(../images/courses-blue.png) no-repeat 0px 16px;
        opacity: 0.7;
    }
    .teampics.hidden-md.hidden-sm {
        display: block!important;
        width: 92%!important;
    }
    .hidden-xs {
        display: none!important;
    }
}
/**/
.social {
    right: 0;
    top: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -125px;
    z-index: 6;
}
.social a.text {
    margin-right: 0;
    color: #fff;
    text-decoration: none;
    font-family: 'Moayad_Light', Arial, Helvetica, sans-serif;
}
.social a {
    color: #fff;
}
.social a {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.line {
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px;
}
.social a i {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social a:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.lists {
    padding: 0px;
}
.lists li {
    color: #fff;
    font-size: 18px;
    font-family: 'Moayad_Light', Arial, Helvetica, sans-serif;
    line-height: 2.0;
    display: block;
    padding: 0px;
}
/*==========teams============*/
ul.team-pic {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 600px;
  height: 150px;
}

ul.team-pic li {
  list-style: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #000;
  margin: -100px;
  /*transform: rotate(45deg);*/
  transform: rotate(315deg);
  transition: .5s;
  overflow: hidden;
  opacity: .5;
}

ul.team-pic li:hover {
  opacity: 1;
}
ul.team-pic li.item1{
  top: 0;
  left: 0;
}

ul.team-pic li.item2{

  bottom: 0;
  left: 25%;
}

ul.team-pic li.item3 {
  top: 0;
  left: 50%;
}

ul.team-pic li.item4 {
  bottom: 0;
  left: 75%;
}

ul.team-pic li.item5 {
  top: 0;
  left: 100%;
}
ul.team-pic li.item6 {
  bottom: 0;
  left: 125%;
}
.txt-rotate {
    color: #259CD7;
}
.teampics {
    width: 82%!important;
    margin: 0 10px!important;
    display: none;
}
.teams img{
    width: 100%;
    margin: 10px 20px;
    padding: 0px;
}
/*========= Customr Slider ===========*/
.customer-logos {
  /*background-color: #111;*/
  margin-top: 300px;
}
.container.home-page.partners {
    width: 94%!important;
    text-align: center;
    left: 60px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
    border: 3px solid #259CD7;
    border-radius: 5px; 
    /*box-shadow: 0 5px 5px 0px #ddd;*/
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.fa-newspaper-o:hover {
    color: #fff;
}
#nav_bar nav .dropdown-container a:hover i {
    opacity: 1;
}

/*image slider*/

.before-after{
    position:relative;
    display:inline-block;
    vertical-align:top;
    user-select:none
}
.before-after .photo img{
    display:block;
    max-width:100%;
    height:auto;
}
.before-after .photo.before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transform:translate(-50%);
}
.before-after .photo.before .layer,.before-after .photo.before img{
    transform:translate(50%);
}
.before-after .drag-handler{
    width:8px;
    background-color:#00aaff;
    margin:0 0 0 -4px;
    position:absolute;
    left:50%;
    top:0;
    height:100%;
    opacity:.25;
}
.before-after .drag-handler .drag-element{
    position:absolute;
    left:-12px;
    top:50%;
    width:32px;
    height:32px;
    margin:-16px 0 0 0;
    background-color:#fff;
    border:4px #00aaff solid;
    cursor:pointer;
    transform:rotate(45deg);
}
.before-after:hover .drag-handler{
    opacity:1;
}

.down-text {
    width: 980px;
    text-align: center;
    margin: 20px auto 80px;
    color: #fff;
    font-size: 20px;
}
button#target {
    width: 450px;
    padding: 20px;
    border-radius: 3px;
    outline: 0;
    border: 2px solid #04A4CC;
    font-size: 22px;
    font-weight: bold;
}
button#target:hover {
    background-color: #04A4CC;
    color: #fff;
}
.file-text {
    display: block;
    width: 450px;
    margin: 0 auto;
}
.downloads {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.homes {
    position: absolute;
    z-index: 100;
    width: 680px;
    height: 570px;
    top: 20%;
    left: 25%;
    display: block;
}
.container.team {
    width: 1120px!important;
    height: auto!important;
}
.team-member {
    padding: 32px 40px;
    margin-top: 48px;
    border: 1px solid #ebebeb;
    text-align: center;
    transition: all .35s;
    background: #f7f7f7;
    transition: all .35s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.team-member img {
    width: 180px;
    max-width: 100%;
    border-radius: 50%;
}
.team-member h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #383749;
}
.team-member h4 {
    font-size: 16px;
    font-weight: 400;
    color: #CD3539;
}
.team-member:hover {
    transform: translate(0px,-10px);
    box-shadow: 0 19px 38px rgb(10 59 157 / 20%), 0 15px 12px rgb(0 0 0 / 22%);
}