/**** Page General CSS ****/
#primary{
    min-height: 300px;
}
#main {
    padding: 60px 0;
}
#primary a:hover{
    color: #000;
}

/**** Page Banner CSS ****/
.page-banner{
    width: 100%;
    height: 420px;
    background-color: #e3e3e3;
    /*background-attachment: fixed;*/
    background-image: url(../images/concept-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*padding-top: 100px;*/
}
.product-banner{
    height: 300px;
}
.page-banner .container{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-caption{
    max-width: 460px;
}
.banner-caption p{
    font-weight: 300;
}
.banner-overlay:after{
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0,0.85);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
}
.prescription-banner .banner-caption{
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
.prescription-banner .banner-caption h1{
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-right: 75px;
    margin: 0;
}
.prescription-banner .banner-caption h1 strong{
    display: block;
}
.prescription-banner .banner-caption p{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 75px;
    border-left: 5px solid #fff;
    margin: 0;
}
.prescription-banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(230,156,52,0.9);
}
.product-banner h1{
    margin-bottom: 10px;
}
/**** Breadcrumbs CSS ****/
.breadcrumbs{
    font-size: 13px;
    color: #141414;
    padding: 20px 0 0;
}
.breadcrumbs a,
.breadcrumbs span{
    color: #626262;
}
.breadcrumbs a:hover{
    color: #689fa2;
}
.breadcrumbs .current-item{
    color: #141414;
    /*font-weight: bold;*/
}
/**** Notre concept page css ****/
/* Quality CSS */
.txt-sec{
    text-align: center;
}
.txt-sec h2{
    font-weight: 300;
}
.txt-sec p{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
}
/* Terraces CSS */
.terracesgrid-sec{
    padding: 0 20px;
}
.terracesgrid-sec .row{
    margin: 0 -10px;
}
.terracesgrid-sec .row > div{
    padding: 10px;
}
.terrace-item{
    display: block;
    width: 100%;
    height: 378px;
    position: relative;
    background-color: #e3e3e3;
    text-align: center;
    overflow: hidden;
}
.terrace-item img{
    display: block;
    width: 100%;
    height: 378px !important;
    object-fit: cover;
}
.terrace-item:hover img{
    transform: scale(1.2);
}
.terrace-info{
    padding: 22px 40px 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0,0,0,0.68);
    background: linear-gradient(0deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.68) 40%, rgba(0,0,0,0) 90%);
}
.terrace-info h4{
    margin-bottom: 0;
}
.terrace-info p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    margin: 0;
}
/* Partners CSS */
.clients-slider{
    /*margin-bottom: 10px;*/
}
.clients-slider .client-logo{
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92%;
    margin: 0;
    
}
/**** Type de sol page css ****/
.terraces-video-sec{
    text-align: center;
}
.terraces-video-sec .btn-link{

}
/* Products Grid CSS */
.products-sec{
    background-color: #e8e8e8;
}
.products-sec .heading-block{
    margin-bottom: 30px;
}
.products-sec .heading-block h2{
    margin-bottom: 10px;
}
.products-sec .heading-block h3{
    color: #2a2a2a;
    font-weight: normal;
}

/* Dropdown */
.dropdown-wrap{
    display: inline-block;
    position: relative;
}
.dropdown-wrap > a{
    /*color: #9d9d9d;*/
    color: #699fa0;
    display: inline-block;
    position: relative;
    padding-right: 25px;
    text-transform: lowercase;
}
.dropdown-wrap > a:before{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/arrow-dropdown.png) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dropdown-wrap.dd-active > a:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.dropdown-wrap .dropdown-box{
    display: none;
    list-style: none;
    text-align: left; 
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
}
.dropdown-wrap .dropdown-box:before {
    content: '';
    position: absolute;
    left: 16px;
    top: -5px;
    width: 10px;
    height: 6px;
    z-index: 1;
    background: url(../images/dropdown2.png) center center no-repeat;
    transition: all 0.3s ease-in-out;
}
.dropdown-wrap .dropdown-box li {
    display: list-item;
    float: none;
    position: relative;
    margin: 0px;
    padding: 0px;

    font-size: 16px;
    font-weight: normal;
    color:#fff;
    background: rgba(255,255,255,0.87);

    border-left: 1px solid #8f8f8f;
    border-right: 1px solid #8f8f8f;
}
.dropdown-wrap .dropdown-box li:first-child {
    border-top: 1px solid #8f8f8f;
}
.dropdown-wrap .dropdown-box li:last-child {
    border-bottom: 1px solid #8f8f8f;
}
.dropdown-wrap .dropdown-box li a {
    color: #767676;
    padding: 8px 16px;
    margin: 0;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    text-transform: lowercase;
    text-align: left;
    position: relative;
    min-width: 130px;
}
.dropdown-wrap .dropdown-box li:first-child a {
    border: none;
}
.dropdown-wrap .dropdown-box li a:hover,
.dropdown-wrap .dropdown-box li a.dd-active-item,
.dropdown-wrap .dropdown-box li.dd-active-item a{ 
    color: #699fa0;
}
.dropdown-wrap .dropdown-box li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
    background-color: #699fa0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.dropdown-wrap .dropdown-box li a:hover:before,
.dropdown-wrap .dropdown-box li a.dd-active-item:before,
.dropdown-wrap .dropdown-box li.dd-active-item a:before{
    opacity: 1;
}

/* Product Grid */
.products-grid{
    /*text-align: left;*/
}
.products-grid{
    margin: 0 -8px; 
}
.product-item{
    padding: 0 8px;
    margin: 20px 0 ;
}
.product-item h3{
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-item p{
    color: #2a2a2a;
    margin-bottom: 15px;
}
.product-item p:first-child{
    margin-bottom: 20px;
}
.product-item p a{
    display: block;
    overflow: hidden;
}
.product-item p a img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 280px !important;
}
.product-item:hover img{
    transform: scale(1.2);
}
/* Catalogs CSS */
.catalogs-sec{
    position: relative;
    background-color: #2d2d2d;
}
/*.catalogs-sec.padding-sec{
    padding: 100px 0;
}
.catalogs-sec h3{
    font-size: 27px;
}*/
/**** Inspirations page css ****/
/* Client projects css */
.client-projects-sec{
    /*display: flex;*/
}
/*.client-projects-sec .txt-block{
    text-align: center;
}
.client-projects-sec .txt-block h2{
    margin-bottom: 0;
}*/
.client-projects-sec .projects-wrap{
    margin: 0px -5px 20px;
    position: relative;
}
.projects-grid-wrap{
    position: relative;
}
.projects-grid .row{
    /*height: 100%;*/
    margin: 0 -5px -10px;
}
.projects-wrap > div,
.projects-grid .row > div{
    padding: 0 5px;
}
.projects-filter{
    /*background-color: #1f1f1f;*/
}
.projects-filter > div{
    /*height: calc(100% - 10px);*/
    height: 100%;
    background-color: #1f1f1f;
}
.projects-filter > div > div{
    padding: 30px;
    border-bottom: 1px solid #3a3a3a;
}
.projects-filter > div > div:last-child{
    border-bottom: none;
}
.cat-filter ul,
.projects-filter > div ul{
    list-style: none;
}
.cat-filter ul li,
.projects-filter > div ul li{
    font-size: 16px;
    color: #888888 !important;
    margin-bottom: 12px;
}
.cat-filter ul li:last-child,
.projects-filter > div ul li:last-child{
    margin-bottom: 0;
}
.cat-filter ul li a,
.projects-filter > div ul li a{
    color: #888888 !important;
    position: relative;
}
.cat-filter ul li a:hover,
.projects-filter > div ul li a:hover,
.cat-filter ul li.active a,
.projects-filter > div ul li.active a{
    color: #fff !important;
}
.cat-filter ul li a:after,
.projects-filter > div ul li a:after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.cat-filter ul li a:hover:after,
.projects-filter > div ul li a:hover:after,
.cat-filter ul li.active a:after,
.projects-filter > div ul li.active a:after{
    width: 100%;
    -webkit-animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
    animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
}

.projects-grid .project-item{
    display:block;
    position: relative;
    background-color: #e3e3e3;
    overflow: hidden;
    margin-bottom: 10px;

}
.projects-grid .project-item img{
    display: block;
    width: 100%;
    height: 203px !important;
    object-fit: cover;
}
.projects-grid .project-item:hover img{
    transform: scale(1.2);
}
.projects-grid .project-info{
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);

    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.projects-grid .project-item:hover .project-info{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.projects-grid .project-info h6{
    max-width: 150px;
    font-weight: 300;
    margin-bottom: 0;
}
.projects-grid .project-info h4{
    line-height: 1.3em;
    max-width: 220px;
    font-weight: normal;
    margin-bottom: 0;
}
.projects-grid .project-info .btn-md,
.projects-grid .project-info .btn-sm{
    position: absolute;
    bottom: 0;
}
.gd-notice-wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
}
.gd-notice,
.txt-white .gd-notice{
    color: #7a7a7a !important;
}

/* Our Catalogs CSS */
.cta-sec,
.ourcatalog-sec{
    position: relative;
    background-color: #eaeaea;
}
.cta-sec.txt-white{
    background-color: #1f1f1f;
}
.cta-sec h3,
.ourcatalog-sec h3{
    color: #000;
}
/* Articles CSS */
.articles-sec{
    position: relative;
}
.articles-sec .img-holder-wrap{
    overflow: visible;
    width: calc(50% + 368px);
    z-index: 1;
    top: 22px;
}
/*.articles-sec .txt-block{
    text-align: center;
}
.articles-sec .txt-block h2{
    margin-bottom: 0;
}*/
.articles-wrap {
    position: relative;
}
.articles-wrap .col-md-3{
    padding-right: 0;
}
.articles-wrap .col-md-9{
    margin-left: -60px;
    -ms-flex: 0 0 calc(75% + 60px);
    flex: 0 0 calc(75% + 60px);
    max-width: calc(75% + 60px);
}
.cat-filter{
    padding: 180px 40px 94px 30px;
    background-color: #1f1f1f;  
}
.articles-slider{
    position: relative;
    /*left: -100px;*/
    top: 33px;
}
.articles-slider .owl-stage {
    display: flex;
}
.articles-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.article-item{
    display: inline-block;
    background-color: #7b7b7b;
}
.article-info{
    padding: 15px;
}
.article-info h4{
    margin-bottom: 10px;
}
.article-info p{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}
.article-info p:last-of-type{
    margin-bottom: 0;
}
/* Slider Nav */
.articles-slider.owl-carousel .owl-nav{
    width: 39px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -60px;
}
.articles-slider.owl-carousel .owl-nav button.owl-next, 
.articles-slider.owl-carousel .owl-nav button.owl-prev{
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -39px center;
    background-color: #1f1f1f;
    transition: all 0.3s ease-in-out;
    margin: 0;   
}
.articles-slider.owl-carousel .owl-nav button.owl-next{
    background-image: url(../images/arrow-icon6.png);
    margin-bottom: 14px;
    order: 1;
}
.articles-slider.owl-carousel .owl-nav button.owl-next:hover{
    background-color: #fff;
    background-position: 0 center;
}
.articles-slider.owl-carousel .owl-nav button.owl-prev{
    background-image: url(../images/arrow-icon5.png);
    background-position: 0 center;
    order: 2;
}
.articles-slider.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #fff;
    background-position: -39px center;
}
.articles-slider.owl-carousel .owl-nav button.owl-next span, 
.articles-slider.owl-carousel .owl-nav button.owl-prev span{
    display: none !important;
}

/* Video Gallery CSS */
.ourvideos-sec{
    background-color: #eaeaea;
}
.ourvideos-sec .container{
    max-width: 762px;
}
.ourvideos-sec .heading-block h4{
    color: #7a7a7a;
    margin-bottom: 0;
}
.yt-video-gallery{
    margin: 0px -20px 0;
}

/* Project Form CSS */
.project-form-sec .container{
    max-width: 920px;
}
.form-wrap{
    margin-top: 60px;
}
.form-wrap > .row{
    margin: 0 -45px;
}
.form-wrap > .row > div{
    padding: 0 45px;
}
.field{
    position: relative;
    margin-bottom: 30px;
}
.field label{

}
.field input:focus {
    border-color: #689fa2 !important;
}
input.wpcf7-not-valid{
    border-color: #f00 !important;
}
.field-checkbox{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    /*padding-left: 20px;*/
}
.field-checkbox input{
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.field .field-placeholder{
    color: #000;
    font-size: 17px;
    font-weight: 300;

    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    z-index: 1;

    text-align: left;
    width: 100%;
}        
.field .field-placeholder span{
    padding: 0px;
}
.field input:not([disabled]):focus~.field-placeholder{
    color:#000;
}
.field input:not([disabled]):focus~.field-placeholder,
.field.hasValue input:not([disabled])~.field-placeholder{
    font-size: 12px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.submit-btn{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
.submit-btn .ajax-loader{
    position: absolute;
    right: -20px;
    top: calc(50% - 8px);
    z-index: 9;
}
.submit-btn .btn{
    margin: 10px 0;
}
.wpcf7-list-item-label,
span.wpcf7-not-valid-tip,
.submit-btn input,
.wpcf7-response-output{
    display: none !important;
}
.user-agreement .wpcf7-not-valid-tip{
    display: block !important;
}
span.wpcf7-list-item{
    margin: 0;
}

/**** Votre projet css ****/
.discover-sec{
    background-color: #e3e3e3;
    /*background-image: url(../images/discover-banner.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/* Packages */
.packages-sec{
    text-align: center;   
}
.packages-sec .row{
    margin: 0 -33px;
}
.packages-sec .row > div{
    padding: 0 33px;
}
.package-item{
    height: 100%;
    background-color: #f6f6f6;
    box-shadow: -2px 0px 12.09px 0.91px rgba(0, 0, 0, 0.23);
}
.package-heading{
    /*height: 160px;
    background-color: #231f20;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-heading{
    /*background-color: #699fa0;*/
}
.package-info{
    height: calc(100% - 160px);
    padding: 50px 50px 110px;
    position: relative;
}
.package-info ul{
    list-style: none;
    margin-bottom: 30px;
}
.package-info ul li{
    color: #2d2d2d;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #b8b8b8;
}
.package-info ul li:first-child{
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.package-info p{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
}

/**** Prescription css ****/
.discoverall-cta-sec{
    height: 720px;
    background-color: #e3e3e3;
    background-image: url(../images/discoverall-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.discoverall-cta-sec .container{
    height: 100%;
    position: relative;
}
.discoverall-cta-sec .container .btn-link-right{
    position: absolute;
    right: 15px;
    bottom: 32px;
}
/* Contact Form */
.prescription-page select{
    background-image: url(../images/arrow-dropdown3.png);
}
.prescription-page .field input:focus,
.prescription-page select:focus,
.prescription-page select:focus-within{
    border-color: #e2941c !important;
}
.prescription-page .btn{
    background-color: #000;
}
.prescription-page .btn:before{
    background-color: #e2941c;
}

/* Partners CSS */
.partners-sec{
    background-color: #dfdfdf;
}
.partners-sec .container{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.partner-info img{
    display: block;
    border-radius: 50%;
}
.partner-info:hover img{
    transform: scale(1.2);
}
.partner-info h3{
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 3px;
}
.partner-info h4{
    font-weight: 300;
    color: #2d2d2d;
    margin-bottom: 3px;
}
.partner-info p{
    margin-bottom: 20px;
}
.partner-info p:last-of-type{
    margin-bottom: 0;
}
.partner-info p span{
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.partner-info p a{
    color: #2d2d2d;
}
.partner-info p a:hover{
    color: #689fa2;
}

/**** Nous contacter css ****/
.installer-sec{
    background-color: #eaeaea;
}

#wpsl-wrap #wpsl-result-list{
    background-color: #252525;
}
#wpsl-wrap #wpsl-result-list{
    width: 33.5%;
    margin-right: 0;
}
#wpsl-wrap .wpsl-search{
    display: none;
    padding: 0;
    margin: 0;
    background: none;
}

/**** Grad by you css ****/
/* Features CSS */
.features-sec{
    /*background-color: #5e5e5e;*/
    background-image: url(../images/features-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}
.features-sec:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.63);
}
.features-sec .container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.features-sec .container h3{
    font-weight: bold;
    margin-bottom: 0;
}
.features-sec .container p:last-of-type{
    margin-bottom: 0;
}
.features-sec .features-item{
    /*max-width: 160px;*/
}
/* Steps CSS */
.steps-sec{
    text-align: center;
    background-color: #e9e9e9;
}
.steps-wrap{
    display: flex;
    justify-content: space-between;
}
.steps-wrap > div{
    max-width: 260px;
}
.steps-wrap > div h5{
    font-weight: bold;
    margin-bottom: 0;
}
.steps-wrap .btn{
    margin: 0;
}

/* Grad by you terraces */
.gradbyyou-terraces-sec .heading-block,
.gradbypro-terraces-sec .heading-block{
    display: flex;
    justify-content: center;
    text-align: center;
}
.gradbyyou-terraces-sec .heading-block h2,
.gradbypro-terraces-sec .heading-block h2{
    margin-bottom: 30px;
}
.gradbyyou-terraces-sec .terrace-item,
.gradbyyou-terraces-sec .terrace-item img{
    height: 325px !important;
}

/**** Grad by pro css ****/

/**** Product css ****/
/* About Product */
.about-product-sec {
    position: relative;
}
.about-product-sec .container{
    display: flex;
}
.about-product-sec .img-holder-wrap{
    width: calc(50% - 140px);
}
.about-product-sec .img-holder-wrap .img-holder{
    background-size: contain;
}
.about-product-sec .product-desc{
    max-width: 622px;
    margin-left: auto; 
}
.about-product-sec .product-desc h2{
    margin-bottom: 5px;
}
.about-product-sec .product-desc h3{
    font-weight: normal;
    color: #000000;
}
.about-product-sec .product-desc p{
    font-style: italic;
    color: #4c4c4c;
}
.about-product-sec .product-features{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.about-product-sec .product-features li{
    text-align: center;
    max-width: 160px;
}
.about-product-sec .product-features li p{
    margin-bottom: 15px;
}
.about-product-sec .product-features li h4{
    font-size: 22px;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 0;
}
/* Product Technical Sheet */
.technical-sheet-sec{
    background-color: #e8e8e8;
}
.sheet-table-wrap{
    margin-bottom: 40px;
}
.sheet-table-wrap h5{
    font-size: 18px;
    display: flex;
    padding-left: 140px;
    /*align-items: center;
    position: relative;
    margin-bottom: 20px;*/
    text-transform: uppercase;
    font-weight: bold;
}
.sheet-table-wrap h5 span{
    width: 50%;
    flex: 0 0 50%;
    text-align: right;
    padding: 0 25px;
}
.sheet-table-wrap h5 strong{
    display: inline-block;
    position: relative;
}
.sheet-table-wrap h5 strong:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}
.sheet-table{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.sheet-table > h4{
    width: 140px;
    flex: 0 0 140px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.sheet-points{
    width: 100%;
    padding: 20px;
    border: 1px solid #acbfc0;
    text-align: center;
    position: relative;
}
.sheet-points > img{
    position: absolute;
    top: calc(50% - 36px);
    left: -36px;
}
.sheet-points p{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.sheet-points p:after{
    content: "";
    width: 9px;
    height: 100%;
    background: url(../images/arrow-icon6.jpg) center center no-repeat;
    /*border-left: 1px solid #9c9a9a;*/
    position: absolute;
    top: 0;
    left: calc(50% - 4.5px);

}
.sheet-points p span{
    width: 50%;
    flex: 0 0 50%;
    text-align: right;
    padding: 0 25px;
}
.sheet-points p span:last-child,
.sheet-table-wrap h5 span:last-child{
    text-align: left;
}
.sheet-points p:last-of-type{
    margin-bottom: 0;
}
/* Product Features CSS */
.pdfeatures-sec{
    /*background-color: #5e5e5e;*/
    background-image: url(../images/product-features-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}
.pdfeatures-sec:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.63);
}
.pdfeatures-sec .container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pdfeatures-sec .container h3{
    font-weight: bold;
    margin-bottom: 0;
}
.pdfeatures-sec .container p:last-of-type{
    margin-bottom: 0;
}
.pdfeatures-sec .features-item{
    max-width: 300px;
}
/* Project Gallery */
.project-gallery-sec .projects-grid-cat{
    list-style: none;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 30px;
}
.project-gallery-sec .projects-grid-cat li{
    display: inline-block;
    font-size: 22px;
    color: #5a5a5a;
    margin-left: 45px;
}
.project-gallery-sec .projects-grid-cat li:first-child{
    margin-left: 0px;
}
.project-gallery-sec .projects-grid-cat li a{
    display: inline-block;
    padding-bottom: 3px;
    color: #5a5a5a;
    border-bottom: 6px solid #fff;
}
.project-gallery-sec .projects-grid-cat li a:hover,
.project-gallery-sec .projects-grid-cat li.current-cat a{
    border-color: #8eabac;
}
.project-gallery-sec .projects-grid{
    margin-bottom: 40px;
}
.project-gallery-sec .projects-grid .project-item img{
    height: 280px !important;
}
/* CTA Product */
.cta-product-sec{
    background-color: #e3e3e3;
    background-image: url(../images/product-cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.cta-product-sec h2{
    color: #7a7a7a;
    text-align: right;
    margin-bottom: 40px;
}
.product-type-wrap{
    display: flex;
    justify-content: flex-end;
    margin: 0 -17px;
}
.product-type{
    max-width: 300px;
    flex: 0 0 300px;
    padding: 50px 40px;
    margin: 0 17px;
    text-align: center;
    background-color: #fff;
}
/* Complementary Products */
.complementary-sec{
    text-align: center;
}
.complementary-sec h2{
    color: #7a7a7a;
}
.products-slider{
    margin-top: 15px;
    position: relative;
}
.products-slider .owl-stage-outer{
    /*margin: 0 -5px;*/
}
.products-slider .product-slide{
    max-width: 246px;
    padding: 10px 3px;
    margin: 0 auto;
}
.products-slider .product-slide .img-wrap{
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0.56px rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
}
.products-slider .product-slide .img-wrap img{
    /*width: 246px;
    height: 246px !important;
    object-fit: cover;*/
}
.products-slider .product-slide:hover img{
    transform: scale(1.2);
}
.products-slider .product-slide h6{
    height: 48px;
    font-weight: 300;
    margin-bottom: 5px;
}
.products-slider .product-slide .btn{
    border-radius: 0;
    /*padding: 13px 25px;*/
    /*box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);*/
}
.products-slider .owl-nav button.owl-next, 
.products-slider .owl-nav button.owl-prev{
    display: inline-block;
    width: 14px;
    height: 28px;
    background: url(../images/slider-nav.png) -14px 0 no-repeat;
    margin: 0;
    position: absolute;
    top: 109px;
}
.products-slider .owl-nav button.owl-next{
    background-position: -14px 0;
    right: -39px;
}
.products-slider .owl-nav button.owl-prev{
    background-position: 0 0;
    left: -39px;
}
.products-slider .owl-nav button.owl-next span,
.products-slider .owl-nav button.owl-prev span{
    display: none !important;
}

/* 3D Configurator CSS */
.configurator3d-sec{
    position: relative;
    background: url(../images/configurator3d-bg.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.35);
}
.configurator3d-sec .container{
    display: flex;
    justify-content: flex-end;
}
.configurator3d-content{
    max-width: 380px;
}

/* Project Slider CSS */
.project-single-wrap{
    max-width: 1080px;
    padding: 40px;
    margin: 0 auto;
}
.project-title{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.project-slider{
    /*min-height: 300px;*/
    position: relative;
}
.project-slider .owl-stage {
    display: flex;
}
.project-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
}
.project-slider .project-item{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.project-slider .project-item img{
    width: auto !important;
    max-width: 100% !important;
    max-height: 600px !important;
}   

.project-slider .owl-nav button.owl-next, 
.project-slider .owl-nav button.owl-prev{
    display: inline-block;
    width: 14px;
    height: 28px;
    background: url(../images/slider-nav.png) -14px 0 no-repeat;
    margin: 0;
    position: absolute;
    top: calc(50% - 14px);
}
.project-slider .owl-nav button.owl-next{
    background-position: -14px 0;
    right: -28px;
}
.project-slider .owl-nav button.owl-prev{
    background-position: 0 0;
    left: -28px;
}
.project-slider .owl-nav button.owl-next span,
.project-slider .owl-nav button.owl-prev span{
    display: none !important;
}

.project-popup{
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 40px;
}
.pj-popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 27px;
}

.fancybox-slide--iframe .fancybox-content {
    max-width  : 1080px;
}