.navbar>ul>li>a:before {background-color: #F85A40}
.navbar {font-weight: bold;}
.header .logo h1 span{color: #F85A40}

.clients {padding: 10px 0px 50px 0;}

.small {font-size: 0.6rem;}

.mobile-nav-active .navbar:before {background-color: #333}
.section-header h2:after {background-color: #F85A40}

.services .service-item:hover .icon:before {background-color: #F85A40}
.services .service-item:hover h3 {border-color: #F85A40;}

highlighting {font-weight:bold;color: #F85A40}

.testimonial1 {background: #f6f6f6; padding: 1.0rem;}
.testimonial2 {background: #fff; padding: 1.0rem;}

@media only screen and (min-width: 770px) {
    .portfolio .portfolio-wrap {min-height: 380px;background: #fff;}
}

.image-fluide {max-width: 215%; height: auto;}
.logogray {max-width: 70%;height: auto;}
    
@media only screen and (max-width: 780px) {
    .image-fluide {max-width: 150%; height: auto;}
    .img-fluid {width:100%}
    .header .logo h1 {font-size: 20px;}
    .header.sticked {height: 50px;}
    .sticked-header-offset {margin-top: 50px;}
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .image-fluide {max-width: 250%; ;}
}

/*
@media only screen and (max-width: 1000px) {
    .image-fluide {max-width: 200%; height: auto;}
    .img-fluid {width:100%}
    .header .logo h1 {font-size: 20px;}
    .header.sticked {height: 50px;}
    .sticked-header-offset {margin-top: 50px;}
}
*/

@media only screen and (min-width: 1200px) and (max-width: 15800px) {
    .image-fluide {max-width: 250%; height: auto;}
    .img-fluid {width:100%}
    .header .logo h1 {font-size: 20px;}
    .header.sticked {height: 50px;}
    .sticked-header-offset {margin-top: 50px;}
}


.button {
  background-color: #00AAB6C4;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
}

a:hover {
    color: #6082B6;
}
.more-info {
    text-align : right; 
    padding-right: 10px !important;
}