/* 

Authore Name : Bootstrapthemes
Authore link : http://bootstrapthemes.co

*/
html,
body {
    font-size: 18px;
    background: #fff;
    background: rgb(184, 184, 184);
    font-family: "Roboto";
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.real{
    display: none;
}
html {
    scroll-behavior: smooth !important;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.eot");
    src: url("../font/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("../font/roboto/Roboto-Light.eot");
    src: url("../font/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.eot");
    src: url("../font/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Medium.eot");
    src: url("../font/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Bold.eot");
    src: url("../font/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}

body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}

h1 {
    font-size: 5rem;
    line-height: 6.5rem;
    color: #fff;
}

h2 {
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.389rem;
    line-height: 2rem;
    font-weight: 700;
}

h4 {
    font-size: 1.222rem;
    line-height: 2rem;
    font-weight: 700;
}

.navbar-brand {
    margin-top: 1.5rem;
}

.bg-primary {
    color: #3f444a !important;
    background-color: #fff !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

.home-carousel {
    height: 100%;
    max-height: 100vh;
}

.carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), #094A68cc);

}

.btn,
.card,
.dropdown-menu,
.jumbotron,
.list-group,
.navbar,
.pager li a,
.pagination,
.popover,
.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}


/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
    background-color: #f0f1f3;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    outline: 0;
    height: 3.1rem;
    width: 100%;
    font-size: 1rem;
    transition: all .3s;
    padding-left: 0.5rem;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 9px;
    height: 57px;
    margin-top: 0px;
    border-radius: 0px 5px 5px 0px;
}

.md-form,
.md-form .btn {
    margin-bottom: 0rem;
}

.btn-custom {
    background: #0C83A5;
    color: whitesmoke;
}

.btn:hover,
.btn-large:hover {
    background-color: #102F50;
    color: white;
}

.head_title h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.head_title p {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.xtra-title{
    color: #0C83A5;
}

/*==========================================================
 Navigation style
============================================================*/

.small {
    background: #042D3F !important;
    background-image: linear-gradient(#094A68, #042D3F, #021b25) !important;
    height: 5vh;
    line-height: 3vh;
    transition: all 0.6s;
    color: #ddd;
}

.small .navbar-brand {
    margin-top: .5rem;
}

.nav ul li.active {
    background-color: rgba(0, 0, 0, 0.0);
}

.navbar {
    padding: 0 1rem;
}

.navbar-nav .nav-link {
    padding: 0;
}

.navbar-light {
    background-color: #094A68cc;
}

.navbar-light .navbar-nav .nav-link {
    color: #ddd;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00C6FF;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
    color: #00C6FF;
}

/*==========================================================
                    Home style
============================================================*/

.single_home h1 {
    font-weight: 800;
    letter-spacing: 10px;
    font-family: 'Open Sans', sans-serif;
}

.single_home p {
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Open Sans', sans-serif;
}




/*==========================================================
                    About us section style
============================================================*/

.single_about .panel-default>.panel-heading {
    color: #fff;
    border-color: #ddd;
    background: url(../img/accordion.png) no-repeat right -116px #333;
    transition: all 0.0s;
}

.single_about .panel-default>.panel-heading p {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-heading.bgg.bg {
    background: url(../img/accordion.png) no-repeat right 7px #0C83A5;
}

.panel-heading.bgg1.bg {
    background: url(../img/accordion.png) no-repeat right 7px #0C83A5;
}

.panel-heading.bgg2.bg {
    background: url(../img/accordion.png) no-repeat right 7px #0C83A5;
}

.single_about .panel-title {
    width: 100%;
}

.single_about .panel-body {
    padding: 6px;
    border: 1px solid #c4c4c4;
    background: #f8f8f8;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 15px;
    line-height: 3rem;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}

.single_about .panel-title>a {
    color: #fff;
    display: block;
}

/*===================================================================*/

.main_accordion .single_accordion {
    margin-bottom: 10px;
}

button.accordion {
    background: #333;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    transition: background-color 0.5s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

button.accordion.active,
button.accordion:hover {
    background: #0C83A5;
    ;
}

.accordion_icon {
    float: right;
    color: #0C83A5;
    border: solid .3em whitesmoke;
    border-radius: 50%;
    background-color: whitesmoke;
}

.accordion-list li {
    list-style: unset;
    padding: unset;
}

.accordion-list {
    list-style: unset;
    padding: unset;
    padding-left: 1rem;
    margin-top: 1rem;

}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 1rem;
    background-color: #fefefe;
    display: none;

    border: 1px solid #ddd;
}

div.panel p {
    margin-bottom: 0;
}

div.panel.show {
    display: block !important;
    margin-bottom: 0;
}


.skill {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
}

.skill.active {
    display: block !important;
}

.service-text {
    margin-top: 30px;
}

.skill .progress .lead {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 10px;
    position: absolute;
    top: 4px;
    z-index: 99;
    font-family: "Open Sans", "Sans Serif";
}

.skill .progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    margin-bottom: 24px;
    overflow: visible;
    position: relative;
    border: 1px solid #d1d1d1;
}

.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
}

.skill .progress-bar>span:before,
.skill .progress-bar>span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.skill .progress-bar>span:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.progress-bar {
    background: #0C83A5;
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
}

/* -----Test progress bar -----*/


.border_container {
    position: absolute;
    display: flex;
    width: 100%;
    color: #3F444A;
    font-weight: 700;
    height: 100%;
}

.tenth_separator {
    height: 100%;
    width: 20%;
    border: 3px solid white;
    z-index: 100;
    overflow: hidden;
}



.under_part {
    background-color: #eee;
    background: transparent;
    z-index: 0;
}



/*==========================================================
                Competences+ section style
============================================================*/
.comp-card {
    background-color: #fff;
    padding: 2rem;
}

.comp-card:hover {
    background: #3f444a;
    color: #fff;
}

.compXtra .comp-card {
    padding: 2rem .6rem;
}

.compXtra .extra {
    transition: all 0.3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.compXtra .extra i {
    font-size: 3rem;
}


/*==========================================================
               bg-techno  style
============================================================*/


.bg-techno {


    background-size: cover;
    background: fixed;
    background-image: url(../img/technology-gbd640e811_1920.jpg);
    background-position: center;
}

.main_joinus_content {
    padding: 100px 20px;
}

.main_joinus_content i {
    font-size: 3rem;
    color: #0C83A5;
}

.main_joinus_content p {
    width: 75%;
    margin: 20px auto;
}


/*==========================================================
                JoinUs section style
============================================================*/


.main_offer_area .main_offer_content {
    overflow: hidden;
    min-height: 1000px;
}

.main_offer_area .single_offer .single_offer_icon i {
    font-size: 2rem;
    color: #fff;
    background: #0C83A5;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;

}

/*==========================================================
                Client section style
============================================================*/

.main_client_area .main_client_content .single_c_text h3 {
    margin: 0;
    padding: 0;
}

.main_client_area .main_client_content .single_c_text span {
    font-size: 0.778rem;
    color: #0C83A5;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
}





/*==========================================================
                Client section style
============================================================*/

.main_counter_area {
    background: url(../img/SL_101619_24150_78.jpg) top center;
    background-size: cover;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(12, 131, 165, 0.61), rgba(12, 131, 165, 0.39)), url('../img/SL_101619_24150_78.jpg');
}

.main_counter_area .main_counter_content .single_counter {
    background: #094A68cc;
    background: #7B7B7BA8;
}

.main_counter_area .main_counter_content .single_counter i {
    font-size: 2rem;
}

.main_counter_content{
    display: flex;
}


.counter-overlay {
    background: rgba(0, 0, 0, 0.23);
}

/*======================================================================
                Team Section style
========================================================================*/



.main_team_area .main_team_content .single_team {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_team_area .main_team_content .single_team img {
    width: 100%;
}

.main_team_area .main_team_content .single_team:hover .single_team_overlay {
    bottom: 0;
}

.main_team_area .main_team_content .single_team .single_team_overlay {
    background: #0C83A5;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.3s;

}

.main_team_area .main_team_content .single_team .single_team_overlay h4 {
    margin: 0;
    padding: 0;
}

.main_team_area .main_team_content .single_team .single_team_overlay p {
    margin: 0;
    padding: 0;
}

.main_team_area .main_team_content .single_team .single_team_overlay .team_socail a i {
    color: #fff;
    padding: 0px 2px;
    transition: all 0.3s;
}

.main_team_area .main_team_content .single_team .single_team_overlay .team_socail a:hover i {
    color: #000;
    border-bottom: 2px solid #000;
}




/*=====================================================================
                Portfolio Section Style
=======================================================================*/


/*.main_portfolio_area{
    overflow: hidden;  
}*/
#portfolio {
    background-image: radial-gradient(#0C5D7B, #094A68, #042B3C);
    color: whitesmoke;
    padding-top: 1rem;
}

.portfolio {
    background-image: radial-gradient(#0C5D7B, #094A68, #042B3C);
    color: whitesmoke;
    padding-top: 1rem;
}

.main_mixi_content {
    max-height: 900px;
}

.main_mix_menu ul li {
    display: inline-block;
    padding: .5rem 1rem;
    cursor: pointer;
}

.main_mix_menu ul li.active {
    color: #0C83A5;
}

.single_mixi_portfolio .single_portfolio_text h3 {
    text-transform: lowercase !important;
    margin-bottom: 0;
    padding-top: 1rem;
}

.single_portfolio_img {
    position: relative;
}

.single_portfolio_img img {
    width: 100%;
    height: 230px;
}

.single_portfolio_img:hover .mixi_portfolio_overlay {
    opacity: 1;
}

.mixi_portfolio_overlay {
    background: #094A68cc;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
    padding-top: 30%;
    border: solid #ddd .2rem;
}

.mixi_portfolio_overlay a i {
    font-size: 1rem;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    outline: none !important;
}

.mixcontent .mix {

    transform-origin: 50% 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
}

/*======================================================================
                    Newsletter Section Style
========================================================================*/

.newsletter {
    background: #312b2b;
    min-height: 50px;

}


/*======================================================================
                   Contact Section Style
========================================================================*/
.contact {

    background-color: #151515;

}

#form-contact {
    border-radius: 8%;
    padding: 2rem;
    box-shadow: 0 0 4rem #0C83A5;
    animation: lighting 1s linear 0.5s infinite alternate;
    position: relative;
}

@keyframes lighting {
    0% {
        box-shadow: 0 0 2rem #0C83A5;
    }

    25% {
        box-shadow: 0 0 3rem #0C83A5;
    }

    50% {
        box-shadow: 0 0 4rem #0C83A5;
    }

    75% {
        box-shadow: 0 0 5rem #0C83A5;
    }

    100% {
        box-shadow: 0 0 6rem #0C83A5;
    }
}

#message {
    padding: 1rem;
}

input[type="email"].form-control,
input[type="text"].form-control,
select.form-control,
textarea.form-control {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #363636 !important;
    border-radius: 0 !important;

    font-size: .875rem !important;
    letter-spacing: .025rem !important;
    padding: .75rem .875rem .75rem 0;
}

.contact .btn {
    box-shadow: 0 0 1rem #102F50;
}

textarea:focus {
    outline: none !important;
    border-color: #0C83A5;
    box-shadow: 0 0 10px #0C83A5;
}

.form-control::placeholder {
    color: #0C83A5 !important;
}

#btn-form-contact {
    color: #0C83A5 !important;
}

#btn-form-contact:hover {
    background-color: #0C83A5;
    color: white !important;
}



/*======================================================================
                    Footer Section Style
========================================================================*/
footer {
    background: #151515;

}

.main_coppyright {
    border-top: 2px solid #534a4a;
}

.main_coppyright p {
    color: #c5c5c5;
}

.main_coppyright p a {
    color: #0C83A5;
    padding: 0px 5px;
}

.main_coppyright p i {
    color: #0C83A5;
}

.main_coppyright .socail_coppyright a i {
    color: #737373;
    padding: 0px 5px;
    transition: all 0.3s;
}

.main_coppyright .socail_coppyright a:hover i {
    color: #0C83A5;
}

/*Carousel des languages*/
/* carousel
------------------------- */
.dynamic-Tech_Carousel {
    height: 80vh;
    margin-top: 5rem!important;
}

.scene--Tech_Carousel {
    width: 50%;
    height: 50%;
    margin: 40px auto;
    perspective: 18.75rem;

}

.Tech_Carousel {
    width: 100%;
    height: 100%;
    position: absolute;

    transform-style: preserve-3d;
    transition: transform 1s;
}

.Tech_Carousel__cell {
    position: absolute;


    line-height: 116px;
    font-weight: bold;
    color: black;
    text-align: center;
}

/*
  .Tech_Carousel__cell:nth-child(9n+1) { background: rgba(0, 0, 0, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
  .Tech_Carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }
  
  .Tech_Carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
  .Tech_Carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }
  
  /* Tech_Carousel--step0 */

.Tech_Carousel--step0 {
    width: auto;
    height: auto;
    transform: none;
    position: relative;
}

.Tech_Carousel--step0 .Tech_Carousel__cell {
    display: inline-block;
    position: static;
    margin: 0 10px 10px 0;
    transform: none;
}

/* Tech_Carousel--dynamic */

.Tech_Carousel--dynamic .Tech_Carousel__cell {
    transition: transform 1s, opacity 1s;
}

.dynamic-Tech_Carousel-options {
    text-align: center;
    position: relative;
    z-index: 2;
    background: hsla(0, 0%, 100%, 0);
    padding-top: 16vh;
    color: #41deff!important;
}

/*test*/
.card-img-top {
    max-height: 457px;
}

.card {
    overflow: unset;
}

:root {
    --box-size: 900px;
    --clip-distance: .05;
    --clip-size: 495px;
    /*--clip-size: var(--box-size) * (1 + var(--clip-distance) * 2);*/
    --path-width: 2px;
    --reg1:493px;

}

.bb::before,
.bb::after,
.bb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb {
    width: 80%;
    margin: auto;
    background: no-repeat 50%/70% #e34f2616;
    color: #69ca62;
    box-shadow: inset 0 0 0 1px #EF652A;
}

.bb::before,
.bb::after {
    content: "";
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}

.bb::before {
    animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {
    background-color: #0c84a575;
}

@keyframes clipMe {

    0%,
    100% {
        clip: rect(0px, var(--clip-size), var(--path-width), 0px);
    }

    25% {
        clip: rect(0px, var(--path-width), var(--clip-size), 0px);
    }

    50% {
        clip: rect(var(--reg1), var(--clip-size), var(--clip-size), 0px);
    }

    75% {
        clip: rect(0px, var(--clip-size), var(--clip-size), var(--reg1));
    }
}

html,
body {
    height: 100%;
}

body {
    position: relative;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*Custom css checkbox*/
ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #B8B8B8;
    background-color: #0C83A5;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #053246;
}

/* Fontawesome animation*/
.fa-bounce {

    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

.tada {

    -moz-animation: tada 2s infinite linear;
    -o-animation: tada 2s infinite linear;
    -webkit-animation: tada 2s infinite linear;
    animation: tada 2s infinite linear;

}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80%,
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.cig::before {
    content: '';
    height: 10px;
    width: 10px;
    background: linear-gradient(to right, rgba(9, 74, 104, 1) 0%, rgba(9, 74, 104, 1) 66%, rgba(9, 74, 104, 0) 100%);
    background-color: red;
}

/*Modal*/


.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(.5);
    transform: translate(0, 0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(1);
    transform: translate(0, 0)scale(1);
}

.modal {
    background-color: transparent;
    width: 100%;
    max-height: none !important;
    padding-right: 0 !important;
}

.modal-content {
    width: 100%;
    height: 100%;
}

.modal-fullscreen-xxl-down {

    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen-xxl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    background-image: radial-gradient(#094A68, #042D3F, #021b25) !important;
    color: whitesmoke;
}

.modal-fullscreen-xxl .modal-header {
    border-radius: 0;
}

.modal-fullscreen-xxl .modal-body {
    overflow-y: auto;
}

.modal-fullscreen-xxl .modal-footer {
    border-radius: 0;
}

.modal-dialog {
    max-width: none;
}

/*Carousel projets*/
#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}

.row {
    margin-right: 0;
    margin-left: 0;
}
.ajax-carousel{
    height: 60vh;
}
.list-inline-item{
    height: 7vh!important;
    overflow: hidden;
}
/*---Animation+----*/


@-webkit-keyframes outRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
}

@keyframes outRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
}

.outRight {
    -webkit-animation-name: outRight;
    animation-name: outRight;
    animation-duration: 1s;
    animation-delay: 0.0s;
}

@-webkit-keyframes inRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;

    }
}

@keyframes inRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;

    }
}

.inRight {
    -webkit-animation-name: inRight;
    animation-name: inRight;
    animation-duration: 1s;
    animation-delay: 0.0s;
}

@-webkit-keyframes outUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes outUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.outUp {
    -webkit-animation-name: outUp;
    animation-name: outUp;
    animation-duration: 1s;
}

@-webkit-keyframes inUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes inUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.inUp {
    -webkit-animation-name: inUp;
    animation-name: inUp;
    animation-duration: 1s;
}

.tech-overlay{
    -webkit-animation-name: glitch;
    animation-name: glitch;
    animation: glitch 7s ease-in-out infinite alternate;
}

@-webkit-keyframes glitch{
    0%{
        background-color: rgba(0, 0, 0, 0.5);
    }
    25%{
        background-color: rgba(0, 0, 0, 0.1);
    }
    35%
    {
        background-color: rgba(0, 0, 0, 0.5);
    }
    40%
    {
        background-color: rgba(0, 0, 0, 0.4);
    }
    52%
    {
        background-color: rgba(0, 0, 0, 0.1);
    }
    55%{
        background-color: rgba(0, 0, 0, 0.4);
    }
    56%
    {
        background-color: rgba(0, 0, 0, 0.1);
    }
    59%{
        background-color: rgba(0, 0, 0, 0.4);
    }
    60%{
        background-color: rgba(0, 0, 0, 0.5);
    }
    75%
    {
        background-color: rgba(0, 0, 0, 0.2);
    }
    100%
    {
        background-color: rgba(0, 0, 0, 0.5);
    }
}