@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Varela_Round';
    /* font-weight: 400; */
    src: url(../fonts/Varela_Round/VarelaRound-Regular.ttf);
}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat';font-weight: 600;}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Varela_Round',sans-serif;
}


html{
    font-size: 16px;
}

body{
    background-color: #f3f1f0;
}

a{
    text-decoration: none;
}

/* .container{
    box-sizing: content-box;
} */

hr{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 1px solid #eee;
}

nav{
    background: #FFF;
    position: relative;
}
.nav-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.625rem;
}

.nav-content .logo{
    display: block;
    max-width: 6rem;
    flex-grow: 1;
    text-align: center;
    margin: auto 1.5rem;
}

.nav-content .logo img{
    max-width: 100%;
}

.menu-icon-btn{
    border: none;
    background: none;
    display: none;
}

span.menu-icon {
    display: block;
    height: 1.25rem;
    width: 1.875rem;
    cursor: pointer;
    position: relative;
}

span.menu-icon > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #627381;
    /*  */
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

nav.homepage span.menu-icon > span {
    background: #FFF;
}

span.menu-icon span:nth-child(1) {
    top: 0;
}

span.menu-icon span:nth-child(2) {
    top: 9px;
    width: 80%;
}

span.menu-icon span:nth-child(3) {
    top: 1.125rem;
}

span.menu-icon.active span{
    background: #627381;
    width: 100% !important;
}


.primary-menu{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.primary-menu.computer{
    flex-grow: 1;
    justify-content: space-between;
    flex-basis: calc(50% - 4.5rem);
}
/* .primary-menu.computer.right-menu{
    justify-content: flex-end;
} */

.primary-menu.mobile{
    display: none;
}
.primary-menu li a{
    padding: 0.9375rem 0.625rem;
    line-height: 2.8125rem;
    color: #666;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.75rem;
}
nav.homepage .primary-menu li a{
    color: #FFF;
}

nav.homepage .primary-menu.mobile li a{
    color: #666;
}
nav.homepage .nav-content .logo img{
    filter: brightness(0) invert(1);
}

.primary-menu.mobile li a{
    color: #666;
}
.primary-menu li a:hover{
    color: #627381;
    transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    -ms-transition: 0.7s ease all;
    -o-transition: 0.7s ease all;
}

li.has-menu {
    position: relative;
}

li.has-menu > ul.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    list-style-type: none;
    z-index: 2;
    background: #FFF;
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
}
li.has-menu > ul.sub-menu > li > a{
    font-size: d.875rem;
    padding: 0.625rem 1.125rem;
    width: 12.5rem;
    line-height: normal;
    width: 12.5rem;
    display: block;
}

li.has-menu > a::after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: d.875rem;
    margin-left: 7px;
}

.group-buttons a {
    padding: 12px 25px;
    border-radius: 3.125rem;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    -ms-border-radius: 3.125rem;
    -o-border-radius: 3.125rem;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    font-size: 1rem;
    /* background: transparent; */
    font-weight: 600;
}

a.get-qoute{
    background: rgba(221, 110, 158,0.4);
    color: #fff;
    border-color: 1px solid rgba(221, 110, 158,0.4);
    margin-right: 0.625rem;
}

a.call-us  ,a.get-qoute:hover , .section-dark .group-buttons a:hover{
    background-color: #627381;
    border-color: 1px solid #627381;
    color: #FFF;
}
a.call-us:hover{
    background-color: #627381;
    border-color: 1px solid #627381;
    color: #FFF;
}


section{
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

section.section-dark{
    padding-top:1.2rem ;
    padding-bottom: 1.6rem;
}

section#clients{
    padding-top: 4rem;
    padding-bottom: 6.4rem;
}

section#contact-us{
    padding-top: 0rem;

}

.section-title{
    margin-bottom: 0.625rem;
    font-size: 2.18rem;
    /* line-height: 3.125rem; */
    font-weight: 700;
    text-align: center;
    font-style: normal;
    font-family: 'Montserrat',sans-serif;
    text-transform: capitalize;
    color: #627381;
    text-align: center;
}

#contact-us .section-title{
    margin-bottom: 2rem;
}

.section-desc{
    color: #627381;
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 3.75rem;
    text-align: center;
    /* max-width: 46.875rem; */
    max-width: 80%;
    margin: auto;
}

.box-image{
    display: block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 1rem; */
}

section#furniture .col-12{
    margin-bottom: 1rem;
}

.box-image.with-hover-shadow:hover{
    transform: translateY(-0.625rem);
    -webkit-transform: translateY(-0.625rem);
    -moz-transform: translateY(-0.625rem);
    -ms-transform: translateY(-0.625rem);
    -o-transform: translateY(-0.625rem);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    box-shadow: 0 3px 6px 0px rgb(0 0 0 / 10%);
    overflow: visible;
}
.box-image .image{
    display: block;
}
.box-image img{
    max-width: 100%;
    display: block;
    margin: auto;
    width: 100%;
}

.box-image .title{
    background: #fff;
    padding: 21px;
    color: #000;
    text-align: center;
    display: block;
    font-size: 20px;
    flex-grow: 1;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    /* position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; */
}
.box-image .title:hover{
    color: #627381;
}


.section-dark{
    background: #a6a6a6;
}

.section-dark .section-title{
    color:#FFF;
    margin-bottom:1.75rem;
}

.section-dark .group-buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-dark .group-buttons a.get-qoute{
    background-color: #FFF;
    border-color: #627381;
    color: #627381;
}

.section-dark .group-buttons a{
    background: transparent;
    border: 1px solid #FFF;
}

.section-dark .group-buttons a:hover{
    background-color: #627381;
    border-color: #627381;
    color: #FFF;
}

.testimonial-box{
    display: block;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.testimonial-box .icon{
    font-size: 1.875rem;
    display: block;
    text-align: left;
    color: #627381;
}

.testimonial-box p{
    line-height: 1.6;
    font-size: 1.0625rem;
    font-weight: 300;
    color: #707070;
}
.testimonial-box .images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
    margin-bottom: 5px;
}

.testimonial-box .images img.avatar{
    border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
    width: 3.75rem;
    display: inline-block;
    box-shadow: 5px 0 5px 1px rgb(0 0 0 / 20%);
    border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
    -webkit-border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
    -moz-border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
    -ms-border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
    -o-border-radius: 5% 95% 95% 5% / 50% 50% 50% 50%;
}

.testimonial-box .images .play{
    font-size: 1.25rem;
    width: 3.125rem;
    /* height: 2.5rem; */
    /* line-height: 40x;
    text-align: center;
    color: #627381;
    border: 5px solid #627381; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-25px);
}

section#clients .col-12{
    padding: 0.625rem;
}

.testimonial-box .images{
    display: flex;
    justify-content: space-between;
}
.testimonial-box .name{
    color: #323232;
    font-size: 1.25rem;
}
.testimonial-box .description{
    font-weight: 400;
    font-size: d.875rem;
    line-height: 1.25rem;
    color: #707070;
}

#gallery{
    padding-top: 9rem;
}

#gallery .image {
    width: calc(16.666666666667% - 0.9375rem);
    margin: 7.5px;
    height: 15.625rem;
}
#gallery .image img{
    height: 15.625rem;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
}

section#products p.gallery-description{
    line-height: 1.5rem;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: auto;
    text-align: center;
    max-width: 912px;
    color: #707070;
    margin-bottom: 1.25rem;
}

section#products .gallery-subtitle{
    margin: 0 auto;
    font-weight: 400;
    font-size: 1rem;
    color: #323232;
    text-align: center;
}

section#products .gallery-menu{
    margin-top: 1.25rem;
    /* margin-left: 0.625rem ; */
    list-style-type: none;
    color: #707070;
    padding: 0;
}
section#products .gallery-menu li{
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}


section#content img{
    max-width: 100%;
    
    margin-bottom: 1rem;
}

section#content img.active{
    display: block;
}


section#content .section-title{
    text-align: left;
    margin-bottom: 0.9375rem;
}

section#content p{
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    color: #707070;
    margin-bottom: 1.875rem;
}





section#contact-us .section-desc{
    padding-bottom: 0.9375rem;
}

section#contact-us form{
    max-width: 46.875rem;
    margin: auto;
}

section#contact-us form label{
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    width: 100%;
    color: #707070;
}

section#contact-us form input:not([type=submit]) , section#contact-us form select , section#contact-us form textarea{
    display: block;
    padding: 0.625rem 1.25rem;
    border-radius: 3.125rem;
    background: #fcfcfc;
    color: #000;
    border: 1px solid #ddd;
    outline: medium none;
    padding: 0.625rem;
    font-size: 0.9375rem;
    width: 100%;
    margin-bottom: 0.6rem;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    -ms-border-radius: 3.125rem;
    -o-border-radius: 3.125rem;
}
section#contact-us form textarea{
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
}

section#contact-us form input[type=submit]{
    display: inline-block;
    margin: 0.625rem 0;
    padding: 0.625rem;
    position: relative;
    text-align: center;
    transform: translateZ(0);
    width: 12.5rem;
    background-color: #627381;
    color: #fff;
    border: 1px solid #627381;
    border-radius: 3.125rem;
    cursor: pointer;
    
}

section#contact-us form input[type=submit]:hover{
    background-color: #fff;
    color: #627381;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

a.read-more{
    background-color: #627381;
    color: #fff;
    border: 1px solid #627381;
    border-radius: 3.125rem;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    -ms-border-radius: 3.125rem;
    -o-border-radius: 3.125rem;
    font-size: 1rem;
    padding: 12px 1.25rem;
    display: inline-block;
}

a.sm-up-container{
    color: #FFF;
    background: #627381;
    display: none;
    height: auto;
    right: 3px;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    position: fixed;
    top: 85%;
    width: 45px;
    height: 45px;
    z-index: 60;
    border-radius: 5px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 3px 23px rgb(0 0 0 / 30%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

section#call-us{
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #333;
    z-index: 9;
    display: none;
}

section#call-us a{
    display: inline-block;
    border-radius: 50px;
    font-size: 1rem;
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    border: none;
}
section#call-us a.call{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #5cb85c;
    color: #FFF;
    border:1px solid #4cae4c;
    text-align: right;
}

section#call-us a.get-quote{
    background-color: #627381;
    color: #fff;
    border: 1px solid #627381;
}


.page-title{
    font-size: 3rem;
    color: #323232;
    text-align: center;
    padding: 2.25rem 0;
    font-weight: 700;
    font-family: 'Open Sans';
    background-image: url(../images/blank-p.jpg);
    background-size: contain;
    background-position: bottom center;
}

section#content{
    margin-bottom: 60px;
}

section#content h2{
    color: #323232;
    font-size: 1.75rem;
    margin-top:20px ;
    margin-bottom:10px ;
    font-weight: 500;
}
section#content p{
    color: #707070;
    margin-top:20px ;
    margin-bottom:10px ;
    letter-spacing: 0.4px;

}

section#content .images img{
    max-width: 100%;
}
section#content .main-image{
    max-width: 100%;
    text-align: center;
}
section#content img{
    max-width: 100%;
}
section#content .qoute-box{
    background: #efefef;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section#content .qoute-box h2{
    font-size: 24pt;
    color: #707070;
    text-align: center;
    margin-bottom: 45px;
}

section#content .qoute-box .group-buttons {
    padding: 0 10px;
}

.icon-2x{
    font-size: 2em;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
section#content .qoute-box a{
    display: block;
    line-height: 1.3333333;
    border-radius: 5px ;
    background-color: #4e8629;
    color: #ffffff ;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    -ms-border-radius: 5px ;
    -o-border-radius: 5px ;
}
section#content .qoute-box i{
    float: left;
}

section#content .testimonials{
    margin-top: 60px;
    margin-bottom: 60px;
}

section#content a.side-call-us , section#content a.side-get-quote{
    display: block;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#4e8629),color-stop(1,#65ad35));
    font-size: 1rem;
    padding: 1rem 2rem;
    border: 1px solid;
    border-color: #477a25 #437223 #3c671f #437223;
    color: #FFF;
    text-align: center;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    position: relative;
}
section#content a.side-get-quote{
    background: #d33;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bd2020),color-stop(1,#dd3333));
    border-color: #b01d1d #a81c1c #9a1a1a #a81c1c;
}

section#content a.side-call-us i , section#content a.side-get-quote i{
    position: absolute;
    top: calc(50% - 0.65rem);
    right: 10px;
}

section#content span.or{
    display: block;
    color:#707070;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: center;
}


section#content h3{
    font-size: 1.1875rem;
    position: relative;
    padding: 10px 0;
}

section#content .silde-images{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 5px;
    /* padding: 0 20px; */
}

section#content .silde-images img{
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}


section#content #gallery{
    flex-wrap: nowrap;   
    gap: 5px;
}
section#content #gallery .image{
    width: 30%;
    margin: 0;
    height: auto;
}
section#content #gallery .image img{
    height: auto;
}

section#content h3::before{
    position: absolute;
    bottom: 0;
    background: #627381;
    height: 1px;
    content: '';
    width: 40px;
    left: 10px;
}
section#content h3::after{
    position: absolute;
    bottom: 0;
    background: #627381;
    height: 1px;
    left: 0;
    content: '';
    width: 6px;
}


section#content a.side-call-us:hover , section#content a.side-get-quote:hover{
    font-weight: bold;
    font-size: 1.02rem;
}

section#content .qoute-box .group-buttons a:hover{
    color: #323232;
}

#content a.read-more {
    margin-bottom: 1rem;
}

@media(max-width:1200px){
    #gallery .image{
        width: calc(25% - 15px);
    }
}


@media(max-width:1023px){
    .menu-icon-btn{
        display: block;
    }

    .nav-content{
        flex-direction: row-reverse;
    }
    
    .primary-menu{
        display: none;
        flex-direction: column;
        position: sticky;
        top: 100%;
        left: 0;
        background: #FFF;
        z-index: 20;
        width: 100%;
        align-items: flex-start;
        max-height: 70vh;
        overflow: auto;
        flex-wrap: nowrap;
    }
    .primary-menu.computer{
        display: none !important;
    }
    .primary-menu li{
        width: 100%;
    }
    li.has-menu > ul.sub-menu{
        display: flex;
        flex-direction: column;
        box-shadow: none;
        border: none;
        padding-left: 25px;
        position: relative;
    }
    li.has-menu > ul.sub-menu > li > a {
        display: block;
        width: auto;
    }
    .primary-menu li a{
        font-size: 0.8rem;
    }
}


@media(max-width:992px){
    #gallery .image{
        width: calc(33.333333333333% - 15px);
    }
    
    section#call-us{
        display: block;
    }

   

    .page-title{
        font-size: 36px;
        background-repeat: no-repeat;
    }
}


/* New */

nav{
    background: transparent;
}
nav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1040;
}

.container-icon .title span::after{
    content: " ";
    position: absolute;
    left: 0;
    width: auto;
    height: 1px;
    bottom: -0.3rem;
    content: " ";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -0.3rem;
    display: block;
    background: #777;
}


.client-say {
    padding: 0 0.4rem;
}

.client-video video , .client-video iframe{
    max-width: 100%;
}

.mejs-container{
    max-width: 100%;
}

.client-name{
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #627381;
    font-weight: 700;
}

.client-desc{
    font-size: 1rem;
    color: #444;
}

.contact-us-image{
    background-image: url(../images/form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    height: 100%;
    background-position: bottom left;
    padding: 0rem 1rem;
    flex-direction: column;
    align-items: flex-start;
}
.contact-us-image .title{
    color: #FFF;
    font-size: 2.9rem;
    font-weight: bold;
    font-family: "Montserrat";
}

#contact-us-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #333;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    /* max-width: 1350px; */
    margin: auto;
    overflow: hidden;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
}

#contact-us-content > .mobile-image{
    display: none;
    flex-basis: 100%;
    width: 100%;
}

#contact-us-content > .mobile-image img{
    max-width: 100%;
    display: block;
    margin: auto;
}
#contact-us-content > .image{
    flex-basis: 47%;
    width: 47%;
    flex-grow: 1;
    height: auto;
    align-self: stretch;
}

#contact-us-content > .form{
    flex-basis: 53%;
    width: 53%;
    flex-grow: 1;
    padding: 2.4rem 10px 1.6rem 10px;
    
}
#contact-us-content > .form .section-title{
    font-size: 3rem;
}

#contact-us-content > .form p.sub-title{
    display: none;
}
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: auto;
    flex-wrap: wrap;
}

footer > div:not(:last-child){
    margin-right: 2rem;
}

/* footer .map{
    max-width: 15rem;
} */

footer .logo{
    max-width: 6rem;
}

footer  img{
    display: block;
    max-width: 100%;
    margin: auto;
}

footer .icon {
    /* max-width: 4rem; */
    margin: auto;
}
footer .icon img{
    height: 2.5rem;
}

footer .icons-footer{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-grow: 1;
    margin: auto 2rem;
}


.container-icon .title {
    text-align: center;
    font-size: 1.9rem;
    color: #777;
   
    position: relative;
}
.container-icon .title span {
    position: relative;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.container-icon .content{
    text-align: center;
}

.container-icon .content p, .container-icon .content a {
    font-size: 0.8rem;
    color: #444;
    margin: auto 0.4rem;
}

.container-icon .content i.fab {
    font-size: 1.9rem;
}

.client-video a.image{
    display: block;
    width: 100%;
}

.client-video a.image img{
    max-width: 100%;
    text-align: center;
}


.gallery-group{
    background: #FFF;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
    padding: 1rem 0;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,16%);
}

.gallery-group .gallery-image{
    display: block;
}
.gallery-group .col-12:not(:nth-last-child(-n+3)) .gallery-image{
    margin-bottom: 1.5rem;
}

.gallery-group .gallery-image img{
    max-width: 100%;
    display: block;
    margin: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit:cover;
    min-width:100%;
}

/*  */

.fancybox-navigation .fancybox-button {
    width: 50vw;
    height: 100vh;
    top: 0;
    opacity: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left{
    cursor: -webkit-image-set(url(../images/lar.png) 1x, url(../images/lar.png) 2x) 0 0, pointer;
    cursor: -webkit-image-set(url(../images/lar.png) 1x, url(../images/lar.png) 2x) 0 0, pointer;
}

.fancybox-navigation .fancybox-button--arrow_right{
    cursor: -webkit-image-set(url(../images/rar.png) 1x, url(../images/rar.png) 2x) 0 0, pointer;
    cursor: -webkit-image-set(url(../images/rar.png) 1x, url(../images/rar.png) 2x) 0 0, pointer;
}

.fancybox-toolbar{
    z-index: 10000000 !important;
}

header .slider{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 16rem;
    
    height: 100%;
}
header .slider .slider-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    /* max-width: 30rem; */
}

header .slider .title{
    /* font-size: 5.625rem; */
    font-size: 3.5rem;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0.8rem;
    font-family: "Montserrat";
    max-width: 39rem;
}

header .slider .sub-title{
    font-size: 1.2rem;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0.8rem;
    max-width: 39rem;
}
header .slider .buttons{
    margin-top: 2rem;
}
header .slider .buttons .btn{
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
} 

header .slider .buttons .testimonial-btn {
    background: #FFF;
    color: #627381;
    margin-right: 2rem;
    border:1px solid #FFF;
}
header .slider .buttons .portfolio-btn {
    background: #627381;
    color: #FFF;
    border:1px solid #627381;
    margin-right: 2rem;
}

header .slider .buttons .contact-btn {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

header .slider .buttons .contact-btn:hover , header .slider .buttons .testimonial-btn:hover{
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    background: #627381;
    color: #FFF;
    border-color: #FFF;
} 

header .slider .buttons .portfolio-btn:hover{
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    background: #FFF;
    color: #627381;
    border-color: #627381;
}


header .swiper-slide.bg-light .slider .sub-title , header .swiper-slide.bg-light .slider .title{
    color: #627381;
}


.swiper-pagination-clickable .swiper-pagination-bullet{
    width: 0.8rem;
    height: 0.8rem;
    background: #99a7b2;
    opacity: 0.4;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active{
    opacity: 1;
    background: #c5cdd3;
}

.swiper-slide{
    height: auto !important;
}

section#content .section-title{
    font-size: 2rem;
}

section#content p{
    font-size: 1.27rem;
}

#gmap_canvas , .gmap_canvas , .mapouter{
    width: 250px;
    height: 250px;
}

#gmap_canvas{
    margin-bottom: 1rem;
}


.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.mapouter {
    position: relative;
    text-align: right;

}


/* End New */


@media(max-width:768px){
    #gallery .image{
        width: calc(50% - 15px);
    }

    section#content .sidebar{
        order: -1;
    }
    section#content .testimonial-box , section#content .qoute-box a , section#content .images img{
        margin-bottom: 20px;
    }
}

@media(max-width:550px){
    header .slider .title{
        font-size: 3rem;
    }
    
    .primary-menu{
        display: flex;
    }
    

    .section-title{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .section-desc{
        font-size: 1rem;
        padding-bottom: 1rem;
    }
    .testimonial-box .images .play{
        width: 4.6875rem;
    }
    section#products p.gallery-description{
        width: 80%;
    }

    section#contact-us .section-desc{
        max-width: 100%;
    }
    .copy-right{
        text-align: center;
    }
    
    .copy-right a{
        display: none;
    }

    #contact-us-content > .form .section-title{
        font-size: 2rem;
    }

    #contact-us-content > .form p.sub-title{
        font-size: 1.2rem;
    }
}

@media(max-width:488px){
    .nav-content .logo {
        max-width: 5rem;
    }

    body{
        padding-top: 6.55rem;
    }
}

@media(min-width:768px){
    html{
        font-size: 16px;
    }
    
}



/* Start New */

@media(max-width:1351px){
    #contact-us-content{
        border: none;
        border-radius: 0rem;
        -webkit-border-radius: 0rem;
        -moz-border-radius: 0rem;
        -ms-border-radius: 0rem;
        -o-border-radius: 0rem;
    }

    .contact-us-image .title{
        font-size: 2.5rem;
        padding-right: 6rem;
    }
}


@media(max-width:1180px){
    footer{
        padding: 0 1rem;
    }
    footer .icons-footer{
        margin: auto 1rem;
    }
    footer .icon img {
        height: 2rem;
    }
    .container-icon .title{
        font-size: 1.2rem;
    }
    footer > div:not(:last-child) {
        margin-right: 0.8rem;
    }
    /* footer .map {
        max-width: 12rem;
    } */
    footer .map{
        width: 100%;
        flex-grow: 1;
        margin-bottom: 1rem;
    }
    #gmap_canvas, .gmap_canvas, .mapouter{
        width: 100%;
        height: 250px;
    }

    footer .logo{
        margin-left: auto;
    }
}

@media(max-width:990px){
    html{
        font-size: 15px;
    }
    .miss{display:none;}
    #contact-us-content > .image{
        display: none;
        flex-basis: 100%;
        width: 100%;
    }
    #contact-us-content .mobile-image{
        display: block;
    }
    #contact-us-content > .form{
        flex-basis: 100%;
        width: 100%;
    }

    #contact-us-content > .form .section-title{
        margin-bottom: 0.8rem;
    }

    #contact-us-content > .form p.sub-title {
        display: block;
        color: #444;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 2.8125rem;
    }

    footer .icons-footer {
        order: -1;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

}

@media(max-width:776px){
    html{
        font-size: 13.5px;
    }
    footer .icons-footer .container-icon{
        flex-grow: 1;
        flex-basis: 50%;
        margin-bottom: 1rem;
    }
    .box-image .title{
        font-size: 1.2rem;
    }
}

@media(max-width:576px){
    .gallery-group .col-12:not(:last-child) .gallery-image{
        margin-bottom: 1rem;
    }
}

@media(max-width:480px){
    
    html{
        font-size: 13px;
    }
    footer .icons-footer .container-icon {
        flex-basis: 100%;
        position: relative;
    }
    footer .icon img {
        height: 1.6rem;
    }
    footer .icon{
        margin: 0;
    }
    .container-icon .title span{
        width: 100%;
        margin-bottom: 0.4rem;
        position: initial;
    }

    .container-icon .title{
        position: initial;
    }

    footer img{
        margin: 0;
        margin-right: auto;
    }
    .container-icon .title , .container-icon .content{
        text-align: left;
    }
    .container-icon .content p, .container-icon .content a{
        text-align: left;
    }

    .container-icon .content{
        margin-bottom: 0.4rem;
    }
    .container-icon .content.socails {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .container-icon .content i.fab {
        font-size: 1.6rem;
    }

    /* footer .map {
        max-width: 10rem;
    } */

    section#content .section-title{
        font-size: 1.4rem;
    }
    section#content p{
        font-size: 1rem;
    }

    header .slider .title{
        font-size: 2rem;
    }

    .section-dark .group-buttons a.get-qoute{
        margin-bottom: 1rem;
    }

    .section-dark .group-buttons{
        flex-direction: column;
        align-items: center;
    }
}



/* End new */








nav.mobile-menu .menu-icon-btn{
    display: block;
}

nav.mobile-menu .primary-menu{
    display: none;
    flex-direction: column;
    position: sticky;
    top: 100%;
    left: 0;
    background: #FFF;
    z-index: 20;
    width: 100%;
    align-items: flex-start;
    max-height: 70vh;
    overflow: auto;
    flex-wrap: nowrap;
}
nav.mobile-menu .primary-menu li{
    width: 100%;
}
nav.mobile-menu li.has-menu > ul.sub-menu{
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border: none;
    padding-left: 25px;
    position: relative;
}
nav.mobile-menu li.has-menu > ul.sub-menu > li > a {
    display: block;
    width: auto;
}
nav.mobile-menu .primary-menu li a{
    font-size: 0.8rem;
    color:#666;;
}

nav.mobile-menu .primary-menu.computer{
    display: none !important;
}


nav.computer-menu .menu-icon-btn{
    display: none;
}

nav.computer-menu .primary-menu{
    display: flex !important;
    flex-direction: row;
    position: initial;
    top: initial;
    left: initial;
    /* background: #FFF; */
    background: transparent;
    z-index: 20;
    width: auto;
    align-items: flex-start;
    max-height: initial;
    overflow: visible;
}
nav.computer-menu .primary-menu.mobile{
    display: none !important;
}
nav.computer-menu .primary-menu li{
    width: auto;
}
nav.computer-menu li.has-menu > ul.sub-menu{
    display: none;
    flex-direction: column;
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    padding-left: 0;
    position: absolute;
}
nav.computer-menu li.has-menu > ul.sub-menu > li > a {
    display: block;
    width: 12.5rem;
}
nav.computer-menu .primary-menu li a{
    font-size: 0.75rem;
    color: #666;
}
nav.homepage.computer-menu .primary-menu li a{
    color: #FFF;
}


@media(min-width:1560px){
    html{
        font-size: 17px;
    }
}


@media(min-width:1640px){
    html{
        font-size: 18px;
    }
}

@media(min-width:1800px){
    html{
        font-size: 19px;
    }
}


@media(min-width:1920px){
    html{
        font-size: 20px;
    }
}



@media(min-width:1450px){
    header .container ,  section#furniture .container , section#gallery .container{
        max-width: 75%;
    }

    section#clients .container , section#content .container{
        max-width: 85%;
    }
}



@media(min-width:1350px){
    
    section#contact-us{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section#contact-us .container{
        max-width: 100%;
    }

    footer{
        max-width: 90%;
    }
}

/* Fixing header */

nav.light{
    background: #FFF;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 40%)
}

nav.light span.menu-icon > span {
    background: #627381;
}

nav.light.computer-menu .primary-menu li a {
    color: #666;
}

nav.light .nav-content .logo img {
    filter: none;
    -webkit-filter: none;
}

nav.light .primary-menu li a {
    color: #627381;
}

nav{
    position: fixed;
}

body{
    padding-top: 5rem;
}

header .slider{
    background-position:center center;
    min-height: calc(100vh - 7.55rem);
}

header .slider.light-bg .title , header .slider.light-bg .sub-title{
    color: #627381;
}

header .slider.light-bg .buttons .contact-btn{
    background: #627381;
    color: #FFF;
    border-color: #627381;
}

header .slider.light-bg .buttons .contact-btn:hover{
    background: #FFF;
    color: #627381;
    border-color: #FFF;
}


header.light .swiper-pagination-clickable .swiper-pagination-bullet{
    background: #627381;
}

header.light .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #627381;
}


header .slider.light-bg.black-text .title , header .slider.light-bg.black-text .sub-title{
    color: #333;
    font-weight: lighter;
}
.spacer-small{padding:10px;}
.spacer-medium{padding:30px;}
.spacer-large{padding:50px;}

.popup-youtube img {border:solid 1px #627381;box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}
.popup-youtube img:hover{opacity:0.8;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}