html,body{
    width:100%;
    height: 100%;
    font-family: 'Muli', sans-serif;
}
body{
    margin:0;
    padding:0;
}

/* navbar and backgrounsimage */

header{
    height: auto;
    padding:30px 0;
    position: relative;
    width: 100%;
    z-index: 999;  
    margin-top: -30px; 
}
.sticky{
    /* background:#132887; */
    margin:0;
    position: fixed;
    margin-top:-15px;
    top:0 !important;
    color:#fff;
}
.sticky nav .nav-list .list a{
    color:#fff;
}

header i.icon{
    position: absolute;
    right: 30px;
    top: 32px;
    cursor: pointer;
    z-index: 10;
    display: none;
    background-color:#138682;
}
@media(max-width:575px){
    
 header i.icon{
    top: 15px;
    color: #ec9f33;
    background:#fff;
    right: 28px;
    display: block;
    margin-bottom: 20px;
    width: 27px;
    font-size: 29px;
}
}
@media(max-width:575px){
    header{
        background:#f18a1b;
    }
    .sticky{
        margin-top:1px;
    }
}
/* header nav .nav-list{
    list-style: none;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    margin-bottom: 0;
    position: relative;
    background: #f18a1b;
    margin-top: -15px;
} */
header nav .nav-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
    position: relative;
    background: #f18a1b;
    margin-top: -15px;
}


/* sous menu */
nav ul li{
    position: relative;
    font-weight: bold;
    font-size:16px;
}
nav ul li a{
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 2.6;

}
nav ul ul{
    position: absolute;
    visibility: hidden;
    background:#222;
    width:200px;
    opacity:0.8;
    padding:10px;
    text-align: center;
    margin-left:-40px;

}
@media(max-width:575px){
    nav ul ul{
        margin-left: 179px;
    
    }
}
nav ul li ul:hover li a:hover{
    background:#d69e4e;
    padding:10px 30px;
    
}
nav ul ul {
    margin-top:19px;
}
nav ul li:hover ul{
    visibility: visible;
}
/* sous menu */
.content-news{
    margin-bottom: 20px;
}
@media(max-width:575px){
    header nav .nav-list{
        display: none;
        text-align: center;
        margin-bottom: 27px;
    }
}

header nav .nav-list .list a{
    display: block;
    padding: 15px 0;
    text-decoration: none;
   transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: bold;
    font-size:16px;
}
header nav .nav-list .list.active a{
color: #ec9f33;
 border-radius: 2px;
 padding: 5px;
 margin-top: 10px;
}
.home-content{
    margin-top: 270px;
}
.home .home-content .home-title{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 24px;
}
.home .home-content .home-desc{
    font-size: 25px;
    margin-bottom: 26px;
}
.home .home-content .btn{
    background: #f18a1b;
    font-weight: bold;
    padding: 10px 5px;
}
.home .home-content .btn:hover{
    color:#fff;
    background:#132887;
}

.home{
    height: 550px;
    background-image: url('../images/slider8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center ; */
    position: relative;
    color:#fff;
    margin-top: -101px;
}
@media(max-width:575px){
    .home{
        margin-top: -57px;
        height: 790px;
         background-position: center ;
    }
}
/* navbar and backgrounsimage */
/* //barre_info */
.bar-info{
    border-bottom: 1px solid #f7f7f7;
    font-size: 16px;
}
/* .sticky{
    background:#fff;
}
.sticky nav .nav-list .list a{
    color:#222;
} */

.bar-info .pull-left {
    list-style: none;
    margin-top:10px;
    display:flex;
}
.bar-info .pull-left .list {
    margin-right:20px;
}
.bar-info .pull-left .list i.icon{
    color:#398fb6;
}
.overlay{
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(33,37,41,0.4);
    height: 550px;

}
.bar-info .pull-right .social-media .fa-facebook{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 10px;
    background-color:#132887;
}
.bar-info .pull-right .social-media .fa-facebook:hover{
    background:#fff;
    color:#132887;
}
.bar-info .pull-right .social-media .fa-twitter{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 6px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-twitter:hover{
    background:#fff;
    color:#132887;

}
@media(max-width:575px){
    .bar-info{
        height: 74px !important;
    }
}
.navbar-inverse .navbar-collapse {
    border-color: #101010;
    background: #286090;
}
.navbar-inverse{
    margin-top:30px;
}
ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.bar-info .pull-right .social-media .fa-google-plus{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 4px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-google-plus:hover{
    background:#fff;
    color:#132887;

}
.bar-info .pull-right .social-media .fa-linkedin{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 8px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-linkedin:hover{
    background:#fff;
    color:#132887;
}
.content-log{
    margin-bottom: 28px;
}
/* //barre_info */
/* //barre-logo */
.barre-logo .logo img{
    width:100px;
    height: 65px;
}
.sections .content-log .list-log li i.fa-volume-control-phone{
    color:#398fb6;
    font-size:20px;
}
.sections .content-log .list-log li i.fa-envelope-open-o{
    color:#398fb6;
    font-size:20px;
}
.sections .content-log .list-log li i.fa-clock-o{
    color:#398fb6;
    font-size:20px;

}
.sections .content-log .list-log p{
    margin-top:5px;
    margin-right:14px;
}
.sections .content-log .btn-default:hover{
    border:#132887;
    color:#222;

}
.sections .content-log .list-log{
    list-style:none;
    display:flex;
    justify-content:space-around;
    margin-top:12px;

}
.sections .content-log .list-log .btn-default{
    background:#132887;
    padding:5px 5px;
    color:#fff;
}
/* //barre-logo */
/* carousel */
 /* .carousel-inner .item{
    height: 100vh;
 
} */
.slide{
    margin-top:-22px;
}
.bar-info{
    height: 42px;
}
 .navbar-inverse{
    background-color:transparent;
    border-color:transparent;
}
.nav .navbar-nav .navbar-right{
    margin: 25px 0;
}
.navbar-inverse .navbar-nav{
    color:#fff;
    text-transform: uppercase;
}
.navbar-brand .fa-search{
    color:#fff;
}
.navbar-brand {
    font-size:15px;
    text-transform: uppercase;
    color:#132887;
    transform:translateX(119px);
}
.navbar-inverse .navbar-nav>li>a{
    color:#fff;
    font-weight: bold;
    right:207px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color:#fff;
}
@media only screen and (max-width:767px){
    .navbar-inverse .navbar-nav>li>a {
        color: #398fb6;
        text-align: center;
    }
}

.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh; 
}
.carousel-caption{
    padding-bottom: 260px;
}
.carousel-caption h2{
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
}
.carousel-caption h2 span{
    color:#132887;
}.carousel-caption a{
    background: transparent;
    border:3px solid #fedb08;
    padding:15px 35px;
    font-size:18px;
    font-weight: bold;
    display: inline-block;
    margin-top:20px !important;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    background-image: none;
}
/* .carousel-indicators {
    padding-bottom: 200px;
} */
.carousel-indicators .active{
    background-color: #feee0b;
    border-color: #fcef02;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
    color:#132887;
    font-size:20px;

}
/* carousel */
/* // activité */


.activite-S .box img{
    width:280px;
    height: 260px;
}
.line{
    margin-bottom: 20px;
}
.section-line .line{
    background:#ddd;
    width:200px;
    height: 1px;
    float: left;
}
.section-line .line span{
    display: block;
    width:70px;
    height: 4px;
    margin-top:-1px;
    background-color:#132887;
    border-radius: 2px;
}
.section-line .section-desc{
    float: left;

}
.section-title{
    color:#222;
    font-size:25px;
    margin-bottom: 20px;
}
.section-title span{
    color:#132887;
}
.activite-S{
    margin-top:50px;
  
}
.content-activ .list-activ img{
    width:80px;
    height: 75px;
}
.content-activ .list-activ .desc-icon{
    margin-left:80px;

}
/* // activité */
/* our expert */
.section-expert{
    margin-top:20px;
}
.section-expert .expert{
    background:rgba(0,0,255,0.4);
    color:#fff;
    padding-top:20px ;
    padding-bottom: 30px;
 
}
.expert h1{
margin-bottom: 60px;
}
.img-circle{
    widows: 210px;height: 210px;
}
/* our expert */
/* who we are */
.sections-Activit-S{
    margin-top:50px;
    /* background:#f7f7f7; */
}
.sections-Activit-S img{
    width:100%;
}
.sections-Activit-S .fa-check{
    color: #ffd203;
    border: 1px solid #fccd00;
    border-radius: 50%;
    line-height: 25px;
    width:25px;
    height: 25px;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
}

.sections-Activit-S .single-item{
    position: relative;
    padding-left:50px;
    margin-top:67px;

}
.sections-Activit-S .single-item h3{
    color:#286090;
}
.sections-Activit-S .who-we-are-text a{
    text-decoration: none;
    font-size: 16px;
    color:#286090;
}
.sections-Activit-S .who-we-are-text{
    padding:0 10px;
}
/* who we are */
/* why choose use */
.content-block{
    background:#f2f5f7;
    /* margin-top:50px; */
    height: auto;
    padding:2%;

}
.content-block h3{
    margin-bottom: 20px;
}
.embed-responsive-item{
    /* width:400px !important;
    height:400px !important;
    padding:3% !important;
     padding-left:80px; 
    margin-left:60px;  */
    padding-top:70px;
}
.anim{
 transform:translateY(131px)!important;
}
@media(max-width:575px){
    .anim{
        padding-bottom: 2px;
    }
    .sections-Activit-S img {
        margin-top: 15px;
    }
}
@media(max-width:575px){
    .embed-responsive-item{
        padding-left:45px !important;
        padding-top:15px !important;
        margin: 0;
        padding:0;
    }
    }@media(max-width:575px){
        .single-services {
            border: 1px solid #ddd;
            text-align: center;
            width: 250px;
            float: right;
            margin-right: 14px;
            margin-bottom: 20px;
        }
        .testimonials-area-wrapper {
            height: 787px;
        } 
         .overlay{
            height: 787px;
        }
    }
/* .content-block img{
    width:500px !important;
    height: 400px !important;
    padding:2%;
    padding-left:30px;
    margin-left:60px;
} */
.content-block .check-list li{
    content: "" ;
}
 .check-list  li:before{
    content: "\f00c";
    color:#f7be49;
    font-family: 'FontAwesome';
    padding-right:10px;
}
.check-list{
    margin:0;
    padding:0;
    line-height: 31px;
    font-weight: bold;
    margin-top:40px;
}
/* why choose use */

/* services */

/* services */
/* testimonials */
 .section-title-wrap.layout--2 {
    text-align: center;
    margin-left:47px;
} 
.section-title-wrap {
    position: relative;
    overflow: hidden;
}
.mb-38 {
    margin-bottom: 38px!important;
}
.section-title-wrap.white h2 {
    color: #fff;
}
.section-title-wrap.layout--2 h2 {
    background-color: inherit;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
}
.section-title-wrap h2 {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin-top:50px;
}
.section-title-wrap.layout--2 h2:after, .section-title-wrap.layout--2 h2:before {
    background-color: #ddd;
    content: '';
    position: absolute;
    top: 16px;
    left: calc(100% + 20px);
    height: 1px;
    width: 800px;
}
.section-title-wrap h2:before {
    background-color: #ddd;
    content: '';
    position: absolute;
    top: 16px;
    left: calc(100% + 20px);
    height: 1px;
    width: 1200px;
}
.section-title-wrap.layout--2 h2:after {
    left: auto;
    right: calc(100% + 20px);
}
.testimonials-area-wrapper{
    background:linear-gradient(to bottom, rgba(33,37,41,0.9) , rgba(33,37,41,0.5)) , url('../images/slider2.jpg') center no-repeat;
    background-size: cover;
    width:100%;

}
.testimonials-area-wrapper .desc-testi,
.testimonials-area-wrapper .media-heading{
    color:#fff;
}
.testimonials-area-wrapper .clients-says{
    background:#fff;
    color: #a7a7a7;
    padding:5%;
    position: relative;
    margin-bottom: 20px;
}
.testimonials-area-wrapper .media-object{
    width:60px;
    height: 60px;
}
.testimonials-area-wrapper .clients-says:after{
    content: '';
    display: block;
    width:0;
    height: 0;
    border-style:solid;
    border-width:15px;
    border-color:#fff transparent transparent ;
    position: absolute;
    bottom: -28px;
    left:10px;

}
.testimonials-area-wrapper .media-heading{
    font-weight: bold;
    margin-top:10px;
    margin-left:5px;
}
.testimonials-area-wrapper .media-body p{
    color:#f7be49;
    margin-left:5px;
    font-weight: bold;
}

/* testimonials */
/* services */
 .section-title-wrap {
    width: calc(100% - 100px);
}
.section-title-wrap {
    position: relative;
    overflow: hidden;
}
.section-title-wrap {
    position: relative;
    overflow: hidden;
}
.section-title-wrap h2{
    font-size:26px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;

}
.section-title-wrap h2:before{
    background-color:#ddd;
    content: '';
    position: absolute;
    top:16px;
    left:calc(100% + 20px);
    height: 1px;
    width:1200px;
}
.item .card{
    width:270px;
}
 .item .card img{
    width:270px;
}
.single-services {
    border:1px solid #ddd;
    text-align: center;
    width:250px;
}
.service-bg{
    height: 200px;
    position: relative;
}
.service-bg-1{
    background:url('../images/slider8.jpg');
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
}
.service-bg h2{
    color:#fff;
    background: #fc9808;
    border: 1px solid #fdb346;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding:15px;
    position: absolute;
    left:8%;
    width:84%;
    margin:0;
    bottom: -25px;
    border-radius: 50px;
    letter-spacing: 2px;

}
.sections-services-safety{
    margin-bottom: 40px;
}
.single-services:hover .service-bg h2{
    background:#fff;
    transition: .5s;
    color:#f7be49;

}
.service-text{
    padding:50px 30px 20px;
    font-size: 15px;
    font-weight: 400;
    height: 267px;
}
.service-text p:last-child{
    margin:0;
    line-height: 1.8;
}
.btn-area{
    display: inline-block;
    color:#333;
    font-size: 17px;
    font-weight: 700;
    margin-top:30px;
    text-transform: capitalize;
    text-decoration: none !important;
}
/* services */
/* teamsafety */
.sections-team-Safety .section-title-wrap h2{
    color:#222;
}
/* teamsafety */
/* newssafety */
.sections-newssafety .testimonial_control{
    margin-top:-70px;
}
.sections-newssafety{
    margin-bottom: 50px;
}
.sections-newssafety .fa-angle-right,
.sections-newssafety .fa-angle-left{
    background: #e0dbdb;
    border:1px solid #ccc;
    border-radius: 0;
    font-size: 20px;
}
.sections-newssafety .img-news{
    width:100%;
    position: relative;
}
.imghover:hover .overlay{
    opacity:1;
    transition:.5s;
}
.sections-newssafety .overlay{
    position: absolute;
    background-color:rgba(52, 52, 52, 0.6);
    height: 207px;
    width:311px;
    left:15px;
    text-align: center;
    padding-top:93px;
    opacity:0;
}
i.fa-search-plus{
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    width:40px;
    height: 40px;
    line-height: 40px;
}
.sections-newssafety .content-news{
    background:#343434;
    position: relative;
}
.sections-newssafety .content-news h4{
    color:#f7be49;
}
.sections-newssafety .content-news p{
    color:#fff;
}
.sections-newssafety .content-news a{
    background:#f7be49;
    color:#fff;
    position: absolute;
    right:0;
    margin-top:-20px;
    padding:10px  10px;
    width:130px;
    text-align: center;
    text-decoration: none;
}
.sections-newssafety .content-news{
    padding:20px;
    margin-top:15px;
}
.sections-newssafety .content-news{
    position: relative;
}
.sections-newssafety .content-news:after{
    content: '';
    display: block;
    width:0;
    height: 0;
    border-style:solid;
    border-width:15px;
    border-color:transparent transparent transparent #343434;
    position: absolute;
    bottom: 200px;
    /* transform:translateY(-1px); */
    left:10px;
}
@media(max-width:575px){
    .sections-newssafety .content-news:after{
        content: '';
        display: block;
        width:0;
        height: 0;
        border-style:solid;
        border-width:15px;
        border-color:transparent transparent transparent #343434;
        position: absolute;
        bottom: 200px;
        transform:translateY(39px) !important;
        left:10px;
    }
}
.sections-newssafety .fa-clock-o{
    color:#fff;
    margin-bottom: 20px;
}
.sections-newssafety small{
    color:#888;
    margin-bottom: 20px;
}
.sections-newssafety p{
    margin-bottom: 20px;
}
/* .sections-newssafety{
    margin-bottom: -150px;
} */
.message-Safety{
    background:#f6f6f6;
    border:1px solid #dddddd;
    padding:30px;
    margin-top:-21px;
    height: 461px;
}
 input[type="text"]{
    height: 45px !important;
    border:1px solid #dddddd;
    border-radius:0;
}
label {
    font-size: 13px;
}
textarea{
    border:1px solid #dddddd;
    border-radius:0 !important;
    margin-bottom: 45px !important;
}
.message-Safety a{
    background:#f7be49;
    color:#fff;
    padding:10px  10px;
    width:130px;
    text-align: center;
    text-decoration: none;
}
@media(max-width:575px){
    .content-block {
        height: 630px;
       
    }
}
