/*!
Theme Name: teameighteen
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: teameighteen
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.

teameighteen 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
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/* 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;
}





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



/*
font-family: 'Mulish', sans-serif;
font-family: 'Saira Semi Condensed', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/



body{
    font-family: 'Mulish', sans-serif;
	font-size: 18px;
	color: rgba(28, 28, 28, 0.7);
	font-weight: 400;
}










.header_top{
    background-color: #fff;
    padding: 8px 0px;
}
.header_top .left_side ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.header_top .left_side ul li:first-child{
    margin-right: 45px;
}
.header_top .left_side ul li a{
    font-family: 'Mulish', sans-serif;
	font-size: 14px;
	color: #000;
    line-height: 18px;
	font-weight: 400;
    text-decoration: none;
    transition: .25s;
    display: none;
}
.header_top .left_side ul li a:hover{
    color: rgba(0, 0, 0, 0.8);
}
.header_top .left_side ul li a img{
    width: 15px;
    height: auto;
    margin-right: 10px;
}
.header_top .left_side ul li a img.location{
    height: 18px;
    margin-bottom: 3px;
}
.header_top .left_side ul li a.first{
    position: relative;
}
.header_top .left_side ul li a.first img{
    width: 17px;
    height: 17px;
}
.header_top .left_side ul li a.first::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #000;
    top: 0px;
    right: -30px;
}


.header_top .right_side{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_top .right_side .button a img{
    width: 20px;
    padding-bottom: 3px;
    transition: .25s;
}
.header_top .right_side .social_icons{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;

}
.header_top .right_side .social_icons li{
    margin-left: 25px;
}
.header_top .right_side .social_icons li a img{
    width: 15px;
    height: auto;
    opacity: 1;
    padding-bottom: 5px;
}

.header_top .right_side .social_icons li a:hover img{
   filter: invert(24%) sepia(55%) saturate(3056%) hue-rotate(350deg) brightness(94%) contrast(84%);
}












.header_nav {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 100%;
    z-index: 3;
}
.header_nav .container{
    background-color: #fff;
    padding: 12px 15px;
    box-shadow: 0px 12px 29px 14px rgba(30, 28, 30, 0.09);
}
.header_nav .logo{
    width: 140px;
    height: auto;
    
}
.header_nav .logo img{
    width: 100%;
}
.header_nav .nav_menu ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.header_nav .nav_menu ul li{
    margin-left: 22px;
    margin-right: 22px;
}

.header_nav .nav_menu ul li.one{
    margin-left: 0px;
}
.header_nav .nav_menu ul li a{
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #000a30;
    position: relative;
    transition: .25s;
    
}
.header_nav .nav_menu ul li a::before{
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #0e4b99;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    opacity: 0;
    transition: .25s;
}

.header_nav .nav_menu ul li a:hover, .header_nav .nav_menu ul li.current-menu-item a{
    color: #0e4b99;
}
.header_nav .nav_menu ul li a:hover::before, .header_nav .nav_menu ul li.current-menu-item a:before{
    opacity: 1;
}





.header_nav .right_side{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav_menu{
    flex: 1;
}
.header_nav .nav_menu ul{
    justify-content: space-between;
}
.header_nav .contact_btn{
    background-color: #FFF;
    margin-left: 20px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    transition: .25s;
    border-left: 1px #ccc solid;
    width: 220px;
}
.header_nav .contact_btn:hover{
    background-color: #c22b25;
}
.header_nav .contact_btn a img.phone{
    width: 25px;
    height: auto;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 2px;
}

.header_nav .contact_btn:hover img.phone{
    filter: invert(100%);
}


.header_nav .contact_btn p {
    margin-bottom: 0px;
    margin-left: 10px;

}
.header_nav .contact_btn p a{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 400;
    line-height: 27px;
    text-decoration: none;
    
}
.header_nav .contact_btn p a span{
    display: block;
    font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 27px;
}


.header_nav .contact_btn:hover p a span{
    color: #FFF;
}






/**banner_sec css starts**/
.banner_sec{
    padding-top: 55px;
}
.banner_sec .Banner_pic{
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 690px;
    position: relative;
}
.banner_sec .Banner_pic .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.banner_sec .Banner_pic .BannerText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}
.banner_sec .Banner_pic .BannerText .logo{
    width: 175px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: none;
}
.banner_sec .Banner_pic .BannerText .logo img{
    width: 100%;
}
.banner_sec .Banner_pic .BannerText h1{
    font-size: 70px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 75px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.banner_sec .Banner_pic .BannerText p{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #fff;
	font-weight: 400;
    line-height: 25px;
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
}
.banner_sec .Banner_pic .BannerText .button{
    margin-top: 45px;
}
.banner_sec .Banner_pic .BannerText .button a{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
	color: #fff;
	font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #c22b25;
    padding: 15px 25px;
    text-decoration: none;
    transition: .25s;
}
.banner_sec .Banner_pic .BannerText .button a:hover{
    background-color: #20b3e7;
}

.banner_sec .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 0px;
    color: #fff;
}
.banner_sec .owl-carousel .owl-nav .owl-next{
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    outline: none;
    width: 55px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: none;
    border-radius: 0;
}
.banner_sec .owl-carousel .owl-nav .owl-prev{
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    outline: none;
    width: 55px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 0;
}
.banner_sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}



/**qui_sommes_nous_sec css starts**/
.qui_sommes_nous_sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.qui_sommes_nous_sec .text_sec h6{
    margin-bottom: 15px;
    margin-left: 15px;
    display: none;
}
.qui_sommes_nous_sec .text_sec h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 25px;
}
.qui_sommes_nous_sec .text_sec h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.qui_sommes_nous_sec .text_sec h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    
}
.qui_sommes_nous_sec .text_sec h2 span{
    color: #c22b25;
    position: relative;
}
.qui_sommes_nous_sec .text_sec h2 span::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.qui_sommes_nous_sec .text_sec p{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: rgba(0,0,0,0.7);
	font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.qui_sommes_nous_sec .facilities_box{
    max-width: 550px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.qui_sommes_nous_sec .facilities_box:first-child{
    margin-top: 20px;
}
.qui_sommes_nous_sec .facilities_box .icon_first{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #e8f3fe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    float: left;
}
.qui_sommes_nous_sec .facilities_box .icon_first img{
    width: 35px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.qui_sommes_nous_sec .facilities_box .details{
    margin-left: 105px;
}
.qui_sommes_nous_sec .facilities_box .details h4{
    font-size: 25px;
    line-height: 35px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #000;
    
}
.qui_sommes_nous_sec .facilities_box .details p{
    font-size: 18px;
    line-height: 28px;
}
.qui_sommes_nous_sec .facilities_box .icon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f8e3e7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    float: left;
}
.qui_sommes_nous_sec .facilities_box .icon img{
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}




.qui_sommes_nous_sec .picture_sec{
    position: relative;
}
.qui_sommes_nous_sec .picture_sec .picture_boxes{
    padding: 0px;
}
.qui_sommes_nous_sec .picture_sec .picture_boxes:nth-child(2){
    margin-top: 50px;
}
.qui_sommes_nous_sec .picture_sec .pic_box{
    height: 328px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.qui_sommes_nous_sec .picture_sec .pic_box.small{
    height: 289px;
}
.qui_sommes_nous_sec .picture_sec .pic_box.small img{
    height: 279px;
}
.qui_sommes_nous_sec .picture_sec .pic_box img{
    width: 100%;
    height: 318px;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c22b25;
    text-align: center;
    padding: 20px 44px;
    border: 7px solid rgba(255, 255, 255, 0.75);
    max-width: 200px;
    overflow: hidden;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box .logo{
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box .logo img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box h6 span{
    display: block;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box span.number{
    font-size: 45px;
    line-height: 30px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.qui_sommes_nous_sec .picture_sec .floated_no_box h6{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
	color: #fff;
	font-weight: 600;
    line-height: 21px;
}
.header_nav.sticky .container{
    box-shadow: none;
}




/**services_sec css starts**/
.services_sec{
    position: relative;
    min-height: 550px;
}
.services_sec .picture_sec{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 1;
}
.services_sec .ms-auto{
    margin-left: auto!important;
}

.services_sec .text_sec{
    padding-left: 30px;
}
.services_sec .text_sec h6{
    margin-bottom: 15px;
    margin-left: 15px;
}
.services_sec .text_sec h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 25px;
}
.services_sec .text_sec h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.services_sec .text_sec h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    
}
.services_sec .text_sec h2 span{
    color: #c22b25;
    position: relative;
}
.services_sec .text_sec h2 span::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.services_sec .text_sec p{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: rgba(0,0,0,0.7);
	font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}


.services_sec .services_box{
    background-color: #f1f4f9;
    min-height: 324px;
    margin-left: -200px;
    position: relative;
    z-index: 3;
    padding: 25px 30px;
    margin-bottom: -65px;
    margin-top: 25px;
}
.services_sec .services_box .top_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.services_sec .services_box .top_sec::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 101px;
    background-color: #e6e6e8;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
}
.services_sec .services_box .top_sec .box{
    width: 48%;
    max-width: 48%;
    flex: 0 0 48%;
    margin-top: 30px;
    position: relative;
}
.services_sec .services_box .top_sec .box::after{
    content: '';
    position: absolute;
    width: 345px;
    height: 1px;
    background-color: #e6e6e8;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.services_sec .services_box .top_sec .box:last-child{
    
}
.services_sec .services_box .bottom_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.services_sec .services_box .bottom_sec::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 101px;
    background-color: #e6e6e8;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
}
.services_sec .services_box .bottom_sec .box{
    width: 48%;
    max-width: 48%;
    flex: 0 0 48%;
    margin-top: 30px;
}
.services_sec .services_box .box .icon{
    width: 50px;
    height: auto;
    margin-right: 15px;
    float: left;
}
.services_sec .services_box .box .icon img{
    width: 100%;
}
.services_sec .services_box .box .text{
    margin-left: 65px;
}
.services_sec .services_box .box .text h6{
    font-size: 25px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    margin-left: 0px;
}


/**counting_sec starts**/
.counting_sec{
    background-color: #c22b25;
    padding-top: 120px;
    padding-bottom: 60px;
}
/*
.counting_sec .container{
    max-width: 1200px;
}
*/
.counting_sec .container .box{
    text-align: center;
    position: relative;
}
.counting_sec .container .box::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 1px;
    height: 149px;
    background-color: rgba(255, 255, 255, 0.5);
}
.counting_sec .container .box.last::before{
    display: none;
}
.counting_sec .container .box .number{
    position: relative;
}
.counting_sec .container .box .number h5{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    z-index: 3;
    position: relative;
    margin-bottom: 20px;
}
.counting_sec .container .box .number .circle{
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background-color: #ff746e;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: -15px;
}
.counting_sec .container .box .number .circle span{
    font-size: 25px;
    color: #fff;
}
.counting_sec .container .box h6{
    font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    
}





/**realisation_sec css starts**/
.realisations_sec{
    padding-top: 90px;
    padding-bottom: 40px;
    
}
.realisations_sec .heading{
    text-align: center;
    margin-bottom: 55px;
}

.realisations_sec .heading h6{
    margin-bottom: 15px;
    display: none;
}
.realisations_sec .heading h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 25px;
}
.realisations_sec .heading h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.realisations_sec .heading h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    
}
.realisations_sec .heading h2 span{
    color: #c22b25;
    position: relative;
}
.realisations_sec .heading h2 span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}

.realisations_sec .realisation_slider .owl-nav{
    display: none;
    margin-top: 0px;
}

.realisations_sec .realisation_slider .box{
    background-size: cover;
    background-position: center center;
}


.realisations_sec .owl-carousel .owl-dots{
    display: none;
}

.realisations_sec .box .image_part{
    position: relative;
}
.realisations_sec .box .image_part img{
    height: 350px;
}
.realisations_sec .box .image_part .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .25s;
}

.realisations_sec .box .text span.category{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
    line-height: 30px;
    display: block;
    
}
.realisations_sec .item{
    position: relative;
    margin-bottom: 80px;
}
.realisations_sec .box:hover .overlay{
    opacity: 0;
    transition: .25s;
}
.realisations_sec .box:hover .text{
    opacity: 1;
    transition: .25s;
}
.realisations_sec .box .text{
    width: 85%;
    background-color: #fff;
    padding: 20px;
    margin-left: 25px;
    position: absolute; 
    bottom: -95px;
    box-shadow: 0px 1px 10px 10px rgba(30, 28, 30, 0.12);
    opacity: 1;
    transition: .25s;
}
.realisations_sec .box .text h6{
    font-size: 25px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    
}
.realisations_sec .box .text::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 10px;
    background-color: #e8ac39;
    bottom: -10px;
    left: 20px;
    right: 20px;
    transition: .25s;
}
.realisations_sec .box:hover .text::after{
    background-color: #c22b25;
}
.realisations_sec .box .text .arrow{
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    width: 63px;
    height: 58px;
    align-items: center;
    float: right;
    margin-top: -48px;
}
.realisations_sec .box .text .arrow::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #c22b25;
    border-radius: 50%;
}
.realisations_sec .box .text .arrow img{
    width: 14px;
    height: auto;
    position: relative;
    z-index: 3;
}
/*.header_nav .nav_menu ul li:first-child {
    margin-left: 0px;
}
*/



/**blog_sec css starts**/
.blog_sec{
    padding-top: 50px;
    padding-bottom: 80px;
}
.blog_sec .heading{
    margin-bottom: 40px;
}
.blog_sec .heading h6{
    margin-bottom: 20px;
    margin-left: 12px;
    display: none;
}
.blog_sec .heading h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 15px;
}
.blog_sec .heading h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.blog_sec .heading h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    
}
.blog_sec .heading h2 span{
    color: #c22b25;
    position: relative;
}
.blog_sec .heading h2 span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}


.blog_sec .blog_box{
    border: 1px solid #e3e3e3;
    padding: 20px;
    position: relative;
}
.blog_sec .blog_box .image_sec{
/*    height: 240px;*/
}
.blog_sec .blog_box .image_sec img{
    width: 100%;
    height: auto;
}
.nous_rejoindre_sec .picture_part img {
    width: 100%;
}
.blog_sec .blog_box .details_sec{
    padding: 20px 20px;
}
.blog_sec .blog_box .details_sec ul{
    padding-left: 0px;
    list-style-type: none;
}
.blog_sec .blog_box .details_sec ul li img{
    width: 16px;
    height: auto;
    margin-right: 11px;
}
.blog_sec .blog_box .details_sec ul li span{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
    line-height: 27px;
}
.blog_sec .blog_box .details_sec h5{
    font-size: 25px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    margin-bottom: 15px;
    transition: .25s;
    
}
.blog_sec .blog_box:hover .details_sec h5{
    color: #c22b25;
}
.blog_sec .blog_box .details_sec .button{
    min-width: 150px;
}
.blog_sec .blog_box .details_sec .button a{
    font-size: 18px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 500;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    text-decoration: none;
}
.blog_sec .blog_box .details_sec .button a::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.7);
}
.blog_sec .blog_box .details_sec .button a:hover{
    margin-left: 5px;
}
.blog_sec .blog_box .skew{
    position: absolute;
    right: 30px;
    bottom: -20px;
    z-index: 3;
}
.blog_sec .blog_box .skew h6 span{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 600;
    line-height: 30px;
    position: relative;
    padding: 8px 20px;
}
.blog_sec .blog_box .skew h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}




/**nous_rejoindre_sec starts**/
.nous_rejoindre_sec{
/*    background-image: url(images/nous_rejoindre_sec_bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(194, 43, 37, 0.89);
    height: auto;
    padding: 100px 0px;
    
}
.nous_rejoindre_sec .left{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nous_rejoindre_sec .right .text_part {
    color: #fff;
    text-align: center;
    max-width: 1000px;
}
.nous_rejoindre_sec .right{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.nous_rejoindre_sec .text_part h6{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
    display: none;
}
.nous_rejoindre_sec .text_part h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 8px 30px;
    z-index: 2;
    
}
.nous_rejoindre_sec .text_part h6::after{
    content: '';
    position: absolute;
    width: 197px;
    height: 39px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: skewX(-30deg);
    z-index: 1;
}
.nous_rejoindre_sec .text_part h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.nous_rejoindre_sec .text_part h2 span{
    color: #fff;
    position: relative;
    display: inline-block;
}
.nous_rejoindre_sec .text_part h2 span::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0px;
    bottom: 10px;
}
.nous_rejoindre_sec .text_part p{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    max-width: 670px;
}
.nous_rejoindre_sec .text_part .button{
    margin-top: 20px;
}
.nous_rejoindre_sec .text_part .button a{
    font-size: 18px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: .25s;
}
.nous_rejoindre_sec .text_part .button a:hover{
    padding-left: 5px;
}
.nous_rejoindre_sec .text_part .button a::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    left: 0px;
    bottom: 2px;
    background-color: #fff;
}
.nous_rejoindre_sec .text_part .button a img{
    width: 14px;
    height: auto;
    margin-left: 10px;
    filter: invert(1);
}






/**contactez_nous_sec css starts**/
.contactez_nous_sec{
    padding-top: 80px;
    
}
.contactez_nous_sec .heading{
    text-align: center;
    margin-bottom: 45px;
}


.contactez_nous_sec .heading h6{
    margin-bottom: 15px;
    display: none;
}
.contactez_nous_sec .heading h6 span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 25px;
}
.contactez_nous_sec .heading h6 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.contactez_nous_sec .heading h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    
}
.contactez_nous_sec .heading h2 span{
    color: #c22b25;
    position: relative;
}
.contactez_nous_sec .heading h2 span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.contactez_nous_sec .left{
    padding-right: 0px;
    background-color: #1c1c1c;
    box-shadow: 0px 10px 30px 0px rgba(30, 28, 30, 0.44);
}


.contactez_nous_sec .right{
    padding-left: 0px;
    background-color: rgba(238, 238, 238, 0.7);
}
.contactez_nous_sec .text_sec{
    
    padding: 40px 40px 10px 40px;
}
.contactez_nous_sec .text_sec h3{
    font-size: 32px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 49px;
    font-weight: 600;
    color: #000;
    
}
.contactez_nous_sec .text_sec p{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
}
.contactez_nous_sec .text_sec .map_pic{
    background-color: rgba(238, 238, 238, 0.7);
    background-size: cover;
    background-blend-mode: multiply;
}
.contactez_nous_sec .text_sec .map_pic img{
    width: 100%;
    height: auto;
}


.contactez_nous_sec .form_box{
    padding: 60px 40px 50px 40px;
    
}
.contactez_nous_sec .form_box h3{
    font-size: 35px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    
}
.contactez_nous_sec .form_box .button{
    margin-top: 35px;
}
.contactez_nous_sec .form_box .button a{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 21px;
    background-color: #c22b25;
    transition: .25s;
    
}
.contactez_nous_sec .form_box .button a:hover{
    background-color: #20b3e7;
}
/**contact_form css***/
.cont_main_section_form{
    margin: 0;
    width: auto;
    height: auto;
    background: #1c1c1c;
}
.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: #fff;
    background-color: #424242;
    line-height: 25px;
    border-radius: 0;
    font-weight: 500;
    border: none;
}
.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;
    text-transform: uppercase;
}
.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: 10px;
}

.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;
}

.inputText{
    width: 100%;
    height: 50px;
    border-radius: 0px;
    background: #424242;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    font-family: 'Conv_Futura Book font';
    color: #111;
    margin-bottom: 10px;
    border: none;
}
.inputText:focus{
    border: 0px;
    outline: 0px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 11px;
    transition: 0.2s ease all;
    font-size: 18px;
    font-weight: 500 !important;
    color: #000000;
}
.floating-border{
  display:block;
  width: 0%;
  height: 2px;
  background-color: #00adef;
  position: absolute;
  bottom: 15px;
  transition: 0.5s ease all;
}
.inputtextarea{
    height: 140px;
}
.custom-checkbox span{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}




/**contact_content_sec**/
.contact_content_sec{
    padding-top: 50px;
    padding-bottom: 35px;
}
.contact_content_sec .left_part{
    float: left;
    margin-right: 25px;
    display: flex;
}
.contact_content_sec .left_part .phone_icon{ 
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #c22b25;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content_sec .left_part .phone_icon img{ 
    width: 30px;
    height: auto;
    margin: 0 auto;
}
.contact_content_sec .left_part .circle{ 
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(images/contact_sec_round_pic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: -18px;
}


.contact_content_sec .right_part{
    padding-left: 70px;
    position: relative;
}
.contact_content_sec .right_part::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 5px;
    height: 88px;
    background-color: #000;
}
.contact_content_sec .right_part h6{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}
.contact_content_sec .right_part a{
    font-size: 42px;
    line-height: 59px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #f6b63c;
    text-decoration: none;
}

.contact_content_sec .text p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact_content_sec .col-lg-8{
    display: flex;
    align-items: center;
    padding-right: 20px;
}





/**footer_sec css starts**/
.footer_sec{
    background-color: #086097;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    overflow: hidden;
}
.footer_sec .footer_logo{
    width: 140px;
    height: auto;
    margin-bottom: 20px;
}
.footer_sec .footer_logo img{
    width: 100%;
    height: auto;
}
.footer_sec p{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
}
.footer_sec .social_icons ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer_sec .social_icons ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 8px;
}
.footer_sec .social_icons ul li a{
    text-decoration: none;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: .25s;
}
.footer_sec .social_icons ul li a:hover{
    background-color: #fff;
    
}
.footer_sec .social_icons ul li a img.icon{
    width: 14px;
    height: auto;
    margin: 0 auto;
}
.footer_sec .social_icons ul li a:hover img.icon{
    filter: invert(100%);
}


.footer_sec .right_side{
    padding-left: 60px;
}
.footer_sec .right_side .box h6{
    font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    
}
.footer_sec .right_side .box ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.footer_sec .right_side .box ul li{
    padding: 3px 0px;
    position: relative;
}
.footer_sec .right_side .box ul li a{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    transition: .25s;
}
.footer_sec .right_side .box ul li a:hover{
    color: rgba(255, 255, 255, 1);
}
.footer_sec .right_side .box ul li a img.icon{
    position: absolute;
    width: 15px;
    height: auto;
    left: -30px;
    top: 12px;
}
















/*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: rgba(28, 28, 28, 0.9);
    text-decoration: none;
}
.copyright a:hover{
}
.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-family: 'Mulish', sans-serif;
	font-size: 18px;
	color: rgba(28, 28, 28, 0.9);
	font-weight: 400;
    
}


@-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*/

/*sticky menu css*/
.header_nav.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;
}
.header_nav.sticky::before{
    display: none;
}
.header_nav.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.header_nav.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: 12px;
    right: 39px;
    height: 72px;
    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: 9999;
    background-color: transparent;
    color: #fff !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: 1rem;
/*
    height: 50px;
    line-height: 50px;
*/
    padding: 15px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    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: 9999;
}


.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 99;
}
.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;
}















/**innerpage css starts**/



/**nos_actualites innerpage css starts**/
    .innerpage_banner_sec {
        padding-top: 55px;
    }
    .innerpage_banner_sec .Banner_pic{
        background-image: url(images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 400px;
        position: relative;
    }
    .innerpage_banner_sec .Banner_pic .overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
    }
    .innerpage_banner_sec .Banner_pic .BannerText{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 3;
        width: 85%;
    }
    .innerpage_banner_sec .Banner_pic .BannerText h1{
        font-size: 60px;
        font-family: 'Saira Semi Condensed', sans-serif;
        line-height: 70px;
        font-weight: 600;
        color: #fff;
    }
.innerpage_banner_sec .Banner_pic .BannerText ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.breadcrumbsContainer .breadcrumbs.entry-breadcrumb a{
    color: #c22b25;
}
.breadcrumbsContainer .breadcrumbs.entry-breadcrumb {
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 30px;
    display: none;
}
.breadcrumbsContainer .breadcrumbs.entry-breadcrumb span.bc-sep {
    width: 40px;
    display: inline-block;
    text-align: center;
}

.blog_sec.inner{
    padding-top: 80px;
    padding-bottom: 70px;
}
.blog_sec.inner .blog_box {
    margin-bottom: 40px;
}
.pagination_sec{
    padding-bottom: 80px;
}
.pagination_sec .pagination{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}






/**nos_realisations_innerpage css starts*/
.realisations_sec.inner{
    padding-bottom: 30px;
    padding-top: 80px;
}
.realisations_sec.inner .box .image_part img{
    width: 100%;
}
.realisations_sec.inner .box{
    margin-bottom: 140px;
    position: relative;
}
.realisations_sec.inner .heading h2{
    margin-bottom: 30px;
}
.realisations_sec.inner .box .text{
    z-index: 3;
    bottom: -80px;
}
.realisations_sec.inner .box .text .arrow{
    width: 63px;
    height: 58px;
}

.realisations_sec.inner .heading ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    display: none;
}
.realisations_sec.inner .heading ul li{
    position: relative;
}
.realisations_sec.inner .heading ul li a{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #f6b63c;
    line-height: 32px;
    text-decoration: none;
    margin-bottom: 0px;
    transition: .25s;
    
}
.realisations_sec.inner .heading ul li a span{
    position: relative;
    width: 167px;
    height: 42px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realisations_sec.inner .heading ul li::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transform: skewX(-30deg);
    z-index: 1;
    border: 1px solid #f6b63c;
    transition: .25s;
}
.realisations_sec.inner .heading ul li:hover::after{
    
    background-color: #f6b63c;
}
.realisations_sec.inner .heading ul li a:hover{
    color: #000;
}
.realisations_sec.inner .heading ul li{
    margin-right: 20px;
}














/**contact innerpage css starts**/
.contactez_nous_details_sec{
    padding-top: 70px;
    padding-bottom: 125px;
}
.contactez_nous_details_sec .left_sec h6 {
    margin-bottom: 15px;
    margin-left: 15px;
    display: none;
}
.contactez_nous_details_sec .left_sec h6 span {
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 8px 25px;
}
.contactez_nous_details_sec .left_sec h6 span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6b63c;
    transform: skewX(-30deg);
    z-index: -1;
}
.contactez_nous_details_sec .left_sec h2 {
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.contactez_nous_details_sec .left_sec h2 span {
    color: #c22b25;
    position: relative;
}
.contactez_nous_details_sec .left_sec h2 span::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.contactez_nous_details_sec .right_sec{
    padding-top: 15px;
}
.contactez_nous_details_sec .right_sec p{
    font-family: 'Mulish', sans-serif;
	font-size: 18px;
	color: rgba(28, 28, 28, 0.7);
	font-weight: 400;
    line-height: 28px;
}










.contactform_sec{
    padding-bottom: 130px;
}
.contactform_sec .container{
    max-width: 1400px;
    position: relative;
}
.contact_form{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}
.contact_form .text_contact{
    margin: 0;
    padding: 0;
    text-align: center;
}
.contact_form .text_contact h3{
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.contact_form .text_contact h6{
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}

.contact_form .form_box .cont_main_section_form{
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto;
    background: #ffffff;
}
.contact_form .form_box .cont_main_section_form .contect_form1{
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: auto;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input::placeholder{
    color: #1c1c1c;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .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;
}
.contact_form .form_box .cont_main_section_form .contect_form1 .form-control:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .cont_main_section_form .contect_form1 textarea{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
}
.contact_form .form_box .cont_main_section_form .contect_form1 textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .cont_main_section_form .contect_form1 textarea::placeholder{
    color: #111111;
}
.address_hg textarea{
    height: 100px;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm{
    margin-top: 25px;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button{
    margin: 0 auto;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    border: none;
    font-family: 'Poppins', sans-serif;
    background: #00adef;
    float: right;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button span{
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button:hover{
    transition: .25s;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #0093cc;
    transition: .25s;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button:hover::before{
     width: 100%;
}
.contact_form .form_box .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: 10px;
}

.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;
}

.inputText{
    width: 100%;
    height: 55px;
    border-radius: 0px;
    border: none;
    background: #424242;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
}
.inputText:focus{
    border: 0px;
    outline: 0px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 11px;
    transition: 0.2s ease all;
    font-size: 18px;
    font-family: 'Mulish', sans-serif; 
    font-weight: 400 !important;
    color: #fff;
}
.floating-border{
  display:block;
  width: 0%;
  height: 2px;
  background-color: #00adef;
  position: absolute;
  bottom: 15px;
  transition: 0.5s ease all;
}
.inputtextarea{
    height: 160px;
}



.contactform_sec .left_Sec{
    padding: 50px 50px;
    background-color: #c22b25;
    margin-right: -80px;
    z-index: 2;
}
.contactform_sec .left_Sec .box{
    margin-bottom: 35px;
    min-height: 90px;
}
.contactform_sec .left_Sec .box:last-child{
    margin-bottom: 0px;
}
.contactform_sec .left_Sec .box .content .circle{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #f6b63c;
    float: left;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactform_sec .left_Sec .box .content .circle .icon{
    width: 40px;
    height: 40px;
      
}
.contactform_sec .left_Sec .box .content .circle .icon img{
    width: 100%;
    margin: 0 auto;
    
}
.contactform_sec .left_Sec .box .content .text{
    margin-left: 105px;
}
.contactform_sec .left_Sec .box .content .text h6{
    font-size: 25px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}

.contactform_sec .left_Sec .box .content .text a{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}







.contact_form{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}
.contact_form .text_contact{
    margin: 0;
    padding: 0;
    text-align: center;
}
.contact_form .text_contact h3{
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.contact_form .text_contact h6{
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}

.contact_form .form_box .cont_main_section_form{
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto;
    background: transparent;
}
.contact_form .form_box .cont_main_section_form .heading h2{
    font-size: 35px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.contact_form .form_box .cont_main_section_form .contect_form1{
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: auto;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input{
    width: 100%;
    background: #f9f9f8;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    font-size: 18px;
    font-family: 'Livvic', sans-serif;
    color: #111111;
    font-weight: 400;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input::placeholder{
    color: #1c1c1c;
}
.contact_form .form_box .cont_main_section_form .contect_form1 input:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .cont_main_section_form .contect_form1 .form-control{
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 50px !important;
    font-size: 18px;
    color: #fff;
    background-color: #424242;
    border: none;
    line-height: 25px;
    border-radius: 0;
    font-weight: 500;
}
.contact_form .form_box .cont_main_section_form .contect_form1 .form-control:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .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;
}
.contact_form .form_box .cont_main_section_form .contect_form1 textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_form .form_box .cont_main_section_form .contect_form1 textarea::placeholder{
    color: #111111;
}
.address_hg textarea{
    height: 100px;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm{
    margin-top: 25px;
}
.contact_form .form_box .cont_main_section_form .contact_text_btm .button{
    margin: 0 auto;
    padding: 12px 20px;
    text-decoration: none;
    line-height: 28px;
    color: #fff;
    transition: .25s;
    position: relative;
    display: block;
    border: none;
    font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 500;
    background-color: #c22b25;
    float: right;
    text-transform: uppercase;
}

.contact_form .form_box .cont_main_section_form .contact_text_btm .button:hover{
    transition: .25s;
}

.contactform_sec .container_fluid{
    max-width: 1400px;
}
.contactform_sec .right_section{
    padding: 25px 45px 40px 100px;
    background-color: #f1f4f9;
   /* width: 100%;*/
    position: relative;
    z-index: 1;
}
.contactform_sec .left_box{
    z-index: 2;
}
.map_sec{
    padding-top: 85px;
}









/**Offre d’emploi - Détails innerpage css starts**/

.offre_details_sec{
    padding-top: 80px;
    padding-bottom: 30px;
    
}
.offre_details_sec .text{
    margin-bottom: 25px;
}
.offre_details_sec .text h3{
    font-size: 35px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 20px;
    
}
.offre_details_sec .text h4{
    font-size: 25px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 15px;
    
}
.offre_details_sec .text h4 span{
    position: relative;
}
.offre_details_sec .text h4 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0px;
    bottom: 5px;
}
.offre_details_sec .text p{
    font-size: 18px;
    line-height: 30px;
}
.offre_details_sec .text p span{
    display: block;
}
.offre_details_sec .text ul{
    list-style-type: none;
    margin-bottom: 0px;
}
.offre_details_sec .text ul li{
    position: relative;
}
.offre_details_sec .text ul li span{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(28, 28, 28, 0.7);
}
.offre_details_sec .text ul li span img{
    width: 12px;
    height: auto;
    position: absolute;
    top: 10px;
    left: -20px;
}


.offre_details_sec .box{
    background-image: url(images/offre_demploi_boximage.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    position: relative;
    text-align: center;
    padding: 45px 20px 50px 20px;
    width: 100%;
    max-width: 445px;
    margin-right: auto;
    margin-left: auto;
}
.offre_details_sec .box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c22b25;
    z-index: -1;
    left: 0px;
    top: 0px;
}
.offre_details_sec .box h3{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 15px;
}
.offre_details_sec .box p{
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.offre_details_sec .box a{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-family: 'Saira Semi Condensed', sans-serif;
    text-decoration: none;
}
.offre_details_sec .box a span{
    font-size: 20px;
    position: relative;
    display: none;
}
.offre_details_sec .box a span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    background-color: #fff;
    bottom: 5px;
}
.offre_details_sec .box .button{
    margin-top: 40px;
}
.offre_details_sec .box .button a{    
    font-size: 16px;
    line-height: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: .25s;
}
.offre_details_sec .box .button a:hover{
    background-color: #f8b033;
    border: none;
}
.offre_details_sec .box .icon{
    width: 63px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.offre_details_sec .box .icon img{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
}




.inerpage_contactform_sec{
    margin-top: 20px;
    padding-bottom: 100px;
}
.inerpage_contactform_sec .form_box{
    padding: 40px 35px 35px 30px;
    border: 1px solid #e3e3e3;
}
.inerpage_contactform_sec .form_box h3{
    font-size: 35px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 25px;
}
.inerpage_contactform_sec .form_box .cont_main_section_form{
    background: #fff;
}
.inerpage_contactform_sec .form_box .inputText{
    background: #fff;
    border: 1px solid #e3e3e3;
}
.inerpage_contactform_sec .form_box .form-control{
    border: none;
}
.inerpage_contactform_sec .form_box .custom-checkbox span{
    font-size: 16px;
    line-height: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: rgba(28, 28, 28, 0.8);
    margin-left: 10px;
    
}
.inerpage_contactform_sec .form_box h6{
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 0px;
}
.inerpage_contactform_sec .form_box .captcha_btn_sec{
    margin-top: 25px;
}
.inerpage_contactform_sec .form_box .button{
    float: right;
}
.inerpage_contactform_sec .form_box .button a{
    font-size: 16px;
    line-height: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #c22b25;
    padding: 16px 21px;
    text-decoration: none;
    transition: .25s;
    
}
.inerpage_contactform_sec .form_box .button a:hover{
    background-color: #20b3e7;
}
.inerpage_contactform_sec .form_box .captcha_btn_sec .col-lg-6{
    display: flex;
    align-items: center;
}


/**nous_rejoindre innerpage css starts**/
.nous_rejoindre_innerpage_sec{
    padding-top: 75px;
    
}
.nous_rejoindre_innerpage_sec .container{
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 60px;
}
.nous_rejoindre_innerpage_sec .heading{
    padding-bottom: 60px;
    text-align: center;
}
.nous_rejoindre_innerpage_sec .heading h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.nous_rejoindre_innerpage_sec .heading h2 span{
    color: #c22b25;
    position: relative;
}
.nous_rejoindre_innerpage_sec .heading h2 span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.nous_rejoindre_innerpage_sec .text_sec h3{
    font-size: 35px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.nous_rejoindre_innerpage_sec .text_sec h3 span{
    display: block;
}
.nous_rejoindre_innerpage_sec .text_sec p{
    line-height: 29px;
}






.nous_rejoindre_innerpage_sec .image_sec{
    
}
.nous_rejoindre_innerpage_sec .image_sec img{
    width: 100%;
}




.blog_sec.rejoindre{
    padding-top: 65px;
}
.blog_sec.rejoindre .heading{
    text-align: center;
    margin-bottom: 55px;
}
.blog_sec.rejoindre .blog_box{
    margin-bottom: 30px;
    min-height: 515px;
}
.blog_sec.rejoindre .blog_box .details_sec {
    padding: 20px 25px;
}
.blog_sec.rejoindre .blog_box .details_sec h5{
    margin-bottom: 8px;
}
.blog_sec.rejoindre .blog_box .details_sec h6{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #f6b63c;
    display: none;
}
.blog_sec.rejoindre .blog_boxes{
    padding-bottom: 40px;
}
.blog_sec.rejoindre .btn_sec{
    text-align: center;
}
.blog_sec.rejoindre .btn_sec a{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #c22b25;
    text-decoration: none;
    padding: 16px 31px;
    transition: .25s;
}
.blog_sec.rejoindre .btn_sec a:hover{
    background-color: #20b3e7;
}







/**realiosation_details_innerpage starts**/
.realiosation_details_innerpage{
    padding-top: 85px;
    padding-bottom: 55px;
}
.realiosation_details_innerpage .image_sec img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.realiosation_details_innerpage .image_sec h2 {
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    max-width: 760px;
}
.realiosation_details_innerpage .image_sec h2 span {
    color: #c22b25;
    position: relative;
}
.realiosation_details_innerpage .image_sec h2 span::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.realiosation_details_innerpage .image_sec p{
    line-height: 30px;
    max-width: 850px;
}
.realiosation_details_innerpage .image_sec p.top{
    max-width: 850px;
}
.realiosation_details_innerpage .picture_box img{
    width: 100%;
    height: 250px;
    
}

.realiosation_details_innerpage .picture_box .box{
    background-size: cover;
}
.realiosation_details_innerpage .image_sec{
    position: relative;
    margin-bottom: 40px;
    min-height: 550px;
}
.realiosation_details_innerpage .image_sec .project_details_box{
    width: 437px; 
    height: 470px;
    background-color: #c22b25;
    position: absolute;
    right: 45px;
    top: 00px;
    padding: 50px 20px 25px 25px;
}
.realiosation_details_innerpage .image_sec .project_details_box h3{
    font-size: 30px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.realiosation_details_innerpage .image_sec .project_details_box h3 span{
    position: relative;
}
.realiosation_details_innerpage .image_sec .project_details_box h3 span::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0px;
    bottom: 5px;
}

.realiosation_details_innerpage .project_details_box .details ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
}
.realiosation_details_innerpage .project_details_box .details ul.blk{
    display: block;
}
.realiosation_details_innerpage .project_details_box .details ul li{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}
.realiosation_details_innerpage .project_details_box .details ul li strong{
    margin-right: 8px;
    font-size: 22px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 29px;
    font-weight: 600;
}






.realiosation_details_innerpage_service{
    padding-bottom: 60px;
}
.realiosation_details_innerpage_service .text_sec h2{
    font-size: 50px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.realiosation_details_innerpage_service .text_sec h2 span {
    color: #c22b25;
    position: relative;
}
.realiosation_details_innerpage_service .text_sec h2 span::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c22b25;
    left: 0px;
    bottom: 10px;
}
.realiosation_details_innerpage_service .text_sec p{
    line-height: 30px;
}
.realiosation_details_innerpage_service .services_boxes{
    padding-top: 35px;
}
.realiosation_details_innerpage_service .box{
    padding: 20px;
    border: 1px solid #e3e3e3;
    position: relative;
}
.realiosation_details_innerpage_service .box .icon{
    width: 75px;
    height: auto;
    margin-right: 15px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.realiosation_details_innerpage_service .box .icon img{
    width: 100%;
}
.realiosation_details_innerpage_service .box .text{
    margin-left: 90px;
}
.realiosation_details_innerpage_service .box .text h6 {
    font-size: 25px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.realiosation_details_innerpage_service .box .text p{
    margin-bottom: 0px;
    line-height: 28px;
}




/**changes**/
.header_top .right_side .social_icons li:first-child{
    display: none;
}
.header_top .right_side .social_icons li:nth-child(2){
    display: none;
}
.contact_content_sec .container {
    display: none;
}

.footer_sec .col-lg-6.footer_box.col-sm-6 {
    display: none;
}


.post-thumbnail{
    display: none;
}

.realisation_slider.owl-carousel .owl-stage{
    padding-bottom: 60px;
}

.realisation_slider.owl-carousel .box .text{
    min-height: 128px;
}

.realisations_sec .box .text{
    min-height: 128px;
}

.realisations_sec.inner .box{
    background-size: cover;
    background-position: center center;
}






.realiosation_details_innerpage .image_sec .project_details_box .details ul:nth-child(3){
    display: none;
}
.realiosation_details_innerpage .image_sec .project_details_box .details ul:nth-child(4){
    display: none;
}

.footer_sec .social_icons ul li:first-child{
    display: none;
}
.footer_sec .social_icons ul li:nth-child(2){
    display: none;
}
.header_top .right_side .button a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 0px 5px;
    margin-right: 12px;
}
.header_top .right_side .button a.active img{
    opacity: 0.4;
}

.header_top .right_side .button a:hover{
    color: #c22b25;
}


.footer_sec .social_icons{
    display: flex;
    align-items: center;
}
.footer_sec .social_icons a.nmcpic img{
    width: 150px;
    margin-right: 12px;
}







.phone_icon_show {
    position: fixed;
    right: 0;
    top: 40%;
    width: 60px;
    height: 55px;
    border-radius: 10px 0 0 10px;
    background: #c22b25;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    display: none;
}
.phone_icon_show .phone_icon_res {
    margin: 0 auto;
    max-width: 100%;
}
.phone_icon_show img {
    width: 25px;
    filter: invert(1);
}

.header_top{
	position: relative;
	z-index:999;
}

.header_nav{
	z-index:999;
}


















