/* ------------------------

    General

------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,500,500i,600,600i,700,700i');



body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #4f4e4e;
    letter-spacing: 1px;
}





/* ------------------------

    Typography

------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1c2045;
    letter-spacing: 0;
}

h2 {
    font-size: 38px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c2045;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #1c2045;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c2045;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1c2045;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}



/* ------------------------

    Helper class

------------------------*/

p {
    line-height: 1.9;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.o-hidden {
    overflow: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.pos-r {
    position: relative;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span,
h5 span,
h3 span {
    color: #0086a5;
}

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p {
    font-size: 16px;
}

.align-item-middle {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.align-item-middle>div {
    width: 100%;
}



.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}



.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}



.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}





/* ------------------------

    Text color

------------------------*/

.text-theme {
    color: #0086a5;
}

.text-black {
    color: #111121 !important;
}

.text-grey {
    color: #999999;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}





/* ------------------------

    Background color

------------------------*/

.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #141414;
}

.grey-bg {
    background-color: #f3f6ff;
}

.theme-bg {
    background-color: #0086a5;
}

.transparent-bg {
    background-color: inherit !important;
}





/* ------------------------

    Border Radius

------------------------*/

.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}





/* ------------------------

    Banner

------------------------*/

.fullscreen-banner {
    position: relative;
    min-height: 800px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.bnr-img2 {
    position: absolute;
    top: 50%;
    left: 0;
}

.banner-2 .mouse-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
    height: 100%;
}

.hero-bg {
    left: -50%;
    position: absolute;
    top: -45%;
}

.banner-4 .mouse-parallax {
    z-index: 9;
}



/* -------------------------------

   Background Position & Size

-------------------------------*/

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}





/* ------------------------

    Countdown

------------------------*/

.countdown {
    margin: 50px 0;
    display: table;
    width: 100%;
}

.countdown>li {
    padding: 0 30px;
    font-weight: 700;
    text-align: center;
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown>li:last-child {
    border-right: none;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #0086a5;
}

.dark-bg .countdown>li {
    border-color: rgba(255, 255, 255, 0.2);
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}





/* ------------------------

    Terms and Conditions

------------------------*/

.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}





/* ------------------------

    Privacy Policy

------------------------*/

.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}





/* ------------------------

    Cases

------------------------*/

.cases-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.cases-item .cases-description {
    background: #ffffff;
    padding: 20px;
}

.cases-item .cases-description h5 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.cases-item img {
    width: 100%;
}

.cases-item span {
    font-weight: 500;
    display: block;
}

.owl-carousel .cases-item {
    margin: 30px 10px;
}





/* ------------------------

    How It Work

------------------------*/

.work-process-inner {
    position: relative;
}

.step-num {
    background: rgb(255, 120, 16);
    background: linear-gradient(90deg, rgba(255, 120, 16, 1) 0%, rgba(255, 94, 44, 1) 50%);
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    line-height: 75px;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 80px;
    text-align: center;
}

.work-process-inner .work-img {
    border: 2px dashed #e2dfdf;
    border-radius: 10px;
    display: inline-block;
    width: 230px;
    height: 250px;
    line-height: 250px;
    margin: 40px 0;
    position: relative;
}

.work-process.style-2 .work-process-inner {
    padding-left: 80px;
}

.work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.theme-bg .work-process-inner,

.theme-bg .work-process-inner h4 {
    color: #ffffff;
}



/* ------------------------

    Clients Logo

------------------------*/

.clients-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 50px 10px;
    width: calc(100% / 4);
}





/* ------------------------

    Single Page Sidebar

------------------------*/

.sidebar-links li a {
    color: #2c2c2c;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
    color: #0086a5;
}

.sidebar-links li:first-child a {
    padding-top: 0;
}

.sidebar-links li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}





/* ------------------------

    Single Page Meta

------------------------*/

.portfolio-meta li {
    position: relative;
    padding-left: 50px;
}

.portfolio-meta li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0086a5;
    font-size: 30px;
}

.portfolio-meta li span {
    color: #111121;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.theme-bg .portfolio-meta li,
.theme-bg .portfolio-meta li i,
.theme-bg .portfolio-meta li span {
    color: #ffffff;
}





/* ------------------------

    Contact

------------------------*/

.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #0086a5;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: #111121;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #111121;
}

.contact-info li a:hover {
    color: #0086a5;
}

.info-inner {
    background: #ffffff;
    padding: 50px 30px;
}

.info-inner ul li {
    padding-left: 0;
}



.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #111121;
    background: #ffffff;
    border: 1px solid transparent;
}

.theme-bg .form-control .dark-bg .form-control {
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control,
.theme-bg .form-control {
    color: #ffffff;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #0086a5;
}

.theme-bg .form-control:focus {
    border-color: #0086a5;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

#map {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}



.form-control::-webkit-input-placeholder {
    color: #111121;
}

.form-control::-moz-placeholder {
    color: #111121;
}

.form-control:-ms-input-placeholder {
    color: #111121;
}

.form-control:-moz-placeholder {
    color: #111121;
}

.dark-bg .form-control::-webkit-input-placeholder,

.theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}



.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}





/* ------------------------

    Video

------------------------*/

.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn .btn-play {
    font-size: 30px;
    background: #0086a5;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;

    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ddd;
    color: #0086a5;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

.play-btn span {
    position: relative;
    text-transform: uppercase;
    color: #111121;
    font-weight: 500;
    padding-right: 70px;
    margin-right: 20px;
}

.play-btn span:before {
    background: #0086a5;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}







/* ------------------------

    Side Background

------------------------*/

.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    right: 0;
    left: inherit;
}





/* ------------------------

    Error

------------------------*/

.error-page h1 {
    font-size: 300px;
    line-height: 300px;
    letter-spacing: 15px;
    color: #111121;
    margin-bottom: 20px;
}





/* ------------------------

    List Icon

------------------------*/

.list-icon li {
    position: relative;
    padding-left: 40px;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0086a5;
    font-size: 30px;
    line-height: 30px;
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}

.list-icon-2 li:before {
    content: "";
    background: #0086a5;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

.custom-li {
    display: inline-block;
}

.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}

.list-icon-3 li i {
    color: #0086a5;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ece9fa;
    text-align: center;
    border-radius: 50%;
}





/* ------------------------

    Bg Animated Image

------------------------*/

.pattern-3 {
    position: absolute;
    left: 50%;
    top: 45%;
}

.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(../images/pattern/07.png);
    z-index: -1;
}





/* ------------------------

    Round Animated Image

------------------------*/

.round-animation {
    background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);

    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

.round-animation:before,

.round-animation:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;

    background-image: linear-gradient(120deg, rgba(255, 94, 44, .55) 0%, rgba(255, 120, 16, .89) 100%);
}

.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}

.round-animation img {
    position: relative;
    z-index: 99;
}



.insideText {
    color: rgba(0, 0, 0, 0.030);
    font-size: 200px;
    font-weight: 900;
    left: 50%;
    line-height: 200px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    white-space: nowrap;
    width: 100%;
    z-index: 0;
}



.boxed-view {
    padding: 20px 50px 50px;
}



.seo-img img {
    position: relative;
    -webkit-animation: seo 2s linear infinite;
    animation: seo 2s linear infinite;
}



@-webkit-keyframes seo {

    0% {

        left: 20px;

        bottom: 20px;

    }

    25% {

        left: -20px;

        bottom: 20px;

    }

    50% {

        left: -20px;

        bottom: 0px;

    }

    75% {

        left: 0px;

        bottom: 0px;

    }

    100% {

        left: 20px;

        bottom: 20px;

    }

}



@keyframes seo {

    0% {

        left: 20px;

        bottom: 20px;

    }

    25% {

        left: -20px;

        bottom: 20px;

    }

    50% {

        left: -20px;

        bottom: 0px;

    }

    75% {

        left: 0px;

        bottom: 0px;

    }

    100% {

        left: 20px;

        bottom: 20px;

    }

}

ul.custom-li2 li:before {

    color: #0086a5;

}







/****Meryem code *******/

/****progress bar***/
.progressbar li:after{
    content: '';
    position: absolute;
    width:100%;
    height: 3px;
    background: #979797;
    top: 15px;
    left: -50%;
    z-index: -1;
  }
.progress-icons{
    margin-top: 100px;
    z-index: 1;
  }
  .progressbar li{
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
  }
  /************/
  .progressbar li.step1-1:before{
    content:"1";
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #004974;
  color: white;
  text-align: center;
  font-weight: bold;
  }
  .progressbar li.step2-1:before{
    content:"2";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step3-1:before{
    content:"3";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step4-1:before{
    content:"4";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step5-1:before{
    content:"5";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }

  /*******/
  .progressbar li.step1-2:before{
    content:"1";
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #66212b;
  color: white;
  text-align: center;
  font-weight: bold;
  }
  .progressbar li.step2-2:before{
    content:"2";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #66212b;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step3-2:before{
    content:"3";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step4-2:before{
    content:"4";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step5-2:before{
    content:"5";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  /**********/
  .progressbar li.step1-3:before{
    content:"1";
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #ce3a5a;
  color: white;
  text-align: center;
  font-weight: bold;
  }
  .progressbar li.step2-3:before{
    content:"2";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #ce3a5a;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step3-3:before{
    content:"3";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #ce3a5a;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step4-3:before{
    content:"4";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step5-3:before{
    content:"5";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  /**********/
  .progressbar li.step1-4:before{
    content:"1";
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #007c90;
  color: white;
  text-align: center;
  font-weight: bold;
  }
  .progressbar li.step2-4:before{
    content:"2";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #007c90;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step3-4:before{
    content:"3";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #007c90;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step4-4:before{
    content:"4";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #007c90;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step5-4:before{
    content:"5";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  /************/
  .progressbar li.step1-5:before{
    content:"1";
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #483e36;
  color: white;
  text-align: center;
  font-weight: bold;
  }
  .progressbar li.step2-5:before{
    content:"2";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #483e36;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step3-5:before{
    content:"3";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #483e36;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step4-5:before{
    content:"4";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #483e36;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .progressbar li.step5-5:before{
    content:"5";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: #483e36;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }

h4.step1-title,
h4.step2-title,
h4.step3-title,
h4.step4-title,
h4.step5-title
{margin-top:100px ;}

.step1-title{
    color:#004974;
}
.step2-title{
    color:#66212b;
}
.step3-title{
    color:#ce3a5a ;
}
.step4-title{
    color:#007c90 ;
}
.step5-title{
    color:#483e36 ;
}
h2 {

    font-weight: 500;

}

h4.mb-0.newsletter {

    text-transform: initial !;

    font-size: 16px;

}

.logo img {

    height: 90px !important;

}

.btn.btn-theme {

    background: linear-gradient(90deg, rgba(218, 33, 55, 1) 0%, rgba(118, 20, 49, 1) 90%) !important;

    color: #ffffff;

}

.round-animation:before,
.round-animation:after {



    background-image: linear-gradient(120deg, rgba(255, 94, 44, .55) 0%, rgba(218, 33, 55, .89) 100%) !important;

}

.section-title h2 {

    font-size: 22px !important;



}

.featured-item.style-2 .list-icon li {

    padding-left: 52px !important;

}

.featured-desc li {

    text-align: left !important;

}

a.btn.btn-theme.mt-5.menu {

    margin: 0px !important;

}



#header-wrap .container {

    max-width: 100%;

    padding-right: 25px;

    padding-left: 25px;

}

p.mb-5 {

    text-align: justify;

}

h2 {

    text-transform: initial !important;

}



/*********************************Page glossaire*****/

section#glossaire {

    padding-top: 20px;

}

/*********************************Page contact*******/

section.contact-1 {

    padding-top: 20px;

}





/******Bgcercle code****/

.axes {

    position: relative;

    background: #fff url(../images/bg-1.png) no-repeat;

    background-position: center left;

    background-size: cover;

    display: block;

    overflow: hidden !important;

    padding-top: 380px !important;

    padding-bottom: 300px;

}

#content {

    margin: 0 auto;

}

#content .navigation {

    margin: 0px auto;

    font-size: 24px;

    font-style: normal;

    font-weight: bold;

    letter-spacing: 1.4px;

}

#content .navigation .item {

    position: absolute;

}

#content .user {

    top: 125px;

    left: 110px;

}

#content .home {

    top: 50px;

    left: 360px;

}

#content .shop {

    top: 90px;

    left: 625px;

}

#content .camera {

    top: 230px;

    left: 835px;

}

#content .fav {

    top: 420px;

    left: 950px;

}

#content a.icon {

    width: 200px !important;

    height: 200px !important;

    position: absolute;

    top: 0px;

    left: 0px;

    cursor: pointer;

}

#content .user a.icon {

    background: transparent url(../images/2019/03/04-1.png) no-repeat 0px 0px;

}

#content .home a.icon {

    background: transparent url(../images/2019/03/05-1.png) no-repeat 0px 0px;

}

#content .shop a.icon {

    background: transparent url(../images/2019/03/06-1.png) no-repeat 0px 0px;

}

#content .camera a.icon {

    background: transparent url(../images/2019/03/07-1.png) no-repeat 0px 0px;

}

#content .fav a.icon {

    background: transparent url(../images/2019/03/08-1.png) no-repeat 0px 0px;

}

#content .navigation .item a.active {

    background-position: 0px 0px;

}

#content .item img.circle {

    position: absolute;

    top: 0px;

    left: 0px;

    width: 200px !important;

    height: 200px !important;

    opacity: 0.1;

}

#content .item h2 {

    position: absolute;

    width: auto;

    height: auto;

    color: #222;

    font-size: 16px;

    top: 0px;

    left: 115px;

    line-height: 1.4;

    text-align: left;

}

#content .item h2.active {

    color: #fff;

    text-shadow: 1px 0px 1px #555;

}

#content .item ul {

    list-style: none;

    position: absolute;

    top: 80px;

    left: 115px;

    display: none;

    z-index: 999;

}

#content .item ul li a {

    font-size: 13px;

    text-decoration: none;

    /* letter-spacing: 1.5px; */

    /* text-transform: uppercase; */

    color: #FFF;

    padding: 3px;

    float: left;

    clear: both;

    width: 150px;

    /* text-shadow: 1px 1px 1px #fff; */

    background: #0086a5;

    margin-bottom: 7px;

    border-radius: 10px;

    padding: 4px 8px 8px;

}

#content .item ul li a:hover {

    background-color: #fff;

    color: #444;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    box-shadow: 1px 1px 4px rgba(0, 0, 0, .05);

}



#content .title-axes {

    width: 548px;

    height: 119px;

    position: absolute;

    top: 400px;

    left: 150px;

    font-size: 40px;

    margin-top: -30px;

}



/************************************************Additional css*******/
section.error {
    margin-bottom: 80px;
    
}
h2.mb-4.animated.bounceInLeft.delay-1.duration-4.error-page {
    text-align: center;
    font-size: 24px;
}
.box.d-flex.align-items-center.animated.fadeInUp.delay-2.duration-5.error-page a {
    text-align: center !important;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
div#mobile-teaser
{display:none;}
.hidden-for-seo
{display:none !important;}
canvas#chart {
    margin-top: 50px;
}
.table-responsive.desktop_chart {
    overflow-x: hidden !important;
}
.modal-dialog.modal-lg {
    max-width: 70% !important;
}
form#test_maturite_axes .align-center {
    padding-top: 0px !important;
    margin-top: -80px;
}

li#mobile-contact a {
    display: none;
}

#carousel-pro .popup-link,
#carousel-pro .popup-img {
    font-size: 14px !important;
}

section#catalogue {
    padding: 50px 0px 80px 0px !important;
}

#catalogue h6.hidden-sm-down.blue {
    position: absolute;
    bottom: -0.5rem;
    right: 1rem;
    color: #02b3e4 !important;
    font-size: 0.8125rem;
    line-height: 24px;
}

#catalogue .post-title a {
    font-size: 1.3rem !important;
    margin-top: 0;
    font-weight: 400 !important;
}

#catalogue .post-desc-home .post .post-desc {
    padding: 30px;
    padding: 24px 32px;
    height: 145px;
}

section#carousel-pro .owl-dots {
    display: none;
}

#carousel-pro .owl-nav.disabled {
    display: block !important;
    margin-bottom: 20px;
    /* margin-top: 50px; */
}

section#carousel-pro .owl-carousel .owl-stage-outer {
    padding-bottom: 80px !important;
}

h4.ng-star-inserted.titre-programme {
    text-align: center !important;

}

p.imgniveau {
    text-align: center;
}

p.imgniveau img {
    max-width: 285px;
}

.img_position {
    width: 34px;
    height: 34px;
    position: relative;
    overflow: hidden;
    margin: 2rem auto 1rem;
    text-align: center;
    display: block;
    filter: invert(30%) sepia(69%) saturate(4694%) hue-rotate(335deg) brightness(94%) contrast(90%);
}

div#rappelerdiv h5 {
    margin-top: 25px;
    margin-bottom: -20Px;
}

div#rappelerdiv {
    display: none !important;
}

div#loadMore {
    text-align: center;
}

div#secondblock {
    display: none !important;
}

.icon-level {
    width: 55px;
    left: 0;
    top: 10px;
    position: absolute;
}

section#resultat1 {
    min-height: 860px !important;
}

.cases-item .cases-description h5 {
    font-size: 16px;
}

.icon__arrows--fade {
    background: url(../images/icon-arrows-fade.svg) 0 0 no-repeat;
    padding-left: 1.875rem;
    background-size: 32px;
    position: relative;
    left: 0.10rem;
    max-width: 15px !important;
    bottom: 0.rem;
    filter: invert(60%) sepia(68%) saturate(5562%) hue-rotate(358deg) brightness(100%) contrast(87%);
}

/****axe1****/
.bg-axe1-score .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #4a8aad 0, #4a8aad 100%) !important;
    background-image: -o-linear-gradient(top, #4a8aad 0, #4a8aad 100%) !important;
    background-image: linear-gradient(to bottom, #4a8aad 0, #4a8aad 100%) !important;

}

.bg-axe1-score .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #4a8aad 0, #4a8aad 100%) !important;
    background-image: -o-linear-gradient(top, #4a8aad 0, #4a8aad 100%) !important;
    background-image: linear-gradient(to bottom, #4a8aad 0, #4a8aad 100%) !important;

}

.bg-axe1-score .slider-handle {
    background-color: #004974;
    background-image: -webkit-linear-gradient(top, #004974 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #004974 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #004974 0, #2e6da4 100%);
}

hr.animated.fadeInLeft.axe1-hr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
            #4a8aad, rgba(255, 255, 255, 0)) !important;
}

/****axe2****/
.bg-axe2-score .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #a8626f 0, #a8626f 100%) !important;
    background-image: -o-linear-gradient(top, #a8626f 0, #a8626f 100%) !important;
    background-image: linear-gradient(to bottom, #a8626f 0, #a8626f 100%) !important;

}

.bg-axe2-score .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #a8626f 0, #a8626f 100%) !important;
    background-image: -o-linear-gradient(top, #a8626f 0, #a8626f 100%) !important;
    background-image: linear-gradient(to bottom, #a8626f 0, #a8626f 100%) !important;

}

.bg-axe2-score .slider-handle {
    background-image: -webkit-linear-gradient(top, #66212b 0, #66212b 100%) !important;
    background-image: -o-linear-gradient(top, #66212b 0, #66212b 100%) !important;
    background-image: linear-gradient(to bottom, #66212b 0, #66212b 100%) !important;
}

hr.animated.fadeInLeft.axe2-hr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
            #a8626f, rgba(255, 255, 255, 0)) !important;
}

/******/
/****axe3****/
.bg-axe3-score .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #ee7e99 0, #ee7e99 100%) !important;
    background-image: -o-linear-gradient(top, #ee7e99 0, #ee7e99 100%) !important;
    background-image: linear-gradient(to bottom, #ee7e99 0, #ee7e99 100%) !important;

}

.bg-axe3-score .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #ee7e99 0, #ee7e99 100%) !important;
    background-image: -o-linear-gradient(top, #ee7e99 0, #ee7e99 100%) !important;
    background-image: linear-gradient(to bottom, #ee7e99 0, #ee7e99 100%) !important;

}

.bg-axe3-score .slider-handle {
    background-image: -webkit-linear-gradient(top, #ce3a5a 0, #ce3a5a 100%) !important;
    background-image: -o-linear-gradient(top, #ce3a5a 0, #ce3a5a 100%) !important;
    background-image: linear-gradient(to bottom, #ce3a5a 0, #ce3a5a 100%) !important;
}

hr.animated.fadeInLeft.axe3-hr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
            #ee7e99, rgba(255, 255, 255, 0)) !important;
}

/******/
/****axe4****/
.bg-axe4-score .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #45b3c0 0, #45b3c0 100%) !important;
    background-image: -o-linear-gradient(top, #45b3c0 0, #45b3c0 100%) !important;
    background-image: linear-gradient(to bottom, #45b3c0 0, #45b3c0 100%) !important;

}

.bg-axe4-score .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #45b3c0 0, #45b3c0 100%) !important;
    background-image: -o-linear-gradient(top, #45b3c0 0, #45b3c0 100%) !important;
    background-image: linear-gradient(to bottom, #45b3c0 0, #45b3c0 100%) !important;

}

.bg-axe4-score .slider-handle {
    background-image: -webkit-linear-gradient(top, #007c90 0, #007c90 100%) !important;
    background-image: -o-linear-gradient(top, #007c90 0, #007c90 100%) !important;
    background-image: linear-gradient(to bottom, #007c90 0, #007c90 100%) !important;
}

hr.animated.fadeInLeft.axe4-hr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
            #45b3c0, rgba(255, 255, 255, 0)) !important;
}

/******/
/****axe5****/
.bg-axe5-score .slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #8b817a 0, #8b817a 100%) !important;
    background-image: -o-linear-gradient(top, #8b817a 0, #8b817a 100%) !important;
    background-image: linear-gradient(to bottom, #8b817a 0, #8b817a 100%) !important;

}

.bg-axe5-score .slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #8b817a 0, #8b817a 100%) !important;
    background-image: -o-linear-gradient(top, #8b817a 0, #8b817a 100%) !important;
    background-image: linear-gradient(to bottom, #8b817a 0, #8b817a 100%) !important;

}

.bg-axe5-score .slider-handle {
    background-image: -webkit-linear-gradient(top, #483e36 0, #483e36 100%) !important;
    background-image: -o-linear-gradient(top, #483e36 0, #483e36 100%) !important;
    background-image: linear-gradient(to bottom, #483e36 0, #483e36 100%) !important;
}

hr.animated.fadeInLeft.axe5-hr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
            #8b817a, rgba(255, 255, 255, 0)) !important;
}

/******/
.axe-box .bg-pos-l {
    background-position: center center !important;
}

.axe-box .white-bg.box-shadow.px-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {
    background-size: cover !important;
}

section#matrice li {
    font-weight: 600;
}
#matrice h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
    color: #4f4e4e;
    letter-spacing: 1px;
}




.section1 .white-bg.box-shadow.px-5.py-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.modal {

    position: fixed;

    z-index: 9999;

    background: rgba(0, 0, 0, .6);



}



.select.form-group.col-md-12:after {

    color: #999;

    content: "\25BE";

    line-height: 1em;

    position: absolute;

    right: 20px;

    top: 30%;

}

a.btn.btn-theme,
button.acceder-test.btn.btn-theme {

    text-transform: uppercase !important;

    font-weight: 600;

    font-size: 0.799rem;

    line-height: 1.625rem;

    -webkit-font-smoothing: antialiased;

    border-radius: 0.25rem;

    letter-spacing: 0.125rem;

}



/****Scroll down****/

.divider-container {

    margin-top: 60px;

    animation: updown 5s ease infinite;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    z-index: 2;

}

.divider-container.black-scroll-button.scroll-test a {
    animation: updown 5s ease infinite !important;
}

.divider-container.black-scroll-button.scroll-test {
    animation: none !important;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

/*****scroll axe1****/
#scroll-axe1 .grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #4b8aad57 !important;
}

#scroll-axe1 .down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(20%) sepia(95%) saturate(1063%) hue-rotate(173deg) brightness(94%) contrast(107%) !important;
}

#scroll-axe1 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}

div#scroll-axe1,
div#scroll-axe2,
div#scroll-axe3,
div#scroll-axe4,
div#scroll-axe5 {
    width: 100%;
    display: contents;
}

/*****scroll axe2****/
#scroll-axe2 .grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #a8626f85 !important;
}

#scroll-axe2 .down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(14%) sepia(18%) saturate(7035%) hue-rotate(328deg) brightness(89%) contrast(88%);
}

#scroll-axe2 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/*****scroll axe3****/
#scroll-axe3 .grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ee7e9978 !important;
}

#scroll-axe3 .down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(30%) sepia(16%) saturate(6890%) hue-rotate(320deg) brightness(95%) contrast(86%);
}

#scroll-axe3 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/********/
/*****scroll axe4****/
#scroll-axe4 .grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #45b3c07d !important;
}

#scroll-axe4 .down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(20%) sepia(97%) saturate(2454%) hue-rotate(172deg) brightness(102%) contrast(103%);
}

#scroll-axe4 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/*****scroll axe5****/
#scroll-axe5 .grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #8b817a94 !important;
}

#scroll-axe5 .down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(20%) sepia(12%) saturate(919%) hue-rotate(344deg) brightness(92%) contrast(81%);
}

#scroll-axe5 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/********/
.grey-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e7e9ec;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.down-arrow {
    width: 50px;
    transition: -webkit-transform 225ms ease;
    transition: transform 225ms ease;
    transition: transform 225ms ease, -webkit-transform 225ms ease;
    filter: invert(37%) sepia(65%) saturate(2180%) hue-rotate(164deg) brightness(84%) contrast(101%);

}

#result2 .row.equal {

    z-index: 0;

}



/*******************/

html {

    scroll-behavior: smooth;

}



.title {

    padding-bottom: 5px !important;

}

/********************Carouse********/

section.carousel-levels.bg-contain.bg-pos-r.pt-0 {

    margin-top: 220px;



}

section.carousel-levels.bg-contain.bg-pos-r.pt-0 h5 {

    text-align: center;

}



section.carousel-levels.bg-contain.bg-pos-r.pt-0 span {

    color: #d32137;

}

/***********/

.section1 {

    padding-top: 0px !important;

}

p {

    text-align: justify;

    line-height: 1.9;

}

hr {

    visibility: hidden;

    margin: 0 auto;

    margin-top: 40px;

    margin-bottom: 30px;

    width: 20%;

    border: 0;

    height: 1px;

    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 134, 165), rgba(255, 255, 255, 0));

}





a.btn.btn-theme.next,
button.btn.btn-theme.next {

    float: right;
    text-transform: uppercase;
    margin-top: 50px;

}

a,
.title,
h1,
h2,
h3,
h4,
h5,
h6 {

    text-transform: initial !important;

}



h1 {
    font-size: 36px !important;

    line-height: 46px !important;
}







h1.mb-4.animated.bounceInLeft.delay-2.duration-4 {

    font-size: 51px;

}



.section2 .work-process h4 {

    font-size: 19px;

}

.step-num {

    background: rgb(0, 134, 165) !important;

    background: linear-gradient(90deg, rgb(7, 86, 123) 1%, rgb(0, 134, 165) 100%) !important;



}



.section3 .mb-5,
.section3 .my-5 {

    margin-bottom: 0rem !important;

}



.bg-pos-rb {

    background-position: right bottom;

}



[data-bg-img] {

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}

.h-100 {

    height: 100% !important;

}

.bg-pos-rb {

    background-position: right bottom;

    background-repeat: no-repeat;

}



.bg-pos-rb {

    background-position: right bottom;

}

.banner-2 .mouse-parallax {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}

/**********************************************Page infos********/

.info.white-bg.box-shadow.px-5.py-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {

    margin-top: 55px;

}

/**********************************************Page home*********/
.work-process-inner .work-img {

    background: white;
}

img.trace {
    filter: invert(68%) sepia(7%) saturate(37%) hue-rotate(258deg) brightness(192%) contrast(75%);
    position: relative;
    top: 190px;
    width: 85%;
}

.box.d-flex.align-items-center.animated.fadeInUp.delay-4.duration-5 a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.banner-levels i {

    font-size: 24px !important;

    line-height: 20px !important;

}

.info-img:before {

    top: 12px !important;
    height: 420px !important;
}



.row.row-steps {

    margin-bottom: 60px;

}

ul.banner-levels.list-unstyled.list-icon.fadeInUp.delay-4.duration-4 li {

    font-weight: 600;

}

.section1 .home p,
.section1 .home li {

    font-size: 12px;

}

.home h1 {

    font-size: 34px !important;

    line-height: 46px !important;

}

.work-process h6 {

    line-height: 30px;

    margin-top: -1rem;

    font-weight: bold;

    font-size: 1.125rem;

    color: #2e3d49;

}

h2.title.steps4,
h2.title {

    font-size: 26px !important;

    font-style: normal;

    line-height: 46px;

    font-weight: normal;

    color: #2e3d49;

}

.col-lg-6.col-md-6.ml-auto.mr-auto.steps {

    /* width: 100%; */

    margin: 0px !important;

    text-align: left;

}

.work-process.style-2 .work-process-inner {

    padding-left: 90px;

    height: 50px;

}



h2.title.steps {

    float: left;

    font-weight: 600;

    font-size: 21px !important;



}

.text-center .title.steps4:before {

    left: 9%;

}

button.acceder-test.btn.btn-theme {

    text-align: center !important;

    display: block;

    margin: 0 auto;

}

.work-process-inner p {

    font-size: 0.875rem;

    text-align: center;

    color: #525c65;

}

section.pos-r.section3 {

    padding-top: 30Px;

    margin-bottom: 30px;



}

.home.white-bg.box-shadow.px-5.py-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {

    margin-top: 130px;

}

section.home.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {

    min-height: 950px;

}

/**********************************************footer*****/

footer .social-icons.social-border.circle.social-hover.mt-5 {

    margin-top: 2rem !important;

}

.footer-logo {

    margin-bottom: 35px;

}

.secondary-footer {

    padding: 15px 0 !important;

    background: #1c2045 !important;

    color: #f3f6ff !important;

    font-weight: 500;

    text-transform: uppercase;

}



.social-icons.social-border li a {

    border: 1px solid #1c2045 !important;

    background: transparent;

}



.text-white .social-icons li a {

    color: #1c2045 !important;

}

footer p,
footer h4 {

    color: #111121 !important;

}

footer .dark-bg {

    background-color: #f3f6ff !important;

}

h4.mb-0.newsletter {

    font-size: 14px !important;

}

footer h4 {

    font-size: 17px;

}

.footer-list li a {

    line-height: 25px;

}

.footer-list li {

    margin-bottom: 0px !important;

    text-transform: capitalize;

}

footer p,
footer a {

    font-size: 14px !important;

    line-height: 25px;

}

footer.footer.white-bg.pos-r.o-hidden.bg-contain {}

footer .title {

    padding-bottom: 10px !important;

}

/*********Title page*******/



.page-title .title:before {

    display: none;

}

.page-title h1 {

    color: #2e3d49 !important;

    font-weight: 500 !important;

}



/*****Owl carousel******/
.owl-carousel .owl-stage-outer {
    padding-bottom: 30px !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: white !important;
    border-color: #0086a5 !important;
}

/**********banner*********/

section#banner {

    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 50px;

}

h2.explore-banner__title.white {

    padding-bottom: 24px;

    font-weight: 300;

    font-size: 2rem;

    color: white;

    text-align: center;

}

p.explore-banner__subtitle.white {

    padding-bottom: 1rem;

    font-size: 1rem;

    width: 100%;

    color: white;

    text-align: center;

}

.theme-bg.px-4.py-4 a {

    margin-top: 2rem;

    width: fit-content;

    text-align: center;

    display: block;

    margin: 0 auto !important;

}

.theme-bg.px-4.py-4 {

    padding-top: 72px !important;

    padding-bottom: 72px !important;

}



/*******************************************Page result****/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: none;
    border: 2px solid #0086a51c !important;
    border-radius: 30px;
    color: #0086a5 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 28px !important;
    line-height: 0;
    margin: 0 10px;
    padding: 10px 25px !important;
}

a.btn.btn-theme.mt-5.fueille-route {

    text-align: center;

    display: block;

    width: fit-content;

    margin: 0 AUTO;

}

a.vos-programmes {

    text-align: center;

    display: block;

    margin-top: 40px;

}

a.vos-programmes:hover:after {

    position: absolute;

    content: "";

    text-align: center;
    width: 40%;
    height: 3px;
    left: 150px;

    top: 35px;

    bottom: 0;

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

    transition: all 0.3s ease-in-out;

    background: #d52037;

}

a.vos-formations:hover:after {

    position: absolute;

    content: "";

    width: 103%;

    height: 3px;

    left: -3px;

    top: 25px;

    bottom: 0;

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

    transition: all 0.3s ease-in-out;

    background: #d52037;

}

.card-programme i.flaticon-tick {

    font-size: 23px !important;

    line-height: 26px;

}

.round-p-animation {

    z-index: 0 !important;
}

a.vos-formations,
a.vos-programmes {

    position: relative;

    color: #d52037;

    text-transform: uppercase !important;

    font-weight: 600;

    font-size: 0.9rem;

    line-height: 2.625rem;

    -webkit-font-smoothing: antialiased;

    border-radius: 0.25rem;

    letter-spacing: 0.125rem;

    z-index: 2;

}

.fa.fa-long-arrow-right:before {

    content: "\f30b";

}

h4.ng-star-inserted {

    margin-bottom: 40px;

}

@media screen and (min-width: 48rem) {

    .card-programme .content {

        width: 50%;

    }
}



.card-programme {

    min-height: 240px;

}

.card-programme {

    margin-right: -10px;

    margin-left: 0px;

    margin-top: 0;

    margin-bottom: 24px;

    text-align: left;

    position: relative;

    background: #fff;

    box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);

    border-radius: 0.375rem;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.card-programme .image {

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 0.375rem;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

    overflow: hidden;

}

.card-programme .content {

    width: 100%;

    padding: 36px 0px;

}

.card-programme ul {


    padding: 0px 36px;

}



.progress {

    width: 100% !important;

}

.bg-axe1 {

    background-color: #4a8aad;

}

.bg-axe2 {

    background-color: #a8626f;

}

.bg-axe3 {

    background-color: #ee7e99;

}

.bg-axe4 {

    background-color: #45b3c0;

}

.bg-axe5 {

    background-color: #8b817a;

}

section#result2 {

    padding: 0px 0px 80px 0px !important;

}



section#carousel-pro .section-title p {

    font-weight: 500;

    text-align: center;

}

.row.nos-programmes img {

    width: 200px !important;

}

#resultat1 .align-center.section1 {
    top: 40% !important
}

section#programmes {

    padding-top: 60px !important;

    padding-bottom: 50px !important;

}

.nos-programmes .mt-5,
.my-5 {

    margin-top: 1rem !important;

}

.nos-programmes .col-lg-4 {
    margin-bottom: 30px;
    display: table-cell;
}

.nos-programmes .price-table {
    background: #ffffff;
    padding: 30px 30px !important;
}

.list-icon-2 li:before {

    top: 12px !important;

}


.programmes.custom-li li {

    float: left;
    margin-bottom: 15px;
    width: 100%;
    text-align: justify !important;
    letter-spacing: 0px !important;
}

@keyframes updown {

    0% {

        transform: translateY(-20%);

    }



    50% {

        transform: translateY(20%);

    }



    100% {

        transform: translateY(-20%);

    }

}

img.nd-information__arrow--icon {

    animation: updown 5s ease infinite;

    height: 90px;

    margin-top: 20px;

}

a#scroll-down {

    text-align: center;

    display: block;

    width: 4%;

    margin: 0 auto;



}

.price-table.style-2 {

    height: 500px !important;

}

.price-table.style-2.bg-contain.bg-pos-r,
section.bg-contain.bg-pos-r.p-0 {

    background-size: contain;

    background-repeat: no-repeat;

    background-position: right;

}

h5#level-title {

    margin-top: -35px;

}


span.niv_title {
    color: #4f4e4e !important;
}

h3#level-next {

    margin-top: 40px;

    border-top: 3px solid #028bb1;

    box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);

    text-align: center;

    padding: 20px 5px;

    font-size: 22px;

}

h1.result-title {

    text-align: center;

    margin-top: 115px;

}



/* section.result.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {

    min-height: 960px !important;

} */

.result .white-bg.box-shadow.px-5.py-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {

    margin-top: 40px;
    padding-top: 125px !important;
}

section.chart.pos-r {

    padding: 50px 0;

}

/**********************************************************/



/******************************************page axes******/

.axe-box .white-bg.box-shadow.px-5.sm-px-3.sm-py-3.xs-px-2.xs-py-2.bg-contain.bg-pos-l.radius {

    padding-bottom: 40px;
    padding-top: 60px;
}

img#axe1,

img#axe2,

img#axe3,

img#axe4,

img#axe5 {

    width: 20%;

    margin: 20px 0px;

}

.axes {

    padding-top: 0px !important;

}

.axe-box.fullscreen-banner {

    position: relative;

    min-height: 1900px;

    margin-top: 0%;

}



.axe-box p {

    color: black;

    font-size: 14px !important;

    text-align: justify;

    line-height: 1.9;

}

.axe-box h3 {

    text-align: center;

    padding-bottom: 30px !important;

}

.axe-box .featured-icon {
    text-align: center;

    padding-bottom: 10px !important;
}







/*******************************************************************/

/***********************************Home popup*********************/

/*modal bootstrap*/

.modal-header {

    border-bottom: none;

}

.overlay {

    top: -47% !important;

    width: 100vw;

    height: 100vh;

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    transition: opacity 500ms;

    visibility: hidden;

    opacity: 0;

}

.overlay:target {

    visibility: visible;

    opacity: 1;

}



.popup {

    padding: 20px;

    background: #fff;

    border-radius: 5px;

    /*width: 83%;

    margin: 70px auto;*/

    position: relative;

    transition: all 5s ease-in-out;

}



.popup h2 {

    margin-top: 0;

    color: #2e3d49;

    font-family: Tahoma, Arial, sans-serif;

}

.popup .close {

    top: 20px;

    right: 30px;

    transition: all 200ms;

    font-size: 30px;

    font-weight: bold;

    text-decoration: none;

    color: #333;

}



.popup .content {

    max-height: 30%;

    overflow: auto;

}

section.contact-1.pt-0 h2 {

    line-height: 28px;

    text-align: center;

}

section.contact-1.pt-0 h6 {

    text-align: center;

}

.popup section.contact-1.pt-0 {

    padding-bottom: 0px;

}



input.btn.btn-theme.btn-radius {

    TEXT-ALIGN: center;

    width: 180px;

    margin: 0 auto !important;

    display: block;

}

input.btn.btn-theme.btn-radius.demarrer {

    border: 1px solid #a31a33;

    background: transparent !important;

    color: #821632;

}



input.btn.btn-theme.btn-radius.demarrer:hover {

    background: linear-gradient(90deg, rgba(218, 33, 55, 1) 0%, rgba(118, 20, 49, 1) 90%) !important;

    color: #ffffff;

    border: 0px !important;

}

h6.axe-title {

    padding-bottom: 0px;

    padding-top: 25px;

}



/***********************************Media query**************/

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 88%;
    }
}

@media (min-width: 1679px) and (max-width: 1920px) {
    section#matrice img {
        margin-top: 180px !important;
    }

    section.pos-r.section3 {
        padding-top: 30Px;
        margin-bottom: 130px;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    section#matrice img {
        margin-top: 100px !important;
    }

    section.pos-r.section3 {
        padding-top: 30Px;
        margin-bottom: 130px;
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-toggler span {
        width: 80%;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #ffffff;
    }

    .navbar-nav .nav-item {
        margin: 0;


    }

    .navbar-brand {
        left: 0;
        margin-right: 0;
        position: absolute;
        top: 50%;
        padding: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar {
        justify-content: flex-end;
        width: 100%;
        border-radius: 0 !important;
    }

    .navbar-nav .nav-link {
        padding: 10px 20px !important;
        font-size: 15px;
        color: #ffffff;
        border-radius: 0;
    }

    .navbar-nav .nav-item.active .nav-link:before {
        display: none !important;
    }

    .navbar-toggler {
        background: #0086a5 !important;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 15px;
        -webkit-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
        -moz-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
        box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
    }

    .navbar-collapse {
        background: #141414;
        max-height: 400px;
        overflow: auto;
        border: medium none;
        left: 0;
        position: absolute;
        z-index: 99;
        top: 50px;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .info-img img.img-fluid.topBottom {
        width: 50% !important;
        text-align: center !important;
        margin: 0 auto !important;
        display: block;
    }

    section.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {
        padding: 0px 0 100px !important;
    }

    .section-title {
        width: 100%;
    }

    .col-lg-6.col-md-6.ml-auto.mr-auto.steps {
        display: contents;
    }

    .navbar {
        padding: 2.5rem 1rem !important;
    }

    .navbar-collapse {
        background: #0086a5 !important;
        top: 90px !important;
    }

    div#navbarNavDropdown ul {
        padding: 20px 0px !important;
    }

    .home h1 {
        font-size: 26px !important;
        line-height: 40px !important;
        text-align: center;
    }

    .box {
        width: 100% !important;
    }

    .text-center .title.steps4:before {
        text-align: center;
        left: 50% !important;
    }

    h2.title.steps4,
    h2.title {
        font-size: 20px !important;
        text-align: center !important;
    }

    img.trace {
        display: none !important;
    }

    #matrice a.btn.btn-theme {
        text-align: center !important;
        display: block;
        width: fit-content !important;
        margin: 0 auto;
    }

    .accordion .card-body {
        text-align: justify;
    }

    #matrice .title:before {
        left: 45%;
        text-align: center;
    }

    section.axe-box.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {
        padding-top: 140px !important;
    }

    img#axe1,
    img#axe2,
    img#axe3,
    img#axe4,
    img#axe5 {
        width: 30% !important;
        margin: 20px 0px;
    }

    .popup {
        width: 100% !important;
    }

    ul.programmes.custom-li.list-unstyled.list-icon-2.my-3.d-inline-block {
        height: auto !important;
    }

    .banner-2 .mouse-parallax {
        z-index: 0 !important;
    }

    #result2 .col-lg-5.col-md-5,
    #result2 .col-lg-7.col-md-7 {
        max-width: 100% !important;
        flex: auto !important;
    }
}

#chart{
    width: 500px;
    height: 300px;
}
@media (min-width: 320px) and (max-width: 900px) {
   /* canvas#chart {
        width: 400px !important;
        height: 400px !important;
        max-width: 100%;
        display: flex; 
        min-height: 300px;
    }
    */

    #teaser
    {display:none;}
    div#mobile-teaser
{display:block;}
div#mobile-teaser {
    text-align: center;
}

    #programmes .card-programme .image {

        padding: 160px 36px;
    }

    .row.card-programme {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }

    #result2 .col-lg-5.col-md-5,
    #result2 .col-lg-7.col-md-7 {
        max-width: 100% !important;
        flex: auto !important;
    }

    .popup .col-md-6 {
        flex: auto;
        width: 100%;
        max-width: 106% !important;
    }

    li#mobile-contact a {
        display: block !important;
    }

    .banner-2 .mouse-parallax {
        z-index: 0 !important;
    }

    section.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {
        padding: 0px 0 100px !important;
    }

    .right-nav.align-items-center.d-flex.justify-content-end.list-inline {
        display: none !important;
    }

    .navbar {
        padding: 2.5rem 1rem !important;
    }

    .navbar-collapse {
        background: #0086a5 !important;
        top: 80px !important;
    }

    div#navbarNavDropdown ul {
        padding: 20px 0px !important;
    }

    .home h1 {
        font-size: 26px !important;
        line-height: 40px !important;
        text-align: center;
    }

    .box {
        width: 100% !important;
    }

    .text-center .title.steps4:before {
        text-align: center;
        left: 50% !important;
    }

    h2.title.steps4,
    h2.title {
        font-size: 20px !important;
        text-align: center !important;
    }

    img.trace {
        display: none !important;
    }

    #matrice a.btn.btn-theme {
        text-align: center !important;
        display: block;
        width: fit-content !important;
        margin: 0 auto;
    }

    .accordion .card-body {
        text-align: justify;
    }

    #matrice .title:before {
        left: 34%;
        text-align: center;
    }

    section.axe-box.fullscreen-banner.banner.banner-2.p-0.o-hidden.bg-contain.bg-pos-r.animatedBackground {
        padding-top: 140px !important;
    }

    img#axe1,
    img#axe2,
    img#axe3,
    img#axe4,
    img#axe5 {
        width: 60% !important;
        margin: 20px 0px;
    }

    .popup {
        width: 100% !important;
    }

    ul.programmes.custom-li.list-unstyled.list-icon-2.my-3.d-inline-block {
        height: auto !important;
    }
    .modal-dialog.modal-lg {
        max-width: 100% !important;
    }
    h5#level-title {
        text-align: center;
    }
    section#result2 {
        padding: 0px 0px 50px 0px !important;
    }
    .divider-container {
        margin-top: 20px !important;
    }
}


/***********************