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

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

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

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



/**navbar css starts**/
.navbar{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.navbar .navbar-brand img{
    width: 310px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.navbar a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    padding: 0px !important;
    position: relative;
    transition: .25s;
    opacity: 1;
}
.navbar a.nav-link::before{
    content: '';
    position: absolute;
    width: 0px;
    left: 0px;
    bottom: -2px;
    height: 1px;
    background-color: #000;
    transition: .25s;
    opacity: 1;
}
.navbar a.nav-link:hover::before{
    width: 100%;
}
.navbar .nav-item.current-page-item a.nav-link{
    font-weight: 900;
}
.navbar .nav-item a.nav-link{
    margin-left: 15px;
    margin-right: 15px;
}
.navbar .nav-item:first-child a.nav-link{
    margin-left: 0px;
}
.navbar .nav-item:last-child a.nav-link{
    margin-right: 0px;
}

.navbar .nav-item a.nav-link.active{
    font-weight: 700;
}

div#navbarSupportedContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
ul.lang_tab{
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    margin-left: 35px;
}
ul.lang_tab li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    transition: .25s;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
}
ul.lang_tab li a:hover{
    background-color: #0088c1;
    color: #fff;
}
ul.lang_tab li.active a{
    background-color: #000;
}
ul.lang_tab li.active a{
    color: #fff;
}
ul.lang_tab li:focus a{
    background-color: #fff;
    color: #000;
}

/**navbar css ends**/




/**banner_sec css starts**/
.banner_sec{
    overflow: hidden;
}
.banner_sec .banner_pic{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.banner_sec .banner_pic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.65);

}
.banner_sec .banner_pic .box {
    width: 325px;
    height: 135px;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
}
.banner_sec .banner_pic .box .details{
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.banner_sec .banner_pic .box:hover{
    background-color: #0089cf;
    border: 2px solid #0089cf;
}
.banner_sec .banner_pic .box h3{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    margin-bottom: 15px;
}
.banner_sec .banner_pic .box .button a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}
.banner_sec .banner_pic .box .button a img.arrow{
    width: 16px;
    margin-left: 10px;
}
.owl-theme.bannersection .owl-dots{
    display: none;
}
.owl-theme.bannersection .owl-nav{
    margin-top: 0px;
}
.owl-theme.bannersection .owl-nav button.owl-prev {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff !important;
    z-index: 3;
    border-radius: 0px !important;
    background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    transition: .25s;
}
.owl-theme.bannersection .owl-nav button.owl-prev:hover{
    background-color: #000 !important;
    border: 2px solid #000 !important;
}
.owl-theme.bannersection .owl-nav button.owl-prev span{
    display: none;
}
.owl-theme.bannersection .owl-nav button.owl-next {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff !important;
    z-index: 3;
    border-radius: 0px !important;
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    transition: .25s;
}
.owl-theme.bannersection .owl-nav button.owl-next span{
    display: none;
}
.owl-theme.bannersection .owl-nav button.owl-next:hover{
    background-color: #000 !important;
    border: 2px solid #000 !important;
}

/**banner_sec css ends**/



/**satisfaction_sec css starts**/
.satisfaction_sec{
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.satisfaction_sec::before {
    content: '';
    position: absolute;
    background-image: url(images/satisfaction_sec_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}
.satisfaction_sec .left_sec h2{
    text-align: right;
    max-width: 535px;
    margin-left: auto;
}
.heading.title h2 {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}
.heading.title h2 span{
    display: block;
    font-size: 63px;
    font-weight: 900;
}
.satisfaction_sec .right_sec{
    padding-left: 45px;
}
.satisfaction_sec .right_sec p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

/**satisfaction_sec css ends**/



/**expertise_sec css starts**/
.expertise_sec{
    position: relative;
    min-height: 640px;
    overflow: hidden;
}
.expertise_sec .pic_sec{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}
.expertise_sec .right_sec{
    padding-top: 120px;
    padding-left: 57px;
    position: relative;
    height: 640px;
    text-align: justify;
}
.expertise_sec .heading.title{
    margin-bottom: 35px;
}
.expertise_sec .right_sec h6{
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}
.expertise_sec .right_sec p{
    font-size: 16px;
}
.expertise_sec .right_sec .button{
    position: absolute;
    left: 57px;
    bottom: 0px;
}
.expertise_sec .right_sec .button a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    width: 359px;
    height: 40px;
    border: 2px solid #000;
    justify-content: center;
    transition: .25s;
}
.expertise_sec .right_sec .button a img.arrow {
    width: 16px;
    height: auto;
    margin-left: 10px;
    filter: invert(1);
    transition: .25s;
}
.expertise_sec .button a:hover{
    background-color: #000;
    color: #fff;
}
.expertise_sec .button a:hover img.arrow{
    filter: invert(0);
}

/**expertise_sec css ends**/




/**actualites_sec css starts**/
.actualites_sec{
    padding-top: 120px;
}
.actualites_sec .heading.title{
    margin-bottom: 25px;
}
.actualites_sec .button a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    width: 315px;
    height: 38px;
    border: 2px solid #000;
    justify-content: center;
    margin-left: auto;
    transition: .25s;
}
.actualites_sec a img.arrow {
    width: 16px;
    height: auto;
    margin-left: 10px;
    filter: invert(1);
    transition: .25s;
}
.actualites_sec .button a:hover{
    background-color: #000;
    color: #fff;
}
.actualites_sec .button a:hover img.arrow{
    filter: invert(0);
}
.actualites_sec .row.main{
    margin-top: 25px;
}
.actualites_sec .box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 315px;
    position: relative;
}
.actualites_sec .box .date{
    min-width: 125px;
    height: 45px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.actualites_sec .box .date h6{
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}
.actualites_sec .box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.45);
}
.actualites_sec .box .offer h5{
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: absolute;
    padding: 12px 25px;
    border: 1px solid #fff;
    top: 20px;
    left: 25px;
    transition: .25s;
}
.actualites_sec .box .product_heading{
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.actualites_sec .box .product_heading a{
    text-decoration: none;
    font-size: 21px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.64);
    transition: .25s;
}
.actualites_sec .box .product_heading a:hover{
    background-color: rgba(255, 255, 255, 1);
}
.actualites_sec .box .product_heading a img.arrow{
    margin-left: 70px;
    width: 20px;
}
.owl-theme.actualites_slider .owl-nav button.owl-next {
    position: absolute;
    right: 345px;
    top: -67px;
    width: 40px;
    height: 38px;
    border: 2px solid #fff !important;
    z-index: 3;
    border-radius: 0px !important;
    background-image: url(images/right-arrow.png);
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    transition: .25s;
}
.owl-theme.actualites_slider .owl-nav button.owl-next span{
    display: none;
}
.owl-theme.actualites_slider .owl-nav button.owl-prev {
    position: absolute;
    right: 385px;
    top: -67px;
    width: 40px;
    height: 38px;
    border: 2px solid #fff !important;
    z-index: 3;
    border-radius: 0px !important;
    background-image: url(images/left-arrow.png);
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
}
.owl-theme.actualites_slider .owl-nav button.owl-prev span{
    display: none;
}
.owl-theme.actualites_slider .owl-nav button.owl-prev:hover{
    background-color: #0088c1;
    filter: invert(0);
    border: 2px solid #0088c1 !important;
}
.owl-theme.actualites_slider .owl-nav button.owl-next:hover{
    background-color: #0088c1;
    filter: invert(0);
    border: 2px solid #0088c1 !important;
}
.owl-theme.actualites_slider .owl-dots{
    display: none;
}

/**actualites_sec css ends**/




/**partners_sec css starts**/
.partners_sec{
    padding-top: 100px;
    padding-bottom: 75px;
}
.partners_sec .row.main{
    align-items: center;
}
.partners_sec .left_sec{
    width: 62%;
    max-width: 62%;
    flex: 0 0 62%;
}
.partners_sec .left_sec .row{
    flex-wrap: wrap;
}
.partners_sec .left_sec .partner_box{
    width: auto;
    max-width: auto;
/*    flex: 0 0 20%;*/
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    height: 75px;
}
.partners_sec .left_sec .partner_box img{
    width: auto;
    height: auto;
    max-height: 75px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: grayscale(100%);
}
.partners_sec .left_sec .partner_box:hover img{
    filter: grayscale(0%);
}
.partners_sec .partner_box.cau img{
    width: 125px;
    max-width: 125px;
    height: auto;
} 
.partners_sec .partner_box.nutella img{
    width: 130px;
    max-width: 130px;
    height: auto;
}
.partners_sec .partner_box.renault img{
    width: 185px;
    max-width: 180px;
    height: auto;
}
.partners_sec .partner_box.rtl img{
    width: 80px;
    max-width: 80px;
    height: auto;
}
.partners_sec .partner_box.airfrance img{
    width: 180px;
    max-width: 180px;
    height: auto;
}
.partners_sec .partner_box.sanofi img{
    width: 140px;
    max-width: 140px;
    height: auto;
}
.partners_sec .partner_box.bash img{
    width: 110px;
    max-width: 110px;
    height: auto;
}
.partners_sec .partner_box.pepsi img{
    width: 160px;
    max-width: 160px;
    height: auto;
}
.partners_sec .partner_box.chanel img{
    width: 150px;
    max-width: 150px;
    height: auto;
}
.partners_sec .partner_box.cocacola img{
    width: 110px;
    max-width: 110px;
    height: auto;
}
.partners_sec .right_sec{
    width: 38%;
    max-width: 38%;
    flex: 0 0 38%;
    padding-left: 40px;
}

/**partners_sec css ends**/




/**project_sec css starts**/
.project_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 315px;
    padding-top: 60px;
}
.project_sec .container{
    position: relative;
}
.project_sec .heading.title h2{
    margin-bottom: 25px;
}
.project_sec p{
    font-size: 19px;
    font-weight: 400;
    color: #000;
    max-width: 600px;
}
.project_sec .button a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    width: 210px;
    height: 38px;
    border: 2px solid #000;
    justify-content: center;
    position: absolute;
    right: 50px;
    bottom: 30px;
    transition: .25s;
}
.project_sec .button a:hover{
    background-color: #000;
    color: #fff;
}
.project_sec .button a img.arrow {
    width: 16px;
    height: auto;
    margin-left: 10px;
    filter: invert(1);
    transition: .25s;
}
.project_sec .button a:hover img.arrow{
    filter: invert(0);
}

/**project_sec css ends**/




/**footer_sec css starts**/
.footer_sec{
    padding-top: 45px;
    background-color: #D88D79;
    padding-bottom: 30px;
}
.footer_logo{
    margin-bottom: 30px;
}
.footer_sec img.arrow{
    width: 16px;
    height: auto;
}
.footer_sec .col-lg-3 .box{
    padding-top: 0px;
}
.footer_sec .col-lg-3:first-child .box{
    padding-top: 0px;
}
.footer_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.footer_sec .box ul li {
    padding: 4px 0px;
}
.footer_sec .box ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: .25s;
}
.footer_sec .box ul li a:hover{
    color: #fff;
}
.footer_sec .footer_heading h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer_sec ul.contact_list li a.phn{
    font-size: 16px;
    font-weight: 800;
}
.footer_sec ul.social_media {
    display: flex;
    align-items: center;
}
.footer_sec ul.social_media li a{
    margin-left: 12px;
    margin-right: 12px;
}
.footer_sec ul.social_media li:first-child a{
    margin-left: 0px;
}
.footer_sec ul.social_media li:last-child a{
    margin-right: 0px;
}
.footer_sec ul.social_media li a img.icon {
    height: auto;
    width: 29px;
    transition: .25s;
}
.footer_sec ul.social_media li a img.icon:hover{
/*    opacity: 0.6;*/
    filter: invert(1);
}

.gjs-cell{
    position: relative;
}

.footer_sec input[type="text"] {
    width: 100%;
    height: 40px;
    border: 2px solid #000;
    padding-left: 18px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    padding-right: 50px;
}
.footer_sec input[type="text"]::focus{
    outline: 0;
    box-shadow: none;
}

.footer_sec input[type="submit"]{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #000;
    color: #FFF;
    height: 100%;
    border: 0;
    width: 40px;
    text-indent: -11111px;
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    border: 2px #000 solid;
    border-left: 0px;
}

.footer_sec input[type="submit"]:hover{
    background-color: #0086cb;
}




.footer_sec form.search-wrapper.cf button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background-color: #000;
    color: #fff;
    transition: .25s;
}
.footer_sec form.search-wrapper.cf {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 20px;
}
.footer_sec .col-lg-3:last-child .box .footer_heading h6{
    margin-bottom: 30px;
}





/**footer_sec 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: #000;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

@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 css starts**/
.innerpage_banner{
    overflow: hidden;
}
.innerpage_banner .innerbanner_pic{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 140px;
}

/**innerpage banner css ends**/



/**actualites innerpage page css starts**/
.actualites_sec.innerpage{
    position: relative;
    padding-top: 75px;
    z-index: 3;
    overflow: hidden;
}
.actualites_sec.innerpage::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}
.actualites_sec.innerpage .heading.title {
    margin-bottom: 5px;
}
.actualites_sec.innerpage .col-lg-6{
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.actualites_sec.innerpage ul.button{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.actualites_sec.innerpage ul.button li a{
    width: 222px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    transition: .25s;
}
.actualites_sec.innerpage ul.button li:first-child a{
    margin-left: 0px;
    
}
.actualites_sec.innerpage ul.button li:last-child a{
    margin-right: 0px;
    
}
.actualites_sec.innerpage ul.button li a:hover {
    background-color: #000;
    color: #fff;
}



.pagination{
    padding-top: 10px;
    padding-bottom: 50px;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
}

.pagination ul{
    list-style-type: none;
    display: flex;
    font-size: 100%;
    margin: 0px 20px;
    padding-left: 0px;
    justify-content: center;
}
.pagination ul li{
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.pagination ul li a {
    display: none;
}
.pagination ul li a.current {
    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    display: block;
    width: 37px;
    height: 37px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a.click{
    width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 0px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a.click img{
    width: 18px;
    height: auto;
    transition: .25s;
}
.pagination a.click:focus{
    
}
.pagination a.click:focus img{
    opacity: 0.5;
}

.pagination{
    width: 100%;
    position: relative;
}


.pagination a, .pagination span.current{
     width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 0px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.pagination a:hover, .pagination span.current{
    background-color: #000;
    color: #FFF;
}

.pagination a.prev{
    margin-right: auto;
    position: absolute;
    left: 0px;
    background-image: url(images/straight-left-arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -111111px;
    overflow: hidden;
}
.pagination a.prev:hover{
    background-image: url(images/straight-left-arrow-h.png);
}


.pagination a.next{
    margin-left: auto;
    position: absolute;
    right: 0px;
    background-image: url(images/straight-right-arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -111111px;
    overflow: hidden;
}

.pagination a.next:hover{
    background-image: url(images/straight-right-arrow-h.png);
}

/**actualites innerpage page css ends**/




/**contactpage css starts**/
.contact_sec.innerpage .row.main {
    width: 100%;
    max-width: 100%;
}
.contact_sec.innerpage{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.contact_sec.innerpage::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: -170px;
    width: 100%;
    z-index: -1;
}
.contact_sec.innerpage .contactform{
    margin-top: 40px;
    background-color: #f3f2f2;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 12px;
    margin-right: 12px;
}
.contact_sec.innerpage .contactform .formbold {
    margin-bottom: 6px;
}
.contact_sec.innerpage .contactform .formbold-form-input {
    width: 100%;
    height: 52px;
    border-radius: 0px;
    border: 0px;
    padding-left: 20px;
}
.contact_sec.innerpage .contactform .formbold-form-input:focus{
    outline: none;
    border: 0px;
    box-shadow: nome;
}
.contact_sec.innerpage .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 135px;
    padding-top: 15px;
}

.contact_sec.innerpage .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contact_sec.innerpage .contactform .formbold span.file_type {
    display: block;
    font-size: 15px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 8px;
}
.contact_sec.innerpage .contactform .formbold img.pdf_icon {
    margin-right: 6px;
}
.contact_sec.innerpage .contactform .formbold.pdf_upload {
    margin-top: 12px;
    margin-bottom: 40px !important;
    display: block;
}
.contact_sec.innerpage .contactform .formbold label.form-check-label {
    font-size: 15px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0px !important;
    margin-top: 4px;
}

.contact_sec.innerpage .contactform button.formbold-btn {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 42px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    margin-right: auto;
    transition: .25s;
    margin-top: 35px;
}
.contact_sec.innerpage .contactform button.formbold-btn img {
    width: 15px;
    height: auto;
    margin-left: 6px;
    transition: .25s;
    filter: invert(1);
}
.contact_sec.innerpage .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}
.contact_sec.innerpage .contactform button.formbold-btn:hover img{
    filter: invert(0);
}

/**contactpage css ends**/




/**savoi_faire_sec css starts**/

.savoi_faire_sec.innerpage{
    padding-top: 90px;
    position: relative;
    z-index: 3;
    padding-bottom: 70px;
    overflow: hidden;
}
.savoi_faire_sec.innerpage::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}
.savoi_faire_sec.innerpage .col-lg-5{
    width: 44%;
    max-width: 44%;
    flex: 0 0 44%;
}
.savoi_faire_sec.innerpage .col-lg-7{
    width: 56%;
    max-width: 56%;
    flex: 0 0 56%;
}
.savoi_faire_sec .left_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 460px;
}
.savoi_faire_sec.innerpage .heading.title{
    text-align: right;
    margin-bottom: 60px;
}
.savoi_faire_sec.innerpage .heading.title h2{
    margin-bottom: 20px;
}
.savoi_faire_sec.innerpage .heading.title h4{
    font-size: 27px;
    font-weight: 700;
    color: #010101;
    line-height: 38px;
}

.savoi_faire_sec.innerpage .right_sec{
    padding-left: 50px;
    position: relative;
    z-index: 2;
    
}
.savoi_faire_sec.innerpage .right_sec::before{
    content: '';
    position: absolute;
    width: 2px;
    background-color: #010101;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    left: 85px;
    z-index: -1;
}
.savoi_faire_sec.innerpage .right_sec .box{
    margin-bottom: 28px;
}
.savoi_faire_sec.innerpage .right_sec .box .txt{
    margin-left: 90px;
}
.savoi_faire_sec.innerpage .right_sec .box .num{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #010101;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 5px;
}
.savoi_faire_sec.innerpage .right_sec .box .num h2{
    margin-bottom: 0px;
    font-size: 52px;
    font-weight: 300;
    color: #010101;
}
.savoi_faire_sec.innerpage .right_sec .box h3{
    font-size: 34px;
    font-weight: 700;
    color: #010101;
    text-transform: uppercase;
}
.savoi_faire_sec.innerpage .right_sec .box p{
    font-size: 18px;
    font-weight: 400;
    color: #010101;
    text-align: justify;
}

/**savoi_faire_sec css ends**/




/**notre_histoire css starts**/

.notre_histoire_sec{
    padding-top: 50px;
    background-color: #BE634B;
    padding-bottom: 40px;
}
.notre_histoire_sec .heading.title{
    text-align: right;
}
.notre_histoire_sec .heading.title h2{
    color: #fff;
}
.notre_histoire_sec .right_sec{
    padding-left: 40px;
}
.notre_histoire_sec .right_sec h6{
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.notre_histoire_sec .right_sec p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}


.notre_agence{
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    z-index: 3;
    overflow-x: hidden;
}
.notre_agence::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: -80px;
    width: 100%;
    z-index: -1;
}
.notre_agence .heading.title{
    margin-bottom: 15px;
}
.notre_agence .picture_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}
.notre_agence .left{
    padding-right: 25px;
    padding-top: 10px;
}
.notre_agence .right{
    padding-left: 25px;
}
.notre_agence .cont_sec p{
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    text-align: justify;
}
.notre_agence .cont_sec h5 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.notre_agence .cont_sec h6{
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.notre_agence .cont_sec p.btm{
    margin-bottom: 8px;
}

/**notre_histoire css ends**/




/**sur_mesure css starts**/
.sur_mesure_sec{
    padding-top: 55px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.sur_mesure_sec::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 70%;
    z-index: -1;
}
.sur_mesure_sec .left{
    padding-right: 25px;
}
.sur_mesure_sec .right{
    padding-left: 25px;
    padding-top: 7px;
}
.sur_mesure_sec .left .heading.title{
    text-align: right;
}
.sur_mesure_sec .right h6{
    font-size: 21px;
    font-weight: 700;
    color: #010101;
    margin-bottom: 12px;
}
.sur_mesure_sec .right p{
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    max-width: 365px;
}
.sur_mesure_sec ul.filter{
    display: flex;
    justify-content: center;
    padding-left: 0px;
    list-style-type: none;
    margin-top: 15px;
    flex-wrap: wrap;
}
.sur_mesure_sec ul.filter li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px;
    min-width: 139px;
    border: 2px solid #000;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
}
.sur_mesure_sec ul.filter li a:hover{
    background-color: #000;
    color: #fff;
    
}




.projectslist_sec{
    overflow-x: hidden;
}
.projectslist_sec a.box{
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 384px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.projectslist_sec a.box:hover .overlay{
    opacity: 1;
}
.projectslist_sec a.box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 1;
    opacity: 0;
    transition: .25s;
}
.projectslist_sec a.box:hover h5{
    opacity: 1;
}
.projectslist_sec a.box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    transition: .25s;
    opacity: 0;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.projectslist_sec a.box:hover h5::before{
    opacity: 1;
}
.projectslist_sec a.box h5::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #fff;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: .25s;
    opacity: 0;
}

/**sur_mesure css ends**/





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

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}

.header_nav.sticky .nav_menu ul li:last-child{
    
}

.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

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




/*Mobile Menu*/


/**respomsive_menu_starts**/
.smenu {
    position: absolute;
    top: 8px;
    right: 30px;
    height: 38px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    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;
    padding-left: 0px;
    margin-bottom: 0px;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    color: #000;
    display: block;
    font-size: 17px;
    padding: 12px 20px 12px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: .25s;
}
.menu-listing li a:hover{
    color: #0087cc;
}

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

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: transparent;
    position: relative;
    display: none;
}

.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}


.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: transparent;
    font-size: 1rem;
    font-weight: 700;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}
.navbar{
    z-index: 99999;
}


.navbar-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 130px;
    height: 100vh;
    z-index: 9999;
}


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




/**menu ends**/


.blog_details{
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
    z-index: 3;
    overflow-x: hidden;
}
.blog_details::before {
    content: '';
    position: absolute;
    background-image: url(images/actualites_innerpage_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 100%;
    top: 0px;
    left: -80px;
    width: 100%;
    z-index: -1;
}

.blog_details .b-date{
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
    border: 1px #000 solid;
    background-color: #000;
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog_details .b-cate{
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
    border: 1px #000 solid;
    background-color: #FFF;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
}

.blog-details-top{
    margin-bottom: 50px;
}



.blog_details .heading.title{
    margin-bottom: 15px;
}
.blog_details .picture_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 480px;
}
.blog_details .left{
    padding-right: 25px;
    padding-top: 10px;
}
.blog_details .right{
    padding-left: 25px;
}
.blog_details .cont_sec p{
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    text-align: justify;
}
.blog_details .cont_sec h5 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog_details .cont_sec h6{
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.blog_details .cont_sec p.btm{
    margin-bottom: 8px;
}

.vbox-left{
    display: none !important;
}



.vbox-close{
    width: 80px;
    height: 60px;
    color: #FFF;
    font-size: 60px;
}

.vbox-figlio{
    padding: 0px !important;
    background-color: transparent !important;
    max-width: 600px !important;
    box-shadow: none !important;
}

.vbox-container img{
    width: 100%;
    height: auto;
}

.vbox-overlay{
    background: rgba(0, 0, 0, 0.9) !important;
}

.vbox-inline{
    height: auto;
}
.vbox-overlay {
    color: #FFF;
}
.vbox-overlay h5{
    color: #FFF;
    text-align: center;
    margin-top: 15px;
}

.vbox-overlay p{
    color: #FFF;
    text-align: center;
}
.vbox-close{
    color: #FFF !important;
}

.vbox-next span{
    right: 15px;
}



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





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

.page-id-153 .entry-title{
    display: none;
}


.page-id-153 .InnerpageContent{
    padding-top: 120px;
    padding-bottom: 120px;
}

.product-miniature .thumbnail-container .product-thumb{
    height: 260px;
    background-color: #fdfdfd;
    display: flex;
    align-items: center;
}


.footer_logo {
    width: 200px;
}

.footer_logo img {
    width: 100%;
}





.expertise_sec .pic_sec .pic_box{
    width: 33.33%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.satisfaction_sec .right_sec h6{
    font-weight: 700;
    font-size: 19px;
}
.satisfaction_sec .right_sec{
    text-align: justify;
}

.partners_sec .heading.title h2 span{
    display: inline;
}





h1.entry-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}
h1.entry-title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 130px;
    height: 3px;
    background-color: #000;
}

.entry-content h3,h4{
    margin-top: 30px;
    font-weight: 700;
}
.entry-content h4{
    font-size: 22px;
}
.entry-content p a{
    color: #d88d79;
    transition: .25s;
    font-weight: 600;
}
.entry-content p a:hover{
    text-decoration: none;
    
}



















