@charset "utf-8";
/* CSS Document Project Name: Wimax - Multipurpose HTML5 TemplateVersion:  1.0   Author Name: SET-Theme*****=====***** TABLE OF CONTENT *****=====*****01. IMPORTED STYLE CSS02. GENERAL CSS        =>Form CSS        =>Placeholder Color CSS        =>BUtton CSS        =>Background Over Layer CSS        =>Default Title CSS        =>Preloader CSS        =>Pagination CSS        =>Scrollup CSS03. Header CSS        =>Header Topbar CSS        =>Navbar CSS        =>NavBar Fixed CSS        =>main-herader-two        =>Mega Menu CSS04. Slider CSS        =>Slider Two05. Banner CSS06. Video Banner CSS07. About CSS08. Services CSS09. Separator CSS10. Portfolio CSS        =>Portfolio Hover CSS        =>Portfolio Details11. Counter CSS12. Team CSS13. Testimonial CSS14. Blog CSS        =>Blog Full WD CSS        =>Sidebar CSS        =>Blog Details CSS15. Client CSS16. Defult Page Title CSS17. Account CSS18. FAQ CSS19. Contact CSS20. Error CSS21. Contact CSS22. Footer CSS        =>Copyright CSS23. Demo Page CSS*//*****=====*****=====*****=====*****=====    01. IMPORTED STYLE CSS=====*****=====*****=====*****=====*****//* GOOGLE FONTs */
/*@import url('../images/7ef18f0ffc2d491182199125181d7a59.css');*/
/* OTHER IMPORTED CSS */
@import url("pe-icon-7s.css");
@import url("lz.ui.css");
@import url("helper.css");
@import url("font-awesome.min.css");
@import url("animate.min.css");
/*@import url("videopopup.css");*/
@import url("owl.carousel.css");
@import url("owl.theme.default.css");
/*@import url("lightbox.min.css");*/
@import url("bootstrap-dropdownhover.css");
/*@import url("element.css");*/
/*****=====*****=====*****=====*****=====    02. General CSS =====*****=====*****=====*****=====*****/
body {
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    color: #424242;
    overflow-x: hidden !important;
}

/* Common CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    color: #232323;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    /*text-transform: uppercase;*/
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
button{
    outline: none;
}
.btn {
    font-size: 14px;
}
/***********/

a,
a:hover,
a:focus,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.lz-website-bgc--highlight {
    background-color: var(--lz-website-color-highlight);
}

.lz-website-bgc--highlight--opacity {
    background-color: var(--lz-website-color-highlight--opacity);
}

.lz-website-bgc--highlight-dark {
    background-color: var(--lz-website-color-highlight-dark);
}

.lz-website-bgc--highlight-dark--opacity {
    background-color: var(--lz-website-color-highlight-dark--opacity);
}

.lz-website-color--highlight {
    color: var(--lz-website-color-highlight);
}

.lz-website-color--highlight--opacity {
    color: var(--lz-website-color-highlight--opacity);
}

.lz-website-color--highlight-dark {
    color: var(--lz-website-color-highlight-dark);
}

.lz-website-color--highlight-dark--opacity {
    color: var(--lz-website-color-highlight-dark--opacity);
}

.lz-website-bdc--highlight {
    border-color: var(--lz-website-color-highlight);
}

.lz-website-bdc--highlight--opacity {
    border-color: var(--lz-website-color-highlight--opacity);
}

.lz-website-bdc--highlight-dark {
    border-color: var(--lz-website-color-highlight-dark);
}

.lz-website-bdc--highlight-dark--opacity {
    border-color: var(--lz-website-color-highlight-dark--opacity);
}

.lz-website-beauty-line--br, .lz-website-beauty-line--bl {

    position: relative;
    margin-bottom: 30px;

}

.lz-website-beauty-line--tr, .lz-website-beauty-line--tl {

    position: relative;
    margin-top: 30px;

}

.lz-website-beauty-line--br:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: -15px;
    z-index: 0;
    width: 2.5em;
    height: 3px;
    /*background-color: var(--lz-website-color-highlight);*/

}

.lz-website-beauty-line--bl:after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: -15px;
    z-index: 0;
    width: 2.5em;
    height: 3px;
    /*background-color: var(--lz-website-color-highlight);*/

}

.lz-website-beauty-line--tr:before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: -15px;
    z-index: 0;
    width: 2.5em;
    height: 3px;
    background-color: var(--lz-website-color-highlight);

}

.lz-website-beauty-line--tl:before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: -15px;
    z-index: 0;
    width: 2.5em;
    height: 3px;
    background-color: var(--lz-website-color-highlight);

}

.lz-website-beauty-line--l {

    position: relative;
    margin-left: 30px;

}

.lz-website-beauty-line--r {

    position: relative;
    margin-right: 30px;

}

.lz-website-beauty-line--l:before {
    content: "";
    position: absolute;
    left: -30px;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 3px;
    height: 100%;
    background-color: var(--lz-website-color-highlight);

}

.lz-website-beauty-line--r:after {
    content: "";
    position: absolute;
    left: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 3px;
    height: 100%;
    background-color: var(--lz-website-color-highlight);

}

.lz-website-beauty-line__skew--10:before, .lz-website-beauty-line__skew--10:after {
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

/*容器变形*/
.lz-website-skew--15 {
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.lz-website-skew--10 {
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.lz-website-skew-15 {
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

/*斜体字*/
.lz-website-font--italic {
    font-style: oblique;
}
/* 富文本编辑器 段落*/
.lz-website-edit-content,.lz-website-edit-content p{
    text-align: justify;
    line-height: 2;
}
/* 富文本编辑器 图片*/
.lz-website-edit-content img{
    width: auto;
    height: auto;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}
/* 富文本编辑器 a标签*/
.lz-website-edit-content a{
    text-decoration: underline;
}



.lz-website-video-layer-btn {
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: -30px;
    right: 30px;
    z-index: 0;
    /* width: 80%; */
    /* height: 100%; */
    /* margin-top: 0%; */
    -ms-transform: skewX(-10deg);
    /* -webkit-transform: skewX(-10deg); */
    transform: skewX(-10deg);
}
/*****************************/
/* Form CSS */
.form-control {
    resize: none;
    height: 45px;
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    color: #999999 !important;
}

/* BUtton CSS */
.my-btn {
    padding: 10px 20px;
    background: var(--lz-website-color-highlight)!important;
    color: #ffffff !important;
    position: relative;
    border-radius: 0;
    border: none;
    text-transform: capitalize;
}

.my-btn:hover {
    color: #ffffff;
    background: var(--lz-website-color-highlight-dark)!important;
}

.my-btn:hover:before, .my-btn:focus:before, .my-btn:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.my-btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}

.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-white {
    position: relative;
}

.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Default Title CSS */
.section-title {
    margin: 30px 0;
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.section-title p {
    margin-top: 12px;
    font-style: italic;
}
.lz-website-color-section-highlight section:nth-child(2n){
    background-color: var(--lz-website-color-section-highlight,rgb(239, 251, 255));
}

.lz-website-color-section-highlight section:nth-child(2n+1){
    background-color: #ffffff;
}

/* Preloader CSS */
#loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}

.object {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: var(--lz-website-color-highlight);
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.object:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.object:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.object:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.object:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.object:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.object:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.object:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.object:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

/* Scrollup CSS */
#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: var(--lz-website-color-highlight);
    color: #ffffff !important;
}

#scrollUp:before {
    content: "\f176";
    font-family: FontAwesome;
    font-size: 20px;
}

#scrollUp:after {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    border-right: 14.5px solid transparent;
    border-left: 14.5px solid transparent;
    border-bottom: 15px solid var(--lz-website-color-highlight);
}

/* Pagination CSS Start */


.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.m0 {
    margin: 0;
}
.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.page-item .page-link {
    margin: 0 5px 5px 0;
    color: #333333;
    border-color: #8e8e8e;
}

.inner-pagination .pagination .page-item .page-link:hover {
    color: #ffffff !important;
    background-color: var(--lz-website-color-highlight--opacity);
    border-color: var(--lz-website-color-highlight-dark);

}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
    color: #333333;
    border-color: #8e8e8e;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
}
.inner-pagination .pagination > .active > a,
.inner-pagination .pagination > .active > a:focus,
.inner-pagination .pagination > .active > a:hover,
.inner-pagination .pagination > .active > span,
.inner-pagination .pagination > .active > span:focus,
.inner-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--lz-website-color-highlight);
    border-color: var(--lz-website-color-highlight-dark);
}
/*--------------------------------    03. Header CSS Start----------------------------------*//* Header Topbar CSS */
.main-navbar {
}

.topbar-area {
    padding: 0;
    background: var(--lz-website-color-highlight);
    overflow: hidden;
}

.topbar-info li {
    display: inline-block;
    margin-right: 20px;
}

.topbar-info li p {
    color: #ffffff;
    line-height: 40px;
}

.topbar-info li p a {
    color: #ffffff;
    line-height: 45px;
}

/* Navbar CSS start */
.header-navbar-box{
    height:80px;

}
.header-navbar {
    background-color: var(--lz-website-color-nav-bg,#ffffff);
    color: var(--lz-website-color-nav,#333333);

    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.header-navbar .navbar {
    margin-bottom: 0;
    min-height: 80px;
}
.navbar-header{
    min-height: 80px;
}
.navbar-collapse{
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);

}

.header-navbar .navbar-brand {
    padding: 0;
    margin-top: 15px;
}

.header-navbar .navbar-brand img {
    width: auto;
    height: 100%;
}



.header-navbar .navbar-default {
    background: transparent;
    border: none;
}

.header-navbar .navbar-default .navbar-nav > li > a {
    color: var(--lz-website-color-nav,#333333)!important;
    text-transform: uppercase;
    padding: 30px 0;
    margin-left: 30px;
}
.header-navbar .navbar-default .navbar-nav > li.active > a,
.header-navbar .navbar-default .navbar-nav > li > a:hover {
    color: var(--lz-website-color-nav-highlight,#000000) !important;
    background-color: transparent;
}


.header-navbar .navbar-default .navbar-nav > li > a:focus,
.header-navbar .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

.header-navbar .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 0;
    background-color: #fff;
}

.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}

.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    margin-left: 30px;
}

.header-navbar .navbar-nav .dropdown-menu > li > a {
    padding: 15px 10px;
    color: #333333 !important;
    text-transform: uppercase;
    border-left: 3px solid transparent;
    border-top: 1px solid #eeeeee;
    word-break:break-all;
    white-space:normal;

}

.header-navbar .navbar-nav .dropdown-menu > li > a:hover {
    border-left-color: var(--lz-website-color-nav-highlight,#000000);;
    padding-left: 20px;
}

.header-navbar .navbar-default .navbar-nav > .open > a, .header-navbar .navbar-default .navbar-nav > .open > a:focus, .header-navbar .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;

}
.header-navbar .navbar-nav .dropdown-menu > li.active > a,
.header-navbar .navbar-nav .dropdown-menu > li.active > a:focus,
.header-navbar .navbar-nav .dropdown-menu > li.active > a:hover {
    border-left-color: var(--lz-website-color-nav-highlight,#000000);
    /*padding-left: 20px;*/
    background-color: transparent;
}
/* NavBar Fixed CSS */
.header-navbar {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.header-navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}




/*--------------------------------    04. Slider CSS Start----------------------------------*/
.main-slider-area {
}
.slide {
    list-style-type: none;
    padding: 0;
}

.slide__item-col {
    list-style-type: none;
    padding: 0;

}
.main-slider-area .slide__item-col{
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: center center;
    background-image: url("../images/ajax-loader.gif");
}
.main-slider-area .slide__item-col.loaded{
    background-image:none;
}
.main-slider-area .owl-carousel .owl-item .owl-lazy {
    opacity: 0.8;
}
.slide__item {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height:70vh !important;
    max-width:100% !important;
}


.slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.slide-caption__title {
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.slide-caption__title span {
    color: var(--lz-website-color-highlight);
}

.slide-caption__desc {
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.slide-caption .btn {
    border: 2px solid var(--lz-website-color-highlight);
    color: #ffffff;
    background: var(--lz-website-color-highlight);
    padding: 10px 25px;
    text-transform: uppercase;
}

.slide-caption .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}

.main-slider-area .owl-item.active .slide-caption__title {
    animation: 0.5s 0.5s fadeInLeft both;
}

.main-slider-area .owl-item.active .slide-caption__desc {
    animation: 1s 1s fadeInRight both;
}

.main-slider-area .owl-item.active .btn {
    animation: 1s 2s zoomIn both;
}

.main-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}

.main-slider-area .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}

.main-slider-area .owl-theme  .owl-nav [class*='owl-'] {
    background: var(--lz-website-color-highlight) !important;
    color: #ffffff !important;
}
.main-slider-area .owl-theme .owl-nav{
    margin-top: 0;
}



/*--------------------------------    05. Banner CSS Start----------------------------------*/
.banner-area {
    background: url(../images/3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.banner-area.overlay-black:before {
    background: rgba(0, 0, 0, 0.6);
}

.banner-box {
    padding: 300px 0 100px 0;
    text-align: center;
}

.banner-box h2 {
    color: #ffffff;
    font-size: 42px;
}

.banner-box h2 span {
    color: var(--lz-website-color-highlight);
}

.banner-box h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #ffffff;
}

/*--------------------------------    06. Video Banner CSS Start----------------------------------*/
.video-banner-area {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#video-bg {
    background: transparent;
    text-align: center;
    z-index: -1;
}

#video-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.video-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 111;
    text-align: center;
}

.video-banner-content h2 {
    color: #ffffff;
    font-size: 42px;
}

.video-banner-content h2 span {
    color: var(--lz-website-color-highlight);
}

.video-banner-content h3 {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
}

/*--------------------------------    07. About CSS Start----------------------------------*/
.about-area {
    padding: 50px 0;
    overflow-x: hidden;
}

.about-col, .about-col-img {
    margin-bottom: 30px;
}

.about-col h3 {
    font-size: 28px;
    margin-bottom: 20px;
}


.about-col h5 {
    font-style: italic;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.about-col-img {
    position: relative;
}

.about-col-img img {
    width: 80%;
    float: right; /*-ms-transform: skewX(-10deg);     -webkit-transform: skewX(-10deg);     transform: skewX(-10deg);*/
}

.video-layer {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 0;
    width: 80%;
    height: 90%;
    margin-top: -30%;
    background: rgba(12, 148, 184, 0.7);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.video-layer i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    color: #ffffff;
    font-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

/* About Two CSS Start */
.about-area-two {
    padding: 100px 0 70px;
}

.about-col-two {
    margin-bottom: 30px;
}

.about-col-two p {
    margin-bottom: 20px;
}

.about-col-two p:last-child {
    margin-bottom: 0;
}

/* About Three CSS Start */
.about-area-three {
    padding: 0 0 70px;
}

.about-col-three {
    margin-bottom: 30px;
}

.about-col-three p {
    margin-bottom: 20px;
}

.about-col-three p:last-child {
    margin-bottom: 0;
}

/* About four CSS Start */
.about-area-four {
    padding: 0 0 70px;
}

.about-col-four {
    margin-bottom: 30px;
}

.about-col-four p {
    margin-bottom: 20px;
}

.about-col-four p:last-child {
    margin-bottom: 0;
}

/*--------------------------------    08. Services CSS Start----------------------------------*/
.service-area {
    padding: 30px 0;
}

.service-item {
    margin: 30px 0;
    text-align: center;
}

.service-item .service-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    margin-bottom: 20px;
    background-color:  #ffffff;
    border: 3px solid  var(--lz-website-color-highlight);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.service-item:hover .service-icon {
    background-color:  var(--lz-website-color-highlight--opacity);
    border-color: var(--lz-website-color-highlight-dark);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-inner-area {
    background: #ffffff;
}

/*--------------------------------    09. Separator CSS Start----------------------------------*/
.separator-area{

}
.separator-area-col {
    padding: 120px 0;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: center;

}
.separator-area-col:nth-child(2n+1) {

    background-position: left;

}
.separator-area-col:nth-child(2n) {

    background-position: right;

}

.separator-area-col:not(:last-child) {
    margin-bottom: 15px;

}


/*--------------------------------    10. Portfolio CSS Start----------------------------------*/
.portfolio-section {
    padding: 100px 0;
    overflow: hidden;
}

.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.filtr-container {
}

.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-nav li:hover {
    color: var(--lz-website-color-highlight);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filtr-item {
    width: 33.25%;
    padding: 0;
}

.filtr-item-4 {
    width: 25%;
    padding: 0;
}

.padd0 {
    padding: 0;
}

/* Portfolio Hover CSS Start */
.box {
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.box:before {
    content: "";
    width: 70%;
    height: 100%; /*border-radius: 50%;*/
    position: absolute;
    top: 0;
    left: -10%;
    opacity: 0;
    transform: scale(0);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box:hover:before {
    width: 90%;
    opacity: 1;
    transform: scale(2);
    transform: skewX(-10deg);
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-200%, -50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.box:hover .box-content {
    transform: translate(0, -50%);
}

.box .title {
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: none;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box .icon li a i:hover {
    background: #ffffff;
    color: #000000;
}

.portfolio-section .inner-pagination {
    margin-bottom: 0;
    margin-top: 50px;
}

.portfolio-grid-4 .filtr-item {
    width: 25%;
}

/* Portfolio Details */
.portfolio-details {
    padding: 100px 0 50px;
}

.details-col {
    margin-bottom: 50px;
}

.details-col ul li {
    margin-bottom: 20px;
}

.details-col ul li i {
    margin-right: 10px;
    color: var(--lz-website-color-highlight);
}

.details-col ul li a {
    color: #111111;
}

/*--------------------------------    11. Counter CSS Start----------------------------------*/
.counter-area {
    padding: 100px 0 50px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-col {
    padding: 30px 10px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    background-color: var(--lz-website-color-highlight-dark--opacity);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.counter-col:hover {

    background-color: var(--lz-website-color-highlight--opacity);

}

.counter-col .counter {
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.counter-col .counter .counter-icon {
    margin: 0 auto;
    width: 40px;
    color: #ffffff;
    padding-bottom: 10px;
    display: block;
}

.counter-col .counter .counter-number {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
}
.counter-col .counter .counter-unit {
     color: #ffffff;
     font-size: 16px;
     line-height: 30px;
    /*vertical-align:sub;*/
    /*vertical-align:super;*/
 }

.counter-col .counter .counter-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/*--------------------------------    12. Team CSS Start----------------------------------*/
.team-area {
    padding: 30px 0;
}
.team-member {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid var(--lz-website-color-highlight);
    margin-bottom: 30px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);

}

.team-member:hover {
    border-color: transparent;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.team-member .team-icon {
    margin: 15% 25%;
    
    overflow: hidden;
}


.team-member .team-info {
    padding: 0 15px 15% 15px;
}



.team-member .team-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
}
.team-member .team-sub-title {
    font-size: 14px;
    color: var(--lz-website-color-highlight);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
}
.team-member .team-about {
    font-size: 14px;
    color: grey;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 400;
    text-align: justify;
}





/*--------------------------------    13. Testimonial CSS Start----------------------------------*/
.testimonial-area {
    padding: 30px 0;
}
.testimonial-area .owl-stage{
    display: flex;
    align-items: stretch;
}
.testimonial-area .owl-item{
    display: flex;
    align-items: stretch;
}
.testimonial-item {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 180px;
    border: 2px solid var(--lz-website-color-highlight);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 170px;
    margin: 0 4px;
    overflow: hidden;
    position: relative;
}

.testimonial-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 40px solid var(--lz-website-color-highlight);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial-item .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    /*border-radius: 50%;*/
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 20px;
}



.testimonial-item .description {
    font-size: 24px;
    font-style: italic;
    line-height: 25px;

    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.testimonial-item .name {

    margin: 10px 0;
}

.testimonial-item .post {
    display: inline-block;
    font-size: 12px;
    color: var(--lz-website-color-highlight);
}

.testimonial-item .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.testimonial-item .post {
    display: inline-block;
    font-size: 12px;
    color: var(--lz-website-color-highlight);
}
.owl-theme .owl-nav [class*='owl-'] {
    color: grey;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: unset;
    color: var(--lz-website-color-highlight);
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--lz-website-color-highlight);
}
.bg-white {
    background: #ffffff;
}


/*--------------------------------    14. Blog CSS Start----------------------------------*/
.blog-area {
    padding: 50px 0;
}

.blog-list-col {
    margin-bottom: 30px;
    /*background: #fefefe;*/
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.06);


}
.blog-list-col:hover {
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.09);

}

.blog-content {
    /*padding: 15px;*/
    margin: 15px 0;
}

.blog-img {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.blog-img .blog-img-faceimg {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-list-col:hover .blog-img .blog-img-faceimg {
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*-moz-transition: all 0.5s ease-in-out;*/
    /*-ms-transition: all 0.5s ease-in-out;*/
    /*-o-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
}




.blog-list-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
}


.blog-list-col p {
    margin-bottom: 15px;
}

/* Blog Full WD CSS Start */
.blog-full-wd {
    padding: 100px 0;
}

.blog-full-col {
    margin-bottom: 50px;
}

.blog-full-img {
    position: relative;
    margin-bottom: 30px;
}

.date-over-img {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.date-over-img h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}

.blog-full-col:hover .date-over-img {
    left: 30px;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-full-col h2 {
    margin-bottom: 20px;
}

.blog-full-col h2 a {
    color: #333333;
}

.blog-full-wd-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--lz-website-color-highlight);
    display: inline-block;
    padding: 10px 20px;
}

.right-angle {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid var(--lz-website-color-highlight);
}

.blog-full-wd-bar ul li {
    display: inline-block;
    margin-right: 20px;
}

.blog-full-wd-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}

.blog-full-wd-bar ul li a {
    color: #ffffff;
}

.m-none {
    margin: 0 !important;
}

/* Sidebar CSS */
.blog-sidebar-section {
    padding: 50px 0;
}

.sidebar-col {
    margin-bottom: 30px;
}

.sidebar-search-box {
    margin-bottom: 50px;
}

.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: var(--lz-website-color-highlight);
}

.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: var(--lz-website-color-highlight);
}

.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}

.categories {
    margin-bottom: 50px;
    border: 1px solid #cccccc;

}

.sidebar-title h3,.sidebar-title h4 {
    padding: 15px;
    margin: 0;
}
.categories-list-col{

}
.categories-list-col li {
    border-top: 1px dashed #cccccc;

    padding: 15px;
    margin: 0;
    color: #111111;
}


.categories-list-col li:hover {
    color: var(--lz-website-color-highlight);
}

.categories-list-col li a {
    color: #111111;


}
.categories-list-col li:hover a,.categories-list-col li.active a {
    color: var(--lz-website-color-highlight);
}


.sidebar-post {
    margin-bottom: 50px;
    border: 1px solid #cccccc;

}
.sidebar-post-list-col li {
    border-top: 1px dashed #cccccc;

    padding: 15px;
    margin: 0;
    color: #111111;
}
.sidebar-post ul li {
    position: relative;
    margin: 0!important;
}


.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.sidebar-post ul li p {
    margin-top: 15px;

}

.sidebar-post ul li:hover h4 ,.sidebar-post ul li.active h4{
    color: var(--lz-website-color-highlight);
}

.sidebar-tags {
    margin-bottom: 50px;
}


.sidebar-video {
}

/* Blog Details CSS Start */
.blog-details {
    padding: 50px 0 ;
}

.blog-details-col {
    margin-bottom: 30px;
}
.blog-details-col .blog-faceimg{
    margin-bottom: 30px;
}

.blog-details-col .blog-title {
    margin-bottom: 15px;
    display: inline-block;
}

.blog-details-col .blog-title-sub{
    margin-bottom: 15px;
    display: inline-block;
    color:#999999;
}
.blog-details-col .blog-addtime{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color:var(--lz-website-color-highlight);
}
.blog-details-content{
    text-align: justify;
    font-size: 16px;
}
.blog-details-col-about{
    margin-bottom: 30px;
   font-size: 14px;
    color:#777;


}
.blog-details-content,.blog-details-content p{
    line-height: 2;
}


/*--------------------------------    15. Client CSS Start----------------------------------*/
.client-area {
    padding: 50px 0;
}

/*--------------------------------    16. Defult Page Title CSS Start----------------------------------*/
.defult-page-title {
    padding: 80px 0 80px;
    text-align: center;
    /*
    background: url(../images/4.jpg);
    */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-title-box {
    text-align: center;
    background: rgba(255, 255, 255, .1);
    padding: 50px 20px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.page-title-content {
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.page-title-box h2 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}

.page-title-box h2 span {
    color: var(--lz-website-color-highlight);
}

.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: var(--lz-website-color-highlight);
}

.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}

.page-title-box p a {
    color: #ffffff;
}

.page-title-box p a:hover {
    color: #eeeeee;
}

.page-title-box img {
    width: 400px;
    height: auto;
    float: right;
}

/*--------------------------------    17. Account CSS Start----------------------------------*/
.account-area {
    padding: 100px 0;
}

.account-area .tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}

.nav-tabs .nav-item {
    float: none;
    display: block;
}

.nav-link {
    text-align: center;
}

.account-area .nav-tabs .nav-link.active {
    border-radius: 0;
}

.account-area .nav-tabs .nav-link {
    color: #FFB606;
}

.account-area .form-check {
    margin-bottom: 20px;
}

/*--------------------------------    18. FAQ CSS Start----------------------------------*/
.faq-area {
    padding: 100px 0;
}

.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}

.faq-col h2 {
    margin-bottom: 30px;
}

.faq-col .panel-title {
    font-size: 16px;
    color: #ffffff;
}

.panel-default > .panel-heading {
    background: var(--lz-website-color-highlight);
}

/*--------------------------------    19. Contact CSS Start----------------------------------*/
.pricing-table-area {
    padding: 100px 0 50px;
}

.pricing-table-area .pricing-item {
    margin-bottom: 50px;
}

.pricing-table-area .pricing-item:hover {
    background: var(--lz-website-color-highlight);
}

.pricing-table-area .pricing-item:hover .common-btn {
    border-color: var(--lz-website-color-highlight);
    color: var(--lz-website-color-highlight);
}

.pricing-table-area .pricing-price {
    color: var(--lz-website-color-highlight);
}

.pricing-table-area .common-btn {
    background: var(--lz-website-color-highlight);
    border-color: var(--lz-website-color-highlight);
}

/*--------------------------------    20. Error CSS Start----------------------------------*/
.error-area {
    padding: 100px 0;
    background: var(--lz-website-color-highlight);
    height: 100vh;
}

.error-col {
    margin-bottom: 30px;
    text-align: center;
}

.error-col h1 {
    font-size: 36px;
    margin-bottom: 50px;
}

.error-col h1 span {
    font-size: 60px;
    color: #ffffff;
}

.error-col img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.error-col h4 {
    margin-top: 80px;
    margin-bottom: 0;
}

.error-col h4 a {
    color: #ffffff;
}

.error-col h4 a:hover {
    color: #111111;
    text-decoration: underline;
}

/*--------------------------------    21. Contact CSS Start----------------------------------*/
.contact-area {
    padding: 50px 0 50px;
}

.contact-col {
    margin-bottom: 30px;
    text-align: center;
}

.contact-infobox {
    border: 1px solid #dcdcdc;
    padding: 50px 50px;
}

.contact-infobox i {
    width: 80px;
    height: 80px;
    border: 3px solid var(--lz-website-color-highlight);
    color: var(--lz-website-color-highlight);
    text-align: center;
    font-size: 30px;
    line-height: 75px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-infobox:hover i {
    background: var(--lz-website-color-highlight);
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-form-row .contact-col {
    margin-bottom: 30px;
}

.contact-form-row .contact-col .form-control {
    height: 45px;
}

.contact-form-row .contact-col .btn {
    margin-bottom: 30px;
}

.contact-textarea {
    text-align: left;
}

.contact-textarea textarea {
    height: 100% !important;
}

/*--------------------------------    22. Footer CSS Start----------------------------------*/
.main-footer {
    padding: 50px 0 30px;
    background: #222;
    color: #e2e2e2;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col .footer-col-title {
    font-size: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.footer-list-title{
    margin: 10px 0;
}
.footer-list-icon{
    margin: 10px 10px 10px 0;
    width: 30px;

}
.footer-list-pics{
    margin: 10px 0;
}

.footer-col ul li {
    border-bottom: 1px solid #333333;
}

.footer-col ul li:last-child {
    border-bottom: none;
}

.footer-col  ul li a {
    color: #e2e2e2;
    text-transform: capitalize;
}

.footer-col  ul li a:hover {
    color: var(--lz-website-color-highlight);
}





/* Copyright CSS Start */
.footer-copyright {
    padding: 20px 0;
    background: #111;
    color: #999;
}


/*--------------------------------    23. Demo Page CSS Start----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/1.jpg);
    background-position: center;
    background-size: cover;
}

.demo-page-features {
    padding: 100px 0 100px;
    background: #f5f5f5;
}

.demo-page-features h3 {
    margin-bottom: 0;
}

.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid var(--lz-website-color-highlight);
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}

.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}

.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4;
    border-top: 2px solid var(--lz-website-color-highlight);
}

.demo-content-area {
    padding: 100px 0 100px;
}

.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}

.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}

.demo-content-col h2 a {
    color: #111111;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 28px;
}

.header-content h1 span {
    color: var(--lz-website-color-highlight);
    font-size: 40px;
}

.header-content .btn {
    font-size: 16px;
    background: var(--lz-website-color-highlight);
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.demo-content-area {
    padding: 100px 0 100px;
}

.demo-content-col {
    margin-bottom: 80px;
    text-align: center;
}

.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}

.demo-content-col h2 a {
    color: #111111;
}

.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}

.pages-col {
    text-align: center;
}

.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}