
        @import url('//fonts.googleapis.com/css?family=Open+Sans:400,800,600,300,700');
        /*
        	Here are the CSS styles of your website.

        	Bellow are some examples, like the styles which you can apply to your text in the text editor.

        	See this page for help on CSS
        	https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started

        	In the advanced "Apollo" mode, you will be able to add CSS classes to Silex elements,
        	and then apply a CSS style to it here.
        */

        /* define a style for Title, Headings and Normal texts */
        .title,
        .heading1,
        .heading2,

        .mouse{
        cursor:  pointer;
        }
        .line-1 {
         Line-Height:40%!important;
        }
        .menu-right {
            right:5%!important;
            z-index:1000!important;
        }
        .menu-left {
            left:5%!important;
            z-index:1000!important;
        }
        .text-element a:hover {
        font-family: 'Open Sans', sans-serif;
         /* font-size:95%;*/
        /*font-weight: normal!important;*/
          color: #1bd6ff !important;
          /*background-color:#1bd6ff !important;*/
           background-color:transparent !important;
           text-decoration: none;
        }
        /*.text-element a {
        font-family: 'Open Sans', sans-serif;
         /* font-size:95%;
        /*font-weight: normal!important;
            color: white !important;
          /* background-color:white !important;
            background-color:transparent !important;
        }*/
        .none {
            text-decoration:none !important;
        }
        .nav {
            font-family: 'Open Sans', sans-serif;
            line-height: 1.2em;
            margin: 0px;
            margin-bottom: 0px;
            padding: 0px;
            clear: both;
        }
        .t2 {
            font-family: 'Open Sans', sans-serif;
            line-height: 1.6em;
            margin: 0px;
            margin-bottom: 10px;
            padding: 0px;
            font-weight: 300 !important;
        }
        .heading1 .heading2 {
            font-family: 'Open Sans', sans-serif;
            line-height: 50% !important;
            margin: 0px;
            margin-bottom: 0px !important;
            padding: 0px;
            clear: both;
        }
        .heading3 {
            font-family: 'Open Sans', sans-serif;
            font-size:100px ;
            color:white ;
            text-align: center;
            line-height: 1.6em;
            margin: 0px;
            margin-bottom: 10px;
            padding: 0px;
            font-weight: 800;
        }
        .normal {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            margin: 0px;
            margin-bottom: 10px;
            padding: 0px;
            clear: both;
            display:inline-block;
            
        }
        .normal1 {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            margin: 0px;
            margin-bottom: 0px;
            padding: 0px;
            clear: both;
            display: block;
            line-height: 9px;
            
        }
        /* title style */
        .title {
            font-family: 'Open Sans', sans-serif;
            line-height: 100% !important;
            margin: 0px;
            margin-top: 0px;
            padding-top: 0px;
            font-weight: 300;
        }
        .justifier {
            text-align: justify !important;
        }
        .center-content{
            z-index:1!important;
            width:800px !important; 
            margin-left:-400px !important;
            left:50% !important;
            }
        .full-width{
            width:100% !important;
            left: 0px !important;
        }
        .rotate_90{
        transform:rotate(45deg);
        -ms-transform:rotate(45deg); /* Internet Explorer */
        -moz-transform:rotate(45deg); /* Firefox */
        -webkit-transform:rotate(45deg); /* Safari et Chrome */
        -o-transform:rotate(45deg); /* Opera */
        }
        .shadow{
            box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.3);
        }
        .text-shadow{
            text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
        }
        .link-menu {
          background-color: rgba(255, 255, 255, 0) !important;
            /* Firefox */
            -moz-transition: all 0.5s ease-out;
            /* WebKit */
            -webkit-transition: all 0.5s ease-out;
            /* Opera */
            -o-transition: all 0.5s ease-out;
            /* Standard */
            transition: all 0.5s ease-out;
        }
        .link-menu:hover {
          background-color: rgba(255, 255, 255, 0.3) !important;
            /* Firefox */
            -moz-transition: all 0.1s ease-in;
            /* WebKit */
            -webkit-transition: all 0.1s ease-in;
            /* Opera */
            -o-transition: all 0.1s ease-in;
            /* Standard */
            transition: all 0.1s ease-in;
        }
        .btn_link{
            padding-top: 10px !important;
        }
        .link-button {
            background-color:#078fbd !important;
            /* Firefox */
            -moz-transition: all 0.5s ease;
            /* WebKit */
            -webkit-transition: all 0.5s ease;
            /* Opera */
            -o-transition: all 0.5s ease;
            /* Standard */
            transition: all 0.5s ease;
        }
        .link-button:hover {
            background-color: #1bd6ff !important;
            /* Firefox */
            -moz-transition: all 0.3s ease;
            /* WebKit */
            -webkit-transition: all 0.3s ease;
            /* Opera */
            -o-transition: all 0.3s ease;
            /* Standard */
            transition: all 0.3s ease;
              text-decoration: none!important;
        }
        .link-buttonSubmit {
            background-color:#078fbd !important;
            /* Firefox */
            -moz-transition: all 0.5s ease;
            /* WebKit */
            -webkit-transition: all 0.5s ease;
            /* Opera */
            -o-transition: all 0.5s ease;
            /* Standard */
            transition: all 0.5s ease;
            border: 1px solid #223445;
            border-radius: 18px; 
            -moz-border-radius: 5px;
            display:inline-block;
            -webkit-border-radius: 5px;
            -webkit-font-smoothing: antialiased;
        }
        .link-buttonSubmit:hover {
            background-color: #1bd6ff !important;
            /* Firefox */
            -moz-transition: all 0.3s ease;
            /* WebKit */
            -webkit-transition: all 0.3s ease;
            /* Opera */
            -o-transition: all 0.3s ease;
            /* Standard */
            transition: all 0.3s ease;
              text-decoration: none!important;
        }

        /*//////////////////////////////////////////////////////////////////////////////////////////////////////////
               > PARALAXE
        //////////////////////////////////////////////////////////////////////////////////////////////////////////*/

        .parallaxe-slow-up, .parallaxe-normal-up, .parallaxe-quick-up, .parallaxe-normal-down, .parallaxe-slow-down, .parallaxe-quick-down, .parallaxe-hyper-up, .parallaxe-hyper-down {
            background-attachment: scroll !important;
            background-position: 0px 0px;
            background-repeat: no-repeat no-repeat;
        }
        .silex-runtime .fixed-bg {
            background-attachment: fixed !important;
            background-size: cover !important;
        }
        .parallaxe-bg {
           width: 100% !important;
           z-index:0!important;
        }
        .full-ground{
            z-index:2000!important;
        }
        /*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

        .fixed-menu{
            position: fixed !important;
            top: 0 !important;
            z-index: 1000;
            border-radius: 0 !important;
        }
        .text-fx{
               text-shadow: 1px 1px #1bd6ff,
                        2px 2px #1bd6ff,
                        3px 3px #1bd6ff,
                        4px 4px #1bd6ff,
                        5px 5px #1bd6ff,
                        6px 6px #1bd6ff,
                        7px 7px #1bd6ff,
                        8px 8px #1bd6ff;
        }
        .text-fx3{
               text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8) !important;
        }
        .paged-element-hidden.animated{
            animation-name: none !important;
        }
        .footer{
            top:100%!important;
        }
    
        .silex-id-1439284273816-44 {
            cursor: auto; 
            background-color: rgb(255, 255, 255); 
            background-size: auto auto; 
        }
        .silex-id-1439284273715-43 {
            left: 56px; 
            width: 834px; 
            background-color: transparent; 
            top: -5px; 
            min-height: 6481px; 
        }
        .silex-id-1439284273614-42 {
            top: 0px; 
            background-image: url('../assets/photo-1477269072460-28a334cWeb.jpg'); 
            background-color: rgba(0,0,0,1); 
            background-size: cover; 
            min-height: 1080px; 
        }
        .silex-id-1439284273513-41 {
            top: 2160px; 
            background-image: url('../assets/photo-1423784346385-c1d4dacWeb.jpg'); 
            background-color: rgb(255, 255, 255); 
            background-size: cover; 
            min-height: 1080px; 
        }
        .silex-id-1439284273412-40 {
            top: 4320px; 
            background-image: url('../assets/20161108_171107Web3.jpg'); 
            background-color: rgb(255, 255, 255); 
            background-size: cover; 
            min-height: 1080px; 
        }
        .silex-id-1439284273311-39 {
            top: 1080px; 
            left: 154px; 
            background-color: transparent; 
            min-height: 1080px; 
        }
        .silex-id-1439284273210-38 {
            width: 376px; 
            top: 302px; 
            background-color: rgb(255, 255, 255); 
            left: 0px; 
            min-height: 218px; 
        }
        .silex-id-1439284273109-37 {
            width: 338px; 
            top: 309px; 
            left: 408px; 
            background-image: url('../assets/photo-1457612928689-a1ab27dWeb.jpg'); 
            background-color: transparent; 
            background-size: contain; 
            min-height: 225px; 
        }
        .silex-id-1439284273008-36 {
            width: 780px; 
            top: 563px; 
            left: 0px; 
            background-color: rgb(255, 255, 255); 
            background-size: auto auto; 
            min-height: 51px; 
        }
        .silex-id-1439284272907-35 {
            width: 133px; 
            top: 624px; 
            left: 627px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            background-color: rgb(255, 255, 255); 
            min-height: 30px; 
        }
        .silex-id-1439284272806-34 {
            width: 795px; 
            top: 220px; 
            left: auto; 
            background-color: transparent; 
            min-height: 72px; 
        }
        .silex-id-1439284272705-33 {
            top: 3240px; 
            left: 17px; 
            background-color: transparent; 
            min-height: 1080px; 
        }
        .silex-id-1439284272604-32 {
            width: 360px; 
            top: 272px; 
            background-color: rgb(255, 255, 255); 
            min-height: 218px; 
        }
        .silex-id-1439284272503-31 {
            width: 419px; 
            top: 294px; 
            left: 377px; 
            background-image: url('../assets/SpecworksScreenshot.jpg'); 
            background-color: transparent; 
            background-size: contain; 
            min-height: 236px; 
        }
        .silex-id-1439284272402-30 {
            width: 780px; 
            top: 540px; 
            left: 0px; 
            background-color: rgb(255, 255, 255); 
            background-size: auto auto; 
            min-height: 51px; 
        }
        .silex-id-1439284272300-29 {
            width: 133px; 
            top: 745px; 
            left: 627px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            background-color: rgb(255, 255, 255); 
            min-height: 30px; 
        }
        .silex-id-1439284272200-28 {
            width: 795px; 
            top: 200px; 
            left: auto; 
            background-color: transparent; 
            min-height: 72px; 
        }
        .silex-id-1439284272098-27 {
            top: 5401px; 
            left: 17px; 
            background-color: transparent; 
            min-height: 1079px; 
        }
        .silex-id-1439284271695-23 {
            width: 133px; 
            top: 1025px; 
            left: 627px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            background-color: rgb(255, 255, 255); 
            min-height: 30px; 
        }
        .silex-id-1439284271593-22 {
            width: 795px; 
            top: 60px; 
            left: 0px; 
            background-color: transparent; 
            min-height: 154px; 
        }
        .silex-id-1479004398242-0 {
            min-height: 171px; 
            width: 295px; 
            background-color: rgb(255, 255, 255); 
            top: 168px; 
            left: 264px; 
        }
        .silex-id-1478998208030-19 {
            width: 800px; 
            top: 118px; 
            left: 0px; 
            background-color: rgb(7, 142, 189); 
            background-size: auto auto; 
            min-height: 36px; 
        }
        .silex-id-1478998657155-20 {
            width: 800px; 
            top: 348px; 
            left: 0px; 
            background-color: rgb(7, 142, 189); 
            background-size: auto auto; 
            min-height: 36px; 
        }
        .silex-id-1479005786302-5 {
            min-height: 412px; 
            width: 300px; 
            background-color: rgb(255, 255, 255); 
            top: 409px; 
            left: 26px; 
        }
        .silex-id-1478837087636-0 {
            width: 800px; 
            top: 6775px; 
            left: 1px; 
            min-height: 200px; 
            background-color: rgb(7, 142, 189); 
        }
        .silex-id-1439284271391-20 {
            width: 800px; 
            top: 17px; 
            left: 17px; 
            background-color: transparent; 
            min-height: 178px; 
        }
        .silex-id-1439284271289-19 {
            width: 778px; 
            top: 10px; 
            left: 10px; 
            background-color: transparent; 
            min-height: 156px; 
        }
        .silex-id-1439284269875-5 {
            top: 4335px; 
            left: 17px; 
            background-color: transparent; 
            min-height: 433px; 
            width: 800px; 
        }
        .silex-id-1439284269774-4 {
            width: 793px; 
            top: 32px; 
            left: 6px; 
            background-color: transparent; 
            min-height: 1040px; 
        }
        .silex-id-1439284271087-17 {
            width: 520px; 
            left: 1403px; 
            top: 1080px; 
            z-index: 10; 
            background-color: rgb(7, 142, 189); 
            min-height: 57px; 
        }
        .silex-id-1439284270986-16 {
            width: 611px; 
            background-color: transparent; 
            background-size: auto auto; 
            min-height: 67px; 
        }
        .silex-id-1439284270885-15 {
            width: 100px; 
            top: 0px; 
            left: 102px; 
            background-color: rgba(255, 255, 255, 0.73); 
            background-size: auto auto; 
            min-height: 57px; 
        }
        .silex-id-1439284270784-14 {
            width: 100px; 
            top: 0px; 
            left: 204px; 
            background-color: rgba(255, 255, 255, 0.514); 
            background-size: auto auto; 
            min-height: 57px; 
        }
        .silex-id-1439284270582-12 {
            width: 100px; 
            top: 0px; 
            left: 306px; 
            background-color: rgba(255, 255, 255, 0.52); 
            background-size: auto auto; 
            min-height: 57px; 
        }
        .silex-id-1478662195532-4 {
            width: 100px; 
            top: 0px; 
            left: 408px; 
            background-color: rgba(255, 255, 255, 0.52); 
            background-size: auto auto; 
            min-height: 57px; 
        }
        .silex-id-1439284270380-10 {
            width: 100px; 
            top: 0px; 
            left: 510px; 
            background-color: rgba(255, 255, 255, 0.52); 
            background-size: auto auto; 
            min-height: 57px; 
        }
        .silex-id-1478819824414-0 {
            min-height: 32px; 
            width: 100px; 
            top: 35px; 
            left: -26px; 
        }
        .silex-id-1478820102468-1 {
            width: 318px; 
            top: 8px; 
            left: 81px; 
            background-color: transparent; 
            min-height: 58px; 
        }
        .silex-id-1478820824365-2 {
            min-height: 50px; 
            width: 50px; 
            top: 3px; 
            left: 14px; 
        }
        .silex-id-1439284270178-8 {
            width: 800px; 
            top: 2262px; 
            left: 428px; 
            background-color: transparent; 
            min-height: 518px; 
        }
        .silex-id-1439284269976-6 {
            width: 130px; 
            top: 516px; 
            left: 554px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            background-color: rgb(255, 255, 255); 
            min-height: 30px; 
        }
        .silex-id-1478982463549-0 {
            width: 767px; 
            top: 201px; 
            left: 20px; 
            min-height: 317px; 
            background-color: transparent; 
        }
        .silex-id-1478986913456-8 {
            min-height: 61px; 
            width: 175px; 
            top: 36px; 
            left: 240px; 
        }
        .silex-id-1478987036671-9 {
            min-height: 115px; 
            width: 175px; 
            top: 3px; 
            left: -17px; 
        }
        .silex-id-1478987111558-12 {
            min-height: 54px; 
            width: 175px; 
            top: 155px; 
            left: 486px; 
        }
        .silex-id-1478987072647-11 {
            min-height: 66px; 
            width: 175px; 
            top: 36px; 
            left: 486px; 
        }
        .silex-id-1478987855742-15 {
            min-height: 37px; 
            width: 175px; 
            top: 265px; 
            left: 5px; 
        }
        .silex-id-1478987205533-13 {
            min-height: 70px; 
            width: 175px; 
            top: 145px; 
            left: 240px; 
        }
        .silex-id-1478987062745-10 {
            min-height: 70px; 
            width: 175px; 
            top: 145px; 
            left: 5px; 
        }
        .silex-id-1439284270077-7 {
            width: 733px; 
            top: 22px; 
            left: 15px; 
            background-color: transparent; 
            min-height: 214px; 
        }
        .silex-id-1439284269571-2 {
            width: 800px; 
            top: 91px; 
            left: 400px; 
            background-color: transparent; 
            background-size: auto auto; 
            min-height: 330px; 
        }
        .silex-id-1478579202753-0 {
            min-height: 75px; 
            width: 75px; 
            top: 17px; 
            left: 13px; 
        }
        .silex-id-1478579611572-3 {
            min-height: 70px; 
            width: 300px; 
            top: 28px; 
            left: 102px; 
        }
        .silex-id-1439284269356-0 {
            line-height: 1em; 
            width: 204px; 
            top: 161px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            left: 140px; 
            background-color: rgb(103, 208, 176); 
            background-size: auto auto; 
            min-height: 49px; 
        }
        .silex-id-1478589903173-1 {
            line-height: 1em; 
            width: 204px; 
            top: 161px; 
            border-top-left-radius: 10px; 
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px; 
            border-bottom-left-radius: 10px; 
            left: 447px; 
            background-color: rgb(103, 208, 176); 
            background-size: auto auto; 
            min-height: 49px; 
        }
    