/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.mzwpro-heading-subheading{
    margin-bottom: 50px;
}
.mzwpro-heading-subheading .mzwpro-subtitle {
	font-family: var(--mz-body-typography-font-family);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: var(--mz-blackish-color);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 18px;
}
.mzwpro-heading-subheading .mzwpro-subtitle:before {
    position: absolute;
    content: "";
    top: -6px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #f4f4f9;
    z-index: -1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.mzwpro-heading-subheading.text-center .mzwpro-subtitle:before {
    left: 50%;
    margin-left: -15px;
}
.mzwpro-heading-subheading .mzwpro-title{
	font-family: var(--mz-heading-typography-font-family);
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #101010;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
}
.mzwpro-heading-subheading.text-white .mzwpro-subtitle{
	color: var(--mz-white-color);
}
.mzwpro-heading-subheading.text-white .mzwpro-subtitle::before{
    background-color: var(--mz-blackish-color);
}
.mzwpro-heading-subheading.text-light .mzwpro-subtitle::before{
    background-color: var(--mz-white-color);
}
.mzwpro-heading-subheading.text-white .mzwpro-title{
	color: var(--mz-white-color);
}
.mzwpro-heading-subheading.text-global .mzwpro-subtitle::before{
    background-color: var(--mz-global-color);
}
.mzwpro-heading-subheading.text-global .mzwpro-subtitle{
	color: var(--mz-white-color);
}
.mzwpro-heading-subheading.text-global .mzwpro-title{
	color: var(--mz-white-color);
}
.mzwpro-heading-subheading .text-black {
    color: #666 !important;
}

/*----------------------------------------*/
/*  09 - Header Style
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 110px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.site-title a .site-title-text {
    display: none;
}
.mzwpro-right-side {
    display: flex;
    align-items: center;
}

.mzwpro-header-box span {
    display: block;
}
.mzwpro-header-box-title {
    font-family: Teko,sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #111010;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
}
.mzwpro-header-box-content {
    font-family: Yantramanav,sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0;
    color: #666;
    font-style: normal;
    font-weight: 400;
}


.header-style-3 .pre-header{
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 12px;
    color: var(--mz-white-color);
    background-color: var(--mz-blackish-color);
} 
.header-style-3 .mzwpro-contact-info {
    font-size: 16px;
}
    .header-style-3 .mzwpro-contact-info li {
        padding: 0 15px;
        position: relative;
        display: inline-flex;
        font-size: 16px;
    }

        .header-style-3 .mzwpro-contact-info li a:hover {
            color: var(--mz-global-color);
        }


.header-style-3 .mzwpro-contact-info li:first-child {
    padding-left: 0;
}
    .header-style-3 .mzwpro-contact-info i {
        color: var(--mz-white-color);
        font-size: 18px;
    }
.header-style-3 .mzwpro-pre-header-right {
    display: flex;
}
.header-style-3 .mzwpro-top-links li {
    position: relative;
    display: inline-flex;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    font-size:16px;
}
.header-style-3 .mzwpro-top-links li:first-child {
    padding-left: 0;
}
.header-style-3 .pre-header a {
    color: #fff;
    font-size: 16px;
}
.header-style-3 .mzwpro-top-links li:after {
    content: '';
    background-color: #ffffff87;
    height: 12px;
    width: 1px;
    position: absolute;
    right: -7px;
    top: 19px;
}
.header-style-3 .mzwpro-top-links li:last-child::after{
    display: none;
}
.header-style-3 .pre-header .mzwpro-social-links {
    display: inline-block;
}
.header-style-3 .pre-header .mzwpro-social-links li {
    margin-right: 8px;
    display: inline-block;
}
.header-style-3 .pre-header .mzwpro-social-links {
    padding: 0 15px 0 25px;
}
.header-style-3 .pre-header .mzwpro-social-links li>a {
    font-size: 16px;
    color: var(--mz-white-color);
}
.header-style-3 .pre-header .mzwpro-top-links li a:hover{
    color: var(--mz-global-color);
}
.header-style-3 .pre-header .mzwpro-social-links li>a:hover {
    color: var(--mz-global-color);
}
.header-style-3 .site-header-menu {
    padding: 0 50px;
}
.header-style-3 .site-navigations ul.navigation > li > a{
    color: var(--mz-blackish-color);
}
.header-style-3 .site-navigations ul li.active > a {
    color: var(--mz-global-color);
}
.header-style-3 .site-navigations ul.navigation > li > a::after{
    color: var(--mz-blackish-color);
}
.header-style-3  .site-navigations ul.navigation > li > a{
    height: 90px;
    line-height: 90px;
}
.header-style-3  .site-title{
    height: 90px;
    line-height: 90px;
}
.header-style-3 .mzwpro-header-search-btn {
    padding: 0 30px;
}
.header-style-3 .mzwpro-header-search-btn a{
    font-size: 20px;
}
.header-style-3 .mzwpro-right-side a{
    padding: 20px 0;
    min-width: 170px;
    border-radius: 6px 6px 0 6px;
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.mzwpro-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    padding-bottom: 30px;
}

.mzwpro-portfolio-style-1 .mzwpro-portfolio-img-wrapper {
    border-radius: 0 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mzwpro-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.mzwpro-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pbminfotech-box-content {
cursor:pointer;
}

.mzwpro-portfolio-style-1 .pbminfotech-box-content .mzwpro-portfolio-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mzwpro-portfolio-style-1:hover .pbminfotech-box-content .mzwpro-portfolio-title a {
    color: #fff;
}


.mzwpro-portfolio-style-1 .pbminfotech-box-content .mzwpro-portfolio-info {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mzwpro-portfolio-info a:hover {
    color:var(--mz-global-color);
}

.mzwpro-portfolio-style-1:hover .mzwpro-port-cat:before {
    background-color: #fff;
}

.mzwpro-portfolio-style-1 .pbminfotech-box-content .mzwpro-port-cat {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
}

    .mzwpro-portfolio-style-1 .pbminfotech-box-content .mzwpro-port-cat a {
        color: var(--mz-global-color);
    }

.mzwpro-portfolio-style-1 .mzwpro-portfolio-img-wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    background-color: rgba(var(--mz-global-color-rgb),0.80);
}

.mzwpro-portfolio-style-1 .pbminfotech-icon-box a {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
}

.mzwpro-portfolio-style-1:hover .mzwpro-portfolio-img-wrapper:after,
.mzwpro-portfolio-style-1:hover .pbminfotech-icon-box a {
    visibility: visible;
    opacity: 1;
}

.mzwpro-portfolio-style-1 .pbminfotech-box-content {
    display: block;
    padding: 75px 35px 25px 30px;
    border-radius: 0 0 50px;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
    margin-top: -50px;
    margin-left: 35px;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}

.mzwpro-portfolio-style-1 .pbminfotech-titlebox {
    position: relative;
    z-index: 0;
}

.mzwpro-portfolio-style-1:hover .pbminfotech-box-content {
    background-color: var(--mz-blackish-color);
}

.mzwpro-portfolio-style-1 .pbminfotech-titlebox:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: var(--mz-global-color);
}

.mzwpro-portfolio-style-1 .mzwpro-portfolio-img-wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    background-color: var(--mz-global-color);
}

.mzwpro-portfolio-style-1:hover .mzwpro-portfolio-img-wrapper:after,
.mzwpro-portfolio-style-1:hover .pbminfotech-icon-box a {
    visibility: visible;
    opacity: 1;
}



/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/

.mzwpro-testimonial-style-3 .pbminfotech-testimonial-wrapper:after {
    position: absolute;
    content: '\e85e';
    font-size: 80px;
    line-height: 80px;
    top: 0;
    left: 50%;
    margin-left: -40px;
    color: var(--mz-global-color);
    font-family: "pbminfotech-base-icons";
}

.mzwpro-testimonial-style-3 .mzwpro-featured-wrapper {
    width: 80px;
}

.mzwpro-testimonial-style-3 .pbminfotech-box-author {
    padding-top: 35px;
    margin-top: 10px;
    width: 40%;
    border-top: 1px solid var(--mz-global-color);
    text-align: center;
}

.mzwpro-testimonial-style-3 .pbminfotech-testimonial-wrapper {
    position: relative;
    text-align: center;
    width: 950px;
    margin: 0 auto;
    padding: 0 15px;
    color: var(--mz-blackish-color);
    padding-top: 70px;
}

.mzwpro-testimonial-style-3 .pbminfotech-box-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--mz-global-color);
    font-weight: normal;
    font-family: Teko,sans-serif;
}

.mzwpro-testimonial-style-3 .pbminfotech-testimonial-detail {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: Teko,sans-serif;
}

.mzwpro-testimonial-style-3 .pbminfotech-box-desc blockquote {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    color: var(--mz-blackish-color);
    font-weight: 300;
    font-family: Teko,sans-serif;
}

.mzwpro-testimonial-style-3 .pbminfotech-box-desc {
    margin: 38px 0 28px;
}

.mzwpro-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav {
    top: calc(50% - 45px);
}

    .mzwpro-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.mzwpro-title-bar-wrapper:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.mzwpro-title-bar-wrapper {
    background-color: transparent;
    background-image: url(../images/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    margin-top: 0;
    margin-bottom:0;
}

.mzwpro-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0;
    min-height: 455px;
}

    .mzwpro-title-bar-content .mzwpro-tbar-inner {
        max-width: none;
        padding: 0;
    }

.mzwpro-title-bar-content-inner {
    padding-top: 70px;
}

.mzwpro-title-bar-content .mzwpro-tbar-title {
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    color: var(--mz-white-color);
    text-transform: none;
    font-style: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: Teko,sans-serif;
}

.mzwpro-title-bar-content .mzwpro-tbar,
.mzwpro-title-bar-content .mzwpro-breadcrumb {
    display: block;
}

.mzwpro-breadcrumb {
    position: absolute;
    bottom: -30px;
    padding: 20px 40px;
    color: #bbb;
    background-color: var(--mz-secondary-color);
    border-radius: 25px 0 0 0;
}

    .mzwpro-breadcrumb, .mzwpro-breadcrumb a {
        font-family: Teko,sans-serif;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 500;
    }

.mzwpro-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.mzwpro-breadcrumb-inner .sep {
    margin: 0 2px;
}

.mzwpro-title-bar-content a:hover,
.mzwpro-title-bar-content .current-item {
    color: var(--mz-global-color);
}

/*----------------------------------------*/
/*  14 - Accordion
/*----------------------------------------*/
.accordion {
    background: none;
    border-radius: 0;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 25px 0 0 0 !important;
    color: var(--mz-blackish-color);
    background-color: var(--mz-grey-color);
}

.accordion .accordion-item h2 {
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    border-bottom: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
    background: none;
}

.accordion-button {
    font-size: 24px;
    border-radius: 25px 0 0 0 !important;
    background-color: var(--mz-white-color);
    padding: 15px 25px;
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    z-index: 0;
    color: var(--mz-blackish-color);
    transition: color .2s ease-in-out;
}

.accordion-item.active .accordion-button {
    color: var(--mz-global-color);
}

.accordion-button:hover {
    color: var(--mz-global-color);
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: var(--mz-blackish-color);
    background-color: transparent;
    box-shadow: none;
    transition: none;
}

.accordion-body {
    color: var(--mz-body-typography-color);
    text-align:left;
    font-weight: 400;
    padding: 0 25px 20px 30px;
    border: solid transparent;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: padding .2s ease-in-out;
}

.accordion-item.collapsed {
    background-color: var(--mz-grey-color);
}

.accordion .accordion-item i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: var(--mz-global-color);
}




/*----------------------------------------*/
/*  10 - Footer
/*----------------------------------------*/
.mzwpro-footer-overlay-left.col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.mzwpro-footer-overlay-right.col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.mzwpro-footer-contact-info {
    margin-right: 25px;
}
.mzwpro-footer-contact-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.mzwpro-footer-contact-info:after {
    content: "";
    width: 1px;
    height: 56px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(20deg);
}
.mzwpro-footer-contact-info:last-child::after{
    display: none;
}
.mzwpro-footer-overlay {
    border-top: 1px solid #eee;
    padding-top: 40px;
    overflow: hidden;
}
.mzwpro-footer-overlay-left{
    flex: 0 0 30%;
    max-width: 30%;
}
.mzwpro-footer-overlay-right {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
}
.mzwpro-footer-contact-info {
    margin-right: 25px;
}
.mzwpro-footer-contact-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 40%;
    position: relative;
}
.mzwpro-footer-contact-info-inner {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}
.mzwpro-footer-contact-info i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--mz-global-color);
}
.mzwpro-footer-contact-info span {
    display: block;
    font-weight: 400;
    color: var(--mz-blackish-color);
    font-size: 22px;
    line-height: 22px;
    font-family: Teko,sans-serif;
}
.footer.site-footer {
    color: #bbb;
    font-size: 17px;
    position: relative;
}
.footer.site-footer:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    background-image: none!important;
    width: calc(100% - 136px);
    border-radius: 0 50px 0 0;
    background-color: var(--mz-secondary-color);
}
.mzwpro-footer-widget-area {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}
.mzwpro-footer-widget-col-1 {
    flex: 0 0 30%;
    max-width: 30%;
}
.site-footer .widget.widget-last {
    background-color: var(--mz-global-color);
    border-radius: 0 50px 0 0;
    margin-right: 10px;
    padding: 50px 30px !important;
    color: #fff;
    margin-top: -140px;
}
.site-footer .mzwpro-footer-newsletter i {
    font-size: 80px;
    line-height: normal;
}
.site-footer .mzwpro-footer-newsletter i:before {
    margin: 0;
}
.site-footer .mzwpro-footer-newsletter-form button {
    padding: 20px 40px;
    border: 0;
    font-family: Teko,sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-style: normal;
    background-color: var(--mz-blackish-color);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.site-footer .mzwpro-footer-newsletter-form button:hover {
    color: #000;
    background-color: #fff;
}
.site-footer .mzwpro-footer-newsletter h4 {
    font-size: 36px;
    margin: 10px 0 36px;
    color: var(--mz-white-color);
}
.site-footer .widget {
    padding: 40px 0 30px;
    position: relative;
}
.site-footer .widget-title {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}
.site-footer .widget-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: var(--mz-global-color);
}
.site-footer .mzwpro-footer-widget-col-2 {
    padding-right: 60px;
}
.site-footer .btn-arrow{
    padding: 0;
    margin-top: 30px;
    color: var(--mz-global-color);
}
.site-footer .btn-arrow:hover{
    color: var(--mz-white-color);
}
.site-footer .widget ul>li {
    padding: 0 0 8px 0;
}
.site-footer .widget ul li>a{
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    color: #bbb;
}
.site-footer .widget ul li>a:hover{
    color: var(--mz-global-color);
}
.site-footer .widget ul li>a::after{
    position: absolute;
    content: '\f101';
    color: #fff;
    font-family: 'pbminfotech-base-icons';
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    left: 0;
    top: 5px;
}
.site-footer .widget ul li>a:hover:after{
    color: var(--mz-global-color);
}
.mzwpro-footer-widget-col-3 {
    flex: 0 0 18%;
    max-width: 18%;
    padding-right: 100px !important;
}
.mzwpro-footer-widget-col-4 {
    flex: 0 0 27%;
    max-width: 27%;
}
.site-footer .widget .footer-phone {
    font-size: 28px;
    color: var(--mz-global-color);
}
.site-footer .mzwpro-footer-bottom {
    z-index: 1;
    position: relative;
}
.site-footer .mzwpro-footer-text-inner:before{
	position: absolute;
    height: 100%;
    width: 119%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    border-radius: 50px 0 0 0;
	background-color: #000;
}
.site-footer .mzwpro-footer-text-inner {
    padding: 45px 60px;
    padding-right: 0;
    position: relative;
    color: #bbb;
}
.site-footer .mzwpro-footer-text-inner a{
    color: #bbb;
    font-size: 15px;
}
.menu-quick-links-container {
    overflow: hidden;
    font-size: 15px;
}
.site-footer .mzwpro-footer-copyright-box-1.col-md-4 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
.mzwpro-footer-menu, .mzwpro-bottom-links {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
.mzwpro-footer-menu li, .mzwpro-bottom-links li {
    position: relative;
    display: inline-flex;
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
}
.mzwpro-footer-menu li:after, .mzwpro-bottom-links li:after {
    content: "";
    width: 1px;
    top: 4px;
    height: 70%;
    background-color: #bbb;
    position: absolute;
    right: -2px;
}
.mzwpro-footer-menu li:last-child:after, .mzwpro-bottom-links li:last-child::after{
    display: none;
} 
.site-footer .mzwpro-footer-text-inner a:hover{
    color: var(--mz-white-color);
}
.site-footer .mzwpro-footer-copyright-box-2.col-md-4 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.mzwpro-footer-copyright-box-2 {
    text-align: center;
}
.mzwpro-footer-copyright-text {
    text-align: right;
}
.mzwpro-footer-copyright-box-2 img{
    display: block;
    width: 70px;
    margin: 5px auto 5px auto;
}
.mzwpro-footer-copyright-text ul {
    list-style: none;
    text-align: right;
    margin: 0;
}
.mzwpro-footer-copyright-text ul li {
    display: inline-block;
    margin-right: 10px;
}
.mzwpro-footer-copyright-text ul li a {
    display: block;
    color: #bbb;
    border: 1px solid rgba(255,255,255,.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.mzwpro-footer-copyright-text ul li a:hover {
    background-color: var(--mz-global-color);
    border-color: var(--mz-global-color);
}

