.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{clear: both;}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.header-area{background-color: #362f2d;}
.second-menu{padding-left:40px;padding-right:40px;}
.indexfoce.el-carousel {
    background-color: #d8d5cd;
    height: 758px;
}
    .indexfoce.el-carousel .el-carousel__container {
        height: 758px;
    }
    .indexfoce.el-carousel .el-carousel__indicators {
        position: absolute;
        left: 0;
        right: 0;
    }
    .main-menu {
        margin-top: 0px;
        margin-left:50px;
    }
.diaconnectus .el-dialog {
    width: 60%;
}

    .sticky-menu .second-menu {
        padding-top: 10px;
    }

    .contact-pane {
        background-color: #362f2d;
        text-align: center;
        color: #fff;
        padding: 0 0 30px;
        display: none
    }
html .contact-pane .header-add {
    padding: 30px 0;
    margin-bottom: 20px;
    background-color: #534a47;
}
.contact-pane .addr {
    padding:10px;
}
    .contact-pane .addr p {
        color: #e9dcc7;
        font-size: 15px;
        line-height: 1.25;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
    .contact-pane .addr p strong {
        color: #c5ac86;
        font-size:18px;
    }
    .contact-pane .addr p.email {
        text-decoration:underline;
    }
    .contact-pane .addr i {
        font-size: 14px;
        background-color: #c5ac86;
        color: #534a47;
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-bottom:10px;
    }
.contact-pane .addconn {
    color:#fff;
    margin-top:20px;
}
    .contact-pane .addconn a:hover {
        color: #f8b62b;
    }
    .menu-area .contact-pane {
        max-height: calc(100vh - 46px);
        overflow-y: auto;
    }
.contact-pane .row {
    margin: 0;
}

        .contact-pane h2 {
            font-size: 24px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 30px;
        }

        .contact-pane i {
            font-size: 30px;
            background: #5da3eb;
            border-radius: 50%;
            color: #383838;
            height: 75px;
            width: 75px;
            line-height: 75px;
            text-align: center;
            color: #333;
        }

            .contact-pane i.fa-envelope, .contact-pane i.fa-map-marker {
                background: #eeb958;
            }

        .contact-pane p {
            color: #333;
            font-size: 16px;
            margin: 10px 0;
        }

        .contact-pane em {
            font-style: normal;
            font-size: 14px;
            color: #c0c0c0;
            display: inline-block;
            margin-bottom: 20px;
        }

    .team-area .single-team a {
        display: block;
    }

    .team-area .single-team .team-thumb {
        width: 100%;
        padding-bottom: 56%;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
        background-color: #ddd;
    }

        .team-area .single-team .team-thumb img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            transform: scale(1);
            transition: .3s;
        }

        .team-area .single-team .team-thumb:hover img {
            transform: scale(1.1);
        }

    #testimonios {
        background-position: center;
        background-size: cover;
        background-color: #182323;
    }

    #about1 {
        background-color: #172626;
    }

    .pro-list {
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

        .pro-list li {
            margin-bottom: 20px;
            flex: 1;
        }

            .pro-list li .pro-list-panel {
                margin: 0 10px;
            }

            .pro-list li a {
                display: block;
                position: relative;
                padding-bottom: 100%;
                overflow: hidden;
            }

                .pro-list li a img {
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: .3s;
                }

                .pro-list li a p {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    width: 100%;
                    background: #f8dea89f;
                    transition: .3s;
                }

                    .pro-list li a p span {
                        display: block;
                        padding: 0 10px;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 100%;
                        transform: translate(0,-50%);
                        font-size: 24px;
                        color: #fff;
                        transition: .3s;
                        z-index: 8;
                        margin-bottom: 0;
                        text-align: center;
                        word-wrap: break-word;
                        text-shadow: 1px 2px 3px #000;
                        line-height: 1.2;
                    }

            .pro-list li:hover a img {
                transform: scale(1.1);
            }

            .pro-list li:hover a p {
                background: rgba(0,0,0,.2);
            }

    .header-r-btns {
        height: 80px;
    }

    .header-btn {
        float: right;
        margin-top: 26px;
    }

    .lan-dropdown {
        position: relative;
        float: right;
        margin-right: 20px;
        height: 80px;
    }

        .lan-dropdown .btn.btn-lan {
            background-color: transparent;
            border-width: 0;
            color: #c5ac86;
            padding-top: 5px;
            padding-bottom: 0;
            padding-right: 40px;
            height: 80px;
            line-height: 75px;
        }

            .lan-dropdown .btn.btn-lan:after {
                display: inline-block;
                content: " ";
                height: 6px;
                width: 6px;
                border-width: 0 1px 1px 0;
                border-color: #fff;
                border-style: solid;
                -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
                transform: matrix(.71,.71,-.71,.71,0,0);
                transform-origin: center;
                position: absolute;
                top: 39px;
                right: 20px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

        .lan-dropdown:hover .btn.btn-lan:after {
            top: 41px;
            transform-origin: center;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .lan-dropdown ul {
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            background-color: #0b0d12;
        }

            .lan-dropdown ul li a {
                display: block;
                text-align: center;
                padding: 10px;
                color: #fff;
            }

        .lan-dropdown:hover {
            background-color: #000;
        }

            .lan-dropdown:hover ul {
                display: block;
            }

    .list-main {
        overflow: hidden;
    }

    .left-nav {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        display:flex;
        flex-direction:row-reverse;
        align-items:flex-start;
    }
        .left-nav > .tac {
            flex:1;
        }
        .left-nav > .el-icon-arrow-down {
            width: 55px;
            height: 55px;
            text-align: center;
            line-height: 55px;
            font-size: 28px;
            display: none;
        }
        .left-nav:after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 1000px;
            height: 20000px;
            z-index: -1;
            background-color: #1f3131;
        }

        .left-nav li {
            border-bottom: 1px solid #ddd;
            margin-right: 20px;
            overflow: hidden;
        }

            .left-nav li a {
                display: block;
                padding: 20px 0;
                color: #fff;
                font-size: 16px;
                transition: .3s;
                transform: translateX(-25px);
                position: relative;
            }

                .left-nav li a:hover, .left-nav li.on a {
                    transform: translateX(5px);
                }

                .left-nav li a i.arrow {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    border: 5px solid transparent;
                    border-left-color: #c5ac86;
                    margin-right: 15px;
                }

    .projectitem {
        margin: 40px 0;
    }

        .projectitem .projectitem-header .ico-case {
            width: 80px;
            height: 75px;
            display: inline-block;
            background-color: #d3dce8;
            color: #3974c7;
            line-height: 75px;
            text-align: center;
            font-size: 24px;
            border-radius: 6px;
            float: left;
            margin-right: 25px;
        }

        .projectitem .projectitem-header .projectname {
            float: left;
        }

            .projectitem .projectitem-header .projectname h3 {
                font-size: 24px;
                margin-bottom: 15px;
                margin-top: 5px;
            }

            .projectitem .projectitem-header .projectname .addr {
                font-size: 16px;
                position: relative;
                margin-bottom: 28px;
            }

                .projectitem .projectitem-header .projectname .addr a:hover {
                    color: #3974c7;
                    text-decoration: underline;
                }

                .projectitem .projectitem-header .projectname .addr i {
                    color: #c6ad88;
                    font-size: 18px;
                    margin-right: 5px;
                }

                .projectitem .projectitem-header .projectname .addr .map {
                    position: absolute;
                    display: none;
                    top: 40px;
                    left: 0;
                    z-index: 1060;
                    padding: 1px;
                    text-align: left;
                    background-color: #ffffff;
                    background-clip: padding-box;
                    padding: 6px;
                    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                    white-space: normal;
                }

                .projectitem .projectitem-header .projectname .addr:hover .map {
                    display: block;
                }

                .projectitem .projectitem-header .projectname .addr a {
                    display: block;
                }

                .projectitem .projectitem-header .projectname .addr .map:after {
                    content: "";
                    width: 0;
                    height: 0;
                    display: inline-block;
                    border: 10px solid transparent;
                    border-bottom-color: #fff;
                    position: absolute;
                    top: -20px;
                    left: 30px;
                }


    .projectatlas li {
        float: left;
        width: 31%;
        margin-right: 3.3%;
    }

        .projectatlas li:nth-child(3) {
            margin-right: 0;
        }

        .projectatlas li:nth-child(n + 4) {
            display: none;
        }

        .projectatlas li a {
            display: block;
            position: relative;
            padding-bottom: 56%;
            border-radius: 4px;
            overflow: hidden;
            background-color: #ddd;
        }

            .projectatlas li a:hover {
                -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            }

            .projectatlas li a img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }

    .projectdesc {
        padding: 10px 0;
    }

    .details__content ul.widget-client {
        margin: 40px 0;
    }

        .details__content ul.widget-client, .details__content ul.widget-client li {
            list-style: none;
        }

            .details__content ul.widget-client li {
                float: left;
                width: 23.5%;
                text-align: center;
                color: #527fc1;
                margin-bottom: 20px;
                margin-right: 1.5%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .details__content ul.widget-client li img {
                    display: block;
                    border: 2px solid #e5e5e7;
                    width: 100%;
                    margin-bottom: 5px;
                }

    .portfolio .gallery-image img {
        width: 100%;
    }

    .portfolio .popup-image {
        display: block;
    }

        .portfolio .popup-image .gallery-image {
            display: block;
            position: relative;
            padding-bottom: 56%;
            border-radius: 4px;
            overflow: hidden;
            background-color: #ddd;
        }

            .portfolio .popup-image .gallery-image img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                transform: scale(1);
                transition: .3s;
            }

        .portfolio .popup-image:hover .gallery-image img {
            transform: scale(1.05);
        }

        .portfolio .popup-image figcaption {
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .portfolio .popup-image:hover figcaption {
            color: #c5ac86;
        }
    /*
.portfolio .grid-item{display: none;}
.portfolio .grid-item.ProjectManagement{display: block;}*/
    .login-height {
        min-height: 800px;
        background-position: center center;
    }

    .bizmail_loginpanel {
        font-size: 12px;
        width: 420px;
        height: auto;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 6px;
        -webkit-box-shadow: 0 2px 8px rgba(0,1,1,.05);
        -moz-box-shadow: 0 2px 8px rgba(0,1,1,.05);
        box-shadow: 0 2px 8px rgba(0,1,1,.05);
    }

    .bizmail_LoginBox {
        padding: 30px 15px 40px;
    }

    .bizmail_loginpanelh3 {
        padding-bottom: 5px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid#cccccc;
        font-size: 14px;
    }

    .bizmail_loginpanelform {
        margin: 0;
        padding: 0;
    }

    .bizmail_loginpanelinput.text {
        font-size: 12px;
        width: 100px;
        height: 20px;
        margin: 0 2px;
        border: 1px solid#C3C3C3;
        border-color: #7C7C7C#C3C3C3#C3C3C3 #9A9A9A;
    }

    .bizmail_column {
        margin-top: 10px;
    }

    .bizmail_loginpanel.bizmail_column {
        height: 28px;
    }

        .bizmail_loginpanel.bizmail_column
        label {
            display: block;
            float: left;
            width: 30px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
        }

        .bizmail_loginpanel.bizmail_column.bizmail_inputArea {
            float: left;
            width: 240px;
        }

        .bizmail_loginpanel.bizmail_column
        span {
            font-size: 12px;
            word-wrap: break-word;
            margin-left: 2px;
            line-height: 200%;
        }

    .bizmail_SubmitArea {
        margin-top: 20px;
    }

    .bizmail_loginpanel.bizmail_SubmitArea {
        margin-left: 30px;
        clear: both;
        margin-top: 10px;
    }

    .bizmail_loginpanel.bizmail_SubmitAreaa {
        font-size: 12px;
        margin-left: 5px;
    }

    .bizmail_loginpanelselect {
        width: 110px;
        height: 20px;
        margin: 0 2px;
    }

    .bizmail_inputArea input[type=text], .bizmail_inputArea input[type=password] {
        border: 1px solid #ddd;
        height: 32px;
        padding: 5px;
        width: 250px;
        margin-right: 5px;
    }

    .bizmail_SubmitArea input[type=submit] {
        background-color: #362f2d;
        color: #fff;
        border-width: 0;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
    }

    .contact-pane .btn-close {
        position: absolute;
        right: 30px;
        top: 15px;
        font-size: 18px;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #f8b62b;
        border-radius: 4px;
        cursor: pointer;
    }

    .main-menu .btn-up:after {
        display: inline-block;
        content: " ";
        height: 6px;
        width: 6px;
        border-width: 0 1px 1px 0;
        border-color: #fff;
        border-style: solid;
        -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
        transform: matrix(.71,.71,-.71,.71,0,0);
        transform-origin: center;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 10px;
    }

    .sticky-filtermenu {
        left: 0;
        margin: auto;
        position: fixed;
        top: 90px;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        right: 0;
        box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
        z-index: 9;
        background: #000;
        -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }

    .filter-btn-container {
        height: 68px;
    }
.html-content p {
    min-height: 1px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .diaconnectus .el-dialog {
        width: 90%;
    }

    html #mobile-menu {
        margin-left: 0;
    }

    .main-menu {
        margin-left: 0;
    }
    #mobile-menu li .el-submenu__icon-arrow {
        display:none;
    }
    body > .el-menu--horizontal {
        display:none;
    }
    .main-menu {
        float:left;
    }
    .second-menu .main-menu ul li {
        width: 100%;
        padding: 0 20px;
        border-bottom: 1px solid #736b69!important;
    }
    .main-menu ul li a, .main-menu .el-submenu__title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-menu ul li a {
        line-height:36px;
    }
    .choose-wrap .w-title h2 {
        margin-top: 10px;
    }
}
@media (max-width: 990px) {
    html .menuBox .menuA {
        margin-right: 0;
    }
    html .menuBox .menuA .contentA {
        display: none;
    }

        html .menuBox .menuA .contentA.active-content {
            display: flex;
        }

    html .menuBox .menuA .titleBox {
        display: none;
    }
    .left-nav > .el-icon-arrow-down {
        display: block;
    }
    .left-nav.open .tac .menuBox .menuA .contentA, .left-nav.open .tac .menuBox .menuA .titleBox {
        display: flex;
    }
    .left-nav.open > .el-icon-arrow-down:before {
        content: "\e6e1";
    }
    .menuBox .menuA .titleBox .el-icon-menu {
        line-height: 55px;
    }
    html .menuBox .menuA .contentA.open, html .menuBox .menuA .contentA:hover {
        color: #fff;
    }
    
    
}
@media (max-width: 768px) {
    html .el-dialog {
        width:90%!important;
    }
    html .slider-bg {
        min-height: 300px;
    }
    .indexfoce.el-carousel, .indexfoce.el-carousel .el-carousel__container {
        height: 300px;
    }
}
@media (max-width: 440px) {
    html .slider-bg {
        min-height:180px;
    }
    .indexfoce.el-carousel, .indexfoce.el-carousel .el-carousel__container {
        height: 180px;
    }
    html .indexfoce.el-carousel .el-carousel__indicators {
        bottom:0;
        }
    html .el-carousel__arrow {
        top:50%!important;
    }
}