/*!
Theme Name: gasconstruction
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gasconstruction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gasconstruction is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

a{
    border-radius: 7px;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

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

@media (min-width: 1600px){
    .container {
        max-width: 1510px;
    }
}

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}

/**header sec css starts**/
nav.navbar.navbar-expand-lg .btn_sec{
    margin-left: 40px;
    display: flex;
}
nav.navbar.navbar-expand-lg .btn_sec img.icon{
    width: 27px;
    height: auto;
    margin-left: 20px;
}

.navbar .navbar-nav .nav-link{
    
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-left: 50px;
    
    position: relative;
    transition: .25s;
    padding: 0px;
}
.navbar .navbar-nav .nav-link::before{
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: .25s;
}
.navbar .navbar-nav .nav-link:hover::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.navbar .navbar-nav .nav-item:first-child{
    margin-left: 0px;
    position: relative;
    transition: .25s;
}
.navbar .navbar-nav .nav-link.active::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}
nav.navbar.navbar-expand-lg .btn_sec .button{
    padding: 0px;
    border: 0px;
}

nav.navbar.navbar-expand-lg .btn_sec .button a{
    font-size: 20px;
    
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #af0208;
    padding: 8px 33px 10px;
    transition: .25s;
    
    letter-spacing: -1px;
    transition: .25s;
    border: 0px solid #000;
}


nav.navbar.navbar-expand-lg .btn_sec .button a:hover{
    background-color: #000000;
    border: 0px solid #000;
    color: #FFF;
}

.sec_title h2 {
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
}

.sec_title h2:after{
    position: absolute;
    height: 3px;
    width: 80px;
    left: 50%;
    bottom: 0px;
    content: '';
   background: linear-gradient(90deg, #e2160d, #b10004);
   transform: translateX(-50%);
}












.navbar-brand{
    width: 115px;
    height: auto;
}
.navbar-brand img{
    width: 100%;
    height: auto;
}
.navbar-expand-lg .navbar-collapse {
/*    margin-bottom: 50px;*/
}


.navbar{
    position: relative;
/*    margin-bottom: -50px;*/
    z-index: 2;
}
.navbar .container{
    max-width: 1510px;
} 





/***bannner sec css starts***/

.banner_sec .Banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px;
    position: relative;
}

.banner_sec .Banner_pic:after{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
    content: '';
}

.banner_sec .Banner_pic .container{
    max-width: 1510px;
    position: relative;
    height: 750px;
    z-index: 2;
    
}
.banner_sec .Banner_pic .container .BannerText{
    position: absolute;
    right: 15px;
    width: 100%;
    bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.banner_sec .BannerText .heading h1{
    font-size: 40px;
    
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
    
    margin-bottom: 15px;
}
.banner_sec .BannerText .heading h5{
    font-size: 21px;
    
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    max-width: 1000px;
}
.banner_sec .BannerText .btn_sec .button a{
    font-size: 18px;
    
    font-weight: 400;
    color: #fff; 
    
    text-decoration: none;
    padding: 12px 23px;
   background: linear-gradient(135deg, #072e57, #051f42);
    margin-bottom: 8px; 
    display: inline-block;
    transition: .25s;
}
.banner_sec .BannerText .btn_sec .button a:hover{
    background-color: #fff;
    /*border: 1px solid #fff;*/
    color: #FFF;
}


/* .banner_sec .owl-carousel .owl-nav.disabled{
    display: block;
} */
.banner_sec .owl-carousel .owl-nav .owl-next {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    outline: none;
    width: 54px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: none;
    border-radius: 0;
    margin: 0px;
    background-color: #fff;
}
.banner_sec .owl-carousel .owl-nav .owl-prev {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    outline: none;
    width: 54px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0px;
    background-color: #fff;
}





/***realisation_sec css starts***/
.realisation_sec{
    padding-top: 90px;
    padding-bottom: 90px;
}
.realisation_sec .sec_title{
    text-align: center;
    margin-bottom: 45px;
}
.realisation_sec .sec_title h2{
    font-size: 48px;
    color: #000;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 700;
}


.realisation_sec .sec_title h2 span{
    font-weight: 400;
}
.realisation_sec .sec_title h6{
    font-size: 20px;
    
    color: #000;
    line-height: 25px;
    font-weight: 400;
}

.realisation_sec .box .image_sec{
    height: 393px;
    border-radius: 15px;
}


.realisation_sec .box .image_sec.big{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 806px;
    position: relative;
}
.realisation_sec .box .image_sec.small{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 393px;
    position: relative;
}
.realisation_sec .box .image_sec.small.top{
    margin-bottom: 20px;
}
.realisation_sec .box .image_sec{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.realisation_sec .box .image_sec .overlay{
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.85);
    transition: .25s;
}

.realisation_sec .box .image_sec:hover .overlay{
    height: 100%;
}

.realisation_sec .box .image_sec .overlay .details{
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .25s;
    width: 100%;
}

.realisation_sec .box .image_sec:hover .overlay .details{
    opacity: 1;
}

.realisation_sec .box .details h3{
    font-size: 32px;
    
    color: #fff;
    line-height: 37px;
    font-weight: 700;
    
    margin-bottom: 25px;
    
}
.realisation_sec .box .details h3 span{
    display: block;
}
.realisation_sec .box .details p{
    font-size: 17px;
    
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.realisation_sec .box .details p span.price{
/*    font-size: 26px;*/
}
.realisation_sec .box .details p span.divider{
    font-size: 20px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 25px;
}
.realisation_sec .box .details a{
    font-size: 16px;
    
    color: #fff;
    font-weight: 400;
    
    text-decoration: none;
    padding: 13px 32px 15px;
    border: 1px solid #fff;
    transition: .25s;
}
.realisation_sec .box .details a:hover{
    background-color: #fff;
    color: #000;
}
.realisation_sec .realisationitems{
    margin-bottom: 40px;
}
.realisation_sec .button{
    text-align: center;padding-top: 40px;
}
.realisation_sec .button a{
    font-size: 18px;
    
    color: #b10004;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 38px 14px;
    border: 2px solid #b10004;
    transition: .25s;
}
.realisation_sec .button a:hover{
    background-color: #b10004;
    color: #fff;
}
/*.realisation_sec .button a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #5f5f5f;
    left: 0px;
    bottom: 0px;
}
*/

.g-map{
    position: relative;
    height: 650px;
    width: 100%;
    padding-bottom: 30px;

}

.g-map iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/****workprocess_sec css starts***/
.workprocess_sec{
    padding-top: 120px;
    background-color: #f2f2f2;
    padding-bottom: 120px;
}

.workprocess_sec .sec_title{
    text-align: center;
    margin-bottom: 45px;
}
.workprocess_sec .sec_title h2{
    font-size: 48px;
    
    color: #000;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 700;
    
    
    
}
.workprocess_sec .sec_title h2 span{
    font-weight: 400;
}
.workprocess_sec .sec_title h6{
    font-size: 20px;
    
    color: #000;
    line-height: 25px;
    font-weight: 400;
}


.workprocess_sec .box{
    padding: 15px;
    text-align: center;
    color: #000;
    text-decoration: none;
    color: #000;
}

.workprocess_sec .box .circle{
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: .25s;
}
.workprocess_sec .box .outer_circle{
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: .25s;
    background-color: #fff;
}

.workprocess_sec .box:hover .circle{
    
}
.workprocess_sec .box:hover .outer_circle{
    transform: scale(1.3);
}



.workprocess_sec .box .text{
    margin-top: 35px;
}
.workprocess_sec .box .text h5{
    font-size: 24px;
    color: #000;
    line-height: 35px;
    font-weight: 700;
}

.workprocess_sec .box a{
    color: #000;
    text-decoration: none;
    padding: 5px;
    display: inline-block;
}

.workprocess_sec .box a:hover{
    color: #af0208;
}

.workprocess_sec .box .text h5 a{
    color: #051f42;   
}

.workprocess_sec .box .text h5 a:hover{
    color: #af0208;
}




.workprocess_sec .box .text p{
    font-size: 16px;
    
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

.workprocess_sec .button{
    text-align: center;
}
.workprocess_sec .button a{
    font-size: 18px;
    
    color: #b10004;
    font-weight: 400;
    text-decoration: none;
    
    padding: 12px 38px 14px;
    border: 2px solid #b10004;
    transition: .25s;
}
.workprocess_sec .button a:hover{
    background-color: #b10004;
    color: #fff;
}
.workprocess_sec .col-lg-12.workprocess_steps{
    margin-bottom: 60px;
}
.workprocess_sec .col-lg-12.workprocess_steps .row{
    position: relative;
}
.workprocess_sec .col-lg-12.workprocess_steps .row::before{
    content: '';
    position: absolute;
    width: 75%;
    height: 4px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
    z-index: -1;
}





/***counting_sec css starts***/
.counting_sec{
    padding-top: 90px;
}
.counting_sec .sec_title{
    text-align: center;
    margin-bottom: 40px;
}
.counting_sec .sec_title h2{
    
    font-size: 48px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    
}
.counting_sec .sec_title h2 span{
    font-weight: 400;
}

.counting_sec .countingboxes{
    background-color: #ffffff;
    padding: 0px 0px 50px;
    /*filter: invert(1);*/
}
.counting_sec .countingboxes .box{
    text-align: center;
    padding: 30px;
    position: relative;
    min-height: 297px;
    background-color: #f2f2f2;
    margin-bottom: 30px;
    color: #000;
    text-decoration: none;
    display: block;
}
.counting_sec .countingboxes .box.last::before{
    display: none;
}
.counting_sec .countingboxes .box::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 152px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    background-color: rgba(255, 255, 255, 0.2);
    display: none;
}
.counting_sec .countingboxes .box .number h2{
    font-size: 80px;
    
    color: #000;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 100px;
    margin-bottom: 12px;

      color:  #000;
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.counting_sec .countingboxes .box .number h2 span.up{
    font-size: 19px;
    
    font-weight: 400;
    color:  #fff;
    
    display: inline-block;
    vertical-align: middle;
}


.counting_sec .countingboxes .box .text p{
    
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
}


.counting_sec .countingboxes .box .text .textbottom{
    margin-top: 50px;
    display: block;
}

.counting_sec .countingboxes .box .textbottom .fa{
    margin-left: 7px;
    transition: .25s;
}

.counting_sec .countingboxes .box:hover .textbottom .fa{
    margin-left: 15px;
}


/***customers_experience_sec css starts***/
.customers_experience_sec{
    padding-top: 100px;
}
.customers_experience_sec .sec_title{
    text-align: center;
    margin-bottom: 70px;
}
.customers_experience_sec .sec_title h2{
    
    font-size: 48px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    
}
.customers_experience_sec .sec_title h2 span{
    font-weight: 400;
}

.customers_experience_sec .col-lg-7.left_side {
    padding-left: 150px;
    padding-top: 50px;
    position: relative;
}
.customers_experience_sec .left_side img.comma{
    width: 85px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 0px;
}
.customers_experience_sec .item h3{
    font-size: 30px;
    
    font-weight: 700;
    color: #000;
    
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.customers_experience_sec .item p{
    font-size: 18px;
    
    font-weight: 400;
    color: #000;
    line-height: 25px;
    max-width: 700px;
}
.customers_experience_sec .item span.review{
    font-size: 18px;
    
    font-weight: 400;
    color: #000;
    line-height: 25px;
    display: block;
    margin-top: 35px;
}
.customers_experience_sec .item span.review span{
    font-size: 21px;
    font-weight: 400;
}
.customers_experience_sec .picture_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 380px;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}
    
.customers_experience_sec .owl-carousel .owl-nav.disabled {
    display: block;
}


.customers_experience_sec .owl-carousel .owl-nav .owl-prev {
    font-size: 35px;
    position: absolute;
    left: 0px;
    bottom: -60px;
    margin: 0px;
}
.customers_experience_sec .owl-carousel .owl-nav .owl-next {
    font-size: 35px;
    position: absolute;
    left: 25px;
    bottom: -60px;
    margin: 0px;
}



/***instagram_sec css starts***/
.instagram_sec{
    padding-top: 95px;
    padding-bottom: 85px;
}
.instagram_sec .sec_title{
    text-align: center;
    margin-bottom: 45px;
}
.instagram_sec .sec_title h2{
    font-size: 48px;
    
    color: #000;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 700;
    
    
    
}
.instagram_sec .sec_title h2 span{
    font-weight: 400;
}
.instagram_sec .sec_title h6 a{
    font-size: 20px;
    
    color: #000;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
}
.instagram_sec .pic_sec img{
    width: 100%;
}




/***footer_sec css starts***/
.footer_sec{
    background-color: #000;
    background: linear-gradient(0deg, #072e57, #051f42);
    padding: 30px 0px 50px 0px;
}
.footer_sec .footerbox{
    padding-right: 50px;
}
.footer_sec .footerbox .logo{
    width: 110px;
    height: auto;
    margin-bottom: 12px;
}
.footer_sec .footerbox .logo img{
    width: 100%;
    height: auto;
    /*filter: invert(100%) grayscale(100);*/
}
.footer_sec .footerbox p{
   font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
}
.footer_sec .footerbox .button{
    margin-top: 35px;
}
.footer_sec .footerbox .button a{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 50px 14px;
    border: 0px solid #fff;
    transition: .25s;
    background: linear-gradient(0deg, #e2160d, #b10004);
}
.footer_sec .footerbox .button a:hover{
    background: linear-gradient(0deg, #111, #000);
    color: #FFF;
}

.footer_sec .col-lg-8.right_side{
    padding-top: 20px;
}

.footer_sec .box h4{
    font-size: 24px;
    
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    
    margin-bottom: 12px;
}
.footer_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.footer_sec .box ul li{
    padding: 5px 0px;
}
.footer_sec .box ul li a{
    font-size: 13px;
    
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    line-height: 19px;
    display: block;
}
.footer_sec .box ul li a:hover{
    color: rgba(255, 255, 255, 0.75);
}
.footer_sec .box ul.contact li a img.social_icons {
    width: 20px;
    height: auto;
    margin-right: 12px;
}

.footer_sec .box.fblog ul li a{
     font-size: 14px;
     line-height: 16px;
     display: block;
     line-height: 18px;
}

.footer_sec .box ul.contact li{
    margin-bottom: 7px;
}


/*copyright_sec css starts*/

.copyright{
    background-color: #fff;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #0a2e49;
    font-size: 15px;
}
.copyright a{
    color: #0a2e49;
    text-decoration: none;
}
.copyright a:hover{
/*    color: #008eab;*/
    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: 13px;
    
    font-weight: 400;
    color: #222;
   
    
}


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

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

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

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

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

/*copyright_sec css ends*/





/***contact_btn css starts***/
.navbar .container{
    position: relative;
}
.navbar .container .contact{
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.navbar .contact a {
    font-size: 18px;
    
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
}
.navbar .contact a img.icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
/***contact_btn css ends***/




/****innerpage starts from here***/



/***nos_projects innerpage css starts***/
.breadcrumbs_bar{
    background: linear-gradient(135deg, #072e57, #051f42);
    padding: 18px 0px;
    position: relative;
    z-index: 1;
}
.breadcrumbs_bar .breadcrumbs.entry-breadcrumb {
    font-size: 13px;
    
    font-weight: 400;
    color: #fff;
    line-height: 22px;
/*    padding-left: 163px;*/
    
}
.breadcrumbs_bar .breadcrumbs.entry-breadcrumb a {
    color: #FFF;
    text-decoration: none;
}
.breadcrumbs_bar .col-lg-12.col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumbs_bar .breadcrumbs.entry-breadcrumb img.icon{
    width: 15px;
    height: auto;
    margin-right: 12px;
}
.breadcrumbs_bar .breadcrumbs.entry-breadcrumb span.bc-sep {
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.breadcrumbs_bar .contact a {
    font-size: 18px;
    
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
}
.breadcrumbs_bar .contact a img.icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}


.realisation_sec.innerpage{
    padding-bottom: 85px;
    min-height: 600px;
}
.realisation_sec.innerpage ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    list-style-type: none;
}
.realisation_sec.innerpage ul li a {
    
    font-size: 17px;
    color: #000;
    font-weight: 400;
    
    text-decoration: none;
    padding: 12px 25px;
}
.realisation_sec.innerpage ul li a{
    margin-right: 20px;
}
.realisation_sec.innerpage ul li.active a {
    border: 1px solid #000;
}
.realisation_sec.innerpage .sec_title h2{
    margin-bottom: 40px;
}


.realisation_sec.innerpage .pagination {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
}
.realisation_sec.innerpage .pagination nav {
    display: flex;
    align-items: center;
}
.realisation_sec.innerpage .pagination a.click {
    
    color: #000;
    text-decoration: none;
    
    font-weight: 400;
}
.realisation_sec.innerpage .pagination ul {
    list-style-type: none;
    display: flex;
    font-size: 100%;
    margin: 0px 30px;
    padding-left: 0px;
}
.realisation_sec.innerpage .pagination ul li a.current {
    border: 1px solid #000;
    font-weight: 400;
}
.realisation_sec.innerpage .pagination ul li a {
    padding: 8px 15px;
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    text-decoration: none;
}




/****Nos_projectdetails_innerpage css starts***/
.Nos_projectdetails_innerpage{
    padding-top: 120px;
    padding-bottom: 90px;
}
.Nos_projectdetails_innerpage .picture_sec{
    padding-right: 150px;
    position: relative;
}
.Nos_projectdetails_innerpage .picture_sec img{
    width: 100%;
    height: auto;
}
.Nos_projectdetails_innerpage .picture_sec .second_pic{
    
}
.Nos_projectdetails_innerpage .picture_sec img.secondary{
    width: 245px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    border: 5px solid #fff;
}


.Nos_projectdetails_innerpage .details{
    padding-top: 0px;
}
.Nos_projectdetails_innerpage .heading{
    margin-bottom: 15px;
}
.Nos_projectdetails_innerpage .heading h2{
    font-size: 36px;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
/*    */
margin-bottom: 22px;
} 
.Nos_projectdetails_innerpage .heading span.category{
    font-size: 22px;
    
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    
}

.Nos_projectdetails_innerpage .price_sec{
    padding: 10px 0px;
    border-top: 1px solid rgba(178, 178, 178, 0.2);
    border-bottom: 1px solid rgba(178, 178, 178, 0.2);
    margin-bottom: 20px;
}
.Nos_projectdetails_innerpage .price_sec p{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.Nos_projectdetails_innerpage .price_sec p span.price{
    font-weight: 400;
/*    font-size: 27px;*/
    padding-left: 6px;
}
.Nos_projectdetails_innerpage .price_sec p span.divider{
/*    font-size: 20px;*/
    display: inline-block;
    padding-left: 15px;
    padding-right: 25px;
    color: #000;
    font-weight: 500;
}
.Nos_projectdetails_innerpage .details p{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    line-height: 28px;
}

.Nos_projectdetails_innerpage .details ul li{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 12px;
}
.Nos_projectdetails_innerpage .details h3{
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
}



.project_details_sec{
    padding-bottom: 90px;
}
.project_details_sec .sec_title{
    text-align: center;
    margin-bottom: 40px;
}
.project_details_sec .sec_title h2{
    font-size: 48px;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    
}

.project_details_sec .box .pic_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 573px;
    position: relative;
}
.project_details_sec .box, .project_details_sec .box .image_sec{
    min-height: 278px;
     background-size: cover;
    background-position: center center;
}

.project_details_sec .box .pic_sec.horizontal.top {
    margin-bottom: 17px;
}
.project_details_sec .box .pic_sec.horizontal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 278px;
    position: relative;
}


.project_details_sec .txt{
    margin-top: 45px;
    text-align: center;
}
.project_details_sec .txt p{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1110px;
}


.Nos_projectdetails_innerpage .details a{
    color: #000;
}


.bottom_image_sec{
    padding-top: 50px;
    padding-bottom: 40px;
}
.bottom_image_sec .container{
    padding: 0px;
}
.bottom_image_sec .box{
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
.bottom_image_sec .image_box{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 288px;
    position: relative;
}







/***je_me_lance_innerpage css starts**/
.je_me_lance_innerpage{
    padding-top: 80px;
/*    height: 750px;*/
    padding-bottom: 70px;
}
.je_me_lance_innerpage .box{
    text-align: center;
    padding: 30px 25px;
    transition: .25s;
    margin: 15px;
    border: 1px solid #fff;
}
.je_me_lance_innerpage .box:hover{
    border: 1px solid #bababa;
    -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow:    0px 9px 10px 0px rgba(0, 0, 0, 0.12);
box-shadow:         0px 9px 10px 0px rgba(0, 0, 0, 0.12);
}
.je_me_lance_innerpage .box .icon{
    width: 120px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.je_me_lance_innerpage .box .icon img{
    width: 100%;
}
.je_me_lance_innerpage .box .txt{
    
}
.je_me_lance_innerpage .box .txt h6{
    font-size: 16px;
    
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    
    line-height: 22px;
    margin-bottom: 15px;
}
.je_me_lance_innerpage .form-check .form-check-input{
    float: none;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.je_me_lance_innerpage .form-check{
    padding: 0px;
}
.je_me_lance_innerpage  #stepone{
    margin-bottom: 60px;
}
.je_me_lance_innerpage .sec_heading {
    text-align: center;
    margin-bottom: 80px;
}
.je_me_lance_innerpage .sec_heading h2 {
    
    font-size: 48px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    
    margin-bottom: 30px;
}
.je_me_lance_innerpage .sec_heading h2 span {
    font-weight: 400;
}
.je_me_lance_innerpage .sec_heading ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.je_me_lance_innerpage .sec_heading ul li{
    font-size: 18px;
    
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    
    line-height: 25px;
    
}
.je_me_lance_innerpage .sec_heading ul li.active{
    font-weight: 400;
}
.je_me_lance_innerpage .sec_heading ul li span.divider{
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    
}
.je_me_lance_innerpage .button{
    text-align: center;
}
.je_me_lance_innerpage .button {
/*
    font-size: 21px;
    
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    
    background-color: #000;
    text-decoration: none;
    padding: 10px 41px;
*/
}
.je_me_lance_innerpage .button button.submit_btn{
    background-color: #000;
    padding: 10px 41px;
    font-size: 21px;
    
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    
    border: 0px;
    transition: .25s;
}
.je_me_lance_innerpage .button button.submit_btn:hover{
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}


.form_sec{
    padding-top: 50px;
}


.IndexForm input {
    width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 30px;
    
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}
.IndexForm {
    position: relative;
    margin-bottom: 65px;
}
.IndexForm span.floating-label{
    position: absolute;
    right: 30px;
    font-size: 40px;
    
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
}
.IndexForm span.floating-label sup{
    font-size: 25px;
}
.IndexForm input:focus{
    outline: none;
}


/**contactform css**/
.cont_main_section_form{
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto;
    background: #ffffff;
    margin-bottom: 70px;
}
.cont_main_section_form .heading h2{
    font-size: 50px;
    font-family: 'Conv_Futura Book font';
    line-height: 54px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 35px;
}
.cont_main_section_form .contect_form1{
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: auto;
}
.cont_main_section_form .contect_form1 input{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    font-family: 'Conv_Futura Book font';
    color: #111111;
    font-weight: 400;
}
.cont_main_section_form .contect_form1 input::placeholder{
    color: #1c1c1c;
}
.cont_main_section_form .contect_form1 input:focus{
    outline: 0px;
    box-shadow: none;
}
.cont_main_section_form .contect_form1 .form-control{
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 50px !important;
    font-size: 18px;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    border-radius: 0;
    font-weight: 500;
}
.cont_main_section_form .contect_form1 .form-control:focus{
    outline: 0px;
    box-shadow: none;
}
.cont_main_section_form .contect_form1 textarea{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    font-family: 'Conv_Futura Book font';
    color: #111111;
    font-weight: 400;
}
.cont_main_section_form .contect_form1 textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.cont_main_section_form .contect_form1 textarea::placeholder{
    color: #111111;
}
.address_hg textarea{
    height: 100px;
}
.cont_main_section_form .contact_text_btm{
    margin-top: 25px;
}
.cont_main_section_form .contact_text_btm .button{
    margin: 0 auto;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: medium;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    border: none;
    font-family: 'Conv_futura medium bt';
    background: #6cc29b;
    float: right;
    
}
.cont_main_section_form .contact_text_btm .button span{
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.cont_main_section_form .contact_text_btm .button:hover{
    transition: .25s;
}
.cont_main_section_form .contact_text_btm .button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #33845f;
    transition: .25s;
}
.cont_main_section_form .contact_text_btm .button:hover::before{
     width: 100%;
}
.cont_main_section_form .contact_text_btm .button span img{
    margin: 0 0 3px 10px;
    padding: 0;
    max-width: 100%;
}




.IndexContactUsForm {
    position: relative;
    margin-bottom: 45px;
}

.IndexContactUsForm input:focus ~ .floating-label,
.IndexContactUsForm input:not(:focus):valid ~ .floating-label{
  top: -20px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

.IndexContactUsForm input:focus ~ .floating-border,
.IndexContactUsForm input:not(:focus):valid ~ .floating-border{
  width: 100%;
  transition: .5s;
}

.cont_main_section_form .inputText{
    width: 90%;
    height: 50px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000;
    background: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-bottom: 10px;
}
.cont_main_section_form .inputText:focus{
    border: 0px;
    outline: 0px;
}
.cont_main_section_form .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
    font-size: 16px;
    
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}
.floating-border{
  display:block;
  width: 0%;
  height: 2px;
  background-color: #00adef;
  position: absolute;
  bottom: 15px;
  transition: 0.5s ease all;
}
.inputtextarea{
    height: 140px;
}


.cont_main_section_form label {
    font-size: 14px;
    
    font-weight: 400;
    color: #000;
    line-height: 26px;
}
.cont_main_section_form label span.text-small{
    color: #999999;
    display: block;
    margin-bottom: 30px;
}

.cont_main_section_form .checkform{
    display: flex;
    width: 420px;
    justify-content: space-between;
    align-items: center;

}
.cont_main_section_form .checkform .form-check-input{
    width: 15px;
    height: 15px;
    background-color: #b6d0e4;
    border-radius: 50%;
    border: none;
    margin-right: 15px;
}
.cont_main_section_form .checkform .form-check{
    display: flex;
    align-items: center;
}
.cont_main_section_form .checkform .form-check .subcheckboxitem{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    line-height: 26px;
    
}
.cont_main_section_form .checkform .form-check-input:checked {
    background-color: #102739;
    border-color: #102739;
}








.text_form .IndexContactUsForm textarea{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    font-family: 'Conv_Futura Book font';
    color: #111111;
    font-weight: 400;
}
.text_form .IndexContactUsForm textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.text_form .IndexContactUsForm textarea::placeholder{
    color: #111111;
}
.text_form .IndexContactUsForm textarea{
    height: 100px;
}
.text_form .IndexContactUsForm {
    position: relative;
    margin-bottom: 15px;
}
.text_form .inputtextarea {
    height: 140px;
}
.text_form .inputText {
    width: 100%;
    height: 190px;
    border-radius: 0px;
    border: 1px solid rgba(16, 39, 57, 0.5);
    background: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.text_form .floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 11px;
    transition: 0.2s ease all;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.text_form .form-control:focus{
    outline: 0px;
    box-shadow: none;
}
.text_form input:focus{
    outline: 0px;
    box-shadow: none;
}
.text_form textarea:focus{
    outline: 0px;
    box-shadow: none;
}





/**form last_step css **/
.last_step{
    position: relative;
    margin-top: 0px;
    
}
.last_step .add_details_sec .IndexContactUsForm textarea.inputText {
    background-color: #fff;
}
.last_step .coloured_bg{
    position: absolute;
    top: 1px;
    left: 0px;
    width: 50%;
    background-color: #eaeef0;
    height: 100%;
}
.last_step .information{
    z-index: 3;
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
}
.last_step .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    padding-right: 40px;
}
.last_step .heading button.btn.btn--secondary{
    font-size: 15px;
    
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    padding: 10px 22px;
    border: 1px solid #102739;
    background-color: transparent;
    border-radius: 0px;
    transition: .25s;
}
.last_step .heading button.btn.btn--secondary:hover{
    background-color: #000;
    color: #fff;
}
.last_step .heading h2{
    font-size: 42px;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
}
.last_step .box h6{
    font-size: 20px;
    
    font-weight: 400;
    color: #000;
    line-height: 28px;
    
}
.last_step .box ul{
    padding-left: 0px;
    list-style-type: none;
    margin-top: 25px;
}
.last_step .box ul li{
    display: flex;
    align-items: center;
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    padding: 8px 0px;
}
.last_step .box ul li span{
    margin-right: 15px;
}
.last_step .box ul li img.tick_icon{
    width: 15px;
    height: auto;
    margin-right: 12px;
}
.last_step .box{
    margin-bottom: 80px;
}





.last_step .add_details_sec{
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 15px;
}
.last_step .add_details_sec h2{
    font-size: 48px;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    line-height: 60px;
    max-width: 375px;
    margin-bottom: 35px;
}
.last_step .add_details_sec label.uppercase{
    font-size: 17px;
    
    font-weight: 400;
    color: #000;
    line-height: 26px;
    
    display: block;
    margin-bottom: 10px;
}
.last_step .btn_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.last_step .btn_sec .txt{
    float: right;
}
.last_step .btn_sec .txt span.uppercase{
    display: block;
    
}
.last_step .btn_sec .txt span.type-small{
    font-size: 14px;
}
.last_step .btn_sec .txt span{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    line-height: 22px;
}
.last_step .btn_sec .form_input{
    opacity: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
    cursor: pointer;
}
.last_step .btn_sec .form_label{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    cursor: pointer;
    border: 1px solid rgba(16, 39, 57, 0.5);
    transition: .25s;
} 
.last_step .btn_sec .form_label:hover{
    background-color: #000;
}
.last_step .btn_sec .form_label:hover .form_text{
    color: #fff;
}
.last_step .btn_sec .form_label:hover .form_icon{
    filter: invert(1);
}
.last_step .btn_sec .form_text{
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    transition: .25s;
}
.last_step .btn_sec .form_icon{
    width: 20px;
    height: auto;
    margin-left: 12px;
    transition: .25s;
}
.last_step .add_details_sec .form-check label{
    font-size: 14px;
    
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
.last_step .add_details_sec .form-check .form-check-input{
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0px;
}
.last_step .add_details_sec button.submit_btn{
    font-size: 18px;
    
    
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    border: 0px;
    background-color: #000;
    padding: 11px 50px;
    margin-top: 40px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    transition: .25s;
}
.last_step .add_details_sec button.submit_btn:hover{
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

/***je_me_lance_innerpage css ends**/

.BodyContainer{
    padding-top: 80px;
    padding-bottom: 120px;
    min-height: 900px;
}


.blackbar{
    position: absolute;
    height: 58px;
    z-index: -1;
    background-color: #000;
    top: 105px;
    left: 0px;
    width: 100%;
}



/*sticky menu css*/
.navbar.sticky{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    background-color: #FFF;
    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: 0;
}
.navbar.sticky::before{
    display: none;
}
.navbar .navbar-brand{
    width: 110px;
    height: auto;
    margin-bottom: 0px;
}

 .navbar.sticky .navbar-brand{
    width: 60px;
    height: auto;
 }

.navbar.sticky .navbar-collapse {
    margin-bottom: 0px; 
}
.navbar.sticky .nav_menu{
}

.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: 4px;
    right: 15px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    /**background-image: url(images/icon_menu.png);**/
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    z-index: 99;
    background-color: transparent;
    color: #000 !important;
    display: none;
}
.smenu span{
    position: absolute;
    height: 1px;
    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: 1px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #000;
    height: 1px;
    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;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    background-color: #fff;
    color: #262626;
    display: block;
    font-size: 1.5rem;
/*
    height: 50px;
    line-height: 50px;
*/
    padding: 17px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    
    font-weight: 500;
}
/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: #f0e9e9;
    border-top: 2px #1f265c solid;
    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: #eceef9;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px #1f265c dashed;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}



.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: 110px;
    height: 100vh;
    z-index: 99;
}


.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    /*transform: translateY(-50%);*/
    z-index: 99;
}

.navbar-menu .smenu{
 background-image: none !important;
}



.owl-theme .owl-dots {
    display: none;
}




.realisationitemsNew {
    counter-reset: items;
}

  

.realisationitemsNew .realisationitems{
   display: flex;
  flex-flow: column wrap;
}

.realisationitemsNew .realisationitem{
      display: flex;
  min-height: 200px;  /* Would use just `height` but Firefox is weird */
  flex: 0 0 auto;
  width: 33.333%;
}
.realisationitemsNew .realisationitem  .image_sec{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: ;
}

.realisationitemsNew .realisationitem .box{
    width: 100%;
    height: 393px;
}

.realisationitemsNew .realisationitem:first-child .box{
    height: 806px;
}

.realisationitemsNew .realisationitem:nth-child(2) .box{
    height: 393px;
}

.realisationitemsNew .realisationitem:nth-child(3) .image_sec{
    height: 393px;
}
.realisationitemsNew .realisationitem:nth-child(4) .image_sec{
    height: 806px;
}


.realisationitemsNew {
    
}


.grid {
  columns: 25rem;
  gap: 1rem;
  counter-reset: grid;
}

.item + .item {
  margin-top: 1rem;
}

.item {
  break-inside: avoid;
  aspect-ratio: 16 / 1;
  /*background: pink;*/
  padding: 0;
 /* border-radius: 0.75rem;*/
}

/*.item::before {
  counter-increment: grid;
  content: counter(grid);
}*/

/*.item:nth-child(3n) {
  aspect-ratio: 1;
  background: lavender;
}*/

/*.item:nth-child(3n - 1) {
  aspect-ratio: 2 / 3;
  background: lightblue;
}*/


.realisation_sec .box .image_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.item:nth-child(1) .image_sec{
    height: 802px;
}

.item:nth-child(2) .image_sec{
    height: 393px;
}
.item:nth-child(3) .image_sec{
    height: 393px;
}

.item:nth-child(4) .image_sec{
    height: 802px;
}

.item:nth-child(5) .image_sec{
    height: 802px;
}
.item:nth-child(6) .image_sec{
    height: 393px;
}
.item:nth-child(7) .image_sec{
    height: 393px;
}

.item:nth-child(8) .image_sec{
    height: 802px;
}

.item:nth-child(9) .image_sec{
    height: 802px;
}
.item:nth-child(10) .image_sec{
    height: 393px;
}
.item:nth-child(11) .image_sec{
    height: 393px;
}

.item:nth-child(12) .image_sec{
    height: 802px;
}
/*.item:nth-child(1), .item:nth-child(4), .item:nth-child(5), .item:nth-child(8), .item:nth-child(9), .item:nth-child(12){
    height: 802px;
}
*/

.gridtwo {
  columns: 25rem;
  gap: 1rem;
  counter-reset: grid;
}

.itemtwo + .itemtwo {
  margin-top: 1rem;
}

.itemtwo {
  break-inside: avoid;
  aspect-ratio: 2 / 1;
  background: pink;
  padding: 0;
 /* border-radius: 0.75rem;*/
}

.itemtwo .image_sec{

 background-size: cover;
 background-position: center center;
}
.itemtwo:nth-child(1) .image_sec{
    height: 573px;
}
.itemtwo:nth-child(2) .image_sec{
    height: 278px;
}
.itemtwo:nth-child(3) .image_sec{
    height: 278px;
}

.itemtwo:nth-child(4) .image_sec{
    height: 573px;
}




#SiteMap{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
}

#SiteMap li{
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}
#SiteMap li a{
  font-weight: 600;
  padding:12px 5px;
  color: #051f42;
  position: relative;
  line-height: normal;
  display: block;
  
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #b10004;
}
#SiteMap li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 14px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}
#SiteMap li a:hover{
    text-decoration: none;
    color: #b10004;
}

.navbar .navbar-nav li#menu-item-18 .nav-link {
    margin-left: 0px;
}


.realisation_sec.innerpage .box .details h3 {
    font-size: 23px;
    
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    
    margin-bottom: 25px;
}
h1.entry-title{
    margin-bottom: 25px;
}
.entry-content h3{
    margin-bottom: 15px;
}
.entry-content h4{
    margin-bottom: 15px;
}

.ssicon{
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.ssicon img{
    width: 100%;
    height: auto;
}


.NosServicesContainer{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.NosServicesPicture img{
    max-width: 100%;
    height: auto;
}

.NosServicesContent{
    padding: 30px;
}

.NosServicesPicture{
    position: absolute;
    right: 0px;
    top:0px;
    bottom: 0px;
    z-index: 1;
    width: 50%;
    background-size: cover;
    background-position: center center;
}


.NosServicesContainer .container{
    position: relative;
    z-index: 2;
}

.NosServicesContainer:nth-child(even) .NosServicesPicture {
    left: 0px;
    right: auto;
}

.NosServicesContainer:nth-child(even) .NosServicescol{
    margin-left: auto;
}


.page-id-12  .instagram_sec.innerpage{
    display: none;
}







/**nos_actualites_sec css starts**/

.nos_actualites_sec{
    padding-top: 90px;
    background-color: #f3f4f8;
    padding-bottom: 80px;
}
.nos_actualites_sec .row{
    padding-top: 15px;
}
.nos_actualites_sec .actualites_box{
    margin-left: 13px;
    margin-right: 13px;
}
.nos_actualites_sec .col-lg-4:first-child .actualites_box{
    margin-left: 0px;
}
.nos_actualites_sec .col-lg-4:last-child .actualites_box{
    margin-right: 0px;
}
.nos_actualites_sec .actualites_box a.pic_sec{
    display: block;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 425px;
    margin-bottom: 22px;
    position: relative;
    transition: .25s;
}
.nos_actualites_sec .actualites_box a.pic_sec .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .25s;
}
.nos_actualites_sec .actualites_box a.pic_sec:hover .overlay{
    opacity: 1;
}
.nos_actualites_sec .actualites_box a.pic_sec.big{
    height: 570px;
}
.nos_actualites_sec .actualites_box h6.date{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.nos_actualites_sec .actualites_box h6.date img.calender{
    width: 16px;
    margin-right: 12px;
}
.nos_actualites_sec .actualites_box h4{
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    
}

.nos_actualites_sec .actualites_box h4 a{
    color: #000;
    text-decoration: none;
}




/**realisation_details page css starts**/

.realisation_projectdetails{
    padding-bottom: 100px;
}
.realisation_projectdetails .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    height: 700px;*/
height: 320px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 55px;
}

.projectdetails{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
  display: block !important;
}
.projectdetails ul {
    padding-left: 0px;
}


.projectdetails li{
  margin-left: 20px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}

.projectdetails li a{
  font-weight: 600;
  padding:12px 5px;
  color: #000;
  position: relative;
  line-height: normal;
  display: block;
  
  text-decoration: none;
}

.projectdetails li a:hover{
  color: #666;
}
.projectdetails p strong {
    display: block;
    padding-top: 15px;
}
.projectdetails li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 1px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}

.projectdetails li a:hover{
    text-decoration: none;
    color: #666;
}





.realisation_projectdetails .about_project ul.features {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 30px 20px 30px;
    background-color: #eff3f7;
    border-radius: 15px;
}


.realisation_projectdetails .about_project ul.features li {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 22px;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
/*    text-transform: capitalize !important;*/
}
.realisation_projectdetails .about_project ul.features li span{
    font-weight: 500;
    padding-left: 4px;
}



.projectimages_sec{
    padding-bottom: 80px;
}
.projectimages_sec .row{
    padding-top: 10px;
}
.projectimages_sec .project_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 370px;
    position: relative;
    border-radius: 20px;
    transition: .25s;
}
.projectimages_sec .project_pic .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(6, 11, 53, 0.5);
    transition: .25s;
    opacity: 0; 
}
.projectimages_sec .project_pic:hover .overlay{
    opacity: 1;
}
.owl-theme.projectpic_slider .owl-nav{
    margin-top: 0;
    display: none;
}
.owl-theme.projectpic_slider .owl-dots{
    margin-top: 0;
    display: none;
}



/**contact_page css starts**/

.contact_option_sec{
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #f7f7f7;
}
.contact_option_sec .box{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.contact_option_sec .box .icon{
    width: 45px;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
}
.contact_option_sec .box .icon img{
    width: 100%;
    filter: invert(100%);
}
.contact_option_sec .box .txt a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: .25s;
}

.contact_option_sec .box .txt a:hover{
    color: #000;
}

/*
.contact_option_sec .box .txt a.phn{
    font-size: 29px;
    font-weight: 600;
}
*/
.contact_option_sec .box .txt a span{
    display: block;
}

.contactform .sec_heading.title {
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactform_sec{
    padding-top: 90px;
    padding-bottom: 105px;
}
.contactform_sec .request {
    font-size: 15px;
}

.contactform_sec .contactform .formbold {
    margin-bottom: 12px;
}
.contactform_sec .contactform .formbold-form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 0px;
    padding-left: 30px;
    background-color: #f3f2f2;
}
.contactform_sec .contactform .formbold-form-input:focus{
    outline: none;
    border: 0px;
    box-shadow: nome;
}
.contactform_sec .contactform .formbold-form-input::placeholder{
    font-size: 17px;
    color: #4d4d4d;
}
.contactform_sec .contactform .formbold textarea#message {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}

.contactform_sec .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contactform_sec .contactform .formbold span.file_type {
    display: block;
    font-size: 18px;
    color: #4d4d4d;
}
.contactform_sec .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    color: #4d4d4d;
}
.contactform_sec .contactform .formbold img.pdf_icon {
    margin-right: 6px;
}
.contactform_sec .contactform .formbold.pdf_upload {
    margin-top: 10px;
    margin-bottom: 40px !important;
    display: block;
}
.contactform_sec .contactform .formbold label.form-check-label {
    font-size: 17px;
    color: #4d4d4d;
}
.contactform_sec .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 5px;
}
.contactform_sec .form-check.formbold.check_box {
    margin-top: 6px;
}
.contactform_sec .contactform.col-lg-12{
    padding-top: 20px;
}
.contactform_sec .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #af0208;
    border: 0px solid #000;
    border-radius: 7px;
    margin-right: auto;
    transition: .25s;
    margin-top: 45px;
}
.contactform_sec .contactform button.formbold-btn img {
    width: 20px;
    height: auto;
    margin-left: 12px;
    transition: .25s;
}
.contactform_sec .contactform button.formbold-btn:hover {
    background: linear-gradient(135deg, #072e57, #051f42);
    color: #FFF;
}
/*.contactform_sec .contactform button.formbold-btn:hover img{
    filter: invert(1);
}
*/







.partnercat_container{
    padding-bottom:70px;
    padding-top: 50px;
}

.partnercat_container .heading{
    display: flex;
    margin-bottom: 30px;
    column-gap: 10px;
    align-items: center;
}

.partnercat_container .heading h2{
    margin-bottom: 0px;
    font-size: 40px;
}


.h_icon_box{
    width: 40px;
    height: 40px;
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left center;
}


.logo-items{
     display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      grid-auto-rows: minmax(100px, auto);
}
.itemsbox{
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.itemsbox img{
    max-width: 220px;
    max-height: 130px;
    width: auto;
    height: auto;
}




.video-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  z-index: -1;
}

video#bgVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

/* Loader styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.NosServices2nd{
    padding-top: 60px;
    padding-bottom: 60px;
}

.NosServices2nd .NosServicescolLinks{
    border-radius: 20px;
    color: #000;
    text-decoration: none;
    transition: .25s;
}

.NosServices2ndPicture{
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 410px;
    transition: .7s;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
    padding: 30px;
}

.NosServices2ndContent{
    position: relative;
    bottom: -300px;
    left: 0px;
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
    transition: .25s;
}


.NosServicescolLinks{
    position: relative;
}

.NosServices2nd .NosServicescolLinks:hover .NosServices2ndContent{
    bottom: 0px;
}

.realisation_sec .sec_title h2{
        font-size: 48px;
    
    color: #000;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 700;
    
}



h1.entry-title{
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.NosServices2ndContent h2{
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
}


.nos_actualites_sec h3{
     background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    text-align: center;
}


.InnerBannerContainer{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.InnerBannerContainer .container{
    position: relative;
    z-index: 2;
}

.InnerBannerContainer:after{
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #072e57, rgba(0, 0, 0, 0.0));
    position: absolute;
    z-index: 1;
    content: '';
    top: 0px;
    left: 0px;
}

.InnerBannerContainer h1{
    color: #FFF;
}


.InnerBannerContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.BannerBottomContainer{
    background-color: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.BannerBottomContainer h2{
    font-size: 36px;
    line-height: 44px;
}

.BannerBottomContainer p{
    font-size: 18px;
    line-height: 26px;
}

.BannerBottomContainer a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #af0208;
    padding: 8px 33px 10px;
    transition: .25s;
    letter-spacing: -1px;
    transition: .25s;
    border: 0px solid #000;
    margin-left: auto;
    display: block;
    width: 210px;
    text-align: center;
}

.BannerBottomContainer h2{
    margin-bottom: 35px;
}

.BannerBottomContainer p{
    margin-bottom: 0px;
}

.dmRespColsWrapperitem{
    position: relative;
}

.dmRespColsWrapperitemPicture{
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 0px;
}


.dmRespColsWrapperitemright{
    margin-left: auto;
    padding-top: 150px;
    padding-bottom:150px;
}

.dmRespColsWrapperitemright h5{
    font-size: 18px;
    font-weight: 700;
    color: #af0208;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    padding-bottom: 7px;
    border-bottom: 2px #af0208 solid;
    margin-bottom: 20px;
    display: inline-flex;
}

.dmRespColsWrapperitemright h2{
    font-size: 42px;
    margin-bottom:40px;
}

.dmRespColsWrapperitemright a{
    color: #000;
}

.dmRespColsWrapperitemright .btn-light{
    padding: 12px 25px;
    background: linear-gradient(135deg, #072e57, #051f42);
    margin-top: 20px;
    color: #FFF;
}

.dmRespColsWrapperitemright .btn-light .fa{
    margin-left: 10px;
} 
.dmRespColsWrapperitemrightCont{
    padding: 50px;
}

.dmRespColsWrapperitem:nth-child(even) .dmRespColsWrapperitemPicture{
    left: auto;
    right: 0px;
}

.dmRespColsWrapperitem:nth-child(even) .dmRespColsWrapperitemright{
    margin-left: 0px;
}



@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 10px;
        border: 0px;
        padding: 15px 15px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
        padding: 15px;
    }
    .dropdown-item.active, .dropdown-item:active{
        background: linear-gradient(135deg, #072e57, #051f42);
    }
    .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    vertical-align: middle;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' stroke='currentColor' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    border: none; /* remove Bootstrap triangle */
}
    
}


.domaines-dexpertise{
    padding-top: 70px;
    padding-bottom: 70px;
}

.domaines-dexpertise h5{
    font-size: 18px;
    font-weight: 700;
    color: #af0208;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    padding-bottom: 7px;
    border-bottom: 2px #af0208 solid;
    margin-bottom: 20px;
    display: inline-flex;
}

.domaines-dexpertise h2{
    font-size: 27px;
    margin-bottom: 30px;
}

.domaines-dexpertise .box{
    background: #f2f2f2;
    color: #000;
    text-decoration: none;
    padding: 30px;
    display: block;
    transition: .5s;
}

.domaines-dexpertise .box:hover{
    background: linear-gradient(135deg, #072e57, #051f42);
    color: #FFF;
}

.domaines-dexpertise .box .textbottom{
    font-size: 16px;
}

.domaines-dexpertise .box h3{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
}


.villes-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #af0208;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    padding-bottom: 7px;
    border-bottom: 2px #af0208 solid;
    margin-bottom: 20px;
    display: inline-flex;
}
.villes-section h2{
       font-size: 42px;
    margin-bottom: 40px;
}

.villes-section-content{
    padding-left: 30px;
}

.villes-section-picture{
    height: 750px;
}

.villes-section-picture img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.villes-section:nth-of-type(even) .villes-section-left {
    order: 2;
}


.villes-section:nth-of-type(even) .villes-section-right {
    order: 1;
}

.villes-section:nth-of-type(even) .villes-section-right .villes-section-content{
    padding-left: 0px;
    padding-right: 30px;
}


.features-section {
    /*background: #f5f5f5;*/
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-box .icon {
    width: 50px;
    height: 50px;
    background: #f8d7da;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.feature-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/* Active (red box) */
.feature-box.active {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

.feature-box.active .icon {
    background: rgba(0,0,0,0.2);
    color: #000;
}

.villes-section h2, .domaines-dexpertise h2, .dmRespColsWrapperitemright h2{
    background: linear-gradient(135deg, #072e57, #051f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.domaines-dexpertise .box:hover h2{
    color: #FFF;
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #FFF;
}

.navbar-expand-lg .navbar-nav .menu-item:last-child{
    display: none;
}
