/*-------------------------------------------------------
//////////////////////   Global   ///////////////////////
--------------------------------------------------------*/
/* ==== //fonts ====*/
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url('../font/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),  url('../font/ProximaNovaA-Regular.otf')  format('opentype'),
       url('assets/../font/ProximaNovaA-Regular.woff') format('woff'), url('../font/ProximaNovaA-Regular.ttf')  format('truetype'), url('../font/ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');

  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url('../font/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/ProximaNovaA-Bold.otf')  format('opentype'),
       url('../font/ProximaNovaA-Bold.woff') format('woff'), url('../font/ProximaNovaA-Bold.ttf')  format('truetype'), url('../font/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');

  font-weight: normal;
  font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    background-color: #1c1c1e;
    color: #ffffff;
    font-family: 'ProximaNovaA-Regular';
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

a {
    color: #fff;
}
button, .module_info_link {
    font-family: 'ProximaNovaA-Bold';
}
.btn {
    border: none;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 0;
    background-color:
    #fe9a01;
    color:
    #000;
    letter-spacing: 1px;
    font-family: 'ProximaNovaA-Bold';
}
.btn:hover {
    background-color: #fff;
    color: #000000;
}


/*-------------------------------------------------------
////////////////////// Animation ////////////////////////
--------------------------------------------------------*/
#particle-canvas {
  width: 100%;
  height: 100%;
  position: fixed !important;
  z-index: 1;
  top: 0;
  left: 0;
}
#particle-canvas div {
    background-color: #1c1c1e !important;
}
.site-container {
    position: relative;
    z-index: 2;
}
/*-------------------------------------------------------
////////////////////// Home Page ////////////////////////
--------------------------------------------------------*/
.module.module-intro {
    padding-top: 113px;
    padding-bottom: 113px;
    margin: 0;
    position: relative;
}
.module__background, .module__background__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.module__background {
    z-index: 1;
}
[backgroundparallax] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
[backgroundparallax] > div:not(.dev-panel) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
[backgroundparallax] > div:not(.dev-panel):first-child {
    top: -30%;
    height: 130%;
}
[backgroundparallax] > div:not(.dev-panel) .video-wrapper, [backgroundparallax] > div:not(.dev-panel) .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
audio,
video {
 display:inline-block
}
audio:not([controls]) {
 display:none;
 height:0
}
[backgroundparallax] > div:not(.dev-panel) .video-wrapper, [backgroundparallax] > div:not(.dev-panel) .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
[backgroundparallax] > div:not(.dev-panel) .video-wrapper video {
    -o-object-fit: cover;
    object-fit: cover;
}
.module__background, .module__background__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.module__background__cover {
    z-index: 2;
}
.module__inner {
    position: relative;
    z-index: 10;
}
.module.module-intro .module-info-wrap {
    max-width: 620px;
    margin: 0 auto;
    padding: 70px;
    background-color: 
    rgba(0,0,0,.76863);
   /* border: 10px solid #000;*/
    border-radius: 10px;
}
.module.module-intro .module-info-content h1, 
.module.module-intro .module-info-content h2, 
.module.module-intro .module-info-content h3 {
    font-size: 50px;
    margin-bottom: 1.5rem;
    line-height: 50px;
}
.module.module-intro .module-info-buttons {
    display: table;
    margin: 0 auto;
}
.module.module-intro .module-info-buttons a.module_info_link {
    display: inline-block;
    text-align: center;
    min-width: 100px;
    border: 2px solid #fe9a01;
    margin: 20px 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background-color: #fe9a01;
    letter-spacing: 1px;
    color: #000;
}
.module.module-intro .module-info-buttons a.module_info_link:hover {
    background-color: #fff;
    color:#000;
    border-color: #fff;
}




/*-------------------------------------------------------
////////////////////// Portfolio ////////////////////////
--------------------------------------------------------*/
.section-portfolio {
   padding: 60px 0;
   background-color: #0000002e;
}
.modul.masonry {
    font-size: 0;
}
ul.masonry {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.modul.masonry.projects .item {
    padding: 10px;
}
.modul.masonry .item {
    width: 33.3336%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*width: 100%;*/
}

@media only screen and (max-width: 992px) {
    .modul.masonry .item {
        width: 50%;
    }
}
.modul.masonry.projects .item article:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.53992%;
}
.modul.masonry.projects .item article {
    position: relative;
    position: relative;
    background-image: url("../images/device.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.modul.masonry .item img {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.modul.masonry.projects .item article .portfolio_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.modul.masonry.projects .item article > img, .modul.masonry.projects .item article .portfolio_image {
    position: absolute;
    top: 5.5%;
    left: 4.6%;
    width: 90.5%;
    height: 87.5%
}
.modul.masonry .item .overlay {
    position: absolute;
    font-size: .7rem;
}
.modul.masonry .item .overlay {
    font-size: 1rem;
}
.modul.masonry .item .overlay.hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: 
    rgba(0,0,0,0.75);
    color:
        #b9b9b9;
}

.modul.masonry.projects .item article .overlay {
    opacity: 0;
    visibility: hidden;
     -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.75);
    color: #b9b9b9;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
     border-radius: 2em;
}
.modul.masonry.projects .item article:hover .overlay {
    visibility: visible;
    opacity: 1;
    border-radius: 1em;
}
.modul.masonry .item .overlay.hover .inner {
    padding-left: 3em;
    padding-right: 3em;
    display: table;
    table-layout: fixed;
    height: 100%;
}
.modul.masonry .item .overlay.hover .inner .content {
    display: table-cell;
    vertical-align: middle;
}
.modul.masonry .item .overlay.hover .inner .content span {
    font-size: 14px;
    line-height: 18px;
    padding-bottom:5px;
    display: table;
}
.modul.masonry .item .overlay.hover .inner .content h1, .modul.masonry .item .overlay.hover .inner .content h3 {
    margin: -.2em 0 .2em 0;
    font-family: 'ProximaNovaA-Bold';
    font-size: 24px;
    text-transform: uppercase;
    color: #fe9a01;
}
.modul.masonry .item .overlay.hover .inner .content .separator {
    margin: 0;
    width: 4em;
    border-top: 0.2em solid 
    #fe9a01;
}
.modul.masonry .item .overlay.hover .inner .content h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0.625em 0;
    text-transform: none;
    font-family: 'ProximaNovaA-Regular';
    color: #fff;
    
}
.modul.masonry .item .overlay.hover .inner .content p:last-of-type {
    margin-bottom: 1.3em;
}
.modul.masonry .item .overlay.hover .inner .content .btn {
    margin: 20px 0 0 0;
    border: none;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 0;
    background-color:  #fe9a01;
    color: #000;
    display: table;
    letter-spacing: 1px;
    font-family: 'ProximaNovaA-Bold';
}
.modul.masonry .item .overlay.hover .inner .content .btn:hover {
    background-color: #fff;
    color:  #fe9a01;
}


/*-------------------------------------------------------
////////////////////// Portfolio ////////////////////////
--------------------------------------------------------*/
body section.dark {
    background-color: 
    transparent;
}
.counter_m {
    padding: 60px 0 0 0;
}
.counter_m .counter {
    padding-top: 50px;
}
.counter_m h1 {
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: #fe9a01;
}
hr.separator {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 2.5em;
    border-top: 5px solid 
    #fe9a01;
}
.content .separator + p {
    margin-top: 22px;
}
.dark p {
    color: 
    #b9b9b9;
}
.modul.counter.facts {
    padding-bottom: 60px;
    background-color: 
    transparent;
}
.modul.counter.facts .item:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: 
    #fe9a01;
    margin-top: 1em;
}
.modul.counter.facts .item {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2em;
}
.modul.counter.facts .item {
    font-size: 12px;
    width: 33.333333%;
}
.modul.counter.facts .item {
    font-size: 1.3rem;
}
.modul.counter .items .item p.numbers {
    font-size: 110px;
    line-height: 1;
    font-family: 'ProximaNovaA-Bold';
    color: 
    #fe9a01;
}
.modul.counter .items .item p {
    font-size: 16px;
    margin: 0;
    color: 
    #b9b9b9;
}
.modul.counter.facts .item p:not(.numbers) {
    margin: 0 0 1em 0;
}
.counter_m .btn {
    display: table;
    margin: 20px auto 0 auto;
    font-size: 16px;
}

/*-------------------------------------------------------
////////////////////// Single ////////////////////////
--------------------------------------------------------*/
.topBannerSection {
    height: 70vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: 
    #333;
}
.single_details {
    padding: 80px 0 60px 0;
    background-color: #0000002e;
}
.single_details_inner {
    padding: 25px;
}

/*-------------------------------------------------------
////////////////////// About us ////////////////////////
--------------------------------------------------------*/
.about-page .topBannerSection {
    height: auto;
    padding: 100px 0;
}
.teamPanel .card {
    background-color:  transparent;
    border: none;
}
.teamPanel .card img {
    margin-bottom: -77px;
    position: relative;
    z-index: 2;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.teamPanel .card .card-body {
    background-color: #1c1c1e;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.teamPanel .card-deck {
    margin: 0 auto;
}
/*---- Contetn panels ----*/
.content_list {
    padding: 60px 0;
    display: table;
    width: 100%;
    background-color: #0000002e;
}
.about-page .post_thumbEvnOd {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.p-0 {
    padding: 0 !important;
}
.about-page .content_list .blockSection:nth-child(2n+1) .post_thumbEvnOd {
    background-color: 
    #05102b;
}
.blockSection .singleShowsBlockSection .col-lg-6 .content_odd {
    padding: 80px 35px;
}
@media only screen and (min-width: 992px) {
    .blockSection:nth-child(2n) .singleShowsBlockSection .col-lg-6:nth-child(1) {
        float: right;
        order: 2;
    }
    .blockSection:nth-child(2n) .singleShowsBlockSection .col-lg-6:nth-child(2) {
        float: left;
        order: 1;
    }
}
.post-type-archive-products .post_thumbEvnOd {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*-------------------------------------------------------
////////////////////// Responsive ////////////////////////
--------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    /*-------------------------------------------------------
    ////////////////////// portfolio ////////////////////////
    --------------------------------------------------------*/
    .modul.masonry .item .overlay.hover .inner .content span.protfolio_content, .modul.masonry .item .overlay.hover .inner .content h2 {
        display: none;
    }
    .modul.masonry .item .overlay.hover .inner .content span {
        font-size: 12px;
    }
    .modul.masonry .item .overlay.hover .inner .content h1, .modul.masonry .item .overlay.hover .inner .content h3 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    #genesis-mobile-nav-primary, .menu-toggle, .sub-menu-toggle {
        color: #fff;
    }
    /*--- About page ---*/
    .about-page .post_thumbEvnOd {
        min-height: 250px;
    }
    .blockSection .singleShowsBlockSection .col-lg-6 .content_odd {
        padding: 30px 20px;
    }
    .content_list {
        padding: 30px 0
    }
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }
    .site-header {
        padding: 0 15px;
    }
    /*-------------------------------------------------------
    ////////////////////// Intro ////////////////////////
    --------------------------------------------------------*/
    .modul.masonry .item {
        width: 100%;
    }
    .module.module-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .module.module-intro .module-info-content h1, .module.module-intro .module-info-content h2, .module.module-intro .module-info-content h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .module.module-intro .module-info-wrap {
        padding: 35px 20px;
    }
    .module.module-intro .module-info-buttons a.module_info_link {
        margin: 10px 5px 0;
        padding: 8px 15px;
        font-size: 12px;
    }
    /*-------------------------------------------------------
    ////////////////////// portfolio ////////////////////////
    --------------------------------------------------------*/
    .section-portfolio {
        padding: 30px 0;
    }
    .modul.masonry.projects .item {
        padding-top: 0;
    }
    /*-------------------------------------------------------
    ////////////////////// Counter ////////////////////////
    --------------------------------------------------------*/
    .counter_m {
        padding-top: 30px;
    }
    .counter_m h1 {
        font-size: 26px;
    }
    .modul.counter .items .item p.numbers {
        font-size: 60px;
    }
    .modul.counter.facts .item::after {
        width: 50%;
        margin: 0 auto;
    }
    .modul.counter.facts .item {
        margin-bottom: 20px;
    }
    .counter_m .btn {
        font-size: 14px;
    }
    .site-footer {
        text-align: center;
    }
    #menu-main-menu-1 {
        float: none;
    }

    /*---- about us page ---*/
    .about-page .topBannerSection {
        padding: 35px 0;
    }
    .teamPanel .card img {
        max-width: 150px;
    }
    .teamPanel .card-deck {
        width: 100%;
        padding: 0 20px;
    }
}