﻿@font-face {
  font-family: "xiaomi";
  src: url("https://up.media.wzjcsw.com/fonts/xiaomi.ttf"); 
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    line-height: 1.8;
    font-size: 17px;
    background: #fff;
    color: #333;
    padding-top: 100px;
    font-family: "xiaomi",'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

img {
    max-width:100%;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    line-height: 1.6;
    margin: 0;
    outline: none;
}

button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    font-family: "xiaomi",'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button], /* 1 */
[type=reset], [type=submit] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, /* 1 */
menu {
    display: block;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #ae9778;
    }

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.content-exp {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

    .content-exp li {
        line-height: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        width: 50%;
    }

        .content-exp li:last-child {
            text-align: right;
        }

.footer-fix {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

    .footer-fix li {
        float: left;
        width: 25%;
    }

        .footer-fix li a {
            display: block;
            text-align: center;
            padding: 7px 0;
            font-size: 12px;
            line-height: 1;
        }

        .footer-fix li i {
            display: block;
            height: 20px;
            background: no-repeat center;
            background-size: contain;
            margin-bottom: 4px;
        }

            .footer-fix li i.i1 {
                background-image: url(../images/f_01.png);
            }

            .footer-fix li i.i2 {
                background-image: url(../images/f_02.png);
            }

            .footer-fix li i.i3 {
                background-image: url(../images/f_03.png);
            }

            .footer-fix li i.i4 {
                background-image: url(../images/f_04.png);
            }

.kf {
    width: 208px;
    position: fixed; /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #1048a0;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

    .kt-top span:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .kt-top span {
        width: 18px;
        height: 16px;
        float: right;
        position: relative;
        margin: 10px 10px 0 0;
        cursor: pointer;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

        .kt-top span b {
            width: 100%;
            height: 2px;
            background: #fff;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
        }

            .kt-top span b:first-child {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }

            .kt-top span b:last-child {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
            }

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

    .kf .qq li a {
        height: 36px !important;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-decoration: initial;
        display: block;
    }

        .kf .qq li a img {
            padding-right: 6px;
        }

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact_right {
    margin-top: 1px;
    height: auto;
}

    .kf .contact_right p {
        height: 26px;
        line-height: 26px;
        color: #666;
        font-size: 14px;
        padding-left: 22px;
        margin: 0;
    }

        .kf .contact_right p:nth-child(2n) {
            padding-left: 32px;
        }

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

    .kf .con .qr img {
        width: 110px;
        height: 110px;
    }

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #1048a0;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #1048a0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

    .kf-side b {
        display: block;
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
    }

    .kf-side span.arrow {
        width: 12px;
        height: 12px;
        background: url(../images/jt-1.png) no-repeat;
        -ms-background-size: auto 12px;
        background-size: auto 12px;
        display: block;
        margin-top: 10px;
    }

    .kf-side span.on {
        background: url(../images/jt-2.png) no-repeat;
        -ms-background-size: auto 12px;
        background-size: auto 12px;
    }

.style-link {
    padding: 20px 0;
}

    .style-link h4 {
        border-bottom: 1px solid #ddd;
        margin: 0;
        font-size: 18px;
        color: #1048a0;
        padding-bottom: 15px;
    }

        .style-link h4 small {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: normal;
            color: #999;
        }

    .style-link ul {
        margin-left: -20px;
    }

    .style-link li {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

.message {
    background-color: #f2f2f2;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.message {
    background-color: #f2f2f2;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

    .message form {
        overflow: hidden;
        display: block;
        margin: -30px 0 0 -60px;
    }

    .message .form-group {
        float: left;
        margin: 30px 0 0 60px;
        width: 470px;
    }

    .message .form-label {
        display: block;
        margin-bottom: 10px;
    }

        .message .form-label span {
            color: red;
        }

    .message .form-content {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px 15px;
    }

    .message .form-control {
        border: 0;
        background-color: transparent;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .message .form-submit {
        display: block;
        background: #ae9778;
        color: #fff;
        border: 0;
        padding: 0;
        cursor: pointer;
        outline: none;
        height: 54px;
        font-size: 16px;
        width: 280px;
        margin: 0 auto;
    }

    .message .form-group.full {
        float: none;
        width: auto;
    }

    .message .form-tips {
        text-align: center;
        color: #666;
        margin-top: 10px;
    }

        .message .form-tips span {
            color: red;
        }

.yzm-box {
    position: relative;
}

    .yzm-box .yzm-pic {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 30px;
        line-height: 30px;
    }

.message .form-tips {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

    .message .form-tips span {
        color: red;
    }


.img-center {
    text-align: center;
    font-size: 0;
}

.st-box .swiper-slide {
    padding: 0px 60px;
}

.st-box .swiper-slide img {
    display:block;
    width:100%;
}

.st-box .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ae9778;
    left: 0px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
background-size:25px 25px;
}
.st-box .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ae9778;
    right:0px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
background-size:25px 25px;
}

    .img-center img {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.img-cover {
    overflow: hidden;
    position: relative;
}

    .img-cover span {
        display: block;
        width: 100%;
        background: no-repeat center / cover;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.more-big {
    display: inline-block;
    margin-top: 60px;
    font-size: 0;
    background-color: #ae9778;
    color: #fff !important;
    border-radius: 50px;
    padding: 7px 7px 7px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .more-big span {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
    }

    .more-big i {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: url(../images/icon3.png) no-repeat center #fff;
        margin-left: 20px;
    }

.more-big-white {
    background-color: #fff;
    color: #ae9778 !important;
}

    .more-big-white i {
        background-color: #ae9778;
        background-image: url(../images/icon3_w.png);
    }

.more-big:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1500px;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

    .header .container {
        max-width: none;
        padding: 0;
    }

    .header .logo {
        float: left;
        font-size: 0;
        height: 120px;
        text-align: left;
        padding: 10px 0 10px 4%;
        transition: all 0.5s;
    }

    .header .tel {
        float: right;
        line-height: 100px;
        margin-left: 40px;
        font-size: 22px;
        font-weight: bold;
        color: #ae9778;
        background: url(../images/icon2.png) no-repeat 0 center;
        padding-left: 35px;
        transition: all 0.5s;
    }

    .header .nav {
        float: right;
    }

        .header .nav li {
            margin-left: 60px;
            float: left;
        }

            .header .nav li > a {
                display: block;
                font-size: 18px;
                line-height: 120px;
                position: relative;
                padding: 0 10px;
                transition: all 0.5s;
            }

                .header .nav li > a:after {
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    width: 0;
                    height: 3px;
                    background-color: #ae9778;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                    content: '';
                }

            .header .nav li .arr {
                float: right;
                height: 40px;
                width: 40px;
                position: relative;
                display: none;
            }

                .header .nav li .arr:after {
                    content: '';
                    border-top: 2px solid #ccc;
                    border-left: 2px solid #ccc;
                    box-sizing: content-box;
                    display: block;
                    width: 8px;
                    height: 8px;
                    margin: auto;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    right: 15px;
                }

            .header .nav li.dropdown {
                position: relative;
            }

        .header .nav .dropdown-box {
            position: absolute;
            left: 50%;
            width: 180px;
            top: 100%;
            display: none;
            z-index: 10;
            text-align: center;
            background-color: #fff;
            margin-left: -90px;
            box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        }

            .header .nav .dropdown-box p {
                margin: 0;
            }

            .header .nav .dropdown-box a {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 15px;
                font-size: 18px;
                display: block;
                line-height: 50px;
                position: relative;
            }

                .header .nav .dropdown-box a:before, .header .nav .dropdown-box a:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                }

                .header .nav .dropdown-box a span {
                    position: relative;
                    z-index: 1;
                }

                .header .nav .dropdown-box a:before {
                    width: 2px;
                    height: 0;
                    background-color: #ae9778;
                    z-index: 1;
                }

                .header .nav .dropdown-box a:after {
                    height: 100%;
                    width: 0;
                    background-color: #f7f7f7;
                }

                .header .nav .dropdown-box a:hover:before {
                    height: 100%;
                }

                .header .nav .dropdown-box a:hover:after {
                    width: 100%;
                }

        .header .nav li.active > a, .header .nav li.open > a, .header .nav li > a:hover, .header .nav li > a.active {
            color: #ae9778;
        }

            .header .nav li.open > a:after, .header .nav li.active > a:after, .header .nav li > a:hover:after {
                width: 100%;
                left: 0;
            }

    .header .sc {
        float: right;
        position: relative;
        margin-left: 40px;
    }

    .header .sc-btn {
        display: block;
        height: 120px;
        width: 160px;
        background: url(../images/icon1.png) no-repeat center #ae9778;
        transition: all 0.5s;
    }

    .header .sc-box {
        position: absolute;
        right: 0;
        top: 100%;
        overflow: hidden;
        display: none;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

        .header .sc-box input {
            display: block;
            padding: 14px 115px 14px 15px;
            border: 1px solid transparent;
            font-size: 14px;
            color: #333;
            background-color: #fff;
            width: 500px;
        }

        .header .sc-box button {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
            width: 100px;
            height: 52px;
            background: #ae9778;
            color: #fff;
            border: 0;
            cursor: pointer;
            font-size: 18px;
        }

.menu-btn {
    display: none;
    padding: 10px 0;
    float: right;
    margin-top: 5px;
}

    .menu-btn:before, .menu-btn:after, .menu-btn span {
        display: block;
        height: 2px;
        background-color: #ae9778;
        content: '';
    }

    .menu-btn:before {
        width: 24px;
    }

    .menu-btn:after {
        width: 18px;
        margin-left: 6px;
    }

    .menu-btn span {
        width: 12px;
        margin: 6px 0 6px 12px;
    }

.header-fix .logo {padding: 5px 20px;}

.header-fix .tel {
    line-height: 80px;
    font-size: 20px;
}

.header-fix .sc-btn {
    height: 120px;
}

.header-fix .nav li > a {
    line-height: 120px;
}

.banner .swiper-slide {
    background: no-repeat center / cover;
    height: 840px;
    position:relative;
}
.banner .swiper-slide .baner-img {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.banner .swiper-slide img {
    position:absolute;
    min-width:100%;
    min-height:100%;
    z-index: -1;
      -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 8000ms linear;
  -webkit-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.banner .swiper-slide img.wap {
    display:none;
}

    .banner .swiper-slide .container {
        height: 100%;
    }

    .banner .swiper-slide .wrap {
        display: table;
        height: 100%;
        width: 100%;
    }

    .banner .swiper-slide .inner {
        display: table-cell;
        vertical-align: middle;
        padding-left: 60px;
    }

    .banner .swiper-slide h4 {
        margin: 0;
        font-size: 60px;
        color: #ffffff;
        font-weight: normal;
          -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
    }

    .banner .swiper-slide small {
        font-size: 38px;
        display: block;
        opacity: 0.8;
    }

    .banner .swiper-slide p {
        margin: 10px 0 0;
        color: #ffffff;
        font-size: 18px;
          -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 1300ms ease;
  -webkit-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
    }

 .banner .swiper-slide .more-big{
               -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
 }

.banner .swiper-slide.swiper-slide-active  h4,.banner .swiper-slide.swiper-slide-active  p,.banner .swiper-slide.swiper-slide-active .more-big {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.banner .swiper-slide.swiper-slide-active img {
-moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.banner .swiper-pagination {
    bottom: 50%;
    left: auto;
    right: 30px;
    width: 8px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    display: block;
    margin: 10px 0 !important;
}

@media (max-width: 767px) {
    .banner .swiper-slide img.pc {
        display:none;
    }
    .banner .swiper-slide img.wap {
        display:block;
    }
}

.section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 60px;
    font-size: 0;
    color: #ae9778;
}

    .section-title span {
        display: inline-block;
        font-size: 32px;
        line-height: 1.6;
    }

        .section-title span strong {
            display: block;
            text-transform: uppercase;
            font-size: 32px;
            font-weight:normal;
        }

.section-title-center {
    text-align: center;
}

.in-news-box {
    margin: -82px 0;
    position: relative;
    z-index: 100;
}

.in-news {
    background-color: #fff;
    padding: 20px 12%;
    position: relative;
    border-radius: 100px;
}

    .in-news .swiper-slide a {
        display: block;
        overflow: hidden;
    }

    .in-news .swiper-slide .img-center {
        float: left;
        width: 220px;
        height: 122px;
        line-height: 122px;
    }

    .in-news .swiper-slide .text {
        margin-left: 240px;
    }

        .in-news .swiper-slide .text h4 {
            margin: 0;
            font-size: 22px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: normal;
        }

        .in-news .swiper-slide .text p {
            color: #777;
            line-height: 1.6;
            font-size: 17px;
            overflow: hidden;
            text-align: justify;
            margin: 8px 0px;
        }

.in-news .swiper-slide .text .news-time {
    font-size:14px;
     color: #777;
    margin-top:5px;
}

    .in-news .swiper-button-prev, .in-news .swiper-button-next {
        background-color: #ae9778;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        border-radius: 50%;
        background-size: 14px auto;
    }

    .in-news .swiper-button-prev {
        left: 4%;
    }

    .in-news .swiper-button-next {
        right: 4%;
    }

.in-about-box {
    position: relative;
    height: auto;
    overflow: hidden;
    background:url(../images/about_bg.jpg) no-repeat left bottom #ae9778;
}

.in-about {
    color: #fff;
    padding-top: 180px;
    padding-right: 100px;
    padding-bottom: 150px;
    padding-left: 210px;
}

    .in-about .section-title {
        color: #fff;
    }

    .in-about p {
        font-size: 16px;
        line-height: 1.8;
        text-align: justify;
        margin: 20px 0 0;
    }

.about-video {
    position:relative;
    height: auto;
    overflow: hidden;
    padding-left: 0px;
}
.about-video a {
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
}
.about-video img {
    display:block;
    min-width: 100%;
    max-width: initial;
    min-height: 100%;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition:all .3s;
}
.about-video:hover img {
    min-width: 105%;
    min-height: 105%;
}
.about-video::before {
    content:"";
    width:100%;
    height:100%;
    background-color:rgb(0 0 0 / 70%);
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
}
.about-video i {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 80px;
	transform: translate(-50%, -50%);
}

.in-prod .ctrl {
    font-size: 0;
    text-align: right;
    width: 32%;
    position: relative;
    z-index: 10;
}

.in-prod .swiper-button-prev, .in-prod .swiper-button-next {
    position: static;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ae9778;
    width: 85px;
    height: 36px;
    background: no-repeat center;
}

.in-prod .swiper-button-prev {
    background-image: url(../images/icon19.png);
}

    .in-prod .swiper-button-prev:hover {
        background-image: url(../images/icon20_a.png);
    }

.in-prod .swiper-button-next {
    background-image: url(../images/icon19_a.png);
}

    .in-prod .swiper-button-next:hover {
        background-image: url(../images/icon20.png);
    }

.in-prod-list {
    margin: -20px 0 0 -20px;
}

    .in-prod-list li {
        float: left;
        width: 33.333333%;
    }

        .in-prod-list li a {
            display: block;
            position: relative;
            color: #fff;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-perspective: 1000px;
            perspective: 1000px;
            margin: 20px 0 0 20px;
        }

        .in-prod-list li .img-cover {
            /* height: 250px; */
        }

.in-prod-list li .img-cover img {
    display:block;
    width:100%;
}

        .in-prod-list li .text {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .in-prod-list li .inner {
            margin: 25px;
            background-repeat: no-repeat;
            background-size: 100% 80%;
            height: 100%;
            line-height: 200px;
            font-size: 0;
            text-align: center;
        }

        .in-prod-list li h4 {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            font-weight: normal;
            text-align: left;
            line-height: 1.5;
            margin: 0;
            background: no-repeat 0 center;
        }

            .in-prod-list li h4 small {
                display: block;
                font-size: 16px;
            }

.in-case-box {
    background: url(../images/bg3.png) no-repeat center bottom #ae9778;
    overflow: hidden;
}

    .in-case-box .section-title {
        color: #fff;
    }

.in-case {
    position: relative;
}

    .in-case .swiper-button-next, .in-case .swiper-button-prev {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin-top: -32px;
        background-color: #fff;
        background-size: auto 30px;
    }

    .in-case .swiper-button-next {
        right: -100px;
    }

    .in-case .swiper-button-prev {
        left: -100px;
    }

    .in-case .swiper-container {
        padding: 55px 15px 25px 15px;
    }

    .in-case .wrap {
        background-color: #fff;
        padding: 10px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .in-case .img-cover {
        height: 200px;
    }

        .in-case .img-cover i {
            position: absolute;
            top: 0;
            left: 10px;
            font-family: Impact;
            color: #fff;
            font-style: normal;
            font-size: 38px;
            background-color: #ae9778;
            padding: 5px;
        }

    .in-case .text {
        padding: 15px 10px 10px;
    }

        .in-case .text p {
            margin: 5px 0 0;
            line-height: 1.8;
            color: #666;
            font-size: 16px;
        }

            .in-case .text p strong {
                color: #ae9778;
            }

        .in-case .text .btn {
            display: block;
            line-height: 44px;
            font-size: 18px;
            background-color: #ae9778;
            text-align: center;
            color: #fff;
            margin-top: 20px;
        }

    .in-case .wrap:hover {
        box-shadow: 0 0 25px rgba(255,255,255,0.8);
    }

    .in-case .swiper-slide:nth-child(odd) .wrap {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }


.in-yw-left {
    float: left;
    width: 31%;
}

.in-yw-right {
    margin-left: 40%;
}

.in-yw-1 p {
    margin: 0;
    font-size: 17px;
    color: #777;
    line-height: 1.8;
    text-align: justify;
}

    .in-yw-1 p.gm {
        margin-bottom: 20px;
        display: inline-block;
        background-color: #ae9778;
        color: #fff;
        font-size: 20px;
        width: 350px;
        text-align: center;
        padding: 2px 0px;
    }
.in-yw-2 {
    margin-top: 40px;
    margin-left: -40px;
}

    .in-yw-2 li {
        float: left;
    }

        .in-yw-2 li .wrap {
            margin-left: 32px;
        }

        .in-yw-2 li .img-center {
            border: 1px solid #ccc;
            border-radius: 10px;
            width: 80px;
            height: 80px;
            line-height: 80px;
        }

        .in-yw-2 li p {
            margin: 10px 0 0;
            text-align: center;
        }

.footer {
    color: #fff;
    background-color: #333;
    padding-top: 50px;
}

    .footer a {
        color: #fff;
    }

.footer-copy {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #444;
    padding: 15px 0;
}

    .footer-copy p {
        margin: 0;
    }

.footer-logo {
    float: left;
    background-color: #ae9778;
    padding: 30px 0;
    width: 180px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: -50px;
}

.footer-nav {
    margin-left: 20%;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-bottom: 40px;
}

    .footer-nav .tit {
        float: left;
    }

        .footer-nav .tit span {
            display: block;
            font-size: 20px;
            color: #fff;
            background: url(../images/icon15.png) no-repeat right center;
        }

        .footer-nav .tit small {
            display: block;
            text-transform: uppercase;
            font-size: 14px;
            margin-top: 5px;
        }

    .footer-nav .text {
        margin-left: 220px;
        font-size: 0;
        text-align: right;
    }

        .footer-nav .text a {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .footer-nav .text span {
            display: inline-block;
            vertical-align: middle;
            color: #444;
            font-size: 14px;
            padding: 0 30px;
            margin-bottom: 10px;
        }

.footer-bottom {
    margin-top: 40px;
}

.footer-info {
    float: left;
}

    .footer-info .link {
        overflow: hidden;
        margin-bottom: 20px;
    }

        .footer-info .link a {
            float: left;
            font-size: 22px;
            margin-right: 40px;
        }

    .footer-info p {
        margin: 5px 0 0;
        line-height: 1.8;
        font-size: 17px;
    }

.footer-contact {
    float: right;
}

    .footer-contact .tel {
        float: left;
        text-align: right;
    }

        .footer-contact .tel span{
            font-size: 20px;
            padding: 8px 30px;
            background-color: #ae9778;
            border-radius: 10px;
            display: inline-block;
            margin-bottom: 20px;
            color: #fff;
        }
.footer-contact .tel a:link,.footer-contact .tel a:visited,.footer-contact .tel a:hover {
    color:#fff;
}

        .footer-contact .tel p {
            margin: 0;
            color: #fff;
            font-size: 17px;
        }

            .footer-contact .tel p strong {
                display: block;
                font-size: 30px;
            }

    .footer-contact .ewm {
        float: right;
    }

.footer-contact .ewm ul li {
    float:left;
    margin-left:30px;
}
.footer-contact .ewm ul li img {
    max-width:110px;
}

        .footer-contact .ewm p {
            margin: 5px 0 0;
            text-align: center;
        }

.banner-sub {
    height: 350px;
    background: no-repeat center / cover;
}

.lanmu-top {
    background-color: #fff;
    padding: 30px 50px;
    border-bottom: 1px solid #eee;
    margin-top: -114px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

    .lanmu-top h4 {
        margin: 0;
        color: #ae9778;
        font-size: 22px;
    }

    .lanmu-top p {
        margin: 0;
        color: #999;
        text-transform: uppercase;
        font-size: 16px;
    }

.lanmu-top-fix {
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(94deg) rotateZ(0);
}

.section-sub {
    padding: 50px 0;
}

.lanmu-list {
    float: left;
    width: 200px;
}

    .lanmu-list li {
        border-bottom: 1px solid #eee;
    }

        .lanmu-list li:last-child {
            border-bottom: 0;
        }

        .lanmu-list li a {
            display: block;
            font-size: 16px;
            padding: 17px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .lanmu-list li span {
            display: block;
            line-height: 1;
            border-left: 3px solid transparent;
            padding-left: 20px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .lanmu-list li.active span {
            border-color: #ae9778;
        }

        .lanmu-list li a:hover span {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
            border-color: #ae9778;
        }

.lanmu-content {
    margin-left: 240px;
}

.list-1 {
    margin: 0 0 -25px -25px;
}

    .list-1 li {
        float: left;
        width: 33.333333%;
    }

        .list-1 li a {
            display: block;
            margin: 0 0 25px 25px;
        }

        .list-1 li .img-cover {
            padding-top: 55%;
        }

        .list-1 li .text {
            padding: 15px 50px 15px 0;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border-bottom: 1px solid #eee;
            position: relative;
        }

            .list-1 li .text h4 {
                margin: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 18px;
                font-weight: normal;
            }

            .list-1 li .text p {
                margin: 5px 0 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #999;
            }

            .list-1 li .text:after {
                content: '';
                width: 37px;
                height: 20px;
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                background: transparent url(../images/icon.png) no-repeat -30px -66px;
                -webkit-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                margin-top: -10px;
                border-left: 1px solid transparent;
            }

        .list-1 li a:hover .img-cover span {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .list-1 li a:hover .text {
            border-color: #333;
        }

            .list-1 li a:hover .text:after {
                border-color: #eee;
                background-position: 16px -66px;
            }

.pages {
    margin: 40px 0 0;
    text-align: center;
    font-size: 0;
}

    .pages a {
        display: inline-block;
        font-size: 14px;
        line-height: 35px;
        padding: 0 14px;
        margin: 5px;
        background-color: #f5f5f5;
        border-radius: 3px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .pages a:hover, .pages a.active {
            background-color: #ae9778;
            color: #fff;
        }

.list-2 {
    margin: 0 0 -20px -20px;
}

    .list-2 li {
        float: left;
        width: 25%;
    }

        .list-2 li a {
            padding: 10px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            background-color: #f9f9f9;
            display: block;
            margin: 0 0 20px 20px;
        }

    .list-2 .img-cover {
        padding-top: 61%;
    }

        .list-2 .img-cover i {
            position: absolute;
            top: 0;
            left: 10px;
            font-family: Impact;
            color: #fff;
            font-style: normal;
            font-size: 38px;
            background-color: #ae9778;
            padding: 5px;
        }

    .list-2 .text {
        padding: 15px 10px 10px;
    }

        .list-2 .text p {
            margin: 5px 0 0;
            line-height: 1.8;
            color: #666;
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .list-2 .text p strong {
                color: #ae9778;
            }

        .list-2 .text .btn {
            display: block;
            line-height: 44px;
            font-size: 18px;
            background-color: #ae9778;
            text-align: center;
            color: #fff;
            margin-top: 20px;
        }

    .list-2 a:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }

.list-3 {
    margin: 0 0 -30px -30px;
}

    .list-3 li {
        float: left;
        width: 50%;
    }

        .list-3 li a {
            display: block;
            overflow: hidden;
            margin: 0 0 30px 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .list-3 li .img-cover {
            padding-top: 32%;
        }

        .list-3 li .time {
            float: left;
            border: 1px solid #eee;
            line-height: 1;
            color: #999;
            padding: 12px 15px;
            margin-top: 20px;
            font-size: 16px;
        }

            .list-3 li .time strong {
                display: block;
                font-size: 26px;
                font-family: Impact;
                color: #666;
                margin-bottom: 5px;
            }

        .list-3 li .text {
            margin-left: 100px;
            margin-top: 20px;
            position: relative;
            padding: 8px 30px 8px 0;
        }

            .list-3 li .text h4 {
                margin: 0;
                font-weight: normal;
                font-size: 18px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .list-3 li .text p {
                font-size: 14px;
                color: #999;
                margin: 10px 0 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .list-3 li .text:after {
                content: '';
                width: 15px;
                height: 9px;
                background: url(../images/icon.png) no-repeat -110px -11px;
                display: block;
                margin-top: -4px;
                position: absolute;
                top: 50%;
                right: 0;
            }

        .list-3 li a:hover {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            border-color: #333;
        }

.content-title {
    margin-bottom: 40px;
    text-align: center
}

    .content-title h1 {
        font-size: 24px;
        margin: 0;
    }

    .content-title p {
        margin: 15px 0 0 -10px;
        font-size: 12px;
        color: #999;
    }

        .content-title p span {
            display: inline-block;
            margin-left: 10px;
        }

.content-body {
    line-height: 1.8;
}

    .content-body img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
    }

.about-1 {
    max-width: 1200px;
    margin: 0 auto;
}

    .about-1 dl {
        padding-bottom: 50px;
        border-bottom: 1px solid #eee;
        margin: 0 0 50px;
    }

        .about-1 dl:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

    .about-1 dt {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }

        .about-1 dt small {
            display: block;
            font-size: 18px;
            color: #999;
        }

    .about-1 dd {
        margin: 0;
        font-size: 16px;
        text-align: justify;
        color: #666;
        line-height: 1.8;
    }

        .about-1 dd p {
            margin-bottom: 0;
        }

.about-2 .img-cover {
    padding-top: 62%;
}

.about-2 p {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-2 .swiper-pagination {
    position: static;
    font-size: 0;
    margin-top: 30px;
}

.reimg img {
    max-width: 100%;
    height: auto !important;
}

.contact {
    background-color: #fff;
    margin-top: -180px;
    padding: 50px 50px 0;
}

.contact-1 {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

    .contact-1 li {
        display: inline-block;
        vertical-align: middle;
    }

        .contact-1 li .wrap {
            padding: 0 80px;
            border-left: 1px solid #eee;
            line-height: 1.5;
        }

        .contact-1 li:first-child .wrap {
            border-left: 0;
        }

        .contact-1 li .img-center {
            height: 78px;
            line-height: 78px;
        }

        .contact-1 li h4 {
            font-size: 18px;
            font-weight: normal;
            margin: 20px 0 0;
            color: #333;
        }

        .contact-1 li p {
            margin: 5px 0 0;
            font-size: 15px;
        }

.contact-2 {
    font-size: 0;
    text-align: center;
}

    .contact-2 li {
        display: inline-block;
        vertical-align: middle;
    }

        .contact-2 li .wrap {
            padding: 0 40px;
        }

        .contact-2 li h4 {
            font-size: 20px;
            font-weight: normal;
            margin: 0 0 20px;
            color: #333;
        }

        .contact-2 li p {
            margin: 5px 0 0;
            font-size: 15px;
        }

.contact-map {
    height: 500px;
}



.dates li {
    font-size: 14px;
    margin: 20px 0
}

    .dates li span {
        float: right
    }



@media screen and (max-width: 1630px) {
    .header .sc-btn {
        width: 130px;
    }

    .header .nav li {
        margin-left: 30px;
    }

    .in-case {
        margin: 0 100px;
    }

    .list-2 .text p {
        font-size: 14px;
    }

    .list-2 .text .btn {
        line-height: 38px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1470px) {
    body {
        padding-top: 80px;
    }

    .header .logo {
        padding-left: 15px;
        height: 100px;
    }

    .header .tel {
        margin-left: 30px;
        line-height: 80px;
        font-size: 20px;
    }

    .header .sc {
        margin-left: 30px;
    }

    .header .sc-btn {
        width: 90px;
        height: 100px;
    }

    .header .nav li {
        margin-left: 20px;
    }

        .header .nav li > a {
            line-height: 100px;
            font-size: 16px;
        }

    .header .nav .dropdown-box {
        width: 150px;
        margin-left: -75px;
    }

        .header .nav .dropdown-box a {
            font-size: 16px;
            line-height: 44px;
        }

    .banner .swiper-slide {
        height: 700px;
    }

    .in-case {
        margin: 0 70px;
    }

        .in-case .swiper-button-next, .in-case .swiper-button-prev {
            width: 50px;
            height: 50px;
            margin-top: -25px;
            background-size: auto 24px;
        }

        .in-case .swiper-button-next {
            right: -70px;
        }

        .in-case .swiper-button-prev {
            left: -70px;
        }

        .in-case .img-cover {
            height: 150px;
        }

            .in-case .img-cover i {
                font-size: 30px;
            }

        .in-case .text p {
            font-size: 14px;
        }

        .in-case .text .btn {
            line-height: 38px;
            font-size: 16px;
        }

    .footer-nav .text span {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1279px) {
        .header .sc-btn {
        width: 80px;
    }
    .header .nav li {
        margin-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    body {
        min-width: 320px;
        padding-top: 50px;
    }

    .container {
        width: auto;
        min-width: auto;
        max-width: none;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .more-big {
        margin-top: 20px;
        padding: 5px 5px 5px 20px;
    }

        .more-big span {
            font-size: 14px;
        }

        .more-big i {
            width: 30px;
            height: 30px;
            margin-left: 10px;
            background-size: 8px auto;
        }

    .header {
        padding: 10px 0;
    }

        .header .container {
            padding: 0 15px;
        }

        .header .tel {
            display: none;
        }

        .header .logo {
            height: 50px;
            line-height: 30px;
            float: none;
            padding: 0;
        }

        .header .nav {
            margin: 10px -15px -10px;
            display: none;
            float: none;
        }

            .header .nav li {
                display: block;
                margin: 0;
                border-top: 1px solid #eee;
                float: none;
            }

                .header .nav li a {
                    line-height: 40px;
                    padding: 0 15px;
                    font-size: 16px;
                }

                .header .nav li > a:after {
                    display: none;
                }

                .header .nav li .arr {
                    display: block;
                    position: relative;
                    z-index: 1;
                }

                .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
                    color: #ae9778;
                }

                .header .nav li.open .arr:after {
                    border-color: #ae9778;
                    -webkit-transform: rotate(225deg);
                    transform: rotate(225deg);
                }

            .header .nav .dropdown-box {
                position: static;
                background-color: #f5f5f5;
                width: auto;
                text-align: left;
                margin: 0;
                box-shadow: none;
            }

                .header .nav .dropdown-box a {
                    color: #333 !important;
                    border-top: 1px dotted #ddd;
                    padding: 0 15px;
                    line-height: 40px;
                    background-color: transparent !important;
                    border-bottom: 0;
                }

    .menu-btn {
        display: block;
    }

    .header .sc {
        margin-left: 0;
        margin-right: 15px;
    }

    .header .sc-btn {
        height: 36px;
        background-size: 14px auto;
        width: 36px;
        margin-top: 7px;
    }

    .header .sc-box {
        margin-top: 10px;
        margin-right: -54px;
    }

        .header .sc-box input {
            padding: 9px 75px 9px 15px;
            width: 300px;
        }

        .header .sc-box button {
            width: 60px;
            height: 42px;
            font-size: 14px;
        }

    .banner .swiper-slide {
        height: 400px;
        min-height: 250px;
    }

        .banner .swiper-slide .container {
            width: 100%;
            box-sizing: border-box;
        }

        .banner .swiper-slide .inner {
            padding: 0;
        }

        .banner .swiper-slide h4 {
            font-size: 20px;
        }

        .banner .swiper-slide small {
            font-size: 14px;
        }

        .banner .swiper-slide p {
            font-size: 15px;
            margin-top: 5px;
        }

    .banner .swiper-pagination {
        right: 15px;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

        .section-title span {
            font-size: 20px;
        }

            .section-title span strong {
                font-size: 24px;
            }

    .in-news-box {
        margin: 0;
    }

    .in-news {
        margin: 0 -15px;
        padding: 30px 50px;
    }

        .in-news .swiper-slide .img-center {
            display: none;
        }

        .in-news .swiper-slide .text {
            margin: 0;
            padding: 0;
        }

            .in-news .swiper-slide .text h4 {
                font-size: 16px;
            }

            .in-news .swiper-slide .text p {
                font-size: 12px;
                height: 40px;
                margin-top: 5px;
            }

        .in-news .swiper-button-prev, .in-news .swiper-button-next {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            background-size: auto 15px;
        }

        .in-news .swiper-button-prev {
            left: 10px;
        }

        .in-news .swiper-button-next {
            right: 10px;
        }

    .in-about-box:before {
        display: none;
    }

    .in-about {
        width: auto;
        padding: 30px 20px;
    }

        .in-about p {
            font-size: 14px;
            margin-top: 10px;
        }

    .in-prod .swiper-container {
        margin: 0;
    }

    .in-prod-sn {
        display: none;
    }

    .in-prod .section-title {
        float: left;
    }

    .in-prod .ctrl {
        float: right;
        width: auto;
        margin-top: 20px;
    }

    .in-prod .swiper-button-prev, .in-prod .swiper-button-next {
        margin-left: 10px;
        height: 28px;
        width: 50px;
        background-size: auto 10px;
    }

    .in-prod-list {
        margin: -10px 0 0 -10px;
    }

            .in-prod-list li h4 {
                background: none !important;
                padding: 0;
                font-size: 16px;
                text-align: center;
            }

                .in-prod-list li h4 small {
                    font-size: 12px;
                }

    .in-prod-sn {
        display: none !important;
    }

    .in-case {
        margin: 0;
        padding: 0 40px;
    }

        .in-case .swiper-container {
            padding: 0;
        }

        .in-case .swiper-slide:nth-child(odd) .wrap {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .in-case .img-cover {
            padding-top: 61%;
            height: auto;
        }

            .in-case .img-cover i {
                font-size: 20px;
            }

        .in-case .text p {
            margin-top: 0;
        }

        .in-case .text .btn {
            margin-top: 10px;
            font-size: 14px;
            line-height: 34px;
        }

        .in-case .swiper-button-next, .in-case .swiper-button-prev {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            background-size: auto 15px;
        }

        .in-case .swiper-button-next {
            right: 0;
        }

        .in-case .swiper-button-prev {
            left: 0;
        }

    .in-yw-left {
        padding: 0;
        width: auto;
        float: none;
    }

        .in-yw-left .more-big {
            float: initial;
            margin: 20px auto;
        }

    .in-yw-1 {
        display: none;
    }

    .in-yw-2 {
        /* display: none; */
        margin-left: -20px;
    }
    .in-yw-2 li .img-center {
        width:70px;
        height:70px;
        line-height:70px;
    }
    .in-yw-2 li .wrap {
        margin-left: 20px;
    }

    .in-yw-right {
        width: 100%;
        margin: 30px 0px 0px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-logo {
        /* width: 80px; */
        margin-top: 0px;
        padding: 0px;
        background-color: initial;
    }

    .footer-nav {
        display: none;
    }

    .footer-contact {
        display: none;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    .footer-info .link {
        margin-bottom: 10px;
    }

        .footer-info .link a {
            font-size: 16px;
            margin-right: 15px;
        }

    .footer-info p {
        font-size: 14px;
        margin: 0;
    }

    .footer-copy {
        margin-top: 30px;
        padding: 15px 0;
        font-size: 12px;
    }

    .pages {
        margin-top: 20px;
    }

        .pages a {
            font-size: 12px;
            line-height: 30px;
            padding: 0 12px;
        }

    .banner-sub {
        height: 140px;
    }

    .lanmu-top {
        padding: 10px 15px 20px 15px;
        margin-top: -40px;
    }

        .lanmu-top h4 {
            font-size: 16px;
        }

        .lanmu-top p {
            font-size: 12px;
        }

    .lanmu-top-fix {
        -webkit-transform: rotateX(0) rotateZ(0);
        transform: rotateX(0) rotateZ(0);
    }

    .section-sub {
        padding: 30px 0;
    }

    .lanmu-list {
        display: none;
    }

    .lanmu-content {
        margin: 0;
    }

    .list-1 {
        margin: 0 0 -10px -10px;
    }

        .list-1 li {
            width: 50%;
        }

            .list-1 li a {
                margin: 0 0 10px 10px;
            }

            .list-1 li .text {
                padding: 10px 0;
            }

                .list-1 li .text:after {
                    display: none;
                }

                .list-1 li .text h4 {
                    font-size: 14px;
                }

                .list-1 li .text p {
                    font-size: 12px;
                }

    .list-2 {
        margin: 0 0 -10px -10px;
    }

        .list-2 li {
            width: 50%;
        }

            .list-2 li a {
                margin: 0 0 10px 10px;
            }

        .list-2 .img-cover i {
            font-size: 20px;
        }

        .list-2 .text {
            padding: 15px 0 0;
        }

            .list-2 .text p {
                margin-top: 0;
                font-size: 12px;
            }

            .list-2 .text .btn {
                margin-top: 10px;
                font-size: 14px;
                line-height: 34px;
            }

    .list-3 {
        margin-bottom: -20px;
    }

        .list-3 li {
            width: 100%;
        }

            .list-3 li a {
                margin-bottom: 20px;
                padding-bottom: 15px;
            }

            .list-3 li .time {
                font-size: 12px;
                margin-top: 15px;
                padding: 8px 10px;
            }

                .list-3 li .time strong {
                    font-size: 22px;
                }

            .list-3 li .text {
                margin-left: 80px;
                padding: 6px 30px 6px 0;
                margin-top: 15px;
            }

                .list-3 li .text h4 {
                    font-size: 16px;
                }

                .list-3 li .text p {
                    font-size: 12px;
                    margin-top: 5px;
                }

    .content-title {
        margin-bottom: 20px;
    }

        .content-title h1 {
            font-size: 18px;
        }

        .content-title p {
            margin-left: -5px;
            font-size: 12px;
            margin-top: 10px;
        }

            .content-title p span {
                margin-left: 5px;
            }

    .about-1 dl {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .about-1 dt {
        font-size: 20px;
        margin-bottom: 20px;
    }

        .about-1 dt small {
            font-size: 12px;
        }

    .about-1 dd {
        font-size: 14px;
    }

        .about-1 dd p {
            margin-top: 10px;
        }

    .about-2 p {
        margin-top: 10px;
        font-size: 14px;
    }

    .about-2 .swiper-pagination {
        margin-top: 20px;
    }

    .contact {
        padding: 0;
        margin: 0;
    }

    .contact-1 {
        margin: 20px -15px 0;
    }

        .contact-1 li {
            width: 33.333333%;
        }

            .contact-1 li .wrap {
                padding: 0;
            }

            .contact-1 li .img-center {
                height: 40px;
                line-height: 40px;
            }

            .contact-1 li h4 {
                font-size: 14px;
                margin-top: 10px;
            }

            .contact-1 li p {
                font-size: 12px;
                margin-top: 0;
            }

    .contact-2 li {
        display: block;
        margin-top: 30px;
    }

        .contact-2 li h4 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .contact-2 li p {
            margin-top: 0;
            font-size: 14px;
        }

    .contact-map {
        height: 200px;
    }
}

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

.concept {
    display: flex;
}

@media (max-width: 991px) {
.concept {
    display: block;
    margin-left: -15px;
}
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
  .wpo-blog-section, .wpo-blog-section-s2, .wpo-blog-section-s3 {
    padding-bottom: 30px !important;
}

}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

/*--------------------------------------------------------------
11. wpo-shop-page
--------------------------------------------------------------*/
.wpo-shop-section .shop-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .wpo-shop-section .shop-grids {
    margin: 0 -7px;
  }
}

.wpo-shop-section .grid {
  width: calc(33.333333% - 30px);
  float: left;
  margin: 0 15px 30px;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  border: 1px solid #f6f6f6;
}

@media (max-width: 991px) {
  .wpo-shop-section .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .wpo-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 550px) {
  .wpo-shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.wpo-shop-section .grid img {
  width: 100%;
}

.wpo-shop-section .details {
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
  /* -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09); */
  /* box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09); */
}

.wpo-shop-section .details h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .wpo-shop-section .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-shop-section .details h3 a {
  color: #1E3446;
}

.wpo-shop-section .details h3 a:hover {
  color: #ae9778;
}

.wpo-shop-section .details del {
  color: #6e6e6e;
}

.wpo-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}

.wpo-shop-section .add-to-cart {
  margin-top: 20px;
}

.wpo-shop-section .add-to-cart a {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #ae9778;
  padding: 8px 20px;
  border: 2px solid #ae9778;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 18px;
  }
}

.wpo-shop-section .add-to-cart a:hover {
  background-color: #ae9778;
  color: #fff;
}

.wpo-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding-left: 5px;
}

.wpo-shop-section .grid:hover .add-to-cart a {
  background-color: #ae9778;
  color: #fff;
}

/*--------------------------------------------------------------
12. wpo-shop-single-page
--------------------------------------------------------------*/
.wpo-shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.wpo-shop-single-section .shop-single-slider .slider-for {
  text-align: center;
  border: 1px solid #ededed;
}

.wpo-shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
  width: 100%;
  /* max-width: 500px; */
}

.wpo-shop-single-section .shop-single-slider .slider-nav {
  margin-top: 35px;
}

.wpo-shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.wpo-shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
  margin: 0 2px;
  border: 1px solid #ebebeb;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
  cursor: pointer;
}

.wpo-shop-single-section .product-details {
  padding: 80px;
  /*** product option ***/
}
.wpo-shop-single-section .product-details table td {
  vertical-align:middle;
}
.wpo-shop-single-section .product-details h2 {
  line-height:80px;
}
.wpo-shop-single-section .product-details h5 {
  line-height:50px;
}
.wpo-shop-single-section .product-details .bshare-custom {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details {
    padding: 0;
  }
}

.wpo-shop-single-section .product-details h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #ae9778;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #FF7063;
  margin: 7px 0 20px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #a1a1a1;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-shop-single-section .product-details .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.wpo-shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}

.wpo-shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}

.wpo-shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-details .pro-content p {
  margin-bottom:10px;
}

.wpo-shop-single-section .product-details ul {
  list-style: none;
}

.wpo-shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #FF7063;
  content: "";
  border-radius: 50%;
}

.wpo-shop-single-section .product-details .product-option {
  margin-top: 30px;
}

.wpo-shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}

.wpo-shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}

.wpo-shop-single-section .product-details .tg-btm p span {
  font-weight: 400;
  color: #1E3446;
  margin-right: 5px;
}

.wpo-shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}

.wpo-shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}

.wpo-shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div + div .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div + div .view-cart-btn {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  padding: 0 18px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn:hover {
  background: #FF7063;
  border-color: #FF7063;
  color: #fff;
}

.wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}

.wpo-shop-single-section .product-details .product-option .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
  background-color: #FF7063;
  color: #fff;
  border-color: #FF7063;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.wpo-shop-single-section .product-details .product-option .theme-btn:before, .wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
  display: none;
}

.wpo-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #6e6e6e;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #FF7063;
  color: #fff;
}

.wpo-shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-info {
    margin-top: 40px;
  }
}

.wpo-shop-single-section .product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .nav-tabs {
  border: 0;
  justify-content: center;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.wpo-shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}

.wpo-shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}

.wpo-shop-single-section .product-info .nav-tabs a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.wpo-shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ae9778;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}

.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
  border-color: #ae9778;
}

.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgb(49 150 218 / 30%);
  padding-top: 30px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.wpo-shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.wpo-shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}

.wpo-shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.wpo-shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
  .wpo-shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
  .wpo-project-section .wpo-project-slider .owl-dots button,
.wpo-project-section .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
}
}

.wpo-shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}

.wpo-shop-single-section .product-info .client-rv .rating i {
  color: #FF7063;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.wpo-shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

.wpo-shop-single-section .product-info .review-form {
  margin-top: 45px;
}

.wpo-shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 400;
}

.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}

.wpo-shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}

.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.wpo-shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}

.wpo-shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}

.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}

.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wpo-shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.wpo-shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.wpo-shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #FF7063;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

.wpo-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
13. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}

.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF7063;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.26667rem;
  line-height: 1.2em;
  font-weight: 400;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-blog-pg-section .post h3 a {
  color: #1E3446;
}

.wpo-blog-pg-section .post h3 a:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-pg-section .post a.read-more {
  color: #6e6e6e;
  text-transform: capitalize;
  font-size: 16px;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .entry-media img {
  width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #F3F6F6;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: "flaticon_transfar";
  content: "\f137";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}

.wpo-blog-pg-section .format-gallery {
  position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #FF7063;
  color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #163967;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #FF7063;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
14. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.blog-sidebar__widget-title {
  text-align:center;
}
.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-single-section .entry-meta ul {
  list-style: none;
  display: inline-flex;
}

.wpo-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-single-section .entry-meta ul li a {
  color: #1e3446;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}

.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 12px;
  content: "";
  background: #ae9778;
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin: 0px 10px;
  }
}

.wpo-blog-single-section .entry-media img {
  width: 100%;
}

.wpo-blog-single-section .post h2 {
  font-size: 30px;
  font-size: 2rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.2em;
  text-align: left;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #f6f6f6;
  color: #4b3f30;
  font-size: 18px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  /* text-decoration: underline; */
  margin-left: 15px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "flaticon_transfar";
  content: "\f137";
  font-size: 25px;
  font-size: 1.66667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #F3F6F6;
  background: #fff;
  color: #ae9778;
  border-radius: 50%;
}

.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
  width: 100%;
}

.wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #EFEFEF;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1E3446;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.wpo-blog-single-section .tag-share ul, .wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share .tag, .wpo-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
  color: #1E3446;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.wpo-blog-single-section .tag-share .tag ul, .wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}

.wpo-blog-single-section .tag-share .tag li, .wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1E3446;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #6e6e6e;
}

.wpo-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #1E3446;
}

.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1E3446;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #1E3446;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #ae9778;
}

.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}

.wpo-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .comments-area li > div {
  position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1E3446;
  font-weight: bold;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 600;
  color: #1E3446;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #FF7063;
}

.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
  padding: 40px;
  background: #F3F6F6;
}

@media (max-width: 575px) {
  .wpo-blog-single-section .comment-respond {
    padding: 20px;
  }
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 65px;
  border: 0;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FF7063;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #FF7063;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  border-radius: 0px;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1E3446;
}

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
15. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
  border: 0;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #FF7063;
  background: #fff;
}

.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-pg-section form select:focus {
  background: #fff url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-size: 16px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}

.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.wpo-contact-pg-section .office-info {
  padding-top: 50px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section .office-info {
    margin-left: 0;
  }
}

.wpo-contact-pg-section .office-info .office-info-item {
  padding: 20px;
  border: 1px solid #EFEFEF;
  margin-bottom: 15px;
}

.wpo-contact-pg-section .office-info .office-info-item:last-child {
  margin-bottom: 0;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 30px;
  color: #FF7063;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text {
  overflow: hidden;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #e62129;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #A3A3A3;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #F3F6F6;
  padding-bottom: 50px;
  position: relative;
  z-index: 99;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    margin-top: 0;
    margin-top: 50px;
  }
}

.wpo-contact-map-section {
  padding: 100px 80px;
  padding-bottom: 0;
}

@media (max-width: 1600px) {
  .wpo-contact-map-section {
    padding: 100px 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-contact-map-section {
    padding: 100px 0px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .wpo-contact-map-section {
    padding: 90px 0px;
    padding-bottom: 0;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}

.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.wpo-contact-map-section h2.hidden {
  display: none;
}

/** @section Pagination custom */
.pagination {
	font-size: 14px;
	line-height: 0;
  justify-content: center;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #666;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination .active {
    background-color:#ae9778;
}
.pagination .active a:link,.pagination .active a:visited {
    color:#fff;
}
.bshare-custom{/* display: inline-flex; */margin-bottom: 40px;/* border-bottom: 1px solid #cccc; */text-align: center;}
 .bshare-custom .bdshare-button-style1-16  a{color: #ae9778;border: 1px solid #ae9778;border-radius: 25px;padding: 5px;margin: 0;height: 25px;width: 25px;text-align: center;display: inline-block;float: none;background: none;line-height: 14px;margin-right: 10px;font-size: 12px;}
.wpo-shop-single-section .bshare-custom,.wpo-site-footer .bshare-custom {
  text-align:left;
}
.bdshare-button-style1-16 a:hover {
    color:#80694b;
}
section.crumbs {
    background-color: #f5f5f5;
}
.page-min-400
{
    min-height:400px;
    /* border-top: 1px solid #cccc; */
    padding-top: 25px;
    }
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

.widget.about-widget {
    display: flex;
    padding-right: 0px;
    text-align: center;
}

.wx p{
  padding-top: 20px;
}

.pt-150{padding-top: 150px;}
.pt-90{padding-top: 90px;}
.pt-30{padding-top: 30px;}
.pb-90{padding-bottom: 90px;}
.pb-30{padding-bottom: 30px;}
.pb-50{padding-bottom: 50px;}

@media (max-width: 767px) {
.pt-150{padding-top: 100px;}
.pt-90{padding-top: 50px;}
.pt-30{padding-top: 30px;}
.pb-90{padding-bottom: 50px;}
.pb-30{padding-bottom: 30px;}
.pb-50{padding-bottom: 30px;}
}


.icon2 {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background: #F3F6F6;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}
.icon2 a {
    display:block;
}
.icon2 img {
    width:45px;
}

.icon2 .fi:before {
  font-size: 50px;
  color: #ae9778;
}
.tc{text-align: center;}



/*搜索页面*/

.search-product {
    float: left;
    /* margin: 0 5px 030px; */
    /* box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09); */
    /* border: 1px solid #f6f6f6; */
}
h3.title {
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    color: #1E3446;
    font-size: 20px;
    margin-bottom: 0px;
}

a.blog-btn-link {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #ae9778;
    padding: 8px 20px;
    border: 2px solid #ae9778;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}

.blog-btn {
    text-align: center;
    padding-bottom: 40px;
}

.col-12.no-data {
    padding: 0px 0px 120px 0px;
    text-align: center;
}

.odometer-formatting-mark{display: none;}

/* menu-container*/.menu-container{margin: 0 auto;background: #eeeeee;}
.menu-mobile{display: none;padding: 20px;}
.menu-mobile:after{
    font-weight: 900;
    content: "\f03a";
    font-family: "FontAwesome";
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    }
.menu-dropdown-icon:before{font-weight: 900;content: "\f107";font-family: "FontAwesome";display: none;cursor: pointer;float: right;padding: 0.5em 1.5em;background: #e1e1e1;color: #333;margin-top: 12px;}
.menu > ul{margin: 0 auto;width: 100%;list-style: none;padding: 0;position: relative;box-sizing: border-box;}
.menu > ul:before,
.menu > ul:after{/* content: ""; *//* display: table; */}
.menu > ul:after{clear: both;}
.menu > ul > li{float: left;background: #eeeeee;padding: 0;margin: 0;margin-right: 5px;}
.menu > ul > li a{text-decoration: none;padding: 20px 30px;font-size: 16px;line-height: 30px;display: block;color: #3c3c3c;}
.menu > ul > li:hover{background: #e8e8e8;}
.menu > ul > li > ul{display: none;width: 100%;background: #f0f0f0;padding: 20px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box;}
.menu > ul > li.active>ul {/* display:block; */}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after{content: "";display: t006db8able;}
.menu > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li{margin: 0;list-style: none;width: 250px;padding: 0px;background: none;float: left;}

.menu > ul > li > ul.normal-sub > li a:hover,.menu > ul > li > ul.normal-sub > li.active a {color: #ae9778;background: #ffffff00;}

.menu > ul > li a:hover {color: #ffffff;background: #ae9778;}

.menu > ul > li a:hover,.menu>ul>li.current>a {color: #ffffff;background: #ae9778;}
.menu > ul > li > ul > li a{color: #333;font-weight: bold;padding: 10px;font-size: 16px;width: 100%;display: block;border-bottom: 1px solid #ccc;}
.menu > ul > li > ul > li > ul{display: none;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after{content: "";display: table;}
.menu > ul > li > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li > ul > li{float: left;width: 100%;padding: 10px 0;margin: 0;font-size: .8em;}
.menu > ul > li > ul > li > ul > li a{border: 0;}
.menu > ul > li > ul.normal-sub{width: 100%;left: 0;padding: 10px 20px;background: rgb(42 110 182 / 20%);-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.09);}
.menu > ul > li > ul.normal-sub > li{/* width: 100%; */}
.menu > ul > li > ul.normal-sub > li a{border: 0;padding: 0.5em 0;}
@media only screen and (max-width: 959px){.menu-container{width: 100%;}
iframe {
  height:300px;
}
.menu-mobile{display: block;    }
.menu-dropdown-icon:before{display: block;}
.menu > ul{display: none;}
.menu > ul > li{width: 100%;float: none;display: block;}
.menu > ul > li a{padding: 1em;width: 60%;display: block;}
.menu > ul > li > ul{position: relative;}
.menu > ul > li > ul.normal-sub{width: 100%;-webkit-box-shadow: none;box-shadow: none;background: none;}
.menu > ul > li > ul > li{float: none;width: 100%;margin-top: 20px;}
.menu > ul > li > ul > li:first-child{margin: 0;}
.menu > ul > li > ul > li > ul{position: relative;}
.menu > ul > li > ul > li > ul > li{float: none;}
.menu .show-on-mobile{display: block;}}
.section-nav{padding: 0;/* margin-bottom: 50px; */background: #eee;border-top: 1px solid #ebebeb;}

.wpo-page-title {
  background: #bcbab8 no-repeat center / cover;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
.wpo-page-title h2 {
    color:#fff;
}

.theme-btn, .view-cart-btn,
.theme-btn-s2 {
  background: #ae9778;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 10px 20px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  border-radius: 0px;
  margin-right: 10px;
}

.theme-btn:after, .view-cart-btn:after,
.theme-btn-s2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: #ae9778;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background: #ae9778;
  color: #fff;
}

.theme-btn:hover:after, .view-cart-btn:hover:after,
.theme-btn-s2:hover:after {
  opacity: 1;
}

.project-details {
    padding:50px 0px;
}
.ny-postion {width:100%;height:auto;overflow:hidden;text-align:center;border-bottom:1px solid #f0f0f0;overflow-x:auto;margin-top: 50px;}
.ny-postion.noborder {border:0px;}
.ny-postion ul{
    font-size: 0;
	}
.ny-postion ul li {display:inline-block;height: 80px;padding:0px 40px;}
.ny-postion ul li a {display:block;height: 80px;line-height: 80px;font-size: 18px;font-weight:bold;color:#333;position:relative;}
.ny-postion ul li a:hover {color:#005bac;}
.ny-postion ul li.cur a {color: #ae9778;}
.ny-postion ul li a::after {content:"";position:absolute;left:0px;bottom:0px;width:0px;height:5px;background-color: #ae9778;transition:all .3s linear;}
.ny-postion ul li a:hover::after,.ny-postion ul li.cur a::after {width:100%;}
.ny-postion ul.last {
	padding:10px 0px;
	}
.ny-postion ul.last li{ 
    border-left: 1px solid #d1d0d0;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
	margin:10px auto;
}
.ny-postion ul.last li:first-child { border:0px; }
.ny-postion ul.last li a {
	display:block;height:30px;line-height:30px;font-size:16px;font-weight:bold;color:#333;position:relative;
}
.ny-postion ul.last li.cur a,.ny-postion ul.last li a:hover { color:#005bac;}
.ny-postion ul.last li a::after {display:none;}


.wpo-project-item {
    margin-bottom:50px;
}
.wpo-project-item .wpo-project-img {
    width:100%;
    height:auto;
    overflow:hidden;
}
.wpo-project-item .wpo-project-img img {
    display:block;
    width:100%;
    transition:all .3s;
}
.wpo-project-item:hover img {
    scale:1.1;
}
.wpo-project-item p {
    text-align:center;
    margin-top:10px;
    font-size:18px;
}

/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i ,.contact__item:hover .contact__icon em{
  background: #de0026;
  color: #fff;
  transform: rotateY(360deg);
}
.contact__icon i,.contact__icon em {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #de0024;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 18px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777777;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 400;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
  line-height: 0;
  position: relative;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}


.contact__icon img{
box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;}

.map {
    width: 100%;
    height: 600px;
}

.contact__item.text-center.mb-30 {
    margin-bottom: 20px;
}
.contact__item.text-center a{color: #777777;}

.contact__icon.mb-35 {
    padding-bottom: 20px;
}

.contact__icon.mb-35 em{
   color:#ae9778;
   background-color: #fff;
}

.contact__icon.mb-35 em:before{
   color: #ae9778;
   /* background: #fff; */
}

/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:#f6f6f6;
}
.contact__area img {
  width:160px;
}
.contact__area .col-lg-4,.contact__area .col-lg-3 {
  padding:30px 0px;
  background-color:#fff;
 border:1px solid rgb(235 235 235 / 50%);
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i ,.contact__item:hover .contact__icon em{
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: rotateY(360deg);
}
.contact__icon i,.contact__icon em {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 18px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 400;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
    width:100%;
    height:auto;
    overflow:hidden;
  line-height: 0;
  position: relative;
}
.contact__map img {
    display:block;
    width:100%;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}

/*** back to top **/
.back-to-top {
  background-color: #ae97784d;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ae9778;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #ae9778;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*=====================================================
8. wpo-project-single
======================================================*/
.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
  margin-bottom: 40px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img {
  margin-bottom: 30px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery {
  margin-bottom: 40px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder {
  position: relative;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder img {
  width: 100%;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder .hover-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 112, 99, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder .hover-content i {
  color: #fff;
  font-size: 30px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder:hover .hover-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap {
  margin-top: 40px;
  position: relative;
}
.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap  h5 {
    font-size:20px;
    margin-top:20px;
    text-align:center;
}

@media (max-width: 767px) {
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap  h5 {
    font-size:18px;
    margin-top:10px;
}
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #ae9778;
  border-radius: 50%;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap .video-btn:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgb(155 145 130);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(174, 151, 120, 0.99);
            box-shadow: 0 0 0 0 rgba(174, 151, 120, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(174, 151, 120, 0.01);
            box-shadow: 0 0 0 45px rgba(174, 151, 120, 0.01);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(174, 151, 120, 0.99);
            box-shadow: 0 0 0 0 rgba(174, 151, 120, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(174, 151, 120, 0.01);
            box-shadow: 0 0 0 45px rgba(174, 151, 120, 0.01);
  }
}

.wpo-project-single-area .project-info {
  background: #e62129;
  padding: 50px;
}

@media (max-width: 1199px) {
  .wpo-project-single-area .project-info {
    padding: 25px 20px;
  }
}

.wpo-project-single-area .project-info h3 {
  color: #fff;
  margin-bottom: 20px;
}

.wpo-project-single-area .project-info ul {
  list-style: none;
}

.wpo-project-single-area .project-info ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 37px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}

.wpo-project-single-area .project-info ul li:before {
  position: absolute;
  left: 35%;
  top: 0;
  content: "::";
}

.wpo-project-single-area .project-info ul li:last-child {
  padding-bottom: 0;
}

.wpo-project-single-area .project-info ul li span {
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
  font-weight: 400;
  position: relative;
}

/* 5.3 wpo-service-area-s2 */
.wpo-service-area-s2 {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 {
    padding-bottom: 0px;
  }
}

.wpo-service-area-s2.pb-120 {
  padding-bottom: 120px;
}

.wpo-service-area-s2.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2.pb-120 {
    padding-bottom: 90px;
  }
  .wpo-service-area-s2.pb-100 {
  padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .wpo-service-area-s2.pb-120 {
    padding-bottom: 70px;
  }
  .wpo-service-area-s2.pb-100 {
  padding-bottom: 70px;
  }
}

.wpo-service-area-s2:before {
  width: 30%;
  height: 100%;
}

@media (max-width: 991px) {
  .wpo-service-area-s2:before {
    display: none;
  }
}

.wpo-service-area-s2 .wpo-service-wrap:before, .wpo-service-area-s2 .wpo-service-wrap:after {
  display: none;
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
  background: #f6f6f6;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
    padding: 0;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
  float: left;
  padding-right: 30px;
  max-width: 330px;
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    min-height: 100%;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
  overflow: hidden;
  padding: 25px;
  padding-left: 0;
}

.wpo-service-content p {
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wpo-service-content a:link p ,.wpo-service-content a:visited p,.wpo-service-content a:hover p {
    color:#333;
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 15px;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 20px;
    padding-top: 0;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 15px;
  }
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content p {
    font-size: 14px;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a.more {
  background: #eeeeee;
}
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h5 {
    margin-top: 10px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content a, .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a.more, .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content a.more {
  display: inline-block;
  padding: 15px 25px;
  background: #F3F6F6;
  margin-top: 10px;
  color: #1E3446;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #ae9778;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top {
  margin-bottom: 30px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    margin: 0;
    margin-top: 15px;
    position: relative;
    font-size: 35px;
    line-height: 57px;
    margin-top: 0px;
    color: #333;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h5 {
  text-transform: uppercase;
    font-size: 24px;
    line-height: 16px;
    color: #ccc;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    font-family: Arial;
}
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h5 span {
  color: #ae9778;
}

@media (max-width: 1399px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 32px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p {
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  color: #1E3446;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  /*progress-design*/
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p {
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p {
    margin-top: 15px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner {
  margin-right: 20px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress {
  width: 100px;
  height: 100px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  overflow: unset;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left {
  left: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right {
  right: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
          animation: loading-1 1.8s linear forwards;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-weight: 400;
  font-size: 28px;
  line-height: 80px;
  color: #1E3446;
  text-align: center;
  position: absolute;
  top: 0;
  left: 5%;
  font-weight: 400;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar {
  border-color: #e62129;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25%;
  width: 100%;
  text-align: center;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span {
  font-size: 15px;
  color: #131058;
  line-height: 15px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar {
  -webkit-animation: loading-1 1s linear forwards 1.8s;
          animation: loading-1 1s linear forwards 1.8s;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-2 1s linear forwards 2.8s;
          animation: loading-2 1s linear forwards 2.8s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(155deg);
    transform: rotate(155deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(155deg);
    transform: rotate(155deg);
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before {
  position: absolute;
  left: -14px;
  top: -15px;
  width: 120%;
  height: 120%;
  background: #fff;
  content: "";
  border-radius: 50%;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p {
    margin: 0;
    margin-top: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
  padding-left: 60px;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
    margin-bottom: 20px;
    max-width: 400px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F3F6F6;
  content: "\e64c";
  font-family: 'themify';
  text-align: center;
  color: #e62129;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #1E3446;
  margin-bottom: 0;
}

/* 3.4 wpo-service-area */
.wpo-service-area,
.wpo-service-area-s2,
.wpo-service-area-s3 {
  position: relative;
  z-index: 1;
}

.wpo-service-area:before,
.wpo-service-area-s2:before,
.wpo-service-area-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: #ffffff;
  z-index: -1;
}

.wpo-service-area .wpo-service-wrap,
.wpo-service-area-s2 .wpo-service-wrap,
.wpo-service-area-s3 .wpo-service-wrap {
  background: #fff;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap,
  .wpo-service-area-s2 .wpo-service-wrap,
  .wpo-service-area-s3 .wpo-service-wrap {
    padding: 0;
  }
}

.wpo-service-area .wpo-service-wrap:after,
.wpo-service-area-s2 .wpo-service-wrap:after,
.wpo-service-area-s3 .wpo-service-wrap:after {
  position: absolute;
  left: -4%;
  top: 0;
  width: 108%;
  height: 100%;
  content: "";
  background: #F3F6F6;
  z-index: -11;
}

.wpo-service-area .wpo-service-wrap:before,
.wpo-service-area-s2 .wpo-service-wrap:before,
.wpo-service-area-s3 .wpo-service-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46%;
  content: "";
  background: #fff;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    height: 41%;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    height: 35%;
  }
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}


@media (max-width: 1199px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 40px 25px;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 5px 0;
    padding-top: 0;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #ae9778;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
  margin-top: 35px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content a, .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a.more, .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content a.more {
  display: inline-block;
  padding: 15px 25px;
  background: #F3F6F6;
  margin-top: 10px;
  color: #1E3446;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover {
  color: #ae9778;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-img img,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  width: 100%;
}

.wpo-service-area .wpo-service-wrap .service-btn,
.wpo-service-area-s2 .wpo-service-wrap .service-btn,
.wpo-service-area-s3 .wpo-service-wrap .service-btn {
  text-align: center;
  margin-top: 30px;
  position: relative;
  bottom: 30px;
}

/* 3.5 wpo-video-section */
.wpo-video-section,
.wpo-video-section-s2,
.wpo-video-section-s3 {
    background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-video-section,
  .wpo-video-section-s2,
  .wpo-video-section-s3 {
    padding: 80px 0;
    padding-top: 120px;
  }
}

@media (max-width: 575px) {
  .wpo-video-section,
  .wpo-video-section-s2,
  .wpo-video-section-s3 {
    padding: 80px 0;
  }
}

.wpo-video-section:before,
.wpo-video-section-s2:before,
.wpo-video-section-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #1E3446; */
  opacity: 0.78;
  content: "";
  z-index: -1;
}

.wpo-video-section .wpo-video-item .video-text-wrap,
.wpo-video-section-s2 .wpo-video-item .video-text-wrap,
.wpo-video-section-s3 .wpo-video-item .video-text-wrap {
  position: relative;
  z-index: 1;
  max-width: 410px;
}

@media (max-width: 991px) {
  .wpo-video-section .wpo-video-item .video-text-wrap,
  .wpo-video-section-s2 .wpo-video-item .video-text-wrap,
  .wpo-video-section-s3 .wpo-video-item .video-text-wrap {
    margin: 0 auto;
  }
}

.wpo-video-section .wpo-video-item .video-text-wrap:before,
.wpo-video-section-s2 .wpo-video-item .video-text-wrap:before,
.wpo-video-section-s3 .wpo-video-item .video-text-wrap:before {
  position: absolute;
  right: 0;
  top: -40px;
  width: 250px;
  height: 280px;
  background: #fff;
  opacity: .20;
  content: "";
  z-index: -1;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .video-text-wrap:before,
  .wpo-video-section-s2 .wpo-video-item .video-text-wrap:before,
  .wpo-video-section-s3 .wpo-video-item .video-text-wrap:before {
    display: none;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text {
  max-width: 370px;
  height: 370px;
  background: #c2293e;
  padding: 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%, 9% 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%, 9% 0);
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .wpo-viedo-text,
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-text,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-text {
    margin: 0 auto;
    padding: 40px 30px;
    height: 300px;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text h2,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  padding-top: 45px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .wpo-viedo-text h2,
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text h2:before,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2:before,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 10px;
  background: #FF7063;
  content: "";
}

.wpo-video-section .wpo-video-item .wpo-video-icon,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon {
  text-align: center;
  height: 100%;
  padding-top: 70px;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #e62129;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn:before,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn:before,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn:before {
  content: " ";
  width: 125%;
  height: 125%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -11px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn .fi,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn .fi,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn .fi {
  color: #fff;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn .fi:before,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn .fi:before,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn .fi:before {
  font-size: 30px;
}

/* 3.6 wpo-project-section */
.wpo-project-section,
.wpo-project-section-s2,
.wpo-project-section-s3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wpo-project-section:before,
.wpo-project-section-s2:before,
.wpo-project-section-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.wpo-project-section .shape,
.wpo-project-section-s2 .shape,
.wpo-project-section-s3 .shape {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}

.wpo-project-section .wpo-project-slider .wpo-project-item,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section .wpo-project-wrapper .wpo-project-item,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item {
  position: relative;
  z-index: 1;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item p,.wpo-project-slider-s2 .wpo-project-item p {
  font-size:18px;
  line-height:1.8;
  margin-top:10px;
  text-align:center;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item a,.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item a:link,.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item a:visited {
  color:#666;
}
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item a:hover{
  color:#ae9778;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img {
  position: relative;
  overflow: hidden;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img img {
  transition:all .3s;
}
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item:hover .wpo-project-img img {
  scale:1.1;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:before,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #24679880), color-stop(50%, rgba(20, 33, 43, 0))); */
  /* background: linear-gradient(180deg, #2467989c 30%, rgba(20, 33, 43, 0) 50%); */
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 11;
  border: 1px solid #ccc;
}

::before {}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 40px;
  z-index: 19;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text {
    padding: 30px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #e62129;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  /* margin-bottom: 20px; */
  margin-top: 10px;
}

@media (max-width: 1500px) {
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text {
    padding:10px 20px;
  }
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2 {
    font-size: 16px;
    line-height:25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2 {
    font-size: 16px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 30px;
  width: 101%;
  height: 101%;
  background: rgb(38 120 178 / 40%);
  border-radius: 6px;
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 20;
}
@media (max-width: 1500px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  position: absolute;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
    padding: 30px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #ae9778;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 1500px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
    font-size: 22px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4 {
  font-weight: 400;
  font-size: 100px;
  line-height: 106px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: .4;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
  display: inline-block;
  padding: 15px 25px;
  color: #1E3446;
  background: #fff;
  position: relative;
  margin-top: 10px;
  max-width: 150px;
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 1500px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
    padding: 10px 20px;
    bottom: 20px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover {
  background: #fff;
  color: #ae9778;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text {
  opacity: 0;
  visibility: hidden;
}

.wpo-project-section .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpo-project-section .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-item.center .grid .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .owl-item.center .grid .wpo-project-item .wpo-project-text {
  opacity: 0;
  visibility: hidden;
}

.wpo-project-section .wpo-project-slider .owl-controls,
.wpo-project-section .wpo-project-slider-s2 .owl-controls,
.wpo-project-section .wpo-project-wrapper .owl-controls,
.wpo-project-section-s2 .wpo-project-slider .owl-controls,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-controls,
.wpo-project-section-s2 .wpo-project-wrapper .owl-controls,
.wpo-project-section-s3 .wpo-project-slider .owl-controls,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-controls,
.wpo-project-section-s3 .wpo-project-wrapper .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-project-section .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section .wpo-project-wrapper .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #ae9778;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-project-section .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section .wpo-project-wrapper .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #ae9778;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
  box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
    display: none;
  }
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next:hover {
  background: #ae9778;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next:hover i {
  color: #fff;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev {
  left: -28px;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
  right: -28px;
}

.wpo-project-section .wpo-project-slider .owl-dots,
.wpo-project-section .wpo-project-slider-s2 .owl-dots,
.wpo-project-section .wpo-project-wrapper .owl-dots,
.wpo-project-section-s2 .wpo-project-slider .owl-dots,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots,
.wpo-project-section-s3 .wpo-project-slider .owl-dots,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots {
  text-align: center;
  bottom: -110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .wpo-project-section .wpo-project-slider .owl-dots,
  .wpo-project-section .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section .wpo-project-wrapper .owl-dots,
  .wpo-project-section-s2 .wpo-project-slider .owl-dots,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-dots,
  .wpo-project-section-s3 .wpo-project-slider .owl-dots,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-dots {
    display: none;
  }
}

.wpo-project-section .wpo-project-slider .owl-dots button,
.wpo-project-section .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}

.wpo-project-section .wpo-project-slider .owl-dots button.active,
.wpo-project-section .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section .wpo-project-wrapper .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-slider .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-slider .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots button.active {
  background: #ae9778;
  width: 45px;
}

.wpo-project-section .project-btn,
.wpo-project-section-s2 .project-btn,
.wpo-project-section-s3 .project-btn {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 125px 0px 100px 0px;
}

.project-one-container {
    position: relative;
    display: block;
    width: 100%;
    /* padding: 120px 0 90px; */
}

.project-one .section-title {
    margin-bottom: 47px;
}

.project-one .row {
    --bs-gutter-x: 2px;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img-box {
    position: relative;
    display: block;
    padding: 0px 0px 15px;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    /* padding: 0px 25px 15px; */
}

.project-one__img>img {
    width: 100%;
    /* padding: 0px 25px 15px; */
    /* border: 1px solid #E6E6E6; */
}

.project-one__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #24679880;
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    /* margin: 50px; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 50px;
}

.project-one__single:hover .project-one__hover {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.project-one__hover-content {
    position: relative;
}

.project-one__hover .img-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #ae9778;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.project-one__hover .img-popup:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.project-one__hover-title {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 1;
}

.project-one__hover-title a {
    color: #fff;
}

.project-one__hover-title:before {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    content: "";
    /* background-color: #3e3d3d; */
    z-index: -1;
    height: 6px;
}

.project-one__hover-name {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
}

.project-one__hover-name a {
    color: inherit;
    transition: all 500ms ease;
    color: #fff;
}

.project-one__hover-name a:hover {
    color: #fff;
}

.project-one__name {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.order-list li {
  display: inherit;
  display: flex;
  position: relative;
  /* padding-left: 10px; */
  /* padding-left: 30px; */
  margin: 20px 0px;
}

@media (max-width: 575px) {
.order-list li {
  display: inherit;
  display: flex;
  position: relative;
  /* padding-left: 10px; */
  /* padding-left: 30px; */
  margin: 0px 0px;
  padding-bottom:10px;
}
}

.order-list li:before {
  position: absolute;
  color: var(--primary-color);
  font-weight: 600;
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
}
.order-list li:first-child {
  margin-top: 0;
}
.order-list li:last-child {
  margin-bottom: 0;
}
.order-list.primary-color li:before {
  color: var(--primary-color);
  font-weight: 600;
}
.order-list.white-color li {
  color: #fff;
}
.ti-check{
    background-color: #ae9778;
    padding: 5px 10px;
    margin-right: 10px;
    color: #fff;
}

.single-blog {
    margin: 0 5px 30px;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 2px 20px 0px rgb(62 65 159 / 9%);
}


.wpo-shili-section{
  background-color:#f6f6f6;
}
.youshii {
    position: relative;
    height: 100%;
    min-height: 600px;
}
.anli_xiejiao {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding-bottom: 100px;
}
.lanbei{
	    width: 90%;
	    height: 500px;
	    background: #0075cf;
	    transform: skew(-20deg);
	    position: absolute;
	    right: -15%;
	    top: -50px;
}
.anli_xiejiao .content {
    position: relative;
    width: 33%;
    float: left;
}
.anli_xiejiao li{
	position: relative;
    width: 33%;
    float: left;
}
.anli_xiejiao li .tu {
    transform: skew(-20deg);
    overflow: hidden;
    height: 560px;
    width: 360px;
}
.anli_xiejiao li .tu a img {
		transform: skew(20deg);
		transition: all 1s;
		width: 585px !important;
		height: 561px;
		position: absolute;
		left: 50%;
		margin-left: -290px;
		transition: all 0.7s ease-in-out;
	}
.anli_xiejiao .wenzi {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 26px;
}
.anli_xiejiao .wenzi a{
	color: #fff;
}
.anli_xiejiao .wenzi a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.anli_xiejiao .heidi {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999;
    transition: all 0.7s ease-in-out;
}
.anli_xiejiao li .tu a img {
    transform: skew(20deg);
    transition: all 1s;
    width: 585px !important;
    height: 561px;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    transition: all 0.7s ease-in-out;
    max-width: initial;
}
.anli_xiejiao li:hover .tu a img{
	transform: skew(20deg);
	transition: all 1s;
	width: 585px !important;
	height: 561px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	transition: all 0.7s ease-in-out;
}
.anli_xiejiao li:hover .heidi {
		background: rgba(0, 102, 153, 0.5);
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		left: 0px;
		z-index: 999;
		transition: all 0.7s ease-in-out;
	}

.oushili{min-height:220px;position: relative;}
.wpo-history-section .oushili {
  min-height:150px;
}
.oushili h3 {
  color: #ccc;
  font-size: 24px;
  line-height: 48px;
  font-weight: normal;
  position: relative;
  font-family: Arial;
  text-transform: uppercase;
}
.oushili h3 span {
    color: #0075cf;
}
.oushili h3:after {
    position: absolute;
    width: 72px;
    height: 3px;
    background: #0075cf;
    content: "";
    left: 160px;
    top: 22px;
}
.wpo-history-section .oushili h3:after {
    left: 210px;
}
.oushili b {
    color: #ae9778;
    font-size: 50px;
    line-height: 100px;
    position: absolute;
    right: 0px;
    top: -30px;
    Letter-spacing: 10px;
    font-weight: normal;
}
.oushili b span {
    color: #0075cf;
}
.oushili p {
    color: #666;
    max-width: 50%;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.date-box {
  width:100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.date-box ul {
  width:100%;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.date-box ul li {
  float:left;
  padding-bottom: 10px;
  text-align: center;
  position:relative;
  margin-right: 50px;
  cursor: pointer;
  margin-top: 10px;
}
.date-box ul li img {
  width:58px;
}
.date-box ul li .his-year {
  font-size: 20px;
  color: #888;
  margin-top: 10px;
  font-weight: bold;
}
.date-box ul li.cur::before{
  content:"";
  width:100%;
  height: 5px;
  background-color:#ae9778;
  position:absolute;
  left:0px;
  bottom: 0px;
  z-index:10;
}
.date-box ul li.cur .his-year {
  color:#000;
}
.his-box {
  width:100%;
  height:auto;
  overflow:hidden;
  margin-top:50px;
}
.his-box .his-content {
  display:none;
}
.his-box .his-content img {
  border:1px solid #eee;
}
.his-box .his-content:first-child{
  display:block;
}
.his-box .his-content .year-line {
  font-size: 30px;
  color:#333;
  font-weight: bold;
}
.his-box .his-content .content-line {
  font-size:18px;
  line-height:1.8;
  min-height: 100px;
  color:#666;
  margin-top:20px;
}
@media (max-width: 1500px) {
  .date-box ul li {
    width:auto;
  }
  .date-box ul li img {
    width:50px;
  }
    .date-box ul li .his-year {
      font-size:18px;
    }
}
@media (max-width: 1400px) {
  .wpo-section-title .pro-fl a {
      padding: 15px;
  }
}
@media (max-width: 1200px) {
  .date-box ul {
    display:block;
  }
  .date-box ul li {
    margin-right:30px;
  }
    .date-box ul li img {
      width:40px;
    }
  .his-box .his-content .year-line {
    margin-top:10px;
  }
  .numList li {
    width:33.333%;
    float:left;
    text-align:center;
  }
  .wpo-section-title .pro-fl {
    position:relative;
    right: initial;
    top: initial;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
  }
  .wpo-section-title .pro-fl a{
    margin-top:10px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .lanbei {
    top: -50px;
  }
  .oushili {
    min-height:auto;
    padding-bottom:30px;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  	.anli_xiejiao{ width: 100%;}
	.anli_xiejiao li{ width: 100%;}
	.lanbei{display: none;}
	.anli_xiejiao li .tu{width: 100%;height: auto;transform: skew(0deg);overflow: hidden;margin-bottom: 15px;}
  .anli_xiejiao li .tu a img {position:relative;width: 100% !important;transform: initial;margin-left: 0px;height: auto;left: initial;}
	.anli_xiejiao .wenzi{ top: 30%;}
    .youshii {min-height:auto;overflow: hidden;}
}
@media (max-width: 767px) {

  .oushili {
    min-height:auto;
    padding-bottom: 0px;
  }

  .numList li .num {
    font-size: 20px;
  }
  .oushili b {
    right:initial;
    font-size: 32px;
    Letter-spacing: 0px;
    position: relative;
    top: 0px;
    line-height: 50px;
  }
  .oushili p {
    max-width:initial;
  }
  .date-box {
    height:auto;
    overflow:hidden;
  }
  .date-box ul li {
    margin-right: 0px;
    width: 20%;
    height: auto;
    margin-top: 20px;
  }
  .date-box ul li img {
    width:30px;
  }
  .date-box ul li .his-year {
    font-size:16px;
    font-weight:normal;
    margin-top: 5px;
  }
  .his-box .his-content .year-line{
    margin-top:10px;
    font-size: 24px;
  }
  .his-box .his-content .content-line {
    margin-top:10px;
  }
}

/* 5.4 wpo-video-section-s2 */
.wpo-video-section-s2,
.wpo-video-section-s3 {
  padding: 0 0 100px;
}

.wpo-video-section-s2 .why-choose-wrap,
.wpo-video-section-s3 .why-choose-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  background: #e62129;
  margin: 0 auto;
  padding: 80px 80px 40px;
  padding-right: 60px;
  overflow: hidden;
  z-index: 1;
  /* margin-top: -210px; */
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap,
  .wpo-video-section-s3 .why-choose-wrap {
    padding: 30px 30px 0px;
  }
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap,
  .wpo-video-section-s3 .why-choose-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px 0px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .v-shape,
.wpo-video-section-s3 .why-choose-wrap .v-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.wpo-video-section-s2 .why-choose-wrap .v-shape img,
.wpo-video-section-s3 .why-choose-wrap .v-shape img {
  width: 100%;
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 50px;
  position: relative;
}


.why-choose-left span{
text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 0.16em;
    margin-left: 6px;

}


.why-choose-left span:before {
  position: absolute;
  left: -6px;
  top: -3px;
  width: 34px;
  height: 22px;
  background: #e62129;
  content: "";
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left p,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left p {
  color: #fff;
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-right,
.wpo-video-section-s3 .why-choose-wrap .why-choose-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-right,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
  padding-left: 60px;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 350px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item:before,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.4);
  content: "\e64c";
  font-family: 'themify';
  text-align: center;
  color: #fff;
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
    font-size: 13px;
  }
}

.wpo-video-section-s2 .wpo-video-item .wpo-video-icon,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon {
  height: unset;
  padding-top: 0;
  margin-top: 100px;
}

.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn {
  background: #e62129;
}

.wpo-video-section-s2 .wpo-video-item .wpo-viedo-title,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-title {
  text-align: center;
  max-width: 595px;
  margin: 0 auto;
  margin-top: 30px;
}

.wpo-video-section-s2 .wpo-video-item .wpo-viedo-title h2,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-title h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-title h2,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

/* 5.5 wpo-team-section */
.wpo-team-section {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .wpo-team-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item {
    padding-bottom: 80px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  position: relative;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  padding: 30px;
  background: #F3F6F6;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 40px;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: -1px;
  bottom: 0px;
  width: 101%;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding: 10px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding: 10px;
    padding-top: 30px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-top: -70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
  color: #1E3446;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
  color: #e62129;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FF7063;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social {
  overflow: hidden;
  height: 45px;
  margin-bottom: 20px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li + li {
  margin-left: 10px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li a {
  display: block;
  width: 44px;
  height: 44px;
  background: #fff;
  line-height: 46px;
  text-align: center;
  color: #1E3446;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li a:hover {
  background: #e62129;
  color: #fff;
  border-radius: 50%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text h2 {
  margin-top: 0;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text .social ul {
  margin-top: 0;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.wpo-section-title {
  margin-bottom: 60px;
  text-align: left;
  position:relative;
}
.wpo-section-title .pro-fl {
  position:absolute;
  right:0px;
  top:0px;
  z-index:10;
}
.wpo-section-title .pro-fl a {
  display:block;
  float:left;
  background-color:#fff;
  color:#666;
  padding: 20px 25px;
  border-radius: 30px;
  font-size: 16px;
  margin-left: 10px;
}
.wpo-section-title .pro-fl a:hover {
  background-color: #ae9778;
  color:#fff;
}

@media (max-width: 991px) {
  .wpo-section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}

.wpo-section-title h5 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 16px;
  color: #ccc;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-family: Arial;
}
.wpo-section-title h5 span {
  color: #ae9778;
}

.wpo-section-title h2 {
  margin: 0;
  margin-top: 15px;
  position: relative;
  font-size: 40px;
  line-height: 57px;
  margin-top: 0px;
  color: #333;
}

.wpo-section-title h2:before {
  position: unset;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #FF7063;
  content: "";
}

@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 30px;
  }
}

.wpo-section-title p {
  font-size: 18px;
}

.theme-btn, .view-cart-btn,
.theme-btn-s2 {
  background: #ae9778;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 10px 20px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  border-radius: 0px;
}

.theme-btn:after, .view-cart-btn:after,
.theme-btn-s2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: #ae9778;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background: #ae9778;
  color: #fff;
}

.theme-btn:hover:after, .view-cart-btn:hover:after,
.theme-btn-s2:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    padding: 12px 30px;
    font-size: 14px;
    /* margin-bottom:25px; */
  }
}

.theme-btn-s2 {
}

.theme-btn-s2:after {
  background: #80694b;
}

.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #80694b;
  color: #fff;
}

.theme-btn-s3 {
  background: #fff;
  color: #6e6e6e;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #e62129;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.theme-btn-s3:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background: #e62129;
  color: #fff;
}

.theme-btn-s3:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}

.view-cart-btn:after {
  display: none;
}

.view-cart-btn:hover {
  background-color: #e62129;
}

.view-cart-btn.s1 {
  background: #ddd;
}

.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #FF7063;
  -webkit-box-shadow: 0 0 5px 0 #ff9f96;
  -o-box-shadow: 0 0 5px 0 #ff9f96;
  -ms-box-shadow: 0 0 5px 0 #ff9f96;
  box-shadow: 0 0 5px 0 #ff9f96;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff9f96;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #FF7063;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .service-btn,
  .wpo-service-area-s2 .wpo-service-wrap .service-btn,
  .wpo-service-area-s3 .wpo-service-wrap .service-btn {
    margin-top: 0px;
  }
}

.wpo-service-area .wpo-service-wrap .service-btn a,
.wpo-service-area-s2 .wpo-service-wrap .service-btn a,
.wpo-service-area-s3 .wpo-service-wrap .service-btn a {
  display: inline-block;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content {
  /* padding-left: 50px; */
  max-width: 600px;
}

@media (max-width: 1600px) {
    .in-about {
        padding-left:150px;
    }
}
@media (max-width: 1300px) {
    .in-about {
        padding:150px 50px 100px;
    }
    .in-prod-list li .inner {
        line-height: 150px;
    }
    .in-yw-left {
        width:35%;
    }
    .in-yw-2 {
        margin-left:0px;
    }
    .in-yw-2 li .wrap {
        margin-left: 10px;
    }
    .in-yw-2 li .img-center {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .in-yw-2 li .img-center img {
        width:30px;
    }
}

@media (max-width: 1100px) {
    .in-prod-list li .inner {
        background-size:100% 70%;
        line-height: 120px;
    }
}

@media (max-width: 991px) {
    .in-prod-list li .inner {
        line-height: 90px;
    }
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
    .wpo-about-img-left {
        margin-top:50px;
    }
    .in-about {
        padding: 100px 20px 100px;
    }
    .about-video img {
        position:relative;
        max-width: 100%;
    }
    .in-yw-left {
        width:100%;
    }
    .in-yw-right {
        width:100%;
    }
    .footer-info {
        width:100%;
        padding-left:50px;
    }
    .footer-contact {
        width:100%;
        margin-top:30px;
    }
}

@media (max-width: 767px) {
            .in-prod-list li {
            width: 100%;
        }

            .in-prod-list li a {
                margin: 10px 0 0 10px;
            }

            .in-prod-list li .img-cover {
                /* height: 120px; */
            }

    .in-prod-list li .text {
        background-color:rgb(0 0 0 / 20%);
    }

            .in-prod-list li .inner {
                width: 100%;
                margin: 0px;
                height: auto;
                line-height: initial;
                background: none  !important;
                position: absolute;
                left: 0px;
                top: 45%;
            }
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    padding: 12px 30px;
    font-size: 14px;
    /* margin-bottom:25px; */
  }
.ny-postion ul li {
    height: 60px;
    padding: 0px 20px;
}
.ny-postion ul li a {
  height:60px;
  line-height:60px;
}
}

@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 250px;
  }
    .contact__map img {
    display:block;
        width:200%;
        max-width:initial;
        margin-left:-50%
    }
}
