



@media (min-width: 1920px){
	.container {
    	max-width: 1210px;
        width: 1210px;
        padding-left: 12px;
        padding-right: 12px;
	}
}



body{
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0d1e32;
}







/**navbar_sec css starts**/

nav#navbar a.navbar-brand {
    width: 235px;
    display: inline-block;
    padding: 0;
    transition: .25s;
}
nav#navbar a.navbar-brand img {
    width: 100%;
}
.navbar{
    width: 100%;
    padding: 22px 75px;
    overflow-x: hidden;
}

.navbar ul.social_mediasec{
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.navbar ul.social_mediasec li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d1e32;
    border-radius: 50%;
    transition: .25s;
}
.navbar ul.social_mediasec li a:hover{
    background-color: #e2b478;
    border: 1px solid #e2b478;
}
.navbar ul.social_mediasec li a img{
    width: 22px;
}
.navbar ul.social_mediasec li:first-child a{
    margin-right: 9px;
}
nav#navbar ul.navbar-nav li a.nav-link {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0d1e32;
    margin-right: 30px;
    margin-left: 30px;
    transition: .25s;
    position: relative;
}
nav#navbar ul.navbar-nav li:first-child a.nav-link{
    margin-left: 0px;
}
nav#navbar ul.navbar-nav {
    display: flex;
    align-items: center;
}
nav#navbar ul.navbar-nav li a.nav-link.button {
    font-size: 16px;
    background: rgb(175,128,74);
    background: linear-gradient(270deg, rgba(175,128,74,1) 0%, rgba(226,180,120,1) 100%);
    padding: 9px 18px 13px 18px;
    transition: .25s;
    color: #fff;
    border-radius: 12px;
    margin-left: 60px;
}
nav#navbar ul.navbar-nav li a.nav-link.button:hover{
    background: rgb(175,128,74);
    background: linear-gradient(270deg, rgba(175,128,74,1) 0%, rgba(175,128,74,1) 100%);
}
nav#navbar ul.navbar-nav li a.nav-link.active::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 3px;
    background-color: #0d1e32;
    width: 100%;
    transition: .25s;
}
nav#navbar ul.navbar-nav li a.nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 3px;
    background-color: #0d1e32;
    width: 0;
    transition: .25s;
}
nav#navbar ul.navbar-nav li a.nav-link:hover::before{
    width: 100%;
}
nav#navbar ul.navbar-nav li a.nav-link.button::before{
    display: none;
}






/**banner_sec css starts**/

.banner_sec{
    overflow: hidden;
}
.banner_sec .banner_pic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_sec .banner_pic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 2;
}
.owl-theme.bannersection .owl-dots {
    margin-top: 0;
    display: none;
}
.banner_sec .banner_pic .banner_text{
    position: relative;
    z-index: 3;
}
.banner_sec .banner_pic .banner_text .heading h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}
.banner_sec .banner_pic .banner_text .heading h1 span{
    color: #e2b478;
}
.banner_sec .banner_pic img.arrow {
    height: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 190px;
    filter: invert(1);
    width: 45px !important;
    z-index: 3;
}






/**nox_expertises_sec css starts**/

.nox_expertises_sec {
    padding-top: 50px;
    padding-bottom: 90px;
    background-color: #f0f2f4;
}
.top_divider{
    width: 1px;
    height: 85px;
    background-color: #0d1e32;
    margin-left: auto;
    margin-right: auto;
}
.nox_expertises_sec .top_divider{
    margin-bottom: 25px;
}
.nox_expertises_sec p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.sec_heading.title h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    background: rgb(175,128,74);
    background: linear-gradient(270deg, rgba(175,128,74,1) 2%, rgba(226,180,120,1) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.nox_expertises_sec .row{
    padding-top: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.nox_expertises_sec .expertises_box .icon{
    margin-bottom: 25px;
    height: 70px;
    width: auto;
}
.nox_expertises_sec .expertises_box .icon img{
    height: 100%;
    width: auto;
}
.nox_expertises_sec .expertises_box{
    width: 23%;
    max-width: 23%;
    flex: 0 0 23%;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(5,32,52,0.09);
-webkit-box-shadow: 0px 0px 30px 0px rgba(5,32,52,0.09);
-moz-box-shadow: 0px 0px 30px 0px rgba(5,32,52,0.09);
    padding: 35px 30px;
    border-radius: 12px;
    text-align: center;
}
.nox_expertises_sec .expertises_box .divider{
    width: 1px;
    height: 85px;
    background-color: #0d1e32;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.nox_expertises_sec .expertises_box h6{
    font-size: 20px;
    font-weight: 700;
    color: #0d1e32;
    text-transform: uppercase;
    margin-bottom: 4px;
}








/**nox_realisation_sec css starts**/

.nox_realisation_sec{
    padding-top: 90px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nox_realisation_sec .row{
    padding-top: 30px;
}
.nox_realisation_sec .col-lg-4{
    margin-bottom: 25px;
}
.nox_realisation_sec .realisation_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nox_realisation_sec .realisation_box .image_box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 276px;
    border-radius: 12px;
    transition: .25s;
    width: 100%;
}
.nox_realisation_sec .realisation_box:hover .image_box{
    filter: grayscale(100%);
}
.nox_realisation_sec .realisation_box .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(13, 30, 50);
    width: 92%;
    height: 89%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .25s;
    opacity: 0;
    padding: 12px;
}
.nox_realisation_sec .realisation_box:hover .cont{
    opacity: 0.8;
}
.nox_realisation_sec .realisation_box .cont h5{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.nox_realisation_sec .realisation_box .dimension{
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}
.nox_realisation_sec .realisation_box .button a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}
.nox_realisation_sec .realisation_box .button a img{
    width: 13px;
    filter: invert(1);
    margin-left: 3px;
}
.nox_realisation_sec .realisation_btn{
    text-align: center;
    margin-top: 80px;
}
.nox_realisation_sec .realisation_btn a{
    font-size: 17px;
    color: #fff;
    background-color: #0d1e32;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 32px 16px 32px;
    transition: .25s;
    
}
.nox_realisation_sec .realisation_btn a:hover{
    background-color: rgba(175, 128, 74, 1);
}






/**experience_sec css starts**/

.experience_sec{
    padding-top: 50px;
    padding-bottom: 70px;
}
.experience_sec .top_divider{
    margin-bottom: 40px;
}
.experience_sec .sec_heading.title h2{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.experience_sec p.sub_txt{
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 25px;
}
.experience_sec .row.main{
    margin-top: 90px;
    position: relative;
    
}
.experience_sec .row.main::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    background-color: #f5f7f9;
    z-index: 2;
    max-height: 550px;
}
.experience_sec .counting_sec{
    position: relative;
    z-index: 3;
}
.experience_sec .col-lg-7.left {
    width: 62%;
    max-width: 62%;
    flex: 0 0 62%;
    margin-top: 70px;
    position: relative;
    z-index: 3;
}
.experience_sec .col-lg-7.left .slider_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 535px;
}
.experience_sec .col-lg-5.right {
    width: 38%;
    max-width: 38%;
    flex: 0 0 38%;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 70px;
}
.experience_sec .counting_sec .row{
    display: flex;
    flex-direction: column;
}
.experience_sec .counting_sec .counting_box:last-child{
    border-bottom: 0;
}
.experience_sec .counting_sec .counting_box {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #8b8c8e;
    max-width: 160px;
    padding-left: 0;
}
.experience_sec .counting_sec .counting_box .number{
    font-size: 35px;
    font-weight: 700;
    color: #0d1e32;
}
.experience_sec .counting_sec .counting_box h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -6px;
}
.experience_sec .counting_sec .counting_box h6 span{
    display: block;
}
.owl-theme.experience_slider .owl-dots {
    position: absolute;
    right: 140px;
    top: -45px;
}
.actualites_projectdetails.innerpage {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.owl-theme.experience_slider .owl-nav button.owl-prev {
    background-image: url(images/prev.png);
    background-repeat: no-repeat;
    background-size: 17px;
    width: 41px;
    height: 41px;
    position: absolute;
    top: -61px;
    right: 280px;
    z-index: 4;
    transition: .25s;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #000;
}
.owl-theme.experience_slider .owl-nav button.owl-prev span{
    opacity: 0;
}
.owl-theme.experience_slider .owl-dots .owl-dot span {
    margin: 5px 4px;
}
.owl-theme.experience_slider .owl-dots .owl-dot.active span, .owl-theme.experience_slider .owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-theme.experience_slider .owl-nav button.owl-next {
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    background-size: 17px;
    width: 41px;
    height: 41px;
    position: absolute;
    top: -61px;
    right: 20px;
    z-index: 4;
    transition: .25s;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #000;
}
.owl-theme.experience_slider .owl-nav button.owl-next span{
    opacity: 0;
}








/**partners_sec css starts**/

.partners_sec{
    padding-top: 60px;
    padding-bottom: 90px;
}
.partners_sec p.sub_txt {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 25px;
}
.partners_sec .sec_heading.title h2 {
    margin-bottom: 25px;
}
.partners_sec .row{
    padding-top: 35px;
}
.partners_sec .partner_box{
    
}
.partners_sec .partner_box .logo{
    min-width: 114px;
    height: auto;
    margin-right: 100px;
}
.partners_sec .partner_box .logo img{
    max-width: 100%;
    height: auto;
}
.partners_sec .partner_box .logo.qualibat{
    width: 114px;
}
.partners_sec .partner_box .logo.rge{
    width: 240px;
}
.partners_sec .partner_box .logo.chambre{
    width: 216px;
}
.partners_sec .partner_box .logo.ffb{
    width: 220px;
}
.partners_sec .partner_box {
    display: flex;
    align-items: center;
    min-height: 114px;
}
.owl-theme.partners_slider .owl-dots {
    margin-top: 10px;
    display: none;
}








/**contact_bannersec css starts**/

.contact_bannersec{
    background-color: #f0f2f4;
    padding-top: 75px;
    padding-bottom: 75px;
}
.contact_bannersec .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_bannersec .left_sec{
    display: flex;
    align-items: center;
    width: 63%;
    max-width: 63%;
    flex: 0 0 63%;
}
.contact_bannersec .left_sec .icon{
    width: 86px;
    height: auto;
    margin-right: 40px;
}
.contact_bannersec .left_sec .icon img{
    width: 100%;
    height: auto;
}
.contact_bannersec .left_sec .txt{
    flex: 1;
}
.contact_bannersec .left_sec .txt h4{
    font-size: 24px;
    font-weight: 700;
    color: #0d1e32;
    margin-bottom: 0;
}
.contact_bannersec .left_sec .txt h4 span{
    display: block;
    font-weight: 500;
    color: #062a47; 
    padding-top: 8px;
}
.contact_bannersec .divider {
    width: 185px;
    max-width: 185px;
    flex: 0 0 185px;
    height: 1px;
    background-color: #0d1e32;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(180deg);
}
.contact_bannersec .button a {
    font-size: 16px;
    background: rgb(175, 128, 74);
    background: linear-gradient(270deg, rgba(175, 128, 74, 1) 0%, rgba(226, 180, 120, 1) 100%);
    padding: 10px 29px 13px 29px;
    transition: .25s;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}
.contact_bannersec .button a:hover{
    background: rgb(175,128,74);
    background: linear-gradient(270deg, rgba(175,128,74,1) 0%, rgba(175,128,74,1) 100%);
}
.contact_bannersec .button {
    width: 200px;
    max-width: 200px;
    flex: 0 0 200px;
}









/**footer_sec css starts**/

.footer_sec{
    padding-top: 65px;
    background-color: #0d1e32;
    
}
.footer_sec .row.main{
    display: flex;
    flex-wrap: wrap;
}
.footer_sec .top_sec .logo_sec{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}
.footer_sec .top_sec .menu_sec{
    width: 21%;
    max-width: 21%;
    flex: 0 0 21%;
}
.footer_sec .top_sec .contact_sec{
    width: 39%;
    max-width: 39%;
    flex: 0 0 39%;
}
.footer_sec .top_sec .logo_sec a.footer_logo{
    width: 130px;
    display: inline-block;
    margin-bottom: 22px;
    height: auto;
}
.footer_sec .top_sec .logo_sec a.footer_logo img{
    width: 100%;
    height: auto;
}
.footer_sec .top_sec .logo_sec p {
    color: #e8ecef;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.010rem;
    font-weight: 700;
    max-width: 240px;
}
.footer_sec .top_sec {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.footer_sec .top_sec .footernav_heading h5{
    font-size: 22px;
    font-weight: 700;
    background: rgb(175, 128, 74);
    background: linear-gradient(270deg, rgba(175, 128, 74, 1) 2%, rgba(226, 180, 120, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.footer_sec .top_sec ul.footer_nav{
    padding-left: 0;
    list-style-type: none;
}
.footer_sec .top_sec ul.footer_nav li a{
    font-size: 15px;
    font-weight: 500;
    color: #e8ecef;
    text-decoration: none;
}
.footer_sec .menu_sec ul.footer_nav li a{
    position: relative;
    padding-left: 18px;
    margin-bottom: 13px;
    display: inline-block;
    transition: .25s;
}
.footer_sec .menu_sec ul.footer_nav li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    left: 18px;
    bottom: -2px;
    transition: .25s;
}
.footer_sec .menu_sec ul.footer_nav li a:hover::after{
    width: 85%;
}
.footer_sec .menu_sec ul.footer_nav li a::before {
    content: '';
    position: absolute;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    width: 12px;
    background-size: cover;
    height: 10px;
    background-position: center center;
    filter: invert(1);
    left: 0;
    top: 5px;
}
.footer_sec .contact_sec ul.footer_nav li a {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    margin-bottom: 28px;
    transition: .25s;
}
.footer_sec .contact_sec ul.footer_nav li a:hover{
    color: #e2b478;
}

.footer_sec .contact_sec ul.footer_nav li a span{
    display: block;
}
.footer_sec .contact_sec ul.footer_nav li a::before{
    content: '';
    position: absolute;
    background-image: url(images/pin.png);
    background-repeat: no-repeat;
    width: 16px;
    background-size: cover;
    height: 16px;
    background-position: center center;
    filter: invert(1);
    left: 0;
    top: 5px;
    transition: .25s;
}
.footer_sec .contact_sec ul.footer_nav li a:hover::before{
    filter: invert(79%) sepia(27%) saturate(665%) hue-rotate(344deg) brightness(93%) contrast(90%);
}
.footer_sec .contact_sec ul.footer_nav li a.mail::before{
    background-image: url(images/email.png);
    height: 13px;
}
.footer_sec .contact_sec ul.footer_nav li a.phn::before{
    background-image: url(images/viber.png);
    height: 16px;
}
.footer_sec .contact_sec ul.social_mediasec{
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 5px;
}
.footer_sec .contact_sec ul.social_mediasec li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: .25s;
}
.footer_sec .contact_sec ul.social_mediasec li a:hover{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.footer_sec .contact_sec ul.social_mediasec li a img {
    width: 22px;
    filter: brightness(100);
    transition: .25s;
}
.footer_sec .contact_sec ul.social_mediasec li:first-child a{
    margin-right: 9px;
}
.footer_sec .contact_sec ul.social_mediasec li a:hover img{
    filter: brightness(0);
}
.footer_sec .copyright_sec{
    padding-left: 0;
    padding-right: 0;
}
.footer_sec .copyright_sec .row {
    border-top: 1px solid #183a51;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_sec .copyright_sec ul{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.footer_sec .copyright_sec ul li{
    font-size: 14px;
    color: #fff;
}
.footer_sec .copyright_sec ul li a{
    text-decoration: none;
    color: #fff;
}

.footer_sec .copyright_sec .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.footer_sec .copyright_sec .left ul li:first-child{
    margin-right: 25px;
}
.footer_sec .copyright_sec .left{
    padding: 0;
}
.footer_sec .copyright_sec .right{
    padding: 0;
}
.footer_sec .copyright_sec .right ul {
    justify-content: flex-end;
}





@-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);
  }
}







/**innerpage_banner css starts**/

.innerpage_bannersec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 460px;
    position: relative;
    display: flex;
    align-items: center;
}
.innerpage_bannersec img.arrow {
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
    filter: invert(1);
    width: 35px !important;
    z-index: 3;
}
.innerpage_bannersec .banner_txt h2.innerpage_heading {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    text-align: center;
}
.innerpage_bannersec .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 44, 72, 0.8);
    z-index: 2;
}







/**nous_contacter page css starts**/

.contact_sec.innerpage{
    padding-top: 100px;
    padding-bottom: 130px;
}
.contact_sec.innerpage .contactform h5{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 42px;
    margin-bottom: 25px;
}
.contact_sec.innerpage .contactform h5 span{
    display: block;
    font-weight: 400;
}
.contact_sec.innerpage .contactform .formbold {
    margin-bottom: 6px;
}
.contact_sec.innerpage .contactform .formbold-form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
}
.contact_sec.innerpage .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: nome;
}
.contact_sec.innerpage .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}
.contact_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 145px;
    padding-top: 15px;
}

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

.contact_sec.innerpage .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 51px;
    background: rgb(175, 128, 74);
    background: linear-gradient(270deg, rgba(175, 128, 74, 1) 0%, rgba(226, 180, 120, 1) 100%);
    border-radius: 12px;
    margin-right: auto;
    transition: .25s;
    margin-top: 40px;
    border: 0;
    padding-bottom: 4px;
}

.contact_sec.innerpage .contactform button.formbold-btn:hover{
    background: rgb(175,128,74);
    background: linear-gradient(270deg, rgba(175,128,74,1) 0%, rgba(175,128,74,1) 100%);
}






/**nos_realisation page css starts**/

.nox_realisation_sec.innerpage ul.realisation_filter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style-type: none;
    padding-bottom: 12px;
}
.nox_realisation_sec.innerpage{
    padding-bottom: 80px;
}
.nox_realisation_sec.innerpage ul.realisation_filter li a{
    font-size: 14px;
    color: #052034;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    width: 272px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(5, 32, 52, 0.08);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(5, 32, 52, 0.08);
    -moz-box-shadow: 0px 0px 20px 0px rgba(5, 32, 52, 0.08);
    border-radius: 30px;
    margin-right: 12px;
    margin-left: 12px;
    transition: .25s;
}
.nox_realisation_sec.innerpage ul.realisation_filter li a:hover{
    box-shadow: 0px 0px 25px 0px rgba(5, 32, 52, 0.16);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(5, 32, 52, 0.16);
    -moz-box-shadow: 0px 0px 25px 0px rgba(5, 32, 52, 0.16);
}
.nox_realisation_sec.innerpage ul.realisation_filter li:first-child a{
    margin-left: 0;
}
.nox_realisation_sec.innerpage ul.realisation_filter li:last-child a{
    margin-right: 0;
}
.nox_realisation_sec.innerpage ul.realisation_filter li:first-child a img{
    width: 72px;
    height: auto;
    margin-right: 12px;
}
.nox_realisation_sec.innerpage ul.realisation_filter li:last-child a img{
    width: 42px;
    height: auto;
    margin-right: 12px;
}
.nox_realisation_sec.innerpage ul.realisation_filter li:nth-child(2) a img{
    width: 46px;
    height: auto;
    margin-right: 12px;
}







/**actualites page css starts**/

.actualites_sec.innerpage{
    padding-top: 100px;
    padding-bottom: 50px;
}
.actualites_sec.innerpage .c_box a.pic_sec{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 255px;
    margin-bottom: 25px;
}
.actualites_sec.innerpage .c_box .date{
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
} 
.actualites_sec.innerpage .c_box h4{
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}
.actualites_sec.innerpage .c_box p{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 18px;
}
.actualites_sec.innerpage .c_box .button a{
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.actualites_sec.innerpage .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}

.innerpage_bannersec .banner_txt h2.innerpage_heading span {
    display: block;
}
.expertises_sec.innerpage {
    overflow: hidden;
}
.expertises_sec.innerpage .expertises_box {
    position: relative;
    height: 650px;
    display: flex;
    align-items: center;
}
.expertises_sec.innerpage .expertises_box .txt {
    display: flex;
    align-items: center;
}
.expertises_sec.innerpage .expertises_box.odd .col-lg-6 {
    padding-left: 80px;
}
.expertises_sec.innerpage .expertises_box.even .col-lg-6 {
    padding-right: 80px;
}
.expertises_sec.innerpage .expertises_box.odd .pic_sec {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    top: 0;
    left: 0;
    width: 50%;
}
.expertises_sec.innerpage .expertises_box.even .pic_sec {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    top: 0;
    right: 0;
    width: 50%;
    left: auto;
}
.expertises_sec.innerpage .expertises_box .icon{
    height: auto;
    margin-bottom: 25px;
}
.expertises_sec.innerpage .expertises_box .icon.raising{
    width: 140px; 
}
.expertises_sec.innerpage .expertises_box .icon.structure{
    width: 125px;
}
.expertises_sec.innerpage .expertises_box .icon.enclosure{
    width: 120px;
}
.expertises_sec.innerpage .expertises_box .icon.resumption{
    width: 95px;
}
.expertises_sec.innerpage .expertises_box .icon.raising img{
    width: 100%;
}
.expertises_sec.innerpage .expertises_box .sec_heading h3 {
    margin-bottom: 35px;
    font-size: 39px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.025rem;
}
.expertises_sec.innerpage .expertises_box p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}






/**realisation_details page css starts**/

.innerpage_bannersec.realisation_details .banner_txt h2.innerpage_heading {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
}
.innerpage_bannersec.realisation_details .banner_txt .dimension {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
}

.realisation_details.innerpage{
    padding-top: 65px;
    padding-bottom: 90px;
    background-color: #f6f6f6;
}
.realisation_details.innerpage .col-lg-6.left{
    padding-right: 70px;
}
.realisation_details.innerpage .details_box{
    padding-top: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c5c5c5;
}
.realisation_details.innerpage .details_box.end{
    border-bottom: 0;
}
.realisation_details.innerpage .details_box h5{
    font-size: 16px;
    font-weight: 600;
    color: #af804a;
    margin-bottom: 15px;
}
.realisation_details.innerpage .details_box p{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.realisation_details.innerpage .col-lg-6.left .content{
    padding-top: 45px;
}
.realisation_details.innerpage .col-lg-6.left .content h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 29px;
    margin-bottom: 20px;
}
.realisation_details.innerpage .col-lg-6.left .content p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
.realisation_details.innerpage .col-lg-6.right{
    padding-top: 26px;
}
.realisation_details.innerpage .col-lg-6.right .pic_sec{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center center;
    border-radius: 35px;
    margin-bottom: 35px;
}
.realisation_details.innerpage .col-lg-6.right .contct_sec{
    display: flex;
    justify-content: space-between;
}
.realisation_details.innerpage .contct_sec a.c_box{
    width: 31%;
    max-width: 31%;
    flex: 0 0 31%;
    display: block;
    text-decoration: none;
    border-radius: 12px;
    background-color: #5c5c5c;
    text-align: center;
    padding: 22px 10px;
}
.realisation_details.innerpage a.c_box .icon{
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.realisation_details.innerpage a.c_box .icon img{
    width: 100%;
    height: auto;
}
.realisation_details.innerpage a.c_box .txt h6{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.realisation_details.innerpage a.c_box .txt p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.construction_pictures{
    padding-top: 65px;
    padding-bottom: 90px;
}
.construction_pictures .top_divider {
    margin-bottom: 30px;
}
.construction_pictures .row{
    padding-top: 35px;
}
.construction_pictures .col-lg-3{
    margin-bottom: 22px;
}
.construction_pictures .c_picbox{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 273px;
    border-radius: 12px;
}





/**Qui_sommes_nous page css starts**/

.qui_sommesnous_sec.innerpage{
    padding-top: 110px;
    padding-bottom: 110px;
}
.qui_sommesnous_sec.innerpage .col-lg-6.left{
    padding-right: 30px;
}
.qui_sommesnous_sec.innerpage .col-lg-6.right{
    padding-left: 60px;
}
.qui_sommesnous_sec.innerpage .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    background-position: center center;
}
.sec_heading.title h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #0d1e32;
    letter-spacing: -0.020rem;
    margin-bottom: 30px;
}
.qui_sommesnous_sec.innerpage .sec_heading.title h3{
    padding-left: 30px;
    position: relative;
}
.qui_sommesnous_sec.innerpage .sec_heading.title{
    padding-left: 40px;
}
.qui_sommesnous_sec.innerpage .sec_heading.title h3::before {
    content: '';
    position: absolute;
    left: -260px;
    top: 26px;
    width: 250px;
    height: 2px;
    background-color: #000000;
}
.qui_sommesnous_sec.innerpage .txt h6{
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-weight: 300;
    margin-bottom: 25px;
}
.qui_sommesnous_sec.innerpage .txt p{
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    padding-bottom: 3px;
}
.experience_sec.innerpage{
    padding-top: 70px;
    padding-bottom: 90px;
}
.dna_values_sec{
    padding-top: 75px;
    padding-bottom: 80px;
}
.dna_values_sec .sec_heading.title h3{
    text-align: center;
}
.dna_values_sec .sec_heading.title h3 span{
    display: block;
}
.dna_values_sec .row{
    padding-top: 50px;
}
.dna_values_sec .col-lg-3{
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
.dna_values_sec .value_box{
    text-align: center;
    padding: 5px 10px;
}
.dna_values_sec .value_box .icon{
    width: auto;
    height: 70px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.dna_values_sec .value_box .icon img{
    width: auto;
    height: 100%;
}
.dna_values_sec .value_box .cont h4{
    font-size: 27px;
    font-weight: 700;
    color: #0d1e32;
    letter-spacing: -0.025rem;
    margin-bottom: 12px;
}
.dna_values_sec .value_box .cont p{
    font-size: 17px;
    font-weight: 400;
    color: #0d1e32;
    margin-bottom: 10px;
}

.experience_sec.innerpage .boxes_sec {
    position: relative;
    z-index: 3;
    padding-top: 10px;
}
.experience_sec.innerpage .boxes_sec .box{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.experience_sec.innerpage .boxes_sec .box .icon{
    width: 55px;
    height: auto;
    margin-right: 20px;
}
.experience_sec.innerpage .boxes_sec .box .icon img{
    width: 100%;
    height: auto;
}
.experience_sec.innerpage .boxes_sec .box .text{
    font-size: 18px;
    font-weight: 400;
    color: #052034;
}
.experience_sec.innerpage .boxes_sec .box .text span{
    display: block;
}




/*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;
    padding: 15px 75px 15px 75px;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fff;
}
.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: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #000;
    height: 2px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #000;
    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: #000;
    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;
    
}
.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;
}
nav#navbar.sticky a.navbar-brand{
    width: 200px;
}
.partners_sec .partner_box .logo.rockwook-logo{
	width: 205px;
	height: auto;
}

.partners_sec .partner_box .logo{
	width: 200px !important;
	height:110px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
}
.partners_sec .partner_box .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}


/**menu ends**/












