    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
    body {
        font-size: 1.2em;
        line-height: 1.6;
        overflow-x: hidden;
        font-family: 'Open Sans', sans-serif;
        color: #414042;
        position: relative;
    }
    
    a {
        text-decoration: none !important
    }
    
    li,
    ol,
    ul {
        list-style: none
    }
    
    ::selection {
        background: #06b0bb;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-origin: initial;
        background-clip: initial;
        color: #fff!important;
        text-shadow: none
    }
    
    iframe {
        width: 100%!important
    }
    
    .back-to-top {
        position: fixed;
        display: none;
        background: #f6a800;
        color: #fff;
        display: inline-block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 1;
        font-size: 16px;
        border-radius: 50%;
        right: 25px;
        bottom: 15px;
        transition: background .5s;
        z-index: 11;
        background: #06b0bb;
    }
    
    .back-to-top img {
        padding-top: 12px;
        color: #fff;
        width: 64%;
    }
    
    .backowls {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/owl.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-contact {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/contact.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-agence {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/agence.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-service {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/services.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    header {
        right: 0;
        height: 71px;
        background-color: rgba(39, 40, 45, 0);
        margin: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    canvas {
        display: none;
    }
    
    canvas.hi {
        display: inline-block;
    }
    
    header {
        z-index: 99;
        top: 29px;
        left: 0;
    }
    
    header {
        position: absolute;
        /* width: 100%; */
    }
    
    .container {
        position: relative;
        /* width: 100%; */
        heigh: 100%;
        /* text-align: center; */
        /* top: 40%; */
        /* left: 0; */
        /* margin: 0 auto; */
    }
    
    .container p {
        /* font-size: 20px; */
    }
    
    .container a {
        /* display: inline-block; */
        /* position: relative; */
        /* text-align: center; */
        /* color: #FF5252; */
        /* text-decoration: none; */
        /* font-size: 20px; */
        /* overflow: hidden; */
        /* top: 5px; */
    }
    
    .container a:after {
        /* content: ''; */
        /* position: absolute; */
        /* background: #FF5252; */
        /* height: 2px; */
        /* width: 0%; */
        /* -webkit-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* left: 50%; */
        /* bottom: 0; */
        /* transition: .35s ease; */
    }
    
    .container a:hover:after,
    .container a:focus:after,
    .container a:active:after {
        width: 100%;
    }
    
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        z-index: 30000000;
    }
    
    .button_container:hover {
        opacity: .7;
    }
    
    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    
    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }
    
    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    
    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }
    
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        height: 990px
    }
    
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 2;
    }
    
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }
    
    .overlay nav {
        position: relative;
        height: 70%;
        top: 70%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: center;
    }
    
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    
    .overlay ul li {
        display: block;
        /* height: 25%; */
        /* height: calc(100% / 4); */
        /* min-height: 30px; */
        position: relative;
        opacity: 0;
        margin-bottom: 10px;
    }
    
    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 50px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    
    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        transition: .35s;
    }
    
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    .hic {
        min-height: inherit !important;
        /*        display: none;*/
    }
    
    .button_container::after {
        content: "MENU";
        position: absolute;
        top: 2px;
        right: -33px;
        font-size: 12px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .logo-inner {
        left: 0%;
        float: left;
        /* margin-left: 2%; */
        /* top: 3%; */
    }
    
    .text-backowl {
        text-align: left;
        color: #fff;
        margin-top: 200px;
    }
    
    .text-backowl h2 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 50px;
    }
    
    .text-backowl h1 {
        font-size: 30px;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }
    
    .text-backowl p {
        font-size: 23px;
    }
    
    .dropbox {
        position: relative;
        display: inline-block;
        top: 50px;
        width: 100%;
        max-width: 805px;
        -webkit-animation: loadh 2.5s ease-in-out both;
        animation: loadh 2.5s ease-in-out both;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        z-index: 1;
    }
    
    #dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 273px;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        margin: 0 48px 0 0;
        cursor: pointer;
        text-align: left;
        color: #fff;
        background-color: #06b0bb;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-radius: 6px;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
    }
    
    #dropdown:hover {
        background-color: #f7a900;
    }
    
    #dropdown.open {
        background-color: #06b0bb;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    
    #dropdown::after,
    #dropdown::before {
        content: "";
        position: absolute;
        top: 29px;
        right: 20px;
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    #dropdown::before {
        border-left: none;
        border-top: none
    }
    
    #dropdown::after {
        border-right: none;
        border-bottom: none;
        opacity: 0
    }
    
    #dropdown.open::after,
    #dropdown.open::before {
        top: 27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    #dropdown ul {
        position: absolute;
        display: none;
        bottom: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        /* -webkit-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9); */
        -moz-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9);
        /* box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9); */
        float: left;
        margin-bottom: 0;
    }
    
    #dropdown ul li a {
        display: inline-block;
        width: 100%;
        color: #282a2d;
        font-weight: 400;
        padding: inherit;
        height: auto;
        line-height: 20px;
        text-transform: none;
        border-bottom: 1px solid #eee;
        letter-spacing: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: uppercase;
        font-size: 20px;
        background-color: #fff;
    }
    
    #dropdown ul li a:hover {
        background-color: #f7a900;
        color: #fff;
    }
    
    #dropdown ul li:last-child a {
        text-transform: uppercase;
        border: none;
    }
    
    #dropdown ul li:last-child a:hover {
        background-color: #f7a900;
    }
    
    a#dropdownLink {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 30px;
        width: calc(100% - 31px);
        height: 100%;
        color: #fff!important;
    }
    
    a#closeDropdownLink {
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 0;
        width: 25px;
        height: 25px;
        line-height: 15px;
        padding: 5px;
        text-align: center;
        /* background-color: #ffffff; */
        text-indent: -9999px;
    }
    
    a#closeDropdownLink:hover {
        /* background-color: #27292c; */
    }
    
    a#closeDropdownLink::before,
    a#closeDropdownLink::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 12px;
        left: 5px;
        width: 15px;
        height: 1px;
        background-color: #162528;
    }
    
    a#closeDropdownLink::before {
        transform: rotate(-45deg)
    }
    
    a#closeDropdownLink::after {
        transform: rotate(45deg)
    }
    
    .dropbox a.drop-last {
        position: relative;
        display: inline-block;
        margin: 35px 0 0;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 7px;
    }
    
    .ls-i {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fff;
    }
    
    footer .text-f {
        font-size: 18px
    }
    
    .logo-footer {
        text-align: center;
        margin-top: 37px;
    }
    
    footer p {
        font-size: 14px;
    }
    
    footer b {
        font-size: 14px;
        margin-bottom: 22px;
        display: block;
    }
    
    .footer-titk {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    footer a {
        color: rgba(65, 64, 66, 255);
    }
    
    footer li {
        /* padding-left: 15px; */
        margin-left: 0px;
        /* margin-top: 10px; */
        line-height: 30px;
    }
    
    footer ul {
        padding-left: 0px;
        margin-left: 0px;
    }
    
    footer a:hover {
        color: #018fa0;
    }
    
    .dropbox a.drop-last {
        margin-top: 0px;
        padding: 0 30px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    
    .dropbox a.drop-last::after {
        width: 0;
        height: 1px;
        background-color: #fff;
        position: absolute;
        display: inline-block;
        content: "";
    }
    
    a#closeDropdownLink::before {
        transform: rotate(-45deg);
    }
    
    a#closeDropdownLink::before,
    a#closeDropdownLink::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 12px;
        left: 5px;
        width: 15px;
        height: 1px;
        background-color: #fff;
    }
    
    @media(max-width:768px) {
        .button_container {
            position: absolute;
            top: 57%;
            right: 40px;
            height: 25px;
        }
        .text-backowl {
            margin-top: 150px;
        }
        .text-backowl h2 {
            font-size: 30px;
            margin-bottom: 28px;
        }
        .text-backowl h1 {
            font-size: 16px;
            line-height: 1.5;
        }
        .text-backowl p {
            font-size: 14px;
        }
        div#dropdown {
            max-width: 100%;
            text-align: center;
            margin-bottom: 21px;
            height: 55px;
            line-height: 55px;
            font-size: 20px;
        }
        .dropbox a.drop-last {
            height: 55px;
            line-height: 55px;
            font-size: 20px;
            display: block;
            width: 100%;
        }
        .backowls {
            min-height: 100vh;
        }
        .logo-footer {
            margin-bottom: 50px;
        }
        .overlay ul li a {
            font-size: 27px;
        }
        .overlay nav {
            top: 62%;
        }
    }
    
    .form .panel-default>.panel-heading {
        color: #fff;
        background-color: #06b0bb;
        border-color: #06b0bb;
        font-size: 20px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 20px;
    }
    
    .form .panel {
        border: 0px solid transparent;
        border-radius: 8px;
    }
    
    .form .panel-title {
        color: #808285;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .form .panel-body {
        padding: 20px;
    }
    
    .page-in h2 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase;
        line-height: 1.5;
    }
    
    .page-in h2 span {
        color: #06b0bb;
    }
    
    .page-in h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .page-in h3 {
        font-size: 22px;
    }
    
    .line-deco {
        border-bottom: 3px solid #06b0bb;
        width: 50%;
        margin-bottom: 50px;
    }
    
    .breadcrumb {
        margin-bottom: 20px;
        list-style: none;
        background-color: transparent;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0px
    }
    
    .breadcrumb-item:last-child {
        font-weight: 600;
    }
    
    .breadcrumb-item a {
        color: #414042;
        transition: all .4s ease-out;
    }
    
    .breadcrumb>li {
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .breadcrumb>.active {
        color: #000;
    }
    
    .breadcrumb>li+li:before {
        padding: 0 2px;
        color: #fff;
        content: "/\00a0";
    }
    
    .devis .panel-default>.panel-heading {
        color: #fff;
        background-color: #06b0bb;
        border-color: #06b0bb;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-size: 18px;
        padding-left: 25px;
        padding: 20px;
    }
    
    .devis .panel-title {
        /* color: #808285; */
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .devis .panel {
        border-radius: 8px;
        -webkit-box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
        -moz-box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
        box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
    }
    
    .text-devis h4 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .text-devis p {
        font-size: 14px;
        /* color: #808285; */
        font-size: 14px;
        text-align: justify;
    }
    
    .text-devis a {}
    
    .text-devis .line-d {
        border-bottom: 1px solid #c0c1c3;
        width: 70%;
        margin-bottom: 10px;
        margin-top: 30px
    }
    
    .min-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .text-devis a {
        color: #06b0bb;
        font-size: 14px;
        font-weight: 600;
    }
    
    .devis-x label {
        margin-bottom: 8px;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #414042;
    }
    
    textarea.form-control {
        height: auto !important;
    }
    
    .devis-x .form-control {
        height: 40px;
        border-radius: 0px;
        border: 1px solid #c9cacc;
    }
    
    .btn-right {
        text-align: right;
    }
    
    button.btn.btn-send {
        background-color: #f7a900;
        color: #fff;
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 7px;
        margin-top: 20px;
    }
    
    .text-l {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    span.searchby {
        cursor: pointer;
    }
    
    .devis .panel-body {
        padding: 20px;
    }
    
    #home footer {
        border-top: 0px solid #b5b7b7 !important;
        margin-top: 0px !important;
    }
    
    @media(max-width:768px) {
        .form .panel {
            margin-top: 25px;
        }
        .page-in h2 {
            font-size: 30px;
            margin-bottom: 28px;
        }
        .page-in h3 {
            font-size: 16px;
        }
        .text-l {
            margin-top: -6px;
        }
        .devis .panel {
            margin-top: 40px;
        }
        .page-in h1 {
            font-size: 20px;
        }
    }
    
    .text-top p {
        margin-top: 30px;
        font-size: 16px;
        text-align: justify;
    }
    
    .team h4 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
    }
    
    .member {
        width: 226px;
        height: 226px;
    }
    
    .member {
        position: relative;
        display: block;
        width: 200px;
        height: 200px;
        z-index: 1;
        background-color: #f1f1f1;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        border-radius: 300px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        display: block;
        cursor: pointer;
        overflow: hidden;
    }
    
    .member .color {
        position: absolute;
        top: -110%;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 110%;
        background-color: rgba(141, 198, 63, .9);
    }
    
    .bar-verticl {
        height: 100px;
        width: 3px;
        border-left: 2px solid #05b0ba;
    }
    
    .member-name {
        text-align: center;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .member-prof {
        font-size: 15px;
        text-align: center;
        font-weight: 600;
    }
    
    .member-description p {
        font-size: 14px;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .block-left h5 {
        font-size: 20px;
        font-weight: bold;
        color: #414042;
    }
    
    .line-deco.min-line {
        margin-bottom: 15px;
        width: 42%;
    }
    
    .block-left p {
        font-size: 14px;
        margin-right: 50px;
        text-align: justify;
    }
    
    .cube {
        position: relative;
        border-radius: 15px;
        background-color: #06b0bb;
        width: 100%;
        text-align: center;
        /* padding: 15px; */
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
    
    .cube.cube-big {
        width: 100%;
        height: 150px;
    }
    
    .cube-text {
        text-align: center;
        margin-top: 15px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .btn-link {
        font-weight: 400;
        border-radius: 7px;
        text-decoration: none !important;
        background-color: #06b0bb;
        font-size: 16px;
        color: #fff;
        margin-right: 50px;
        padding-left: 25px;
        padding-right: 25px;
        padding: 6px 12px;
    }
    
    .btn-link:focus,
    .btn-link:hover {
        color: #fff;
        text-decoration: underline;
        background-color: #f7a900;
    }
    
    .image-relative {
        position: relative;
        width: 100%;
        margin-bottom: 100px;
    }
    
    .image-relative img {
        width: 60%;
        height: 500px;
        /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
        /* margin-left: 50%; */
        /* margin-bottom: 100px; */
    }
    
    .box-text {
        position: absolute;
        top: 20%;
        background-color: #fff;
        right: 34%;
        padding: 25px;
        border-radius: 15px;
    }
    
    .cube.cube-mid {
        width: 160px;
        padding: 20px;
        height: 160px;
        margin-top: 20px;
        text-align: center;
        padding-top: 35px;
    }
    
    .cube.cube-min {
        width: 140px;
        height: 140px;
        margin-top: 40px;
        text-align: center;
        padding: 20px;
        padding-top: 25px;
    }
    
    .cube.cube-big {
        height: 180px;
        width: 180px;
        padding: 20px;
        padding-top: 45px;
    }
    
    .col-m {
        display: inline-block;
        padding-left: 10px;
    }
    
    .rowm {
        text-align: right;
    }
    
    .box-text {
        position: absolute;
        top: 20%;
        left: 36%;
        padding: 40px;
        border-radius: 15px;
        width: 449px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        text-align: justify;
        height: 304px;
    }
    
    .box-text p {
        font-size: 14px;
    }
    
    .box-text a {
        font-size: 14px;
        color: #06b0bb;
        font-weight: 600;
    }
    
    .blueb .box-text {
        background-color: #06b0bb;
    }
    
    .blueb .box-text p {
        color: #fff;
    }
    
    .blueb .box-text a {
        color: #fff;
    }
    
    .whiteb .box-text {
        background-color: #06b0bb;
    }
    
    .whiteb .box-text p {
        color: #fff;
    }
    
    .whiteb .box-text a {
        color: #fff;
    }
    
    .box-title {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 12px;
    }
    
    .blueb .box-title {
        color: #fff
    }
    
    .services-full-text {
        margin-top: 100px;
    }
    
    .image-relative.image-blue {
        text-align: right;
    }
    
    .image-blue .box-text {
        right: 36%;
        left: inherit;
        background-color: #06b0bb;
        color: #fff;
    }
    
    .image-blue .box-text a {
        font-size: 14px;
        color: #fff;
    }
    
    .image-blue .line-deco {
        border-bottom: 3px solid #ffffff;
    }
    
    .member img {
        width: 100%;
    }
    
    .btn-link a {
        color: #fff !important;
    }
    
    .block-triple {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    
    @media(max-width:600px) {
        .block-triple {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .cube {
            margin-left: 10%;
        }
        .col-m {
            display: block;
            margin-left: 15%;
            margin-right: 15%;
        }
        .rowm {
            margin-top: 30px;
            text-align: left;
        }
        .cube-text {
            text-align: center;
            /* margin-left: 31px; */
        }
        .image-relative img {
            width: 100%;
            height: 300px;
        }
        .rowm {
            text-align: left;
        }
        .image-relative img {
            width: 83%;
        }
    }
    
    @media(max-width:768px) {
        .box-text {
            left: 4%;
            width: 93%;
            top: 27%;
            height: 279px;
            padding: 25px;
        }
        .image-blue .box-text {
            left: 4%;
            width: 93%;
            top: 27%;
            right: inherit;
            height: 297px;
            padding: 20px;
        }
        .block-left p {
            margin-right: 0px;
        }
        .cube.cube-mid {
            margin-left: 15%;
        }
        .cube.cube-min {
            margin-left: 19%;
        }
        .btn-link {
            margin-right: 0px;
        }
    }
    
    figcaption {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(6, 176, 187);
        color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s;
    }
    
    figcaption p {
        padding: 10px 20px;
        margin-bottom: 0;
        margin-top: 20px;
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 42%;
    }
    
    figcaption a {
        color: #fff;
        border: 2px solid #fff;
        padding: 4px 10px;
        text-decoration: none;
    }
    
    figcaption a:hover {
        color: #4f5856;
        background: #fff;
    }
    
    button.btn.btn-send:hover {
        background-color: #06b0bb;
        color: #fff;
    }
    
    .member:hover figcaption {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }
    
    .bg-bg {
        background-color: #f4f4f4;
        position: relative;
    }
    
    .full-text {
        text-align: justify
    }
    
    small {
        color: #808285;
        font-size: 13px;
    }
    
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100%;
        background-image: url("../img/bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    /* ---- stats.js ---- */
    
    .count-particles {
        /* background: #000022; */
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    
    .js-count-particles {
        font-size: 1.1em;
    }
    
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    
    .content-under {
        margin-bottom: 100px;
    }
.holder-mid {
    position: absolute;
    width: 100%;
    /* margin-top: 108px; */
    text-align: center;
    bottom: 30px;
}
.back-to-mid {
    background: rgba(255, 255, 255, 0.31);
    color: #06afba;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 1.8;
    border-radius: 50%;
    right: 15px;
    transition: background .5s;
    z-index: 11;
}
.back-to-mid i {
    /* padding-top: 28px; */
    color: #ffffff;
    font-size: 31px;
    vertical-align: middle;
}
.ca-inner {
    position: relative;
}
.direction {
    vertical-align: middle;
    font-size: 30px;
    padding-left: 5px;
    color: #06b0bb;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  /* padding: 1em; */
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition: box-shadow .25s;
  margin-top: 50px;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  /* border-top: 1px solid #D4D4D4; */
  padding-bottom: 20px;
  text-align: right;
}
.card-read-more a {
  text-decoration: none !important;
  /* padding:10px; */
  font-weight:600;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 20px;
}    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
    body {
        font-size: 1.2em;
        line-height: 1.6;
        overflow-x: hidden;
        font-family: 'Open Sans', sans-serif;
        color: #414042;
        position: relative;
    }
    
    a {
        text-decoration: none !important
    }
    
    li,
    ol,
    ul {
        list-style: none
    }
    
    ::selection {
        background: #06b0bb;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-origin: initial;
        background-clip: initial;
        color: #fff!important;
        text-shadow: none
    }
    
    iframe {
        width: 100%!important
    }
    
    .back-to-top {
        position: fixed;
        display: none;
        background: #f6a800;
        color: #fff;
        display: inline-block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 1;
        font-size: 16px;
        border-radius: 50%;
        right: 25px;
        bottom: 15px;
        transition: background .5s;
        z-index: 11;
        background: #06b0bb;
    }
    
    .back-to-top img {
        padding-top: 12px;
        color: #fff;
        width: 64%;
    }
    
    .backowls {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/owl.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-contact {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/contact.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-agence {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/agence.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    .page-service {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        width: 100%;
        min-height: 100vh;
        top: 0;
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        background-color: #282a2d;
        background: #282a2d url(../img/services.jpg) no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    header {
        right: 0;
        height: 71px;
        background-color: rgba(39, 40, 45, 0);
        margin: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    canvas {
        display: none;
    }
    
    canvas.hi {
        display: inline-block;
    }
    
    header {
        z-index: 99;
        top: 29px;
        left: 0;
    }
    
    header {
        position: absolute;
        /* width: 100%; */
    }
    
    .container {
        position: relative;
        /* width: 100%; */
        heigh: 100%;
        /* text-align: center; */
        /* top: 40%; */
        /* left: 0; */
        /* margin: 0 auto; */
    }
    
    .container p {
        /* font-size: 20px; */
    }
    
    .container a {
        /* display: inline-block; */
        /* position: relative; */
        /* text-align: center; */
        /* color: #FF5252; */
        /* text-decoration: none; */
        /* font-size: 20px; */
        /* overflow: hidden; */
        /* top: 5px; */
    }
    
    .container a:after {
        /* content: ''; */
        /* position: absolute; */
        /* background: #FF5252; */
        /* height: 2px; */
        /* width: 0%; */
        /* -webkit-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* left: 50%; */
        /* bottom: 0; */
        /* transition: .35s ease; */
    }
    
    .container a:hover:after,
    .container a:focus:after,
    .container a:active:after {
        width: 100%;
    }
    
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        z-index: 30000000;
    }
    
    .button_container:hover {
        opacity: .7;
    }
    
    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    
    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }
    
    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    
    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }
    
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        height: 990px
    }
    
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 2;
    }
    
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }
    
    .overlay nav {
        position: relative;
        height: 70%;
        top: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: center;
    }
    
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    
    .overlay ul li {
        display: block;
        /* height: 25%; */
        /* height: calc(100% / 4); */
        /* min-height: 30px; */
        position: relative;
        opacity: 0;
        margin-bottom: 10px;
    }
    
    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    
    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        transition: .35s;
    }
    
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    .hic {
        min-height: inherit !important;
        /*        display: none;*/
    }
    
    .button_container::after {
        content: "MENU";
        position: absolute;
        top: 2px;
        right: -33px;
        font-size: 12px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .logo-inner {
        left: 0%;
        float: left;
        /* margin-left: 2%; */
        /* top: 3%; */
    }
    
    .text-backowl {
        text-align: left;
        color: #fff;
        margin-top: 200px;
    }
    
    .text-backowl h2 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 50px;
    }
    
    .text-backowl h1 {
        font-size: 30px;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }
    
    .text-backowl p {
        font-size: 23px;
    }
    
    .dropbox {
        position: relative;
        display: inline-block;
        top: 50px;
        width: 100%;
        max-width: 805px;
        -webkit-animation: loadh 2.5s ease-in-out both;
        animation: loadh 2.5s ease-in-out both;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        z-index: 1;
    }
    
    #dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 273px;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        margin: 0 48px 0 0;
        cursor: pointer;
        text-align: left;
        color: #fff;
        background-color: #06b0bb;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-radius: 6px;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
    }
    
    #dropdown:hover {
        background-color: #f7a900;
    }
    
    #dropdown.open {
        background-color: #06b0bb;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    
    #dropdown::after,
    #dropdown::before {
        content: "";
        position: absolute;
        top: 29px;
        right: 20px;
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    #dropdown::before {
        border-left: none;
        border-top: none
    }
    
    #dropdown::after {
        border-right: none;
        border-bottom: none;
        opacity: 0
    }
    
    #dropdown.open::after,
    #dropdown.open::before {
        top: 27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    #dropdown ul {
        position: absolute;
        display: none;
        bottom: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        /* -webkit-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9); */
        -moz-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9);
        /* box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.9); */
        float: left;
        margin-bottom: 0;
    }
    
    #dropdown ul li a {
        display: inline-block;
        width: 100%;
        color: #282a2d;
        font-weight: 400;
        padding: inherit;
        height: auto;
        line-height: 20px;
        text-transform: none;
        border-bottom: 1px solid #eee;
        letter-spacing: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: uppercase;
        font-size: 20px;
        background-color: #fff;
    }
    
    #dropdown ul li a:hover {
        background-color: #f7a900;
        color: #fff;
    }
    
    #dropdown ul li:last-child a {
        text-transform: uppercase;
        border: none;
    }
    
    #dropdown ul li:last-child a:hover {
        background-color: #f7a900;
    }
    
    a#dropdownLink {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 30px;
        width: calc(100% - 31px);
        height: 100%;
        color: #fff!important;
    }
    
    a#closeDropdownLink {
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 0;
        width: 25px;
        height: 25px;
        line-height: 15px;
        padding: 5px;
        text-align: center;
        /* background-color: #ffffff; */
        text-indent: -9999px;
    }
    
    a#closeDropdownLink:hover {
        /* background-color: #27292c; */
    }
    
    a#closeDropdownLink::before,
    a#closeDropdownLink::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 12px;
        left: 5px;
        width: 15px;
        height: 1px;
        background-color: #162528;
    }
    
    a#closeDropdownLink::before {
        transform: rotate(-45deg)
    }
    
    a#closeDropdownLink::after {
        transform: rotate(45deg)
    }
    
    .dropbox a.drop-last {
        position: relative;
        display: inline-block;
        margin: 35px 0 0;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 7px;
    }
    
    .ls-i {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fff;
    }
    
    footer .text-f {
        font-size: 18px
    }
    
    .logo-footer {
        text-align: center;
        margin-top: 37px;
    }
    
    footer p {
        font-size: 14px;
    }
    
    footer b {
        font-size: 14px;
        margin-bottom: 22px;
        display: block;
    }
    
    .footer-titk {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    footer a {
        color: rgba(65, 64, 66, 255);
    }
    
    footer li {
        /* padding-left: 15px; */
        margin-left: 0px;
        /* margin-top: 10px; */
        line-height: 30px;
    }
    
    footer ul {
        padding-left: 0px;
        margin-left: 0px;
    }
    
    footer a:hover {
        color: #018fa0;
    }
    
    .dropbox a.drop-last {
        margin-top: 0px;
        padding: 0 30px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    
    .dropbox a.drop-last::after {
        width: 0;
        height: 1px;
        background-color: #fff;
        position: absolute;
        display: inline-block;
        content: "";
    }
    
    a#closeDropdownLink::before {
        transform: rotate(-45deg);
    }
    
    a#closeDropdownLink::before,
    a#closeDropdownLink::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 12px;
        left: 5px;
        width: 15px;
        height: 1px;
        background-color: #fff;
    }
    
    @media(max-width:768px) {
        .button_container {
            position: absolute;
            top: 57%;
            right: 40px;
            height: 25px;
        }
        .text-backowl {
            margin-top: 150px;
        }
        .text-backowl h2 {
            font-size: 30px;
            margin-bottom: 28px;
        }
        .text-backowl h1 {
            font-size: 16px;
            line-height: 1.5;
        }
        .text-backowl p {
            font-size: 14px;
        }
        div#dropdown {
            max-width: 100%;
            text-align: center;
            margin-bottom: 21px;
            height: 55px;
            line-height: 55px;
            font-size: 20px;
        }
        .dropbox a.drop-last {
            height: 55px;
            line-height: 55px;
            font-size: 20px;
            display: block;
            width: 100%;
        }
        .backowls {
            min-height: 100vh;
        }
        .logo-footer {
            margin-bottom: 50px;
        }
        .overlay ul li a {
            font-size: 27px;
        }
        .overlay nav {
            top: 62%;
        }
    }
    
    .form .panel-default>.panel-heading {
        color: #fff;
        background-color: #06b0bb;
        border-color: #06b0bb;
        font-size: 20px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 20px;
    }
    
    .form .panel {
        border: 0px solid transparent;
        border-radius: 8px;
    }
    
    .form .panel-title {
        color: #808285;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .form .panel-body {
        padding: 20px;
    }
    
    .page-in h2 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase;
        line-height: 1.5;
    }
    
    .page-in h2 span {
        color: #06b0bb;
    }
    
    .page-in h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .page-in h3 {
        font-size: 22px;
    }
    
    .line-deco {
        border-bottom: 3px solid #06b0bb;
        width: 50%;
        margin-bottom: 50px;
    }
    
    .breadcrumb {
        margin-bottom: 20px;
        list-style: none;
        background-color: transparent;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0px
    }
    
    .breadcrumb-item:last-child {
        font-weight: 600;
    }
    
    .breadcrumb-item a {
        color: #414042;
        transition: all .4s ease-out;
    }
    
    .breadcrumb>li {
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .breadcrumb>.active {
        color: #000;
    }
    
    .breadcrumb>li+li:before {
        padding: 0 2px;
        color: #fff;
        content: "/\00a0";
    }
    
    .devis .panel-default>.panel-heading {
        color: #fff;
        background-color: #06b0bb;
        border-color: #06b0bb;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-size: 18px;
        padding-left: 25px;
        padding: 20px;
    }
    
    .devis .panel-title {
        /* color: #808285; */
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .devis .panel {
        border-radius: 8px;
        -webkit-box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
        -moz-box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
        box-shadow: 2px 3px 26px 14px rgba(181, 181, 181, 0.38);
    }
    
    .text-devis h4 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .text-devis p {
        font-size: 14px;
        /* color: #808285; */
        font-size: 14px;
        text-align: justify;
    }
    
    .text-devis a {}
    
    .text-devis .line-d {
        border-bottom: 1px solid #c0c1c3;
        width: 70%;
        margin-bottom: 10px;
        margin-top: 30px
    }
    
    .min-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .text-devis a {
        color: #06b0bb;
        font-size: 14px;
        font-weight: 600;
    }
    
    .devis-x label {
        margin-bottom: 8px;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #414042;
    }
    
    textarea.form-control {
        height: auto !important;
    }
    
    .devis-x .form-control {
        height: 40px;
        border-radius: 0px;
        border: 1px solid #c9cacc;
    }
    
    .btn-right {
        text-align: right;
    }
    
    button.btn.btn-send {
        background-color: #f7a900;
        color: #fff;
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 7px;
        margin-top: 20px;
    }
    
    .text-l {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    span.searchby {
        cursor: pointer;
    }
    
    .devis .panel-body {
        padding: 20px;
    }
    
    #home footer {
        border-top: 0px solid #b5b7b7 !important;
        margin-top: 0px !important;
    }
    
    @media(max-width:768px) {
        .form .panel {
            margin-top: 25px;
        }
        .page-in h2 {
            font-size: 30px;
            margin-bottom: 28px;
        }
        .page-in h3 {
            font-size: 16px;
        }
        .text-l {
            margin-top: -6px;
        }
        .devis .panel {
            margin-top: 40px;
        }
        .page-in h1 {
            font-size: 20px;
        }
    }
    
    .text-top p {
        margin-top: 30px;
        font-size: 16px;
        text-align: justify;
    }
    
    .team h4 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
    }
    
    .member {
        width: 226px;
        height: 226px;
    }
    
    .member {
        position: relative;
        display: block;
        width: 200px;
        height: 200px;
        z-index: 1;
        background-color: #f1f1f1;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        border-radius: 300px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        display: block;
        cursor: pointer;
        overflow: hidden;
    }
    
    .member .color {
        position: absolute;
        top: -110%;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 110%;
        background-color: rgba(141, 198, 63, .9);
    }
    
    .bar-verticl {
        height: 100px;
        width: 3px;
        border-left: 2px solid #05b0ba;
    }
    
    .member-name {
        text-align: center;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .member-prof {
        font-size: 15px;
        text-align: center;
        font-weight: 600;
    }
    
    .member-description p {
        font-size: 14px;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .block-left h5 {
        font-size: 20px;
        font-weight: bold;
        color: #414042;
    }
    
    .line-deco.min-line {
        margin-bottom: 15px;
        width: 42%;
    }
    
    .block-left p {
        font-size: 14px;
        margin-right: 50px;
        text-align: justify;
    }
    
    .cube {
        position: relative;
        border-radius: 15px;
        background-color: #06b0bb;
        width: 100%;
        text-align: center;
        /* padding: 15px; */
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
    
    .cube.cube-big {
        width: 100%;
        height: 150px;
    }
    
    .cube-text {
        text-align: center;
        margin-top: 15px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .btn-link {
        font-weight: 400;
        border-radius: 7px;
        text-decoration: none !important;
        background-color: #06b0bb;
        font-size: 16px;
        color: #fff;
        margin-right: 50px;
        padding-left: 25px;
        padding-right: 25px;
        padding: 6px 12px;
    }
    
    .btn-link:focus,
    .btn-link:hover {
        color: #fff;
        text-decoration: underline;
        background-color: #f7a900;
    }
    
    .image-relative {
        position: relative;
        width: 100%;
        margin-bottom: 100px;
    }
    
    .image-relative img {
        width: 60%;
        height: 500px;
        /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
        /* margin-left: 50%; */
        /* margin-bottom: 100px; */
    }
    
    .box-text {
        position: absolute;
        top: 20%;
        background-color: #fff;
        right: 34%;
        padding: 25px;
        border-radius: 15px;
    }
    
    .cube.cube-mid {
        width: 160px;
        padding: 20px;
        height: 160px;
        margin-top: 20px;
        text-align: center;
        padding-top: 35px;
    }
    
    .cube.cube-min {
        width: 140px;
        height: 140px;
        margin-top: 40px;
        text-align: center;
        padding: 20px;
        padding-top: 25px;
    }
    
    .cube.cube-big {
        height: 180px;
        width: 180px;
        padding: 20px;
        padding-top: 45px;
    }
    
    .col-m {
        display: inline-block;
        padding-left: 10px;
    }
    
    .rowm {
        text-align: right;
    }
    
    .box-text {
        position: absolute;
        top: 20%;
        left: 36%;
        padding: 40px;
        border-radius: 15px;
        width: 449px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        text-align: justify;
        height: 304px;
    }
    
    .box-text p {
        font-size: 14px;
    }
    
    .box-text a {
        font-size: 14px;
        color: #06b0bb;
        font-weight: 600;
    }
    
    .blueb .box-text {
        background-color: #06b0bb;
    }
    
    .blueb .box-text p {
        color: #fff;
    }
    
    .blueb .box-text a {
        color: #fff;
    }
    
    .whiteb .box-text {
        background-color: #06b0bb;
    }
    
    .whiteb .box-text p {
        color: #fff;
    }
    
    .whiteb .box-text a {
        color: #fff;
    }
    
    .box-title {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 12px;
    }
    
    .blueb .box-title {
        color: #fff
    }
    
    .services-full-text {
        margin-top: 100px;
    }
    
    .image-relative.image-blue {
        text-align: right;
    }
    
    .image-blue .box-text {
        right: 36%;
        left: inherit;
        background-color: #06b0bb;
        color: #fff;
    }
    
    .image-blue .box-text a {
        font-size: 14px;
        color: #fff;
    }
    
    .image-blue .line-deco {
        border-bottom: 3px solid #ffffff;
    }
    
    .member img {
        width: 100%;
    }
    
    .btn-link a {
        color: #fff !important;
    }
    
    .block-triple {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    
    @media(max-width:600px) {
        .block-triple {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .cube {
            margin-left: 10%;
        }
        .col-m {
            display: block;
            margin-left: 15%;
            margin-right: 15%;
        }
        .rowm {
            margin-top: 30px;
            text-align: left;
        }
        .cube-text {
            text-align: center;
            /* margin-left: 31px; */
        }
        .image-relative img {
            width: 100%;
            height: 300px;
        }
        .rowm {
            text-align: left;
        }
        .image-relative img {
            width: 83%;
        }
    }
    
    @media(max-width:768px) {
        .box-text {
            left: 4%;
            width: 93%;
            top: 27%;
            height: 279px;
            padding: 25px;
        }
        .image-blue .box-text {
            left: 4%;
            width: 93%;
            top: 27%;
            right: inherit;
            height: 297px;
            padding: 20px;
        }
        .block-left p {
            margin-right: 0px;
        }
        .cube.cube-mid {
            margin-left: 15%;
        }
        .cube.cube-min {
            margin-left: 19%;
        }
        .btn-link {
            margin-right: 0px;
        }
    }
    
    figcaption {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(6, 176, 187);
        color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s;
    }
    
    figcaption p {
        padding: 10px 20px;
        margin-bottom: 0;
        margin-top: 20px;
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 42%;
    }
    
    figcaption a {
        color: #fff;
        border: 2px solid #fff;
        padding: 4px 10px;
        text-decoration: none;
    }
    
    figcaption a:hover {
        color: #4f5856;
        background: #fff;
    }
    
    button.btn.btn-send:hover {
        background-color: #06b0bb;
        color: #fff;
    }
    
    .member:hover figcaption {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }
    
    .bg-bg {
        background-color: #f4f4f4;
        position: relative;
    }
    
    .full-text {
        text-align: justify
    }
    
    small {
        color: #808285;
        font-size: 13px;
    }
    
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100%;
        background-image: url("../img/bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    /* ---- stats.js ---- */
    
    .count-particles {
        /* background: #000022; */
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    
    .js-count-particles {
        font-size: 1.1em;
    }
    
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    
    .content-under {
        margin-bottom: 100px;
    }
.holder-mid {
    position: absolute;
    width: 100%;
    /* margin-top: 108px; */
    text-align: center;
    bottom: 30px;
}
.back-to-mid {
    background: rgba(255, 255, 255, 0.31);
    color: #06afba;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 1.8;
    border-radius: 50%;
    right: 15px;
    transition: background .5s;
    z-index: 0;
}
.back-to-mid i {
    /* padding-top: 28px; */
    color: #ffffff;
    font-size: 31px;
    vertical-align: middle;
}
.ca-inner {
    position: relative;
}
#title {
    /* min-height: 550px; */
    padding-top: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}
@media screen and (min-width: 1831px) {
#title img {
    width: 30%;
}
}
#title img {
    width: 30%;
    /* position: absolute; */
    /* left: 0; */
    margin-top: 10px;
    /* float: right; */
}
#title .content {
    -webkit-animation: zoomIn .5s ease-in-out;
    animation: zoomIn .5s ease-in-out;
}

#title h4 {
    font-weight: 400;
    color: #555859;
    letter-spacing: 1px;
    margin-top: 0px;
    font-size: 20px;
}
#title p {
   font-size: 14px;
   /* margin-right: 50px; */
   text-align: justify;
   /* padding: 30px 0; */
}
.btn-important {
    border-radius: 40px;
    border: 2px solid #00bbde;
    background: 0 0;
    color: #00bbde;
    margin-top: 20px;
    padding: 17px;
    outline: 0;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 1em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.white-bg {
    background-color:#fff;
    
}
.white-bg img {
    
}
.content  a {
    font-size: 14px;
    color: #06b0bb;
    font-weight: 600;
}
p.text-min {
    font-size: 14px;
        padding: 20px;
    background-color: rgba(255, 255, 255, 0.09);
}

.space-30 {
    height: 30px;
}
.space-20 {
    height: 20px;
}
.space-15 {
    height: 15px;
}


.corners-border {
	border-left: 2px solid #f51c40;
  position: absolute;
  top: 50%;
  bottom: 0;
 
}