



@media (min-width: 1920px){
	.container {
    	max-width: 1220px;
        width: 1220px;
	}
}



body{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}









/**navbar css starts**/

.navbar {
    position: fixed;
    width: 100%;
    z-index: 4;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 40px;
    transition: .25s;
}
.navbar.sticky{
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
}
nav#navbar a.navbar-brand {
/*    width: 125px;*/
    width: 75px;
    display: inline-block;
    padding: 0;
    transition: .25s;
}
nav#navbar a.navbar-brand img{
    width: 100%;
}
.navbar ul.social_mediasec{
    display: flex;
    align-items: center;
    margin-left: 180px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.navbar ul.social_mediasec li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .25s;
}
.navbar ul.social_mediasec li a:hover{
    background-color: #fff;
}
.navbar ul.social_mediasec li a img{
    width: 20px;
    filter: invert(1);
    transition: .25s;
}
.navbar ul.social_mediasec li a:hover img{
    filter: invert(0);
}
.navbar ul.social_mediasec li:first-child a{
    margin-right: 9px;
}
nav#navbar ul.navbar-nav li a.nav-link {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    margin-left: 20px;
    transition: .25s;
    position: relative;
    letter-spacing: -0.025rem;
}
nav#navbar ul.navbar-nav li a.nav-link.active::before{
    width: 100%;
}
nav#navbar ul.navbar-nav li a.nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
    width: 0;
    transition: .25s;
}
nav#navbar ul.navbar-nav li a.nav-link:hover::before{
    width: 100%;
}
nav#navbar ul.navbar-nav li:first-child a.nav-link {
    margin-left: 0px;
}
nav#navbar ul.navbar-nav li a.nav-link.button{
    border-radius: 22px;
    border: 2px solid #fff;
    margin-right: 0;
    padding: 10px 25px;
    transition: .25s;
}
nav#navbar ul.navbar-nav li a.nav-link.button:hover{
    background-color: #fff;
    color: #000;
}
nav#navbar ul.navbar-nav li a.nav-link.button::before{
    display: none;
}
ul.navbar-nav.ms-auto{
    align-items: center;
}






/**banner_sec css starts**/

.banner_sec{
    position: relative;
    overflow: hidden;
}
.banner_sec img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 3;
}
.banner_sec .banner_pic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.banner_sec .banner_pic .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
}
.banner_sec .banner_pic .banner_text{
    position: relative;
    z-index: 4;
}
.banner_sec .banner_pic .banner_text .container{
    padding: 0;
}
.banner_sec .banner_pic .banner_text h6{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 35px;
}
.banner_sec .banner_pic .banner_text h1{
    font-size: 48px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
    max-width: 975px;
    margin-bottom: 60px;
}
.banner_sec .banner_pic .banner_text .button a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025rem;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
    width: 186px;
    height: 47px;
}
.banner_sec .banner_pic .banner_text .button a:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.banner_sec .banner_pic .container{
    position: relative;
}
.owl-theme.bannersection .owl-dots {
    position: absolute;
    bottom: 65px;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px 4px;
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #888a91;
}







/**experience_sec css starts**/

.experience_sec{
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}
.sec_heading.title h2{
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: 45px;
}
.experience_sec .content h4{
    font-size: 27px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.experience_sec .content p{
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
}
.experience_sec .content .button{
    margin-top: 60px;
}
.experience_sec .content .button a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    background-color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
    width: 186px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
}
.experience_sec .content .button a:hover{
    background-color: #fff;
    color: #000;
}







/**service_sec css starts**/

.service_sec{
    overflow-x: hidden;
}
.service_sec a.sevice_box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    background-position: center center;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
}
.service_sec .col-lg-6.left{
    padding-right: 20px;
}
.service_sec .left a.sevice_box{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.service_sec .col-lg-6.right{
    padding-left: 20px;
}
.service_sec .right a.sevice_box{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.service_sec a.sevice_box h2{
    color: #fff;
    margin-left: 60px;
    padding-right: 30px;
}






/**realisation_sec css starts**/

.realisation_sec{
    padding-top: 120px;
    padding-bottom: 95px;
}
.realisation_sec .row{
    padding-top: 5px;
}
.realisation_sec .sec_heading.title h2{
    text-align: center;
}
.realisation_sec .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}
.realisation_sec a.rsl_box{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px;
    background-position: center center;
    position: relative;
    text-decoration: none;
    border-radius: 35px;
    overflow: hidden;
}
.realisation_sec a.rsl_box img.overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.realisation_sec a.rsl_box .txt{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 32px;
    z-index: 3;
}
.realisation_sec a.rsl_box .txt h6{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
}
.realisation_sec a.rsl_box .txt .category{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
}
.realisation_sec .button{
    margin-top: 50px;
    text-align: center;
}
.realisation_sec .button a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    width: 250px;
    height: 50px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}
.realisation_sec .button a:hover{
    background-color: #000;
    color: #fff;
}









/**entreprise_sec css starts**/

.entreprise_sec{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f6f6f6;
}
.entreprise_sec .row{
    align-items: center;
}
.entreprise_sec .col-lg-5.left{
    padding-right: 30px;
}
.entreprise_sec .col-lg-7.right{
    padding-left: 55px;
}
.entreprise_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    height: 515px;
    background-position: center center;
    position: relative;
    border-radius: 35px;
}
.entreprise_sec .sec_heading.title h2 {
    margin-bottom: 35px;
}
.entreprise_sec .right h6{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px;
}
.entreprise_sec .right p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.entreprise_sec .right .button a{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 216px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
}
.entreprise_sec .right .button a:hover{
    background-color: #fff;
    color: #000;
}
.entreprise_sec .button {
    margin-top: 50px;
}





/**partners_sec css starts**/
.partners_sec{
    padding-bottom: 80px;
    padding-top: 80px;
}
.partners_sec .left .sec_heading.title h3{
    
}
.partners_sec .left{
    width: 37%;
    
}
.partners_sec .logo {
    width: 63%;
}
.partners_sec .logo-pic {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 130px;
    height: 100%;
}
.partners_sec .logo-pic.saint_gobain{
    width: 155px;
}
.partners_sec .logo-pic img{
    width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: .25s;
}
.partners_sec .logo-pic img:hover{
    filter: grayscale(0);
}
.partners_sec .left .heading {
    padding-right: 80px;
}
.partners_sec .row {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.partners_sec .left .button a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 216px;
    height: 47px;
    display: flex;
    background-color: #fff;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
}
.partners_sec .left .button a:hover{
    background-color: #000;
    color: #fff;
}
.partners_sec .button {
    margin-top: 70px;
}


/**counting_sec css starts**/

.counting_sec{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
}
.counting_sec .count_box{

}
.counting_sec .count_box .txt .number {
    font-size: 46px;
    font-weight: 300;
    color: #00031f;
    position: relative;
    z-index: 3;
}
.counting_sec .count_box .txt .number span{
    font-size: 72px;
    font-weight: 400;
    color: #00031f;
    position: relative;
    z-index: 3;
    display: inline-block;
    min-width: 135px;
}
.counting_sec .count_box .txt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    max-width: 90%;
    position: relative;
    z-index: 3;
}




/**events_sec css starts**/

.events_sec{
    padding-top: 100px;
    padding-bottom: 85px;
}
.events_sec a.event_box {
    display: block;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
    margin: 6px;
    text-decoration: none;
    color: #000;
}
.events_sec a.event_box .pic_box{
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    background-position: center center;
    position: relative;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}
.events_sec .cont{
    padding: 25px 30px;
}
.events_sec .profile_sec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.events_sec .profile_sec .profile_pic{
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 20px;
}
.events_sec .profile_sec .profile_pic img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.events_sec .profile_sec .profile_details{
    flex: 1;
}
.events_sec .profile_details .name{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025rem;
}
.events_sec .profile_details .age{
    font-size: 13px;
    color: #616161;
    padding-bottom: 6px;
}
.events_sec .profile_details .designation{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.025rem;
}
.events_sec .profile_details .designation span{
    display: block;
    font-size: 12px;
    font-style: italic;
}
.events_sec .cont h5{
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    line-height: 26px;
    margin-bottom: 15px;
}
.events_sec .cont p{
    font-size: 14px;
    line-height: 21px;
}




/**footer_topbanner_sec css starts**/

.footer_topbanner_sec{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer_topbanner_sec .black_overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 68%;
    height: 100%;
    z-index: 3;
}
.footer_topbanner_sec .map_sec {
    position: absolute;
    right: 0;
    width: 32%;
    top: 0;
    height: 100%;
    z-index: 2;
}
.footer_topbanner_sec .map_sec iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.footer_topbanner_sec .row{
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_topbanner_sec .left_sec{
    width: 46%;
    padding-right: 30px;
}
.footer_topbanner_sec .middle_sec{
    width: 27%;
    padding-left: 35px;
}
.sec_heading.title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: 20px;
    line-height: 45px;
}
.footer_topbanner_sec .sec_heading.title h3 {
    color: #fff;
    max-width: 400px;
}
.footer_topbanner_sec p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.footer_topbanner_sec .left_sec .button{
    margin-top: 50px;
}
.footer_topbanner_sec .left_sec .button a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 216px;
    height: 47px;
    display: flex;
    background-color: #fff;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
}
.footer_topbanner_sec .left_sec .button a:hover{
    border: 2px solid #fff;
    color: #fff;
    background-color: #000;
}
ul.contact_nav{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
ul.contact_nav li a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    padding-left: 32px;
    position: relative;
    display: inline-block;
    max-width: 205px;
    margin-bottom: 50px;
    transition: .25s;
}
ul.contact_nav li a:hover{
    opacity: 0.6;
}
ul.contact_nav li a::before {
    content: '';
    position: absolute;
    width: 20px;
    background-image: url(images/location.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    top: 5px;
    left: 0;
    filter: invert(1);
    transition: .25s;
    background-size: cover;
}
ul.contact_nav li:last-child a::before {
    background-image: url(images/call.png);
    width: 17px;
    height: 17px;
}
ul.contact_nav li:last-child a{
    margin-bottom: 0px;
}





/**footer_sec css starts**/

.footer_sec{
    padding-top: 70px;
    padding-bottom: 60px;
}
.footer_sec .row{
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_sec ul.social_media{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: -5px;
}
.footer_sec ul.social_media li a{
    height: 25px;
    width: auto;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.footer_sec ul.social_media li:first-child a{
    margin-left: 0px;
}
.footer_sec ul.social_media li:last-child a{
    margin-right: 0px;
}
.footer_sec ul.social_media li img{
    height: 100%;
    width: auto;
    transition: .25s;
}
.footer_sec ul.social_media li img:hover{
    opacity: 0.6;
}
.footer_sec .logo_sec{
    width: 44%;
}
.footer_sec .quick_links {
    width: 32%;
    padding-left: 30px;
}
.footer_sec .certification {
    width: 280px;
    display: block;
    flex-direction: column;
    justify-content: space-between;
}
.footer_sec .footer_logo{
    width: 125px;
    margin-bottom: 18px;
}
.footer_sec .footer_logo img{
    width: 100%;
}
.footer_sec .logo_sec h5{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: 35px;
}
.footer_sec .logo_sec p {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 464px;
}
.footer_sec .f_box h6{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.footer_sec .f_box h6.heading{
    margin-bottom: 30px;
}
.footer_sec ul.footer_nav{
    padding-left: 0;
    list-style-type: none;
}
.footer_sec ul.footer_nav li{
    margin-bottom: 11px;
}
.footer_sec ul.footer_nav li a{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
}
.footer_sec ul.footer_nav li a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: #000;
    width: 0;
    transition: .25s;
}
.footer_sec ul.footer_nav li a:hover::before{
    width: 100%;
}
.footer_sec .quick_links ul.footer_nav{
    padding-bottom: 10px;
}
.footer_sec ul.partners{
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 10px;
}
.footer_sec ul.partners li img{
    width: 125px;
}
.footer_sec ul.partners li img.qualibat{
    width: 48px;
}
.footer_sec .certification .button a{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 256px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 35px;
}
.footer_sec .certification .button a:hover{
    background-color: #fff;
    color: #000;
}





/*copyright_sec css starts*/

.copyright{
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #000;
    font-size: 14px;
}
.copyright a{
    color: #000;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400;
    color: #000;
   text-align: center;
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}


/*copyright_sec css ends*/






/**innerpage_banner_sec css starts**/

.innerpage_banner_sec{
    position: relative;
    overflow: hidden;
}
.innerpage_banner_sec img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 3;
}
.innerpage_banner_sec .banner_pic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.innerpage_banner_sec .banner_pic .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
}
.innerpage_banner_sec .banner_pic .banner_text {
    position: relative;
    z-index: 4;
    padding-top: 50px;
}
.innerpage_banner_sec .banner_pic .banner_text h2 {
    font-size: 37px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
}
.innerpage_banner_sec .banner_pic .banner_text .container {
    padding: 0;
}
.innerpage_banner_sec .banner_pic .container {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}







/**realisation_page css starts**/

.realisation_sec.innerpage {
    padding-top: 110px;
    padding-bottom: 115px;
}
.realisation_sec.innerpage ul.realisation_filter {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
ul.realisation_filter li a{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    width: 200px;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    margin-left: 13px;
    transition: .25s;
}
ul.realisation_filter li a:hover{
    border: 1px solid rgba(0,0,0,1);
}
ul.realisation_filter li:first-child a{
    margin-left: 0px;
}
ul.realisation_filter li:last-child a{
    margin-right: 0px;
}




/**contact_page css starts**/

.howto_contact_sec{
    background-color: #f8f8f8;
    padding-top: 90px;
    padding-bottom: 105px;
}
.howto_contact_sec .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}
.howto_contact_sec a.htc_box{
    text-decoration: none;
    background-color: #fff;
    border-radius: 25px;
    display: block;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
    text-align: center;
    padding: 40px 30px 30px 30px;
    height: 100%;
    transition: .25s;
}
.howto_contact_sec a.htc_box:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.offres_sec .offres_box .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}
.recruitement_details_sec .row.main{
    display: flex;
    flex-wrap: wrap;
}
.howto_contact_sec a.htc_box figure{
    height: 74px;
    width: 74px;
    background-color: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.howto_contact_sec a.htc_box figure img{
    width: 32px;
    height: auto;
    filter: invert(1);
    transition: .25s;
}

.howto_contact_sec a.htc_box figure img.location{
    width: 40px;
}
.howto_contact_sec a.htc_box h5{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.05rem;
    color: #000;
    margin-bottom: 12px;
}
.howto_contact_sec a.htc_box p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
}

.contact_sec.innerpage{
    padding-top: 100px;
    padding-bottom: 90px;
    background-color: #000;
    
}
.contact_sec.innerpage .sec_heading.title h3{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.contact_sec.innerpage .contactform .formbold {
    margin-bottom: 6px;
}
.contact_sec.innerpage .contactform .formbold-form-input {
    width: 100%;
    height: 53px;
    border-radius: 12px;
    border: 1px solid #fff;
    padding-left: 16px;
    background-color: transparent;
    color: #fff;
}
.contact_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 145px;
    padding-top: 12px;
}
.contact_sec.innerpage .contactform .formbold-form-input:focus {
    outline: none;
    box-shadow: none;
}
.contact_sec.innerpage .contactform button.formbold-btn {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    width: 172px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}
.contact_sec.innerpage .contactform button.formbold-btn img{
    width: 20px;
    margin-left: 8px;
    transition: .25s;
}
.contact_sec.innerpage .contactform button.formbold-btn:hover{
    background-color: transparent;
    color: #fff;
}
.contact_sec.innerpage .contactform button.formbold-btn:hover img{
    filter: invert(1);
}





/**actualites_page css starts**/

.actualites_sec.innerpage{
    padding-top: 110px;
    padding-bottom: 30px;
}
.actualites_sec.innerpage .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 55px;
}
.actualites_sec.innerpage .c_box a.pic_sec {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 355px;
    margin-bottom: 25px;
    border-radius: 35px;
}
.actualites_sec.innerpage .c_box h4 a {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025rem;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 35px;
    display: inline-block;
}
.actualites_sec.innerpage .c_box .date {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 20px;
}
.actualites_sec.innerpage .c_box p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
}







/**prestation_page css starts**/

.prestation_sec.innerpage {
    overflow: hidden;
    padding-top: 110px;
}
.prestation_sec.innerpage .prestation_box{
    position: relative;
    margin-bottom: 130px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.prestation_sec.innerpage .prestation_box.odd{
    position: relative;
}
.prestation_sec.innerpage .prestation_box.odd::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: 100%;
    background-image: url(images/depollution_service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.prestation_sec.innerpage .prestation_box.even{
    position: relative;
}
.prestation_sec.innerpage .prestation_box.even::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background-image: url(images/deconstruction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
}
.prestation_sec.innerpage .prestation_box .container{
    padding-left: 12px;
    padding-right: 12px;
}
.prestation_sec.innerpage .prestation_box p{
    font-size: 16px;
    line-height: 27px;
}
.prestation_sec.innerpage .prestation_box .button a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 186px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 45px;
}
.prestation_sec.innerpage .prestation_box .button a:hover {
    background-color: #fff;
    color: #000;
}
.prestation_sec.innerpage .prestation_box.odd .col-lg-6{
    margin-left: auto;
}
.prestation_sec.innerpage .prestation_box.even .col-lg-6{
    margin-right: auto;
}





/**realisation_details_page css starts**/

.construction_pictures{
    padding-top: 80px;
    padding-bottom: 65px;
}
.construction_pictures .sec_heading.title h3{
    margin-bottom: 35px;
}
.construction_pictures .c_picbox {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 280px;
    border-radius: 25px;
}
.construction_pictures .col-lg-3 {
    margin-bottom: 22px;
}
.realisationdetails_sec.innerpage .col-lg-6.right{
    padding-left: 35px;
}
.realisationdetails_sec.innerpage .right .pic_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center center;
    border-radius: 35px;
}
.realisationdetails_sec.innerpage{
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
}
.realisationdetails_sec.innerpage .details_box{
    margin-bottom: 40px;
}
.realisationdetails_sec.innerpage .details_box h6 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    margin-bottom: 10px;
}
.realisationdetails_sec.innerpage .details_box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.realisationdetails_sec.innerpage .top_sec .button a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 186px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 45px;
}
.realisationdetails_sec.innerpage .top_sec .button a:hover {
    background-color: #fff;
    color: #000;
}
.realisationdetails_sec.innerpage .top_sec{
    margin-bottom: 65px;
}
.realisationdetails_sec .btm_sec p{
    max-width: 550px;
}
.realisationdetails_sec .btm_sec .sec_heading.title h3 {
    margin-bottom: 26px;
}








/**recrutement_details_page css starts**/

.innerpage_banner_sec.recrutement_details .banner_text .category {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    padding-top: 5px;
}
.recruitement_details_sec .left_sec{
    width: 57%;
    max-width: 57%;
    flex: 0 0 57%;
    padding-right: 40px;
}
.recruitement_details_sec .right_sec{
    width: 43%;
    max-width: 43%;
    flex: 0 0 43%;
    padding-left: 60px;
    padding-top: 0px;
}
.recruitement_details_sec .right_sec .contactform{
    position: relative;
    z-index: 3;
}
.recruitement_details_sec{
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}
.recruitement_details_sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f6f6f6;
    width: 45%;
    height: 100%;
    z-index: 2;
}
.recruitement_details_sec .left_sec ul{
    padding-left: 0;
    list-style-type: none;
    
}
.recruitement_details_sec .left_sec ul.about_project{
    background-color: #f6f6f6;
    border-radius: 30px;
    padding: 30px 30px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.recruitement_details_sec .left_sec ul.about_project li {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.025rem;
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
    margin-bottom: 20px;
}
.recruitement_details_sec .left_sec ul.about_project li img.icon{
    width: 20px;
    height: auto;
    margin-right: 8px;
    margin-top: 2px;
}
h3.section_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.025rem;
    color: #000;
    margin-bottom: 25px;
}
h3.section_title span{
    display: block;
}
.recruitement_details_sec .left_sec p{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
}
.recruitement_details_sec .left_sec .mission_description{
    padding-top: 15px;
    padding-bottom: 25px;
}
.recruitement_details_sec .left_sec ul.list li{
    font-size: 16px;
    margin-bottom: 28px;
    padding-left: 25px;
    position: relative;
}
.recruitement_details_sec .left_sec ul.list li::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #3d3d3d;
}
.recruitement_details_sec .contactform h3{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.recruitement_details_sec .contactform .formbold {
    margin-bottom: -5px;
}
.recruitement_details_sec .contactform .formbold-form-input {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
    background-color: #fbfbfb;
}
.recruitement_details_sec .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: none;
}
.recruitement_details_sec .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}

.recruitement_details_sec .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.recruitement_details_sec .contactform .formbold span.file_type {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
}
.recruitement_details_sec .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 17px;
    color: #4d4d4d;
    padding-bottom: 10px;
    padding-top: 10px;
}
.recruitement_details_sec .contactform .formbold img.pdf_icon {
    margin-right: 10px;
    width: 40px;
    
}
.recruitement_details_sec .contactform .formbold.pdf_upload {
    margin-top: 20px;
    margin-bottom: 30px !important;
    display: block;
}
.recruitement_details_sec .contactform .formbold label.form-check-label {
    font-size: 16px;
    color: #4d4d4d;
}
.recruitement_details_sec .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 4px;
}

.recruitement_details_sec .contactform button.formbold-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 186px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 30px;
}
.recruitement_details_sec .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}
.recruitement_details_sec h3.section_title {
    margin-bottom: 30px;
}







/**recrutement_page css starts**/

.contact_sec.recuitement{
    padding-top: 80px;
    padding-bottom: 100px;
}
.contact_sec.recuitement .contactform .formbold {
    margin-bottom: 6px;
}
.contact_sec.recuitement .contactform .formbold-form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
}
.contact_sec.recuitement .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: nome;
}
.contact_sec.recuitement .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}
.contact_sec.recuitement .contactform .formbold textarea#message {
    width: 100%;
    height: 145px;
    padding-top: 15px;
}

.contact_sec.recuitement .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contact_sec.recuitement .contactform .formbold span.file_type {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
}
.contact_sec.recuitement .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #4d4d4d;
    padding-bottom: 10px;
    padding-top: 20px;
}
.contact_sec.recuitement .contactform .formbold img.pdf_icon {
    margin-right: 10px;
    width: 40px;
    
}
.contact_sec.recuitement .contactform .formbold.pdf_upload {
    margin-top: 10px;
    margin-bottom: 40px !important;
    display: block;
}
.contact_sec.recuitement .contactform .formbold label.form-check-label {
    font-size: 18px;
    color: #4d4d4d;
}
.contact_sec.recuitement .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 4px;
}

.contact_sec.recuitement .contactform button.formbold-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 215px;
    height: 51px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 40px;
}
.contact_sec.recuitement .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}


.offres_sec{
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #f2f2f2;
}
.offres_sec .sec_heading.title h3{
    margin-bottom: 50px;
}
.offres_sec .contactform .formbold {
    margin-bottom: 40px;
}
.offres_sec .contactform .formbold-form-label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.offres_sec .contactform .form-select {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
    font-size: 18px;
    color: #4d4d4d;
}
.offres_sec .contactform .form-select:focus{
    outline: none;
    box-shadow: none;
}
.offres_sec .contactform button.formbold-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 215px;
    height: 51px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.offres_sec .contactform button.formbold-btn:hover{
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}
.offres_sec .offres_box{
    padding-top: 100px;
}
.offres_sec .offres_box .box {
    background-color: #fff;
    border-radius: 24.5px;
    padding: 35px 30px;
    height: 100%;
}
.offres_sec .offres_box .box h4 {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    margin-bottom: 28px;
    text-align: center;
    max-width: 340px;
}
.offres_sec .offres_box .box ul{
    padding-left: 0px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 50px;
}
.offres_sec .offres_box .box ul li{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 19px;
    position: relative;
}
.offres_sec .offres_box .box ul li::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;  
}
.offres_sec .offres_box .box ul li:first-child{
    margin-left: 0px;
}
.offres_sec .offres_box .box ul li:first-child::after{
    display: none;
}
.offres_sec .offres_box .box ul li:last-child{
    margin-right: 0px;
}
.offres_sec .offres_box .box .button a{
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: .25s;
}
.offres_sec .offres_box .box .button a:hover{
    opacity: 0.7;
}
.offres_sec .offres_box .box .button{
    text-align: center;
}








/**actualites_details_page css starts**/

.actualites_details_innersec{
    padding-top: 110px;
    overflow-x: hidden;
    padding-bottom: 100px;
}
.actualites_details_innersec .top_sec{
    margin-bottom: 90px;
    position: relative;
}
.innerpage_banner_sec.actualites_details .banner_pic .banner_text h2{
    max-width: 700px;
}
.actualites_details_innersec .top_sec_para p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.actualites_details_innersec .top_sec_para p:last-child{
    margin-bottom: 0;
}
.sec_heading.title h5{
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 25px;
}
.actualites_details_innersec .top_sec .date{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 35px;
}
.actualites_details_innersec .top_sec .container{
    padding-left: 12px;
    padding-right: 12px;
}
.actualites_details_innersec .top_sec .date img{
    width: 16px;
    margin-right: 15px;
}
.actualites_details_innersec .top_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 560px;
    background-position: center center;
    width: 40%;
    top: 0;
    right: 0;
    position: absolute;
}
.actualites_details_innersec .btm_sec{
    padding-top: 100px;
}
.actualites_details_innersec .btm_sec p{
    line-height: 26px;
}
.actualites_details_innersec .btm_sec .picture_box_sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.actualites_details_innersec .btm_sec .pic_box{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    height: 420px;
    background-position: center center;
}
.actualites_details_innersec .btm_sec .btn_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}
.actualites_details_innersec .btn_sec .button a{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025rem;
    text-decoration: none;
    width: 186px;
    height: 47px;
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    transition: .25s;
    border-radius: 25px;
}
.actualites_details_innersec .btn_sec .button a:hover{
    background-color: transparent;
    color: #000;
}
.actualites_details_innersec .btn_sec .button a:hover img{
    filter: invert(0);
}
.actualites_details_innersec .btn_sec .button a img{
    width: 13px;
    filter: invert(1);
    transition: .25s;
}
.actualites_details_innersec .btn_sec .button.previous a img{
    margin-right: 8px;
}
.actualites_details_innersec .btn_sec .button.next a img{
    margin-left: 8px;
}






/**qui_sommes_nous_page css starts**/

.our_values_sec{
    padding-top: 100px;
    padding-bottom: 110px;
}
.our_values_sec .row{
    align-items: center;
}
.our_values_sec .left{
    padding-right: 70px;
}
.our_values_sec .sec_heading.title h2 {
    margin-bottom: 35px;
}
.our_values_sec .left .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    height: 480px;
    background-position: center center;
}
.our_values_sec .txt_sec p{
    line-height: 26px;
}
.counting_sec.innerpage {
    padding-top: 80px;
    padding-bottom: 80px;
}
.genesis_of_group{
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}
.genesis_of_group .group_para p{
    line-height: 26px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.genesis_of_group .group_para p:last-child{
    margin-bottom: 0;
}

.qui_sommes_noussec{
    padding-top: 100px;
    overflow-x: hidden;
}
.qui_sommes_noussec .top_sec{
    position: relative;
    padding-bottom: 160px;
}
.qui_sommes_noussec .top_sec .row {
    align-items: center;
    display: flex;
    min-height: 400px;
}
.qui_sommes_noussec .top_sec .col-lg-6.left{
    width: 55%;
}
.qui_sommes_noussec .top_sec .col-lg-6.left p{
    font-size: 14px;
    line-height: 26px;
}
.qui_sommes_noussec .top_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 400px;
    background-position: center center;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
}
.qui_sommes_noussec .pic_sec .total_learner {
    display: flex;
    align-items: center;
    background-color: #000000;
    border-radius: 35px;
    padding: 20px 30px;
    max-width: 345px;
    position: absolute;
    bottom: -50px;
    left: -65px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}
.qui_sommes_noussec .total_learner figure{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #393939;
    margin-right: 22px;
    margin-bottom: 0;
}
.qui_sommes_noussec .total_learner figure img{
    width: 35px;
    height: auto;
    filter: invert(1);
}
.qui_sommes_noussec .total_learner .txt h4{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.05rem;
}
.qui_sommes_noussec .total_learner .txt h6{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05rem;
    margin-bottom: 0;
}
.qui_sommes_noussec .btm_sec h6{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-align: center;
}
.qui_sommes_noussec .btm_sec .row{
    padding-top: 40px;
}
.qui_sommes_noussec .btm_sec{
    position: relative;
    overflow: hidden;
}
.qui_sommes_noussec .btm_sec::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 37%;
    height: 84.3%;
    background-color: #ececec;
    z-index: 2;
}
.qui_sommes_noussec .btm_sec::after {
    content: '';
    position: absolute;
    top: 70px;
    right: 0;
    width: 37%;
    height: 84.3%;
    background-color: #ececec;
    z-index: 2;
}

.qui_sommes_noussec .btm_sec .btm_box{
    padding: 40px 30px;
    background-color: #ececec;
    border-radius: 35px;
    position: relative;
    z-index: 3;
}
.qui_sommes_noussec .btm_sec .btm_box h4{
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 50px;
}
.qui_sommes_noussec .btm_sec .btm_box p{
    font-size: 15px;
    line-height: 26px;
}
.qui_sommes_noussec .btm_sec .btm_box p span{
    font-weight: 600;
}




/**prestation_details page css starts**/


.waste_management_sec{
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 130px;
}
.waste_management_sec .row{
    min-height: 550px;
    align-items: center;
}
.waste_management_sec .main_sec{
    position: relative;
}
.waste_management_sec .main_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    width: 46.5%;
}
.waste_management_sec .main_sec P{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.waste_management_sec .managent_para P:last-child{
    margin-bottom: 0px;
}



.prestation_detailsec{
    overflow: hidden;
    padding-bottom: 70px;
}
.prestation_detailsec .top_sec{
    padding-bottom: 180px;
    position: relative;
}
.prestation_detailsec .top_sec .row{
    min-height: 610px;
    align-items: center;
}
.prestation_detailsec .top_sec .sec_heading.title h3{
    margin-bottom: 30px;
}
.prestation_detailsec button.accordion-button.collapsed {
    padding-left: 0;
    padding-right: 0;
    padding-top: 22px;
    padding-bottom: 22px;
}
.prestation_detailsec button.accordion-button {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background-color: transparent;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.025rem;
}
.prestation_detailsec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    padding-top: 22px;
    padding-bottom: 22px;
}
.prestation_detailsec .accordion-body {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 6px;
}
.prestation_detailsec .accordion-item {
    border: 0;
    border-bottom: 1px solid #c3c3c3;
}
.prestation_detailsec button.accordion-button.collapsed:focus{
    outline: 0;
    box-shadow: none;
}
.prestation_detailsec .top_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 610px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center center;
    width: 40%;
}
.prestation_detailsec .pic_sec .collaborator_box {
    background-color: #000000;
    border-radius: 25px;
    padding: 30px 22px;
    min-width: 340px;
    position: absolute;
    left: -65px;
    bottom: -90px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    min-height: 154px;
}
.prestation_detailsec .pic_sec .txt_box{
    background-color: #fff;
    border-radius: 25px;
    padding: 30px 22px;
    max-width: 340px;
    position: absolute;
    right: 130px;
    bottom: -90px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.prestation_detailsec .pic_sec .txt_box p {
    font-size: 15px;
    line-height: 26px;
}
.prestation_detailsec .collaborator_box h2 {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.05rem;
    margin-bottom: 10px;
    line-height: 60px;
    margin-top: -5px;
}
.prestation_detailsec .collaborator_box h6{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.prestation_detailsec .btm_sec p{
    line-height: 26px;
}








/*sticky menu css*/

.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    animation-name: stickytopani;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #000;
}
.navbar.sticky::before{
    display: none;
}
.navbar.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.navbar.sticky .navbar-brand{
    color: #000;
}

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}
.header_nav.sticky .nav_menu ul li:last-child{
    
}
.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

@keyframes stickytopani {
  0% {
    top: -150px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}




/*Mobile Menu*/


/**respomsive_menu_starts**/

.smenu {
    position: absolute;
    top: 50%;
    right: 25px;
    height: 38px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 9999;
    background-color: transparent;
    color: #000 !important;
    transform: translateY(-50%);
}
.smenu span{
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 2px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 2px;
    width: 20px;
    transition: 0.3s;
    border-radius: 5px;
    left: 20px;
}

.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }


/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


/** End **/

.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.menu-listing li { 
    display: block;
}
.menu-listing li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 11px 18px 11px 18px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: transparent;
    position: relative;
    display: none;
}
.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}
.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: transparent;
    font-size: 1rem;
    font-weight: 700;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}
.navbar{
    z-index: 99999;
}
.navbar-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 140px;
    height: 100vh;
    right: 0;
    left: auto;
}
.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 9999;
    background-color: #000;
}
.navbar-menu.active .navbar-nav{
    display: none;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    z-index: 99;
}
.navbar-menu .smenu{
 background-image: none !important;
}

/*
.smenu.active {
    filter: invert(1);
}
*/

.navbar.sticky a.navbar-brand{
    margin-bottom: 0px;
}
.navbar.sticky ul.navbar-nav {
    margin-top: 0px;
}


/**menu ends**/



































