@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");javascript:;
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* Template Style 
* Edit this section
*
* ========================================================*/
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #424142;
  background: #fff;
  height: 100%;
  position: relative;
}


a {
  color: #0b72b4;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #0b72b4;
  outline: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #424142;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  margin: 0px 0px 10px 0;
}

::-webkit-selection {
  color: #fff;
  background: #27E1CE;
}

::-moz-selection {
  color: #fff;
  background: #27E1CE;
}

::selection {
  color: #fff;
  background: #27E1CE;
}
#section_trans{transform: skewY(5deg);background: #fff; height: 100px;}

.btn 
{
 
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding:4px 6px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0b72b4;
  color: #fff;
   border: solid 1px #0b72b4;
  
}
.btn-file {
    position: relative;
    overflow: hidden;
    background: #0b72b4; 
    color:#fff;
    
    margin:0px;
        left: 79.12%;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    
}
.filebtn{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
   
}

.btn-primary.btn-outline {
  background: transparent;
  color: #27E1CE;
  border: 2px solid #27E1CE;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #27E1CE;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
  border: solid 1px #0b72b4;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
 background: transparent;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
  padding-left: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius:3px;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
    border: 1px solid rgba(11,114,180,0.8);
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #27E1CE;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.logo{max-width: 90%;}

#fh5co-header .header-top{
height: 35px;
background:#005185;
}

#fh5co-header {
  width: 100%;
  margin: 0;
  background:#0b72b4;
  position: fixed;
  z-index: 99999999;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
  .menu-met {
  
    display: none;
}
}
#fh5co-header .header-inner {
  height: 95px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #27E1CE;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1 a:after {
 /* position: absolute;
  bottom: 6px;right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #27E1CE;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header h1 {
  margin: 10px 0 0 0;
}
#fh5co-header nav {
  margin: 1.5% 0 0 0;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}
#fh5co-header nav fa{
color:#41a62a;
}

@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
    .menu-met {
  
    display: none;
}
}


#fh5co-header nav ul {
 
    margin: 6px 0px 0 0;
}
#fh5co-header nav ul li ul li ul{
    padding: 0px;
    margin: 0px;
    margin-top: 4%;
    text-transform: uppercase;
}
.fa_dssi{color:#41a52b;font-size: 13px !important;  position: relative !important;
    top:  0px !important; 
   left: 0px !important;}

#fh5co-header nav ul li {

  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
      position: absolute;
    top: 40px;
    left: 10px;

}

#fh5co-header nav ul li ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-weight: 500;
}
#fh5co-header nav ul li ul li a:hover {
  
  padding-left:15px;
  font-weight: 500;
}

#fh5co-header nav ul li ul li span a:hover {
  
padding-left: 10px;
}


#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #27E1CE;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #41a62a;
}
#fh5co-header nav ul li a:hover:after {
 text-decoration: none;
  color: #41a62a;
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
  
  color: #41a62a;
}

#fh5co-header nav ul li a:befor {
  outline: none;
  text-decoration: none;
  color: #41a62a;
}

#fh5co-header nav ul li.cta {
  margin-left: 20px;
}

#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #27e1ce;
  color: #27E1CE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header fa {
    color:#FFF !important;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #27E1CE;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  min-height: 492px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 16px;
}
#fh5co-hero .btn.btn-primary {
  padding: 12px 40px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
 
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 440px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 492px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 492px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 28px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
         padding: 1% 0% 0.3% 0%;
}
#fh5co-testimony-section{
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services-section .services {
  position: relative;
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #27E1CE;
}
#fh5co-services-section .services .desc {
  padding-left: 10px;
  margin-bottom:50px ;
}
#fh5co-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top:20px ;
  margin-bottom: 5px ;
}
.desc img{
 display:inline !important;
}

.fh5co-services {
  margin-top: 4em;
}

#fh5co-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}

#fh5co-work-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-work-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {

  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #27E1CE;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
    .menu-met {
  
    display: none;
}
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #bfb6b6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: #0b72b4;
  border: 2px solid #0b72b4;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-blog-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
  
  #fh5co-header .header-top {
    height: 100%;
    background: #005185;
}
  
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #27E1CE;
}
.contact-info li a {
  color: #27E1CE;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}




/***************************/

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 3em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}

.fh5co-cta .overlay {
  
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 1;
}
.fh5co-cta p, .fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}
/*****************************/

/***************************/
.fh5co-cta2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta2 {
    padding: 3em 0;
  }
}

.fh5co-cta2 .overlay {
  background: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta2 .container {
  position: relative;
  z-index: 1;
}
.fh5co-cta2 p, .fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta2 p:last-child {
  margin-bottom: 0;
}
.fh5co-cta2 .btn {
  color: #fff;
}
/*****************************/
.dyagonalbg{  
background:#000;
transform:skew(0deg, -4deg);
position: absolute ;
 top:-18%;
 right: 0%;
 width: 100%;
 height: 35%;

 z-index: -3;}
 .dyagonalbgwith{  
background:#fff;
transform:skew(0deg, -4deg);
position: absolute ;
 top:-7.5%;
 right: 0%;
 width: 100%;
 height: 15%;
 z-index: 0 ;}
 /****************************/
#fh5co-footer {
  background:  url(../images/blue_background.png) repeat center;
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 5em;
  position: relative;z-index:1;

}



@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
    
  font-size: 18px;

}
#fh5co-footer [class*="col"] {
  padding-bottom: 30px;
  padding-right:0px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 0px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  background: #fff;
  
  padding: 10px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

.offcanvas-visible #fh5co-offcanvas{right: 0px;}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: -450px;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #27E1CE;
}
#fh5co-offcanvas ul li.active a {
  color: #27E1CE;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
        top: 22.5%;
    right: 10px;
  }
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #27E1CE;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #27E1CE;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}

/****************Adler ********/
.hr
{
  height: 3px;
  width: 80px;
  margin: -0.5em 0;
  padding: 0;
  color: #0b72b4;
  background-color: #0b72b4;
  border: 0;  
}
.hr_with
{
    height: 2px;
    width: 60px;
    margin: -0.5em 0;
    padding: 0;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #fff;
    border: 0;
}
/****************************/
/**********Menu metiers******/
/****************************/

.menu-met {background: rgba(0, 0, 0, 1);width: 100%; bottom:0% ;padding:0.3%;z-index: 9999999;padding-top:4%;}
.menu-met a{color: #fff;font-size:14px;}
.menu-met a:hover{color: #0b72b4; text-decoration: none; }
.menu-met img{ 
    -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);    
  position:absolute;
  padding-top:5%;
  left:40%;
  top:-70px;
  opacity:1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

/****Menu metiers reduit ****/
.reduct-met { 
     padding-top:0.3%;
     -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
  }
  
.open-met {
 padding-top:4%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  }

.reduct-met img{ 
    
    -webkit-transform: scale3d(0, 0, 0);
     transform: scale3d(0, 0, 0);
    position:absolute;
    left:40%;
    top:-20px;
    opacity:0;
     -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
  }
  
.open-met  img{
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);    
  position:absolute;
  left:40%;
  top:-70px;
  opacity:1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  }

/****************************/
/****************************/
/****************************/
.titrecont {margin: 0px;margin-top: 35px; font-size: 40px !important}

.bt-rev{    background: #fff;
    color: #0b72b4;
    padding: 8px 22px;
    border-radius: 0 0 2px 2px;
    font-size: 15px;}
.bt-rev:hover{background:#41a62a !important; border:solid 1px #41a62a; color:#fff !important; border-radius: 0px 0px 2px 2px;font-size: 15px; }
.margin_iconsolus{margin-top:5%;}

.titre_image_header{padding-top:2% ;min-height:350px}
.titre_image_header h2{color:#fff; }
.titre_image_header p{color:#fff; }



.num_tel_header{color: #fefffe;font-size: 14px;padding-top:5px;}

.num_tel_header a {color:#fff;margin:3px !important;}
.margin-left{margin-left:20px;}


.tr_sect_part1{font-size:40px; font-weight: 500;}
.tr_sect_part2{font-size:40px;font-weight: 600;}
.padding0{padding: 0px !important}
.padding_left0{padding-left: 0px; }
.slid_titre{font-size: 18px;}
.slid_titre_sec_part{font-size:38px;}
.met_titre{font-size: 18px !important;font-weight:600 !important;}
.metier_titre{font-size: 18px !important;font-weight:600 !important;margin-bottom:0px !important;}
.lien_solution{font-size: 18px !important;font-weight:600 !important;margin: 20px 0px 20px 0px !important;}
.box_lien_solution{margin: 20px 0px 10px 40px !important;}
.colorwith{color:#fff !important;}
.usertitr{font-size: 50px}
.soutitr{font-size: 30px}
.letter-spacing{ letter-spacing: px; }
.btn-met{background: transparent !important;font-size: 16px; border: none !important;color:#0b72b4 !important}
.btn-tem{ padding: 15px 30px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2%;
    border-radius:5px;}
.socialicon{color: #fff !important; font-size: 24px; padding: 3%;background: #0b72b4;border-radius:5px; }


.btn-primary.btn-contacternous {
    background: #41a62a;
    color: #fff !important;
    padding:5%;
    font-size: 32px !important;
    border: 2px solid #41a62a;
  
}

@media screen and (max-width: 768px) {
  .btn-primary.btn-contacternous {
      font-size: 15px !important;
  }
}
 

.btn-contacternous:hover {
    background: #41a62a !important;
    color: #fff !important;
    padding:5%;
    font-size: 32px !important;
    border: 2px solid #41a62a;
}


.btn-with {
    background: rgba(47,51,52,0.5);
    color: #fff !important;
    font-size: 18px !important;
    border: 1px solid #fff;
    width: 20% !important;
}

input::placeholder {color: #fff;}
.btn-with:hover, .btn-with:focus,.btn-with:active {
 background: rgba(47,51,52,0.5) !important;
  border: 1px solid #0b72b4;
  color: #fff !important;
}

.btn-conect {
    background: #fff;
    color: #0b72b4 !important;
    font-size: 18px !important;
    border: 1px solid #fff;
    width: 20% !important;
}

input::placeholder {color: #fff;}

.btn-conect:hover, .btn-conect:focus,.btn-conect:active {
 background: #0b72b4 !important;
  border: 1px solid #0b72b4;
  color: #fff !important;
}

.btnuserspace{position:absolute;     bottom: 40px;
    left: 325px;}

/*#######################################*/
                /*filariane*/
/*#######################################*/


.filariane {font-weight:600; color: #000 ;margin-top:5px;margin-bottom:5px;font-size: 14px;}
.filariane i{ color:#0b72b4;margin:0 ;margin-bottom:1.2%;vertical-align:bottom;font-size:10px}
.filariane a{ color:#424142 !important;font-weight:400; margin-bottom: 0px !important; padding-left: 0% !important;padding-right: 0% !important;}
.breadcrumb > .active {
    color: #0b72b4;font-weight: 600;
}
.breadcrumb > li + li:before {
    content: "> ";
    font-size: 13px;
    font-family: MS PGothic;
    
    padding: 0 5px;
    color: #0b72b4;
}
.filariane .acc{color: #000 !important; padding-left: 0% !important;}

/*#######################################*/
                /*filariane*/
/*#######################################*/


.padding10{padding-top: 233px;}
.padding11{padding-top: 225px;}
.padding5{padding-top: 10%;}
.box_logi{background:  url(../images/blue_background.png) no-repeat;padding-top: 5%}

.box_logi p{color:#fff !important;}
.box_logi h2{color:#fff !important;}

.FlecheMenu{background:#005185;
position: absolute;
opacity:0;
left: 9.8%;
top: 60px;
width:20px;
height:20px;
-ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
 transform: rotate(45deg);}

#MenuDropdown:hover .FlecheMenu{opacity:1;transition: 0.5s;}

.dropdown-menu{ 
    position: absolute;
    top: 56px;
    border-radius:0px;
    left: -460px;
    
    border:none;
    padding:25px;
    border-bottom: 20px solid #0b72b4;
    background:#005185; 
    z-index:9999999;
    }

    
.dropdown{
  padding-bottom: 0px;
}
.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu.columns-4 {
  min-width: 1200px;
}
.dropdown-menu.columns-5 {
  min-width: 1600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-size:13px !important;
  font-weight: 300;
  padding-bottom: 54px;
}
.dropdown-menu li
{
display: block !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
   background-color:transparent !important; 
}

/*******************************/
/*******************************/

.dropdownmenu2{ 
    position: absolute;
    top: 56px;
    border-radius:0px;
    left: -600px;
    border:none;
    border-bottom: 20px solid #0b72b4;
    background:#005185; 
    }

.dropdownmenu2 {
  min-width: 200px;
}
.dropdownmenu2.columns-2 {
  min-width: 400px;
}
.dropdownmenu2.columns-3 {
  min-width: 600px;
}
.dropdownmenu2.columns-4 {
  min-width: 1200px;
}
.dropdownmenu2.columns-5 {
  min-width: 1600px;
}
.dropdownmenu > li > a {
    display: inline; 
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
}
.dropdownmenu2 li a {
  padding: 5px 15px;
  font-size:13px !important;
  font-weight: 300;
}
.dropdownmenu2 li
{
display: block !important;
}

/*******************************/
/*******************************/


.dropdownmenu3{ 
     position: absolute;
    top: 56px;
    border-radius:0px;
    left: -594px;
    border:none;
    border-bottom: 20px solid #0b72b4;
    background:#005185; 
    
    }

.dropdownmenu3 {
  min-width: 200px;
}
.dropdownmenu3.columns-2 {
  min-width: 400px;
}
.dropdownmenu3.columns-3 {
  min-width: 600px;
}
.dropdownmenu3.columns-4 {
  min-width: 1200px;
}

.dropdownmenu > li > a {
    display: inline; 
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
}
.dropdownmenu3 li a {
  padding: 5px 15px;
  font-size:13px !important;
  font-weight: 300;
}
.dropdownmenu3 li
{
display: block !important;
}

/*******************************/
/*******************************/

.dropdownmenu4{ 
     position: absolute;
    top: 56px;
    border-radius:0px;
    left: -0px;
    border:none;
    border-bottom: 20px solid #0b72b4;
    background:#005185; 
    }

.dropdownmenu4 {
  min-width: 360px;
}
.dropdownmenu4.columns-2 {
  min-width: 400px;
}
.dropdownmenu4.columns-3 {
  min-width: 600px;
}
.dropdownmenu4.columns-4 {
  min-width: 1200px;
}

.dropdownmenu > li > a {
    display: inline; 
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    padding-bottom:0px;
    text-transform: uppercase;
}
.dropdownmenu4 li a {
  padding: 5px 15px;
  font-size:13px !important;
  font-weight: 300;
}
.dropdownmenu4 li
{
display: block !important;
}

/*******************************/
/*******************************/
.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #41a62a;

}
 
@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.navbar-default {
    background-color: transparent  !important;
    border: none !important;
}
.sub_menu_titre{text-decoration:none; text-transform: uppercase;font-weight: 600; }
.sub_menu_titre:hover{color:#41a62a }


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: -8px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.nocapital{text-transform: uppercase;}

.solution{width:12% !important;}
.espace_intertitre{margin:10px}
.titremenu{color:#41a62a !important; font-size:14px !important;text-transform: uppercase !important;font-weight: 600 !important;margin-bottom:5% !important;}


hr{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    }

/*******************************/
/*******************************/

#LinkContactConsil{
    color: #424142;
    text-decoration: none;
}
 
#LinkContactConsil:hover{
     color: #0b72b4;
    text-decoration: none;
}
/**************/
#LinkPlaquette{
     color: #424142;
    text-decoration: none;
}
#LinkPlaquette:hover{
     color: #0b72b4;
    text-decoration: none;
}
/**************/
#Linkvideo{
     color: #424142;
    text-decoration: none;
}
#Linkvideo:hover{
     color: #0b72b4;
    text-decoration: none;
}
/*******************************/
/*******************************/

 
 .fadeInUp{
  
  animation-delay: 1s;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*///////////////////////////////////*/



.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%;
  height: 50px;
  color:rgba(85, 85, 85, 0.8);
  
  
  
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #286090 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}


.select-options {
  display: none;
  position: relative;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0px;margin-top:1px;
}
.select-options li {
  margin: 0;
  padding: 2px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  z-index: 999999;
}
.select-options li:hover {
  color: #286090;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.menusup{ position:fixed; right:10px; top: 40%;z-index:99999999;}
.menusup img{ position:relative;left:-2%; width: 60px;  height: 60px; }
	 	 
.lampe{ width: 60px;  height: 60px; background:#7e4f9e; color:#fff; padding: 1%;font-weight: 600; margin-bottom:10%;border: solid 1px #7e4f9e;border-radius:50%;cursor: pointer;}
	 	 
.casque{width: 60px;  height: 60px;background:#00aeef; color:#fff;padding: 1%;font-weight: 600; margin-bottom:10%;border: solid 1px #00aeef;border-radius:50%;cursor: pointer;}
	 	
.tele{width: 60px;  height: 60px; background:#41a62a; color:#fff;padding: 1%;font-weight: 600; margin-bottom:10%;border: solid 1px #41a62a;border-radius:50%;cursor: pointer;}

/*////////////////////////////*/

.textlamp {  text-transform: uppercase; color:#fff;font-size:0px;transition: all 0.55s ease-in;}
	 	 
.textcasque { text-transform: uppercase;color:#fff;font-size:0px;transition: all 0.55s ease-in;}
	 	
.texttele { text-transform: uppercase;color:#fff;font-size:0px;transition: all 0.55s ease-in;}




/*////////////////////////////*/

.lampe:hover div { font-size:14px;transition: all 0.55s ease-in;}
	 	 
.casque:hover .textcasque { font-size:14px;transition: all 0.55s ease-in;}
	 	
.tele:hover  .texttele { font-size:14px;transition: all 0.55s ease-in;}


/*///////////////////////////////*/

.remodelSolu remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 45px;
    line-height: 35px;
    position: absolute;
    top: -26px;
    left: 341px;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}
.remodelSolu.form-control {
    box-shadow: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
}

.remodelSolu.btn.btn-lg {
    /* padding: 4px 6px !important; */
    width: 100%;
}

@media screen and (max-width: 768px) {
    .num_tel_header {
    
        text-align: center;
    }
    

    .menusup {display: none;  }
    .num_tel_header { margin-left: 0px;}
   
    .bt-rev { padding: 2px 7px;border-radius: 0 0 2px 2px; font-size: 12px;}
    #fh5co-header .header-inner { height: 61px;width: 65%;}
    .padding10 {padding-top: 175px;}
    .carousel-control { display: none; }
}
