@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Work Sans', sans-serif; */

/* common css */

body{
    font-family: 'Work Sans', sans-serif;
}

::selection{
    background: #e3b175;
    color: #161311;
}

::-moz-selection{
    background: #e3b175;
    color: #161311;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #FBF6F1;
}

::-webkit-scrollbar-thumb {
    background: #54504F;
}

::-webkit-scrollbar-thumb:hover {
    background: #161311;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

a:-webkit-any-link:focus-visible{
    outline: 0;
}

.container{
    max-width: 1424px;
}

.dropdown-menu{
    border-radius: 0;
    background: #e3b175;
    border: 0;
}
.dropdown-menu .dropdown-item{
    font-weight: 300;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active{
    background: #F0E1C6;
    color: #161311;
}

.zl-common-btn{
    font-size: 16px;
    font-weight: 400;
    color: #161311;
    background: transparent;
    border: 1px solid #e3b175;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 40px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}
.zl-common-btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #e3b175;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.zl-common-btn:hover{
    color: #161311;
}
.zl-common-btn:hover::before{
    width: 100%;
}
.zl-common-btn svg{
    width: 15px;
    height: 15px;
}

.zl-common-heading{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin: 0;
}
.zl-common-sub-heading{
    position: relative;
    display: block;
    font-size: 16px;
    color: #e3b175;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 40px;
    margin-bottom: 20px;
}
.zl-common-sub-heading::before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 1px;
    background: #e3b175;
}

.zl-common-heading-component{
    margin-bottom: 60px;
}
.zl-common-heading-component .zl-common-paragraph{
    font-size: 20px;
    font-weight: 300;
    color: #54504F;
    line-height: 1.7;
    font-family: 'Work Sans', sans-serif;
    max-width: 650px;
    margin-top: 10px;
    margin-bottom: 0;
}

.zl-common-tab-menu-content .zl-common-tab-menu {
    border-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.zl-common-tab-menu-content .zl-common-tab-menu .nav-item .nav-link{
    border: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    color: #161311;
    padding: 10px 16px;
    position: relative;
    outline: 0 !important;
    white-space: nowrap;
}
.zl-common-tab-menu-content .zl-common-tab-menu .nav-item .nav-link::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #e3b175;
    opacity: 0;
}

.zl-common-tab-menu-content .zl-common-tab-menu .nav-item .nav-link.active::before,
.zl-common-tab-menu-content .zl-common-tab-menu .nav-item .nav-link.active::after{
    opacity: 1;
}

.zl-common-pagination-nav{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.zl-common-pagination-nav .zl-common-pagination-item{
    padding: 0 10px;
}
.zl-common-pagination-nav .zl-common-pagination-item:first-child{
    padding-left: 0px;
}
.zl-common-pagination-nav .zl-common-pagination-item:last-child{
    padding-right: 0px;
}
.zl-common-pagination-nav .zl-common-pagination-item .zl-common-pagination-link{
    min-width: 45px;
    height: 45px;
    border: 1px solid #e3b175;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #161311;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.zl-common-pagination-nav .zl-common-pagination-item .zl-common-pagination-link svg{
    width: 25px;
    height: 25px;
}
.zl-common-pagination-nav .zl-common-pagination-item .zl-common-pagination-link:hover,
.zl-common-pagination-nav .zl-common-pagination-item .zl-common-pagination-link.active{
    background: #e3b175;
}


.fancybox-container {
    z-index: 999999;
}

.fancybox-thumbs--list a:before{
    border-color: #e3b175;
}
.fancybox-progress{
    background: #e3b175;
}

.zl-page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.zl-page-loader .zl-page-loader-logo{
    position: relative;
    z-index: 9;
    max-width: 180px;
    width: 100%;
}
.zl-page-loader .zl-page-loader-logo svg {
    width: 100%;
}
.zl-page-loader .zl-page-loader-logo::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 26px;
    border: 4px solid #e6e2e0;
    border-bottom-color: #E3B175;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-animation: rotation 0.6s linear infinite;
    animation: rotation 0.6s linear infinite;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* bottom to top arrow css */

.zl-progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #e3b17533;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zl-progress-wrap svg.zl-progress-circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.zl-progress-wrap svg.zl-progress-circle path {
    stroke: #e3b175;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zl-progress-wrap.zl-active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zl-progress-arrow {
    width: 24px;
    height: 24px;
    color: #161311;
}

/* topbar section css */

.zl-topbar-section{
    background: #e3b175;
    padding: 10px 0;
}

.zl-topbar-content{
    display: flex;
    align-items: center;
}
.zl-topbar-content .zl-top-header-left-content{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item{
    margin: 0 20px;
    position: relative;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #000;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item:nth-child(1)::before{
    display: none;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item:nth-child(1){
    margin-left: 0;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item:last-child{
    margin-right: 0;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item .zl-top-header-left-content-link{
    display: flex;
    align-items: center;
    color: #161311;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.zl-topbar-content .zl-top-header-left-content .zl-top-header-left-content-item .zl-top-header-left-content-link svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.zl-topbar-content .zl-top-header-right-content{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-lag-select{
    border: 0;
    background: transparent;
    padding: 0;
    outline: 0;
    color: #161311;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 40px;
    position: relative;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #000;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav .zl-top-header-social-item{
    margin: 0px 6px;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav .zl-top-header-social-item:nth-child(1){
    margin-left: 0px;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav .zl-top-header-social-item:last-child{
    margin-right: 0px;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav .zl-top-header-social-item .zl-top-header-social-link{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zl-topbar-content .zl-top-header-right-content .zl-top-header-social-nav .zl-top-header-social-item .zl-top-header-social-link svg{
    width: 14px;
    height: 14px;
}


/* header section css */

.zl-header-section{
    background: #F0E1C6;
    position: sticky;
    top: -1px;
    width: 100%;
    z-index: 999999;
}

.zl-header-content .navbar{
    padding: 20px 0;
}
.zl-header-content .navbar .navbar-brand,
.zl-header-content .zl-header-sidebar-logo{
    max-width: 113px;
    width: 100%;
    height: 37px;
    padding: 0;
}
.zl-header-content .navbar .zl-header-menu-open-btn{
    width: 25px;
    height: 25px;
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: 10px;
    color: #161311;
}
.zl-header-content .navbar .navbar-brand svg,
.zl-header-content .zl-header-sidebar-logo svg{
    width: 100%;
    height: 100%;
}
.zl-header-content .zl-header-sidebar-logo{
    display: block;
    margin-bottom: 20px;
}
.zl-header-content .navbar .collapse {
    position: relative;
}
.zl-header-content .navbar .navbar-nav .nav-item{
    margin: 0 22px;
}
.zl-header-content .navbar .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    color: #161311;
    padding: 0;
    position: relative;
    font-weight: 300;
    z-index: 9;
}
.zl-header-content .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background: #e3b175;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.zl-header-content .navbar .navbar-nav .nav-item .nav-link.active::before,
.zl-header-content .navbar .navbar-nav .nav-item .nav-link:hover::before{
    width: 22px;
}
.zl-header-content .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    border: solid #161311;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.zl-header-content .navbar .zl-navbar-icon-btn-row{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item{
    padding: 0 10px;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item:first-child{
    padding-left: 0;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item:last-child{
    padding-right: 0;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
    color: #161311;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link svg{
    width: 20px;
    height: 20px;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link:hover{
    background: #e3b175;
    box-shadow: 0 1px 1px 1px #00000035;
}
.zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link .zl-navbar-icon-btn-product-number{
    background: #e3b175;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    color: #161311;
    font-weight: 400;
    border-radius: 100px;
    font-size: 12px;
    position: absolute;
    right: 1px;
    top: 3px;
}

.zl-header-right-content .zl-header-right-contact-number {
    color: #161311;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    border: 1px solid #e3b175;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    z-index: 9;
}

.zl-header-right-content .zl-header-right-contact-number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #e3b175;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.zl-header-right-content .zl-header-right-contact-number svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.zl-header-right-content .zl-header-right-contact-number:hover::before {
    width: 100%;
}

.zl-header-content .navbar .collapse .zl-header-menu-close-btn{
    position: absolute;
    right: 20px;
    top: 21px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: #e3b175;
    color: #161311;
}
.zl-header-content .navbar .collapse .zl-header-menu-close-btn svg{
    width: 28px;
    height: 28px;
}
.zl-header-content .navbar .zl-header-sidebar-bg{
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e3b17535;
    transition: all .5s ease-in-out;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.zl-header-content .navbar .zl-header-sidebar-bg.show{
    left: 0px;
}

/* banner section css */

.zl-banner-section{
    background: #F0E1C6;
}

.zl-banner-content{
    padding: 60px 0;
}

.zl-banner-text-column .zl-banner-heading{
    font-size: 90px;
    line-height: 1.1;
    color: #161311;
    font-weight: 300;
    margin-bottom: 40px;
}
.zl-banner-text-column .zl-banner-paragraph{
    font-size: 20px;
    line-height: 1.5;
    color: #54504F;
    font-weight: 300;
    max-width: 550px;
    width: 100%;
    margin: 0;
}
.zl-banner-text-column .zl-banner-paragraph ~ .zl-common-btn{
    margin-top: 30px;
}
.zl-banner-img-content{
    position: relative;
}
.zl-banner-img-content .zl-banner-overlay-image1{
    object-fit: cover;
    height: 615px;
    width: 465px;
}
.zl-banner-img-content .zl-banner-overlay-image2{
    object-fit: cover;
    height: 600px;
    width: 455px;
    margin-top: -500px;
    margin-left: auto;
    display: block;
}
.zl-banner-img-content .zl-banner-advantages-slider{
    background: #ffffff;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: 40px;
    bottom: 35px;
}
.zl-banner-img-content .zl-banner-advantages-slider .zl-advantages-slide{
    display: flex;
    align-items: center;
}
.zl-banner-img-content .zl-banner-advantages-slider .zl-advantages-slide svg{
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
}
.zl-banner-img-content .zl-banner-advantages-slider .zl-advantages-slide .zl-advantages-text h2{
    font-size: 16px;
    color: #161311;
    margin-bottom: 11px;
}
.zl-banner-img-content .zl-banner-advantages-slider .zl-advantages-slide .zl-advantages-text p{
    font-size: 14px;
    font-weight: 300;
    color: #54504F;
}

/* history creation section css */

.zl-history-creation-section{
    padding: 100px 0;
}

.zl-history-creation-img-content{
    display: flex;
    align-items: center;
    position: relative;
}

.zl-history-creation-img-content .zl-history-creation-img{
    width: 100%;
    object-fit: cover;
}
.zl-history-creation-img-content .zl-history-creation-round-text-img{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 42%;
    top: -56px;
}

.zl-history-creation-text-content .zl-history-creation-label{
    position: relative;
    display: block;
    font-size: 16px;
    color: #e3b175;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 40px;
    margin-bottom: 20px;
}
.zl-history-creation-text-content .zl-history-creation-label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 1px;
    background: #e3b175;
}

.zl-history-creation-text-content .zl-history-creation-heading{
    line-height: 1.23;
    color: #161311;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
}
.zl-history-creation-text-content .zl-history-creation-paragraph{
    font-size: 20px;
    color: #54504F;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* team section css */

.zl-team-section{
    padding: 100px 0;
    position: relative;
    z-index: 9;
}
.zl-team-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: #FBF6F1;
    z-index: -1;
}

.zl-team-column{
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}

.zl-team-column .zl-team-photo{
    width: 100%;
    height: 332px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.zl-team-column:hover .zl-team-photo{
    transform: scale(1.2);
}
.zl-team-social-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #e3b175;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.zl-team-social-nav .zl-team-social-item .zl-team-social-link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zl-team-social-nav .zl-team-social-item .zl-team-social-link svg{
    width: 14px;
    height: 14px;
}

.zl-team-column-text{
    background: #f0e1c6;
    position: relative;
    padding: 15px 30px;
}
.zl-team-column-text h2{
    font-size: 20px;
    color: #161311;
    font-weight: 400;
    margin-bottom: 10px;
}
.zl-team-column-text p{
    font-size: 16px;
    color: #54504F;
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.zl-team-column-text p svg{
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

/* work process section css */

.zl-work-process-section{
    padding: 100px 0;
}


.zl-work-process-content .col-lg-4{
    margin-top: 30px;
}
.zl-work-process-content .col-lg-4:nth-child(1),
.zl-work-process-content .col-lg-4:nth-child(2),
.zl-work-process-content .col-lg-4:nth-child(3){
    margin-top: 0px;
}
.zl-work-process-column{
    max-width: 300px;
    margin: 0 auto;
    /* display: flex;
    flex-direction: column; */
}
.zl-work-process-column span{
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    display: block;
    color: #e3b175;
}
.zl-work-process-column h3{
    font-size: 24px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 14px;
    text-align: center;
}
.zl-work-process-column p{
    font-size: 15px;
    line-height: 1.4;
    color: #54504F;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

/* .zl-work-process-content .col-lg-4:nth-child(2n) .zl-work-process-column p{
    order: 1;
}
.zl-work-process-content .col-lg-4:nth-child(2n) .zl-work-process-column h3{
    order: 2;
    margin-bottom: 0;
    margin-top: 14px;
}
.zl-work-process-content .col-lg-4:nth-child(2n) .zl-work-process-column span{
    order: 3;
} */

/* our project section css */

.zl-our-project-section{
    background: #FBF6F1;
    padding: 100px 0;
}

.zl-project-column-content{
    margin-bottom: 40px;
}

.zl-project-column{
    position: relative;
}

.zl-project-column-content .zl-project-column img{
    height: 319px;
    width: 100%;
    object-fit: cover;
}

.zl-project-column .zl-project-column-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.zl-project-column .zl-project-column-text .zl-project-column-text-number{
    background: #ffffff;
    color: #161311;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 16px;
}
.zl-project-column .zl-project-column-text .zl-project-column-text-name{
    margin-top: auto;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #ffffff;
}
.zl-project-column .zl-project-column-text .zl-project-column-text-name p{
    font-size: 16px;
    color: #161311;
    margin-bottom: 0;
}
.zl-project-column .zl-project-column-text .zl-project-column-text-name a{
    min-width: 24px;
    width: 24px;
    height: 100%;
    margin-left: auto;
    background: #e3b175;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zl-project-column .zl-project-column-text .zl-project-column-text-name a svg{
    width: 14px;
    height: 14px;
}

.zl-our-project-image-column{
    max-width: 520px;
    max-height: 740px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.zl-our-project-image-column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* testimonial section css */

.zl-testimonial-section{
    padding: 100px 0;
}
.zl-testimonial-content .zl-testimonial-row .col-lg-3{
    margin-top: 80px;
}
.zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(1),
.zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(2),
.zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(3),
.zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(4){
    margin-top: 50px;
}

.zl-testimonial-column{
    background: #ffffff;
    position: relative;
    box-shadow: 0px 0px 37px #00000012;
}
.zl-testimonial-column .zl-testimonial-column-img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
.zl-testimonial-column .zl-testimonial-column-text{
    padding: 80px 30px 30px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-heading{
    text-align: center;
    font-size: 17px;
    line-height: 1.24;
    font-weight: 400;
    color: #161311;
    margin-bottom: 7px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-sub-heading{
    text-align: center;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 300;
    color: #161311;
    margin-bottom: 16px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-paragraph{
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #54504F;
    margin-bottom: 20px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-rating-star{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-rating-star svg{
    width: 16px;
    height: 16px;
    margin: 0 3px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-rating-star svg:nth-child(1){
    margin-left: 0px;
}
.zl-testimonial-column .zl-testimonial-column-text .zl-testimonial-column-rating-star svg:last-child{
    margin-right: 0px;
}

/* subscribe section css */

.zl-subscribe-section{
    background-image: url(../image/SubscribeBgImg.webp);
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 150px;
    position: relative;
}
.zl-subscribe-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #161311cc;
}

.zl-subscribe-content{
    padding: 50px 80px;
    background: #ffffff50;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.zl-subscribe-content .zl-common-heading{
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}
.zl-subscribe-content p{
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;
    color: #ffffffe0;
    margin-bottom: 20px;
    text-align: center;
}
.zl-subscribe-content .zl-subscribe-input-content{
    display: flex;
    align-items: center;
}
.zl-subscribe-content .zl-subscribe-input-content input{
    width: calc(100% - 185px);
    padding: 15px 24px;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    font-weight: 300;
    color: #ffffff;
}
.zl-subscribe-content .zl-subscribe-input-content input::placeholder{
    color: #ffffff99;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn{
    border-color: #ffffff;
    color: #ffffff;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn::before{
    background: #ffffff;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn svg path {
    fill: #ffffff;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn svg path{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn:hover{
    color: #000000;
}
.zl-subscribe-content .zl-subscribe-input-content .zl-common-btn:hover svg path{
    fill: #000000;
}

/* blog section css */

.zl-blog-section{
    padding: 100px 0;
}

.zl-blog-column{
    box-shadow: 0px 0px 37px #00000012;
    background: #ffffff;
    height: 100%;
}
.zl-blog-column .zl-blog-column-img{
    height: 335px;
    width: 100%;
    object-fit: cover;
}
.zl-blog-column .zl-blog-column-text{
    padding: 30px;
}
.zl-blog-column .zl-blog-column-text .zl-blog-column-label{
    width: 100%;
    display: block;
    color: #54504F;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.zl-blog-column .zl-blog-column-text .zl-blog-column-label span{
    color: #e3b175;
    font-weight: 400;
}
.zl-blog-column .zl-blog-column-text a{
    display: block;
    color: #161311;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 20px;
}
.zl-blog-column .zl-blog-column-text .zl-blog-column-paragraph{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #54504F;
    margin-bottom: 0px;
}

/* footer section css */

.zl-footer-section{
    background: #EFEFED;
}

.zl-footer-logo-social-row{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid #E6E2E0;
}
.zl-footer-logo-social-row .zl-footer-logo{
    max-width: 113px;
    width: 100%;
    height: 37px;
    display: block;
    margin-right: 16px;
}
.zl-footer-logo-social-row .zl-footer-logo svg{
    width: 100%;
    height: 100%;
}
.zl-footer-logo-social-row .zl-footer-social-row{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.zl-footer-logo-social-row .zl-footer-social-row .zl-footer-social-item{
    margin: 0 13px;
}
.zl-footer-logo-social-row .zl-footer-social-row .zl-footer-social-item:nth-child(1){
    margin-left: 0px;
}
.zl-footer-logo-social-row .zl-footer-social-row .zl-footer-social-item:last-child{
    margin-right: 0px;
}
.zl-footer-logo-social-row .zl-footer-social-row .zl-footer-social-item .zl-footer-social-link{
    width: 40px;
    height: 40px;
    background: #54504F;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zl-footer-logo-social-row .zl-footer-social-row .zl-footer-social-item .zl-footer-social-link:hover{
    background: #161311;
}

.zl-footer-link-row{
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.zl-footer-link-row .zl-footer-link-column{
    max-width: 22.2%;
    width: 100%;
    position: relative;
    padding: 0 12px;
}
.zl-footer-link-row .zl-footer-subscribe-column{
    max-width: 33.333333%;
}
.zl-footer-link-row .zl-footer-heading{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #161311;
    margin-bottom: 40px;
}
.zl-footer-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.zl-footer-nav .zl-footer-item{
    margin-bottom: 15px;
}
.zl-footer-nav .zl-footer-item:last-child{
    margin-bottom: 0px;
}
.zl-footer-nav .zl-footer-item .zl-footer-link,
.zl-footer-link-row .zl-footer-other-link{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #54504F;
    text-decoration: none;
}
.zl-footer-link-row .zl-footer-address{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #54504F;
    max-width: 250px;
    width: 100%;
    margin-bottom: 25px;
}
.zl-footer-link-row .zl-footer-other-link{
    display: block;
    margin-bottom: 25px;
}
.zl-footer-link-row .zl-footer-other-link:last-child{
    margin-bottom: 0px;
}
.zl-footer-link-row .zl-footer-subscribe-input{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.zl-footer-link-row .zl-footer-subscribe-input input{
    padding: 14px 24px;
    border: 1px solid #000000;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    font-weight: 300;
    width: 100%;
}
.zl-footer-link-row .zl-footer-subscribe-input .zl-footer-subscribe-input-btn{
    width: 54px;
    height: 54px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #54504F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zl-footer-link-row .zl-footer-subscribe-input .zl-footer-subscribe-input-btn svg{
    width: 15px;
    height: 15px;
}
.zl-footer-link-row .zl-footer-subscribe-input .zl-footer-subscribe-input-btn:hover{
    background: #161311;
}
.zl-footer-link-row .zl-footer-subscribe-paragraph{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #54504F;
    margin: 0;
}

.zl-sub-footer-content{
    display: flex;
    align-items: center;
    border-top: 2px solid #E6E2E0;
    padding: 30px 0;
}
.zl-sub-footer-content .zl-footer-copy-right-text{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #54504F;
    padding-right: 20px;
    margin-bottom: 0;
}
.zl-sub-footer-nav{
    margin-left: auto;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.zl-sub-footer-nav .zl-sub-footer-item{
    margin: 0 10px;
}
.zl-sub-footer-nav .zl-sub-footer-item:first-child{
    margin-left: 0px;
}
.zl-sub-footer-nav .zl-sub-footer-item:last-child{
    margin-right: 0px;
}
.zl-sub-footer-nav .zl-sub-footer-item .zl-sub-footer-link{
    font-size: 14px;
    color: #54504F;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
}

/* about banner section css */

.zl-common-banner-section .zl-banner-img-content{
    height: 600px;
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
}
.zl-common-banner-section .zl-banner-img-content .zl-common-banner-img1{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* .zl-about-banner-section .zl-banner-img-content .zl-about-banner-img2{
    object-fit: cover;
    position: absolute;
    right: -50px;
    top: -35px;
    width: 250px;
    height: 250px;
    border: 8px solid #f0e1c6;
} */

/* architects section css */

.zl-architects-section{
    padding: 100px 0;
    position: relative;
    z-index: 9;
}
.zl-architects-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: #FBF6F1;
    z-index: -1;
}

.zl-architects-content .col-lg-3{
    background: #ffffff;
    border: 1px solid #FBF6F1;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zl-architects-content .col-lg-3:last-child {
    border-right: 1px solid #FBF6F1;
}

.zl-counter-column{
    padding: 45px 30px;
    width: fit-content;
}
.zl-counter-column span{
    font-size: 70px;
    font-weight: 300;
    color: #161311;
    position: relative;
}
.zl-counter-column span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 2px;
    background: #e3b175;
}
.zl-counter-column p{
    font-size: 20px;
    font-weight: 300;
    color: #161311;
    margin: 0;
    text-transform: capitalize;
}

/* designer service section css */

.zl-designer-services-section{
    padding: 100px 0;
}

.zl-designer-services-row .col-lg-6{
    margin-top: 30px;
}
.zl-designer-services-row .col-lg-6:nth-child(1),
.zl-designer-services-row .col-lg-6:nth-child(2){
    margin-top: 0px;
}

.zl-designer-services-column .zl-designer-services-column-icon{
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}
.zl-designer-services-column .zl-designer-services-column-number{
    font-size: 50px;
    color: #e3b175;
    font-weight: 400;
}
.zl-designer-services-column .zl-designer-services-column-heading{
    font-size: 24px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.zl-designer-services-column .zl-designer-services-column-paragraph{
    font-size: 16px;
    font-weight: 300;
    color: #54504F;
    margin: 0;
    max-width: 150px;
    width: 100%;
}

.zl-designer-services-owner-column .zl-designer-services-owner-column-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.zl-designer-services-owner-column .zl-designer-services-owner-column-text{
    padding: 10px 0 0;
}
.zl-designer-services-owner-column .zl-designer-services-owner-column-text span{
    font-size: 14px;
    font-weight: 500;
    color: #e3b175;
    display: block;
    margin-bottom: 5px;
}
.zl-designer-services-owner-column .zl-designer-services-owner-column-text h3{
    font-size: 22px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 10px;
}
.zl-designer-services-owner-column .zl-designer-services-owner-column-text p{
    font-size: 16px;
    font-weight: 300;
    color: #54504F;
    margin-bottom: 0px;
}

/* ready offer section css  */

.zl-ready-offer-section{
    padding: 100px 0;
}

.zl-ready-offer-column-content .row{
    margin-top: 60px;
    align-items: center;
}
.zl-ready-offer-column-content .row:nth-child(1){
    margin-top: 0px;
}

.zl-ready-offer-column-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.zl-ready-offer-column-text h2{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin-bottom: 10px;
}
.zl-ready-offer-column-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #54504F;
    margin-bottom: 50px;
}

/* our work process section css */

.zl-our-work-process-section{
    padding: 100px 0;
    background: #FBF6F1;
}

.zl-our-work-process-column{
    background: #ffffff;
    padding: 30px;
    height: 100%;
}
.zl-our-work-process-column .zl-our-work-process-column-heading{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin-bottom: 40px;
}
.zl-our-work-process-column-list-content .zl-our-work-process-column-list-heading{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin: 0;
}
.zl-our-work-process-column-list-content .zl-our-work-process-column-list{
    margin: 25px 0px 35px;
    padding-left: 26px;
    list-style: none;
}
.zl-our-work-process-column-list-content:last-child .zl-our-work-process-column-list{
    margin-bottom: 0;
}
.zl-our-work-process-column-list-content .zl-our-work-process-column-list .zl-our-work-process-column-item{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #54504F;
}
.zl-our-work-process-column-list-content .zl-our-work-process-column-list .zl-our-work-process-column-item:last-child{
    margin-bottom: 0;
}
.zl-our-work-process-column-list-content .zl-our-work-process-column-list .zl-our-work-process-column-item::before{
    content: url(../image/RightArrow.svg);
    position: absolute;
    left: -26px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* portfolio tab section css */

.zl-portfolio-tab-section{
    padding: 100px 0;
}

.zl-common-tab-body{
    padding-top: 30px;
}

.zl-portfolio-tab-row .col-lg-4{
    margin-top: 24px;
}
.zl-portfolio-tab-row .col-lg-4:nth-child(1),
.zl-portfolio-tab-row .col-lg-4:nth-child(2),
.zl-portfolio-tab-row .col-lg-4:nth-child(3){
    margin-top: 0px;
}

.zl-portfolio-column{
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
}
.zl-portfolio-column .zl-portfolio-column-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zl-portfolio-column .zl-portfolio-column-text-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    background: #000000b8;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
}
.zl-portfolio-column:hover .zl-portfolio-column-text-btn{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.zl-portfolio-column .zl-portfolio-column-text-btn .zl-portfolio-column-more-btn{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #e3b175;
    margin-left: auto;
    color: #161311;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zl-portfolio-column .zl-portfolio-column-text-btn .zl-portfolio-column-more-btn svg{
    width: 22px;
    height: 22px;
}
.zl-portfolio-column .zl-portfolio-column-text-btn .zl-portfolio-column-text{
    margin-top: auto;
}
.zl-portfolio-column .zl-portfolio-column-text-btn .zl-portfolio-column-text span{
    color: #e3b175;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.zl-portfolio-column .zl-portfolio-column-text-btn .zl-portfolio-column-text h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
}

.zl-common-tab-body .zl-common-btn{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

/* product list and sidebar section css */

.zl-product-list-sidebar-list-section{
    padding: 100px 0;
}

.zl-product-list-sidebar-list-content{
    display: flex;
    margin: 0 -12px;
}

/* product sidebar section css */

.zl-product-sidebar-section{
    max-width: 25%;
    width: 100%;
    padding: 0 12px;
}

.zl-product-sidebar-content{
    background: #ffffff;
    filter: drop-shadow(0px 0px 37px #00000012);
    padding: 30px;
    position: sticky;
    top: 80px;
}
.zl-product-sidebar-content .zl-product-sidebar-heading{
    font-size: 22px;
    color: #161311;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.zl-product-sidebar-rated-product{
    margin-bottom: 40px;
}
.zl-product-sidebar-rated-product-list{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0E1C6;
}
.zl-product-sidebar-rated-product-list:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-text .zl-product-sidebar-rated-product-list-heading{
    font-size: 18px;
    color: #161311;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-text .zl-product-sidebar-rated-product-star{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-text .zl-product-sidebar-rated-product-star svg{
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-text .zl-product-sidebar-rated-product-star svg:last-child{
    margin-right: 0px;
}
.zl-product-sidebar-rated-product-list .zl-product-sidebar-rated-product-list-text .zl-product-sidebar-rated-product-list-price{
    font-size: 16px;
    color: #54504F;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
}

.zl-product-sidebar-cart-product{
    margin-bottom: 40px;
}
.zl-product-sidebar-cart-product .zl-product-sidebar-cart-product-not-found-text{
    font-size: 16px;
    color: #161311;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    padding: 15px;
    border: 1px solid #e3b175;
}

.zl-product-sidebar-search-input-content{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.zl-product-sidebar-search-input-content input{
    border: 1px solid #e3b175;
    padding: 15px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    width: 100%;
}
.zl-product-sidebar-search-input-content button{
    font-size: 16px;
    color: #161311;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px;
    border: 1px solid #e3b175;
    background: #e3b175;
}

.zl-product-sidebar-product-categories-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.zl-product-sidebar-product-categories-list li{
    border-bottom: 1px solid #F0E1C6;
}
.zl-product-sidebar-product-categories-list li:last-child{
    border-bottom: 0px;
}
.zl-product-sidebar-product-categories-list li .zl-product-sidebar-product-categories-list-link{
    padding: 10px 0;
    font-size: 16px;
    color: #161311;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: block;
}
.zl-product-sidebar-product-categories-list li:first-child .zl-product-sidebar-product-categories-list-link{
    padding-top: 0;
}
.zl-product-sidebar-product-categories-list li:last-child .zl-product-sidebar-product-categories-list-link{
    padding-bottom: 0;
}

/* product list section css */

.zl-product-list-section{
    max-width: 75%;
    width: 100%;
    padding: 0 12px;
}

.zl-product-list-filter-drop-down-row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.zl-product-list-filter-drop-down-row p{
    font-size: 16px;
    color: #161311;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.zl-product-list-filter-drop-down-row select{
    border: 1px solid #e3b175;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    margin-left: auto;
    max-width: 260px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../image/DownArrow.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 15px) 50%;
}

.zl-product-list-row{
    margin-bottom: 40px;
}

.zl-product-list-row .col-lg-4{
    margin-top: 24px;
}
.zl-product-list-row .col-lg-4:nth-child(1),
.zl-product-list-row .col-lg-4:nth-child(2),
.zl-product-list-row .col-lg-4:nth-child(3){
    margin-top: 0px;
}

.zl-product-list-column{
    position: relative;
    filter: drop-shadow(0px 0px 37px #00000012);
    height: 100%;
    background: #ffffff;
}
.zl-product-list-column .zl-product-list-column-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
    background: #EFEFED;
}
.zl-product-list-column .zl-product-list-column-rating {
    display: flex;
    align-items: center;
    background: #e3b175;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 15px;
    top: 15px;
}
.zl-product-list-column .zl-product-list-like-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 100px;
    box-shadow: 0 1px 6px 1px #00000035;
    cursor: pointer;
}
.zl-product-list-column .zl-product-list-like-btn input{
    display: none;
}
.zl-product-list-column .zl-product-list-like-btn svg{
    width: 20px;
    height: 20px;
}

.zl-product-list-column .zl-product-list-like-btn input:checked ~ svg{
    fill: #e3b175;
    color: #e3b175;
}

.zl-product-list-column .zl-product-list-column-rating svg {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.zl-product-list-column-text{
    padding: 20px;
    background: #ffffff;
}
.zl-product-list-column-text .zl-product-list-column-label{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #e3b175;
}

.zl-product-list-column-text .zl-product-list-column-item-name{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #161311;
}
.zl-product-list-column-text .zl-product-list-column-price-text{
    font-size: 20px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 5px;
}
.zl-product-list-column-text .zl-product-list-column-price-text .zl-product-list-column-decrease-price-text{
    font-size: 16px;
    opacity: 0.5;
    margin-right: 7px;
    text-decoration: line-through;
}
.zl-product-list-column-text .zl-product-list-column-view-more-btn{
    font-size: 14px;
    font-weight: 400;
    color: #161311;
}

/* product detail section css */

.zl-product-detail-section{
    padding: 100px 0;
}

.zl-product-detail-slider .carousel-inner .carousel-item img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.zl-product-detail-slider .carousel-indicators{
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.zl-product-detail-slider .carousel-indicators [data-bs-target]{
    text-indent: 0;
    width: 25%;
    height: 150px;
    border: 0;
    margin: 0;
    padding: 0 5px;
    opacity: 1;
    position: relative;
}
.zl-product-detail-slider .carousel-indicators [data-bs-target]::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    background: #e3b17535;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.zl-product-detail-slider .carousel-indicators [data-bs-target]:hover::before,
.zl-product-detail-slider .carousel-indicators [data-bs-target].active::before{
    opacity: 1;
}
.zl-product-detail-slider .carousel-indicators [data-bs-target] img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zl-product-slider-detail-content .zl-product-slider-detail-heading{
    font-size: 40px;
    font-weight: 300;
    color: #161311;
    line-height: 1.23;
    margin-bottom: 10px;
}
.zl-product-slider-detail-content .zl-product-slider-detail-price-text{
    font-size: 24px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 10px;
}
.zl-product-slider-detail-content .zl-product-slider-detail-description{
    font-size: 20px;
    font-weight: 300;
    color: #54504F;
    line-height: 1.5;
    margin: 0;
}
.zl-product-slider-detail-content .zl-product-detail-category-tag-list{
    margin-top: 36px;
}
.zl-product-slider-detail-content .zl-product-detail-category-tag-list .zl-product-detail-category-tag-list-item{
    font-size: 16px;
    font-weight: 300;
    color: #161311;
    margin-bottom: 8px;
    line-height: 1.2;
}
.zl-product-slider-detail-content .zl-product-detail-category-tag-list .zl-product-detail-category-tag-list-item:last-child{
    margin-bottom: 0px;
}
.zl-product-slider-detail-content .zl-product-detail-category-tag-list .zl-product-detail-category-tag-list-item span{
    font-weight: 400;
    font-size: 20px;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content{
    max-width: 150px;
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content input{
    border: 1px solid #e3b175;
    padding: 15px 54px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content button{
    width: 50px;
    height: 100%;
    position: absolute;
    border: 1px solid #e3b175;
    background: #ffffff;
    color: #161311;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content button:disabled{
    color: #16131180;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content .zl-product-quantity-minus-btn{
    left: 0;
    top: 0;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content .zl-product-quantity-plus-btn{
    right: 0;
    top: 0;
}
.zl-product-slider-detail-content .zl-product-detail-quantity-content button svg{
    width: 24px;
    height: 24px;
}

/* blog page section css */

.zl-blog-row .col-lg-4{
    margin-top: 24px;
}
.zl-blog-row .col-lg-4:nth-child(1),
.zl-blog-row .col-lg-4:nth-child(2),
.zl-blog-row .col-lg-4:nth-child(3){
    margin-top: 0px;
}

.zl-blog-content .zl-common-pagination-nav{
    margin-top: 40px;
}

/* blog detail section */

.zl-blog-detail-section{
    padding: 100px 0;
}

.zl-blog-detail-section .zl-blog-detail-content{
    max-width: 75%;
    width: 100%;
    padding: 0 12px;
}
.zl-blog-detail-section .zl-blog-detail-sidebar{
    max-width: 25%;
    width: 100%;
    padding: 0 12px;
}

.zl-blog-detail-sidebar-content{
    background: #ffffff;
    filter: drop-shadow(0px 0px 37px #00000012);
    padding: 30px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-heading{
    font-size: 22px;
    color: #161311;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-search-input{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-search-input input{
    border: 1px solid #e3b175;
    padding: 15px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    width: 100%;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-search-input button{
    color: #161311;
    padding: 12px 15px;
    border: 1px solid #e3b175;
    background: #e3b175;
    height: 51.19px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-search-input button svg{
    width: 22px;
    height: 22px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list{
    margin-bottom: 40px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li{
    border-bottom: 1px solid #F0E1C6;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li:last-child{
    border-bottom: 0px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li a{
    padding: 10px 0;
    font-size: 16px;
    color: #161311;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li a span{
    margin-left: auto;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li:first-child a{
    padding-top: 0px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-categories-list ul li:last-child a{
    padding-bottom: 0px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-recent-post-content{
    margin-bottom: 40px;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0E1C6;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list .zl-blog-detail-sidebar-recent-post-list-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list .zl-blog-detail-sidebar-recent-post-list-img{
    min-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list .zl-blog-detail-sidebar-recent-post-list-text .zl-blog-detail-sidebar-recent-post-list-heading{
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.zl-blog-detail-sidebar-recent-post-content .zl-blog-detail-sidebar-recent-post-list .zl-blog-detail-sidebar-recent-post-list-text .zl-blog-detail-sidebar-recent-post-list-date{
    font-size: 14px;
    color: #54504F;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-tag-content{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-tag-content .zl-blog-detail-sidebar-tag-link{
    margin: 5px;
    border: 1px solid #e3b175;
    text-decoration: none;
    color: #161311;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    background: #ffffff;
    text-transform: capitalize;
}
.zl-blog-detail-sidebar-content .zl-blog-detail-sidebar-tag-content .zl-blog-detail-sidebar-tag-link:hover{
    background: #e3b175;
}

/* blog detail text content css */

.zl-blog-detail-img-heading-content{
    margin-bottom: 20px;
}

.zl-blog-detail-img-heading-content .zl-blog-detail-main-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
}
.zl-blog-detail-img-heading-content .zl-blog-detail-main-heading{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
}
.zl-blog-detail-img-heading-content .zl-blog-detail-date-user-name{
    display: flex;
    align-items: center;
}
.zl-blog-detail-img-heading-content .zl-blog-detail-date-user-name p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #e3b175;
}
.zl-blog-detail-img-heading-content .zl-blog-detail-date-user-name p span{
    font-weight: 300;
    color: #54504F;
}

.zl-blog-detail-text-content .zl-blog-detail-heading{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #161311;
    margin-bottom: 10px;
}
.zl-blog-detail-text-content .zl-blog-detail-paragraph{
    font-size: 20px;
    line-height: 1.5;
    color: #54504F;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: justify;
}
.zl-blog-detail-text-content .zl-blog-detail-block-quoteparagraph{
    font-size: 18px;
    line-height: 1.5;
    color: #161311;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
    text-align: justify;
}
.zl-blog-detail-text-content .zl-blog-detail-block-quoteparagraph::before,
.zl-blog-detail-text-content .zl-blog-detail-block-quoteparagraph::after{
    content: '"';
}

.zl-blog-detail-text-content .zl-blog-detail-img-paragraph{
    margin-bottom: 20px;
}
.zl-blog-detail-text-content .zl-blog-detail-img-paragraph img{
    max-width: 50%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    float: left;
    margin-right: 24px;
}

.zl-blog-detail-text-content .zl-blog-detail-img-paragraph .zl-blog-detail-paragraph:last-child{
    margin-bottom: 0;
}
.zl-blog-detail-text-content .zl-blog-detail-tags{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.zl-blog-detail-text-content .zl-blog-detail-tags .zl-blog-detail-tags-link{
    margin: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #e3b175;
    text-decoration: none;
    display: block;
}

.zl-blog-detail-comment-content{
    margin-top: 40px;
    margin-bottom: 40px;
}
.zl-blog-detail-comment-content .zl-blog-detail-comment-content-heading{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #161311;
}

.zl-blog-detail-comment-media{
    display: flex;
    border-bottom: 1px solid #E6E2E0;
    padding: 20px 0;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media{
    border-top: 1px solid #E6E2E0;
    margin-top: 20px;
}
.zl-blog-detail-comment-media:first-child{
    padding-top: 0;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media:last-child{
    border-bottom: 0px;
    padding-bottom: 0;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-img{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-text .zl-blog-detail-comment-media-data{
    font-size: 16px;
    font-weight: 400;
    color: #e3b175;
    display: block;
    margin-bottom: 20px;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-text .zl-blog-detail-comment-media-user-name{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #161311;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-text .zl-blog-detail-comment-media-comment-text{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #54504F;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-text .zl-blog-detail-comment-media-reply-btn{
    font-size: 16px;
    font-weight: 400;
    color: #161311;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}
.zl-blog-detail-comment-media .zl-blog-detail-comment-media-text .zl-blog-detail-comment-media-reply-btn svg{
    width: 20px;
    height: 20px;
}

.zl-blog-detail-post-comment-content .zl-blog-detail-post-comment-heading{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #161311;
}

.zl-blog-detail-post-comment-content .zl-blog-detail-comment-form{
    margin-bottom: 30px;
}
.zl-blog-detail-comment-form .zl-blog-detail-comment-form-input-content .zl-blog-detail-comment-form-input{
    border: 1px solid #E6E2E0;
    padding: 15px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    width: 100%;
}
.zl-blog-detail-comment-form > div{
    margin-top: 24px;
}
.zl-blog-detail-comment-form > div:nth-child(1),
.zl-blog-detail-comment-form > div:nth-child(2){
    margin-top: 0px;
}

.zl-blog-detail-comment-form-checkbox-content input{
    display: none;
}
.zl-blog-detail-comment-form-checkbox-content label{
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.zl-blog-detail-comment-form-checkbox-content label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #E6E2E0;
}
.zl-blog-detail-comment-form-checkbox-content label::after{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid #161311;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.zl-blog-detail-comment-form-checkbox-content input:checked ~ label::after{
    opacity: 1;
}

/* contact info column section css */

.zl-contact-info-section{
    padding: 100px 0;
}

.zl-contact-info-column {
    border: 1px solid #F0E1C6;
    padding: 30px;
}
.zl-contact-info-column .zl-contact-info-column-icon{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 30px;
}
.zl-contact-info-column .zl-contact-info-heading{
    font-size: 26px;
    font-weight: 400;
    color: #161311;
    text-align: center;
    margin-bottom: 5px;
}
.zl-contact-info-column .zl-contact-info-paragraph{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #54504F;
    text-align: center;
    margin-bottom: 15px;
}
.zl-contact-info-column .zl-contact-info-column-link-text{
    background: #e3b175;
    padding: 30px;
    margin-bottom: -60px;
}
.zl-contact-info-column .zl-contact-info-column-link-text .zl-contact-info-link-text{
    display: block;
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    max-width: 320px;
    margin: 0 auto;
}

/* contact form section css */

.zl-contact-form-section{
    padding: 100px 0;
}

.zl-contact-form-content .zl-contact-form-map{
    width: 100%;
    height: 100%;
}

.zl-contact-form .zl-contact-form-input-content .zl-contact-form-input{
    border: 1px solid #E6E2E0;
    padding: 15px;
    font-size: 16px;
    color: #161311;
    font-weight: 300;
    line-height: 1.2;
    outline: 0;
    background: #ffffff;
    width: 100%;
}
.zl-contact-form .row > div{
    margin-top: 24px;
}
.zl-contact-form .row > div:nth-child(1),
.zl-contact-form .row > div:nth-child(2){
    margin-top: 0px;
}
.zl-contact-form .zl-common-btn{
    margin-top: 24px;
}

/* about poprtfolio detail section css */

.zl-about-portfolio-section{
    padding: 100px 0;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-label{
    position: relative;
    display: block;
    font-size: 16px;
    color: #e3b175;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 40px;
    margin-bottom: 20px;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 1px;
    background: #e3b175;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-heading{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin-bottom: 50px;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-list{
    margin-bottom: 20px;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-list:last-child{
    margin-bottom: 0px;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-list .zl-about-portfolio-text-list-heading{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #161311;
    margin-bottom: 5px;
}
.zl-about-portfolio-text-column .zl-about-portfolio-text-list .zl-about-portfolio-text-list-paragraph{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #54504F;
    margin-bottom: 0px;
    max-width: 330px;
    width: 100%;
}
.zl-about-portfolio-img-column{
    width: 100%;
    height: 100%;
}
.zl-about-portfolio-img-column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* portfolio detail gallery section css */

.zl-portfolio-gallery-section{
    padding: 100px 0;
}

.zl-portfolio-gallery-content .row .col-lg-4{
    margin-top: 24px;
}
.zl-portfolio-gallery-content .row .col-lg-4:nth-child(1),
.zl-portfolio-gallery-content .row .col-lg-4:nth-child(2),
.zl-portfolio-gallery-content .row .col-lg-4:nth-child(3){
    margin-top: 0px;
}

.zl-portfolio-gallery-content .zl-portfolio-gallery-img-link {
    width: 100%;
    height: 350px;
    display: block;
}
.zl-portfolio-gallery-content .zl-portfolio-gallery-img-link .zl-portfolio-gallery-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* portfolio detail unique architect section css */

.zl-unique-architect-section{
    padding: 100px 0;
}

.zl-unique-architect-content .zl-common-heading-component .zl-common-heading{
    max-width: 700px;
    width: 100%;
}

.zl-unique-architect-img-column{
    width: 100%;
    height: 100%;
}
.zl-unique-architect-img-column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zl-unique-architect-text-column .col-lg-6{
    margin-top: 24px;
}
.zl-unique-architect-text-column .col-lg-6:nth-child(1),
.zl-unique-architect-text-column .col-lg-6:nth-child(2){
    margin-top: 0px;
}

.zl-unique-architect-step-column .zl-unique-architect-step-column-number{
    font-size: 50px;
    color: #e3b175;
    font-weight: 400;
}
.zl-unique-architect-step-column .zl-unique-architect-step-column-heading{
    font-size: 24px;
    font-weight: 400;
    color: #161311;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.zl-unique-architect-step-column .zl-unique-architect-step-column-paragraph{
    font-size: 16px;
    font-weight: 300;
    color: #54504F;
    margin: 0;
}

/* 404 error page css */

.zl-error-page-section{
    padding: 100px 0;
}

.zl-error-page-contant .row{
    align-items: center;
}

.zl-error-page-text-column .zl-error-page-text-column-heading{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.23;
    color: #161311;
    margin: 0;
}
.zl-error-page-text-column .zl-error-page-text-column-paragraph{
    font-size: 20px;
    font-weight: 300;
    color: #54504F;
    line-height: 1.7;
    font-family: 'Work Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 40px;
}

.zl-error-page-img-column img{
    width: 100%;
}


/* media query */
@media (max-width: 1300px){
    .zl-product-list-column-text .zl-product-list-column-item-name {
        font-size: 24px;
    }
}
@media (max-width: 1200px){
    .zl-project-column-content .col-lg-4,
    .zl-product-list-row .col-lg-4{
        width: 50%;
    }
    .zl-project-column-content .col-lg-4:nth-child(3),
    .zl-product-list-row .col-lg-4:nth-child(3){
        display: none;
    }

    .zl-blog-column .zl-blog-column-text a{
        font-size: 24px;
    }
    .zl-blog-column .zl-blog-column-text .zl-blog-column-paragraph{
        font-size: 14px;
    }

    .zl-product-sidebar-section,
    .zl-blog-detail-section .zl-blog-detail-sidebar{
        max-width: 30%;
    }
    .zl-product-list-section,
    .zl-blog-detail-section .zl-blog-detail-content{
        max-width: 70%;
    }

    .zl-contact-info-column .zl-contact-info-paragraph{
        font-size: 18px;
    }
    .zl-contact-info-column .zl-contact-info-column-link-text{
        padding: 30px 20px;
    }
}

@media (max-width: 1100px){
    .zl-contact-info-column .zl-contact-info-column-icon{
        margin: 0 auto 20px;
    }
    .zl-contact-info-column .zl-contact-info-heading{
        font-size: 24px;
    }
    .zl-contact-info-column .zl-contact-info-paragraph,
    .zl-contact-info-column .zl-contact-info-column-link-text .zl-contact-info-link-text{
        font-size: 16px;
    }
}

@media (max-width: 1024px){
    .zl-header-content .navbar .navbar-nav .nav-item {
        margin: 0 18px;
    }

    .zl-header-content .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .zl-banner-img-content .zl-banner-overlay-image1{
        height: 550px;
        width: 400px;
    }
    .zl-banner-img-content .zl-banner-overlay-image2{
        height: 550px;
        width: 400px;
    }

    .zl-team-column .zl-team-photo{
        height: 280px;
    }
}

@media (max-width: 991px){
    .zl-banner-content{
        padding-top: 0;
    }
    .zl-history-creation-section{
        padding: 100px 0 60px;
    }
    .zl-team-section,
    .zl-work-process-section,
    .zl-our-project-section,
    .zl-testimonial-section,
    .zl-blog-section,
    .zl-footer-link-row,
    .zl-architects-section,
    .zl-designer-services-section,
    .zl-ready-offer-section,
    .zl-our-work-process-section,
    .zl-portfolio-tab-section,
    .zl-about-portfolio-section,
    .zl-portfolio-gallery-section,
    .zl-unique-architect-section,
    .zl-product-list-sidebar-list-section,
    .zl-product-detail-section,
    .zl-blog-detail-section,
    .zl-contact-info-section,
    .zl-contact-form-section,
    .zl-error-page-section{
        padding: 60px 0;
    }

    .zl-header-content .navbar .navbar-brand{
        max-width: 95px;
        height: 32px;
    }

    .zl-header-content .navbar .zl-navbar-icon-btn-row{
        margin-left: auto;
    }

    .zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link{
        width: 35px;
        height: 35px;
    }
    .zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item {
        padding: 0 4px;
    }
    .zl-header-content .navbar .collapse:not(.show){
        display: block;
    }
    .zl-header-content .navbar-nav{
        overflow-y: auto;
        max-height: calc(100vh - 77px);
    }
    .zl-header-content .navbar .navbar-collapse{
        background: #F0E1C6;
        height: 100% !important;
        max-height: 100vh;
        position: fixed;
        top: 0px;
        left: -320px;
        padding: 20px 0;
        max-width: 320px;
        width: 100%;
        box-shadow: 2px 0 17px 0.5px #00000015;
        transition: all .5s ease-in-out;
        z-index: 999999;
    }
    .zl-header-content .navbar .navbar-collapse.show{
        left: 0;
    }
    .zl-header-content .navbar .navbar-nav .nav-item {
        margin: 0;
        padding: 0 20px;
    }
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link{
        font-size: 16px;
        padding: 8px 0;
        border-bottom: 1px solid #e3b17559;
    }
    /* .zl-header-content .navbar .navbar-nav .nav-item:nth-child(1) .nav-link{
        padding-top: 0;
    } */
    .zl-header-content .zl-header-sidebar-logo{
        margin-left: 20px;
    }
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link::before{
        left: -20px;
        bottom: -1px;
        width: calc(100% + 40px) !important;
        height: calc(100% + 2px);
        border-radius: 0;
        transform: none;
        opacity: 0;
    }
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link.active::before,
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link:hover::before{
        opacity: 1;        
    }
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle{
        padding-right: 14px;
    }
    .zl-header-content .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    .zl-header-content .navbar .navbar-nav .nav-item .dropdown-menu{
        display: none !important;
    }
    .zl-header-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show{
        display: block !important;
        margin: 0 -20px;
    }
    .zl-header-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
        padding-left: 20px;
        padding-right: 20px;
    }

    .zl-banner-content .row{
        flex-direction: column-reverse;
    }
    .zl-banner-img-content{
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }

    .zl-banner-text-column{
        text-align: center;
        margin-top: 24px;
    }
    .zl-banner-text-column .zl-banner-heading{
        font-size: 52px;
    }
    .zl-banner-text-column .zl-banner-paragraph{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .zl-team-content .row > div,
    .zl-history-creation-content .col-lg-6,
    .zl-blog-content .row > div,
    .zl-footer-link-row .zl-footer-link-column{
        margin-top: 24px;
    }
    .zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(3),
    .zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(4){
        margin-top: 72px;
    }
    .zl-team-content .row > div:nth-child(1),
    .zl-team-content .row > div:nth-child(2),
    .zl-history-creation-content .col-lg-6:nth-child(1),
    .zl-blog-content .row>div:nth-child(1),
    .zl-blog-content .row>div:nth-child(2),
    .zl-footer-link-row .zl-footer-link-column:nth-child(1),
    .zl-footer-link-row .zl-footer-link-column:nth-child(2){
        margin-top: 0px;
    }
    .zl-team-column-text{
        padding: 15px;
    }

    .zl-work-process-column span{
        font-size: 70px;
    }

    .zl-project-column-content .col-lg-4{
        width: 33.333333%;
    }
    .zl-project-column-content .col-lg-4:nth-child(3){
        display: block;
    }
    .zl-our-project-content .col-lg-6:nth-child(2){
        display: none;
    }
    .zl-footer-link-row .zl-footer-link-column {
        max-width: 50%;
    }

    .zl-ready-offer-column-content .row .col-lg-6{
        margin-top: 24px;
        flex-direction: column;
    }
    .zl-ready-offer-column-content .row .zl-ready-offer-img-column{
        order: 1;
        margin-top: 0;
    }
    .zl-ready-offer-column-content .row .zl-ready-offer-text-column{
        order: 2;
    }
    .zl-ready-offer-column-content .row,
    .zl-our-work-process-row > div,
    .zl-portfolio-tab-row .col-lg-4:nth-child(3){
        margin-top: 24px;
    }
    .zl-our-work-process-row>div:nth-child(1),
    .zl-our-work-process-row>div:nth-child(2){
        margin-top: 0;
    }

    .zl-about-portfolio-content > .row{
        flex-direction: column-reverse;
    }
    .zl-about-portfolio-content > .row .col-lg-6,
    .zl-unique-architect-content>.row .col-lg-6,
    .zl-product-detail-content > .row .col-lg-6,
    .zl-blog-row .col-lg-4:nth-child(3){
        margin-top: 24px;
    }
    .zl-about-portfolio-content > .row .col-lg-6:nth-child(2),
    .zl-unique-architect-content>.row .col-lg-6:nth-child(1),
    .zl-unique-architect-text-column .col-lg-6:nth-child(2),
    .zl-unique-architect-text-column .col-lg-6:nth-child(3),
        .zl-product-detail-content>.row .col-lg-6:nth-child(1){
        margin-top: 0px;
    }
    .zl-about-portfolio-text-column .zl-about-portfolio-text-list{
        margin-bottom: 0;
    }
    .zl-about-portfolio-text-column .row .col-lg-12,
    .zl-portfolio-gallery-content .row .col-lg-4:nth-child(3){
        margin-top: 24px;
    }
    .zl-about-portfolio-text-column .row .col-lg-12:nth-child(1){
        margin-top: 0px;
    }

    .zl-product-list-sidebar-list-content{
        flex-direction: column-reverse;
    }
    .zl-product-sidebar-section,
    .zl-product-list-section,
    .zl-blog-detail-section .zl-blog-detail-sidebar,
    .zl-blog-detail-section .zl-blog-detail-content{
        max-width: 100%;
    }
    .zl-product-sidebar-section,
    .zl-blog-detail-section .zl-blog-detail-sidebar{
        margin-top: 24px;
    }

    .zl-blog-detail-img-heading-content .zl-blog-detail-main-heading{
        font-size: 40px;
    }

    .zl-contact-info-column .zl-contact-info-paragraph,
    .zl-contact-info-column .zl-contact-info-column-link-text .zl-contact-info-link-text{
        font-size: 20px;
    }

    .zl-contact-info-content .row .col-lg-4{
        margin-top: 53px;
    }
    .zl-contact-info-content .row .col-lg-4:nth-child(1),
    .zl-contact-info-content .row .col-lg-4:nth-child(2){
        margin-top: 0px;
    }

    .zl-contact-form-content > .row > .col-lg-6{
        margin-top: 24px;
    }
    .zl-contact-form-content > .row > .col-lg-6:nth-child(1){
        margin-top: 0px;
    }
    .zl-contact-form-content .zl-contact-form-map{
        height: 350px;
    }
    .zl-contact-form .row>div:nth-child(2){
        margin-top: 24px;
    }

    .zl-error-page-contant .row{
        flex-direction: column-reverse;
    }
    .zl-error-page-img-column img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .zl-error-page-text-column{
        text-align: center;
    }
    .zl-error-page-text-column .zl-common-sub-heading{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    /* .zl-header-content .navbar .navbar-nav .nav-item .dropdown-menu[style="display: block;"]{
        display: block !important;
    } */
}

@media (max-width: 767px){
    .zl-work-process-content .col-lg-4:nth-child(3),
    .zl-blog-content .row>div:nth-child(2) {
        margin-top: 24px;
    }

    .zl-project-column-content .col-lg-4 {
        width: 50%;
        margin-top: 24px;
    }
    .zl-project-column-content .col-lg-4:nth-child(1),
    .zl-project-column-content .col-lg-4:nth-child(2){
        margin-top: 0px;
    }

    .zl-subscribe-section{
        padding: 60px 0;
    }
    .zl-subscribe-content{
        padding: 50px 30px;
    }
    .zl-subscribe-content .zl-common-heading,
    .zl-about-portfolio-text-column .zl-about-portfolio-text-heading{
        font-size: 32px;
    }

    .zl-sub-footer-content{
        flex-direction: column-reverse;
    }
    .zl-sub-footer-nav{
        margin: 0 auto 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zl-sub-footer-content .zl-footer-copy-right-text{
        padding: 0;
        text-align: center;
    }

    .zl-our-work-process-row>div:nth-child(2),
    .zl-portfolio-tab-row .col-lg-4:nth-child(2),
    .zl-unique-architect-text-column .col-lg-6:nth-child(3){
        margin-top: 24px;
    }
    .zl-portfolio-column{
        height: 450px;
    }
    .zl-common-tab-body .zl-common-btn{
        margin-top: 40px;
    }

    .zl-product-list-row .col-lg-4{
        width: 100%;
    }
    .zl-product-list-row .col-lg-4:nth-child(2){
        margin-top: 24px;
    }
    .zl-product-list-column .zl-product-list-column-img{
        height: 450px;
    }

    .zl-product-list-filter-drop-down-row{
        display: block;
    }
    .zl-product-list-filter-drop-down-row p{
        margin-bottom: 16px;
    }

    .zl-blog-detail-comment-form>div:nth-child(2){
        margin-top: 24px;
    }

    .zl-contact-info-content .row .col-lg-4:nth-child(2){
        margin-top: 53px;
    }
}
@media (max-width: 575px){
    .zl-common-heading,
    .zl-history-creation-text-content .zl-history-creation-heading,
    .zl-subscribe-content .zl-common-heading,
    .zl-about-portfolio-text-column .zl-about-portfolio-text-heading,
    .zl-product-slider-detail-content .zl-product-slider-detail-heading,
    .zl-error-page-text-column .zl-error-page-text-column-heading{
        font-size: 30px;
    }

    .zl-common-paragraph,
    .zl-history-creation-text-content .zl-history-creation-paragraph,
    .zl-common-heading-component .zl-common-paragraph{
        font-size: 16px;
    }

    .zl-banner-img-content .zl-banner-overlay-image2{
        display: none;
    }
    .zl-banner-img-content .zl-banner-overlay-image1{
        width: 100%;
        height: 450px;
    }
    .zl-banner-img-content .zl-banner-advantages-slider{
        max-width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
        padding: 20px 15px;
    }
    .zl-banner-text-column .zl-banner-heading {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .zl-work-process-content .col-lg-4:nth-child(2),
    .zl-team-content .row>div:nth-child(2),
    .zl-project-column-content .col-lg-4:nth-child(2),
    .zl-footer-link-row .zl-footer-link-column:nth-child(2),
    .zl-designer-services-row .col-lg-6:nth-child(2),
    .zl-designer-services-content > .row > .col-lg-6,
    .zl-designer-services-content .zl-designer-services-owner-row .col-lg-6,
    .zl-portfolio-gallery-content .row .col-lg-4:nth-child(2),
    .zl-unique-architect-text-column .col-lg-6:nth-child(2){
        margin-top: 24px;
    }

    .zl-designer-services-content>.row>.col-lg-6:nth-child(1),
    .zl-designer-services-content .zl-designer-services-owner-row .col-lg-6:nth-child(1){
        margin-top: 0;
    }

    .zl-project-column-content .col-lg-4{
        width: 100%;
    }

    .zl-testimonial-content .zl-testimonial-row .col-lg-3:nth-child(2){
        margin-top: 72px;
    }

    .zl-subscribe-content{
        padding: 30px;
    }
    .zl-subscribe-content p{
        font-size: 18px;
    }
    .zl-subscribe-content .zl-subscribe-input-content{
        display: block;
    }
    .zl-subscribe-content .zl-subscribe-input-content input{
        width: 100%;
        border: 1px solid #ffffff;
        margin-bottom: 20px;
    }
    .zl-subscribe-content .zl-subscribe-input-content .zl-common-btn{
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .zl-footer-link-row .zl-footer-link-column{
        max-width: 100%;
    }
    .zl-footer-link-row .zl-footer-heading{
        margin-bottom: 20px;
    }
    .zl-footer-link-row .zl-footer-heading,
    .zl-footer-nav .zl-footer-item,
    .zl-footer-link-row .zl-footer-address,
    .zl-footer-link-row .zl-footer-other-link,
    .zl-footer-link-row .zl-footer-subscribe-paragraph{
        text-align: center;
    }
    .zl-footer-link-row .zl-footer-address{
        margin-left: auto;
        margin-right: auto;
    }

    .zl-footer-logo-social-row{
        display: block;
    }
    .zl-footer-logo-social-row .zl-footer-logo{
        margin: 0 auto 30px;
    }
    .zl-footer-logo-social-row .zl-footer-social-row{
        justify-content: center;
    }

    .zl-common-banner-section .zl-banner-img-content{
        height: 450px;
    }

    /* .zl-designer-services-column .zl-designer-services-column-number,
    .zl-designer-services-column .zl-designer-services-column-heading,
    .zl-designer-services-column .zl-designer-services-column-paragraph{
        text-align: center;
    } */
    .zl-designer-services-column .zl-designer-services-column-paragraph{
        max-width: 100%;
    }
    .zl-designer-services-column .zl-designer-services-column-number{
        display: block;
    }

    .zl-product-list-column .zl-product-list-column-img,
    .zl-product-detail-slider .carousel-inner .carousel-item img{
        height: 350px;
    }

    .zl-product-detail-slider .carousel-indicators [data-bs-target]{
        height: 120px;
    }

    .zl-blog-detail-img-heading-content .zl-blog-detail-main-img{
        height: 450px;
    }

    .zl-blog-detail-text-content .zl-blog-detail-img-paragraph img{
        float: unset;
        margin-right: 0;
        margin-bottom: 24px;
        max-width: 100%;
    }
    .zl-blog-detail-comment-media{
        display: block;
    }
    .zl-blog-detail-comment-media .zl-blog-detail-comment-media-img{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .zl-blog-detail-text-content .zl-blog-detail-heading{
        font-size: 24px;
    }

    .zl-work-process-column{
        max-width: 100%;
    }
    .zl-work-process-column span,
    .zl-work-process-column h3,
    .zl-work-process-column p{
        text-align: left;
    }
}

@media (max-width: 400px){
    .zl-blog-column .zl-blog-column-img{
        height: 300px;
    }
    .zl-header-content .navbar .navbar-collapse{
        max-width: 300px;
    }

    .zl-portfolio-column {
        height: 350px;
    }

    .zl-portfolio-gallery-content .zl-portfolio-gallery-img-link{
        height: 300px;
    }

    .zl-product-list-column .zl-product-list-column-img {
        height: 250px;
    }

    .zl-product-list-filter-drop-down-row select{
        max-width: 100%;
    }

    .zl-product-detail-slider .carousel-indicators [data-bs-target] {
        height: 80px;
    }

    .zl-blog-detail-img-heading-content .zl-blog-detail-main-img {
        height: 350px;
    }


    .zl-contact-info-column .zl-contact-info-paragraph,
    .zl-contact-info-column .zl-contact-info-column-link-text .zl-contact-info-link-text {
        font-size: 16px;
    }
}

@media (max-width: 300px){
    .zl-header-content .navbar .zl-navbar-icon-btn-row .zl-navbar-icon-btn-item .zl-navbar-icon-btn-link {
        width: 32px;
        height: 32px;
    }
    .zl-header-content .navbar .zl-header-menu-open-btn{
        margin-left: 8px;
    }
}