.top {
    display: none;
}

h2 {
    font-family: Montserrat, sans-serif;
    /*
      margin-top: 80px;
      margin-bottom: 60px;
*/
}

h3 {
    font-size: 1.1em;
    padding-top: 20px;
    margin-bottom: 0;
}

ol {
    text-align: left;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

carousel slide {
    background-color: green;
}

h1 {
    color: #fffdf8;
    text-align: center;
    /*    margin-top: 250px;*/
    font-size: 6em;
}


/*** Header ***/

.navbar-brand {
    margin-top: -22px;
}

.navbar-default {
    border-radius: 0px;
    border-bottom: 2px, #fffdf8;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: white;
    padding: 10px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.navbar-default .navbar-nav li a {
    color: black;
}

.navbar-default .navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #87c4ae;
    transition: width .3s;
}

#toTop:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 20px;
    line-height: 55px;
    content: "\f0d8";
}

#toTop {
    color: #fff;
    background-color: #87c4ae;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
}

.navbar-default .navbar-nav li a:hover::after {
    width: 100%;
    //transition: width .3s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #87c4ae;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #87c4ae;
    /* Changes regular toggle color */
}


/* navbar change on scroll */

.logo-blanc {
    position: absolute;
    z-index: 1;
}

.logo-bleu {
    position: absolute;
    z-index: 2;
    margin-top: -30;
}

.affix {
    /*  background-color: #fffdf8;*/
    padding: 0px;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.affix .navbar-nav li a {
    color: #222222;
    font-size: 0.9em;
}

.affix .logo-blanc {
    visibility: hidden;
}

.affix-top {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding 0.5s linear;
    -moz-transition: padding 0.5s linear;
    -o-transition: padding 0.5s linear;
    transition: padding 0.5s linear;
}

.affix-top .logo-bleu {
    visibility: hidden;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
    .logo-blanc {
        margin-top: 16px !important;
        max-width: 18%;
    }
    .navbar-nav {
        margin: 0px !important;
        font-size: 19px;
    }
}


/************* HEADER *************/

.carousel-caption h2 {
    font-size: 72px;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.carousel-caption {
    text-align: left !important;
    margin: 9%;
    padding-bottom: 1%;
    margin-left: 0% !important;
}


}
.carousel-indicators {
    text-align: left !important;
    margin-bottom: -5px;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: 0 auto;
    /* height: 100vh;*/
    
    height: 546px;
}
.container-fluid {
    padding: 0px;
}
.findbtn {
    border-color: #ffffff;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 20px;
    padding: 8px 20px;
    border-width: 2px;
}
.findbtn:hover {
    color: #87c4ae;
    background-color: white;
    border-color: white !important;
}
.readbtn {
    border-color: #87c4ae;
    font-family: Montserrat, sans-serif;
    color: #87c4ae;
    background-color: transparent;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 20px;
    padding: 8px 20px;
    border-width: 2px;
}
.readbtn a {
    color: #87c4ae !important;
}
.findbtn a {
    color: white !important;
}
.readbtn:hover {
    color: #ffffff;
    background-color: #87c4ae;
    border-color: #87c4ae !important;
}
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

/*
#movetxt {animation: moving 5s 1;}

@keyframes moving {
    to {top: 0px;}
    from {top: 400px;}
}*/
.industry h1 {
    color: #87c4ae;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-family: Montserrat, sans-serif;
}
.industry h5 {
    color: #aaadac;
    font-weight: bold;
    font-size: 16px;
}
.industry p {
    padding-right: 24%;
    padding-top: 30px;
    height: 150px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.78;
    font-family: Roboto, sans-serif;
    letter-spacing: 0em;
    text-align: left;
    color: #858686;
}
.industry img {
    transition: .4s all ease;
}
.industry img {
    max-width: 100%;
    height;
    auto;
}
.text h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36;
    font-family: Roboto, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #3d3f41;
}
.text h2 {
    margin-bottom: 26px;
    font-size: 44px;
    margin-top: 50px;
}
.getintouch {
    margin-bottom: 26px;
    font-size: 44px;
    margin-top: 50px;
}
.section2 {
    padding-top: 40px;
    padding-bottom: 85px;
}
.section3 {
    background-color: #f5f6f5;
    padding-top: 30px;
    padding-bottom: 80px;
}
.text {
    text-align: center;
}
.healthimg {
    height: 540px;
    width: 574px !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
}
.section4 {
    padding-bottom: 50px;
}
.advantage h3 {
    color: #87c4ae;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    margin-left: 23px;
    font-weight: bold;
}
.advantage h5 {
    font-size: 16px;
    margin-left: 23px;
    color: #858686;
    line-height: 1.5;
}
.advantage ul {
    list-style-type: circle;
}
.advantage li {
    font-size: 16px;
    margin-left: 23px;
    color: #858686;
    line-height: 2.8;
    font-family: Roboto, sans-serif;
}
.advantage {
    padding-top: 18px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin-top: 40px;
}

/*.img-animation {
				transform: translateX(-20%);
				transition: all 1s ease-out;
			}
			
			.img-animation.fade-in {
				opacity: 1;
				transform: translateX(0);
			}*/
.clogo {
    max-width: 100%;
    margin: auto;
    padding: 15px;
}
.partners {
    padding-left: 15%;
}
.line {
    border-right: 0.2px solid rgba(158, 158, 158, 0.5);
    height: 85px;
}
.section6 {
    background-color: #87c4ae;
    padding-bottom: 80px;
    padding-top: 30px;
    color: white;
}
.enquery {
    font-style: italic;
    font-size: 14px;
    background: transparent;
    color: white;
    padding: 9px 70px;
    border: 2px solid white;
    line-height: 25px;
    border-width: 0px 0px 2px 0px;
    padding-top: 30px;
    padding-right: 56px;
    background-color: transparent;
    font-family: Roboto, sans-serif;
}
.enquery:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
select {
    font-style: italic;
    font-size: 14px;
    background: transparent !important;
    border-width: 2px;
    padding: 13px 60px;
    border: 2px solid white;
    color: white;
    font-family: Roboto, sans-serif;
    line-height: 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}
select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
option {
    color: #87c4ae;
    font-size: 14px;
    margin: 10px;
}
.contactfield {
    margin-top: 44px;
}
.footer {
    padding: 40px 0 20px;
    background-color: #2a2b2c;
    font-size: inherit;
}
.footer h5 {
    font-size: 22px;
    color: white;
    font-family: Montserrat, sans-serif;
}
.footer p {
    color: #858686;
    font-weight: 300;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: left;
}
.menu ul {
    list-style-type: none;
    padding-left: 0%;
    line-height: 2.5;
    font-family: Roboto, sans-serif;
}
.menuli {
    display: flex;
    align-items: baseline;
}
.menu ul li a {
    color: #858686;
    font-weight: 300;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: left;
    line-height: 2;
}
input::-webkit-input-placeholder {
    color: white;
}
.fa {
    color: white;
    margin-right: 10px;
    font-size: 16px;
}
.menu ul a:hover {
    color: #ffffff;
}
.arrow {
    list-style: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACDElEQVQ4Ea1VPUsjURSdlw8nxTaLKJbiR7JgI7qFjRbbpUgmgvkJVoIurHFZdNFKVgXRrfwPUZPJFGks0qu7hSAyi9oJYqEkQTIT5e25k0x4vMmoAR883r3nnHvf1503TGnT4vG4Gg6raVDT6KPoH5uye8aUv5yzXL1e2y8Wi1YTbw2sZTUNTdNmELAFt1/mJP+acyVjGPkDEW8lTKfTwVrN3maMzYuCN9g7qhpezGazz6QNuQGWZe8i2ZzrdzB+xUIC0C9QjLPCRCKVwtnkOkgiSzljXNN13WDYapdl1c+hGJRVoo/Vb3DOv4uYZP/r6+sdCQ4Nxeg2ZyXS40L8pVKpBpB4ykM2gO5q9fEsgFlTPgIPbBj6ChKue4gmQLlCOLuxNoIjGTNNkxOm67nlZDJFZ/9D1uAcxxjICogPIlko5FvlJOKijbhV+GsiBrtC1/1qsBTkuNherR1OdXiDPiySmP1E9Mkulx8mSqXSE9nglzD8IltqN7gU5Y8Ekjsu92g06uwkmZzOgNsgkdyQ65TKIC8Tfn4ioS0qCt/04ylXQFVDhxBc+olc/Pb27hsC6NHwayjsnsZtvuenF6TpTPPiIhb7pMKc9Jv+JRw3vl4o6HukobJxGp6gnyB+u34H404k0kU16TRPDb7bA+vOQGPjFxCh5z+OW/2MPtDg2RXGY3xiRdu28+1+Af8B5Veuq3n4GT4AAAAASUVORK5CYII=);
}
@media screen and (max-width:1028px) {
    .advantage li {
        line-height: 1.8;
    }
}
@media screen and (max-width: 768px) {
    h2 {
        font-family: Montserrat, sans-serif;
        /*font-weight: bold;*/
    }
    
    h2 {
        /*      margin-top: 0px !important;*/
        margin-bottom: 0px !important;
    }
    
    .advantage {
        padding: 0px !important;
    }
    
    .advantage h3 {
        font-size: 25px;
    }
    
    .text h5 {
        font-size: 16px;
    }
    
    .footerlogo {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }
    
    .carousel-caption h2 {
        font-size: 60px;
        font-weight: 700;
    }
    
    .advantage {
        margin-top: 0px;
    }
    
    .section6 {
        padding-top: 30px !important;
    }
    
    .industry p {
        height: 200px;
    }
    
    .industry h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 580px) {
    .clogo {
        padding: 20px !important;
    }
    
    .line {
        border-right: 0px !important;
    }
    
    .footerlogo {
        margin: -19px !important;
    }
    
    .footerlogo {
        padding: 0px !important;
    }
    
    .ftabt {
        padding: 0px !important;
    }
    
    .navbar-nav {
        margin: 7.5px 90px;
    }
    
    .healthimg {
        padding-top: 50px !important;
    }
    
    .advantage h3 {
        padding-top: 0px;
    }
    
    .industry {
        text-align: center !important;
    }
    
    .industry p {
        height: 120px;
        text-align: center !important;
        padding: 32px;
    }
    
    .industry h3 {
        font-size: 44px;
    }
    
    .footer {
        padding: 60px 0 20px;
    }
    
    .space {
        padding-top: 0px !important
    }
    
    .footer ul {
        padding: 0px 50px;
        text-align: center;
    }
    
    .footer p {
        padding: 0px 50px;
    }
    
    .footer img {
        margin: 0px !important;
    }
    
    .footer h5 {
        text-align: center !important;
    }
    
    .footer .navbar-brand {
        padding: 0px 85px;
    }
    
    .advantage li {
        line-height: 2.8 !important;
    }
}
@media screen and (min-width: 1200px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 641px;
    }
}
@media screen and (max-width: 430px ) {

    .navbar-default .navbar-nav li a {
padding: 10px 38px;
}
}
@media screen and (max-width: 380px) {

    .navbar-default .navbar-nav li a {
padding: 10px 0px !important;
}
}
@media screen and (max-width: 580px) {

    .carousel-caption h2 {
    font-size: 40px;
   
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
      height: 400px;
      margin-top: 60px;
}
}