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

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


.btn:focus{
    outline: 0px;
    box-shadow: none;
}



@media (min-width: 1900px){
	.container {
    	max-width: 1700px;
	}
}


body{
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


/**topbar css starts**/
.toppart {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #d6252b;    
    font-size: 14px;
    display: none;
}
.toppart .box ul{
    padding-left: 12px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    padding-right: 12px;
    align-items: center;
}
.toppart .box ul.topleft{
   justify-content: flex-start;
}
.toppart .box ul.topleft li{
    margin-right: 25px;
}


.toppart .box ul.topright{
   justify-content: flex-end;
}

.toppart .box ul.topright li{
    margin-left: 25px;
}


.toppart .box ul li img{
    width: 21px;
    height: auto;
    margin-right: 8px;
}
.toppart .box ul li a{
    text-decoration: none;
    color: #fff;
    transition: .25s;
}
.toppart .box ul li a:hover{
    text-decoration: underline;
}
.toppart .box ul li span{
    color: #fff;
}
/**topbar css ends**/



/**navbar css starts**/
.navbar-expand-lg a.navbar-brand{
    width: 145px;
    height: auto;
    padding: 0px;
}
.navbar-expand-lg a.phn{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: none;
}
.navbar-expand-lg a.phn img{
    width: 20px;
    margin-right: 8px;
    display: none;
}
.navbar-expand-lg a.navbar-brand img{
    width: 100%;
    height: auto;
}
.navbar-expand-lg .right_sec {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.navbar-expand-lg ul.menu_bar {
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.navbar-expand-lg ul.menu_bar a.nav-link{
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
    transition: .25s;
}
.navbar-expand-lg ul.menu_bar a.nav-link:hover::before{
    width: 40px;
}
.navbar-expand-lg ul.menu_bar a.nav-link::before{
    content: '';
    position: absolute;
    background-color: #d6252b;
    width: 0px;
    height: 2px;
    left: 0px;
    bottom: -10px;
    transition: .25s;
}
.navbar-expand-lg ul.menu_bar a.nav-link.current-page-item::before{
    width: 40px;
}
.navbar-expand-lg ul.menu_bar li:first-child a{
    margin-left: 0px;
}
.navbar-expand-lg ul.menu_bar li:last-child a{
    margin-right: 0px;
}
.navbar-expand-lg .socialmedia_sec{
    display: none;
}
.navbar-expand-lg .socialmedia_sec ul{
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 70px;
    list-style-type: none;
    margin-bottom: 0px;
}
.navbar-expand-lg .socialmedia_sec ul li:first-child a{
    margin-right: 28px;
}
.navbar-expand-lg .socialmedia_sec ul li a img{
    width: 18px;
    height: auto;
    transition: .25s;
}
.navbar-expand-lg .socialmedia_sec ul li a img.insta{
    width: 18px;
    height: auto;
    transition: .25s;
}
.navbar-expand-lg .socialmedia_sec ul li a img:hover{
    filter: invert(20%) sepia(88%) saturate(2388%) hue-rotate(341deg) brightness(94%) contrast(98%);
}
/**navbar css ends**/




/**banner_sec css starts**/
.banner_sec{
    position: relative;
}
.banner_sec .cursor {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: rotate(180deg) translateX(50%);
    animation: UpDown 1s linear infinite;
    margin-bottom: -75px;
}
@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}


.banner_sec .Banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px;
    position: relative;
}
.banner_sec .Banner_pic .bg_shadow{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0px;
    top:0px
}
.banner_sec .BannerText{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
}
.banner_sec .BannerText .heading h1{
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
    max-width: 900px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner_sec .BannerText .heading h1 span{
    display: block;
    color: #d6252b;
}
.banner_sec .category ul{
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    margin-bottom: 60px;
} 
.banner_sec .category ul li a{
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition: .25s;
}
.banner_sec .category ul li a:hover{
    color: #d6252b;
}
.banner_sec .category ul li span.bc-sep{
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.banner_sec .btn_sec{
    display: flex;
    align-items: center;
}
.banner_sec .btn_sec .button a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}
.banner_sec .btn_sec .button{
    width: 210px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 45px;
    text-align: center;
    transition: .25s;
}
.banner_sec .btn_sec .button.stroke:hover{
    background-color: #fff;
    border: 1px solid #fff;
}
.banner_sec .btn_sec .button.stroke:hover a{
    color: #d6252b;
}
.banner_sec .btn_sec .button.fill{
    background-color: #d6252b;
    border: 1px solid #d6252b;
    margin-right: 15px;
    transition: .25s;
}
.banner_sec .btn_sec .button.fill:hover{
    background-color: #000;
    border: 1px solid #000;
}

.banner_sec .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 0px;
}
.banner_sec .owl-carousel .owl-dots {
    display: none;
    margin-top: 0px;
    
}
.banner_sec .owl-carousel .owl-nav .owl-next {
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    outline: none;
    border-radius: 0;
    margin: 0px;
    color: #fff;
    background-color: transparent;
}
.banner_sec .owl-carousel .owl-nav .owl-prev {
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    outline: none;
    border-radius: 0;
    margin: 0px;
    color: #fff;
    background-color: transparent;
}
.banner_sec .owl-carousel .owl-nav .owl-prev:hover{
    background-color: transparent;
}
.banner_sec .owl-carousel .owl-nav .owl-next:hover{
    background-color: transparent;
}
/**banner_sec css ends**/






/**nos_realisation css starts**/
.Nos_realisations{
    padding-top: 115px;
}
.Nos_realisations .sec_heading{
    text-align: center;
    margin-bottom: 65px;
}
.Nos_realisations .sec_heading h2{
    font-size: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.Nos_realisations .sec_heading h2 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.Nos_realisations .sec_heading h2 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.Nos_realisations .sec_heading h2 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.Nos_realisations .sec_heading p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
.Nos_realisations .img_box {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    display: block;
}
.Nos_realisations .img_box .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    opacity: 0;
    transition: .25s;
    background-color: rgba(185, 186, 188, 1);
}
.Nos_realisations .box:hover .img_box .overlay{
    opacity: 1;
}


.Nos_realisations .box:hover .text .top_part{
    visibility: hidden;
    opacity: 0;
    height: 0px !important;
}

.Nos_realisations .box{
    margin-bottom: 40px;
    transition: .25s;
    background-color: #d6252b;
    border-radius: 20px;
    overflow: hidden;
}
.Nos_realisations .box .text{
    margin-top: 15px;
    transition: .25s;
    opacity: 1;
    padding: 0px 15px 15px;
    min-height: 61px;
    position: relative;
    height: 58px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.Nos_realisations .box .text a.btn{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .25s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    display: block;
    width: 80%;
}
.Nos_realisations .box:hover .text a.btn{
    bottom: 22px;
}


.Nos_realisations .box .text .top_part{
    position: relative;
}
.Nos_realisations .box .text a.heading{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    display: block;
    max-width: 100%;
    text-decoration: none;
    line-height: 23px;
    margin-bottom: 0px;
    
}
.Nos_realisations .box .text span.dimension{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 0px;
}
.Nos_realisations .box .text p{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
    display: none;
}
.Nos_realisations .box .text p span{
    color: #FFF;
    border-radius: 10px;
    background-color: #d6252b;
    padding: 2px 10px;
    display: inline-block;
}
.Nos_realisations .img_box .overlay .content{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Nos_realisations .img_box .content img.arrow{
    width: 32px;
    display: none;
}
.Nos_realisations .overlay .content span.category{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 12px;
    color: #fff;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 30px;
}
.Nos_realisations .overlay .content h6{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}
.Nos_realisations .overlay .content h6 span.bc-sep{
    width: 12px;
    display: inline-block;
    text-align: center;
}
.Nos_realisations .overlay .content h6 span{
    font-weight: 600;
}
.Nos_realisations .overlay .content p{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
/**nos_realisation css ends**/





/**counting_sec css starts**/
.counting_sec{
    padding-top: 105px;
}
.counting_sec .sec_heading{
    text-align: center;
    margin-bottom: 40px;
}
.counting_sec .sec_heading h2{
    font-size: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.counting_sec .sec_heading h2 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.counting_sec .sec_heading h2 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.counting_sec .sec_heading h2 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.counting_sec .sec_heading p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
.counting_sec .container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 380px;
    position: relative;
    border-radius: 15px;
}
.counting_sec .container .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #666;
    left: 0px;
    top: 0px;
}

.counting_sec .box{
    text-align: center;
    padding: 15px;
    position: relative;
    height: 100%;
}
.counting_sec .col-lg-3:last-child .box::after{
    display: none;
}
.counting_sec .box::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 180px;
    top: 55%;
    transform: translateY(-50%);
    right: -12px;
    background-color: rgba(255, 255, 255, 0.2);
    
}
.counting_sec .row.counting_boxes {
    justify-content: center;
    z-index: 9;
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 67.6px;
    padding-bottom: 67.6px;
}
.counting_sec .box .number{
    height: 100px;
}
.counting_sec .box .number h2{
    margin-bottom: 0px;
}
.counting_sec .box .number h2 sup {
    vertical-align: text-top;
    color: #fff;
}
.counting_sec .box .number h2 sub {
    bottom: -5px;
    vertical-align: text-top;
    font-size: 50px;
    color: #fff;
}
.counting_sec .box .number h2 span.love_count{
    font-size: 75px;
    font-weight: 700;
    letter-spacing: -0.045rem;
    color: #fff;
}
.counting_sec .box .text h4{
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.counting_sec .box .text p{
    color: #fff;
}
/**counting_sec css ends**/







/**categories_sec css starts**/
.categories_sec{
    padding-top: 140px;
    padding-bottom: 150px;
}
.categories_sec .sec_heading{
    text-align: center;
    margin-bottom: 60px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.categories_sec .sec_heading h2{
    font-size: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.categories_sec .sec_heading h2 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.categories_sec .sec_heading h2 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.categories_sec .sec_heading h2 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.categories_sec .sec_heading p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    text-align: left;
}
.categories_sec .sec_heading li{
    text-align: left;
    font-weight: 400;
}
.categories_sec a.box{
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
/*    border-radius: 20px;*/
    
}
.categories_sec a.box .pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    display: block;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.categories_sec a.box .text button {
    width: 195px;
    height: 40px;
    background-color: #d6252b;
    border-radius: 40px;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    display: flex;
    padding: 0px;
    border: 0px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    transition: .25s;
}
.categories_sec a.box .text{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
    text-align: center;
    position: relative;
    min-height: 200px;
    transition: .25s;
    padding-right: 20px;
    padding-left: 20px;
}
.categories_sec a.box .text p{
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.categories_sec a.box .text ul.models{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categories_sec a.box .text ul.models li{
    width: 56px;
    height: 23px;
    background-color: #fff;
    line-height: 23px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    border-radius: 20px;
    transition: .25s;
    
}
/*
.categories_sec a.box .text ul li.current-page-item{
    background-color: #d6252b;
    color: #fff;
}
*/
.categories_sec a.box .text img.arrow{
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
/*.categories_sec a.box:hover .text button{
    background-color: #000;
}
.categories_sec a.box:hover{
    background-color: #d6252b;
}*/
.categories_sec .owl-carousel .owl-nav {
    display: none;
    margin-top: 0px;
}
.categories_sec .owl-carousel .owl-dots {
    display: none;
    margin-top: 0px;
    
}


.testimonial_slider.owl-carousel .owl-stage{
    display: flex;
}


.testimonial_slider.owl-carousel .owl-stage .owl-item{
     flex-grow: 1;
    height: auto !important;
        background-color: #666;
    border-radius: 20px 20px;
/*    overflow: hidden;*/
   /* -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 0.13);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);*/
    margin: 10px 8px;
}

.testimonial_slider.owl-carousel .owl-stage .owl-item:hover  .text button{
    background-color: #000;
}
.testimonial_slider.owl-carousel .owl-stage .owl-item:hover  {
    background-color: #d6252b;
}

/**categories_sec css ends**/






/**footer css starts**/
.footer{
    background-color: #fff;
    position: relative;
    padding: 35px 0px;
}
.footer img.bg{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 0;
    width: 100%;
}
.footer .footer_logo{
    width: 150px;
    height: auto;
    padding: 0px;
    margin-bottom: 15px;
}
.footer .footer_logo img{
    width: 100%;
    height: auto;
}
.footer .footer_heading{
    height: 80px;
    display: flex;
    align-items: center;
}
.footer .footer_heading h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer .box ul{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.footer .box ul li{
    padding: 6px 0px;
}
.footer .box ul li:last-child{
    display: none;
}
.footer .box ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: .25s;
}
.footer .box ul li a:hover{
    color: #d6252b;
}
.footer .box ul li a img {
    padding-right: 12px;
    width: 40px;
    filter: invert(1);
}
.footer .box ul li:nth-child(2) a img{
    filter: invert(0);
}
.footer p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-right: 55px;
}
.footer .footer_boxes{
    z-index: 9;
    position: relative;
}
.footer .left_side{
    padding-right: 25px;
}
/**footer css ends**/







/*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: 14px;
    font-weight: 500;
    color: #000;
   
    
}


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








.innerpage_banner_sec .Banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    position: relative;
}
.innerpage_banner_sec .Banner_pic .bg_shadow{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0px;
    top:0px
}
.innerpage_banner_sec .BannerText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.innerpage_banner_sec .BannerText .heading h1{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.innerpage_banner_sec .breadcrumbsContainer .breadcrumbs.entry-breadcrumb a img {
    width: 16px;
    height: auto;
    margin-right: 18px;
    margin-bottom: 2px;
}
.innerpage_banner_sec .breadcrumbsContainer .breadcrumbs.entry-breadcrumb {
    color: #FFF;
}
.innerpage_banner_sec .breadcrumbs span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.innerpage_banner_sec .breadcrumbsContainer .breadcrumbs.entry-breadcrumb a {
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}
.innerpage_banner_sec .breadcrumbsContainer .breadcrumbs.entry-breadcrumb span.bc-sep {
    width: 20px;
    display: inline-block;
    text-align: center;
}


.Nos_realisations.innerpage{
    padding-top: 95px;
    padding-bottom: 115px;
}
.Nos_realisations.innerpage .filter_sec{
    margin-bottom: 50px;
}
.Nos_realisations.innerpage .filter_sec ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Nos_realisations.innerpage .filter_sec ul li:first-child a{
    margin-left: 0px;
}
.Nos_realisations.innerpage .filter_sec ul li:last-child a{
    margin-right: 0px;
}
.Nos_realisations.innerpage .filter_sec ul li a{
    margin-right: 43px;
    margin-left: 43px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.Nos_realisations.innerpage .filter_sec ul li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d6252b;
    left: 0px;
    bottom: -1px;
    opacity: 0;
    transition: .25s;
}
.Nos_realisations.innerpage .filter_sec ul li a.active{
    transition: .25s;
    color: #d6252b;
    font-weight: 600;
}
.Nos_realisations.innerpage .filter_sec ul li a.active::before{
    opacity: 1;
    
}



.Nos_realisations.innerpage .pagination{
    padding-top: 50px;
    padding-bottom: 10px;
    justify-content: center;
}
.Nos_realisations.innerpage .pagination nav{
    display: flex;
    align-items: center;
    
}
.Nos_realisations.innerpage .pagination ul{
    list-style-type: none;
    display: flex;
    font-size: 100%;
    margin: 0px 30px;
    padding-left: 0px;
}
.Nos_realisations.innerpage .pagination ul li a {
    padding: 9px 13px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    border-radius: 7px;
    background-color: #e8e7ec;
    margin-left: 6px;
    margin-right: 6px;
}
.Nos_realisations.innerpage .pagination ul li:first-child a{
    margin-left: 0px;
}
.Nos_realisations.innerpage .pagination ul li:last-child a{
    margin-right: 0px;
}
.Nos_realisations.innerpage .pagination ul li a.current {
    color: #fff !important;
    background-color: #d6252b;
}
.Nos_realisations.innerpage .pagination a.click{
    width: 35px;
    height: 35px;
    background-color: #e8e7ec;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Nos_realisations.innerpage .pagination a.click img{
    width: 15px;
    height: auto;
}









.rejoindre_innerpage{
    padding-top: 90px;
}
.rejoindre_innerpage .sec_heading{
    text-align: center;
    margin-bottom: 75px;
}
.rejoindre_innerpage .sec_heading h2{
    font-size: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.rejoindre_innerpage .sec_heading h2 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    max-width: 330px;
}
.rejoindre_innerpage .sec_heading h2 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.rejoindre_innerpage .sec_heading h2 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%;);
}

.rejoindre_innerpage .sec_heading p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
.rejoindre_innerpage .pic_sec {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    display: block;
}
.rejoindre_innerpage .text{
    padding-right: 50px;
    padding-top: 35px;
}
.rejoindre_innerpage .text h4{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.070rem;
    margin-bottom: 40px;
}
.rejoindre_innerpage .text h4 span{
    color: #d6252b;
    position: relative;
}
.rejoindre_innerpage .text h4 span::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -1px;
    background-color: #d6252b;
}
.rejoindre_innerpage .text p{
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    max-width: 850px;
}
.rejoindre_innerpage .text p span{
    font-weight: 600;
    color: #d6252b;
}





.job_offers_sec{
    padding-top: 100px;
    padding-bottom: 150px;
}
.job_offers_sec .sec_heading{
    text-align: center;
    margin-bottom: 70px;
}
.job_offers_sec .sec_heading h2{
    font-size: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.job_offers_sec .sec_heading h2 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.job_offers_sec .sec_heading h2 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.job_offers_sec .sec_heading h2 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%;);
}
.job_offers_sec .sec_heading p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
.job_offers_sec .col-lg-8{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job_offers_sec .col-lg-8 .box{
    width: 43%;
    max-width: 43%;
    flex: 0 0 43%;
    text-align: center;
    height: 100%;
    position: relative;
    transition: .25s;
}
.job_offers_sec .col-lg-8 .box a.pic_sec{
    height: 470px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 40px 40px 50px 50px;
    overflow: hidden;
    position: relative;
    display: block;
}

.job_offers_sec .col-lg-8 .box .pic_sec_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.job_offers_sec .col-lg-8 .box .details{
    margin-top: 22px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.job_offers_sec .box .details a{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.035rem;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 18px;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
}
.job_offers_sec .box .details a.btn{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.024rem;
    color: #FFF;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 20px;
    background-color: #d8262b;
    margin: 0px;
    border-radius:0 0 40px 40px;
    overflow: hidden;
    text-transform: uppercase;
}
.job_offers_sec .box .details a.btn::before{
    content: '';
    position: absolute;
    width: 122px;
    height: 2px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: none;
        margin: 0px;
    border-radius: 0px;
}

.job_offers_sec .col-lg-8 .box:hover{
    transform: scale(1.05);
}





.contactpage_sec{
    padding-top: 80px;
    padding-bottom: 90px;
}
.contactpage_sec .form_box h3{
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    line-height: 59px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    
}
.contactpage_sec .form_box .button{
    margin-top: 35px;
}
.contactpage_sec .form_box .button a{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 21px;
    background-color: #c22b25;
    transition: .25s;
    
}
.contactpage_sec .form_box .button a:hover{
    background-color: #20b3e7;
}
/**contact_form css***/
.cont_main_section_form{
    margin: 0;
    width: auto;
    height: auto;
}
.cont_main_section_form .heading h2{
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    line-height: 54px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.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: 'Open Sans', sans-serif;
    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: #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: 'Open Sans', sans-serif;
    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 .button{
    margin: 0 auto;
    padding: 7px 25px 11px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    transition: .25s;
    position: relative;
    display: block;
    border: none;
    font-family: 'Open Sans', sans-serif;
    background: #d6252b;
    float: right;
    border-radius: 15px;
}
.cont_main_section_form .contact_text_btm .button:hover{
    background-color: #000;
}


.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;
    background: #fff;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    border: none;
    border: 1px solid #000;
}
.inputText:focus{
    border: 0px;
    outline: 0px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !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: 214px;
}
.custom-checkbox span{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}




.contactpage_sec .right_sec{
    padding-left: 65px;
}
.contactpage_sec .right_sec img{
    width: 100%;
}
.contactpage_sec .category_choose{
    display: flex;
    align-items: center;
}
.contactpage_sec .category_choose .box{
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.contactpage_sec .category_choose .box .icon{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 10px;
}
/*.contactpage_sec .category_choose .box .icon img{
    width: 100%;
}*/
.contactpage_sec .category_choose .box .h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.contactpage_sec .col-lg-12.btm_sec {
    display: flex;
        justify-content: flex-end;
    width: 100%;
}
.contactpage_sec .contact_us{
    margin-top: 100px;
    text-align: center;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    display: none;
}
.contactpage_sec .contact_us a{
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    transition: .25s;
    display: block;
    background-color: #d8262b;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 25px;

}

.contactpage_sec .contact_us a span{
    font-size: 18px;
    display: block;
    font-weight: 400;
}


.contactpage_sec .contact_us a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0px;
    bottom: 0px;
    transition: .25s;
    display: none;
}
.contactpage_sec .contact_us a:hover{
    background-color: #000;
}
.contactpage_sec .contact_us a:hover::before{
    background-color: #d6252b;
}




.joboffers_details{
    padding-top: 95px;
    padding-bottom: 100px;
}
.joboffers_details .details{
    
}
.joboffers_details .details h1{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 45px;
    position: relative;
}
.joboffers_details .details h1::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #d6252b;
    left: 0px;
    bottom: -20px;
}
.joboffers_details .details p{
    font-size: 18px;
}
.joboffers_details .details ul{
    padding-left: 0px;
    margin-top: 0px;
    list-style-type: none;
}
.joboffers_details .details ul h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.joboffers_details .details ul li{
    font-size: 18px;
    font-weight: 400;
    padding: 7px 0px;
}
/*.joboffers_details .details a{
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: relative;
}*/
/*.joboffers_details .details a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0px;
    bottom: 0px;
    display: none;
}*/
.joboffers_details .details a span{
    font-weight: 700;
}


.joboffers_details .contact_box{
    border-radius: 30px;
    margin-left: 110px;
    padding: 60px 30px 60px 30px;
    text-align: center;
    background-color: #d8262b;
}
.joboffers_details .contact_box .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: 0px solid #000;
    background-color: #fff;
    border-radius: 10px;
}
.joboffers_details .contact_box .icon img {
    width: 24px;
    margin-left: auto;
    margin-right: auto;
}
.joboffers_details .contact_box h3{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.037rem;
    margin-bottom: 55px;
}
.joboffers_details .contact_box p{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.joboffers_details .contact_box a.phn{
    margin-top: 40px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.037rem;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
}
.joboffers_details .contact_box .button{
    margin-top: 40px;
    margin-bottom: 50px;
}
.joboffers_details .contact_box .button a{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 12px 48px 15px 48px;
    border: 0px solid #000;
    transition: .25s;
    background-color: #fff;
    border-radius: 15px;
}
.joboffers_details .contact_box .button a:hover{
    background-color: #000;
    color: #fff;
}


.nextprevpost{
    display: flex;
    justify-content: space-between;
}
.nextprevpost  a{
    color: #FFF;
     background-color: #d8262b;
    font-size: 15px;
    color: #FFF;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
}
.nextprevpost .prevpost a:before{
    content: 'Précédente : ';
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.nextprevpost .nxtpost a:before{
    content: 'Suivant : ';
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}



/*.prevpost{
   
}*/




.information_sec{
    padding-top: 110px;
}
.information_sec .text{
    
}
.information_sec .text h2{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.075rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.information_sec .text p{
    font-size: 20px;
    font-weight: 400;
}
.information_sec .text a{
    color: #d6252b;
    text-decoration: none;
}




.information_sec .text .video{
    width: 100%;
    height: 235px;
    margin-top: 0px;
}
.information_sec .text .video iframe{
    border-radius: 25px;
}
.information_sec .picture_sec{
    height: 540px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    display: block;
    margin-left: 40px;
}
.information_sec .picture_sec .border_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    right: 40px;
    border: 6px solid Rgba(0,0,0,0.5);
    border-radius: 40px;
    z-index: -1;
    display: none;
}
.information_sec .row.project_details{
    margin-top: 50px;
}
.information_sec .details_box{
    background-color: #d6252b;
    padding: 35px;
    border-radius: 30px;
}
.information_sec .details_box ul{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.information_sec .details_box ul li img.icon{
    width: 30px;
    margin-right: 0px;
}
.information_sec .details_box ul li{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0px;
}
.information_sec .details_box ul li span{
    font-weight: 700;
}



.project_gallary{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.project_gallary .heading{
    text-align: center;
/*    margin-bottom: 75px;*/
    margin-bottom: 29px;
    
}
.project_gallary .heading h3{
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -0.035rem;
    position: relative;
}
.project_gallary .heading h3 span{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.project_gallary .heading h3 span::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.project_gallary .heading h3 span::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #d6252b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.project_gallary{
    display: flex;
    justify-content: center;
}

.project_gallary .pic_box{
    height: 205px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    width: 18.2%;
    max-width: 18.2%;
    flex: 0 0 18.2%;
    transition: .25s;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}
.project_gallary .pic_box:hover{
    transform: scale(1.02);
    cursor: pointer;
}
.project_gallary .pic_box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(215, 43, 49, 0.8);
    border-radius: 15px;
    opacity: 0;
    
}
.project_gallary .pic_box:hover .overlay{
    opacity: 1;
}
.project_gallary .pic_box img.zoom_icon{
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .25s;
}
.project_gallary .pic_box:hover img.zoom_icon{
    opacity: 1;
}

.video_details_box .video{
    height: 450px;
    position: relative;
    width: 100%;
} 

.video_details_box .video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 20px;
}


.projetVideo{
    padding-bottom: 100px;
}






/*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.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.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: 5px;
    right: 30px;
    height: 68px;
    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: #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: 16px;
    padding: 12px 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{
    z-index: 99999;
}


.navbar-menu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 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;
}

.InnerpageContent{
    padding-top: 60px;
    padding-bottom: 80px;
}

.InnerpageContent .entry-header{
    display: none;
}


#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: #000;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #666;
}
#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: #666;
}


.tpic{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 30px;
}

.tpic img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}


ul.ddmodels{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
ul.ddmodels li{
    width: 56px;
    height: 23px;
    background-color: #000;
    line-height: 23px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    border-radius: 20px;
    transition: .25s;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
 /* border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;*/
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label{
    opacity: .5;
    cursor: pointer;
}
input[type=radio] + label:hover{
    opacity: 1;
}
input[type=radio] + label>span img {
/*  border: 1px dashed #444;*/
  width: 25px;
  height: 25px;
  transition: 500ms all;
}

input[type=radio]:checked + label>span img {
 
}

input[type=radio]:checked + label {
    opacity: 1;
}



.newsletter_sec .top_sec {
    display: flex;
    align-items: center;
}
h1.entry-title {
    font-size: 35px;
}

.home-realisations-btn{
   padding-top: 30px;
   display: flex;
   justify-content: center;
}


.home-realisations-btn a{
    height: 40px;
    background-color: #000;
    border-radius: 40px;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    display: flex;
    padding: 0px;
    border: 0px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: .25s;
    padding-left: 30px;
    padding-right: 30px;
}

.home-realisations-btn a:hover{
    background-color: #d6252b;
}







