@charset "UTF-8"; @import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap); @import url(https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap); .Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.yarl__fullsize {
    height: 100%;
    width: 100%
}

.yarl__relative {
    position: relative
}

.yarl__portal {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .25s ease;
    transition: opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);
    z-index: 9999;
    z-index: var(--yarl__portal_zindex,9999)
}

.yarl__portal_open {
    opacity: 1
}

.yarl__container {
    -ms-scroll-chaining: none;
    -ms-scroll-chaining: var(--yarl__controller_overscroll-behavior,contain);
    background-color: #000;
    background-color: var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
    overscroll-behavior: contain;
    overscroll-behavior: var(--yarl__controller_overscroll-behavior,contain);
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
    touch-action: var(--yarl__controller_touch_action,none);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.yarl__carousel {
    align-content: center;
    align-items: stretch;
    display: flex;
    flex: 0 0 auto;
    height: 100%;
    justify-content: center;
    opacity: 1;
    opacity: var(--yarl__pull_down_opacity,1);
    -webkit-transform: translate(0);
    -webkit-transform: translate(var(--yarl__swipe_offset,0),var(--yarl__pull_down_offset,0));
    transform: translate(0);
    transform: translate(var(--yarl__swipe_offset,0),var(--yarl__pull_down_offset,0));
    width: calc(100% + (var(--yarl__carousel_slides_count) - 1)*100%);
    width: calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))
}

.yarl__carousel_with_slides {
    -webkit-column-gap: calc(100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*0*1%);
    -webkit-column-gap: calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);
    column-gap: calc(100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*0*1%);
    column-gap: calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)
}

.yarl__flex_center {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.yarl__slide {
    flex: 1 1;
    overflow: hidden;
    padding: calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);
    position: relative
}

[dir=rtl] .yarl__slide {
    --yarl__direction: -1
}

.yarl__slide_image {
    -webkit-touch-callout: none;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    touch-action: none;
    touch-action: var(--yarl__controller_touch_action,none);
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

@media screen and (min-width: 800px) {
    .yarl__slide_image {
        -webkit-backface-visibility:hidden;
        -webkit-transform: translateZ(0);
        -webkit-transform-style: preserve-3d
    }
}

.yarl__slide_image_cover {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.yarl__slide_image_loading {
    opacity: 0
}

.yarl__slide_placeholder {
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.yarl__slide_loading {
    -webkit-animation: yarl__delayed_fadein 1s linear;
    animation: yarl__delayed_fadein 1s linear;
    color: hsla(0,0%,100%,.8);
    color: var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))
}

.yarl__slide_loading line {
    -webkit-animation: yarl__stroke_opacity 1s linear infinite;
    animation: yarl__stroke_opacity 1s linear infinite
}

.yarl__slide_loading line:first-of-type {
    -webkit-animation-delay: -1.875s;
    animation-delay: -1.875s
}

.yarl__slide_loading line:nth-of-type(2) {
    -webkit-animation-delay: -1.75s;
    animation-delay: -1.75s
}

.yarl__slide_loading line:nth-of-type(3) {
    -webkit-animation-delay: -1.625s;
    animation-delay: -1.625s
}

.yarl__slide_loading line:nth-of-type(4) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.yarl__slide_loading line:nth-of-type(5) {
    -webkit-animation-delay: -1.375s;
    animation-delay: -1.375s
}

.yarl__slide_loading line:nth-of-type(6) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s
}

.yarl__slide_loading line:nth-of-type(7) {
    -webkit-animation-delay: -1.125s;
    animation-delay: -1.125s
}

.yarl__slide_loading line:nth-of-type(8) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.yarl__slide_error {
    color: red;
    color: var(--yarl__slide_icon_error_color,red);
    height: 48px;
    height: var(--yarl__slide_icon_error_size,48px);
    width: 48px;
    width: var(--yarl__slide_icon_error_size,48px)
}

@media (prefers-reduced-motion) {
    .yarl__portal,.yarl__slide {
        transition: unset
    }

    .yarl__slide_loading,.yarl__slide_loading line {
        -webkit-animation: unset;
        animation: unset
    }
}

.yarl__toolbar {
    bottom: auto;
    display: flex;
    justify-content: flex-end;
    left: auto;
    padding: 8px;
    padding: var(--yarl__toolbar_padding,8px);
    position: absolute;
    right: 0;
    top: 0
}

[dir=rtl] .yarl__toolbar {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0
}

.yarl__icon {
    height: 32px;
    height: var(--yarl__icon_size,32px);
    width: 32px;
    width: var(--yarl__icon_size,32px)
}

.yarl__button {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-color: var(--yarl__button_background_color,transparent);
    border: 0;
    border: var(--yarl__button_border,0);
    color: hsla(0,0%,100%,.8);
    color: var(--yarl__color_button,hsla(0,0%,100%,.8));
    cursor: pointer;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.8));
    -webkit-filter: var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.8));
    filter: var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));
    line-height: 0;
    margin: 0;
    margin: var(--yarl__button_margin,0);
    outline: none;
    padding: 8px;
    padding: var(--yarl__button_padding,8px)
}

.yarl__button:focus {
    color: #fff;
    color: var(--yarl__color_button_active,#fff)
}

.yarl__button:focus:not(:focus-visible) {
    color: hsla(0,0%,100%,.8);
    color: var(--yarl__color_button,hsla(0,0%,100%,.8))
}

.yarl__button:focus-visible {
    color: #fff;
    color: var(--yarl__color_button_active,#fff)
}

@media (hover: hover) {
    .yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover {
        color:#fff;
        color: var(--yarl__color_button_active,#fff)
    }
}

.yarl__button:disabled {
    color: hsla(0,0%,100%,.4);
    color: var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));
    cursor: default
}

.yarl__navigation_next,.yarl__navigation_prev {
    padding: 24px 16px;
    padding: var(--yarl__navigation_button_padding,24px 16px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.yarl__navigation_prev {
    left: 0
}

[dir=rtl] .yarl__navigation_prev {
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.yarl__navigation_next {
    right: 0
}

[dir=rtl] .yarl__navigation_next {
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.yarl__no_scroll {
    -ms-scroll-chaining: none;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none
}

@-webkit-keyframes yarl__delayed_fadein {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes yarl__delayed_fadein {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes yarl__stroke_opacity {
    0% {
        stroke-opacity: 1
    }

    to {
        stroke-opacity: .125
    }
}

@keyframes yarl__stroke_opacity {
    0% {
        stroke-opacity: 1
    }

    to {
        stroke-opacity: .125
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(../../static/media/slick.295183786cd8a1389865.woff) format("woff"),url(../../static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(../../static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

ul.smothscroll {
    bottom: 63px;
    list-style: none;
    position: fixed;
    right: 30px;
    z-index: 99
}

ul.smothscroll a {
    background-color: rgba(181,162,189,.7);
    background-position: 0;
    background-size: 200%,1px;
    border: 2px solid #b5a2bd;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px
}

ul.smothscroll a:hover {
    background-color: #b5a2bd;
    color: #fff
}

@media(max-width: 767px) {
    ul.smothscroll a {
        height:30px;
        line-height: 25px;
        width: 30px
    }
}

.mobileMenu {
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    height: 100vh;
    left: -300px;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 300px;
    z-index: 9999
}

.mobileMenu,.responsivemenu .card-body {
    background: #6e5877
}

.mobileMenu h2 {
    padding-left: 20px
}

.mobileMenu.show {
    left: 0
}

.showmenu {
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 999
}

.responsivemenu {
    list-style: none;
    padding-left: 0
}

.responsivemenu li {
    display: block;
    padding: 0
}

.responsivemenu li a,.responsivemenu li p {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 13px 35px 10px;
    text-transform: capitalize
}

.responsivemenu li p {
    margin-bottom: 0;
    position: relative
}

.responsivemenu li .subMenu {
    padding-left: 20px
}

.responsivemenu li .subMenu li,.responsivemenu li .subMenu li:first-child a {
    padding-top: 0
}

.responsivemenu li a {
    position: relative
}

.responsivemenu li i {
    position: absolute;
    right: 20px;
    top: 17px
}

.showmenu i {
    color: #fff;
    font-size: 30px
}

.mobileMenu,.showmenu {
    display: none
}

@media (max-width: 992px) {
    .showmenu {
        border-radius:5px;
        display: block;
        height: 36px;
        line-height: 40px;
        text-align: center;
        width: 40px
    }

    .showmenu button:focus {
        box-shadow: none;
        outline: none
    }

    .showmenu button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin: 0 auto 5px;
        width: 20px
    }

    .mobileMenu {
        display: block
    }
}

.middle-header-3 .showmenu {
    top: 36px
}

.middle-header2 .showmenu {
    top: 26px
}

.middle-header-3 .showmenu i {
    color: #fff
}

@media(max-width: 450px) {
    .mobileMenu {
        left:-240px;
        width: 240px
    }

    .responsivemenu li a,.responsivemenu li p {
        font-size: 14px;
        padding: 13px 25px
    }
}

.responsivemenu a:not([href]):not([class]),.responsivemenu a:not([href]):not([class]):hover {
    color: #fff
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset,50%);
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
    right: var(--swiper-navigation-sides-offset,10px)
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom,8px);
    left: 0;
    top: auto;
    top: var(--swiper-pagination-top,auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    left: auto;
    left: var(--swiper-pagination-left,auto);
    right: 8px;
    right: var(--swiper-pagination-right,8px);
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    width: var(--swiper-pagination-progressbar-size,4px)
}

.swiper-pagination-lock {
    display: none
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes modal-video-inner {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.modal-video {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: 1000000
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.modal-video-body {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px
}

.modal-video-body,.modal-video-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.modal-video-inner {
    align-items: center
}

@media(orientation: landscape) {
    .modal-video-inner {
        box-sizing:border-box;
        padding: 10px 60px
    }
}

.modal-video-movie-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: #333;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    width: 100%
}

.modal-video-movie-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal-video-close-btn {
    background: transparent;
    border: none;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    width: 35px;
    z-index: 2
}

@media(orientation: landscape) {
    .modal-video-close-btn {
        right:-45px;
        top: 0
    }
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,.modal-video-close-btn:before {
    background: #fff;
    border-radius: 5px;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%
}

.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow {
    border-color: #ccc;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    top: 6px;
    width: 9px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    margin-left: -4px;
    position: absolute;
    width: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border: 8px solid transparent;
    box-sizing: content-box;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 1px;
    z-index: -1
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    margin-top: -8px;
    top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-bottom-color: #f0f0f0;
    border-top: none
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
    top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-bottom-color: #aeaeae;
    top: -1px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    bottom: 0;
    margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-bottom: none;
    border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after {
    bottom: 0
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-top-color: #aeaeae;
    bottom: -1px
}

.react-datepicker-wrapper {
    border: 0;
    display: inline-block;
    padding: 0
}

.react-datepicker {
    background-color: #fff;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    color: #000;
    display: inline-block;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
    font-size: .8rem;
    position: relative
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0
}

.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__triangle {
    left: 50px;
    position: absolute
}

.react-datepicker-popper {
    z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
    padding-top: 10px
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
    left: auto;
    right: 50px
}

.react-datepicker-popper[data-placement^=top] {
    padding-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
    padding-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
    left: auto;
    right: 42px
}

.react-datepicker-popper[data-placement^=left] {
    padding-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
    left: 42px;
    right: auto
}

.react-datepicker__header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: .3rem;
    padding: 8px 0;
    position: relative;
    text-align: center
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: .3rem
}

.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 15px
}

.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month {
    color: #000;
    font-size: .944rem;
    font-weight: 700;
    margin-top: 0
}

.react-datepicker-time__header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.react-datepicker__navigation {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: -999em;
    top: 2px;
    width: 32px;
    z-index: 1
}

.react-datepicker__navigation--previous {
    left: 2px
}

.react-datepicker__navigation--next {
    right: 2px
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 85px
}

.react-datepicker__navigation--years {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.react-datepicker__navigation--years-previous {
    top: 4px
}

.react-datepicker__navigation--years-upcoming {
    top: -4px
}

.react-datepicker__navigation:hover :before {
    border-color: #a6a6a6
}

.react-datepicker__navigation-icon {
    font-size: 20px;
    position: relative;
    top: -1px;
    width: 0
}

.react-datepicker__navigation-icon--next {
    left: -2px
}

.react-datepicker__navigation-icon--next:before {
    left: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.react-datepicker__navigation-icon--previous {
    right: -2px
}

.react-datepicker__navigation-icon--previous:before {
    right: -7px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.react-datepicker__month-container {
    float: left
}

.react-datepicker__year {
    margin: .4rem;
    text-align: center
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    margin: 2px;
    width: 4rem
}

.react-datepicker__month {
    margin: .4rem;
    text-align: center
}

.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    margin: 2px;
    width: 4rem
}

.react-datepicker__input-time-container {
    clear: both;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
    width: 100%
}

.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
    -moz-appearance: textfield
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    display: inline-block;
    margin-left: 5px
}

.react-datepicker__time-container {
    border-left: 1px solid #aeaeae;
    float: right;
    width: 85px
}

.react-datepicker__time-container--with-today-button {
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline;
    position: absolute;
    right: -87px;
    top: 0
}

.react-datepicker__time-container .react-datepicker__time {
    background: #fff;
    border-bottom-right-radius: .3rem;
    position: relative
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    border-bottom-right-radius: .3rem;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
    width: 85px
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    box-sizing: content-box;
    height: calc(195px + .85rem);
    list-style: none;
    margin: 0;
    overflow-y: scroll;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    background-color: #f0f0f0;
    cursor: pointer
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: #fff;
    font-weight: 700
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    background-color: transparent;
    cursor: default
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    line-height: 1.7rem;
    margin: .166rem;
    text-align: center;
    width: 1.7rem
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    background-color: #f0f0f0;
    border-radius: .3rem
}

.react-datepicker__day-names,.react-datepicker__week {
    white-space: nowrap
}

.react-datepicker__day-names {
    margin-bottom: -8px
}

.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    line-height: 1.7rem;
    margin: .166rem;
    text-align: center;
    width: 1.7rem
}

.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text {
    cursor: pointer
}

.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover {
    background-color: #f0f0f0;
    border-radius: .3rem
}

.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today {
    font-weight: 700
}

.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted {
    background-color: #3dcc4a;
    border-radius: .3rem;
    color: #fff
}

.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f
}

.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1 {
    color: #f0f
}

.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2 {
    color: green
}

.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays {
    background-color: #ff6803;
    border-radius: .3rem;
    color: #fff;
    position: relative
}

.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay {
    background-color: #333;
    border-radius: 4px;
    bottom: 100%;
    color: #fff;
    left: 50%;
    opacity: 0;
    padding: 4px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: visibility 0s,opacity .3s ease-in-out;
    visibility: hidden;
    white-space: nowrap
}

.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover {
    background-color: #cf5300
}

.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay {
    opacity: 1;
    visibility: visible
}

.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected {
    background-color: #216ba5;
    border-radius: .3rem;
    color: #fff
}

.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected {
    background-color: #bad9f1;
    border-radius: .3rem;
    color: #000
}

.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range) {
    background-color: rgba(33,107,165,.5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled {
    color: #ccc;
    cursor: default
}

.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover {
    background-color: transparent
}

.react-datepicker__input-container {
    display: inline-block;
    position: relative;
    width: 100%
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
    box-sizing: content-box;
    padding: .5rem;
    position: absolute
}

.react-datepicker__view-calendar-icon input {
    padding: 6px 10px 5px 25px
}

.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem;
    position: relative
}

.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover {
    cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
    border-top-color: #b3b3b3
}

.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow {
    right: -16px;
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    left: 25%;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 50%;
    z-index: 1
}

.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover {
    cursor: pointer
}

.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option {
    display: block;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover {
    background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3
}

.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected {
    left: 15px;
    position: absolute
}

.react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: table-cell;
    height: 100%;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle
}

.react-datepicker__close-icon:after {
    background-color: #216ba5;
    border-radius: 50%;
    color: #fff;
    content: "×";
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    height: 16px;
    line-height: 1;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 16px
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    clear: left;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 0;
    text-align: center
}

.react-datepicker__portal {
    align-items: center;
    background-color: rgba(0,0,0,.8);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name {
    line-height: 3rem;
    width: 3rem
}

@media (max-height: 550px),(max-width:400px) {
    .react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name {
        line-height:2rem;
        width: 2rem
    }
}

.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem
}

.react-datepicker__children-container {
    height: auto;
    margin: .4rem;
    padding-left: .2rem;
    padding-right: .2rem;
    width: 13.8rem
}

.react-datepicker__aria-live {
    border: 0;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.react-datepicker__calendar-icon {
    height: 1em;
    vertical-align: -.125em;
    width: 1em
}

[data-rmiz] {
    position: relative
}

[data-rmiz-ghost] {
    pointer-events: none;
    position: absolute
}

[data-rmiz-btn-unzoom],[data-rmiz-btn-zoom] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,.7);
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px hsla(0,0%,100%,.5);
    color: #fff;
    height: 40px;
    margin: 0;
    outline-offset: 2px;
    padding: 9px;
    touch-action: manipulation;
    width: 40px
}

[data-rmiz-btn-zoom]:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

[data-rmiz-btn-zoom] {
    cursor: zoom-in;
    inset: 10px 10px auto auto;
    position: absolute
}

[data-rmiz-btn-unzoom] {
    cursor: zoom-out;
    inset: 20px 20px auto auto;
    position: absolute;
    z-index: 1
}

[data-rmiz-content=found] [data-zoom],[data-rmiz-content=found] [role=img],[data-rmiz-content=found] img,[data-rmiz-content=found] svg {
    cursor: zoom-in
}

[data-rmiz-modal]::-webkit-backdrop {
    display: none
}

[data-rmiz-modal]::backdrop {
    display: none
}

[data-rmiz-modal][open] {
    background: transparent;
    border: 0;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100vw;
    width: 100dvw
}

[data-rmiz-modal-overlay] {
    inset: 0;
    position: absolute;
    transition: background-color .3s
}

[data-rmiz-modal-overlay=hidden] {
    background-color: hsla(0,0%,100%,0)
}

[data-rmiz-modal-overlay=visible] {
    background-color: #fff
}

[data-rmiz-modal-content] {
    height: 100%;
    position: relative;
    width: 100%
}

[data-rmiz-modal-img] {
    cursor: zoom-out;
    image-rendering: high-quality;
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

@media (prefers-reduced-motion:reduce) {
    [data-rmiz-modal-img],[data-rmiz-modal-overlay] {
        transition-duration: .01ms!important
    }
}

body .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.cartStatus,.check-form-area {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    padding: 40px
}

@media(max-width: 767px) {
    .cartStatus,.check-form-area {
        padding:20px
    }
}

.cartStatus table tr:last-child td,.check-form-area table tr:last-child td {
    border-bottom: 0
}

.cartStatus table .MuiTableCell-body,.check-form-area table .MuiTableCell-body {
    padding-left: 0
}

.checkoutWrapper .checkoutCard {
    margin-bottom: 20px
}

.checkoutWrapper .checkoutCard button.collapseBtn {
    background: #fff;
    border: 1px solid #dedddd;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0,0,0,.03);
    color: #272424;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0;
    padding: 0 15px;
    text-align: left;
    text-transform: capitalize
}

.checkoutWrapper .checkoutCard button.collapseBtn i {
    color: #8e8d8a;
    float: right;
    margin-top: 4px
}

.checkoutWrapper .checkoutCard .chCardBody {
    border: 1px solid #f9f9f9;
    padding: 15px
}

.checkoutWrapper .checkoutCard .chCardBody .formSelect div {
    background: transparent;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    height: 27px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0;
    text-transform: capitalize
}

.checkoutWrapper .checkoutCard .chCardBody .checkBox span {
    font-size: 14px;
    letter-spacing: 0
}

.checkoutWrapper .checkoutCard .chCardBody .note>div {
    margin-top: 30px
}

.checkoutWrapper .checkoutCard .chCardBody .note textarea {
    height: 100px!important;
    padding: 0
}

.checkoutWrapper .checkoutCard .chCardBody .paymentMethod {
    display: flex;
    flex-direction: row
}

.checkoutWrapper .checkoutCard .chCardBody .paymentMethod label span {
    font-size: 13px;
    font-weight: 500
}

.checkoutWrapper .checkoutCard .chCardBody label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkoutWrapper .checkoutCard .chCardBody input,.checkoutWrapper .checkoutCard .chCardBody textarea {
    background: transparent;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    height: 25px;
    letter-spacing: 0;
    padding-left: 10px
}

.checkoutWrapper .checkoutCard .chCardBody p {
    color: #555;
    font-size: 14px;
    font-weight: 500
}

.checkoutWrapper .cuponWrap .cuponForm {
    margin-top: 10px
}

.checkoutWrapper .cuponWrap .cuponForm button {
    background-color: #333;
    color: #fff;
    margin-top: 10px;
    padding: 8px 25px
}

.checkoutWrapper .cuponWrap .cuponForm button:hover {
    background-color: #b83806;
    color: #fff
}

.checkoutWrapper .cardType {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px 20px
}

.checkoutWrapper .cardType .cardItem {
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    flex-basis: calc(25% - 10px);
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px;
    padding: 18px 0;
    text-align: center
}

.checkoutWrapper .cardType .cardItem.active {
    background: #f9f9f9
}

.checkoutWrapper .cardType a {
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.ml-15 {
    margin-left: 15px
}

.formFooter button {
    background-color: #333;
    color: #fff;
    padding: 8px 25px
}

.formFooter button:hover {
    background-color: #b83806;
    color: #fff
}

.cart-recived-section .order-top {
    align-items: center;
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px
}

@media(max-width: 767px) {
    .cart-recived-section .order-top {
        padding:20px
    }
}

.cart-recived-section .order-top h2 span {
    color: #888;
    display: block;
    font-family: Jost,sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px
}

.cart-recived-section .cartStatus {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    margin-top: 40px;
    padding: 40px
}

@media(max-width: 767px) {
    .cart-recived-section .cartStatus {
        padding:20px
    }
}

.cart-recived-section .cartStatus .cartTotals h4 {
    font-family: Jost,sans-serif
}

.cart-recived-section .cartStatus .cartTotals img {
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    width: 80px
}

.cart-recived-section .cartStatus .cartTotals tr:last-child td {
    border-bottom: 0
}

.cart-recived-section .cartStatus .MuiTableCell-body {
    padding-left: 0
}

.loginWrapper .loginForm {
    position: relative;
    z-index: 1
}

.loginWrapper .loginForm .shape-img {
    height: 80%;
    left: 50%;
    opacity: .05;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: -1
}

.loginWrapper .loginForm .shape-img .fi:before {
    font-size: 300px
}

@media(max-width: 575px) {
    .loginWrapper .loginForm .shape-img .fi:before {
        font-size:200px
    }
}

@media(max-width: 445px) {
    .loginWrapper .loginForm {
        padding:70px 15px!important;
        position: relative
    }
}

.loginWrapper .loginForm .formAction {
    align-items: center
}

@media(max-width: 575px) {
    .loginWrapper .loginForm .formAction label span {
        font-size:13px
    }
}

.loginWrapper .loginForm .formAction a {
    font-size: 16px
}

@media(max-width: 445px) {
    .loginWrapper .loginForm .loginWithSocial {
        width:185px!important
    }
}

.loginWrapper .MuiInputLabel-outlined.MuiInputLabel-shrink {
    -webkit-transform: translate(14px,-10px) scale(.75);
    transform: translate(14px,-10px) scale(.75)
}

.loginWrapper .errorMessage {
    color: red;
    margin-top: 3px
}

.cBtnTheme {
    background: #a993b2;
    background-color: #a993b2!important;
    color: #fff!important
}

.Toastify__toast-body {
    font-size: 14px
}

.loginWrapper {
    background: #f9f9f9;
    display: flex;
    min-height: 100vh;
    padding: 80px 0
}

.loginWrapper .loginForm {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    margin: auto;
    max-width: 90%;
    padding: 70px 50px;
    width: 500px
}

.loginWrapper .loginForm>h2 {
    margin-bottom: 20px;
    text-align: center
}

.loginWrapper .loginForm>p {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center
}

.loginWrapper .loginForm form .inputOutline label {
    background: #fff;
    font-size: 16px;
    padding: 0 10px 0 0
}

.loginWrapper .loginForm form .inputOutline input {
    font-size: 13px;
    letter-spacing: 0
}

.loginWrapper .loginForm form .inputOutline input::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input::-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm .formAction {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.loginWrapper .loginForm .formAction label span {
    font-size: 14px
}

.loginWrapper .loginForm .formAction label span svg {
    height: 1.2em;
    width: 1.2em
}

.loginWrapper .loginForm .formAction a {
    color: #246fea;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    transition: all .3s ease 0s
}

.loginWrapper .loginForm .formFooter {
    display: flex;
    margin-top: 20px
}

.loginWrapper .loginForm .loginWithSocial {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 320px
}

.loginWrapper .loginForm .loginWithSocial button {
    background: #3b5998;
    border-radius: 3px;
    color: #fff;
    display: block;
    flex: 1 1;
    font-size: 14px;
    margin: 5px;
    min-width: unset;
    padding: 4px 9px;
    text-align: center
}

.loginWrapper .loginForm .loginWithSocial button.facebook {
    background: #3b5998
}

.loginWrapper .loginForm .loginWithSocial button.twitter {
    background: #55acee
}

.loginWrapper .loginForm .loginWithSocial button.linkedin {
    background: #0077b5
}

.loginWrapper .loginForm .noteHelp {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 20px;
    text-align: center
}

.loginWrapper .loginForm .noteHelp a {
    color: #0077b5;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0,0%,100%,.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left:0;
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end:10px;width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius:0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: hsla(0,0%,100%,.7);
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,.Toastify__close-button:hover {
    opacity: 1
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0,110%,0);
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0,110%,0);
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0,-110%,0);
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0,-110%,0);
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: monallesia;
    font-style: normal;
    font-weight: 400;
    src: url(../../static/media/monallesiascript.6a95e70a315bb0583971.woff2) format("woff2"),url(../../static/media/monallesiascript.872dd9aabd8f2b275967.woff) format("woff")
}

html {
    font-size: 15px
}

:root {
    scroll-behavior: unset
}

body {
    background-color: #fff;
    color: #707070;
    font-family: Mulish,sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    overflow-x: hidden
}

@media(max-width: 767px) {
    body {
        font-size:14px
    }
}

p {
    color: #707070;
    font-size: 18px;
    /*line-height: 1.8em*/
}

h1,h2,h3,h4,h5,h6 {
    color: #242424;
    font-family: monallesia;
    font-weight: 400
}

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

a {
    transition: all .2s
}

a,a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.wpo-box-style {
    padding: 0 100px
}

@media(max-width: 1700px) {
    .wpo-box-style {
        padding:0 30px
    }
}

@media(max-width: 991px) {
    .wpo-box-style {
        padding:0 30px
    }
}

@media(max-width: 575px) {
    .wpo-box-style {
        padding:0
    }
}

@media(min-width: 1400px) {
    .container {
        max-width:1326px
    }
}

.hidden {
    display: none
}

.sr-only {
    display: none!important;
    opacity: 0;
    visibility: hidden
}

.page-wrapper {
    overflow: hidden;
    position: relative
}

@media(max-width: 575px) {
    .page-wrap {
        overflow:hidden
    }
}

.wow {
    visibility: hidden
}

.fi:before {
    margin: 0
}

.section-bg {
    background: #f5f5f5!important
}

.section-padding {
    padding: 120px 0
}

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

@media(max-width: 767px) {
    .section-padding {
        padding:80px 0
    }
}

@media(max-width: 575px) {
    .section-padding {
        padding:60px 0
    }
}

.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
    }
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px!important;
    width: 100%!important
}

.contact-validation-active label.error {
    color: red;
    display: block;
    font-size: 1.0666666667rem;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left
}

.contact-validation-active #c-loader,.contact-validation-active #loader {
    display: none;
    margin-top: 10px
}

.contact-validation-active #c-loader i,.contact-validation-active #loader i {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    color: #b5a2bd;
    display: inline-block;
    font-size: 30px;
    font-size: 2rem
}

.contact-validation-active #c-error,.contact-validation-active #c-success,.contact-validation-active #error,.contact-validation-active #success {
    color: #fff;
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    width: 100%
}

@media(max-width: 767px) {
    .contact-validation-active #c-error,.contact-validation-active #c-success,.contact-validation-active #error,.contact-validation-active #success {
        font-size:15px
    }
}

.contact-validation-active #c-success,.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

.contact-validation-active #c-error,.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rotating {
    -webkit-animation: rotating 5s infinite alternate;
    animation: rotating 5s infinite alternate
}

.back-to-top {
    background-color: rgba(181,162,189,.7);
    border: 2px solid #b5a2bd;
    border-radius: 45px;
    bottom: 15px;
    display: none;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all .2s;
    width: 45px;
    z-index: 999
}

@media(max-width: 991px) {
    .back-to-top {
        height:35px;
        line-height: 35px;
        width: 35px
    }
}

.back-to-top:hover {
    background-color: #b5a2bd
}

.back-to-top i {
    color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.mfp-wrap {
    background-color: rgba(0,0,0,.9);
    z-index: 99999
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.fancybox-overlay {
    background: rgba(0,0,0,.9);
    z-index: 9999!important
}

.fancybox-wrap {
    z-index: 99999!important
}

.mouse-circle {
    background-color: #f2c94c;
    border-radius: 100%;
    height: 10px;
    left: -10px;
    position: fixed;
    top: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 10px;
    z-index: 1;
    z-index: 10000
}

.mouse-circle.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mouse-circle-follow {
    border: 1px solid #f2c94c;
    border-radius: 100%;
    height: 40px;
    left: -25px;
    pointer-events: none;
    position: fixed;
    top: -25px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    z-index: 1;
    z-index: 10000
}

.mouse-circle-follow.active {
    -webkit-transform: scale(3);
    transform: scale(3)
}

.errorMessage {
    color: red
}

.MuiDialog-paperWidthSm {
    max-width: 900px!important
}

.quickview-dialog {
    z-index: 999999!important
}

.modal-body iframe {
    height: 500px;
    width: 800px
}

@media(max-width: 991px) {
    .modal-body iframe {
        width:500px
    }
}

@media(max-width: 600px) {
    .modal-body iframe {
        width:100%
    }
}

.MuiDialogTitle-root {
    padding-bottom: 0!important
}

.MuiPaper-root .event-close-btn {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 11
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 1px 13.5px 1.5px rgba(46,49,108,.08);
    padding: 10px
}

.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    color: #454545;
    font-weight: 400;
    text-align: center
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    background: #7f91a6;
    border: 1px solid #e3d9d9;
    color: #fff
}

.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active {
    background: #b5a2bd;
    border: 1px solid #b5a2bd;
    color: #fff;
    font-weight: 400
}

.react-datepicker__header {
    background-color: #242424;
    border-bottom: 1px solid #242424;
    padding: 15px 0
}

.react-datepicker__tab-loop {
    position: relative;
    z-index: 999
}

.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month,.react-datepicker__day-name {
    color: #fff
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-bottom-color: #242424
}

.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name {
    line-height: 1.8rem;
    width: 1.8rem
}

.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected {
    background-color: #242424
}

.wpo-section-title,.wpo-section-title-s2 {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width: 767px) {
    .wpo-section-title,.wpo-section-title-s2 {
        margin-bottom:40px
    }
}

.wpo-section-title h4,.wpo-section-title-s2 h4 {
    color: #939580;
    font-size: 35px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center
}

@media(max-width: 767px) {
    .wpo-section-title h4,.wpo-section-title-s2 h4 {
        font-size:25px;
        line-height: 42px;
        margin-bottom: 0
    }
}

@media(max-width: 575px) {
    .wpo-section-title h4,.wpo-section-title-s2 h4 {
        font-size:18px
    }
}

.wpo-section-title h2,.wpo-section-title-s2 h2 {
    color: #242424;
    display: inline-block;
    font-family: Mulish,sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    margin: 10px 0 0;
    padding-bottom: 20px;
    position: relative
}

.wpo-section-title h2:after,.wpo-section-title-s2 h2:after {
    background: #f3e1db;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    left: -10%;
    position: absolute;
    width: 120%
}

.wpo-section-title h2:before,.wpo-section-title-s2 h2:before {
    background: #f3e1db;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%
}

@media(max-width: 767px) {
    .wpo-section-title h2,.wpo-section-title-s2 h2 {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 575px) {
    .wpo-section-title h2,.wpo-section-title-s2 h2 {
        font-size:25px;
        margin-top: 0
    }
}

.wpo-section-title p,.wpo-section-title-s2 p {
    font-size: 18px
}

.wpo-section-title-s2 .section-title-img .round-ball {
    border: 1px solid #b5a2bd;
    border-radius: 50%;
    height: 15px;
    left: 50%;
    position: absolute;
    top: -5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px
}

.wpo-section-title-s2 .section-title-img:after,.wpo-section-title-s2 .section-title-img:before {
    width: 144px
}

@media(max-width: 575px) {
    .wpo-section-title-s2 .section-title-img:after,.wpo-section-title-s2 .section-title-img:before {
        width:80px
    }
}

.theme-btn,.theme-btn-s3,.theme-btn-s4,.view-cart-btn {
    -webkit-backface-visibility: hidden;
    background: #b5a2bd;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 45px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 1
}

.theme-btn-s3.theme-btn-s3,.theme-btn-s4.theme-btn-s3,.theme-btn.theme-btn-s3 {
    background: #fff;
    color: #b5a2bd
}

.theme-btn-s3.theme-btn-s3:after,.theme-btn-s4.theme-btn-s3:after,.theme-btn.theme-btn-s3:after {
    border: 1px solid #fff
}

.theme-btn-s3.theme-btn-s4,.theme-btn-s4.theme-btn-s4,.theme-btn.theme-btn-s4 {
    background: #b5a2bd;
    color: #fff
}

.theme-btn-s3.theme-btn-s4:after,.theme-btn-s4.theme-btn-s4:after,.theme-btn.theme-btn-s4:after {
    border: 1px solid #b5a2bd
}

.theme-btn-s3:active,.theme-btn-s3:focus,.theme-btn-s3:hover,.theme-btn-s4:active,.theme-btn-s4:focus,.theme-btn-s4:hover,.theme-btn:active,.theme-btn:focus,.theme-btn:hover,.view-cart-btn:active,.view-cart-btn:focus,.view-cart-btn:hover {
    background: #a28aac;
    color: #fff
}

.theme-btn-s3:hover:after,.theme-btn-s4:hover:after,.theme-btn:hover:after,.view-cart-btn:hover:after {
    opacity: 1
}

@media(max-width: 991px) {
    .theme-btn,.theme-btn-s3,.theme-btn-s4,.view-cart-btn {
        font-size:18px;
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .theme-btn,.theme-btn-s3,.theme-btn-s4,.view-cart-btn {
        font-size:14px;
        padding: 12px 18px
    }
}

.theme-btn-s2 {
    -webkit-backface-visibility: hidden;
    background: #767a90;
    border: 0;
    color: #242424;
    display: inline-block;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 45px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s;
    z-index: 1
}

@media(max-width: 991px) {
    .theme-btn-s2 {
        font-size:14px;
        font-size: .9333333333rem
    }
}

.theme-btn-s2:active,.theme-btn-s2:focus,.theme-btn-s2:hover {
    background: #caa6c7;
    color: #242424
}

@media(max-width: 767px) {
    .theme-btn-s2 {
        font-size:13px;
        padding: 12px 18px
    }
}

.theme-btn-s4:hover {
    background: #a790b0
}

.theme-btn-s4:hover:after {
    border: 1px solid #a790b0
}

.view-cart-btn {
    background: #b5a2bd;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 10px 45px;
    text-transform: capitalize
}

.view-cart-btn:after {
    display: none
}

.view-cart-btn:hover {
    background-color: #a28aac
}

.view-cart-btn.s1 {
    background: rgba(181,162,189,.2);
    color: #242424
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9
}

.form input,.form select,.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal;
    outline: 0
}

.form input:focus,.form select:focus,.form textarea:focus {
    border-color: #b5a2bd;
    -o-box-shadow: 0 0 5px 0 #cdc0d2;
    -ms-box-shadow: 0 0 5px 0 #cdc0d2;
    box-shadow: 0 0 5px 0 #cdc0d2
}

.form ::-webkit-input-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form :-moz-placeholder,.form ::-moz-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form :-ms-input-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form select {
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgB7dBLDYAwEEXRJ6ESKgUpSEACEnAATpCABCQgYXhNuuiiadPfqnOSWTVzkw6gJiMil+SdJUHDeRMx92ZQggtLImhRg4tHJLajBQNPELvRyn2P8/m7WfTA0MZZodRYP3NwplwTkLUHAAAAAElFTkSuQmCC) no-repeat 100%;
    cursor: pointer;
    display: inline-block;
    font-style: normal
}

.form select::-ms-expand {
    display: none
}

.form ::-webkit-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;
    height: 35px;
    margin-right: 1px;
    width: 35px
}

.social-links li a {
    background-color: #cdc0d2;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.social-links li a:hover {
    background-color: #b5a2bd
}

.wpo-page-title {
    background: url(../../static/media/page-title.d33e3170aebde8df1699.jpg) no-repeat top/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .wpo-page-title {
        min-height:250px
    }
}

.wpo-page-title .frame-shape-1 {
    bottom: -85px;
    left: -50px;
    position: absolute;
    z-index: -1
}

@media(max-width: 1199px) {
    .wpo-page-title .frame-shape-1 {
        bottom:-65px;
        left: -40px
    }
}

@media(max-width: 767px) {
    .wpo-page-title .frame-shape-1 {
        bottom:-30px;
        left: -30px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .frame-shape-1 {
        bottom:-25px;
        left: -15px
    }
}

@media(max-width: 1199px) {
    .wpo-page-title .frame-shape-1 img {
        max-width:300px
    }
}

@media(max-width: 767px) {
    .wpo-page-title .frame-shape-1 img {
        max-width:200px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .frame-shape-1 img {
        max-width:120px
    }
}

.wpo-page-title .frame-shape-2 {
    position: absolute;
    right: -50px;
    top: -85px;
    z-index: -1
}

@media(max-width: 1199px) {
    .wpo-page-title .frame-shape-2 img {
        max-width:300px
    }
}

@media(max-width: 767px) {
    .wpo-page-title .frame-shape-2 img {
        max-width:200px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .frame-shape-2 img {
        max-width:120px
    }
}

@media(max-width: 1199px) {
    .wpo-page-title .frame-shape-2 {
        right:-40px;
        top: -65px
    }
}

@media(max-width: 767px) {
    .wpo-page-title .frame-shape-2 {
        right:-30px;
        top: -30px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .frame-shape-2 {
        right:-15px;
        top: -25px
    }
}

.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
    color: #242424;
    font-size: 45px;
    font-weight: 400;
    line-height: 57px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap h2 {
        font-size:30px;
        line-height: 55px;
        margin-bottom: 10px
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol {
    margin-bottom: 0;
    padding-left: 0
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
    color: #707070;
    display: inline-block;
    font-size: 20px;
    padding: 0 15px;
    position: relative
}

@media(max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
        font-size:18px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
        font-size:16px;
        padding: 0 10px
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
    background: #707070;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
    color: #cbd4fd
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
    display: none
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
    color: #707070;
    font-size: 20px;
    transition: all .3s
}

@media(max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li a {
        font-size:18px
    }
}

@media(max-width: 575px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li a {
        font-size:16px
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
    color: #b5a2bd
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left:45px
    }
}

@media(max-width: 991px) {
    .blog-sidebar {
        margin-top:80px;
        max-width: 400px
    }
}

@media(max-width: 767px) {
    .blog-sidebar {
        margin-top:60px;
        max-width: 400px
    }
}

.blog-sidebar .widget h3 {
    color: #242424;
    font-family: Mulish,sans-serif;
    font-size: 23px;
    font-size: 1.5333333333rem;
    font-weight: 600;
    margin: 0 0 1.3em;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize
}

.blog-sidebar .widget h3:before {
    background-color: #b5a2bd;
    left: 0;
    width: 55px
}

.blog-sidebar .widget h3:after,.blog-sidebar .widget h3:before {
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute
}

.blog-sidebar .widget h3:after {
    background-color: #f2f2f2;
    left: 65px;
    width: 80%
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px
}

.blog-sidebar .search-widget form div {
    position: relative
}

.blog-sidebar .search-widget input {
    background-color: #f9f7f6;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.0666666667rem;
    height: 70px;
    padding: 6px 50px 6px 20px;
    transition: all .3s
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(181,162,189,.1)
}

.blog-sidebar .search-widget form button {
    background: transparent;
    background-color: #b5a2bd;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-size: 1.3333333333rem;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px
}

.blog-sidebar .about-widget {
    background-color: #f9f7f6;
    padding: 45px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding:35px
    }
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%
}

.blog-sidebar .about-widget ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0
}

.blog-sidebar .about-widget ul li a {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 40px
}

.blog-sidebar .about-widget h4 {
    font-family: Mulish,sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px
}

.blog-sidebar .about-widget p {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 1.2em
}

.blog-sidebar .about-widget a {
    color: #242424;
    font-family: monallesia;
    font-size: 14px;
    font-size: .9333333333rem;
    text-decoration: underline
}

.blog-sidebar .about-widget a:hover {
    color: #b5a2bd
}

.blog-sidebar .category-widget ul {
    list-style: none
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.2666666667rem;
    position: relative
}

@media(max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size:16px;
        font-size: 1.0666666667rem
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
    padding-top: 12px
}

.blog-sidebar .category-widget ul a {
    color: #474f62;
    display: block;
    font-size: 16px
}

.blog-sidebar .category-widget ul a span {
    background-color: #f9f7f6;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

@media(max-width: 767px) {
    .blog-sidebar .category-widget ul a span {
        font-size:14px;
        font-size: .9333333333rem
    }
}

.blog-sidebar .category-widget ul a:hover,.blog-sidebar .category-widget ul li:hover:before {
    color: #b5a2bd
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px
}

.blog-sidebar .recent-post-widget .post .img-holder {
    float: left;
    width: 90px
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 6px
}

.blog-sidebar .recent-post-widget .post .details {
    float: left;
    padding-left: 20px;
    width: calc(100% - 90px)
}

.blog-sidebar .recent-post-widget .post h4 {
    font-family: Mulish,sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 .3em
}

@media(max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin:0
    }
}

@media(max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size:16px;
        font-size: 1.0666666667rem
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    color: #242424;
    display: inline-block
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #b5a2bd
}

.blog-sidebar .recent-post-widget .post .details .date {
    color: #707070;
    font-size: 16px;
    font-size: 1.0666666667rem
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px
}

.blog-sidebar .wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.blog-sidebar .wpo-instagram-widget ul li {
    flex: 0 0 33.33%;
    margin-bottom: 5px;
    max-width: 33.33%;
    padding: 0 3px
}

.blog-sidebar .wpo-instagram-widget ul li img {
    border-radius: 6px;
    height: 100px;
    object-fit: cover;
    width: 100%
}

.blog-sidebar .tag-widget ul {
    list-style: none;
    overflow: hidden
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
    background: #f9f7f6;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding: 5px 18px;
    text-transform: capitalize
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #b5a2bd;
    color: #fff
}

.blog-sidebar .wpo-contact-widget {
    background-size: cover;
    border: 0;
    padding: 30px 40px;
    position: relative;
    z-index: 1
}

.blog-sidebar .wpo-contact-widget:before {
    background: rgba(22,57,103,.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width: 1200px) {
    .blog-sidebar .wpo-contact-widget {
        padding:20px
    }
}

.blog-sidebar .wpo-contact-widget h2 {
    color: #fff;
    font-family: Mulish,sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.blog-sidebar .wpo-contact-widget h2:before {
    left: 28px
}

.blog-sidebar .wpo-contact-widget p {
    color: #fff;
    font-size: 18px
}

.blog-sidebar .wpo-contact-widget a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 90px 10px 20px;
    position: relative
}

.blog-sidebar .wpo-contact-widget a:before {
    content: "";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

@media(max-width: 991px) {
    .wpo-shop-sidebar {
        margin-top:50px
    }
}

.wpo-shop-sidebar .widget h3 {
    font-family: Mulish,sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1.5em;
    position: relative;
    text-transform: none;
    text-transform: uppercase
}

.wpo-shop-sidebar>.widget+.widget {
    margin-top: 65px
}

.wpo-shop-sidebar .search-widget form div {
    position: relative
}

.wpo-shop-sidebar .search-widget input {
    border: 1px solid #e4ebf2;
    font-size: 14px;
    font-size: .9333333333rem;
    height: 60px;
    padding: 10px;
    width: 100%
}

.wpo-shop-sidebar .search-widget input:focus {
    border-color: #b5a2bd;
    outline: none
}

.wpo-shop-sidebar .search-widget form button {
    background-color: #b5a2bd;
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 60px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

.wpo-shop-sidebar .search-widget form button i {
    font-size: 18px;
    font-size: 1.2rem
}

.wpo-shop-sidebar .widget_price_filter .ui-corner-all,.wpo-shop-sidebar .widget_price_filter .ui-corner-bottom,.wpo-shop-sidebar .widget_price_filter .ui-corner-br,.wpo-shop-sidebar .widget_price_filter .ui-corner-right {
    border-radius: 30px
}

.wpo-shop-sidebar .widget_price_filter .filter-price {
    font-size: 14px;
    position: relative
}

.wpo-shop-sidebar .widget_price_filter .filter-price input {
    border: 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    width: auto
}

.wpo-shop-sidebar .widget_price_filter .filter-price input:focus {
    border: 0;
    outline: none
}

.wpo-shop-sidebar .widget_price_filter .filter-price button {
    background: transparent;
    border: 0;
    color: #b5a2bd;
    display: inline-block;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: underline;
    text-transform: uppercase;
    z-index: 9
}

.wpo-shop-sidebar .widget_price_filter .filter-price button:active,.wpo-shop-sidebar .widget_price_filter .filter-price button:focus,.wpo-shop-sidebar .widget_price_filter .filter-price button:hover {
    text-decoration: underline
}

.wpo-shop-sidebar .widget_price_filter .filter-price #amount {
    color: #000
}

.wpo-shop-sidebar .widget_price_filter #slider-range {
    background: #e9e9e9;
    border: 0;
    border-radius: 50px;
    height: 3px;
    margin-bottom: 25px;
    margin-left: 8px;
    padding: 0
}

.wpo-shop-sidebar .widget_price_filter .ui-state-default,.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
    background: #caa6c7;
    border: none;
    height: 10px;
    top: -4px;
    width: 10px
}

.wpo-shop-sidebar .widget_price_filter .ui-state-default:focus,.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
    outline: none
}

.wpo-shop-sidebar .widget_price_filter .ui-widget-header {
    background: #caa6c7
}

.wpo-shop-sidebar .widget_product_categories,.wpo-shop-sidebar .woocommerce-widget-layered-nav {
    font-family: Mulish,sans-serif
}

.wpo-shop-sidebar .widget_product_categories .product-categories a,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list a,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories a,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list a {
    color: #707070
}

.wpo-shop-sidebar .widget_product_categories .product-categories,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
    list-style: none
}

.wpo-shop-sidebar .widget_product_categories .product-categories li,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
    border-bottom: 1px solid #ebebeb;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.wpo-shop-sidebar .widget_product_categories .product-categories li:first-child,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:first-child,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:first-child,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:first-child {
    margin-top: 0
}

.wpo-shop-sidebar .widget_product_categories .product-categories li:last-child,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:last-child,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:last-child,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 500;
    position: relative
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover {
    color: #000;
    text-decoration: underline
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover:before,.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover:before,.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover:before,.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover:before {
    border-color: #000
}

.widget_best-seller .wpo-best-seller-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.widget_best-seller .wpo-best-seller-item:last-child {
    margin-bottom: 0
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text {
    margin-left: 20px
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
    color: #707070;
    font-family: Mulish,sans-serif;
    font-size: 18px;
    font-weight: 600
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
    color: #8d8d8d;
    font-size: 16px
}

.wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.wpo-instagram-widget ul li {
    flex: 0 0 50%;
    margin-bottom: 5px;
    max-width: 50%;
    padding: 0 3px
}

.wpo-instagram-widget ul li img {
    width: 100%
}

.pagination-wrapper {
    margin-top: 60px;
    text-align: center
}

@media(max-width: 991px) {
    .pagination-wrapper {
        margin-top:40px;
        text-align: left
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    list-style-type: none;
    overflow: hidden;
    text-align: center
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}

@media(max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right:5px
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    background: #f3eff5;
    color: #242424;
    display: block;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 50px
}

@media(max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        font-size:15px;
        font-size: 1rem;
        height: 40px;
        line-height: 40px;
        width: 40px
    }
}

.pagination-wrapper .pg-pagination .active a,.pagination-wrapper .pg-pagination li a:hover {
    background: #b5a2bd;
    border-color: #b5a2bd;
    color: #fff
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem
}

.pagination-wrapper-left {
    text-align: left
}

.pagination-wrapper-right {
    text-align: right
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right:50px
    }
}

@media(max-width: 991px) {
    .pagination-wrapper-right {
        margin-top:45px;
        text-align: left
    }
}

.topbar {
    background: #b5a2bd;
    padding: 0 60px
}

@media(max-width: 1399px) {
    .topbar {
        padding:0 10px
    }
}

@media(max-width: 991px) {
    .topbar {
        padding:0;
        text-align: center
    }
}

@media(max-width: 767px) {
    .header-style-1 {
        padding:20px 0;
        text-align: center
    }
}

.topbar {
    color: #e5e3e3;
    font-size: 16px;
    margin: 0
}

.topbar ul {
    float: right;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .topbar ul {
        align-items:center;
        display: inline-block;
        display: flex;
        float: none;
        justify-content: center
    }
}

.topbar ul li {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 1em;
    padding: 15px 10px
}

@media(max-width: 991px) {
    .topbar ul li {
        padding:15px 10px
    }
}

.topbar .contact-info ul li a {
    color: #fff
}

.topbar .contact-info ul li a:hover {
    color: #b5a2bd
}

.topbar ul li:first-child {
    padding-left: 0
}

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .topbar .contact-intro ul {
        float:none
    }
}

@media(max-width: 1200px) {
    .topbar ul li {
        font-size:12px;
        padding: 15px 10px
    }
}

@media(max-width: 991px) {
    .topbar ul li {
        font-size:13px
    }

    .topbar {
        padding: 10px 0
    }
}

@media(max-width: 767px) {
    .topbar ul li {
        border:none;
        float: left;
        font-size: 13px;
        padding: 8px 6px
    }
}

@media(max-width: 590px) {
    .topbar ul li {
        float:none
    }

    .topbar .contact-info ul li {
        float: left
    }

    .topbar ul {
        flex-wrap: wrap
    }
}

.topbar .theme-btn-s2 {
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    padding: 15px 20px
}

.topbar ul .fi {
    display: inline-block;
    padding-right: 6px;
    position: relative;
    top: 2px
}

.topbar ul .fi:before {
    color: #fff;
    font-size: 15px;
    font-size: 1rem
}

.wpo-site-header {
    background-color: #fff
}

@media(min-width: 1500px) {
    .wpo-site-header {
        padding:0 80px
    }
}

.wpo-site-header .navigation {
    background-color: #fff
}

.navbar-header .navbar-brand {
    color: #b5a2bd;
    font-family: monallesia;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.navbar-header .navbar-brand:hover {
    color: #b5a2bd
}

@media(max-width: 991px) {
    .navbar-header .navbar-brand img {
        max-width:150px
    }
}

.sticky-header {
    box-shadow: 0 -5px 15px rgba(8,106,216,.29);
    top: -400px;
    transition: all 1s;
    visibility: hidden
}

.sticky-on {
    visibility: visible
}

.wpo-site-header .row {
    width: 100%
}

.wpo-site-header #navbar>ul li a.active,.wpo-site-header #navbar>ul li a:hover {
    color: #b5a2bd;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        justify-content:center
    }

    .wpo-site-header #navbar li,.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        opacity: 1;
        top: 100%;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
        -moz-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
        -o-transform: scaleY(100%);
        visibility: visible
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        opacity: 1;
        visibility: visible
    }
}

.wpo-site-header .container-fluid {
    padding-right: 0
}

.wpo-site-header .header-right button.btn {
    background: none;
    border: 0;
    outline: 0;
    padding: 0
}

.wpo-site-header .header-right button.btn i {
    color: #323232
}

@media(max-width: 991px) {
    .wpo-site-header .container {
        max-width:100%;
        width: 100%
    }

    .wpo-site-header .header-right {
        right: -10px
    }

    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
        width: 20px
    }

    .wpo-site-header .navbar-header button span:last-child {
        margin: 0
    }
}

.wpo-site-header #navbar ul {
    list-style: none
}

@media(max-width: 991px)and (max-width:991px) {
    .wpo-site-header #navbar {
        opacity:1;
        top: 0;
        visibility: visible
    }
}

@media(max-width: 991px) {
    .wpo-site-header #navbar>ul {
        z-index:101
    }

    .wpo-site-header #navbar ul a {
        color: #000
    }

    .wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a {
        color: #b5a2bd
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0
    }

    .wpo-site-header .x-close .first-angle {
        left: 10px;
        position: absolute;
        top: 16px;
        -webkit-transform: rotate(-44deg)
    }

    .wpo-site-header .x-close .last-angle {
        position: absolute;
        right: 10px;
        top: 16px;
        -webkit-transform: rotate(44deg)
    }

    .wpo-site-header .navbar-collapse.collapse {
        display: none
    }

    .wpo-site-header .navbar-collapse.collapse.in,.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle {
        display: block
    }

    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        text-align: center;
        z-index: 99
    }

    .wpo-site-header .navbar-nav,.wpo-site-header .navbar-nav>li,.wpo-site-header .navbar-right {
        float: none
    }
}

.wpo-site-header .header-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 991
}

.wpo-site-header .header-right button {
    border: 0;
    outline: 0;
    padding: 0
}

.wpo-site-header .header-right>div {
    float: left;
    margin-right: 8px;
    position: relative
}

.wpo-site-header .header-right .close-form .theme-btn,.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 25px
}

@media(max-width: 1400px) {
    .wpo-site-header .header-right .close-form .theme-btn,.wpo-site-header .header-right .close-form .view-cart-btn {
        font-size:15px;
        padding: 10px 15px
    }
}

@media(max-width: 450px) {
    .wpo-site-header .header-right>div {
        margin-right:10px
    }

    .wpo-site-header .header-right {
        right: -30px
    }
}

.wpo-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative
}

@media(max-width: 767px) {
    .wpo-site-header .header-right>div:last-child {
        margin:3px 0 0 10px
    }
}

.wpo-site-header .header-right .header-search-form-wrapper {
    position: relative
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px
}

@media(max-width: 450px) {
    .wpo-site-header .header-right .cart-toggle-btn {
        display:none
    }
}

.wpo-site-header .header-right .cart-toggle-btn,.wpo-site-header .header-right .search-toggle-btn {
    background: none;
    color: #242424
}

.wpo-site-header .header-right .cart-toggle-btn .fi:before,.wpo-site-header .header-right .search-toggle-btn .fi:before {
    font-size: 25px
}

.wpo-site-header .header-right .cart-toggle-btn .ti-close,.wpo-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px
}

.wpo-site-header .header-right .search-toggle-btn .fi:before {
    font-size: 20px
}

.cart-search-contact button {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0
}

.cart-search-contact .fi {
    color: #242424;
    font-size: 30px;
    font-size: 2rem
}

.cart-search-contact>div {
    float: left;
    position: relative
}

.cart-search-contact>div+div {
    margin-left: 12px
}

.cart-search-contact .header-search-form {
    background: #fff;
    border-radius: 6px;
    box-shadow: -2px 18px 40px -9px #999;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .5s;
    visibility: hidden;
    width: 350px
}

@media(max-width: 991px) {
    .cart-search-contact .header-search-form {
        top:65px
    }
}

@media(max-width: 767px) {
    .cart-search-contact .header-search-form {
        right:15px
    }
}

@media(max-width: 575px) {
    .cart-search-contact .header-search-form {
        padding:15px;
        width: 260px
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.2rem
}

.cart-search-contact form div {
    position: relative
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-search-contact form div button .fi:before {
    font-size: 18px!important
}

.cart-search-contact input {
    border: 1px solid #f3ece9;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 6px 20px;
    width: 100%
}

.cart-search-contact input:focus {
    border-color: #b5a2bd;
    box-shadow: none
}

.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.mini-cart .cart-count {
    background: #b5a2bd;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-size: .6666666667rem;
    font-weight: 600;
    height: 19px;
    line-height: 17px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 19px
}

.mini-cart-content {
    background: #fff;
    box-shadow: -2px 18px 40px -9px #999;
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -320px;
    top: 0;
    transition: all .5s;
    visibility: hidden;
    width: 320px;
    z-index: 100
}

@media(max-width: 575px) {
    .mini-cart-content {
        width:290px
    }
}

.mini-cart-content .mini-cart-close {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-size: 0;
    height: 40px;
    line-height: 54px;
    overflow: hidden;
    position: relative;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 40px
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px
}

.mini-cart-content p {
    color: #242424;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px
}

.mini-cart-content .mini-cart-item {
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding-top: 15px
}

.mini-cart-content .mini-cart-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.mini-cart-content .mini-cart-item-image {
    border: 2px solid #f3f3f3;
    float: left;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.mini-cart-content .mini-cart-item-image a,.mini-cart-content .mini-cart-item-image img {
    display: block;
    height: 46px;
    width: 46px
}

.mini-cart-content .mini-cart-item-des {
    overflow: hidden;
    position: relative
}

.mini-cart-content .mini-cart-item-des a {
    color: #242424;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    text-align: left
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: #b5a2bd
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    color: #888;
    display: block;
    font-size: 13px;
    font-size: .8666666667rem;
    margin-top: 3px
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: 6px
}

.mini-cart-content .visible-icon {
    height: 300px;
    left: 50%;
    opacity: .02;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 300px;
    z-index: -1
}

.mini-cart-content .mini-cart-action {
    bottom: 0;
    left: 50%;
    padding: 20px 0 30px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    align-items: center;
    color: #242424;
    display: block;
    display: flex;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 30px
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #caa6c7;
    font-size: 20px
}

.mini-cart-content-toggle,.mini-wislist-content-toggle {
    opacity: 1;
    right: 0;
    visibility: visible
}

@media(max-width: 991px) {
    .page-wrapper {
        transition:all .3s
    }

    .body-overlay:before {
        background: rgba(0,0,0,.9);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 100%;
        z-index: 10
    }
}

.header-search-area {
    background: #fff;
    left: 0;
    padding: 100px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em
}

.header-search-area form {
    position: relative
}

.header-search-area input {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-size: 1.2rem;
    height: 50px
}

.header-search-area input:focus {
    border-color: #b5a2bd;
    box-shadow: none
}

.header-search-area form button {
    background: transparent;
    border: 0;
    bottom: 10px;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0
}

.header-search-area form button:focus {
    border: none;
    outline: none
}

.header-search-area .close-form {
    border-bottom: 1px solid;
    bottom: auto;
    padding-bottom: 5px;
    position: absolute;
    right: 35px;
    top: 35px
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    color: #000;
    font-size: 13px;
    font-size: .86667rem;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    z-index: 99
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0
}

.wpo-site-header {
    position: relative;
    z-index: 99
}

@media(max-width: 991px) {
    .wpo-site-header {
        position:relative
    }
}

.wpo-site-header .navigation {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.wpo-site-header .navigation.sticky-header {
    background: #fff
}

.wpo-site-header .navigation>.container {
    position: relative
}

@media(max-width: 991px) {
    .wpo-site-header .navigation {
        padding:20px 0
    }
}

.wpo-site-header #navbar {
    transition: all .5s
}

.wpo-site-header #navbar>ul li a:hover {
    color: #a993b2;
    text-decoration: none
}

.wpo-site-header #navbar>ul li.current-menu-item a {
    color: #a993b2
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar li {
        position:relative
    }

    .wpo-site-header #navbar>ul>li>a {
        color: #323232;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 46px 20px;
        position: relative;
        text-transform: uppercase
    }
}

@media screen and (min-width: 992px)and (max-width:1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding:46px 18px
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color:#fff;
        box-shadow: 0 2px 20px 0 rgba(62,65,159,.09);
        left: 0;
        opacity: 0;
        padding: 20px;
        position: absolute;
        top: 110%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: center top 0;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        visibility: hidden;
        width: 240px;
        z-index: 10
    }

    .wpo-site-header #navbar>ul>li .sub-menu a {
        color: #242424;
        display: inline-block;
        font-size: 16px;
        font-size: 1.0666666667rem;
        overflow: hidden;
        padding: 5px 0;
        position: relative;
        transition: all .5s
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        background: #b5a2bd;
        bottom: 5px;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .3s;
        visibility: hidden;
        width: 0
    }

    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #b5a2bd;
        font-weight: 500
    }

    .wpo-site-header #navbar>ul>li .sub-menu a.active:after,.wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
        opacity: 1;
        visibility: visible;
        width: 100%
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
}

@media screen and (min-width: 992px)and (max-width:1399px) {
    .wpo-site-header #navbar>ul>li:last-child .sub-menu .sub-menu {
        left:auto;
        right: 110%
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children {
        position:relative
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children:before {
        content: "";
        font-family: themify;
        font-size: 11px;
        font-size: .7333333333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 110%;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width: 991px) {
    .wpo-site-header #navbar>ul>li a {
        color:#fff;
        display: block;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 600
    }

    .wpo-site-header #navbar>ul>li a.active,.wpo-site-header #navbar>ul>li a:hover {
        color: #fff
    }

    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }

    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }

    .wpo-site-header #navbar>ul .menu-item-has-children {
        position: relative
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        color: #fff;
        position: relative
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.active,.wpo-site-header #navbar>ul .menu-item-has-children>a:hover {
        color: #fff
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        content: "";
        font-family: themify;
        font-size: 11px;
        font-size: .7333333333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .3s
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        top: 29%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar .close-navbar,.wpo-site-header .navbar-header .open-btn {
        display:none
    }
}

.wpo-site-header .menu-close {
    display: none
}

@media(max-width: 991px) {
    .wpo-site-header .container {
        width:100%
    }

    .wpo-site-header .mobail-menu button {
        background-color: #b5a2bd;
        border: 0;
        height: 35px;
        outline: 0;
        padding: 5px 10px;
        position: relative;
        width: 40px;
        z-index: 20
    }

    .wpo-site-header .mobail-menu button:focus {
        box-shadow: none;
        outline: none
    }

    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
        width: 20px
    }

    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0
    }

    .wpo-site-header #navbar {
        background: #7e6489;
        border: 0;
        display: block!important;
        height: 100%;
        left: -320px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 300px;
        z-index: 999999
    }

    .wpo-site-header #navbar .navbar-nav {
        display: block
    }

    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101
    }

    .wpo-site-header #navbar ul a {
        color: #000
    }

    .wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a {
        color: #b5a2bd
    }

    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        border: 0;
        color: #000;
        height: 40px;
        left: -41px;
        outline: none;
        position: absolute;
        top: 90px;
        width: 40px;
        z-index: 20
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .wpo-site-header .menu-close {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 30px 30px 30px auto;
        text-align: center;
        width: 40px;
        z-index: 99
    }

    .wpo-site-header .slideInn {
        left: 0!important;
        opacity: 1!important;
        visibility: visible!important
    }

    .wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0
    }

    .wpo-site-header .x-close .first-angle {
        left: 10px;
        position: absolute;
        top: 16px;
        -webkit-transform: rotate(-44deg)
    }

    .wpo-site-header .x-close .last-angle {
        position: absolute;
        right: 10px;
        top: 16px;
        -webkit-transform: rotate(44deg)
    }
}

@media(max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size:24px
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0
    }
}

@media(max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display:none
    }

    .wpo-site-header .navbar-collapse.collapse.in,.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle {
        display: block
    }

    .wpo-site-header .navbar-header,.wpo-site-header .navbar-nav,.wpo-site-header .navbar-nav>li,.wpo-site-header .navbar-right {
        float: none
    }
}

@media(max-width: 1700px) {
    .wpo-site-header {
        padding:0 30px
    }
}

@media(max-width: 1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding:30px 15px
    }

    .wpo-site-header {
        padding: 0 10px
    }
}

@media(max-width: 1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding:30px 10px
    }
}

@media(max-width: 1200px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size:16px;
        padding: 30px 6px
    }
}

@media(max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .header-right .theme-btn,.header-right .view-cart-btn {
        padding:20px 12px
    }

    .wpo-site-header .header-right .close-form {
        display: none
    }
}

.wpo-header-style-2,.wpo-header-style-3 {
    background: transparent;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99
}

@media(max-width: 991px) {
    .wpo-header-style-2,.wpo-header-style-3 {
        left:0;
        padding: 0 15px;
        position: relative;
        top: 0;
        width: 100%
    }
}

.wpo-header-style-2 .navigation,.wpo-header-style-3 .navigation {
    background: transparent
}

.wpo-header-style-2 .navigation.sticky-on,.wpo-header-style-3 .navigation.sticky-on {
    background: #fff
}

@media(min-width: 991px) {
    .wpo-header-style-2 #navbar>ul>li>a,.wpo-header-style-3 #navbar>ul>li>a {
        color:#242424
    }
}

.wpo-header-style-2 .header-right .cart-toggle-btn .fi,.wpo-header-style-2 .header-right .search-toggle-btn .fi,.wpo-header-style-3 .header-right .cart-toggle-btn .fi,.wpo-header-style-3 .header-right .search-toggle-btn .fi {
    color: #242424
}

@media(max-width: 991px) {
    .wpo-header-style-3 {
        background-color:#c79688
    }

    .wpo-header-style-3 .navigation {
        background-color: #c79688;
        padding: 0
    }
}

.wpo-header-style-3 .navigation.sticky-on {
    background: #c79688
}

@media(max-width: 991px) {
    .wpo-header-style-3 .navigation.sticky-on {
        background-color:#c79688
    }
}

.wpo-header-style-3 .navigation.sticky-on .mini-cart .cart-count {
    background: #ad7565
}

.wpo-header-style-3 .navigation .mobail-menu button {
    background-color: #b17c6c
}

.wpo-header-style-3 .navigation .navbar-header .navbar-brand {
    color: #fff
}

@media(max-width: 991px) {
    .wpo-header-style-3 .navigation .navbar-header .navbar-brand {
        color:#b5a2bd
    }
}

.wpo-header-style-3 .navigation .header-right .cart-toggle-btn .fi,.wpo-header-style-3 .navigation .header-right .search-toggle-btn .fi {
    color: #fff
}

@media(max-width: 991px) {
    .wpo-header-style-3 #navbar {
        background:#a98074
    }
}

.wpo-header-style-3 #navbar>ul>li>a {
    color: #fff
}

@media(min-width: 991px) {
    .wpo-header-style-3 #navbar>ul>li>a:before {
        background:#fff
    }
}

.wpo-header-style-3 #navbar>ul>li>a.active,.wpo-header-style-3 #navbar>ul>li>a:focus,.wpo-header-style-3 #navbar>ul>li>a:hover,.wpo-header-style-3 .header-right .cart-toggle-btn .fi,.wpo-header-style-3 .header-right .search-toggle-btn .fi {
    color: #fff
}

@media(max-width: 991px) {
    .wpo-header-style-3 .header-right .cart-toggle-btn .fi,.wpo-header-style-3 .header-right .search-toggle-btn .fi {
        color:#707070
    }
}

.wpo-header-style-5 {
    background: #f9f9f9
}

@media(max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        padding:15px 30px
    }

    .wpo-header-style-2,.wpo-site-header {
        z-index: 99999
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 80px
}

@media(max-width: 1700px) {
    .wpo-site-header .navigation.sticky-header {
        padding:0 50px
    }
}

@media(max-width: 1400px) {
    .wpo-site-header .navigation.sticky-header {
        padding:0 20px
    }
}

@media(max-width: 991px) {
    .wpo-site-header .navigation.sticky-header {
        padding:0 20px
    }
}

@media(max-width: 575px) {
    .wpo-site-header .navigation.sticky-header {
        padding:5px 10px
    }
}

.fixed-navbar {
    position: relative;
    z-index: 5555
}

.fixed-navbar.active .header-style-2,.fixed-navbar.active .wpo-site-header {
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    background: #fff;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555
}

.fixed-navbar.active .wpo-header-style-2 {
    background: #fff
}

.fixed-navbar.active .wpo-header-style-3 {
    background: #c79688
}

.fixed-navbar.active .wpo-header-style-3 .mini-cart .cart-count {
    background: #ae796b
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-142px);
        transform: translateY(-142px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-142px);
        transform: translateY(-142px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.wpo-hero-slider {
    display: flex;
    height: 800px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0
}

@media(max-width: 991px) {
    .wpo-hero-slider {
        height:600px
    }
}

@media(max-width: 767px) {
    .wpo-hero-slider {
        height:400px
    }
}

.wpo-hero-slider .swiper-slide {
    overflow: hidden
}

.wpo-hero-slider .hero-container,.wpo-hero-slider .swiper-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpo-hero-slider .hero-inner,.wpo-hero-slider .slide-inner {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1
}

.wpo-hero-slider .swiper-button-next,.wpo-hero-slider .swiper-button-prev {
    background: hsla(0,0%,100%,.2);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    opacity: .7;
    text-align: center;
    transition: all .3s;
    width: 60px
}

.wpo-hero-slider .swiper-button-next:hover,.wpo-hero-slider .swiper-button-prev:hover {
    opacity: .9
}

@media(max-width: 767px) {
    .wpo-hero-slider .swiper-button-next,.wpo-hero-slider .swiper-button-prev {
        display:none
    }
}

.wpo-hero-slider .swiper-button-prev {
    left: 25px
}

.wpo-hero-slider .swiper-button-prev:before {
    color: #fff;
    content: "";
    font-family: themify;
    font-size: 20px
}

.wpo-hero-slider .swiper-button-next {
    right: 25px
}

.wpo-hero-slider .swiper-button-next:before {
    color: #fff;
    content: "";
    font-family: themify;
    font-size: 20px
}

@media(max-width: 991px) {
    .wpo-hero-slider .swiper-button-next,.wpo-hero-slider .swiper-button-prev {
        display:none
    }
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 25px 0!important
}

.wpo-hero-slider .swiper-pagination {
    left: auto;
    right: 50px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: unset
}

@media(max-width: 575px) {
    .wpo-hero-slider .swiper-pagination {
        right:20px;
        top: 55%
    }
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 10px;
    line-height: 12px;
    margin: 15px 0;
    opacity: 1;
    text-align: center;
    width: 10px
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    position: relative
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
    content: "";
    height: 1px;
    left: -55px;
    position: absolute;
    top: 50%;
    transition: all .3s;
    width: 50px
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.static-hero {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.static-hero .static-main-box {
    padding-bottom: 90px;
    position: relative;
    text-align: center
}

@media(max-width: 530px) {
    .static-hero .static-main-box {
        padding-bottom:30px
    }
}

.static-hero .static-main-box .bottom-shape {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.static-hero .static-inner-box {
    margin: 0 auto;
    max-width: 1268px
}

.static-hero .static-hero-img {
    position: relative;
    z-index: 1
}

.static-hero .static-hero-img .hero-img-inner-shape {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.static-hero .static-hero-img .hero-img-inner-shape svg {
    height: 814px;
    width: 550px
}

@media(max-width: 1199px) {
    .static-hero .static-hero-img .hero-img-inner-shape svg {
        height:620px;
        width: 420px
    }
}

@media(max-width: 991px) {
    .static-hero .static-hero-img .hero-img-inner-shape svg {
        display:none
    }
}

.static-hero .static-hero-img .hero-img-inner-shape svg path {
    fill: #9f7b59
}

.static-hero .col {
    padding: 0
}

.static-hero .col:last-child {
    min-height: 100%
}

.static-hero .wpo-static-hero-text-box {
    background: #efe6ee;
    border-top-right-radius: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 90px 90px 90px 0
}

@media(max-width: 991px) {
    .static-hero .wpo-static-hero-text-box {
        border-radius:0;
        padding: 50px 50px 115px
    }
}

.static-hero .slide-title h2 {
    color: #515a44;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    margin: 0 auto 30px;
    max-width: 325px;
    text-align: center
}

@media(max-width: 1199px) {
    .static-hero .slide-title h2 {
        font-size:60px;
        line-height: 85px;
        margin-bottom: 30px
    }
}

@media(max-width: 1100px) {
    .static-hero .slide-title h2 {
        font-size:50px;
        line-height: 75px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .static-hero .slide-title h2 {
        font-size:45px
    }
}

.static-hero .slide-text p {
    color: #707070;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 50px
}

@media(max-width: 1199px) {
    .static-hero .slide-text p {
        font-size:20px
    }
}

@media(max-width: 991px) {
    .static-hero .slide-text p {
        margin:0 auto 30px
    }
}

@media(max-width: 530px) {
    .static-hero .slide-text p {
        font-size:18px
    }
}

.static-hero .slide-date p {
    color: #87748f;
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 30px
}

@media(max-width: 1199px) {
    .static-hero .slide-date p {
        font-size:40px
    }
}

@media(max-width: 991px) {
    .static-hero .slide-date p {
        margin:0 auto
    }
}

@media(max-width: 530px) {
    .static-hero .slide-date p {
        font-size:30px
    }
}

.static-hero-s2,.static-hero-s3 {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px
}

.static-hero-s2 .static-main-box,.static-hero-s3 .static-main-box {
    margin: 0 auto;
    max-width: 1566px
}

@media(max-width: 991px) {
    .static-hero-s2 .row,.static-hero-s3 .row {
        justify-content:center
    }
}

.static-hero-s2 .wpo-static-hero-text-wrap,.static-hero-s3 .wpo-static-hero-text-wrap {
    background: #fff;
    border-radius: 430px 430px 0 0;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 30px;
    position: relative
}

@media(max-width: 575px) {
    .static-hero-s2 .wpo-static-hero-text-wrap,.static-hero-s3 .wpo-static-hero-text-wrap {
        padding:15px
    }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape,.static-hero-s3 .wpo-static-hero-text-wrap .shape {
    left: -180px;
    position: absolute;
    top: 15px;
    z-index: 1
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape img,.static-hero-s3 .wpo-static-hero-text-wrap .shape img {
    -webkit-animation: leafAniamtion 12s ease-in infinite;
    animation: leafAniamtion 12s ease-in infinite
}

@media(max-width: 991px) {
    .static-hero-s2 .wpo-static-hero-text-wrap .shape,.static-hero-s3 .wpo-static-hero-text-wrap .shape {
        display:none
    }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape2,.static-hero-s3 .wpo-static-hero-text-wrap .shape2 {
    position: absolute;
    right: -180px;
    top: 15px;
    z-index: 1
}

@media(max-width: 991px) {
    .static-hero-s2 .wpo-static-hero-text-wrap .shape2,.static-hero-s3 .wpo-static-hero-text-wrap .shape2 {
        display:none
    }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape2 img,.static-hero-s3 .wpo-static-hero-text-wrap .shape2 img {
    -webkit-animation: leafAniamtion 12s ease-in infinite;
    animation: leafAniamtion 12s ease-in infinite
}

.static-hero-s2 .static-hero-img,.static-hero-s3 .static-hero-img {
    background: #fff;
    border-radius: 230px 230px 0 0;
    margin-top: 100px;
    max-width: 460px;
    padding: 20px;
    position: relative;
    right: -75px;
    z-index: 11
}

@media(max-width: 991px) {
    .static-hero-s2 .static-hero-img,.static-hero-s3 .static-hero-img {
        box-shadow:0 2px 12px 2px rgba(4,0,52,.1);
        margin: 0 auto 30px;
        right: 0
    }

    .static-hero-s2 .static-hero-img img,.static-hero-s3 .static-hero-img img {
        width: 100%
    }
}

.static-hero-s2 .static-hero-img img,.static-hero-s3 .static-hero-img img {
    border-radius: 230px 230px 0 0
}

@media(min-width: 992px) {
    .static-hero-s2 .col,.static-hero-s3 .col {
        padding:0
    }
}

.static-hero-s2 .col:last-child .static-hero-img,.static-hero-s3 .col:last-child .static-hero-img {
    left: -75px;
    right: auto
}

@media(max-width: 991px) {
    .static-hero-s2 .col:last-child .static-hero-img,.static-hero-s3 .col:last-child .static-hero-img {
        left:0
    }
}

.static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
    background: #efe6ee;
    border-radius: 430px 430px 0 0;
    padding: 160px 150px 98px;
    text-align: center
}

@media(max-width: 1399px) {
    .static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
        padding:120px 100px 98px
    }
}

@media(max-width: 1199px) {
    .static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
        padding:80px 80px 98px
    }
}

@media(max-width: 991px) {
    .static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
        padding:80px 70px 98px
    }
}

@media(max-width: 767px) {
    .static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
        padding-top:120px
    }
}

@media(max-width: 575px) {
    .static-hero-s2 .wpo-static-hero-text-box,.static-hero-s3 .wpo-static-hero-text-box {
        padding:60px 20px 58px
    }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-title h2,.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
    color: #515a44;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    margin: 0 auto 30px;
    text-align: center
}

@media(max-width: 1500px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
        font-size:68px;
        line-height: 85px;
        margin-bottom: 30px
    }
}

@media(max-width: 1399px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
        font-size:60px;
        line-height: 85px;
        margin-bottom: 30px
    }
}

@media(max-width: 1100px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
        font-size:45px;
        line-height: 75px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
        font-size:35px;
        line-height: 55px;
        margin-bottom: 20px
    }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-text p,.static-hero-s3 .wpo-static-hero-text-box .slide-text p {
    color: #707070;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 50px
}

@media(max-width: 1199px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-text p,.static-hero-s3 .wpo-static-hero-text-box .slide-text p {
        font-size:20px
    }
}

@media(max-width: 991px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-text p,.static-hero-s3 .wpo-static-hero-text-box .slide-text p {
        margin:0 auto 30px
    }
}

@media(max-width: 530px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-text p,.static-hero-s3 .wpo-static-hero-text-box .slide-text p {
        font-size:18px
    }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-date p,.static-hero-s3 .wpo-static-hero-text-box .slide-date p {
    color: #87748f;
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
    margin: 0
}

@media(max-width: 1199px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-date p,.static-hero-s3 .wpo-static-hero-text-box .slide-date p {
        font-size:40px
    }
}

@media(max-width: 991px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-date p,.static-hero-s3 .wpo-static-hero-text-box .slide-date p {
        margin:0 auto
    }
}

@media(max-width: 530px) {
    .static-hero-s2 .wpo-static-hero-text-box .slide-date p,.static-hero-s3 .wpo-static-hero-text-box .slide-date p {
        font-size:30px
    }
}

.static-hero-s3 {
    background: #ebf0f8;
    padding-bottom: 50px;
    padding-top: 120px
}

@media(max-width: 991px) {
    .static-hero-s3 {
        padding-top:50px
    }
}

.static-hero-s3 .static-main-box {
    margin: 0 auto;
    max-width: 1680px
}

.static-hero-s3 .wpo-static-hero-img {
    background: #fff;
    border-radius: 50%;
    padding: 20px
}

@media(max-width: 575px) {
    .static-hero-s3 .wpo-static-hero-img {
        padding:10px
    }
}

.static-hero-s3 .wpo-static-hero-img img {
    border-radius: 50%
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img img {
    -webkit-animation: kenburn 35s 2s infinite alternate;
    animation: kenburn 35s 2s infinite alternate
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text {
    background: rgba(145,164,194,.4);
    border: 2px solid #fff;
    bottom: 60px;
    left: 0;
    padding: 25px 20px 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(max-width: 575px) {
    .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text {
        bottom:30px;
        padding: 10px 20px 15px
    }
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px
}

@media(max-width: 1199px) {
    .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
        font-size:18px
    }
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px
}

@media(max-width: 1199px) {
    .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
        font-size:30px;
        margin-top: 0
    }
}

.static-hero-s3 .couple-text {
    background: #acbbd4;
    border-radius: 250px;
    max-width: 450px;
    padding: 30px;
    position: relative;
    right: -75px;
    z-index: 1
}

@media(max-width: 1500px) {
    .static-hero-s3 .couple-text {
        padding:15px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text {
        right:-80px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text {
        max-width:330px;
        padding: 15px
    }
}

@media(max-width: 991px) {
    .static-hero-s3 .couple-text {
        margin:0 auto;
        right: auto
    }
}

@media(max-width: 767px) {
    .static-hero-s3 .couple-text {
        right:0
    }
}

@media(max-width: 450px) {
    .static-hero-s3 .couple-text {
        box-shadow:0 2px 12px 2px rgba(4,0,52,.1);
        margin: 20px auto 0;
        position: relative
    }
}

.static-hero-s3 .couple-text .couple-text-inner {
    border: 1px solid #fff;
    border-radius: 250px;
    padding: 100px 30px;
    position: relative;
    text-align: center
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .couple-text-inner {
        padding:70px 30px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .couple-text-inner {
        padding:50px 15px
    }
}

.static-hero-s3 .couple-text .couple-text-inner h3 {
    color: #fff;
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .couple-text-inner h3 {
        font-size:30px
    }
}

@media(max-width: 991px) {
    .static-hero-s3 .couple-text .couple-text-inner h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .static-hero-s3 .couple-text .couple-text-inner h3 {
        margin:10px 0 .2em
    }
}

.static-hero-s3 .couple-text .couple-text-inner p {
    color: #fff;
    margin-bottom: 0;
    max-width: 342px
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .couple-text-inner p {
        font-size:16px
    }
}

@media(max-width: 991px) {
    .static-hero-s3 .couple-text .couple-text-inner p {
        font-size:16px;
        max-width: 245px
    }
}

.static-hero-s3 .couple-text .couple-text-inner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    overflow: hidden;
    padding-top: 25px
}

@media(max-width: 991px) {
    .static-hero-s3 .couple-text .couple-text-inner ul {
        display:flex;
        padding-top: 10px
    }
}

.static-hero-s3 .couple-text .couple-text-inner ul>li+li {
    margin-left: 25px
}

.static-hero-s3 .couple-text .couple-text-inner ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center
}

.static-hero-s3 .couple-text .couple-text-inner ul li a:hover {
    color: #b5a2bd
}

.static-hero-s3 .couple-text .shape1 {
    left: 0;
    position: absolute;
    top: 0
}

@media(max-width: 1500px) {
    .static-hero-s3 .couple-text .shape1 {
        left:-15px;
        top: -15px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .shape1 {
        left:0;
        top: 13px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape1 {
        left:25px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .shape1 img {
        max-width:120px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape1 img {
        max-width:80px
    }
}

.static-hero-s3 .couple-text .shape2 {
    bottom: 15px;
    left: -10px;
    position: absolute
}

@media(max-width: 1500px) {
    .static-hero-s3 .couple-text .shape2 {
        bottom:-15px;
        left: -25px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .shape2 {
        bottom:6px;
        left: 0
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape2 {
        bottom:30px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .shape2 img {
        max-width:120px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape2 img {
        max-width:80px
    }
}

.static-hero-s3 .couple-text .shape3 {
    position: absolute;
    right: -30px;
    top: 50%
}

@media(max-width: 1500px) {
    .static-hero-s3 .couple-text .shape3 {
        right:-45px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape3 {
        right:-25px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .couple-text .shape3 img {
        max-width:120px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .couple-text .shape3 img {
        max-width:80px
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media(min-width: 992px) {
    .static-hero-s3 .col {
        padding:0
    }
}

.static-hero-s3 .col:last-child .couple-text {
    left: -75px;
    right: auto
}

@media(max-width: 991px) {
    .static-hero-s3 .col:last-child .couple-text {
        left:0
    }
}

.static-hero-s3 .col:last-child .couple-text .shape1 {
    left: auto;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 1500px) {
    .static-hero-s3 .col:last-child .couple-text .shape1 {
        right:-15px;
        top: -15px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .col:last-child .couple-text .shape1 {
        right:0;
        top: 13px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .col:last-child .couple-text .shape1 {
        right:30px;
        top: 12px
    }
}

.static-hero-s3 .col:last-child .couple-text .shape1 img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.static-hero-s3 .col:last-child .couple-text .shape2 {
    bottom: 15px;
    left: auto;
    position: absolute;
    right: -10px
}

@media(max-width: 1500px) {
    .static-hero-s3 .col:last-child .couple-text .shape2 {
        bottom:-4px;
        right: -25px
    }
}

@media(max-width: 1399px) {
    .static-hero-s3 .col:last-child .couple-text .shape2 {
        bottom:5px;
        right: 0
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .col:last-child .couple-text .shape2 {
        bottom:25px
    }
}

.static-hero-s3 .col:last-child .couple-text .shape2 img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.static-hero-s3 .col:last-child .couple-text .shape3 {
    left: -30px;
    position: absolute;
    right: auto;
    top: 50%
}

@media(max-width: 1500px) {
    .static-hero-s3 .col:last-child .couple-text .shape3 {
        left:-45px
    }
}

@media(max-width: 1199px) {
    .static-hero-s3 .col:last-child .couple-text .shape3 {
        left:-25px
    }
}

.static-hero-s3 .col:last-child .couple-text .shape3 img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.static-hero-s4,.static-hero-s5 {
    background: #f8f8f8;
    padding: 210px 50px 150px 100px
}

@media(max-width: 1399px) {
    .static-hero-s4,.static-hero-s5 {
        padding:200px 50px 120px
    }
}

@media(max-width: 1199px) {
    .static-hero-s4,.static-hero-s5 {
        padding:150px 20px 120px
    }
}

@media(max-width: 991px) {
    .static-hero-s4,.static-hero-s5 {
        padding:100px 0
    }
}

@media(max-width: 767px) {
    .static-hero-s4,.static-hero-s5 {
        padding:70px 0 100px
    }
}

.static-hero-s4 .hero-text,.static-hero-s5 .hero-text {
    max-width: 630px;
    padding-left: 50px
}

@media(max-width: 1800px) {
    .static-hero-s4 .hero-text,.static-hero-s5 .hero-text {
        padding-left:0
    }
}

@media(max-width: 767px) {
    .static-hero-s4 .hero-text,.static-hero-s5 .hero-text {
        margin:0 auto 100px;
        text-align: center
    }
}

.static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
    -webkit-text-fill-color: transparent;
    background: url(../../static/media/text-bg.4eb2d4123f1115b4fdbe.jpg) top;
    -webkit-background-clip: text;
    background-position: 50%;
    background-size: cover;
    font-family: Mulish,sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

@media(max-width: 1600px) {
    .static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
        font-size:100px
    }
}

@media(max-width: 1399px) {
    .static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
        font-size:80px
    }
}

@media(max-width: 1199px) {
    .static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
        font-size:70px
    }
}

@media(max-width: 991px) {
    .static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
        font-size:60px
    }
}

@media(max-width: 575px) {
    .static-hero-s4 .hero-text h2,.static-hero-s5 .hero-text h2 {
        font-size:50px
    }
}

.static-hero-s4 .hero-text span,.static-hero-s5 .hero-text span {
    color: #b5a2bd;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px
}

@media(max-width: 1199px) {
    .static-hero-s4 .hero-text span,.static-hero-s5 .hero-text span {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .static-hero-s4 .hero-text span,.static-hero-s5 .hero-text span {
        font-size:18px
    }
}

.static-hero-s4 .hero-text p,.static-hero-s5 .hero-text p {
    color: #87748f;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px
}

@media(max-width: 1199px) {
    .static-hero-s4 .hero-text p,.static-hero-s5 .hero-text p {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .static-hero-s4 .hero-text p,.static-hero-s5 .hero-text p {
        font-size:30px;
        margin-top: 0
    }
}

.static-hero-s4 .wpo-static-hero-img,.static-hero-s5 .wpo-static-hero-img {
    max-width: 938px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width: 767px) {
    .static-hero-s4 .wpo-static-hero-img,.static-hero-s5 .wpo-static-hero-img {
        margin:0 auto 50px;
        max-width: 450px
    }
}

@media(max-width: 450px) {
    .static-hero-s4 .wpo-static-hero-img,.static-hero-s5 .wpo-static-hero-img {
        margin-bottom:0
    }
}

.static-hero-s4 .wpo-static-hero-img .back-flower,.static-hero-s5 .wpo-static-hero-img .back-flower {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
    background: #d9d9d9;
    border: 1px solid #515a44;
    border-radius: 50%;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
    width: 640px
}

@media(max-width: 1600px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:540px;
        width: 540px
    }
}

@media(max-width: 1399px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:450px;
        width: 450px
    }
}

@media(max-width: 1199px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:400px;
        width: 400px
    }
}

@media(max-width: 991px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:350px;
        width: 350px
    }
}

@media(max-width: 767px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:250px;
        width: 250px
    }
}

@media(max-width: 375px) {
    .static-hero-s4 .wpo-static-hero-ineer-img,.static-hero-s5 .wpo-static-hero-ineer-img {
        height:200px;
        width: 200px
    }
}

.wpo-hero-date {
    padding: 20px 0
}

@media(max-width: 767px) {
    .wpo-hero-date {
        padding:20px 0
    }
}

.wpo-hero-date h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 86px;
    margin-bottom: 0;
    text-align: center
}

@media(max-width: 1399px) {
    .wpo-hero-date h2 {
        font-size:40px
    }
}

@media(max-width: 1199px) {
    .wpo-hero-date h2 {
        font-size:30px
    }
}

@media(max-width: 991px) {
    .wpo-hero-date h2 {
        font-size:25px
    }
}

@media(max-width: 480px) {
    .wpo-hero-date h2 {
        line-height:50px
    }
}

.wpo-hero-date h2 span {
    display: inline-block;
    max-width: 30%
}

@media(max-width: 767px) {
    .wpo-hero-date h2 span {
        max-width:20%
    }
}

@media(max-width: 480px) {
    .wpo-hero-date h2 span {
        display:none
    }
}

.wpo-hero-date h2 span.shape-1 {
    text-align: right
}

.wpo-hero-date h2 span.shape-2 {
    text-align: left
}

@media(max-width: 1399px) {
    .wpo-hero-date h2 span img {
        max-width:60%
    }
}

@media(max-width: 767px) {
    .wpo-hero-date h2 span img {
        max-width:100%
    }
}

.wpo-hero-date p {
    color: #242424;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    text-align: center
}

@media(max-width: 1399px) {
    .wpo-hero-date p {
        font-size:18px
    }
}

@media(max-width: 767px) {
    .wpo-hero-date p {
        font-size:14px;
        line-height: 22px
    }
}

.static-hero-s5 {
    padding: 110px 20px 20px 50px
}

@media(max-width: 1199px) {
    .static-hero-s5 {
        padding:140px 0 20px
    }
}

@media(max-width: 767px) {
    .static-hero-s5 {
        padding:90px 0 20px
    }
}

.static-hero-s5 .wpo-static-hero-img .back-flower {
    left: -10%;
    width: 120%
}

@media(max-width: 1399px) {
    .static-hero-s5 .wpo-static-hero-img .back-flower {
        left:0;
        width: 100%
    }
}

@media(max-width: 991px) {
    .static-hero-s5 .wpo-static-hero-img .back-flower {
        left:50%;
        margin: 0 auto;
        max-width: 600px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.static-hero-s5 .wpo-static-hero-ineer-img {
    background: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
    height: 603px;
    width: 603px
}

.static-hero-s5 .wpo-static-hero-ineer-img img {
    width: 100%
}

@media(max-width: 1600px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:540px;
        width: 540px
    }
}

@media(max-width: 1399px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:450px;
        width: 450px
    }
}

@media(max-width: 1199px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:400px;
        width: 400px
    }
}

@media(max-width: 991px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:450px;
        width: 450px
    }
}

@media(max-width: 767px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:350px;
        width: 350px
    }
}

@media(max-width: 480px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:300px;
        width: 300px
    }
}

@media(max-width: 375px) {
    .static-hero-s5 .wpo-static-hero-ineer-img {
        height:250px;
        width: 250px
    }
}

.static-hero-s5 .hero-text {
    max-width: 100%;
    padding: 0;
    text-align: center
}

@media(max-width: 991px) {
    .static-hero-s5 .hero-text {
        margin-top:80px
    }
}

@media(max-width: 767px) {
    .static-hero-s5 .hero-text {
        margin-bottom:30px;
        margin-top: 40px
    }
}

.static-hero-s5 .hero-text h3 {
    color: #515a44;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .static-hero-s5 .hero-text h3 {
        font-size:50px
    }
}

@media(max-width: 1199px) {
    .static-hero-s5 .hero-text h3 {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .static-hero-s5 .hero-text h3 {
        font-size:30px
    }
}

.static-hero-s5 .hero-text h4 {
    color: #515a44;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px
}

@media(max-width: 1399px) {
    .static-hero-s5 .hero-text h4 {
        font-size:30px
    }
}

@media(max-width: 575px) {
    .static-hero-s5 .hero-text h4 {
        font-size:25px
    }
}

@media(max-width: 1199px) {
    .static-hero-s5 .hero-text .calender img {
        max-width:300px
    }
}

@media(max-width: 375px) {
    .static-hero-s5 .hero-text .calender img {
        max-width:230px
    }
}

.static-hero-s5 .vector-1 {
    margin-bottom: -80px
}

@media(max-width: 1399px) {
    .static-hero-s5 .vector-1 {
        margin-bottom:-60px
    }
}

@media(max-width: 1199px) {
    .static-hero-s5 .vector-1 {
        margin-bottom:-30px
    }
}

@media(max-width: 991px) {
    .static-hero-s5 .vector-1 img {
        max-width:500px;
        width: 100%
    }
}

.static-hero-s5 .vector-2 {
    margin-top: -70px
}

@media(max-width: 1399px) {
    .static-hero-s5 .vector-2 {
        margin-top:-40px
    }
}

@media(max-width: 1199px) {
    .static-hero-s5 .vector-2 {
        margin-top:-20px
    }
}

@media(max-width: 991px) {
    .static-hero-s5 .vector-2 img {
        max-width:500px;
        width: 100%
    }
}

.static-hero-s6 {
    background: #fcfafc;
    overflow: hidden;
    padding: 110px 20px 70px 50px
}

@media(max-width: 1199px) {
    .static-hero-s6 {
        padding:100px 0
    }
}

@media(max-width: 575px) {
    .static-hero-s6 {
        padding:60px 0 80px
    }
}

.static-hero-s6 .hero-text {
    padding-right: 30px;
    text-align: center
}

@media(max-width: 991px) {
    .static-hero-s6 .hero-text {
        margin-bottom:50px;
        padding-right: 0
    }
}

.static-hero-s6 .hero-text h2 {
    color: #515a44;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    margin: 0 auto 30px;
    text-align: center
}

@media(max-width: 1399px) {
    .static-hero-s6 .hero-text h2 {
        font-size:52px;
        line-height: 85px;
        margin-bottom: 30px
    }
}

@media(max-width: 1100px) {
    .static-hero-s6 .hero-text h2 {
        font-size:50px;
        line-height: 75px;
        margin-bottom: 20px
    }
}

@media(max-width: 600px) {
    .static-hero-s6 .hero-text h2 {
        font-size:40px;
        line-height: 55px
    }
}

.static-hero-s6 .hero-text span {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px
}

@media(max-width: 1199px) {
    .static-hero-s6 .hero-text span {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .static-hero-s6 .hero-text span {
        font-size:18px
    }
}

.static-hero-s6 .hero-text p {
    color: #87748f;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 30px
}

@media(max-width: 1399px) {
    .static-hero-s6 .hero-text p {
        font-size:45px
    }
}

@media(max-width: 1199px) {
    .static-hero-s6 .hero-text p {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .static-hero-s6 .hero-text p {
        font-size:30px;
        margin-top: 20px
    }
}

.static-hero-s6 .hero-text .wpo-wedding-date {
    margin: 90px auto 0;
    max-width: 951px;
    padding: 0
}

@media(max-width: 1199px) {
    .static-hero-s6 .hero-text .wpo-wedding-date {
        margin-top:50px
    }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section {
    background: #edebff;
    height: 180px;
    width: 180px
}

@media(max-width: 1399px) {
    .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section {
        height:150px;
        width: 150px
    }
}

@media(max-width: 1199px) {
    .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section {
        height:110px;
        margin: 0 10px;
        width: 110px
    }
}

@media(max-width: 600px) {
    .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section {
        margin-bottom:20px
    }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:after {
    border-color: #524faa
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:before {
    background: url(../../static/media/7.52e6e14a264637082af0.svg) no-repeat 50%;
    bottom: -65px;
    left: auto;
    right: -50px
}

@media(max-width: 1399px) {
    .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:before {
        display:none
    }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before {
    background: url(../../static/media/8.34953daceacabf88c498.svg) no-repeat 50%;
    left: auto;
    right: -65px
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section .time {
    color: #657150;
    font-size: 60px;
    line-height: 80px
}

@media(max-width: 1199px) {
    .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section .time {
        font-size:40px;
        line-height: 60px
    }
}

.static-hero-s6 .wpo-static-hero-img {
    background: #fff;
    border-radius: 305px 305px 0 0;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    max-width: 560px;
    padding: 30px;
    position: relative
}

@media(max-width: 991px) {
    .static-hero-s6 .wpo-static-hero-img {
        margin:0 auto
    }
}

@media(max-width: 575px) {
    .static-hero-s6 .wpo-static-hero-img {
        padding:15px
    }
}

.static-hero-s6 .wpo-static-hero-img img {
    border-radius: 305px 305px 0 0
}

@media(max-width: 575px) {
    .static-hero-s6 .wpo-static-hero-img img {
        width:100%
    }
}

.static-hero-s6 .wpo-static-hero-img .shape {
    left: -80px;
    position: absolute;
    top: -30px
}

@media(max-width: 600px) {
    .static-hero-s6 .wpo-static-hero-img .shape {
        left:0;
        top: 50px
    }
}

@media(max-width: 450px) {
    .static-hero-s6 .wpo-static-hero-img .shape {
        left:-25px;
        top: -25px
    }
}

@media(max-width: 600px) {
    .static-hero-s6 .wpo-static-hero-img .shape img {
        max-width:200px
    }
}

.static-hero-s6 .wpo-static-hero-img .shape2 {
    bottom: -175px;
    position: absolute;
    right: -220px
}

@media(max-width: 600px) {
    .static-hero-s6 .wpo-static-hero-img .shape2 {
        bottom:-130px;
        right: -100px
    }

    .static-hero-s6 .wpo-static-hero-img .shape2 img {
        max-width: 500px
    }
}

.rtl-static-hero {
    background: #fcfefd;
    padding-top: 120px
}

@media(max-width: 991px) {
    .rtl-static-hero {
        padding-top:40px
    }
}

.rtl-static-hero .hero-inner {
    margin: 0 auto;
    max-width: 1415px
}

.rtl-static-hero .wpo-hero-img-wrap {
    display: flex;
    justify-content: center;
    padding-top: 120px
}

@media(max-width: 991px) {
    .rtl-static-hero .wpo-hero-img-wrap {
        padding-top:50px
    }
}

@media(max-width: 500px) {
    .rtl-static-hero .wpo-hero-img-wrap {
        display:block
    }
}

.rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
    margin: 0 30px;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
        margin:0 20px
    }
}

@media(max-width: 500px) {
    .rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
        margin:0 auto;
        max-width: 276px
    }
}

.rtl-static-hero .wpo-static-hero-inner {
    padding-left: 0;
    padding-right: 0;
    text-align: right
}

@media(max-width: 991px) {
    .rtl-static-hero .wpo-static-hero-inner {
        padding:70px 0 0;
        text-align: center
    }
}

.rtl-static-hero .wpo-static-hero-inner .shape-1 {
    margin-bottom: 0;
    padding: 0;
    text-align: right
}

@media(max-width: 991px) {
    .rtl-static-hero .wpo-static-hero-inner .shape-1 {
        margin-bottom:10px;
        text-align: center
    }
}

.rtl-static-hero .wpo-static-hero-inner .shape-2 {
    margin-top: 50px;
    text-align: right
}

@media(max-width: 991px) {
    .rtl-static-hero .wpo-static-hero-inner .shape-2 {
        margin-top:20px;
        padding-top: 10px;
        text-align: center
    }
}

.rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
    color: #323232;
    font-size: 95px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1399px) {
    .rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
        font-size:80px;
        line-height: 90px
    }
}

@media(max-width: 575px) {
    .rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
        font-size:50px;
        line-height: 60px
    }
}

.rtl-static-hero .wpo-static-hero-inner .slide-text p {
    color: #525252;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 575px) {
    .rtl-static-hero .wpo-static-hero-inner .slide-text p {
        font-size:22px
    }
}

.rtl-static-hero .react-countdown {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

@media(max-width: 991px) {
    .rtl-static-hero .react-countdown {
        justify-content:center
    }
}

.rtl-static-hero .react-countdown>.time-section {
    width: 100px
}

@media(max-width: 1399px) {
    .rtl-static-hero .react-countdown>.time-section {
        width:90px
    }
}

@media(max-width: 450px) {
    .rtl-static-hero .react-countdown>.time-section {
        width:60px
    }
}

.rtl-static-hero .react-countdown>.time-section+.time-section {
    margin-right: 30px
}

@media(max-width: 991px) {
    .rtl-static-hero .react-countdown>.time-section+.time-section {
        margin-right:10px
    }
}

@media(max-width: 767px) {
    .rtl-static-hero .react-countdown>.time-section+.time-section {
        margin-right:10px
    }
}

.rtl-static-hero .react-countdown .time {
    color: #657150;
    font-family: monallesia;
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    margin-bottom: 15px;
    padding-top: 15px
}

@media(max-width: 1300px) {
    .rtl-static-hero .react-countdown .time {
        font-size:50px;
        font-size: 3.3333333333rem
    }
}

@media(max-width: 1100px) {
    .rtl-static-hero .react-countdown .time {
        font-size:40px;
        font-size: 2.6666666667rem
    }
}

@media(max-width: 991px) {
    .rtl-static-hero .react-countdown .time {
        font-size:50px;
        font-size: 3.3333333333rem
    }
}

@media(max-width: 767px) {
    .rtl-static-hero .react-countdown .time {
        font-size:40px;
        font-size: 2.6666666667rem
    }
}

.rtl-static-hero .react-countdown .time-text {
    color: #707070;
    font-size: 20px
}

@media(max-width: 991px) {
    .rtl-static-hero .react-countdown .time-text {
        font-size:20px
    }
}

.wpo-hero-section {
    padding: 0 50px
}

@media(max-width: 1700px) {
    .wpo-hero-section {
        padding:0 30px
    }
}

@media(max-width: 1500px) {
    .wpo-hero-section {
        padding:0 10px
    }
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img {
    position: relative
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img img {
    width: 100%
}

.wpo-hero-section .wpo-hero-items .slick-slider {
    margin: -15px
}

.wpo-hero-section .wpo-hero-items .slick-slider .slick-slide {
    padding: 25px 15px 15px
}

.wpo-hero-section .wpo-hero-items .slick-next,.wpo-hero-section .wpo-hero-items .slick-prev {
    background-color: rgba(181,162,189,.7);
    border: 2px solid #b5a2bd;
    border-radius: 50%;
    height: 45px;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    width: 45px;
    z-index: 10
}

.wpo-hero-section .wpo-hero-items .slick-next:hover,.wpo-hero-section .wpo-hero-items .slick-prev:hover {
    background-color: #b5a2bd
}

.wpo-hero-section .wpo-hero-items .slick-prev {
    left: 0
}

@media(max-width: 767px) {
    .wpo-hero-section .wpo-hero-items .slick-prev {
        display:none!important
    }
}

.wpo-hero-section .wpo-hero-items .slick-prev:before {
    content: "";
    font-family: themify;
    opacity: 1
}

.wpo-hero-section .wpo-hero-items .slick-next {
    right: 0
}

@media(max-width: 767px) {
    .wpo-hero-section .wpo-hero-items .slick-next {
        display:none!important
    }
}

.wpo-hero-section .wpo-hero-items .slick-next:before {
    content: "";
    font-family: themify;
    opacity: 1
}

.wpo-hero-section .wpo-hero-items:hover .slick-next {
    opacity: 1;
    right: 40px;
    visibility: visible
}

.wpo-hero-section .wpo-hero-items:hover .slick-prev {
    left: 40px;
    opacity: 1;
    visibility: visible
}

.wpo-hero-section.style-2 .wpo-hero-items .wpo-hero-item .wpo-hero-img {
    position: relative
}

.wpo-hero-section.style-2 .wpo-hero-items .wpo-hero-item .wpo-hero-img img {
    width: 100%
}

.wpo-hero-slider.style-2 {
    height: 1000px;
    position: relative
}

@media(max-width: 991px) {
    .wpo-hero-slider.style-2 {
        height:600px
    }
}

@media(max-width: 767px) {
    .wpo-hero-slider.style-2 {
        height:600px
    }
}

@media(max-width: 575px) {
    .wpo-hero-slider.style-2 {
        height:500px
    }
}

.wpo-hero-slider.style-2 .slider-text {
    bottom: 0;
    left: 50%;
    padding: 30px 30px 80px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 11
}

@media(max-width: 767px) {
    .wpo-hero-slider.style-2 .slider-text {
        padding:20px
    }
}

.wpo-hero-slider.style-2 .slider-text h2 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1399px) {
    .wpo-hero-slider.style-2 .slider-text h2 {
        font-size:40px
    }
}

@media(max-width: 991px) {
    .wpo-hero-slider.style-2 .slider-text h2 {
        font-size:30px
    }
}

@media(max-width: 767px) {
    .wpo-hero-slider.style-2 .slider-text h2 {
        font-size:28px
    }
}

@media(max-width: 575px) {
    .wpo-hero-slider.style-2 .slider-text h2 {
        font-size:22px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

.wpo-hero-slider.style-2 .slider-text p {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1399px) {
    .wpo-hero-slider.style-2 .slider-text p {
        font-size:18px
    }
}

@media(max-width: 991px) {
    .wpo-hero-slider.style-2 .slider-text p {
        font-size:16px
    }
}

.shop-hero {
    background: #f8f3f2
}

@media(min-width: 992px) {
    .shop-hero .col {
        padding:0
    }
}

.shop-hero .wpo-static-hero-inner {
    margin: 0 0 0 120px;
    max-width: 585px;
    padding: 0 20px;
    text-align: left
}

@media(max-width: 1700px) {
    .shop-hero .wpo-static-hero-inner {
        margin-left:80px
    }
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner {
        margin-left:20px
    }
}

@media(max-width: 991px) {
    .shop-hero .wpo-static-hero-inner {
        margin:0 auto;
        padding: 50px 0;
        text-align: center
    }
}

@media(max-width: 1199px) {
    .shop-hero .wpo-static-hero-inner .slide-shape img {
        max-width:100px
    }
}

.shop-hero .wpo-static-hero-inner .slide-title {
    margin-bottom: 20px;
    padding-top: 40px
}

@media(max-width: 1700px) {
    .shop-hero .wpo-static-hero-inner .slide-title {
        padding-top:20px
    }
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner .slide-title {
        margin-bottom:0
    }
}

@media(max-width: 1199px) {
    .shop-hero .wpo-static-hero-inner .slide-title {
        margin-top:0;
        padding-top: 0
    }
}

.shop-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner .slide-title h2 {
        font-size:40px
    }
}

@media(max-width: 1199px) {
    .shop-hero .wpo-static-hero-inner .slide-title h2 {
        font-size:35px
    }
}

@media(max-width: 575px) {
    .shop-hero .wpo-static-hero-inner .slide-title h2 {
        font-size:32px
    }
}

.shop-hero .wpo-static-hero-inner .slide-price {
    margin-bottom: 20px
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner .slide-price {
        margin-bottom:10px
    }
}

.shop-hero .wpo-static-hero-inner .slide-price h4 {
    color: #d4b0a5;
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500
}

@media(max-width: 575px) {
    .shop-hero .wpo-static-hero-inner .slide-price h4 {
        font-size:25px
    }
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner p {
        margin-bottom:0
    }
}

@media(max-width: 1199px) {
    .shop-hero .wpo-static-hero-inner p {
        font-size:16px
    }
}

@media(max-width: 575px) {
    .shop-hero .wpo-static-hero-inner p {
        font-size:16px
    }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap {
    padding-bottom: 70px
}

@media(max-width: 1700px) {
    .shop-hero .wpo-static-hero-inner .slide-btn-wtap {
        padding-bottom:20px
    }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin-top: 40px
}

@media(max-width: 1399px) {
    .shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
        margin-top:20px
    }
}

@media(max-width: 991px) {
    .shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
        justify-content:center
    }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li .theme-btn,.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li .view-cart-btn {
    background-color: #d4b0a5
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li+li {
    margin-left: 20px
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li+li a {
    background: #fff;
    border: 1px solid #f1f3ee;
    border: 1px solid var(--light-green,#f1f3ee);
    border-radius: 30px;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li+li a .fi {
    color: #d4b0a5;
    font-size: 30px
}

.wpo-site-footer,.wpo-site-footer-s2,.wpo-site-footer-s3,.wpo-site-footer-s4,.wpo-site-footer-s5 {
    background: #a290aa;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(min-width: 1400px) {
    .wpo-site-footer .container,.wpo-site-footer-s2 .container,.wpo-site-footer-s3 .container,.wpo-site-footer-s4 .container,.wpo-site-footer-s5 .container {
        max-width:1220px
    }
}

.wpo-site-footer ul,.wpo-site-footer-s2 ul,.wpo-site-footer-s3 ul,.wpo-site-footer-s4 ul,.wpo-site-footer-s5 ul {
    list-style: none
}

.wpo-site-footer li,.wpo-site-footer p,.wpo-site-footer-s2 li,.wpo-site-footer-s2 p,.wpo-site-footer-s3 li,.wpo-site-footer-s3 p,.wpo-site-footer-s4 li,.wpo-site-footer-s4 p,.wpo-site-footer-s5 li,.wpo-site-footer-s5 p {
    color: #fff
}

.wpo-site-footer .container,.wpo-site-footer-s2 .container,.wpo-site-footer-s3 .container,.wpo-site-footer-s4 .container,.wpo-site-footer-s5 .container {
    position: relative
}

.wpo-site-footer .wpo-upper-footer,.wpo-site-footer-s2 .wpo-upper-footer,.wpo-site-footer-s3 .wpo-upper-footer,.wpo-site-footer-s4 .wpo-upper-footer,.wpo-site-footer-s5 .wpo-upper-footer {
    padding: 120px 0;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer,.wpo-site-footer-s2 .wpo-upper-footer,.wpo-site-footer-s3 .wpo-upper-footer,.wpo-site-footer-s4 .wpo-upper-footer,.wpo-site-footer-s5 .wpo-upper-footer {
        padding:80px 0 0
    }
}

@media(max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer,.wpo-site-footer-s2 .wpo-upper-footer,.wpo-site-footer-s3 .wpo-upper-footer,.wpo-site-footer-s4 .wpo-upper-footer,.wpo-site-footer-s5 .wpo-upper-footer {
        padding:40px 0 0
    }
}

@media(max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer .col,.wpo-site-footer-s2 .wpo-upper-footer .col,.wpo-site-footer-s3 .wpo-upper-footer .col,.wpo-site-footer-s4 .wpo-upper-footer .col,.wpo-site-footer-s5 .wpo-upper-footer .col {
        margin-bottom:70px;
        min-height: 235px
    }
}

@media(max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer .col,.wpo-site-footer-s2 .wpo-upper-footer .col,.wpo-site-footer-s3 .wpo-upper-footer .col,.wpo-site-footer-s4 .wpo-upper-footer .col,.wpo-site-footer-s5 .wpo-upper-footer .col {
        margin-bottom:60px;
        min-height: auto
    }

    .wpo-site-footer .wpo-upper-footer .col:last-child,.wpo-site-footer-s2 .wpo-upper-footer .col:last-child,.wpo-site-footer-s3 .wpo-upper-footer .col:last-child,.wpo-site-footer-s4 .wpo-upper-footer .col:last-child,.wpo-site-footer-s5 .wpo-upper-footer .col:last-child {
        margin-bottom: 30px
    }
}

.wpo-site-footer .widget-title,.wpo-site-footer-s2 .widget-title,.wpo-site-footer-s3 .widget-title,.wpo-site-footer-s4 .widget-title,.wpo-site-footer-s5 .widget-title {
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .wpo-site-footer .widget-title,.wpo-site-footer-s2 .widget-title,.wpo-site-footer-s3 .widget-title,.wpo-site-footer-s4 .widget-title,.wpo-site-footer-s5 .widget-title {
        margin-bottom:20px
    }
}

.wpo-site-footer .widget-title h3,.wpo-site-footer-s2 .widget-title h3,.wpo-site-footer-s3 .widget-title h3,.wpo-site-footer-s4 .widget-title h3,.wpo-site-footer-s5 .widget-title h3 {
    color: #fff;
    font-family: monallesia;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
    position: relative
}

@media(max-width: 991px) {
    .wpo-site-footer .widget-title h3,.wpo-site-footer-s2 .widget-title h3,.wpo-site-footer-s3 .widget-title h3,.wpo-site-footer-s4 .widget-title h3,.wpo-site-footer-s5 .widget-title h3 {
        font-size:30px
    }
}

.wpo-site-footer .about-widget,.wpo-site-footer-s2 .about-widget,.wpo-site-footer-s3 .about-widget,.wpo-site-footer-s4 .about-widget,.wpo-site-footer-s5 .about-widget {
    text-align: center
}

.wpo-site-footer .about-widget .logo,.wpo-site-footer-s2 .about-widget .logo,.wpo-site-footer-s3 .about-widget .logo,.wpo-site-footer-s4 .about-widget .logo,.wpo-site-footer-s5 .about-widget .logo {
    color: #fff;
    font-family: monallesia;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: -25px
}

@media(max-width: 991px) {
    .wpo-site-footer .about-widget .logo,.wpo-site-footer-s2 .about-widget .logo,.wpo-site-footer-s3 .about-widget .logo,.wpo-site-footer-s4 .about-widget .logo,.wpo-site-footer-s5 .about-widget .logo {
        font-size:40px
    }
}

.wpo-site-footer .about-widget .logo span,.wpo-site-footer-s2 .about-widget .logo span,.wpo-site-footer-s3 .about-widget .logo span,.wpo-site-footer-s4 .about-widget .logo span,.wpo-site-footer-s5 .about-widget .logo span {
    position: relative
}

.wpo-site-footer .about-widget .logo span i,.wpo-site-footer-s2 .about-widget .logo span i,.wpo-site-footer-s3 .about-widget .logo span i,.wpo-site-footer-s4 .about-widget .logo span i,.wpo-site-footer-s5 .about-widget .logo span i {
    font-size: 13px;
    left: 1px;
    position: absolute;
    top: 3px
}

.wpo-site-footer .about-widget,.wpo-site-footer-s2 .about-widget,.wpo-site-footer-s3 .about-widget,.wpo-site-footer-s4 .about-widget,.wpo-site-footer-s5 .about-widget {
    margin: 0 auto;
    max-width: 400px
}

.wpo-site-footer .about-widget p,.wpo-site-footer-s2 .about-widget p,.wpo-site-footer-s3 .about-widget p,.wpo-site-footer-s4 .about-widget p,.wpo-site-footer-s5 .about-widget p {
    line-height: 1.9em;
    margin-bottom: .8em
}

.wpo-site-footer .about-widget p:last-child,.wpo-site-footer-s2 .about-widget p:last-child,.wpo-site-footer-s3 .about-widget p:last-child,.wpo-site-footer-s4 .about-widget p:last-child,.wpo-site-footer-s5 .about-widget p:last-child {
    margin-bottom: 0
}

.wpo-site-footer .about-widget ul,.wpo-site-footer-s2 .about-widget ul,.wpo-site-footer-s3 .about-widget ul,.wpo-site-footer-s4 .about-widget ul,.wpo-site-footer-s5 .about-widget ul {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 10px
}

.wpo-site-footer .about-widget ul li,.wpo-site-footer-s2 .about-widget ul li,.wpo-site-footer-s3 .about-widget ul li,.wpo-site-footer-s4 .about-widget ul li,.wpo-site-footer-s5 .about-widget ul li {
    float: left;
    font-size: 22px
}

.wpo-site-footer .about-widget ul li a,.wpo-site-footer-s2 .about-widget ul li a,.wpo-site-footer-s3 .about-widget ul li a,.wpo-site-footer-s4 .about-widget ul li a,.wpo-site-footer-s5 .about-widget ul li a {
    background: 255,255,255,.1;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #caa6c7;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 49px;
    text-align: center;
    transition: all .3s;
    width: 45px
}

.wpo-site-footer .about-widget ul li a:hover,.wpo-site-footer-s2 .about-widget ul li a:hover,.wpo-site-footer-s3 .about-widget ul li a:hover,.wpo-site-footer-s4 .about-widget ul li a:hover,.wpo-site-footer-s5 .about-widget ul li a:hover {
    background: #b5a2bd;
    color: #fff
}

.wpo-site-footer .about-widget ul li+li,.wpo-site-footer-s2 .about-widget ul li+li,.wpo-site-footer-s3 .about-widget ul li+li,.wpo-site-footer-s4 .about-widget ul li+li,.wpo-site-footer-s5 .about-widget ul li+li {
    margin-left: 25px
}

@media screen and (max-width: 1600px) {
    .wpo-site-footer .about-widget ul li+li,.wpo-site-footer-s2 .about-widget ul li+li,.wpo-site-footer-s3 .about-widget ul li+li,.wpo-site-footer-s4 .about-widget ul li+li,.wpo-site-footer-s5 .about-widget ul li+li {
        margin-left:10px
    }
}

.wpo-site-footer .link-widget,.wpo-site-footer-s2 .link-widget,.wpo-site-footer-s3 .link-widget,.wpo-site-footer-s4 .link-widget,.wpo-site-footer-s5 .link-widget {
    overflow: hidden
}

@media(max-width: 767px) {
    .wpo-site-footer .link-widget,.wpo-site-footer-s2 .link-widget,.wpo-site-footer-s3 .link-widget,.wpo-site-footer-s4 .link-widget,.wpo-site-footer-s5 .link-widget {
        text-align:center
    }
}

.wpo-site-footer .link-widget .link-wrap,.wpo-site-footer-s2 .link-widget .link-wrap,.wpo-site-footer-s3 .link-widget .link-wrap,.wpo-site-footer-s4 .link-widget .link-wrap,.wpo-site-footer-s5 .link-widget .link-wrap {
    display: flex
}

@media(max-width: 767px) {
    .wpo-site-footer .link-widget .link-wrap,.wpo-site-footer-s2 .link-widget .link-wrap,.wpo-site-footer-s3 .link-widget .link-wrap,.wpo-site-footer-s4 .link-widget .link-wrap,.wpo-site-footer-s5 .link-widget .link-wrap {
        justify-content:center
    }
}

.wpo-site-footer .link-widget .link-wrap ul+ul,.wpo-site-footer-s2 .link-widget .link-wrap ul+ul,.wpo-site-footer-s3 .link-widget .link-wrap ul+ul,.wpo-site-footer-s4 .link-widget .link-wrap ul+ul,.wpo-site-footer-s5 .link-widget .link-wrap ul+ul {
    margin-left: 50px
}

.wpo-site-footer .link-widget ul li,.wpo-site-footer-s2 .link-widget ul li,.wpo-site-footer-s3 .link-widget ul li,.wpo-site-footer-s4 .link-widget ul li,.wpo-site-footer-s5 .link-widget ul li {
    position: relative
}

.wpo-site-footer .link-widget ul li a,.wpo-site-footer-s2 .link-widget ul li a,.wpo-site-footer-s3 .link-widget ul li a,.wpo-site-footer-s4 .link-widget ul li a,.wpo-site-footer-s5 .link-widget ul li a {
    color: #fff;
    font-size: 18px
}

.wpo-site-footer .link-widget ul li a:hover,.wpo-site-footer-s2 .link-widget ul li a:hover,.wpo-site-footer-s3 .link-widget ul li a:hover,.wpo-site-footer-s4 .link-widget ul li a:hover,.wpo-site-footer-s5 .link-widget ul li a:hover {
    text-decoration: underline
}

.wpo-site-footer .link-widget ul li+li,.wpo-site-footer-s2 .link-widget ul li+li,.wpo-site-footer-s3 .link-widget ul li+li,.wpo-site-footer-s4 .link-widget ul li+li,.wpo-site-footer-s5 .link-widget ul li+li {
    padding-top: 15px
}

.wpo-site-footer .wpo-service-link-widget,.wpo-site-footer-s2 .wpo-service-link-widget,.wpo-site-footer-s3 .wpo-service-link-widget,.wpo-site-footer-s4 .wpo-service-link-widget,.wpo-site-footer-s5 .wpo-service-link-widget {
    text-align: center
}

@media(max-width: 991px) {
    .wpo-site-footer .wpo-service-link-widget,.wpo-site-footer-s2 .wpo-service-link-widget,.wpo-site-footer-s3 .wpo-service-link-widget,.wpo-site-footer-s4 .wpo-service-link-widget,.wpo-site-footer-s5 .wpo-service-link-widget {
        text-align:left
    }
}

@media(max-width: 767px) {
    .wpo-site-footer .wpo-service-link-widget,.wpo-site-footer-s2 .wpo-service-link-widget,.wpo-site-footer-s3 .wpo-service-link-widget,.wpo-site-footer-s4 .wpo-service-link-widget,.wpo-site-footer-s5 .wpo-service-link-widget {
        text-align:center
    }
}

.wpo-site-footer .contact-ft,.wpo-site-footer-s2 .contact-ft,.wpo-site-footer-s3 .contact-ft,.wpo-site-footer-s4 .contact-ft,.wpo-site-footer-s5 .contact-ft {
    margin-top: 20px
}

@media(max-width: 1500px) {
    .wpo-site-footer .contact-ft,.wpo-site-footer-s2 .contact-ft,.wpo-site-footer-s3 .contact-ft,.wpo-site-footer-s4 .contact-ft,.wpo-site-footer-s5 .contact-ft {
        padding-right:0
    }
}

.wpo-site-footer .contact-ft ul li,.wpo-site-footer-s2 .contact-ft ul li,.wpo-site-footer-s3 .contact-ft ul li,.wpo-site-footer-s4 .contact-ft ul li,.wpo-site-footer-s5 .contact-ft ul li {
    color: #b5a2bd;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative
}

.wpo-site-footer .contact-ft ul li i,.wpo-site-footer-s2 .contact-ft ul li i,.wpo-site-footer-s3 .contact-ft ul li i,.wpo-site-footer-s4 .contact-ft ul li i,.wpo-site-footer-s5 .contact-ft ul li i {
    left: 0;
    position: absolute;
    top: 0
}

.wpo-site-footer .contact-ft ul li .fi:before,.wpo-site-footer-s2 .contact-ft ul li .fi:before,.wpo-site-footer-s3 .contact-ft ul li .fi:before,.wpo-site-footer-s4 .contact-ft ul li .fi:before,.wpo-site-footer-s5 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px
}

.wpo-site-footer .wpo-lower-footer,.wpo-site-footer-s2 .wpo-lower-footer,.wpo-site-footer-s3 .wpo-lower-footer,.wpo-site-footer-s4 .wpo-lower-footer,.wpo-site-footer-s5 .wpo-lower-footer {
    background: #a290aa;
    border-top: 1px solid #b4a1bc;
    position: relative;
    text-align: center;
    z-index: -1
}

.wpo-site-footer .wpo-lower-footer .row,.wpo-site-footer-s2 .wpo-lower-footer .row,.wpo-site-footer-s3 .wpo-lower-footer .row,.wpo-site-footer-s4 .wpo-lower-footer .row,.wpo-site-footer-s5 .wpo-lower-footer .row {
    padding: 35px 0;
    position: relative
}

.wpo-site-footer .wpo-lower-footer .copyright,.wpo-site-footer-s2 .wpo-lower-footer .copyright,.wpo-site-footer-s3 .wpo-lower-footer .copyright,.wpo-site-footer-s4 .wpo-lower-footer .copyright,.wpo-site-footer-s5 .wpo-lower-footer .copyright {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0
}

.wpo-site-footer .wpo-lower-footer .copyright a,.wpo-site-footer-s2 .wpo-lower-footer .copyright a,.wpo-site-footer-s3 .wpo-lower-footer .copyright a,.wpo-site-footer-s4 .wpo-lower-footer .copyright a,.wpo-site-footer-s5 .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: none
}

@media(max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .copyright,.wpo-site-footer-s2 .wpo-lower-footer .copyright,.wpo-site-footer-s3 .wpo-lower-footer .copyright,.wpo-site-footer-s4 .wpo-lower-footer .copyright,.wpo-site-footer-s5 .wpo-lower-footer .copyright {
        display:block;
        float: none
    }
}

.wpo-site-footer .ft-shape-1,.wpo-site-footer-s2 .ft-shape-1,.wpo-site-footer-s3 .ft-shape-1,.wpo-site-footer-s4 .ft-shape-1,.wpo-site-footer-s5 .ft-shape-1 {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-site-footer .ft-shape-1,.wpo-site-footer-s2 .ft-shape-1,.wpo-site-footer-s3 .ft-shape-1,.wpo-site-footer-s4 .ft-shape-1,.wpo-site-footer-s5 .ft-shape-1 {
        display:none
    }
}

.wpo-site-footer .ft-shape-2,.wpo-site-footer-s2 .ft-shape-2,.wpo-site-footer-s3 .ft-shape-2,.wpo-site-footer-s4 .ft-shape-2,.wpo-site-footer-s5 .ft-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-site-footer .ft-shape-2,.wpo-site-footer-s2 .ft-shape-2,.wpo-site-footer-s3 .ft-shape-2,.wpo-site-footer-s4 .ft-shape-2,.wpo-site-footer-s5 .ft-shape-2 {
        display:none
    }
}

.wpo-site-footer-s2 {
    background: #96a4bc
}

.wpo-site-footer-s2 .wpo-lower-footer {
    background: #96a4bc;
    border-color: #a1b3d3
}

.wpo-site-footer-s3 {
    background: #515a44
}

.wpo-site-footer-s3 .wpo-lower-footer {
    background: #515a44;
    border-color: #5f6852
}

.wpo-site-footer-s4 {
    background: #7e78b2
}

.wpo-site-footer-s4 .wpo-lower-footer {
    background: #7e78b2;
    border-color: #9690c9
}

.wpo-site-footer-s5 {
    background-color: #cba195
}

.wpo-site-footer-s5 .wpo-lower-footer {
    background-color: #cba195;
    border-color: #ddaea1
}

.sticky-header {
    left: 0;
    opacity: 0;
    position: fixed;
    top: -200px;
    transition: all .7s;
    width: 100%;
    z-index: 9999
}

.sticky-on {
    opacity: 1;
    top: 0
}

.wpo-wedding-date .wedding-date-wrap .react-countdown,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown {
    display: flex;
    justify-content: space-between
}

@media(max-width: 1200px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0
    }
}

.wpo-wedding-date .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section {
    background: #efe6ee;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 220px;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section {
        /*height:180px;*/
        margin: 0 20px;
        /*width: 180px*/
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section {
        margin-bottom:40px
    }
}

.wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:after,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:after,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section:after,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:after {
    border: 1px solid #b5a2bd;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1
}

.wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:before,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:before,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section:before,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:before {
    background: url(../../static/media/time_down_left.png?v=2) no-repeat 50%;
    bottom: -50px;
    content: "";
    height: 190px;
    left: -50px;
    position: absolute;
    width: 130px;
    z-index: 1
}

.wpo-wedding-date .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before {
    background: url(../../static/media/time_up_left.png?v=1) no-repeat 50%;
    left: -50px;
    top: -50px;
    width: 170px
}
.wpo-wedding-date .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time {
    color: #242424;
    font-family: monallesia;
    font-size: 10vh;
    font-style: normal;
    font-weight: 400;
    line-height: 100px
}

@media(max-width: 1400px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time {
        /* font-size:40px; */line-height:50px
    }
}

.wpo-wedding-date .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
    color: #4d4d4d;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 1400px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
        font-size:18px
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-text,.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
        font-size:16px
    }
}

.wpo-couple-section,.wpo-couple-section-s2 {
    overflow: hidden;
    padding-bottom: 50px
}

@media(max-width: 991px) {
    .wpo-couple-section,.wpo-couple-section-s2 {
        padding-bottom:20px
    }
}

.wpo-couple-section .couple-area .couple-wrap,.wpo-couple-section-s2 .couple-area .couple-wrap {
    margin: 0 auto;
    max-width: 1060px;
    position: relative;
    z-index: 1
}

.wpo-couple-section .couple-area .couple-wrap .shape-1,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
    bottom: 0;
    left: -400px;
    position: absolute;
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    z-index: -1
}

@media(max-width: 1199px) {
    .wpo-couple-section .couple-area .couple-wrap .shape-1,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
        left:-200px;
        max-width: 350px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section .couple-area .couple-wrap .shape-1,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
        display:none
    }
}

.wpo-couple-section .couple-area .couple-wrap .shape-1 img,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 img {
    -webkit-animation: leafAniamtion 8s ease-in infinite;
    animation: leafAniamtion 8s ease-in infinite
}

.wpo-couple-section .couple-area .couple-wrap .shape-2,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
    bottom: 0;
    position: absolute;
    right: -320px;
    z-index: -1
}

@media(max-width: 1199px) {
    .wpo-couple-section .couple-area .couple-wrap .shape-2,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
        max-width:350px;
        right: -180px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section .couple-area .couple-wrap .shape-2,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
        display:none
    }
}

.wpo-couple-section .couple-area .couple-wrap .shape-2 img,.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 img {
    -webkit-animation: leafAniamtion 8s ease-in infinite;
    animation: leafAniamtion 8s ease-in infinite
}

.wpo-couple-section .couple-area .couple-item,.wpo-couple-section-s2 .couple-area .couple-item {
    background: #fff;
    border-radius: 250px 250px 0 0;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    overflow: hidden;
    padding: 30px;
    position: relative
}

@media(max-width: 350px) {
    .wpo-couple-section .couple-area .couple-item,.wpo-couple-section-s2 .couple-area .couple-item {
        padding:20px
    }
}

.wpo-couple-section .couple-area .couple-item .couple-img,.wpo-couple-section-s2 .couple-area .couple-item .couple-img {
    border-radius: 250px 250px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.wpo-couple-section .couple-area .couple-item .couple-img img,.wpo-couple-section-s2 .couple-area .couple-item .couple-img img {
    border-radius: 250px 250px 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .6s
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .couple-item .couple-img,.wpo-couple-section-s2 .couple-area .couple-item .couple-img {
        margin-bottom:10px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section .couple-area .couple-item .couple-img,.wpo-couple-section-s2 .couple-area .couple-item .couple-img {
        margin-bottom:0
    }
}

.wpo-couple-section .couple-area .couple-item:hover .couple-img img,.wpo-couple-section-s2 .couple-area .couple-item:hover .couple-img img {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg)
}

.wpo-couple-section .couple-area .couple-item .couple-text,.wpo-couple-section-s2 .couple-area .couple-item .couple-text {
    bottom: 0;
    left: 0;
    padding: 40px;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-couple-section .couple-area .couple-item .couple-text,.wpo-couple-section-s2 .couple-area .couple-item .couple-text {
        padding:25px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section .couple-area .couple-item .couple-text,.wpo-couple-section-s2 .couple-area .couple-item .couple-text {
        padding:15px
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .wpo-couple-section .couple-area .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section .couple-area .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
        margin:10px 0 .2em
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text p,.wpo-couple-section-s2 .couple-area .couple-item .couple-text p {
    margin-bottom: 0;
    max-width: 342px
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .couple-item .couple-text p,.wpo-couple-section-s2 .couple-area .couple-item .couple-text p {
        font-size:16px;
        max-width: 245px
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul,.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul {
    display: flex;
    list-style: none;
    overflow: hidden;
    padding-top: 15px
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .couple-item .couple-text ul,.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul {
        display:flex;
        padding-top: 10px
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul>li+li,.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul>li+li {
    margin-left: 25px
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a,.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    text-align: center
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a:hover,.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a:hover {
    color: #b5a2bd
}

.wpo-couple-section .couple-area .couple-item .couple-text .couple-bg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media(max-width: 400px) {
    .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg {
        bottom:-10px
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
    height: 433px;
    width: 500px
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
        height:390px;
        width: 370px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
        height:375px;
        width: 463px
    }
}

@media(max-width: 400px) {
    .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
        height:420px;
        width: 400px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
        height:382px;
        width: 382px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section .couple-area .col:last-child .couple-item,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item {
        margin-top:30px
    }
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text {
    left: auto;
    right: 0;
    text-align: right
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text p,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text p {
    margin-left: auto
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text ul,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text ul {
    justify-content: flex-end
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text .couple-bg,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text .couple-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media(max-width: 400px) {
    .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text .couple-bg,.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text .couple-bg {
        bottom:-10px
    }
}

.wpo-story-section,.wpo-story-section-s2 {
    position: relative;
    z-index: 1
}

.wpo-story-section .wpo-story-wrap,.wpo-story-section-s2 .wpo-story-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto 0;
    max-width: 1096px;
    padding-bottom: 100px
}

@media(max-width: 575px) {
    .wpo-story-section .wpo-story-wrap,.wpo-story-section-s2 .wpo-story-wrap {
        padding-bottom:50px
    }
}

.wpo-story-section .wpo-story-item,.wpo-story-section-s2 .wpo-story-item {
    margin-bottom: 150px;
    opacity: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 230px;
    transition: opacity .3s ease
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item,.wpo-story-section-s2 .wpo-story-item {
        margin-bottom:30px;
        position: relative;
        top: 0
    }
}

.wpo-story-section .wpo-story-item .wpo-story-img,.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    margin-right: -30px;
    max-width: 500px;
    padding: 20px;
    position: relative;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-story-section .wpo-story-item .wpo-story-img,.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
        max-width:450px
    }
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item .wpo-story-img,.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
        margin:0 auto;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content,.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg,hsla(0,0%,100%,.6) 13.65%,hsla(0,0%,100%,.3) 91.31%);
    border: 1px solid hsla(0,0%,72%,.3);
    box-shadow: 0 20px 20px 0 rgba(62,62,62,.05);
    margin-left: -30px;
    max-width: 500px;
    padding: 60px;
    position: relative;
    text-align: center;
    -webkit-transform: rotate(-15.089deg);
    transform: rotate(-15.089deg);
    z-index: 11
}

@media(max-width: 1199px) {
    .wpo-story-section .wpo-story-item .wpo-story-content,.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        max-width:450px;
        padding: 50px
    }
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item .wpo-story-content,.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin:0 auto;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media(max-width: 575px) {
    .wpo-story-section .wpo-story-item .wpo-story-content,.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        padding:40px 20px
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .pin,.wpo-story-section-s2 .wpo-story-item .wpo-story-content .pin {
    left: 80px;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item .wpo-story-content .pin,.wpo-story-section-s2 .wpo-story-item .wpo-story-content .pin {
        display:none
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content h2,.wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 40px
}

@media(max-width: 1199px) {
    .wpo-story-section .wpo-story-item .wpo-story-content h2,.wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
        font-size:25px;
        line-height: 36px;
        margin-bottom: 20px;
        margin-top: 30px
    }
}

@media(max-width: 575px) {
    .wpo-story-section .wpo-story-item .wpo-story-content h2,.wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
        font-size:25px;
        margin-bottom: 10px
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content span,.wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
    color: #caa6c7;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .wpo-story-section .wpo-story-item .wpo-story-content span,.wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
        margin-bottom:10px
    }
}

@media(max-width: 575px) {
    .wpo-story-section .wpo-story-item .wpo-story-content span,.wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
        font-size:18px
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content p,.wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
    color: #707070;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px
}

@media(max-width: 1399px) {
    .wpo-story-section .wpo-story-item .wpo-story-content p,.wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
        font-size:18px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section .wpo-story-item .wpo-story-content p,.wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
        font-size:16px
    }
}

@media(max-width: 575px) {
    .wpo-story-section .wpo-story-item .wpo-story-content p,.wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
        font-size:17px
    }
}

.wpo-story-section .wpo-story-item:nth-child(2n) .col:first-child,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col:first-child {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item:nth-child(2n) .col:first-child,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col:first-child {
        order:unset;
        -webkit-order: unset;
        -moz-order: unset
    }
}

.wpo-story-section .wpo-story-item:nth-child(2n) .col:last-child,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col:last-child {
    flex: 1 1;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1
}

.wpo-story-section .wpo-story-item:nth-child(2n) .col .wpo-story-img,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col .wpo-story-img {
    margin: 0 0 0 -30px;
    -webkit-transform: rotate(-15.089deg);
    transform: rotate(-15.089deg)
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item:nth-child(2n) .col .wpo-story-img,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col .wpo-story-img {
        margin:0 auto;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.wpo-story-section .wpo-story-item:nth-child(2n) .col .wpo-story-content,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col .wpo-story-content {
    margin: 0 -30px 0 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

@media(max-width: 991px) {
    .wpo-story-section .wpo-story-item:nth-child(2n) .col .wpo-story-content,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col .wpo-story-content {
        margin:0 auto;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.wpo-story-section .wpo-story-item:nth-child(2n) .col .wpo-story-content .pin,.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .col .wpo-story-content .pin {
    left: auto;
    position: absolute;
    right: 80px;
    top: -30px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media(min-width: 991px) {
    .wpo-story-section .wpo-story-item.fade-out,.wpo-story-section-s2 .wpo-story-item.fade-out {
        opacity:0
    }
}

.wpo-story-section .flower-shape-1,.wpo-story-section-s2 .flower-shape-1 {
    bottom: 20px;
    left: 0;
    min-height: 100%;
    position: absolute;
    z-index: -1
}

.wpo-story-section .flower-shape-1 .flower-sticky,.wpo-story-section-s2 .flower-shape-1 .flower-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px
}

@media(max-width: 575px) {
    .wpo-story-section .flower-shape-1,.wpo-story-section-s2 .flower-shape-1 {
        display:none
    }
}

.wpo-story-section .flower-shape-2,.wpo-story-section-s2 .flower-shape-2 {
    bottom: 20px;
    min-height: 100%;
    position: absolute;
    right: 0;
    z-index: -1
}

.wpo-story-section .flower-shape-2 .flower-sticky,.wpo-story-section-s2 .flower-shape-2 .flower-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px
}

@media(max-width: 575px) {
    .wpo-story-section .flower-shape-2,.wpo-story-section-s2 .flower-shape-2 {
        display:none
    }
}

.wpo-story-section-s2.style-2 .flower-shape-1,.wpo-story-section-s2.style-2 .flower-shape-2,.wpo-story-section.style-2 .flower-shape-1,.wpo-story-section.style-2 .flower-shape-2 {
    bottom: auto;
    top: 100px
}

@media(max-width: 1600px) {
    .flower-shape-1 img,.flower-shape-2 img {
        max-width:300px
    }
}

@media(max-width: 1399px) {
    .flower-shape-1 img,.flower-shape-2 img {
        max-width:200px
    }
}

.wpo-portfolio-section,.wpo-portfolio-section-s2,.wpo-portfolio-section-s3 {
    overflow: hidden;
    padding-bottom: 90px;
    padding-left: 70px;
    padding-right: 70px
}

@media(max-width: 991px) {
    .wpo-portfolio-section,.wpo-portfolio-section-s2,.wpo-portfolio-section-s3 {
        padding-bottom:60px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section,.wpo-portfolio-section-s2,.wpo-portfolio-section-s3 {
        padding-bottom:50px
    }
}

@media(max-width: 991px) {
    .wpo-portfolio-section .gallery-side-img,.wpo-portfolio-section-s2 .gallery-side-img,.wpo-portfolio-section-s3 .gallery-side-img {
        margin-bottom:30px
    }
}

.wpo-portfolio-section .gallery-side-img .img-holder,.wpo-portfolio-section-s2 .gallery-side-img .img-holder,.wpo-portfolio-section-s3 .gallery-side-img .img-holder {
    background: #fff;
    border-radius: 140px;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 15px;
    position: relative
}

@media(max-width: 991px) {
    .wpo-portfolio-section .gallery-side-img .img-holder,.wpo-portfolio-section-s2 .gallery-side-img .img-holder,.wpo-portfolio-section-s3 .gallery-side-img .img-holder {
        border-radius:0
    }
}

.wpo-portfolio-section .gallery-side-img .img-holder img,.wpo-portfolio-section-s2 .gallery-side-img .img-holder img,.wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
    border-radius: 140px;
    width: 100%
}

@media(max-width: 991px) {
    .wpo-portfolio-section .gallery-side-img .img-holder img,.wpo-portfolio-section-s2 .gallery-side-img .img-holder img,.wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
        border-radius:0
    }
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap {
    display: block;
    position: relative
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 260px
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content span,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content span,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content span {
    color: #707070
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content h4,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content h4,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content h4 {
    font-size: 30px;
    font-weight: 600
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content h4 a,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content h4 a,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content h4 a {
    color: #242424
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content h4 a:hover,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content h4 a:hover,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content h4 a:hover {
    color: #b5a2bd
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap .hover-content i,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap .hover-content i,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap .hover-content i {
    color: #242424;
    font-size: 30px
}

.wpo-portfolio-section .gallery-side-img .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .gallery-side-img .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .gallery-side-img .img-holder .inner-wrap:before {
    background: hsla(0,0%,100%,.8);
    border-radius: 140px;
    content: "";
    height: 96%;
    left: 2%;
    opacity: 0;
    position: absolute;
    top: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
    width: 96%
}

.wpo-portfolio-section .portfolio-grids,.wpo-portfolio-section-s2 .portfolio-grids,.wpo-portfolio-section-s3 .portfolio-grids {
    margin: 0 -7.5px
}

.wpo-portfolio-section .portfolio-grids .grid img,.wpo-portfolio-section-s2 .portfolio-grids .grid img,.wpo-portfolio-section-s3 .portfolio-grids .grid img {
    width: 100%
}

.wpo-portfolio-section .grid,.wpo-portfolio-section-s2 .grid,.wpo-portfolio-section-s3 .grid {
    margin-bottom: 30px
}

.wpo-portfolio-section .grid .img-holder,.wpo-portfolio-section-s2 .grid .img-holder,.wpo-portfolio-section-s3 .grid .img-holder {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 15px;
    position: relative;
    width: 100%
}

.wpo-portfolio-section .grid .img-holder .inner-wrap,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap {
    cursor: pointer;
    display: block;
    position: relative
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 260px
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content span,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content span,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content span {
    color: #707070
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content h4,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content h4,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content h4 {
    font-size: 30px;
    font-weight: 600
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content h4 a,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content h4 a,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content h4 a {
    color: #242424
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content h4 a:hover,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content h4 a:hover,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content h4 a:hover {
    color: #b5a2bd
}

.wpo-portfolio-section .grid .img-holder .inner-wrap .hover-content i,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap .hover-content i,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap .hover-content i {
    color: #242424;
    font-size: 30px
}

.wpo-portfolio-section .grid .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .grid .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .grid .img-holder .inner-wrap:before {
    background: hsla(0,0%,100%,.8);
    content: "";
    height: 96%;
    left: 2%;
    opacity: 0;
    position: absolute;
    top: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
    width: 96%
}

.wpo-portfolio-section .grid:first-child,.wpo-portfolio-section .grid:nth-child(3),.wpo-portfolio-section-s2 .grid:first-child,.wpo-portfolio-section-s2 .grid:nth-child(3),.wpo-portfolio-section-s3 .grid:first-child,.wpo-portfolio-section-s3 .grid:nth-child(3) {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
    border-radius: 200px 200px 0 0
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(2) .img-holder,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
        border-radius:0
    }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder .inner-wrap:before {
    border-radius: 200px 200px 0 0
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(2) .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder .inner-wrap:before {
        border-radius:0
    }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder img,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
    border-radius: 200px 200px 0 0
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(2) .img-holder img,.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
        border-radius:0
    }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
    border-radius: 0 0 200px 200px
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(5) .img-holder,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
        border-radius:0
    }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder .inner-wrap:before {
    border-radius: 0 0 200px 200px
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(5) .img-holder .inner-wrap:before,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder .inner-wrap:before,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder .inner-wrap:before {
        border-radius:0
    }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder img,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
    border-radius: 0 0 200px 200px
}

@media(max-width: 991px) {
    .wpo-portfolio-section .grid:nth-child(5) .img-holder img,.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
        border-radius:0
    }
}

.wpo-portfolio-section .img-holder:hover .inner-wrap .hover-content,.wpo-portfolio-section-s2 .img-holder:hover .inner-wrap .hover-content,.wpo-portfolio-section-s3 .img-holder:hover .inner-wrap .hover-content {
    opacity: 1
}

.wpo-portfolio-section .img-holder:hover .inner-wrap:before,.wpo-portfolio-section-s2 .img-holder:hover .inner-wrap:before,.wpo-portfolio-section-s3 .img-holder:hover .inner-wrap:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wpo-contact-section,.wpo-contact-section-s2,.wpo-contact-section-s3,.wpo-contact-section-s4,.wpo-contact-section-s5,.wpo-contact-section-s6,.wpo-contact-section-s7,.wpo-contact-section-s8 {
    overflow: hidden;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-contact-section,.wpo-contact-section-s2,.wpo-contact-section-s3,.wpo-contact-section-s4,.wpo-contact-section-s5,.wpo-contact-section-s6,.wpo-contact-section-s7,.wpo-contact-section-s8 {
        padding-bottom:60px
    }
}

@media(max-width: 767px) {
    .wpo-contact-section,.wpo-contact-section-s2,.wpo-contact-section-s3,.wpo-contact-section-s4,.wpo-contact-section-s5,.wpo-contact-section-s6,.wpo-contact-section-s7,.wpo-contact-section-s8 {
        padding-bottom:50px
    }
}

.wpo-contact-section .contact-wrap,.wpo-contact-section-s2 .contact-wrap,.wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s4 .contact-wrap,.wpo-contact-section-s5 .contact-wrap,.wpo-contact-section-s6 .contact-wrap,.wpo-contact-section-s7 .contact-wrap,.wpo-contact-section-s8 .contact-wrap {
    margin: 0 auto;
    max-width: 1365px;
    position: relative
}

.wpo-contact-section .contact-wrap .row,.wpo-contact-section-s2 .contact-wrap .row,.wpo-contact-section-s3 .contact-wrap .row,.wpo-contact-section-s4 .contact-wrap .row,.wpo-contact-section-s5 .contact-wrap .row,.wpo-contact-section-s6 .contact-wrap .row,.wpo-contact-section-s7 .contact-wrap .row,.wpo-contact-section-s8 .contact-wrap .row {
    align-items: flex-end
}

.wpo-contact-section .contact-wrap .shape-1,.wpo-contact-section-s2 .contact-wrap .shape-1,.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s4 .contact-wrap .shape-1,.wpo-contact-section-s5 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1,.wpo-contact-section-s7 .contact-wrap .shape-1,.wpo-contact-section-s8 .contact-wrap .shape-1 {
    bottom: 0;
    left: -80px;
    position: absolute;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-contact-section .contact-wrap .shape-1,.wpo-contact-section-s2 .contact-wrap .shape-1,.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s4 .contact-wrap .shape-1,.wpo-contact-section-s5 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1,.wpo-contact-section-s7 .contact-wrap .shape-1,.wpo-contact-section-s8 .contact-wrap .shape-1 {
        display:none
    }
}

@media(max-width: 1399px) {
    .wpo-contact-section .contact-wrap .shape-1 img,.wpo-contact-section-s2 .contact-wrap .shape-1 img,.wpo-contact-section-s3 .contact-wrap .shape-1 img,.wpo-contact-section-s4 .contact-wrap .shape-1 img,.wpo-contact-section-s5 .contact-wrap .shape-1 img,.wpo-contact-section-s6 .contact-wrap .shape-1 img,.wpo-contact-section-s7 .contact-wrap .shape-1 img,.wpo-contact-section-s8 .contact-wrap .shape-1 img {
        max-width:350px
    }
}

.wpo-contact-section .contact-wrap .shape-2,.wpo-contact-section-s2 .contact-wrap .shape-2,.wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s4 .contact-wrap .shape-2,.wpo-contact-section-s5 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2,.wpo-contact-section-s7 .contact-wrap .shape-2,.wpo-contact-section-s8 .contact-wrap .shape-2 {
    bottom: 0;
    position: absolute;
    right: -180px;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-contact-section .contact-wrap .shape-2,.wpo-contact-section-s2 .contact-wrap .shape-2,.wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s4 .contact-wrap .shape-2,.wpo-contact-section-s5 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2,.wpo-contact-section-s7 .contact-wrap .shape-2,.wpo-contact-section-s8 .contact-wrap .shape-2 {
        display:none
    }
}

@media(max-width: 1399px) {
    .wpo-contact-section .contact-wrap .shape-2 img,.wpo-contact-section-s2 .contact-wrap .shape-2 img,.wpo-contact-section-s3 .contact-wrap .shape-2 img,.wpo-contact-section-s4 .contact-wrap .shape-2 img,.wpo-contact-section-s5 .contact-wrap .shape-2 img,.wpo-contact-section-s6 .contact-wrap .shape-2 img,.wpo-contact-section-s7 .contact-wrap .shape-2 img,.wpo-contact-section-s8 .contact-wrap .shape-2 img {
        max-width:350px
    }
}

.wpo-contact-section .contact-img-wrap,.wpo-contact-section-s2 .contact-img-wrap,.wpo-contact-section-s3 .contact-img-wrap,.wpo-contact-section-s4 .contact-img-wrap,.wpo-contact-section-s5 .contact-img-wrap,.wpo-contact-section-s6 .contact-img-wrap,.wpo-contact-section-s7 .contact-img-wrap,.wpo-contact-section-s8 .contact-img-wrap {
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-contact-section .contact-img-wrap,.wpo-contact-section-s2 .contact-img-wrap,.wpo-contact-section-s3 .contact-img-wrap,.wpo-contact-section-s4 .contact-img-wrap,.wpo-contact-section-s5 .contact-img-wrap,.wpo-contact-section-s6 .contact-img-wrap,.wpo-contact-section-s7 .contact-img-wrap,.wpo-contact-section-s8 .contact-img-wrap {
        display:none
    }
}

.wpo-contact-section .contact-img-wrap .back-shape,.wpo-contact-section-s2 .contact-img-wrap .back-shape,.wpo-contact-section-s3 .contact-img-wrap .back-shape,.wpo-contact-section-s4 .contact-img-wrap .back-shape,.wpo-contact-section-s5 .contact-img-wrap .back-shape,.wpo-contact-section-s6 .contact-img-wrap .back-shape,.wpo-contact-section-s7 .contact-img-wrap .back-shape,.wpo-contact-section-s8 .contact-img-wrap .back-shape {
    bottom: 0;
    left: 280px;
    position: absolute;
    z-index: -1
}

.wpo-contact-section .contact-img-wrap .back-shape svg,.wpo-contact-section-s2 .contact-img-wrap .back-shape svg,.wpo-contact-section-s3 .contact-img-wrap .back-shape svg,.wpo-contact-section-s4 .contact-img-wrap .back-shape svg,.wpo-contact-section-s5 .contact-img-wrap .back-shape svg,.wpo-contact-section-s6 .contact-img-wrap .back-shape svg,.wpo-contact-section-s7 .contact-img-wrap .back-shape svg,.wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
    height: 954px;
    width: 693px
}

@media(max-width: 1399px) {
    .wpo-contact-section .contact-img-wrap .back-shape svg,.wpo-contact-section-s2 .contact-img-wrap .back-shape svg,.wpo-contact-section-s3 .contact-img-wrap .back-shape svg,.wpo-contact-section-s4 .contact-img-wrap .back-shape svg,.wpo-contact-section-s5 .contact-img-wrap .back-shape svg,.wpo-contact-section-s6 .contact-img-wrap .back-shape svg,.wpo-contact-section-s7 .contact-img-wrap .back-shape svg,.wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
        height:854px;
        width: 593px
    }
}

@media(max-width: 1199px) {
    .wpo-contact-section .contact-img-wrap .back-shape svg,.wpo-contact-section-s2 .contact-img-wrap .back-shape svg,.wpo-contact-section-s3 .contact-img-wrap .back-shape svg,.wpo-contact-section-s4 .contact-img-wrap .back-shape svg,.wpo-contact-section-s5 .contact-img-wrap .back-shape svg,.wpo-contact-section-s6 .contact-img-wrap .back-shape svg,.wpo-contact-section-s7 .contact-img-wrap .back-shape svg,.wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
        height:664px;
        width: 482px
    }
}

.wpo-contact-section .wpo-contact-section-wrapper,.wpo-contact-section-s2 .wpo-contact-section-wrapper,.wpo-contact-section-s3 .wpo-contact-section-wrapper,.wpo-contact-section-s4 .wpo-contact-section-wrapper,.wpo-contact-section-s5 .wpo-contact-section-wrapper,.wpo-contact-section-s6 .wpo-contact-section-wrapper,.wpo-contact-section-s7 .wpo-contact-section-wrapper,.wpo-contact-section-s8 .wpo-contact-section-wrapper {
    background-color: #fff;
    background: #f4d8be;
    border: 1px solid #e0e0e0;
    border-radius: 350px 350px 0 0;
    margin: 0 auto 0 -190px;
    max-width: 520px;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-contact-section .wpo-contact-section-wrapper,.wpo-contact-section-s2 .wpo-contact-section-wrapper,.wpo-contact-section-s3 .wpo-contact-section-wrapper,.wpo-contact-section-s4 .wpo-contact-section-wrapper,.wpo-contact-section-s5 .wpo-contact-section-wrapper,.wpo-contact-section-s6 .wpo-contact-section-wrapper,.wpo-contact-section-s7 .wpo-contact-section-wrapper,.wpo-contact-section-s8 .wpo-contact-section-wrapper {
        margin-left:-90px;
        max-width: 450px;
        width: auto
    }
}

@media(max-width: 991px) {
    .wpo-contact-section .wpo-contact-section-wrapper,.wpo-contact-section-s2 .wpo-contact-section-wrapper,.wpo-contact-section-s3 .wpo-contact-section-wrapper,.wpo-contact-section-s4 .wpo-contact-section-wrapper,.wpo-contact-section-s5 .wpo-contact-section-wrapper,.wpo-contact-section-s6 .wpo-contact-section-wrapper,.wpo-contact-section-s7 .wpo-contact-section-wrapper,.wpo-contact-section-s8 .wpo-contact-section-wrapper {
        margin:0 auto;
        max-width: 550px
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
    color: #fff;
    font-family: monallesia;
    font-size: 30px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
        font-size:20px;
        padding-bottom: 0
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2:before,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2:after,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2:before {
    display: none
}

@media(max-width: 1200px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
        margin-bottom:20px
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 100px 55px 50px;
    position: relative;
    z-index: 99
}

@media(max-width: 1199px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:80px 30px 60px
    }
}

@media(max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:80px 20px 20px
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
    box-shadow: none;
    outline: none
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
    color: #fff
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #fff
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
    color: #fff
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgB7dBLDYAwEEXRJ6ESKgUpSEACEnAATpCABCQgYXhNuuiiadPfqnOSWTVzkw6gJiMil+SdJUHDeRMx92ZQggtLImhRg4tHJLajBQNPELvRyn2P8/m7WfTA0MZZodRYP3NwplwTkLUHAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px);
    color: #fff;
    position: relative
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
    color: #707070
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxODY1NDc5Mjg1QzExRUQ4MEM3QUIzNjBBM0FEMUE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxODY1NDdBMjg1QzExRUQ4MEM3QUIzNjBBM0FEMUE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjE4NjU0NzcyODVDMTFFRDgwQzdBQjM2MEEzQUQxQTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjE4NjU0NzgyODVDMTFFRDgwQzdBQjM2MEEzQUQxQTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wMjn2AAAB60lEQVR42pTUP0hVYRjH8XMvp1RK01kRoSmbiiApB8klCXFxEKSMcmtoSGgIsqCmglatSAJF0kGJ1EG3aEgN0YaWdJCgRIMsja79OX2fy+/gy/E9t9sDn3vPff889/17giiKArmKJdTjMBbRo7oxTOj5iqfd9ThPho/TQRC04xjGcA6/MY0WrOIXfuIAavE80c6e31p/SzjDwzVcwBEMIYdLeI8+3EUWN3AR9Z52j3Av5GMLH/EMp/ASf1CD1/isOmu7jhFPu1msYdNGaNlnNKWcpmWxiRKU4gcilKmN/a5ABttqtw9NtpCDzsa4KlDpKT8kvj6PQ62NG+W4hSqNykZ+U993NEqLb+jFF6dvNtSw47Dn+3ijRY60g09UZ2XjatuFB+jWbuf7h+oUx3GN+KFTNqF1LXGSWTzFSTTglcqi5AiPYiHYGyOBP+Z1hOKEmeT65bSrxUap1nZ3ERNTnsOJ/0jYoLMaR5RNTHlFV627iGSdOvTv3E1NjjDQNWtFc4Fkdv87cDtRnj+Mw54DWo1JnPHUNWIKdZ66gbSEpgYv0OaUndVrrC6lz0DomXIcH/Rm6ddu7ugwX8anlD5RoYQWGzivV9h+veK+FmifT1j5j938rkTFRJUlXMKoLnvqPzt3PS0OYvmvAAMA3gBsxTM6BakAAAAASUVORK5CYII=) no-repeat calc(100% - 15px)
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
    display: flex;
    padding: 20px 0 0
}

@media(max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
        display:block
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p {
    color: #fff
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p {
    margin-left: 30px
}

@media(max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p {
        margin-left:0
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked),.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 28px;
    position: relative
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:before,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:before {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: all .2s ease;
    width: 12px
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media(max-width: 1399px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label {
        font-size:16px
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
    margin-bottom: 50px
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
    margin-top: 40px;
    text-align: center
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
    background: #fff;
    color: #515a44
}

.bottom-text {
    position: relative;
    text-align: center;
    top: -30px
}

@media(max-width: 1400px) {
    .bottom-text {
        top:-10px
    }
}

@media(max-width: 991px) {
    .bottom-text {
        top:0
    }
}

.bottom-text .marquee {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden
}

.bottom-text h2 {
    color: #efe6ee;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    white-space: nowrap
}

@media(max-width: 1800px) {
    .bottom-text h2 {
        font-size:60px
    }
}

@media(max-width: 1600px) {
    .bottom-text h2 {
        font-size:50px
    }
}

@media(max-width: 1199px) {
    .bottom-text h2 {
        font-size:40px
    }
}

@media(max-width: 991px) {
    .bottom-text h2 {
        font-size:30px
    }
}

.wpo-event-section {
    overflow: hidden
}

.wpo-event-section .event-description {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width: 575px) {
    .wpo-event-section .event-description {
        margin-bottom:40px
    }
}

.wpo-event-section .event-description p {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin: 0 auto;
    max-width: 748px
}

@media(max-width: 1199px) {
    .wpo-event-section .event-description p {
        font-size:20px;
        line-height: 45px
    }
}

@media(max-width: 575px) {
    .wpo-event-section .event-description p {
        font-size:17px;
        line-height: 32px
    }
}

.wpo-event-section .wpo-event-wrap {
    background: #fff;
    border: 30px solid #efe6ee;
    border-radius: 355px 355px 0 0;
    margin: 0 auto;
    max-width: 710px;
    padding: 150px 100px 50px 55px;
    position: relative
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap {
        border:10px solid #efe6ee;
        padding: 100px 10px 30px 6px
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-inner {
    margin: 0 auto;
    max-width: 470px;
    position: relative
}

.wpo-event-section .wpo-event-wrap .wpo-event-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item {
        margin-bottom:40px
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
    flex-basis: 50%;
    padding-right: 30px;
    text-align: center
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text i {
    display: block;
    margin-bottom: 20px
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text i img {
        max-width:60px
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time {
    flex-basis: 50%;
    padding-left: 30px;
    position: relative;
    text-align: right
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
    color: #b5a2bd;
    font-size: 25px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11
}

@media(max-width: 767px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
        left:6px
    }
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
        left:-13px
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item h4 {
        font-size:20px
    }
}

.wpo-event-section .wpo-event-wrap .line {
    background: #e4d4eb;
    height: 105%;
    left: 55%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 3px
}

@media(max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .line {
        left:50%
    }
}

.wpo-event-section .wpo-event-wrap .line:before {
    top: -15px
}

.wpo-event-section .wpo-event-wrap .line:after,.wpo-event-section .wpo-event-wrap .line:before {
    background: #e4d4eb;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: -7px;
    position: absolute;
    width: 17px
}

.wpo-event-section .wpo-event-wrap .line:after {
    bottom: -15px
}

.wpo-event-section .wpo-event-wrap .shape-1 {
    left: -290px;
    position: absolute;
    top: 0;
    z-index: -1
}

@media(max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .shape-1 {
        left:-220px
    }
}

.wpo-event-section .wpo-event-wrap .shape-1 img {
    -webkit-animation: leafAniamtion 8s ease-in infinite;
    animation: leafAniamtion 8s ease-in infinite
}

.wpo-event-section .wpo-event-wrap .shape-2 {
    bottom: 100px;
    left: -290px;
    position: absolute;
    z-index: -1
}

@media(max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .shape-2 {
        left:-220px
    }
}

.wpo-event-section .wpo-event-wrap .shape-2 img {
    -webkit-animation: leafAniamtion 8s ease-in infinite;
    animation: leafAniamtion 8s ease-in infinite
}

.wpo-event-section .wpo-event-wrap .shape-3 {
    position: absolute;
    right: -290px;
    top: 25%;
    z-index: -1
}

@media(max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .shape-3 {
        right:-220px
    }
}

.wpo-event-section .wpo-event-wrap .shape-3 img {
    -webkit-animation: leafAniamtion 8s ease-in infinite;
    animation: leafAniamtion 8s ease-in infinite
}

@media(max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .shape-1 img,.wpo-event-section .wpo-event-wrap .shape-2 img,.wpo-event-section .wpo-event-wrap .shape-3 img {
        max-width:270px
    }
}

@media(max-width: 650px) {
    .wpo-event-section .wpo-event-wrap .shape-1 img,.wpo-event-section .wpo-event-wrap .shape-2 img,.wpo-event-section .wpo-event-wrap .shape-3 img {
        display:none
    }
}

.wpo-blog-section,.wpo-blog-section-s2,.wpo-blog-section-s3 {
    background: #fefafe;
    overflow: hidden;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .wpo-blog-section,.wpo-blog-section-s2,.wpo-blog-section-s3 {
        padding-bottom:60px
    }
}

.wpo-blog-section .wpo-blog-items,.wpo-blog-section-s2 .wpo-blog-items,.wpo-blog-section-s3 .wpo-blog-items {
    position: relative;
    z-index: 1
}

.wpo-blog-section .wpo-blog-items .b-shape-2,.wpo-blog-section-s2 .wpo-blog-items .b-shape-2,.wpo-blog-section-s3 .wpo-blog-items .b-shape-2 {
    left: -190px;
    position: absolute;
    top: -120px;
    z-index: -1
}

.wpo-blog-section .wpo-blog-item,.wpo-blog-section-s2 .wpo-blog-item,.wpo-blog-section-s3 .wpo-blog-item {
    background: #fff;
    border-radius: 208px 208px 0 0;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    margin-bottom: 30px;
    padding: 15px
}

@media(max-width: 767px) {
    .wpo-blog-section .wpo-blog-item,.wpo-blog-section-s2 .wpo-blog-item,.wpo-blog-section-s3 .wpo-blog-item {
        border-radius:355px 355px 0 0
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
    border-radius: 208px 208px 0 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-img,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
        border-radius:355px 355px 0 0
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img img {
    border-radius: 208px 208px 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img,.wpo-blog-section-s2 .wpo-blog-item:hover .wpo-blog-img img,.wpo-blog-section-s3 .wpo-blog-item:hover .wpo-blog-img img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content {
    background: #fff;
    padding: 30px 15px 10px
}

@media(max-width: 1399px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content {
        padding:20px 0 10px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul {
    display: flex;
    list-style: none;
    margin-bottom: 15px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li {
    color: #707070
}

@media(max-width: 1199px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li {
        font-size:16px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child {
    padding-right: 30px;
    position: relative
}

@media(max-width: 1199px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child {
        padding-right:22px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child:before,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child:before {
    background: #707070;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a {
    color: #707070
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a:hover,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #b5a2bd
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 10px
}

@media(max-width: 1399px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
        font-size:26px
    }
}

@media(max-width: 1199px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
        font-size:23px;
        line-height: 35px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a {
    color: #242424
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover,.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #b5a2bd
}

@media(max-width: 991px) {
    .wpo-partners-section {
        padding-bottom:50px
    }
}

@media(max-width: 767px) {
    .wpo-partners-section {
        padding-bottom:30px
    }
}

.wpo-partners-section .container {
    position: relative
}

.wpo-partners-section .grid {
    display: flex!important;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-partners-section .grid {
        height:80px
    }
}

.wpo-partners-section .grid img {
    display: inline-block;
    margin: 0 auto;
    width: auto
}

.wpo-partners-section .owl-nav {
    display: none
}

.wpo-couple-section-s2 .couple-area {
    margin: 0 auto;
    max-width: 1505px
}

.wpo-couple-section-s2 .couple-area .couple-wrap {
    max-width: 100%;
    padding-top: 10px
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item {
    box-shadow: none;
    max-width: 500px;
    overflow: unset;
    padding: 0
}

@media(max-width: 991px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item {
        margin:0 auto
    }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img {
    border-radius: 250px 250px 0 0;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    overflow: auto;
    padding: 30px
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img img {
    -webkit-transform: unset;
    transform: unset
}

@media(max-width: 1199px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img {
        padding:15px
    }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img img {
    width: 100%
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
    background: #fff;
    border-radius: 195px 195px 0 0;
    left: auto;
    max-width: 390px;
    padding: 30px 30px 0;
    right: -190px
}

@media(max-width: 1399px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
        right:-80px
    }
}

@media(max-width: 1199px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
        max-width:330px;
        padding: 15px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
        right:0
    }
}

@media(max-width: 450px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
        box-shadow:0 2px 12px 2px rgba(4,0,52,.1);
        margin: 20px auto 0;
        position: relative
    }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner {
    background: #b5a2bd;
    border-radius: 180px 180px 0 0;
    padding: 50px 30px 40px;
    text-align: center
}

@media(max-width: 1199px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner {
        padding:30px 15px
    }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner .social ul {
    justify-content: center;
    margin-top: 20px
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner .social ul li a,.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text h3,.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text p {
    color: #fff
}

.wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item {
    margin-left: auto
}

.wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
    left: -190px;
    right: auto
}

@media(max-width: 1399px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
        left:-80px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
        left:0
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s2 .couple-area .love-shape {
        margin:30px auto;
        text-align: center
    }
}

.wpo-couple-section-s2 .couple-area .love-shape img {
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
    animation: zoom-in-zoom-out 2s ease infinite
}

.wpo-story-section-s2 .wpo-story-wrap {
    padding-bottom: 0;
    padding-top: 100px
}

@media(max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-wrap {
        padding-top:0
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
    border-radius: 250px;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1)
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img img {
    border-radius: 250px
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    border-radius: 250px;
    padding: 75px 60px
}

@media(max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        padding:70px 20px
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content .top-shape {
    left: 45%;
    position: absolute;
    top: -100px
}

@media(max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .top-shape {
        max-width:200px;
        top: -70px
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .wpo-story-content .top-shape {
    left: 0
}

@media(max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(2n) .wpo-story-content .top-shape {
        left:45%;
        top: -70px
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(2n) .wpo-story-content .top-shape img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media(max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(2n) .wpo-story-content .top-shape img {
        -webkit-transform:unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 {
    padding-left: 0;
    padding-right: 20px
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 {
        padding-right:0
    }
}

.wpo-portfolio-section-s2 .line {
    left: -30px;
    position: relative
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .line {
        left:-15px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .line {
        display:none
    }
}

.wpo-portfolio-section-s2 .line svg {
    width: 105%
}

.wpo-portfolio-section-s2 .portfolio-grids {
    margin: 0 -7.5px;
    position: relative
}

.wpo-portfolio-section-s2 .portfolio-grids .grid {
    float: left;
    margin: 0 auto;
    padding: 0 9.5px 15px;
    position: relative;
    width: 20%
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
    left: 50%;
    position: absolute;
    top: -58px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
        top:-38px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
        display:none
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin img {
        max-width:50px
    }
}

@media(max-width: 1500px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid {
        padding:0 5.5px 10px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid {
        padding:0 4.5px 8px;
        width: 50%
    }
}

@media(max-width: 600px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid {
        width:100%;
        width: 50%
    }
}

@media(max-width: 575px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid {
        width:100%
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid.full {
    width: 100%
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid.full {
        display:none
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid img {
    width: 100%
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
    border-radius: 0;
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 55px
}

@media(max-width: 1600px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
        max-width:230px;
        padding-bottom: 35px
    }
}

@media(max-width: 1399px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
        max-width:200px
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
        max-width:160px;
        padding: 10px 10px 25px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
        max-width:100%
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
    border-radius: 0
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
        min-height:375px;
        object-fit: cover
    }
}

@media(max-width: 600px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
        min-height:280px
    }
}

@media(max-width: 575px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
        min-height:auto
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .inner-wrap:before {
    border-radius: 0
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:first-child {
    margin-top: -50px;
    -webkit-transform: rotate(.961deg);
    transform: rotate(.961deg)
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:first-child {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
    margin-top: -15px;
    -webkit-transform: rotate(-5.342deg);
    transform: rotate(-5.342deg)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
        margin-top:-25px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) .clothespin {
    top: -40px
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
    margin-top: -5px;
    -webkit-transform: rotate(-.714deg);
    transform: rotate(-.714deg)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
        margin-top:-25px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) {
    margin-top: -38px;
    -webkit-transform: rotate(6.685deg);
    transform: rotate(6.685deg)
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) .clothespin {
    margin-top: 8px
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) .clothespin img {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg)
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) {
    margin-top: -90px;
    -webkit-transform: rotate(-17.665deg);
    transform: rotate(-17.665deg)
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) .clothespin {
    margin-top: 8px
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) .clothespin img {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) {
    margin-top: -70px;
    -webkit-transform: rotate(6.891deg);
    transform: rotate(6.891deg)
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) .clothespin {
    margin-top: 8px
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
    margin-top: -30px;
    -webkit-transform: rotate(1.836deg);
    transform: rotate(1.836deg)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
        margin-top:-45px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
    margin-top: -20px;
    -webkit-transform: rotate(-5.738deg);
    transform: rotate(-5.738deg)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
        margin-top:-45px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
    margin-top: -40px;
    -webkit-transform: rotate(-6.812deg);
    transform: rotate(-6.812deg)
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
        margin-top:-45px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) {
    margin-top: -95px;
    -webkit-transform: rotate(-.244deg);
    transform: rotate(-.244deg)
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) {
        margin-top:0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) .clothespin img {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.wpo-contact-section-s2 .contact-wrap,.wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s6 .contact-wrap {
    max-width: 879px;
    padding-top: 230px
}

@media(max-width: 991px) {
    .wpo-contact-section-s2 .contact-wrap,.wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s6 .contact-wrap {
        padding-top:30px
    }
}

@media(max-width: 767px) {
    .wpo-contact-section-s2 .contact-wrap,.wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s6 .contact-wrap {
        padding-top:0
    }
}

.wpo-contact-section-s2 .contact-wrap .back-shape,.wpo-contact-section-s3 .contact-wrap .back-shape,.wpo-contact-section-s6 .contact-wrap .back-shape {
    bottom: 0;
    left: 0;
    position: absolute
}

@media(max-width: 767px) {
    .wpo-contact-section-s2 .contact-wrap .back-shape,.wpo-contact-section-s3 .contact-wrap .back-shape,.wpo-contact-section-s6 .contact-wrap .back-shape {
        display:none
    }
}

.wpo-contact-section-s2 .contact-wrap .shape-1,.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1 {
    display: block;
    left: -165px
}

@media(max-width: 1199px) {
    .wpo-contact-section-s2 .contact-wrap .shape-1,.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1 {
        left:-105px
    }
}

@media(max-width: 991px) {
    .wpo-contact-section-s2 .contact-wrap .shape-1,.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1 {
        display:none
    }
}

.wpo-contact-section-s2 .contact-wrap .shape-2,.wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2 {
    display: block;
    right: -35px
}

@media(max-width: 991px) {
    .wpo-contact-section-s2 .contact-wrap .shape-2,.wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2 {
        display:none
    }
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper,.wpo-contact-section-s3 .wpo-contact-section-wrapper,.wpo-contact-section-s6 .wpo-contact-section-wrapper {
    background-color: #b5a2bd;
    margin: 0 auto
}

@media(max-width: 1199px) {
    .wpo-contact-section-s2 .wpo-contact-section-wrapper,.wpo-contact-section-s3 .wpo-contact-section-wrapper,.wpo-contact-section-s6 .wpo-contact-section-wrapper {
        max-width:500px
    }
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area {
    margin: 0 auto;
    padding: 100px 55px 50px
}

@media(max-width: 575px) {
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:60px 30px 30px
    }
}

.wpo-event-section-s2 .event-description {
    margin-bottom: 100px;
    text-align: center
}

@media(max-width: 575px) {
    .wpo-event-section-s2 .event-description {
        margin-bottom:40px
    }
}

.wpo-event-section-s2 .event-description p {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin: 0 auto;
    max-width: 748px
}

@media(max-width: 1199px) {
    .wpo-event-section-s2 .event-description p {
        font-size:20px;
        line-height: 45px
    }
}

@media(max-width: 575px) {
    .wpo-event-section-s2 .event-description p {
        font-size:17px;
        line-height: 32px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1730px;
    position: relative
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner {
        display:block;
        justify-content: center
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line {
    background: #b5a2bd;
    bottom: 100px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line {
        bottom:auto;
        height: 100%;
        left: 50%;
        top: 0;
        width: 3px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line:before {
    background: #b5a2bd;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: -7px;
    position: absolute;
    top: -8px;
    width: 17px
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line:after {
    background: #b5a2bd;
    border-radius: 50%;
    bottom: -8px;
    content: "";
    height: 17px;
    position: absolute;
    right: -7px;
    width: 17px
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item {
    text-align: center
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item {
        align-items:center;
        display: flex;
        justify-content: center;
        padding-bottom: 60px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text {
    padding-bottom: 60px;
    position: relative;
    text-align: center
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text {
        flex-basis:50%;
        padding-bottom: 0;
        padding-right: 60px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
    background: #b5a2bd;
    bottom: -35px;
    content: "";
    height: 60px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
        bottom:-28px
    }
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
        bottom:auto;
        height: 2px;
        left: auto;
        right: -40px;
        top: 50%;
        width: 40px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text i {
    display: block;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text i img {
        max-width:60px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 1199px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
        font-size:16px
    }
}

@media(max-width: 991px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
        font-size:14px
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time {
    padding-top: 60px
}

@media(max-width: 767px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time {
        flex-basis:50%;
        padding-left: 60px;
        padding-top: 0
    }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
        font-size:20px
    }
}

@media(max-width: 991px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
        font-size:16px
    }
}

@media(max-width: 575px) {
    .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
        font-size:16px
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }

    50% {
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }

    50% {
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section {
    background: #c7d9f8;
    border-radius: 115px;
    height: 280px;
    width: 230px
}

@media(max-width: 1199px) {
    .wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section {
        height:230px;
        margin: 0 20px;
        width: 180px
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section {
        margin-bottom:40px
    }
}

.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:after {
    border: 1px solid #fff;
    border-radius: 95px;
    height: 240px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 190px
}

@media(max-width: 1199px) {
    .wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:after {
        height:190px;
        width: 140px
    }
}

.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:before {
    background: url(../../static/media/3.2c6d10301c05f6962e46.svg) no-repeat 50%;
    bottom: -50px;
    height: 240px;
    left: -50px;
    width: 190px
}

.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before {
    background: url(../../static/media/4.818c9a376643809c776b.svg) no-repeat 50%;
    left: -50px;
    top: -50px;
    width: 170px
}

.wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section .time {
    color: #657150;
    margin-top: -20px
}

@media(max-width: 1400px) {
    .wpo-wedding-date-s2 .wedding-date-wrap .react-countdown .time-section .time {
        font-size:50px;
        line-height: 65px
    }
}

.wpo-story-section-s3,.wpo-story-section-s6 {
    overflow: hidden
}

.wpo-story-section-s3 .wpo-story-item,.wpo-story-section-s6 .wpo-story-item {
    align-items: center;
    display: flex;
    padding-top: 50px
}

.wpo-story-section-s3 .wpo-story-item:first-child,.wpo-story-section-s6 .wpo-story-item:first-child {
    padding-top: 0
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item,.wpo-story-section-s6 .wpo-story-item {
        flex-wrap:wrap;
        padding-top: 50px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item,.wpo-story-section-s6 .wpo-story-item {
        padding-top:50px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
    flex-basis: 60%;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
        flex-basis:50%
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
        flex-basis:45%
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
        flex-basis:100%;
        margin: 0 auto;
        max-width: 600px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
        max-width:400px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    height: 500px;
    margin: 0 auto;
    padding: 20px;
    width: 500px
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        height:360px;
        width: 360px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        height:260px;
        width: 260px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img img {
    border-radius: 50%
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    bottom: -75px;
    left: -50px;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        bottom:-45px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        bottom:-40px;
        left: -30px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img {
        max-width:400px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img,.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img {
        max-width:285px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    background: #f8faff;
    border: 1px solid #c7d9f8;
    border-bottom-right-radius: 350px;
    border-top-right-radius: 350px;
    flex-basis: 50%;
    margin-left: -450px;
    padding: 20px 20px 20px 130px;
    position: relative
}

@media(max-width: 1800px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        flex-basis:55%;
        margin-left: -350px
    }
}

@media(max-width: 1600px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        flex-basis:60%;
        margin-left: -300px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        flex-basis:70%;
        margin-left: -280px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        flex-basis:75%;
        margin-left: -150px
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        border-radius:0;
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 100px;
        padding-left: 20px;
        text-align: center
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content,.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
        margin-top:30px;
        padding: 10px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding: 60px 200px 60px 60px;
    position: relative
}

@media(max-width: 1800px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding:40px 100px 40px 40px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding:30px 100px 30px 30px
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding:30px 15px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding:30px 15px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
        display:none
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
    border: 1px solid #c7d9f8;
    border-bottom-right-radius: 350px;
    border-top-right-radius: 350px;
    content: "";
    height: 100%;
    left: 0;
    left: -50%;
    position: absolute;
    top: 0;
    width: 150%
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
        left:-15%;
        width: 115%
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
        border-radius:0;
        left: 0;
        width: 100%
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
        font-size:25px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
        font-size:20px;
        margin-bottom: 10px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
    color: #caa6c7;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
        margin-bottom:10px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
        font-size:18px
    }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
        font-size:18px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
        font-size:17px
    }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap {
        order:unset;
        -webkit-order: unset;
        -moz-order: unset
    }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape {
    left: auto;
    right: -50px
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape img,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
    border-radius: 0;
    border-bottom-left-radius: 350px;
    border-top-left-radius: 350px;
    flex: 1 1;
    flex-basis: 50%;
    margin: auto -430px auto auto;
    max-width: 900px;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    padding-left: 0;
    padding-right: 165px;
    position: relative
}

@media(max-width: 1800px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
        margin-right:-350px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
        margin-right:-280px;
        max-width: 850px;
        padding-right: 135px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
        margin-right:-230px
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
        border-radius:0;
        flex-basis: 100%;
        margin-right: 0;
        margin-top: 100px;
        max-width: 100%;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
        padding: 15px;
        padding: 20px;
        text-align: center
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content {
        margin-top:30px;
        padding: 10px
    }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
    padding: 60px 0 60px 200px;
    position: relative;
    text-align: right
}

@media(max-width: 1800px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
        padding:40px 40px 40px 100px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
        padding:30px 30px 30px 80px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
        padding-right:80px
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
        padding:30px 15px;
        text-align: center
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner {
        padding:30px 15px
    }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before {
    border-radius: 0;
    border-bottom-left-radius: 350px;
    border-top-left-radius: 350px;
    left: auto;
    right: -53%
}

@media(max-width: 1399px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before {
        right:-18%
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner:before {
        border-radius:0;
        left: 0;
        width: 100%
    }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner .inner-shape,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner .inner-shape {
    left: -35px;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wpo-story-section-s3 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner .inner-shape img,.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner .inner-shape img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s6 .contact-wrap {
    padding-bottom: 200px;
    padding-top: 160px
}

@media(max-width: 767px) {
    .wpo-contact-section-s3 .contact-wrap,.wpo-contact-section-s6 .contact-wrap {
        padding:0 0 30px
    }
}

.wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper,.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper {
    background: #fff;
    border-radius: 350px;
    padding: 20px
}

@media(max-width: 575px) {
    .wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper,.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper {
        padding:10px
    }
}

.wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area {
    background: #96a4bc;
    border-radius: 350px;
    padding: 80px 40px 50px
}

@media(max-width: 575px) {
    .wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area,.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:60px 30px 30px
    }
}

.wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1 {
    display: block;
    left: -130px;
    z-index: -1
}

@media(max-width: 767px) {
    .wpo-contact-section-s3 .contact-wrap .shape-1,.wpo-contact-section-s6 .contact-wrap .shape-1 {
        display:none
    }
}

.wpo-contact-section-s3 .contact-wrap .shape-1 img,.wpo-contact-section-s6 .contact-wrap .shape-1 img {
    max-width: 100%
}

.wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2 {
    display: block;
    right: -130px;
    z-index: -1
}

@media(max-width: 767px) {
    .wpo-contact-section-s3 .contact-wrap .shape-2,.wpo-contact-section-s6 .contact-wrap .shape-2 {
        display:none
    }
}

.wpo-contact-section-s3 .contact-wrap .shape-2 img,.wpo-contact-section-s6 .contact-wrap .shape-2 img {
    max-width: 100%
}

.wpo-blog-section-s2 {
    background-color: #f8faff
}

.wpo-couple-section-s3 {
    overflow: hidden;
    padding-left: 150px;
    padding-right: 150px
}

@media(max-width: 1500px) {
    .wpo-couple-section-s3 {
        padding-left:80px;
        padding-right: 80px
    }
}

@media(max-width: 1399px) {
    .wpo-couple-section-s3 {
        padding-left:40px;
        padding-right: 40px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 {
        padding-left:0;
        padding-right: 0
    }
}

.wpo-couple-section-s3 .couple-item {
    max-width: 410px
}

@media(max-width: 767px) {
    .wpo-couple-section-s3 .couple-item {
        margin:0 auto
    }
}

.wpo-couple-section-s3 .couple-item .couple-img {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 15px;
    position: relative
}

.wpo-couple-section-s3 .couple-item .couple-img .l-shape {
    left: -45px;
    position: absolute;
    top: -80px
}

.wpo-couple-section-s3 .couple-item .couple-img .l-shape img {
    -webkit-animation: bounceX 5s linear infinite;
    animation: bounceX 5s linear infinite
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-item .couple-img .l-shape {
        left:-25px;
        top: -50px
    }

    .wpo-couple-section-s3 .couple-item .couple-img .l-shape img {
        max-width: 150px
    }
}

.wpo-couple-section-s3 .couple-item .couple-text {
    padding-top: 20px;
    text-align: center
}

.wpo-couple-section-s3 .couple-item .couple-text h2 {
    color: #06002e;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1399px) {
    .wpo-couple-section-s3 .couple-item .couple-text h2 {
        font-size:28px
    }
}

@media(max-width: 1199px) {
    .wpo-couple-section-s3 .couple-item .couple-text h2 {
        font-size:24px
    }
}

.wpo-couple-section-s3 .couple-item .couple-text span {
    color: #b5a2bd;
    font-weight: 700
}

.wpo-couple-section-s3 .couple-item:last-child {
    margin-top: 194px
}

@media(max-width: 1199px) {
    .wpo-couple-section-s3 .couple-item:last-child {
        margin-top:50px
    }
}

.wpo-couple-section-s3 .couple-item:last-child .couple-img .l-shape {
    left: auto;
    right: -80px
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-item:last-child .couple-img .l-shape {
        right:-20px;
        top: -15px
    }
}

@media(max-width: 767px) {
    .wpo-couple-section-s3 .couple-right {
        margin-top:50px
    }
}

.wpo-couple-section-s3 .couple-right .couple-item {
    margin-left: auto
}

.wpo-couple-section-s3 .couple-right .couple-item:first-child .couple-img .l-shape {
    left: auto;
    right: -80px;
    top: -50px
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-right .couple-item:first-child .couple-img .l-shape {
        right:-20px;
        top: -15px
    }
}

.wpo-couple-section-s3 .couple-right .couple-item:last-child .couple-img .l-shape {
    left: -60px;
    right: auto;
    top: -40px
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-right .couple-item:last-child .couple-img .l-shape {
        left:-25px;
        top: -50px
    }
}

.wpo-couple-section-s3 .couple-middle {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 60px 65px
}

@media(max-width: 1500px) {
    .wpo-couple-section-s3 .couple-middle {
        padding:40px 35px
    }
}

@media(max-width: 1199px) {
    .wpo-couple-section-s3 .couple-middle {
        padding:30px 25px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-middle {
        margin:50px auto 0;
        max-width: 600px
    }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-img {
    border: 1px solid #b5a2bd;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-img img {
    border-radius: 50%
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text {
    text-align: center
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
        margin:10px 0 .2em
    }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text p {
    margin: 0 auto;
    max-width: 342px
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text p {
        font-size:16px;
        margin: 0 auto;
        max-width: 245px
    }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul {
    display: flex;
    justify-content: center;
    list-style: none;
    overflow: hidden;
    padding-top: 15px
}

@media(max-width: 991px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul {
        display:flex;
        padding-top: 10px
    }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul>li+li {
    margin-left: 25px
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    text-align: center
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul li a:hover {
    color: #b5a2bd
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text {
    padding-top: 20px;
    text-align: center
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 {
    color: #515a44;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120px;
    text-transform: uppercase
}

@media(max-width: 1399px) {
    .wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 {
        font-size:40px;
        line-height: 80px
    }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 span {
    display: block!important
}

.wpo-team-section {
    padding-bottom: 90px
}

@media(max-width: 991px) {
    .wpo-team-section {
        padding-bottom:70px
    }
}

@media(max-width: 575px) {
    .wpo-team-section {
        padding-bottom:30px
    }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
    margin-bottom: 30px;
    text-align: center
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .team-img-wrap {
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 15px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
    overflow: hidden;
    position: relative
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding-top: 20px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
    color: #242424;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 15px
}

@media(max-width: 1199px) {
    .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
        font-size:20px
    }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    color: #242424
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover {
    color: #d4b0a5
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    color: #515a44;
    font-size: 18px
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    max-width: 600px
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2 {
    color: #242424
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 60px
}

@media(max-width: 575px) {
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:40px 30px
    }
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    border-bottom: 1px solid #ababab;
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
    box-shadow: none;
    outline: none
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px);
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p {
    color: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:checked+label:after,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type=radio]:not(:checked)+label:after {
    background: #707070
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
    background-color: #707070;
    color: #fff
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn:hover,.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn:hover {
    background: #515a44
}

.wpo-portfolio-section-s3 {
    padding-left: 0;
    padding-right: 0
}

.wpo-portfolio-section-s3 .grid {
    min-height: auto!important
}

.wpo-portfolio-section-s3 .grid .img-holder,.wpo-portfolio-section-s3 .grid .img-holder img {
    border-radius: 0
}

.wpo-portfolio-section-s3 .slick-slider {
    margin: -15px
}

.wpo-portfolio-section-s3 .slick-slider .slick-slide {
    padding: 25px 15px 15px
}

.wpo-portfolio-section-s3 .slick-dots {
    bottom: 0;
    text-align: center
}

.wpo-portfolio-section-s3 .slick-dots li {
    height: unset;
    width: unset
}

.wpo-portfolio-section-s3 .slick-dots li button {
    background: #ede5f1;
    border: none;
    border-radius: 10px;
    height: 6px;
    margin: 0 5px;
    width: 10px
}

.wpo-portfolio-section-s3 .slick-dots li button:before {
    display: none
}

.wpo-portfolio-section-s3 .slick-dots li.slick-active button {
    background: #b5a2bd;
    width: 25px
}

.wpo-wedding-date-s3 {
    padding: 0
}

.wpo-wedding-date-s3 .wedding-date-wrap {
    margin-top: -130px
}

@media(max-width: 1199px) {
    .wpo-wedding-date-s3 .wedding-date-wrap {
        margin-top:-92px
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date-s3 .wedding-date-wrap {
        margin-top:-62px
    }
}

@media(max-width: 767px) {
    .wpo-wedding-date-s3 .wedding-date-wrap {
        margin-top:0;
        padding-top: 60px
    }
}

.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section {
    background-color: #515a44;
    height: 260px;
    width: 260px
}

@media(max-width: 1199px) {
    .wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section {
        height:185px;
        width: 185px
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section {
        height:125px;
        width: 125px
    }
}

.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section:before {
    display: none
}

.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section:after {
    border-color: #fff;
    height: 85%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 85%
}

.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section .time {
    color: #fff;
    margin-top: -30px
}

@media(max-width: 1199px) {
    .wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section .time {
        margin-top:-10px
    }
}

.wpo-wedding-date-s3 .wedding-date-wrap .react-countdown .time-section .time-text {
    color: #fff
}

.couple-section {
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .couple-section {
        padding-top:40px
    }
}

@media(max-width: 767px) {
    .couple-section {
        padding-top:20px
    }
}

@media(min-width: 991px) {
    .couple-section .container-fluid {
        padding:0
    }
}

.couple-section .couple-area {
    align-items: center;
    display: flex;
    justify-content: center
}

@media(max-width: 991px) {
    .couple-section .couple-area {
        display:block
    }
}

.couple-section .middle-couple-pic {
    background: #fff;
    border: 1px solid #515a44;
    border-radius: 350px;
    max-width: 700px;
    padding: 50px;
    width: 50%;
    z-index: 11
}

@media(max-width: 1199px) {
    .couple-section .middle-couple-pic {
        padding:30px
    }
}

@media(max-width: 991px) {
    .couple-section .middle-couple-pic {
        width:100%
    }
}

.couple-section .middle-couple-pic .middle-couple-pic-inner {
    border-radius: 350px;
    overflow: hidden
}

.couple-section .middle-couple-pic .middle-couple-pic-inner img {
    -animation: kenburn 25s 2s alternate infinite;
    -webkit-animation: kenburn 25s 2s infinite alternate;
    border-radius: 350px;
    height: 100%;
    width: 100%
}

@media(max-width: 991px) {
    .couple-section .middle-couple-pic {
        margin:50px auto
    }
}

.couple-section .text-grid {
    border-bottom: 1px solid #515a44;
    border-top: 1px solid #515a44;
    margin-right: -20px;
    padding: 30px 0;
    width: 40%
}

@media(max-width: 991px) {
    .couple-section .text-grid {
        margin:0 auto;
        max-width: 450px
    }
}

.couple-section .text-grid .couple-text {
    background: #515a44;
    padding: 80px
}

@media(max-width: 1600px) {
    .couple-section .text-grid .couple-text {
        padding:50px
    }
}

@media(max-width: 1399px) {
    .couple-section .text-grid .couple-text {
        padding:30px
    }
}

@media(max-width: 1199px) {
    .couple-section .text-grid .couple-text {
        padding:20px 30px
    }

    .couple-section .text-grid {
        padding: 15px 0
    }
}

@media(max-width: 991px) {
    .couple-section .text-grid {
        padding:0;
        text-align: center;
        width: 100%
    }
}

.couple-section .text-grid h3 {
    color: #fff;
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .couple-section .text-grid h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .couple-section .text-grid h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .couple-section .text-grid h3 {
        margin:10px 0 .2em
    }
}

.couple-section .text-grid p {
    color: #e8e8e8;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 342px
}

@media(max-width: 1199px) {
    .couple-section .text-grid p {
        font-size:16px
    }
}

@media(max-width: 991px) {
    .couple-section .text-grid p {
        font-size:16px;
        margin: 0 auto 20px;
        max-width: 355px
    }
}

.couple-section .text-grid ul {
    display: flex;
    list-style: none;
    overflow: hidden;
    padding-top: 15px
}

@media(max-width: 991px) {
    .couple-section .text-grid ul {
        display:flex;
        justify-content: center;
        padding-top: 10px
    }
}

.couple-section .text-grid ul>li+li {
    margin-left: 25px
}

.couple-section .text-grid ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center
}

.couple-section .text-grid ul li a: hover {
    color:#b5a2bd
}

.couple-section .bride {
    padding-left: 0;
    text-align: right
}

@media(max-width: 991px) {
    .couple-section .bride {
        margin:0 auto;
        text-align: center
    }
}

.couple-section .bride .social ul {
    justify-content: flex-end
}

@media(max-width: 991px) {
    .couple-section .bride .social {
        display:flex;
        float: none;
        justify-content: center
    }
}

.couple-section .bride .couple-img {
    margin: 0 0 20px auto
}

@media(max-width: 991px) {
    .couple-section .bride .couple-img {
        margin:0 auto 20px;
        text-align: center
    }
}

.couple-section .groom {
    margin-left: -20px;
    margin-right: 0;
    padding-right: 0
}

@media(max-width: 991px) {
    .couple-section .groom {
        margin:0 auto
    }
}

.couple-section .groom p {
    margin: 0
}

@media(max-width: 991px) {
    .couple-section .groom p {
        margin:0 auto 20px
    }
}

.wpo-story-section-s4 .wpo-story-item+.wpo-story-item {
    padding-top: 60px
}

@media(max-width: 991px) {
    .wpo-story-section-s4 .wpo-story-item+.wpo-story-item {
        padding-top:30px
    }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img {
    margin-right: 30px;
    overflow: hidden;
    position: relative
}

@media(max-width: 991px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-img {
        margin:0
    }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .6s;
    width: 100%
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img:before {
    border: 1px solid #fff;
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    z-index: 1
}

.wpo-story-section-s4 .wpo-story-item:hover .wpo-story-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content {
    max-width: 546px;
    padding: 60px 30px;
    position: relative;
    z-index: 11
}

@media(max-width: 991px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content {
        margin:0 auto;
        text-align: center
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content {
        padding:20px 0
    }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0
}

@media(max-width: 1199px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
        font-size:25px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
        font-size:25px
    }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
    color: #caa6c7;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
        margin-bottom:10px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
        font-size:18px
    }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
    color: #707070;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
        font-size:18px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
        font-size:16px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
        font-size:17px
    }
}

.wpo-story-section-s4 .wpo-story-item:nth-child(2n) .wpo-story-img {
    margin-left: 30px;
    margin-right: 0
}

@media(max-width: 991px) {
    .wpo-story-section-s4 .wpo-story-item:nth-child(2n) .wpo-story-img {
        margin:0
    }
}

.wpo-story-section-s4 .wpo-story-item:nth-child(2n) .wpo-story-content {
    margin-left: auto;
    text-align: right
}

@media(max-width: 991px) {
    .wpo-story-section-s4 .wpo-story-item:nth-child(2n) .wpo-story-content {
        text-align:center
    }
}

.wpo-video-section,.wpo-video-section-s2,.wpo-video-section-s3 {
    position: relative;
    z-index: 1
}

.wpo-video-section .container-fluid,.wpo-video-section-s2 .container-fluid,.wpo-video-section-s3 .container-fluid {
    padding: 0
}

.wpo-video-section .video-wrap,.wpo-video-section-s2 .video-wrap,.wpo-video-section-s3 .video-wrap {
    position: relative;
    z-index: 1
}

.wpo-video-section .video-wrap:before,.wpo-video-section-s2 .video-wrap:before,.wpo-video-section-s3 .video-wrap:before {
    background: rgba(1,0,60,.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.wpo-video-section .video-wrap:after,.wpo-video-section-s2 .video-wrap:after,.wpo-video-section-s3 .video-wrap:after {
    border: 1px solid #fff;
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 98%;
    z-index: 1
}

.wpo-video-section .video-wrap img,.wpo-video-section-s2 .video-wrap img,.wpo-video-section-s3 .video-wrap img {
    object-fit: cover;
    width: 100%
}

@media(max-width: 575px) {
    .wpo-video-section .video-wrap img,.wpo-video-section-s2 .video-wrap img,.wpo-video-section-s3 .video-wrap img {
        min-height:200px;
        object-fit: cover
    }
}

@media(min-width: 1600px) {
    .wpo-video-section .container,.wpo-video-section-s2 .container,.wpo-video-section-s3 .container {
        max-width:1400px
    }
}

.wpo-video-section .video-btn,.wpo-video-section-s2 .video-btn,.wpo-video-section-s3 .video-btn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 11
}

.wpo-video-section .video-btn .wrap,.wpo-video-section-s2 .video-btn .wrap,.wpo-video-section-s3 .video-btn .wrap {
    background: hsla(0,0%,100%,.2);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px
}

@media(max-width: 991px) {
    .wpo-video-section .video-btn .wrap,.wpo-video-section-s2 .video-btn .wrap,.wpo-video-section-s3 .video-btn .wrap {
        height:100px;
        line-height: 100px;
        width: 100px
    }
}

@media(max-width: 767px) {
    .wpo-video-section .video-btn .wrap,.wpo-video-section-s2 .video-btn .wrap,.wpo-video-section-s3 .video-btn .wrap {
        height:80px;
        line-height: 80px;
        width: 80px
    }
}

.wpo-video-section .video-btn .wrap .fi,.wpo-video-section-s2 .video-btn .wrap .fi,.wpo-video-section-s3 .video-btn .wrap .fi {
    position: relative;
    right: -3px
}

@media(max-width: 575px) {
    .wpo-video-section .video-btn .wrap .fi,.wpo-video-section-s2 .video-btn .wrap .fi,.wpo-video-section-s3 .video-btn .wrap .fi {
        right:0
    }
}

.wpo-video-section .video-btn .wrap .fi:before,.wpo-video-section-s2 .video-btn .wrap .fi:before,.wpo-video-section-s3 .video-btn .wrap .fi:before {
    color: #fff;
    font-size: 40px
}

@media(max-width: 991px) {
    .wpo-video-section .video-btn .wrap .fi:before,.wpo-video-section-s2 .video-btn .wrap .fi:before,.wpo-video-section-s3 .video-btn .wrap .fi:before {
        font-size:30px
    }
}

.wpo-video-section .video-btn .wrap:after,.wpo-video-section .video-btn .wrap:before,.wpo-video-section-s2 .video-btn .wrap:after,.wpo-video-section-s2 .video-btn .wrap:before,.wpo-video-section-s3 .video-btn .wrap:after,.wpo-video-section-s3 .video-btn .wrap:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: transparent;
    background: hsla(0,0%,100%,.2);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 5s ease;
    z-index: -1
}

.wpo-video-section .video-btn .wrap:after,.wpo-video-section-s2 .video-btn .wrap:after,.wpo-video-section-s3 .video-btn .wrap:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2.1);
        transform: scale(2.1)
    }
}

.wpo-video-section-s2 {
    padding-top: 60px
}

.wpo-video-section-s2 .video-wrap {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1
}

@media(max-width: 575px) {
    .wpo-video-section-s2 .video-wrap {
        padding:15px
    }
}

.wpo-video-section-s2 .video-wrap:after,.wpo-video-section-s2 .video-wrap:before {
    display: none
}

.wpo-portfolio-section-s4 .portfolio-grids,.wpo-portfolio-section-s5 .portfolio-grids {
    margin: 0 -7.5px
}

.wpo-portfolio-section-s4 .portfolio-grids .grid,.wpo-portfolio-section-s5 .portfolio-grids .grid {
    margin: 0 auto;
    position: relative
}

.wpo-portfolio-section-s4 .portfolio-grids .grid img,.wpo-portfolio-section-s5 .portfolio-grids .grid img {
    width: 100%
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
    border-radius: 0
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap {
    cursor: pointer;
    display: block;
    position: relative
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap .hover-content,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap .hover-content {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 100%
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap .hover-content span,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap .hover-content span {
    color: #707070
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap .hover-content i,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap .hover-content i {
    color: #242424;
    font-size: 30px
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap:before,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap:before {
    background: hsla(0,0%,100%,.8);
    content: "";
    height: 96%;
    left: 2%;
    opacity: 0;
    position: absolute;
    top: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
    width: 96%
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder .inner-wrap:after,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .inner-wrap:after {
    border: 1px solid #fff;
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 90%
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder:hover .inner-wrap .hover-content,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover .inner-wrap .hover-content {
    opacity: 1
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder:hover .inner-wrap:before,.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover .inner-wrap:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wpo-contact-section-s5 {
    border-top: 1px solid #515a44;
    position: relative
}

.wpo-contact-section-s5 .top-bg {
    height: 661px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%
}

@media(max-width: 991px) {
    .wpo-contact-section-s5 .top-bg {
        height:450px
    }
}

.wpo-contact-section-s5 .top-bg:before {
    background: #515a44;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.wpo-contact-section-s5 .wpo-contact-section-wrapper {
    background: #515a44;
    border: 0;
    border-radius: 0;
    margin: 0;
    max-width: 600px;
    padding: 30px
}

@media(max-width: 575px) {
    .wpo-contact-section-s5 .wpo-contact-section-wrapper {
        padding:15px
    }
}

.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area {
    border: 1px solid #fff;
    padding: 40px 35px
}

@media(max-width: 575px) {
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:40px 25px
    }
}

.wpo-blog-section-s3 {
    background: #fff
}

.wpo-blog-section-s3 .wpo-blog-item,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img,.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img img {
    border-radius: 0
}

.wpo-blog-section-s3.soft-bg {
    background: #f8faff
}

.wpo-blog-section-s3.soft-bg2 {
    background: #f8f8ff
}

.wpo-blog-section-s3.soft-bg3 {
    background: #fffbfa
}

.wpo-blog-section-s3.soft-bg4 {
    background: #f8f3f2
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section {
    background: #ddeaf7
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:after {
    border: 1px solid #4c73b7
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:before {
    background: url(../../static/media/5.6fb5b0fc8b6a760cb2ce.svg) no-repeat 50%;
    bottom: auto;
    top: -50px
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before {
    background: url(../../static/media/6.cbb617a25c52c72905c4.svg) no-repeat 50%;
    bottom: -50px;
    left: -70px;
    top: auto
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time {
    color: #242424;
    font-family: monallesia;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px
}

@media(max-width: 1400px) {
    .wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time {
        font-size:40px;
        line-height: 50px
    }
}

.wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
    color: #4d4d4d;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 1400px) {
    .wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
        font-size:18px
    }
}

@media(max-width: 991px) {
    .wpo-wedding-date-s4 .wedding-date-wrap .react-countdown .time-text {
        font-size:16px
    }
}

.wpo-couple-section-s4 {
    position: relative;
    z-index: 1
}

.wpo-couple-section-s4 .couple-wrap {
    margin: 0 auto;
    max-width: 1020px
}

@media(max-width: 991px) {
    .wpo-couple-section-s4 .col:last-child .couple-item {
        margin-top:40px
    }
}

.wpo-couple-section-s4 .couple-item .couple-img {
    border: 1px solid #9ba58f;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px
}

.wpo-couple-section-s4 .couple-item .couple-img img {
    border-radius: 50%
}

.wpo-couple-section-s4 .couple-item .couple-text {
    margin: 50px auto 0;
    max-width: 405px;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-couple-section-s4 .couple-item .couple-text {
        margin-top:30px
    }
}

.wpo-couple-section-s4 .couple-item .couple-text h3 {
    color: #515a44;
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 .4em
}

@media(max-width: 1199px) {
    .wpo-couple-section-s4 .couple-item .couple-text h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s4 .couple-item .couple-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section-s4 .couple-item .couple-text h3 {
        margin:10px 0 .2em
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s4 .couple-item .couple-text p {
        font-size:16px
    }
}

.wpo-couple-section-s4 .couple-item .couple-text ul {
    display: flex;
    justify-content: center;
    list-style: none;
    overflow: hidden;
    padding-top: 15px
}

@media(max-width: 991px) {
    .wpo-couple-section-s4 .couple-item .couple-text ul {
        display:flex;
        padding-top: 10px
    }
}

.wpo-couple-section-s4 .couple-item .couple-text ul>li+li {
    margin-left: 25px
}

.wpo-couple-section-s4 .couple-item .couple-text ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    text-align: center
}

.wpo-couple-section-s4 .couple-item .couple-text ul li a: hover {
    color:#b5a2bd
}

.wpo-couple-section-s4 .left-shape {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 767px) {
    .wpo-couple-section-s4 .left-shape {
        display:none
    }
}

@media(max-width: 1500px) {
    .wpo-couple-section-s4 .left-shape img {
        max-width:200px
    }
}

@media(max-width: 1199px) {
    .wpo-couple-section-s4 .left-shape img {
        max-width:150px
    }
}

.wpo-couple-section-s4 .right-shape {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 767px) {
    .wpo-couple-section-s4 .right-shape {
        display:none
    }
}

@media(max-width: 1500px) {
    .wpo-couple-section-s4 .right-shape img {
        max-width:200px
    }
}

@media(max-width: 1199px) {
    .wpo-couple-section-s4 .right-shape img {
        max-width:150px
    }
}

.wpo-story-section-s5,.wpo-story-section-s7 {
    padding-bottom: 90px;
    padding-left: 60px;
    padding-right: 60px
}

@media(max-width: 1500px) {
    .wpo-story-section-s5,.wpo-story-section-s7 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s5,.wpo-story-section-s7 {
        padding-left:0;
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s5,.wpo-story-section-s7 {
        padding-bottom:60px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s5,.wpo-story-section-s7 {
        padding-bottom:30px
    }
}

@media(max-width: 991px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item {
        margin-bottom:30px
    }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .story-img-wrap,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .story-img-wrap {
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 20px
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img {
    overflow: hidden;
    position: relative
}

@media(max-width: 991px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img {
        margin:0
    }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img img,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .6s;
    width: 100%
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item:hover .wpo-story-img img,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item: hover .wpo-story-img img {
    -webkit-transform:scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content {
    padding-top: 30px;
    position: relative;
    text-align: center;
    z-index: 11
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0
}

@media(max-width: 1500px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
        font-size:25px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

@media(max-width: 1399px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
        font-size:22px;
        line-height: 36px
    }
}

@media(max-width: 1199px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
        font-size:20px
    }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
    color: #caa6c7;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
        margin-bottom:10px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
        font-size:18px
    }
}

.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 20px
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
        padding:10px
    }
}

.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a: after {
    display:none
}

.wpo-contact-section-s6 {
    position: relative
}

.wpo-contact-section-s6 .left-shape-1 {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .wpo-contact-section-s6 .left-shape-1 {
        display:none
    }
}

@media(max-width: 1600px) {
    .wpo-contact-section-s6 .left-shape-1 img {
        max-width:300px
    }
}

@media(max-width: 991px) {
    .wpo-contact-section-s6 .left-shape-1 img {
        max-width:200px
    }
}

.wpo-contact-section-s6 .left-shape-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .wpo-contact-section-s6 .left-shape-2 {
        display:none
    }
}

@media(max-width: 1600px) {
    .wpo-contact-section-s6 .left-shape-2 img {
        max-width:300px
    }
}

@media(max-width: 991px) {
    .wpo-contact-section-s6 .left-shape-2 img {
        max-width:200px
    }
}

.wpo-contact-section-s6 .contact-wrap {
    padding-bottom: 140px;
    padding-top: 260px
}

@media(max-width: 767px) {
    .wpo-contact-section-s6 .contact-wrap {
        padding-bottom:40px;
        padding-top: 0
    }
}

@media(max-width: 575px) {
    .wpo-contact-section-s6 .contact-wrap {
        padding-bottom:20px
    }
}

.wpo-contact-section-s6 .contact-wrap .shape-1 {
    bottom: auto;
    left: 83px;
    top: -75px
}

@media(max-width: 991px) {
    .wpo-contact-section-s6 .contact-wrap .shape-1 {
        left:0
    }
}

.wpo-contact-section-s6 .contact-wrap .shape-2 {
    bottom: 0;
    left: 120px;
    right: auto
}

@media(max-width: 991px) {
    .wpo-contact-section-s6 .contact-wrap .shape-2 {
        left:30px
    }
}

.wpo-couple-section-s5 .wpo-couple-wrap,.wpo-couple-section-s6 .wpo-couple-wrap {
    margin: 0 auto;
    max-width: 1410px
}

.wpo-couple-section-s5 .text-grid,.wpo-couple-section-s6 .text-grid {
    margin-right: -50px;
    position: relative;
    text-align: right;
    z-index: 11
}

@media(max-width: 1399px) {
    .wpo-couple-section-s5 .text-grid,.wpo-couple-section-s6 .text-grid {
        margin-right:0
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid,.wpo-couple-section-s6 .text-grid {
        margin-bottom:30px;
        text-align: center
    }
}

.wpo-couple-section-s5 .text-grid .couple-text h3,.wpo-couple-section-s6 .text-grid .couple-text h3 {
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 30px 0 .5em
}

@media(max-width: 1199px) {
    .wpo-couple-section-s5 .text-grid .couple-text h3,.wpo-couple-section-s6 .text-grid .couple-text h3 {
        font-size:36px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid .couple-text h3,.wpo-couple-section-s6 .text-grid .couple-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media(max-width: 350px) {
    .wpo-couple-section-s5 .text-grid .couple-text h3,.wpo-couple-section-s6 .text-grid .couple-text h3 {
        margin:10px 0 .2em
    }
}

.wpo-couple-section-s5 .text-grid .couple-text p,.wpo-couple-section-s6 .text-grid .couple-text p {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .wpo-couple-section-s5 .text-grid .couple-text p,.wpo-couple-section-s6 .text-grid .couple-text p {
        font-size:16px
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid .couple-text p,.wpo-couple-section-s6 .text-grid .couple-text p {
        font-size:16px;
        margin: 0 auto 20px;
        max-width: 355px
    }
}

.wpo-couple-section-s5 .text-grid .couple-text ul,.wpo-couple-section-s6 .text-grid .couple-text ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 15px
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid .couple-text ul,.wpo-couple-section-s6 .text-grid .couple-text ul {
        display:flex;
        justify-content: center;
        padding-top: 10px
    }
}

.wpo-couple-section-s5 .text-grid .couple-text ul>li+li,.wpo-couple-section-s6 .text-grid .couple-text ul>li+li {
    margin-left: 35px
}

.wpo-couple-section-s5 .text-grid .couple-text ul li a,.wpo-couple-section-s6 .text-grid .couple-text ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    text-align: center
}

.wpo-couple-section-s5 .text-grid .couple-text ul li a: hover,.wpo-couple-section-s6 .text-grid .couple-text ul li a:hover {
    color:#b5a2bd
}

.wpo-couple-section-s5 .text-grid.groom,.wpo-couple-section-s6 .text-grid.groom {
    margin-left: -50px;
    margin-right: 0;
    text-align: left
}

@media(max-width: 1399px) {
    .wpo-couple-section-s5 .text-grid.groom,.wpo-couple-section-s6 .text-grid.groom {
        margin-left:0
    }
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid.groom,.wpo-couple-section-s6 .text-grid.groom {
        margin-top:30px;
        text-align: center
    }
}

.wpo-couple-section-s5 .text-grid.groom ul,.wpo-couple-section-s6 .text-grid.groom ul {
    justify-content: flex-start
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .text-grid.groom ul,.wpo-couple-section-s6 .text-grid.groom ul {
        justify-content:center
    }
}

.wpo-couple-section-s5 .middle-couple-pic,.wpo-couple-section-s6 .middle-couple-pic {
    background: #fff;
    border-radius: 250px;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-couple-section-s5 .middle-couple-pic,.wpo-couple-section-s6 .middle-couple-pic {
        padding:15px
    }
}

.wpo-couple-section-s5 .middle-couple-pic img,.wpo-couple-section-s6 .middle-couple-pic img {
    border-radius: 250px;
    width: 100%
}

.wpo-story-section-s6 {
    overflow: hidden
}

.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    bottom: -115px;
    left: -110px
}

@media(max-width: 1399px) {
    .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        bottom:-110px
    }
}

@media(max-width: 575px) {
    .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        bottom:-40px;
        left: -30px
    }
}

.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
    position: absolute;
    right: -140px;
    top: 0;
    -webkit-transform: unset;
    transform: unset
}

.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape {
    left: auto;
    right: -110px
}

@media(max-width: 575px) {
    .wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-img-wrap .wpo-img-shape {
        bottom:-60px;
        right: -50px
    }
}

.wpo-story-section-s6 .wpo-story-item:nth-child(2n) .wpo-story-content .wpo-story-content-inner .inner-shape {
    left: -120px;
    right: auto;
    top: 0;
    -webkit-transform: unset;
    transform: unset
}

.wpo-contact-section-s7 {
    padding-bottom: 50px
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 {
        padding-bottom:90px;
        padding-top: 20px
    }
}

@media(max-width: 767px) {
    .wpo-contact-section-s7 {
        padding-bottom:70px
    }
}

.wpo-contact-section-s7 .video-wrap {
    padding: 150px 0;
    position: relative
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .video-wrap {
        padding:0
    }
}

.wpo-contact-section-s7 .contact-video {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    margin-left: 150px;
    padding: 20px;
    position: relative
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .contact-video {
        margin-left:0;
        padding: 15px
    }
}

.wpo-contact-section-s7 .contact-video .video-btn {
    left: 60%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.wpo-contact-section-s7 .contact-video .video-btn .wrap {
    background: rgba(158,153,214,.4);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 11
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .contact-video .video-btn .wrap {
        height:100px;
        line-height: 100px;
        width: 100px
    }
}

@media(max-width: 767px) {
    .wpo-contact-section-s7 .contact-video .video-btn .wrap {
        height:80px;
        line-height: 80px;
        width: 80px
    }
}

@media(max-width: 1399px) {
    .wpo-contact-section-s7 .contact-video .video-btn {
        left:65%
    }
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .contact-video .video-btn {
        left:50%
    }
}

.wpo-contact-section-s7 .contact-video .video-btn .fi {
    position: relative;
    right: -3px
}

@media(max-width: 575px) {
    .wpo-contact-section-s7 .contact-video .video-btn .fi {
        right:0
    }
}

.wpo-contact-section-s7 .contact-video .video-btn .fi:before {
    color: #fff;
    font-size: 40px
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .contact-video .video-btn .fi:before {
        font-size:30px
    }
}

.wpo-contact-section-s7 .contact-video .video-btn:after,.wpo-contact-section-s7 .contact-video .video-btn:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: transparent;
    background: rgba(158,153,214,.5);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 5s ease;
    z-index: -1
}

.wpo-contact-section-s7 .contact-video .video-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2.1);
        transform: scale(2.1)
    }
}

.wpo-contact-section-s7 .contact-wrap {
    left: -80px;
    padding-bottom: 150px;
    padding-top: 150px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 1500px) {
    .wpo-contact-section-s7 .contact-wrap {
        left:-20px
    }
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .contact-wrap {
        left:0;
        padding: 0;
        position: relative;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
}

.wpo-contact-section-s7 .contact-wrap .shape-1 {
    bottom: auto;
    left: 75px;
    top: 45px
}

.wpo-contact-section-s7 .contact-wrap .shape-2 {
    bottom: 15px;
    left: 75px;
    right: auto
}

.wpo-contact-section-s7 .wpo-contact-section-wrapper {
    background: #fff;
    border-radius: 350px;
    margin: 0;
    padding: 20px
}

@media(max-width: 991px) {
    .wpo-contact-section-s7 .wpo-contact-section-wrapper {
        margin:30px auto 0
    }
}

@media(max-width: 575px) {
    .wpo-contact-section-s7 .wpo-contact-section-wrapper {
        padding:10px
    }
}

.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area {
    background: #7e78b2;
    border-radius: 350px;
    padding: 100px 40px 50px
}

@media(max-width: 575px) {
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding:60px 30px 30px
    }
}

.wpo-about-section,.wpo-about-section-s2 {
    margin-top: -95px;
    position: relative;
    z-index: 11
}

@media(max-width: 991px) {
    .wpo-about-section,.wpo-about-section-s2 {
        margin:0;
        padding-top: 80px
    }
}

.wpo-about-section .wpo-about-wrap,.wpo-about-section-s2 .wpo-about-wrap {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    overflow: hidden;
    padding: 30px
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap,.wpo-about-section-s2 .wpo-about-wrap {
        padding:15px
    }

    .wpo-about-section .wpo-about-wrap .about-right-img,.wpo-about-section-s2 .wpo-about-wrap .about-right-img {
        text-align: center
    }

    .wpo-about-section .wpo-about-wrap .about-right-img img,.wpo-about-section-s2 .wpo-about-wrap .about-right-img img {
        width: 100%
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
    max-width: 578px
}

@media(max-width: 1199px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
        padding-right:20px
    }
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
        margin-bottom:30px;
        margin-top: 30px;
        max-width: 100%;
        text-align: center
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

@media(max-width: 1199px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text p,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
        font-size:18px;
        line-height: 27px
    }
}

@media(max-width: 767px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text p,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
        font-size:18px
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p: first-letter,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p:first-letter {
    color:#c8a898;
    font-family: monallesia;
    font-size: 50px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 1199px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text p:first-letter,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p:first-letter {
        font-size:35px
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media(max-width: 575px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
        display:block
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info {
    margin-bottom: 30px;
    margin-top: 30px
}

@media(max-width: 767px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info {
        margin-bottom:40px;
        margin-top: 30px
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 767px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
        font-size:20px
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 767px) {
    .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span,.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info span {
        font-size:16px
    }
}

.wpo-about-section .wpo-about-wrap .about-social,.wpo-about-section-s2 .wpo-about-wrap .about-social {
    padding: 50px 20px;
    position: relative
}

@media(max-width: 1199px) {
    .wpo-about-section .wpo-about-wrap .about-social,.wpo-about-section-s2 .wpo-about-wrap .about-social {
        margin-left:-10px;
        padding: 30px 20px
    }
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap .about-social,.wpo-about-section-s2 .wpo-about-wrap .about-social {
        margin-left:0
    }
}

.wpo-about-section .wpo-about-wrap .about-social:before,.wpo-about-section-s2 .wpo-about-wrap .about-social:before {
    background: #d9d9d9;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    width: 1px
}

@media(max-width: 1199px) {
    .wpo-about-section .wpo-about-wrap .about-social:before,.wpo-about-section-s2 .wpo-about-wrap .about-social:before {
        left:0
    }
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap .about-social:before,.wpo-about-section-s2 .wpo-about-wrap .about-social:before {
        display:none
    }
}

.wpo-about-section .wpo-about-wrap .about-social ul,.wpo-about-section-s2 .wpo-about-wrap .about-social ul {
    list-style: none;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap .about-social ul,.wpo-about-section-s2 .wpo-about-wrap .about-social ul {
        display:flex;
        justify-content: center
    }

    .wpo-about-section .wpo-about-wrap .about-social ul li,.wpo-about-section-s2 .wpo-about-wrap .about-social ul li {
        margin: 0 10px
    }
}

.wpo-about-section .wpo-about-wrap .about-social ul li a,.wpo-about-section-s2 .wpo-about-wrap .about-social ul li a {
    background: 255,255,255,.1;
    border: 1px solid #707070;
    border-radius: 50%;
    color: #707070;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    width: 50px
}

.wpo-about-section .wpo-about-wrap .about-social ul li a: hover,.wpo-about-section-s2 .wpo-about-wrap .about-social ul li a:hover {
    background:#d4b0a5;
    border-color: #d4b0a5;
    color: #fff
}

.wpo-about-section .wpo-about-wrap .about-social ul li+li,.wpo-about-section-s2 .wpo-about-wrap .about-social ul li+li {
    margin-top: 40px
}

@media(max-width: 991px) {
    .wpo-about-section .wpo-about-wrap .about-social ul li+li,.wpo-about-section-s2 .wpo-about-wrap .about-social ul li+li {
        margin:0 10px
    }
}

.wpo-fun-fact-section,.wpo-fun-fact-section .container {
    position: relative
}

@media(min-width: 1600px) {
    .wpo-fun-fact-section .container {
        max-width:1400px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids {
    background: #fff;
    margin: 0 -130px;
    position: relative;
    z-index: 1
}

@media(max-width: 1500px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids {
        margin:0 -100px
    }
}

@media(max-width: 1200px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids {
        margin:0 -70px
    }
}

@media(max-width: 767px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids {
        margin:0 -30px;
        padding: 0
    }
}

@media(max-width: 450px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids {
        margin:0
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid {
    float: left;
    width: 25%
}

@media(max-width: 767px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid {
        margin-bottom:50px;
        width: 50%
    }

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(3),.wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(4) {
        margin-bottom: 0
    }
}

.wpo-fun-fact-section .grid {
    position: relative
}

.wpo-fun-fact-section .grid .flower {
    margin-bottom: 20px;
    max-height: 80px;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-fun-fact-section .grid .flower {
        margin:0 auto;
        max-height: 60px;
        max-width: 80px
    }
}

.wpo-fun-fact-section .grid h3 {
    align-items: center;
    color: #657150;
    display: flex;
    font-family: monallesia;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    margin: 0 0 .1em
}

.wpo-fun-fact-section .grid h3 span {
    font-family: monallesia;
    line-height: 75px
}

@media(max-width: 767px) {
    .wpo-fun-fact-section .grid h3 span {
        line-height:50px
    }
}

@media(max-width: 1199px) {
    .wpo-fun-fact-section .grid h3 {
        font-size:80px;
        font-size: 5.3333333333rem
    }
}

@media(max-width: 991px) {
    .wpo-fun-fact-section .grid h3 {
        font-size:60px;
        font-size: 4rem
    }
}

@media(max-width: 767px) {
    .wpo-fun-fact-section .grid h3 {
        font-size:50px;
        font-size: 3.3333333333rem
    }
}

.wpo-fun-fact-section .grid h3+p {
    color: #707070;
    font-family: Mulish,sans-serif;
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-align: center
}

@media(max-width: 1200px) {
    .wpo-fun-fact-section .grid h3+p {
        font-size:18px;
        font-size: 1.2rem
    }
}

@media(max-width: 991px) {
    .wpo-fun-fact-section .grid h3+p {
        font-size:16px;
        font-size: 1.0666666667rem
    }
}

.wpo-service-section .wpo-service-item,.wpo-service-section-s2 .wpo-service-item {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

@media(max-width: 991px) {
    .wpo-service-section .wpo-service-item,.wpo-service-section-s2 .wpo-service-item {
        margin-bottom:50px
    }
}

.wpo-service-section .wpo-service-item .wpo-service-img,.wpo-service-section-s2 .wpo-service-item .wpo-service-img {
    border-bottom-right-radius: 250px;
    overflow: hidden
}

.wpo-service-section .wpo-service-item .wpo-service-img img,.wpo-service-section-s2 .wpo-service-item .wpo-service-img img {
    border-bottom-right-radius: 250px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-service-section .wpo-service-item:hover .wpo-service-img img,.wpo-service-section-s2 .wpo-service-item: hover .wpo-service-img img {
    -webkit-transform:scale(1.2);
    transform: scale(1.2)
}

.wpo-service-section .wpo-service-item .wpo-service-text,.wpo-service-section-s2 .wpo-service-item .wpo-service-text {
    padding: 20px 20px 0;
    text-align: center
}

.wpo-service-section .wpo-service-item .wpo-service-text h3,.wpo-service-section-s2 .wpo-service-item .wpo-service-text h3 {
    color: #323232;
    font-family: Mulish,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center
}

.wpo-service-section .wpo-service-item .wpo-service-text p,.wpo-service-section-s2 .wpo-service-item .wpo-service-text p {
    margin-bottom: 0
}

.wpo-service-section .wpo-service-item .wpo-service-text a.more,.wpo-service-section-s2 .wpo-service-item .wpo-service-text a.more {
    background: #d4b0a5;
    bottom: -18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 25px;
    position: relative
}

.wpo-service-section .wpo-service-item .wpo-service-text a.more: hover,.wpo-service-section-s2 .wpo-service-item .wpo-service-text a.more:hover {
    background:#ca9e90
}

.wpo-portfolio-section-s6 {
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px
}

@media(max-width: 1700px) {
    .wpo-portfolio-section-s6 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 {
        padding-left:0;
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s6 {
        padding-bottom:70px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s6 {
        padding-bottom:50px
    }
}

@media(max-width: 575px) {
    .wpo-portfolio-section-s6 {
        padding-bottom:30px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids {
    margin: 0 -15px
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 .portfolio-grids {
        margin:0 -10px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid {
    float: left;
    overflow: hidden;
    padding: 0 15px 30px;
    position: relative;
    width: 33.33%
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        width:50%
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        padding:0 10px 20px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        width:100%
    }
}

@media(max-width: 575px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid {
        width:100%
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .img-holder {
    overflow: hidden;
    position: relative
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    background: #fff;
    bottom: -200px;
    font-family: Mulish,sans-serif;
    left: 50%;
    max-width: 453px;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%
}

@media(max-width: 1700px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
        max-width:350px
    }
}

@media(max-width: 1399px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
        max-width:300px
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
        max-width:280px
    }
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
        max-width:94%;
        padding: 10px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px
}

@media(max-width: 1700px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
        font-size:30px
    }
}

@media(max-width: 1399px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
        font-size:25px
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
        font-size:25px
    }
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
        font-size:27px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a {
    color: #242424
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a: hover {
    color:#d4b0a5
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content span {
    color: #d4b0a5;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px
}

@media(max-width: 1399px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content span {
        font-size:18px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid:hover .portfolio-content {
    bottom: 20px
}

.wpo-portfolio-section-s6 .portfolio-grids .grid:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
    padding-bottom: 0
}

@media(max-width: 1700px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
        font-size:30px
    }
}

@media(max-width: 1199px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
        font-size:25px;
        line-height: 35px
    }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2: after,.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2:before {
    display:none
}

@media(max-width: 1700px) {
    .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h4 {
        font-size:20px;
        line-height: 40px
    }
}

.wpo-testimonial-section {
    background: #f8f3f2;
    overflow: hidden;
    padding-bottom: 90px
}

@media(max-width: 1700px) {
    .wpo-testimonial-section {
        padding:120px 30px
    }
}

@media(max-width: 991px) {
    .wpo-testimonial-section {
        padding:90px 30px 30px
    }
}

@media(max-width: 767px) {
    .wpo-testimonial-section {
        padding:80px 0 20px
    }
}

@media(max-width: 575px) {
    .wpo-testimonial-section {
        padding:50px 0 20px
    }
}

.wpo-testimonial-section .wpo-testimonial-active {
    padding-bottom: 100px
}

.wpo-testimonial-section .col {
    padding: 0
}

@media(max-width: 1440px) {
    .wpo-testimonial-section .col {
        padding:0 15px
    }
}

.wpo-testimonial-section .wpo-testimonial-items {
    position: relative;
    text-align: center;
    z-index: 1
}

.wpo-testimonial-section .wpo-testimonial-items i {
    color: #d4b0a5;
    display: block;
    font-size: 60px;
    margin-bottom: 20px
}

.wpo-testimonial-section .wpo-testimonial-items p {
    color: #242424;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px
}

@media(max-width: 1399px) {
    .wpo-testimonial-section .wpo-testimonial-items p {
        font-size:22px
    }
}

@media(max-width: 1199px) {
    .wpo-testimonial-section .wpo-testimonial-items p {
        font-size:18px;
        margin-bottom: 30px
    }
}

@media(max-width: 575px) {
    .wpo-testimonial-section .wpo-testimonial-items p {
        font-size:16px;
        margin-bottom: 30px
    }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    color: #939580;
    font-size: 30px;
    font-weight: 400;
    line-height: 160%
}

@media(max-width: 1199px) {
    .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
        font-size:22px
    }
}

@media(max-width: 767px) {
    .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
        font-size:20px
    }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm span {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

.wpo-testimonial-section .slick-dotted.slick-slider {
    margin-bottom: 0
}

.wpo-testimonial-section .slick-dots {
    bottom: -80px;
    text-align: center
}

.wpo-testimonial-section .slick-dots li button: before {
    color:#d9d9d9;
    font-size: 15px;
    opacity: 1
}

.wpo-testimonial-section .slick-dots li.slick-active button: before {
    color:#d4b0a5
}

.wpo-product-section {
    overflow: hidden;
    padding-bottom: 70px
}

@media(max-width: 991px) {
    .wpo-product-section {
        padding-bottom:50px
    }
}

@media(max-width: 767px) {
    .wpo-product-section {
        padding-bottom:30px
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .product-img-wrap {
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(4,0,52,.1);
    padding: 15px
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: color .25s
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover:after,.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:after,.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:before {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .5s;
    z-index: 1
}

@media(max-width: 1199px) {
    .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:after,.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:before {
        bottom:10px;
        left: 10px;
        right: 10px;
        top: 10px
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

@media(max-width: 575px) {
    .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img {
        width:100%
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul {
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: 50%;
    list-style: none;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s;
    visibility: hidden;
    z-index: 11
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li {
    color: #d4b0a5;
    font-size: 18px
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li: first-child {
    margin-right:5px
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li: first-child button {
    padding:0;
    width: 40px
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li button {
    background: #fff;
    border: 0;
    color: #d4b0a5;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 140px
}

@media(max-width: 1199px) {
    .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li button {
        font-size:15px;
        width: 105px
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li button: hover {
    background:#d4b0a5;
    color: #fff
}

.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul {
    bottom: 50px;
    opacity: 1;
    visibility: visible
}

.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text {
    padding-top: 20px;
    position: relative;
    text-align: center
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-family: Mulish,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1199px) {
    .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
        font-size:25px
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a {
    color: #242424
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a: hover {
    color:#d4b0a5
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
    color: #d4b0a5;
    font-size: 18px
}

@media(max-width: 1199px) {
    .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
        font-size:14px
    }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li: first-child {
    color:#999;
    margin-right: 10px;
    text-decoration: line-through
}

.wpo-contact-section-s8 {
    padding-bottom: 120px;
    padding-top: 120px
}

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

@media(max-width: 767px) {
    .wpo-contact-section-s8 {
        padding:80px 0
    }
}

@media(max-width: 575px) {
    .wpo-contact-section-s8 {
        padding:60px 0
    }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 0 0 100px;
    max-width: 880px;
    padding: 40px
}

@media(max-width: 1199px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper {
        margin:0 auto
    }
}

@media(max-width: 767px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper {
        padding:20px
    }
}

@media(max-width: 575px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper {
        padding:10px
    }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
    margin-bottom: 30px
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
    color: #101010;
    margin-top: 0
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.3));
    border: 1px solid hsla(0,0%,100%,.3);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.05);
    padding-top: 50px
}

@media(max-width: 575px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding-top:30px
    }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    background: hsla(0,0%,100%,.69);
    border: 1px solid #d9d9d9;
    color: #707070;
    padding-left: 15px
}

@media(max-width: 1199px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
        height:50px
    }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .error {
    margin-bottom: 10px;
    margin-top: 0
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
    color: #707070
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #707070
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
    color: #707070
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area textarea.form-control {
    height: 134px
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    background: hsla(0,0%,100%,.69) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px);
    color: #707070
}

@media(max-width: 1199px) {
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
        height:50px
    }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
    color: #707070
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date input {
    background: hsla(0,0%,100%,.69) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUI2OTg3M0YyRTc4MTFFREFFODk4MENGQzVBQzk1MEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUI2OTg3M0UyRTc4MTFFREFFODk4MENGQzVBQzk1MEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjE4NjU0NzkyODVDMTFFRDgwQzdBQjM2MEEzQUQxQTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjE4NjU0N0EyODVDMTFFRDgwQzdBQjM2MEEzQUQxQTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qCiC/AAACA0lEQVR42pTUzUtUURjH8TvTrSYy0330B9hKEZJ0EbRIiXYtgtAmE00jWrgUUsEWUtC2rGaUIkhBe6FV0iaCrChQQoKKCMUigzSLJqvp+8jv2vXMnWl84ONczz3nOe83lkqnPcVpHMdhZDCKaziPMWzCAZxEm1PvxrFkst+SxEhYy+8hVKqhNfqN+2jAe/zCMrZiJ+449ex5ytr7/OlFJ/5gP4bUczOmcRFnEUcXkhH1XuIqzlnCJczhJvbgoZLvwAQ+653V/YThiHpP8BELNuXXPIxrShlNy2IBm5HAD2SxRXXs/1JbMnxTvY3Ya70+xgkvN0o1zS9O+fZQhx6bsfoiPTh4xVejcGxDD8o1Khv5Gf32aZQWX9HtdBiPa9hBxHRMXukImbtI4bp2tFme4wKj2hBu72sUQVRpxAOhsntaV1unW6Fy2+XdqMEjlWV9Z4S78CJiPYe96HiGilDCmLt+Ge1qsZHQ2v5bRGfKT1G9joQ1OqtBZN1Neaur1lJEsiN26Dk20+FNcUfo6ZodxL4CyWr1ceh1ynM2JThfHbiszh447+t0p9sjDv3KsYmKWbTqw2AH/bbK63FKyd5FNfQjphzEjL4sl7SbP3FUh/1DnjbZQgkt5tGokdoHtgmLBeqvJCz7z25+V6JiotwSTmJEm5G359BdXxPc5eCxBG/+CjAAa02LJnHPStcAAAAASUVORK5CYII=) no-repeat calc(100% - 15px);
    width: 100%
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date input: focus {
    outline:none
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .react-datepicker-wrapper {
    width: 100%
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .react-datepicker__input-container input {
    background-color: hsla(0,0%,100%,.69);
    border: 1px solid #d9d9d9;
    padding: 10px
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
    margin-top: 20px
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
    background: #d4b0a5;
    color: #fff
}

.wpo-pricing-section {
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-pricing-section {
        padding-bottom:50px
    }
}

@media(max-width: 767px) {
    .wpo-pricing-section {
        padding-bottom:40px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    border: 1px solid #d4b0a5;
    padding: 85px 40px
}

@media(max-width: 1399px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
        padding:100px 20px
    }
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
        padding:60px 20px
    }
}

@media(max-width: 575px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
        padding:60px 15px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-1 {
    position: absolute;
    right: -38px;
    top: -50px;
    z-index: -1
}

@media(max-width: 1399px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-1 {
        right:0
    }
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-1 {
        right:-15px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
    bottom: -50px;
    left: -38px;
    position: absolute;
    z-index: -1
}

@media(max-width: 1399px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
        left:0
    }
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
        left:-15px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
    border-bottom: 1px solid #d4b0a5;
    padding-bottom: 30px;
    padding-top: 0;
    text-align: center
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
    color: #5c5c5c;
    font-family: Mulish,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
        font-size:18px;
        margin-bottom: 0
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    align-items: center;
    color: #d4b0a5;
    display: flex;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 60px;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
        font-size:60px;
        line-height: 50px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
    font-size: 50px
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
        font-size:40px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
    color: #5c5c5c;
    display: inline-block;
    font-family: Mulish,sans-serif;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 20px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding-top: 60px;
    text-align: center
}

@media(max-width: 1199px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
        padding-top:30px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
    list-style: none;
    padding-bottom: 20px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
    color: #707070;
    font-size: 18px;
    padding-bottom: 25px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn,.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn {
    background: transparent;
    border: 1px solid #a5aa9c;
    color: #d4b0a5;
    text-transform: capitalize
}

.wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn,.wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn,.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn:hover,.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn:hover {
    background: #d4b0a5;
    border-color: #d4b0a5;
    color: #fff
}

.wpo-about-section-s2 {
    margin-top: 0;
    padding: 80px 60px 0
}

@media(max-width: 1700px) {
    .wpo-about-section-s2 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 1399px) {
    .wpo-about-section-s2 {
        padding-left:0;
        padding-right: 0
    }
}

.wpo-about-section-s2 .wpo-about-wrap {
    box-shadow: none;
    padding: 0;
    position: relative
}

.wpo-about-section-s2 .wpo-about-wrap .row {
    align-items: flex-end
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
    position: relative
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img img {
    width: 100%
}

.wpo-about-section-s2 .wpo-about-wrap .about-right-img {
    min-height: 100%;
    padding-top: 230px;
    text-align: right
}

@media(max-width: 1700px) {
    .wpo-about-section-s2 .wpo-about-wrap .about-right-img {
        padding-top:0
    }
}

@media(max-width: 991px) {
    .wpo-about-section-s2 .wpo-about-wrap .about-right-img {
        margin-top:20px
    }
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width: 1700px) {
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
        padding-left:0;
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
        margin:0 auto;
        max-width: 400px
    }
}

@media(max-width: 1399px) {
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
        font-size:26px
    }

    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-sign img {
        max-width: 100px
    }
}

.wpo-service-section-s2 {
    position: relative;
    z-index: 11
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img,.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    border-radius: 0
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text {
    padding-bottom: 20px
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 {
    margin-bottom: 0
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a {
    color: #323232
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a: hover {
    color:#d4b0a5
}

.back-btn {
    background: #9db9cb;
    border-bottom-left-radius: 50px;
    display: block;
    height: 70px;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 11
}

.back-btn:hover {
    background: #7395ab
}

.back-btn i {
    color: #fff;
    font-size: 30px;
    line-height: unset;
    position: relative;
    right: -8px;
    top: -3px
}

.invitation-header.style-2 .back-btn {
    background-color: #1e3d3e;
    border-radius: 0;
    border-bottom-right-radius: 50px;
    left: 0;
    right: auto;
    top: 0
}

.invitation-header.style-2 .back-btn:hover {
    background: #163334
}

.invitation-header.style-2 .back-btn i {
    left: -8px;
    position: relative;
    top: -3px
}

.wpo-invitation-area {
    overflow: hidden;
    padding-top: 50px;
    position: relative
}

@media(max-width: 575px) {
    .wpo-invitation-area {
        padding-top:10px
    }
}

.wpo-invitation-area .left-shape .shape,.wpo-invitation-area .right-shape .shape {
    -webkit-animation-duration: 10s,3s;
    animation-duration: 10s,3s;
    -webkit-animation-iteration-count: infinite,infinite;
    animation-iteration-count: infinite,infinite;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-play-state: running,running;
    animation-play-state: running,running;
    -webkit-animation-timing-function: linear,ease-in-out;
    animation-timing-function: linear,ease-in-out;
    cursor: default;
    position: absolute;
    top: -15%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

@media(max-width: 1400px) {
    .wpo-invitation-area .left-shape .shape img,.wpo-invitation-area .right-shape .shape img {
        max-width:70%
    }
}

@media(max-width: 991px) {
    .wpo-invitation-area .left-shape .shape img,.wpo-invitation-area .right-shape .shape img {
        max-width:70%
    }
}

@media(max-width: 575px) {
    .wpo-invitation-area .left-shape .shape img,.wpo-invitation-area .right-shape .shape img {
        max-width:70%
    }
}

.wpo-invitation-area .left-shape .shape.s1,.wpo-invitation-area .right-shape .shape.s1 {
    -webkit-animation-delay: 0s,0s;
    animation-delay: 0s,0s;
    left: 40px
}

.wpo-invitation-area .left-shape .shape.s2,.wpo-invitation-area .right-shape .shape.s2 {
    -webkit-animation-delay: 6s,.5s;
    animation-delay: 6s,.5s;
    left: 140px
}

.wpo-invitation-area .left-shape .shape.s3,.wpo-invitation-area .right-shape .shape.s3 {
    -webkit-animation-delay: 4s,2s;
    animation-delay: 4s,2s;
    left: 0
}

.wpo-invitation-area .left-shape .shape.s4,.wpo-invitation-area .right-shape .shape.s4 {
    -webkit-animation-delay: 2s,2s;
    animation-delay: 2s,2s;
    left: 250px
}

.wpo-invitation-area .left-shape .shape.s5,.wpo-invitation-area .right-shape .shape.s5 {
    -webkit-animation-delay: 8s,3s;
    animation-delay: 8s,3s;
    left: 40px
}

.wpo-invitation-area .left-shape {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%
}

.wpo-invitation-area .right-shape {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%
}

.wpo-invitation-area .right-shape .shape.s1 {
    -webkit-animation-delay: 0s,0s;
    animation-delay: 0s,0s;
    left: auto;
    right: 40px
}

.wpo-invitation-area .right-shape .shape.s2 {
    -webkit-animation-delay: 6s,.5s;
    animation-delay: 6s,.5s;
    left: auto;
    right: 140px
}

.wpo-invitation-area .right-shape .shape.s3 {
    -webkit-animation-delay: 4s,2s;
    animation-delay: 4s,2s;
    left: auto;
    right: 0
}

.wpo-invitation-area .right-shape .shape.s4 {
    -webkit-animation-delay: 2s,2s;
    animation-delay: 2s,2s;
    left: auto;
    right: 250px
}

.wpo-invitation-area .right-shape .shape.s5 {
    -webkit-animation-delay: 8s,3s;
    animation-delay: 8s,3s;
    left: auto;
    right: 40px
}

.wpo-invitation-area .wpo-invitation-wrap {
    background: #fff;
    margin: 0 auto;
    max-width: 1400px
}

@media(max-width: 1440px) {
    .wpo-invitation-area .wpo-invitation-wrap {
        max-width:1000px
    }
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap {
        max-width:900px
    }
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap {
        max-width:800px;
        padding: 30px
    }
}

@media(max-width: 575px) {
    .wpo-invitation-area .wpo-invitation-wrap {
        padding:10px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
    background: #fff;
    border-radius: 320px;
    box-shadow: 0 0 6.1px 3.9px rgba(28,31,86,.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 80px;
    max-width: 640px;
    padding: 20px;
    position: relative
}

@media(max-width: 370px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
        padding:10px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
    left: -80px;
    position: absolute;
    top: -30px
}

@media(max-width: 600px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
        left:0;
        top: -50px
    }
}

@media(max-width: 450px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
        left:-25px;
        top: -55px
    }
}

@media(max-width: 600px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape img {
        max-width:200px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 {
    bottom: -175px;
    position: absolute;
    right: -220px
}

@media(max-width: 600px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 {
        bottom:-130px;
        right: -100px
    }

    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 img {
        max-width: 500px
    }
}

@media(max-width: 450px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 img {
        max-width:365px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .middle-couple-pic-inner {
    border-radius: 320px;
    overflow: hidden
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .middle-couple-pic-inner img {
    -animation: kenburn 20s 1.2s alternate infinite;
    -webkit-animation: kenburn 20s 1.2s infinite alternate;
    border-radius: 320px;
    height: 100%;
    width: 100%
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
        margin-bottom:90px
    }
}

@media(max-width: 370px) {
    .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
        margin-bottom:60px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text {
    margin-bottom: 80px;
    padding-right: 0;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text {
        padding-right:0
    }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
    color: #515a44;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    margin: 0 auto 30px;
    text-align: center
}

@media(max-width: 1399px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
        font-size:52px;
        line-height: 85px;
        margin-bottom: 30px
    }
}

@media(max-width: 1100px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
        font-size:50px;
        line-height: 75px;
        margin-bottom: 20px
    }
}

@media(max-width: 600px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
        font-size:40px;
        line-height: 55px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text span {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text span {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text span {
        font-size:18px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text p {
    color: #87748f;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 30px
}

@media(max-width: 1399px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
        font-size:45px
    }
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
        font-size:30px;
        margin-top: 20px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap {
    margin: 0 auto;
    max-width: 950.998px;
    padding-top: 70px
}

@media(max-width: 575px) {
    .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap {
        padding-top:35px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section {
    background: #edebff;
    height: 180px;
    width: 180px
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section {
        height:110px;
        margin: 0 10px;
        width: 110px
    }
}

@media(max-width: 600px) {
    .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section {
        margin-bottom:20px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section:after {
    border-color: #524faa
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section:before {
    background: url(../../static/media/7.52e6e14a264637082af0.svg) no-repeat 50%;
    bottom: -65px;
    left: auto;
    right: -50px
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section:before {
        display:none
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section:nth-child(2n):before {
    background: url(../../static/media/8.34953daceacabf88c498.svg) no-repeat 50%;
    left: auto;
    right: -65px
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section .time {
    color: #657150;
    font-size: 60px;
    line-height: 80px
}

@media(max-width: 1199px) {
    .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap .react-countdown .time-section .time {
        font-size:40px;
        line-height: 60px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text h2 {
    background: #515a44;
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0
}

@media(max-width: 757px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text h2 {
        font-size:25px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul {
    list-style: none;
    margin-top: 80px;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul {
        margin-top:40px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 10px
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
        font-size:18px;
        line-height: 40px
    }
}

@media(max-width: 370px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
        font-size:16px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li: last-child {
    margin-bottom:0
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button {
    color: #473f92;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    position: relative;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize
}

@media(max-width: 991px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button {
        font-size:18px
    }
}

@media(max-width: 370px) {
    .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button {
        font-size:16px
    }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button.active,.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button: focus,.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li button:hover {
    background:none;
    box-shadow: none
}

.wpo-coming-soon-area,.wpo-invitation-area-s2 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: 920px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-coming-soon-area,.wpo-invitation-area-s2 {
        min-height:600px;
        padding: 145px 0 30px
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .container,.wpo-invitation-area-s2 .container {
        max-width:100%
    }
}

.wpo-coming-soon-area .hero-inner .row,.wpo-invitation-area-s2 .hero-inner .row {
    justify-content: center
}

.wpo-coming-soon-area .wpo-event-wrap,.wpo-invitation-area-s2 .wpo-event-wrap {
    background: url(../../static/media/invite-bg.f68692f40c8a802aaeb3.png);
    margin-left: auto;
    max-width: 600px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .wpo-event-wrap,.wpo-invitation-area-s2 .wpo-event-wrap {
        margin:0 auto
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-wrap,.wpo-invitation-area-s2 .wpo-event-wrap {
        padding:20px
    }
}

@media(max-width: 450px) {
    .wpo-coming-soon-area .wpo-event-wrap,.wpo-invitation-area-s2 .wpo-event-wrap {
        padding:10px
    }
}

.wpo-coming-soon-area .wpo-event-wrap .frame-shape-1,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1 {
    bottom: -100px;
    left: -50px;
    position: absolute;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .wpo-event-wrap .frame-shape-1,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1 {
        bottom:-100px;
        left: -50px
    }
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .wpo-event-wrap .frame-shape-1,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1 {
        bottom:-30px;
        left: -30px;
        max-width: 240px
    }
}

.wpo-coming-soon-area .wpo-event-wrap .frame-shape-2,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2 {
    position: absolute;
    right: -50px;
    top: -100px;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .wpo-event-wrap .frame-shape-2,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2 {
        right:-50px;
        top: -100px
    }
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .wpo-event-wrap .frame-shape-2,.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2 {
        max-width:240px;
        right: -30px;
        top: -30px
    }
}

.wpo-coming-soon-area .wpo-event-item,.wpo-invitation-area-s2 .wpo-event-item {
    background-size: contain;
    border: 1px solid #a9c49b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 120px 30px;
    position: relative
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .wpo-event-item,.wpo-invitation-area-s2 .wpo-event-item {
        padding:80px 30px;
        width: 100%
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text {
    text-align: center
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text h2,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2 {
        font-size:45px
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2 {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2 {
        font-size:30px
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text p,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text p,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p {
        font-size:22px;
        line-height: 33px
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text p,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p {
        font-size:18px;
        margin-bottom: 10px;
        margin-bottom: 5px
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul {
    list-style: none;
    margin: 70px auto auto;
    max-width: 416px
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul {
        margin-top:40px
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li {
    color: #707070;
    float: none;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-left: 0
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li {
        font-size:16px;
        margin-bottom: 5px
    }
}

@media(max-width: 450px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li {
        margin-bottom:2px
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li: last-child,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li:last-child {
    margin-bottom:0
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button {
    color: #b5a2bd;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button {
        margin-top:10px
    }
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button: before,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button:before {
    background:#b5a2bd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button.active,.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button: focus,.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li button:hover,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button.active,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button:focus,.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li button:hover {
    background:none;
    box-shadow: none
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    to {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    to {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wpo-category-section .category-grids {
    margin: 0 auto;
    max-width: 1520px
}

.wpo-category-section .category-grids .grid {
    display: flex!important;
    flex-direction: column;
    height: 120px;
    justify-content: flex-end;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-category-section .category-grids .grid {
        height:120px
    }
}

.wpo-category-section .category-grids .grid span {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-top: 20px
}

.wpo-category-section .category-grids .grid img {
    display: inline-block;
    margin: 0 auto;
    width: auto
}

.wpo-category-section .category-grids .owl-nav {
    display: none
}

.wpo-category-section-s2 {
    padding-left: 60px;
    padding-right: 60px
}

@media(max-width: 1700px) {
    .wpo-category-section-s2 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 1399px) {
    .wpo-category-section-s2 {
        padding-left:0;
        padding-right: 0
    }
}

.wpo-category-section-s2 .wpo-category-item {
    position: relative
}

@media(max-width: 767px) {
    .wpo-category-section-s2 .wpo-category-item {
        margin-bottom:30px
    }
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text {
    bottom: 0;
    left: 0;
    padding: 30px 30px 50px;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(max-width: 991px) {
    .wpo-category-section-s2 .wpo-category-item .wpo-category-text {
        padding:20px
    }
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 1199px) {
    .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
        font-size:30px
    }
}

@media(max-width: 767px) {
    .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
        font-size:28px
    }
}

@media(max-width: 575px) {
    .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 a {
    color: #fff
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text p {
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .wpo-category-section-s2 .wpo-category-item .wpo-category-text p {
        font-size:16px
    }
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item {
    margin-bottom: 30px
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    height: auto;
    margin: 0 auto;
    max-width: 375px;
    padding: 15px;
    width: 100%
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img .wpo-category-img-inner {
    border-radius: 50%;
    overflow: hidden
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img .wpo-category-img-inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img img {
    border-radius: 50%;
    width: 100%
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item:hover .wpo-category-img .wpo-category-img-inner img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text {
    margin-top: 30px;
    text-align: center
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a {
    color: #242424;
    font-family: Mulish,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

@media(max-width: 1399px) {
    .wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a {
        font-size:25px
    }
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a: hover {
    color:#b5a2bd
}

.wpo-offer-banner-section {
    background: url(../../static/media/offer.a2f25680f26aa00030a8.jpg) no-repeat 50%;
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    padding-left: 150px;
    width: 100%
}

@media(max-width: 1399px) {
    .wpo-offer-banner-section {
        padding-left:50px
    }
}

@media(max-width: 1199px) {
    .wpo-offer-banner-section {
        padding-left:0
    }
}

@media(max-width: 991px) {
    .wpo-offer-banner-section {
        height:500px
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section {
        height:400px
    }
}

.wpo-offer-banner-section .offer-banner-text {
    background: #fff;
    border: 1px solid #d4b0a5;
    max-width: 820px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 1
}

.wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
    bottom: -85px;
    left: -70px;
    position: absolute;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
        bottom:-100px;
        left: -50px
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
        bottom:-30px;
        left: -30px;
        max-width: 240px
    }
}

.wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
    position: absolute;
    right: -70px;
    top: -85px;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
        right:-50px;
        top: -100px
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
        max-width:240px;
        right: -30px;
        top: -30px
    }

    .wpo-offer-banner-section .offer-banner-text {
        padding: 10px;
        text-align: center
    }
}

.wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
    border: 1px solid #d4b0a5;
    padding: 80px
}

@media(max-width: 991px) {
    .wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
        padding:40px;
        text-align: center
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
        padding:50px 20px;
        text-align: center
    }
}

.wpo-offer-banner-section .offer-banner-text span {
    color: #d4b0a5;
    font-size: 25px;
    font-weight: 400;
    line-height: 51px
}

@media(max-width: 991px) {
    .wpo-offer-banner-section .offer-banner-text span {
        font-size:25px;
        line-height: 40px
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section .offer-banner-text span {
        font-size:18px;
        line-height: 25px
    }
}

.wpo-offer-banner-section .offer-banner-text h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 116px;
    margin-bottom: 20px
}

@media(max-width: 1200px) {
    .wpo-offer-banner-section .offer-banner-text h2 {
        font-size:40px
    }
}

@media(max-width: 991px) {
    .wpo-offer-banner-section .offer-banner-text h2 {
        font-size:50px;
        line-height: 80px
    }
}

@media(max-width: 767px) {
    .wpo-offer-banner-section .offer-banner-text h2 {
        font-size:40px
    }
}

@media(max-width: 575px) {
    .wpo-offer-banner-section .offer-banner-text h2 {
        font-size:30px;
        line-height: 42px
    }
}

.wpo-offer-banner-section .offer-banner-text .theme-btn,.wpo-offer-banner-section .offer-banner-text .view-cart-btn {
    background-color: #d4b0a5
}

.wpo-offer-banner-section .offer-banner-text .theme-btn:hover,.wpo-offer-banner-section .offer-banner-text .view-cart-btn:hover {
    background-color: #c79889
}

.rtl-page {
    font-size: 16px
}

.rtl-page,.rtl-page h1,.rtl-page h2,.rtl-page h3,.rtl-page h4,.rtl-page h5,.rtl-page h6 {
    font-family: Noto Kufi Arabic,sans-serif
}

.rtl-page p {
    font-size: 16px
}

.rtl-page ul {
    padding-right: 0
}

.rtl-page .wpo-section-title h4 {
    color: #c8a898
}

.rtl-page .wpo-site-header #navbar>ul .sub-menu {
    left: auto;
    right: 0
}

@media(max-width: 450px) {
    .rtl-page .wpo-site-header .header-right {
        left:-30px;
        right: auto
    }
}

@media(max-width: 991px) {
    .rtl-page .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        content:"";
        left: 30px;
        right: auto
    }

    .rtl-page .wpo-site-header #navbar {
        left: auto;
        right: -320px
    }

    .rtl-page .wpo-site-header #navbar.slideInn {
        left: auto;
        right: 0
    }
}

.rtl-page .wpo-site-header .header-right>div {
    margin-left: 10px;
    margin-right: 0
}

.rtl-page .wpo-site-header .header-right>div: last-child {
    margin:0 10px 0 0
}

.rtl-page .cart-search-contact .header-search-form {
    left: 0;
    right: auto
}

.rtl-page .cart-search-contact form div button {
    left: 10px;
    right: auto
}

.rtl-page .wpo-site-header .header-right .header-search-content-toggle {
    left: 0;
    right: auto
}

.rtl-page .mini-cart-content {
    left: -320px;
    right: auto
}

.rtl-page .mini-cart-content .mini-cart-item-image {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.rtl-page .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,.rtl-page .mini-cart-content-toggle,.rtl-page .mini-wislist-content-toggle {
    left: 0;
    right: auto
}

@media screen and (min-width: 992px) {
    .rtl-page .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left:auto;
        right: 120%
    }

    .rtl-page .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        right: 110%
    }

    .rtl-page .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children:before {
        content: "";
        left: 15px;
        right: auto
    }
}

.rtl-page .wpo-couple-section-s6 .middle-love-pic {
    text-align: center
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .middle-love-pic {
        margin:30px 0
    }
}

.rtl-page .wpo-couple-section-s6 .text-grid {
    align-items: center;
    display: flex;
    margin: 0;
    text-align: right
}

@media(max-width: 991px) {
    .rtl-page .wpo-couple-section-s6 .text-grid {
        justify-content:center;
        margin: 0 auto
    }
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .text-grid {
        flex-wrap:wrap;
        text-align: center
    }
}

.rtl-page .wpo-couple-section-s6 .text-grid .couple-text {
    max-width: 329px;
    padding-right: 30px
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .text-grid .couple-text {
        order:2;
        padding-right: 0
    }
}

.rtl-page .wpo-couple-section-s6 .text-grid p {
    font-size: 16px
}

@media(max-width: 991px) {
    .rtl-page .wpo-couple-section-s6 .text-grid ul {
        justify-content:flex-start;
        padding-right: 0
    }
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .text-grid ul {
        justify-content:center
    }
}

.rtl-page .wpo-couple-section-s6 .text-grid ul>li+li {
    margin-left: 0;
    margin-right: 25px
}

.rtl-page .wpo-couple-section-s6 .text-grid h3 {
    font-family: Noto Kufi Arabic,sans-serif;
    margin-top: 0
}

@media(max-width: 991px) {
    .rtl-page .wpo-couple-section-s6 .text-grid h3 {
        margin-top:0
    }
}

.rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text {
    padding-left: 30px;
    padding-right: 0;
    text-align: left
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text {
        padding-left:0;
        text-align: center
    }
}

@media(max-width: 991px) {
    .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text ul {
        justify-content:flex-end
    }
}

@media(max-width: 450px) {
    .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text ul {
        justify-content:center
    }
}

.rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid {
    margin: 0 30px 0 0;
    text-align: right
}

@media(max-width: 991px) {
    .rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid {
        margin:0 auto;
        text-align: center
    }
}

.rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid ul {
    padding-right: 0
}

.rtl-page .wpo-story-section-s7 .wpo-story-wrap {
    margin: 0 auto;
    max-width: 1520px
}

.rtl-page .wpo-story-section-s7 .wpo-story-item {
    max-width: 440px
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content {
    margin: 0 auto;
    max-width: 382px
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content span {
    color: #c8a898;
    display: block;
    margin-bottom: 20px
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content p {
    margin-bottom: 0
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content h2 {
    margin-bottom: 20px
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .story-img-wrap,.rtl-page .wpo-story-section-s7 .wpo-story-item .story-img-wrap .wpo-story-img {
    border-radius: 50%
}

.rtl-page .wpo-contact-section-s6.s2 {
    padding-top: 50px
}

@media(max-width: 991px) {
    .rtl-page .wpo-contact-section-s6.s2 {
        padding:0
    }
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap {
    padding-bottom: 140px;
    padding-top: 60px
}

@media(max-width: 991px) {
    .rtl-page .wpo-contact-section-s6.s2 .contact-wrap {
        padding:0
    }
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap .shape-1 {
    top: -40px;
    z-index: 11
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap .shape-2 {
    bottom: -65px;
    left: 18px
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    -webkit-appearance: auto;
    appearance: auto;
    background: none
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area {
    background-color: #d4b0a5
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .wpo-section-title h2 {
    font-family: Noto Kufi Arabic,sans-serif
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    border-color: #edd6cf
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
    overflow: hidden;
    position: relative
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons input {
    left: auto;
    right: -800px
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p+p {
    margin-left: 0;
    margin-right: 30px
}

.rtl-page .wpo-event-section-s4 {
    padding-bottom: 90px;
    padding-top: 50px
}

@media(max-width: 991px) {
    .rtl-page .wpo-event-section-s4 {
        padding-bottom:80px
    }
}

@media(max-width: 767px) {
    .rtl-page .wpo-event-section-s4 {
        padding-bottom:70px
    }
}

.rtl-page .wpo-event-section-s4 .wpo-event-item {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    margin: 0 auto 30px;
    max-width: 408px;
    text-align: center
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img {
    background: #f1f3ee;
    border-radius: 50%;
    margin: 0 auto 30px;
    max-width: 340px;
    padding: 20px
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner {
    border-radius: 50%;
    overflow: hidden
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner img {
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s
}

.rtl-page .wpo-event-section-s4 .wpo-event-item:hover .wpo-event-img .wpo-event-img-inner img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text {
    padding-bottom: 40px
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
    background: #c8a898;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0
}

@media(max-width: 757px) {
    .rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
        font-size:25px
    }
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul {
    list-style: none;
    margin: 40px auto 0;
    max-width: 245px
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.2%;
    margin-bottom: 20px
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li: last-child {
    margin-bottom:0
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li button {
    color: #c8a898;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    text-transform: capitalize
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li button: hover {
    background:none
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li button: before {
    background:#c8a898;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
    font-family: Noto Kufi Arabic,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    padding-right: 0
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a: hover,.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a:hover {
    color:#c8a898
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li: first-child {
    padding-left:30px;
    padding-right: 0
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li: first-child:before {
    left:10px;
    right: auto
}

.rtl-page .navbar-header .navbar-brand {
    color: #c8a898;
    font-family: Noto Kufi Arabic,sans-serif
}

.rtl-page .wpo-site-header #navbar>ul>li>a: hover {
    color:#c8a898
}

.rtl-page .mini-cart .cart-count {
    background-color: #c8a898
}

.rtl-page .mini-cart-content .mini-cart-action .mini-checkout-price span,.rtl-page .wpo-site-header #navbar>ul>li .sub-menu a.active,.rtl-page .wpo-site-header #navbar>ul>li .sub-menu a: hover,.rtl-page .wpo-site-header #navbar>ul>li a.active {
    color:#c8a898
}

.rtl-page .view-cart-btn,.rtl-page .wpo-site-header #navbar>ul>li .sub-menu a: after {
    background-color:#c8a898
}

.rtl-page .view-cart-btn.s1 {
    background: hsla(20,30%,69%,.2)
}

.rtl-page .wpo-site-footer-s4 {
    background-color: #cba195
}

.rtl-page .wpo-site-footer-s4 .wpo-lower-footer {
    background-color: #cba195;
    border-color: #ddaea1
}

.rtl-page .wpo-site-footer-s4 .about-widget ul li {
    margin: 0 10px
}

.rtl-page .widget-title h3 {
    font-family: Noto Kufi Arabic,sans-serif
}

.rtl-page .link-widget .link-wrap ul+ul {
    margin-right: 50px
}

.rtl-page .wpo-service-link-widget {
    text-align: left
}

@media(min-width: 1440px) {
    .wpo-service-details-area .container {
        max-width:1320px
    }
}

.theme-accordion-s1 {
    margin-bottom: 0
}

.accordion-button {
    font-size: 18px
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #242424
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-item {
    border: 0;
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    margin-bottom: 30px
}

.accordion-item h3 {
    font-family: Mulish,sans-serif;
    font-weight: 600
}

.accordion-collapse {
    border-top: 1px solid #ebebeb
}

.accordion-collapse p {
    font-size: 15px
}

.theme-accordion-s1 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.theme-accordion-s1 .panel+.panel {
    margin-top: 15px
}

.theme-accordion-s1 .panel-heading a {
    background: #999;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 25px;
    position: relative
}

@media(max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size:16px;
        font-size: 1rem;
        padding: 15px 25px
    }
}

@media(max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding:12px 15px
    }
}

.theme-accordion-s1 .panel-heading a: before {
    content:"";
    font-family: themify;
    font-size: 15px;
    font-size: .9375rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s
}

@media(max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size:18px;
        font-size: 1.125rem;
        right: 20px
    }
}

.theme-accordion-s1 .panel-heading a: focus {
    text-decoration:none
}

.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    color: #242f6c
}

.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    padding: 40px 25px 15px
}

@media(max-width: 991px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        font-size:15px;
        font-size: .9375rem;
        padding: 20px 25px 10px
    }

    .all-wpo-services {
        margin-top: 50px
    }
}

@media(max-width: 767px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding:15px 15px 8px
    }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em
}

.wpo-minimal-wrap {
    margin-bottom: 50px;
    position: relative
}

.minimals-img img,.wpo-minimal-wrap .minimals-img img {
    width: 100%
}

.wpo-minimal-wrap .video-holder {
    position: relative;
    text-align: center
}

.wpo-minimal-wrap .video-holder:after {
    background: rgba(10,67,149,.51);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpo-minimal-wrap .video-holder a {
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    background-color: #fff;
    border-radius: 83px;
    display: inline-block;
    height: 83px;
    width: 83px;
    z-index: 9
}

.wpo-minimal-wrap .video-holder a,.wpo-minimal-wrap .video-holder a: before {
    left:50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.wpo-minimal-wrap .video-holder a: before {
    border-bottom:15px solid transparent;
    border-left: 20px solid #242424;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    width: 0
}

.wpo-minimal-wrap .video-holder {
    left: 50%;
    position: absolute;
    top: 50%
}

.video-holder a,.wpo-minimal-wrap .video-holder a {
    -webkit-animation: spineerb 2s infinite;
    animation: spineerb 2s infinite;
    background-color: #fff
}

@-webkit-keyframes spineerb {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a9a5f8
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1,93,199,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(1,93,199,0)
    }
}

@keyframes spineerb {
    0% {
        box-shadow: 0 0 0 0 #a9a5f8
    }

    70% {
        box-shadow: 0 0 0 20px rgba(1,93,199,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(1,93,199,0)
    }
}

.wpo-service-details-text {
    background: #caa6c7;
    padding: 40px;
    text-align: center
}

.wpo-service-details-text-3 {
    background: #c096bd;
    padding: 40px;
    text-align: center
}

.wpo-service-details-list .col {
    padding: 0
}

.wpo-service-details-list .row {
    margin: 0
}

.wpo-service-details-text h2,.wpo-service-details-text-3 h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0
}

.wpo-service-details-text span,.wpo-service-details-text-3 span {
    color: #fafafa;
    display: block;
    font-size: 16px;
    margin-bottom: 10px
}

.wpo-p-details-section {
    margin-top: 50px
}

.wpo-p-details-section ul {
    list-style: none
}

.wpo-p-details-section h5 {
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px
}

.wpo-p-details-section .process-wrap {
    margin-top: 50px
}

.wpo-p-details-section .process-wrap .process-item {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 26px
}

.wpo-p-details-section .process-wrap .process-item h3 {
    font-family: Mulish,sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.wpo-p-details-section .process-wrap .process-item p {
    font-size: 15px
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
    margin-bottom: 10px
}

.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
    color: #b5a2bd;
    font-size: 45px
}

.wpo-p-details-section p {
    font-size: 16px;
    margin-bottom: 30px
}

.wpo-p-details-section p: nth-child(2) {
    margin-bottom:20px
}

.wpo-p-details-quote {
    background: #b5a2bd;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 30px;
    padding: 40px 40px 40px 80px;
    position: relative
}

.wpo-p-details-quote:before {
    color: #fafafa;
    content: "";
    font-family: Flaticon;
    font-size: 40px;
    left: 5%;
    margin-left: 0;
    position: absolute;
    top: 22%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.wpo-p-details-img {
    margin-bottom: 30px
}

.wpo-p-details-img img {
    width: 100%
}

.wpo-p-details-quote p {
    color: #fff;
    margin-bottom: 20px
}

.wpo-p-details-quote span {
    color: #fddada;
    text-decoration: underline
}

.wpo-faq-section {
    padding-top: 60px
}

.wpo-faq-section h4 {
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px
}

.wpo-faq-section p {
    margin-bottom: 0
}

@media(max-width: 1200px) {
    .wpo-service-details-text h2,.wpo-service-details-text-3 h2 {
        font-size:18px
    }
}

@media(max-width: 767px) {
    .wpo-service-details-text h2,.wpo-service-details-text-3 h2 {
        margin-bottom:30px
    }

    .wpo-service-details-text-3 {
        border: none
    }

    .wpo-service-details-list {
        background: #242424;
        padding-bottom: 10px
    }
}

@media(max-width: 530px) {
    .wpo-p-details-quote:before {
        left:12%;
        top: 17%
    }
}

.wpo-service-sidebar .all-wpo-services {
    background-color: #f8f8f8;
    padding: 60px 30px
}

.wpo-service-sidebar .all-wpo-services ul {
    list-style: none
}

.wpo-service-sidebar .widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1em;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize
}

.wpo-service-sidebar .widget h3: before {
    background-color:#b5a2bd;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 55px
}

.wpo-service-sidebar .widget h3: after {
    background-color:#e4e1e1;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 65px;
    position: absolute;
    width: 80%
}

.wpo-service-sidebar .all-wpo-services ul a {
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    display: block;
    margin-top: 15px;
    padding-bottom: 15px
}

.wpo-service-sidebar .all-wpo-services ul a: hover,.wpo-service-sidebar .all-wpo-services ul li.current a {
    color:#b5a2bd
}

.wpo-service-sidebar .all-wpo-services ul>li: last-child a {
    border:0;
    padding: 0
}

.wpo-service-sidebar>.widget+.widget {
    margin-top: 55px
}

.wpo-service-sidebar .contact-widget {
    background: #242424;
    padding: 60px 15px;
    position: relative;
    text-align: center
}

.wpo-service-sidebar .contact-widget h5 {
    color: #dad9d9;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 30px
}

.wpo-service-sidebar .contact-widget h4 {
    color: #fff;
    font-size: 35px;
    font-size: 2.1875rem;
    margin: .5em 0 0
}

.wpo-p-details-section h4 {
    color: #121127;
    font-size: 40px;
    margin-bottom: 30px
}

.wpo-p-details-section p: last-child {
    margin-bottom:0
}

@media(max-width: 991px) {
    .wpo-service-sidebar {
        margin-bottom:40px
    }
}

@media(max-width: 530px) {
    .wpo-service-sidebar .contact-widget h4 {
        font-size:25px
    }

    .wpo-service-sidebar .contact-widget h5 {
        font-size: 16px
    }

    .wpo-p-details-section h4 {
        font-size: 35px
    }
}

.wpo-minimal-img img {
    width: 100%
}

.wpo-portfolio-section-s3.tb-padding {
    padding: 120px 0 110px
}

@media(max-width: 991px) {
    .wpo-portfolio-section-s3.tb-padding {
        padding:90px 0 80px
    }
}

@media(max-width: 767px) {
    .wpo-portfolio-section-s3.tb-padding {
        padding:70px 0 60px
    }
}

@media(max-width: 575px) {
    .wpo-coming-soon-area {
        min-height:720px
    }
}

.wpo-coming-soon-area:before {
    display: none
}

.wpo-coming-soon-area .wpo-event-wrap {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: linear-gradient(140deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.5));
    background: url(../../static/media/invite-bg.f68692f40c8a802aaeb3.png);
    margin: 0;
    max-width: 600px;
    position: relative
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
        padding:40px 15px
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-event-item {
    padding: 0
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-event-item {
        padding:40px 15px
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
    margin-bottom: 50px;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: center
}

@media(max-width: 1199px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
        margin-top:20px
    }
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
        display:flex;
        justify-content: center;
        margin-top: 0
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden
}

@media(max-width: 530px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown {
        margin-top:0
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3>div,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown>div {
    width: 80px
}

@media(max-width: 450px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3>div,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown>div {
        width:52px
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3>div+div,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown>div+div {
    margin-left: 30px
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3>div+div,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown>div+div {
        margin-left:10px
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3>div+div,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown>div+div {
        margin-left:10px
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time {
    color: #b5a2bd;
    font-family: monallesia;
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    padding-top: 15px
}

@media(max-width: 1300px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time {
        font-size:50px;
        font-size: 3.3333333333rem
    }
}

@media(max-width: 1100px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time {
        font-size:40px;
        font-size: 2.6666666667rem
    }
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time {
        font-size:50px;
        font-size: 3.3333333333rem
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time {
        font-size:35px;
        font-size: 2.3333333333rem
    }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time-text,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time-text {
    color: #707070;
    font-size: 20px
}

@media(max-width: 991px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time-text,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time-text {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time-text,.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date .react-countdown .time-text {
        font-size:18px
    }
}

.wpo-coming-soon-area .coming-soon-section .coming-soon-text {
    text-align: center
}

.wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
    font-size: 48px;
    margin-bottom: 25px
}

@media(max-width: 1199px) {
    .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
        font-size:45px
    }
}

@media(max-width: 767px) {
    .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
        font-size:30px
    }
}

.wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
    margin-bottom: 0
}

.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control {
    background: none;
    border: 1px solid #a9a1a1;
    height: 55px;
    margin-bottom: 10px;
    width: 100%
}

.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control:focus {
    box-shadow: none;
    outline: none
}

.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .error {
    margin-bottom: 10px
}

.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact button {
    background: #caa6c7;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 55px;
    width: 100%
}

.wpo-shop-page .wpo-product-section {
    overflow: unset;
    padding: 0 0 0 30px
}

@media(max-width: 991px) {
    .wpo-shop-page .wpo-product-section {
        padding-left:0
    }
}

.wpo-shop-page .wpo-product-section .wpo-product-img img {
    width: 100%
}

@media(max-width: 1399px) {
    .wpo-shop-page .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
        font-size:18px
    }
}

.wpo-shop-page .sorting-section {
    padding-bottom: 20px
}

.wpo-shop-page .sorting-section ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.wpo-shop-page .sorting-section ul li {
    margin: 10px 0
}

.wpo-shop-page .sorting-section .nice-select ul {
    display: block
}

.load-btn {
    margin-top: 30px;
    text-align: center
}

@media(min-width: 991px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:608px
    }
}

@media(max-width: 991px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:708px
    }
}

@media(max-width: 767px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:550px
    }
}

@media(max-width: 440px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:450px
    }
}

@media(max-width: 400px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:400px
    }
}

@media(max-width: 350px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height:330px
    }
}

.wpo-shop-single-section .shop-single-slider .slider-for {
    text-align: center
}

.wpo-shop-single-section .shop-single-slider .slider-for img {
    display: inline-block;
    width: 100%
}

.wpo-shop-single-section .shop-single-slider .col {
    padding-left: 0
}

.wpo-shop-single-section .shop-single-slider .slider-nav>i {
    left: 0;
    position: absolute;
    top: 50%;
    -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 {
    cursor: pointer;
    margin-bottom: 14px;
    text-align: center
}

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

.wpo-shop-single-section .shop-single-slider .slider-nav img {
    max-height: 575px;
    object-fit: cover;
    width: 100%
}

.wpo-shop-single-section .product-details {
    padding: 15px 30px 30px
}

@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: 35px;
    font-size: 2.3333333333rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .43em
}

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

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

@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.6666666667rem
    }
}

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

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

@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 {
    align-items: center;
    display: flex;
    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 ul {
    list-style: none
}

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

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

.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: 0
}

.wpo-shop-single-section .product-details .tg-btm p span {
    color: #242424;
    font-weight: 700;
    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 {
    display: inline-block;
    height: 35px
}

.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:#b5a2bd;
    border-color: #b5a2bd;
    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;
    border: 2px solid #e6e6e6;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-size: .9333333333rem;
    height: 35px;
    line-height: 32px;
    outline: 0;
    padding: 0 20px
}

.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: #b5a2bd;
    border-color: #b5a2bd;
    color: #fff
}

@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: .9333333333rem
    }
}

.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;
    border: 1px solid #e6e6e6;
    color: #707070;
    font-size: 18px;
    font-size: 1.2rem
}

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

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

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

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

.wpo-shop-single-section .product-info {
    margin-top: 75px
}

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

.wpo-shop-single-section .product-info h4 {
    font-size: 22px;
    font-size: 1.4666666667rem;
    font-weight: 400;
    line-height: 1.7em;
    margin: 0 0 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;
    font-family: monallesia
}

@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 {
    border: 0;
    border-radius: 0;
    color: #707070;
    display: block;
    font-family: Mulish,sans-serif;
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
    padding: 12px 20px 11px;
    position: relative
}

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

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

.wpo-shop-single-section .product-info .nav-tabs a.active: before,.wpo-shop-single-section .product-info .nav-tabs a:hover: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:#b5a2bd
}

.wpo-shop-single-section .product-info .tab-content {
    border-top: 1px solid rgba(181,162,189,.3);
    margin-top: -1px;
    padding-top: 30px
}

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

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

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

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

.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 {
        float:none;
        margin-bottom: 10px;
        width: 100%
    }
}

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

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

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

@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: .9333333333rem
}

@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 {
        display:block;
        font-size: 12px;
        font-size: .8rem
    }
}

.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: #f9d322
}

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

.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    color: #b3b3b3;
    float: right;
    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;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative
}

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

.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: first-child {
    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 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

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

.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:hover label: hover input~.icon,.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.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: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    height: 50px
}

.wpo-shop-single-section .product-info .review-form form input: focus,.wpo-shop-single-section .product-info .review-form form textarea:focus {
    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;
    box-shadow: none;
    color: #908f8f;
    outline: 0
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4: hover {
    background-color:#b5a2bd;
    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
}

.rating-wrapper .theme-btn-s2 {
    background: #caa6c7;
    color: #fff
}

.rating-wrapper .theme-btn-s2:hover {
    background: #bf93bb
}

.cart-area .cart-wrapper {
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1)
}

@media(max-width: 991px) {
    .cart-area .cart-wrapper table {
        width:1022px
    }

    .cart-area .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden
    }
}

.cart-area .cart-wrap td,.cart-area .cart-wrap th {
    border-bottom: 1px solid hsla(0,0%,94%,.58);
    color: #414141;
    font-weight: 400;
    text-align: center;
    width: 10%
}

.cart-area .cart-wrap th {
    border-bottom: 1px solid hsla(0,0%,94%,.58);
    padding: 40px 0
}

.cart-area .cart-wrap thead {
    background: #fff;
    color: #505050;
    padding: 40px
}

.cart-area .cart-area form {
    background: #fff;
    margin: auto;
    text-align: center
}

.cart-area .cart-wrap .product {
    width: 15%
}

.cart-area .cart-wrap .product ul {
    padding-left: 30px;
    text-align: left
}

.cart-area .cart-wrap .product ul li {
    padding-bottom: 5px
}

.cart-area .cart-wrap .product a {
    color: #a5a4a4;
    font-size: 16px
}

.cart-area .cart-wrap .product-2 {
    padding-left: 55px;
    text-align: left
}

.cart-area .cart-wrap .product a: hover {
    color:#b5a2bd
}

.cart-area .cart-wrap th {
    font-weight: 700;
    height: 80px
}

.cart-area .cart-wrap td {
    padding: 40px 25px
}

.cart-area .cart-wrap td.action ul {
    display: flex;
    justify-content: center
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
    line-height: 45px
}

.cart-area .cart-wrap td.action ul .w-btn .flaticon-delete: before {
    cursor:pointer;
    font-size: 30px
}

.cart-area .cart-wrap td span {
    border: 1.5px solid #ee9902;
    border-radius: 4px;
    color: #ee9902;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 34px;
    margin: 0 auto;
    width: 100px
}

.cart-area .cart-wrap td.Del span {
    border: 1.5px solid #4aba4e;
    color: #4aba4e
}

.cart-area .cart-wrap td.can span {
    border: 1.5px solid #d85656;
    color: #d85656
}

.cart-area .cart-wrap td.pro span {
    border: 1.5px solid #691a5f;
    color: #691a5f
}

.cart-area .cart-wrap .name {
    width: 15%
}

.cart-area .cart-wrap .action a,.cart-area .cart-wrap .action button {
    background: #414141;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 40px;
    width: 40px
}

.cart-area .cart-wrap .action a.c-btn,.cart-area .cart-wrap .action button.c-btn {
    background: #cf3737
}

.cart-area .cart-wrap .action a .fi: before,.cart-area .cart-wrap .action button .fi:before {
    font-size:20px
}

.cart-area .pro-single-btn {
    max-width: 110px
}

.cart-area .cart-wrap .action .w-btn {
    background: #414141;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 45px;
    width: 40px
}

.cart-area .cart-wrap .action .w-btn:hover {
    background: #b5a2bd
}

.cart-area .cart-wrap .action .w-btn i: before {
    font-size:20px
}

.cart-area .cart-wrap .images img {
    max-width: 100px
}

.cart-area .cart-wrap .action a: hover {
    background:#b5a2bd
}

.cart-area .cart-wrap .action li.c-btn {
    margin-right: 10px
}

.cart-area .cart-wrap .action li.c-btn a {
    background-color: #b5a2bd
}

.cart-area .order-wrap {
    padding: 0
}

.cart-area .cart-wrap tr: nth-child(2n) {
    background:#fcfcfc
}

.cart-area .cart-wrap .quantity {
    position: relative
}

.cart-area .quantity input {
    background: #fff;
    border: 1px solid #b1b1b2;
    height: 30px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 105px
}

.cart-area .quantity .qtybutton {
    border-left: 1px solid #b1b1b2;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    height: 30px;
    left: 0;
    line-height: 28px;
    min-width: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px
}

.cart-area .cart-wrap .quantity .qtybutton {
    border-right: 1px solid #b1b1b2;
    left: 0;
    top: 50%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%)
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
    border-left: none;
    z-index: 999
}

.cart-area .cart-wrap .quantity span {
    border: 0;
    border-radius: 0;
    color: #333;
    height: unset;
    line-height: unset;
    padding: 0;
    width: unset
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
    border-right: none;
    left: auto;
    right: 0
}

.cart-area .submit-btn-area {
    padding: 40px
}

.cart-area .submit-btn-area ul {
    display: flex;
    justify-content: flex-end
}

@media(max-width: 450px) {
    .cart-area .submit-btn-area ul {
        flex-wrap:wrap;
        justify-content: center
    }
}

.cart-area .submit-btn-area ul li: last-child {
    margin-left:20px
}

@media(max-width: 450px) {
    .cart-area .submit-btn-area ul li:last-child {
        margin-left:3px;
        margin-top: 5px
    }
}

.cart-area .submit-btn-area button {
    background: #333;
    border: none;
    border-radius: 0;
    color: #fff;
    outline: none;
    padding: 15px 40px;
    transition: all .3s
}

.cart-area .submit-btn-area button: hover {
    background:#b5a2bd
}

.cart-area .submit-btn-area .theme-btn,.cart-area .submit-btn-area .view-cart-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize
}

.cart-area .cart-product-list ul {
    border-top: 1px solid hsla(0,0%,94%,.58);
    padding-top: 20px
}

.cart-area .cart-product-list ul li {
    color: #414141;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 21px;
    padding: 0 30px 30px
}

.cart-area .cart-product-list ul li.cart-b {
    border-bottom: 1px solid hsla(0,0%,94%,.58);
    border-top: 1px solid hsla(0,0%,94%,.58);
    color: #b5a2bd;
    font-weight: 600;
    padding-top: 30px
}

.wpo-checkout-area .checkout-wrap {
    background: #fff
}

.wpo-checkout-area .checkout-wrap ul {
    list-style: none
}

.wpo-checkout-area #open2 {
    display: block
}

.wpo-checkout-area #open3,.wpo-checkout-area #open4 {
    display: none
}

.wpo-checkout-area .create-account p {
    margin-bottom: 15px
}

.wpo-checkout-area .create-account {
    display: none;
    padding: 20px
}

.wpo-checkout-area .create-account span {
    display: block;
    margin-bottom: 20px
}

.wpo-checkout-area .input-wrap {
    position: relative
}

.wpo-checkout-area .create-account input {
    border: 1px solid #ebebeb;
    border-radius: 40px;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%
}

.wpo-checkout-area .create-account input: focus {
    outline:none
}

.wpo-checkout-area .create-account button {
    background: #333;
    border: none;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 108px
}

.wpo-checkout-area .create-account button: hover {
    background:#b5a2bd
}

.wpo-checkout-area .coupon {
    background: #fff;
    cursor: pointer;
    position: relative
}

.wpo-checkout-area .coupon:before {
    content: "";
    font-family: themify;
    position: absolute;
    right: 30px;
    top: 21px
}

.wpo-checkout-area .coupon span {
    position: absolute;
    right: 30px;
    top: 30px
}

.wpo-checkout-area .coupon label {
    border-left: 4px solid #b5a2bd;
    color: #0f0f0f;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px;
    transition: all .3s;
    width: 100%
}

@media(max-width: 767px) {
    .wpo-checkout-area .coupon label {
        font-size:15px
    }
}

.wpo-checkout-area .caupon-wrap {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    margin-bottom: 20px;
    transition: all .3s
}

.wpo-checkout-area .active-border {
    transition: all .3s
}

.wpo-checkout-area .s1.active-border .coupon-active label,.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
    border-bottom: 1px solid #b5a2bd;
    border-left: none;
    border-top: 4px solid #b5a2bd
}

.wpo-checkout-area .s2 .coupon-3 {
    border-top: 4px solid #b5a2bd
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 {
    border-top: 0
}

.wpo-checkout-area .s2 .coupon-3 label {
    border-bottom: 1px solid #ded1e3;
    border-left: 0
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
    border-bottom: 0;
    border-left: 4px solid #b5a2bd
}

.wpo-checkout-area .billing-adress .form-style input,.wpo-checkout-area .billing-adress .form-style select {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-radius: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%
}

.wpo-checkout-area .billing-adress .form-style input: focus,.wpo-checkout-area .billing-adress .form-style select:focus {
    box-shadow:none;
    outline: none
}

.wpo-checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px);
    position: relative
}

.wpo-checkout-area .billing-adress {
    padding: 30px
}

.wpo-checkout-area .note-area textarea {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 150px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%
}

.wpo-checkout-area .note-area textarea: focus {
    outline:none
}

.wpo-checkout-area .biling-item-2 {
    margin-top: 20px
}

.wpo-checkout-area .biling-item-2 label.fontsize {
    margin-bottom: 20px
}

.wpo-checkout-area .biling-item-2 .billing-adress {
    padding: 0
}

.wpo-checkout-area .payment-name ul {
    display: flex;
    justify-content: flex-start
}

@media(max-width: 575px) {
    .wpo-checkout-area .payment-name ul {
        flex-wrap:wrap
    }
}

.wpo-checkout-area .payment-area form {
    overflow: unset!important
}

.wpo-checkout-area .payment-name ul li {
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    text-align: center;
    width: 100px
}

@media(max-width: 575px) {
    .wpo-checkout-area .payment-name ul li {
        margin-bottom:10px
    }
}

.wpo-checkout-area .payment-area h2 {
    margin-bottom: 0;
    padding-bottom: 40px
}

.wpo-checkout-area .payment-select {
    padding: 40px 0
}

.wpo-checkout-area .payment-select ul {
    display: flex
}

@media(max-width: 575px) {
    .wpo-checkout-area .payment-select ul {
        flex-wrap:wrap
    }
}

.wpo-checkout-area .payment-select ul li {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px
}

.wpo-checkout-area .payment-select label {
    font-size: 18px;
    font-weight: 600
}

@media(max-width: 575px) {
    .wpo-checkout-area .payment-select label {
        font-size:14px
    }
}

.wpo-checkout-area .payment-area h2 {
    color: #878787;
    font-size: 20px;
    font-weight: 700
}

.wpo-checkout-area .payment-area h2 span {
    color: #ff493c;
    font-size: 30px
}

.wpo-checkout-area .payment-area {
    width: 100%
}

.wpo-checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1
}

.wpo-checkout-area .payment-name ul li input: checked~label {
    border:1px solid #ff493c
}

.wpo-checkout-area .payment-name label {
    border: 1px solid transparent;
    width: 100%
}

.wpo-checkout-area .payment-name .visa label {
    border: 1px solid #0057a0
}

.wpo-checkout-area .payment-name .mas label {
    border: 1px solid #c00
}

.wpo-checkout-area .payment-name .ski label {
    border: 1px solid #691a5f
}

.wpo-checkout-area .payment-name .pay label {
    border: 1px solid #019cde
}

.wpo-checkout-area .payment-option {
    padding: 30px
}

.wpo-checkout-area .payment-name {
    display: none
}

.wpo-checkout-area .payment-name.active {
    display: block
}

.wpo-checkout-area .payment-option.active .payment-name {
    display: none!important
}

.wpo-checkout-area .payment-area .form-style input,.wpo-checkout-area .payment-area .form-style select {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-radius: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%
}

.wpo-checkout-area .payment-area .form-style input: focus,.wpo-checkout-area .payment-area .form-style select:focus {
    outline:none
}

.wpo-checkout-area .payment-area .contact-form {
    margin-top: 40px
}

.wpo-checkout-area .cout-order-area {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1)
}

.wpo-checkout-area .cout-order-area .oreder-item ul li {
    color: #414141;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 21px;
    padding: 20px 30px
}

.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
    font-weight: 400
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
    border-bottom: 1px solid #ebebeb;
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
    border-bottom: 1px solid #ebebeb
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
    border-top: 1px solid #ebebeb;
    color: #b5a2bd;
    font-weight: 600
}

.wpo-checkout-area .create-account.active {
    display: block
}

.wpo-checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    appearance: auto
}

.wpo-checkout-area .contact-form input,.wpo-checkout-area .contact-form select {
    margin-top: 10px
}

.wpo-checkout-area .submit-btn-area {
    margin-top: 20px
}

.wpo-checkout-area .submit-btn-area .theme-btn,.wpo-checkout-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize
}

.team-pg-area {
    margin: 0 auto;
    max-width: 1080px
}

.team-info-img {
    box-shadow: 0 6px 20.1px 4.9px rgba(176,191,238,.12);
    padding: 25px
}

@media(max-width: 991px) {
    .team-info-img {
        margin-bottom:40px
    }
}

.team-info-img img {
    height: 465px;
    object-fit: cover;
    width: 100%
}

@media(max-width: 991px) {
    .team-info-img img {
        height:100%
    }
}

.team-info-text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px
}

.team-info-text {
    box-shadow: 0 6px 20.1px 4.9px rgba(176,191,238,.12);
    padding: 58px 50px
}

.team-info-text ul li {
    color: #1d2327;
    font-size: 17px;
    font-weight: 700;
    list-style: none;
    margin-bottom: 22px
}

.team-info-text ul li: last-child {
    padding-bottom:0
}

.team-info-text ul li span {
    color: #8c8c8c;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    position: relative
}

.team-info-text ul li: last-child {
    margin-bottom:0
}

.at-progress {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    padding: 40px 0
}

@media(max-width: 991px) {
    .at-progress {
        padding-bottom:0
    }
}

.team-info-text h2 {
    background: #eee;
    color: #1d2327;
    font-family: Mulish,sans-serif;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 20px;
    text-align: center
}

.team-info-wrap ul {
    padding-left: 0
}

.exprience-wrap p {
    color: #5d5851
}

.exprience-wrap h2 {
    font-family: Mulish,sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

.progress {
    background: none;
    box-shadow: none;
    height: 150px;
    margin: 0 auto;
    overflow: unset;
    position: relative;
    width: 150px
}

.progress:after {
    border: 6px solid #ebebeb;
    border-radius: 50%;
    content: "";
    left: 0;
    width: 100%
}

.progress:after,.progress>span {
    height: 100%;
    position: absolute;
    top: 0
}

.progress>span {
    overflow: hidden;
    width: 50%;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    background: none;
    border-style: solid;
    border-width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.progress .progress-left .progress-bar {
    border-bottom-right-radius: 80px;
    border-left: 0;
    border-top-right-radius: 80px;
    left: 100%;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    -webkit-animation: loading-1 1.8s linear forwards;
    animation: loading-1 1.8s linear forwards;
    border-bottom-left-radius: 80px;
    border-right: 0;
    border-top-left-radius: 80px;
    left: -100%;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.progress .progress-value {
    background: #fff;
    border-radius: 50%;
    color: #b5a2bd;
    font-family: Playfair Display,serif;
    font-size: 40px;
    font-weight: 700;
    height: 90%;
    left: 5%;
    line-height: 135px;
    position: absolute;
    text-align: center;
    top: -5%;
    width: 90%
}

.progress .progress-bar {
    border-color: #b5a2bd
}

.progress-name {
    bottom: 25%;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.progress-name span {
    color: #131058;
    font-size: 15px;
    line-height: 15px
}

.progress.blue .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear 1.8s forwards;
    animation: loading-2 1.5s linear 1.8s forwards
}

.progress.yellow .progress-left .progress-bar {
    -webkit-animation: loading-3 1s linear 1.8s forwards;
    animation: loading-3 1s linear 1.8s forwards
}

.progress.pink .progress-left .progress-bar {
    -webkit-animation: loading-4 .4s linear 1.8s forwards;
    animation: loading-4 .4s linear 1.8s forwards
}

.progress.green .progress-left .progress-bar {
    -webkit-animation: loading-5 1.2s linear 1.8s forwards;
    animation: loading-5 1.2s linear 1.8s forwards
}

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

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

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

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

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

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

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

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

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

    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

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

    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

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

    to {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg)
    }
}

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

    to {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg)
    }
}

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

    to {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg)
    }
}

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

    to {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg)
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom:60px
    }
}

.progress:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -14px;
    position: absolute;
    top: -15px;
    width: 120%
}

.education-area {
    max-width: 600px
}

.education-area ul {
    list-style: none
}

.education-area ul li {
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.education-area ul li: before {
    background:#b5a2bd;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 6px
}

.ex-wiget {
    padding-top: 60px
}

.ex-wiget ul {
    list-style: none
}

.ex-wiget h2 {
    color: #333;
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

.wpo-contact-area .quote-form {
    margin-left: -10px;
    padding-left: 0
}

.wpo-contact-area button {
    border-radius: 0
}

.wpo-contact-area button: after {
    display:none
}

.wpo-contact-area .quote-form .form-control {
    border: 1px solid #ebebeb;
    height: 55px;
    margin-bottom: 20px;
    padding: 15px
}

.wpo-contact-area .quote-form .form-control:focus {
    border-color: #b5a2bd;
    box-shadow: none;
    outline: none
}

.wpo-contact-area .quote-form textarea.form-control {
    height: 125px
}

.half-col {
    float: left;
    width: 50%
}

.full-col,.half-col {
    padding: 0 10px 5px
}

.exprience-area {
    padding-top: 60px
}

@media(max-width: 767px) {
    .team-info-text {
        padding:40px 20px
    }

    .team-info-img {
        padding: 40px
    }

    .team-info-img img {
        width: 100%
    }

    .custom-grid {
        float: left;
        width: 50%
    }

    .exprience-area {
        padding-top: 30px
    }
}

@media(max-width: 575px) {
    .half-col {
        float:none;
        width: 100%
    }

    .lawyer-about.pt-150 {
        padding-top: 100px!important
    }
}

@media(max-width: 375px) {
    .custom-grid {
        float:none;
        width: 100%
    }
}

.service-sidebar .wpo-contact-widget {
    background-size: cover;
    border: 0;
    position: relative;
    z-index: 1
}

.service-sidebar .wpo-contact-widget:before {
    background: rgba(22,57,103,.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.service-sidebar .wpo-contact-widget h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.service-sidebar .wpo-contact-widget h2: before {
    background:#fff
}

.service-sidebar .wpo-contact-widget p {
    color: #fff;
    font-size: 18px
}

.service-sidebar .wpo-contact-widget a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 90px 10px 20px;
    position: relative
}

.service-sidebar .wpo-contact-widget a: before {
    content:"";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wpo-portfolio-single-section .portfolio-single-img-wrap {
    padding-right: 50px
}

@media(max-width: 991px) {
    .wpo-portfolio-single-section .portfolio-single-img-wrap {
        padding-right:0
    }
}

.wpo-portfolio-single-section .portfolio-single-img-wrap .portfolio-single-img {
    margin-bottom: 30px
}

.wpo-portfolio-single-section .portfolio-single-img-wrap .portfolio-single-img img {
    width: 100%
}

.wpo-portfolio-single-section .portfolio-single-sitebar {
    min-height: 100%
}

.wpo-portfolio-single-section .portfolio-single-sitebar .portfolio-single-text {
    position: -webkit-sticky;
    position: sticky;
    top: 130px
}

@media(max-width: 991px) {
    .wpo-portfolio-single-section .portfolio-single-text {
        padding-top:40px
    }
}

.wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 130.5%;
    margin-bottom: 30px
}

@media(max-width: 550px) {
    .wpo-portfolio-single-section .portfolio-single-text h2 {
        font-size:20px
    }
}

.wpo-portfolio-single-section .portfolio-single-text span {
    color: #5880a2;
    display: block;
    margin-bottom: 30px
}

@media(max-width: 550px) {
    .wpo-portfolio-single-section .portfolio-single-text span {
        margin-bottom:20px
    }
}

.wpo-portfolio-single-section .portfolio-single-text p {
    margin-bottom: 30px
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    flex-basis: 35%;
    max-width: 380px
}

@media(max-width: 1200px) {
    .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
        flex-basis:100%;
        margin-bottom: 40px
    }
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
    list-style: none;
    margin-top: 40px
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    border-bottom: 1px solid #ebebeb;
    color: #242424;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    padding: 15px 0;
    position: relative
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
    color: #707070;
    flex-basis: 70%;
    font-weight: 400;
    margin-bottom: 0
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li: last-child {
    border-bottom:0;
    padding-bottom: 0
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li: first-child {
    padding-top:0
}

.wpo-portfolio-single-section .pagi {
    padding-top: 50px
}

@media(max-width: 767px) {
    .wpo-portfolio-single-section .pagi {
        padding-top:30px
    }
}

.wpo-portfolio-single-section .pagi ul {
    list-style: none;
    overflow: hidden
}

.wpo-portfolio-single-section .pagi ul li {
    border: 1px solid #d8e0f1;
    float: left;
    text-align: center;
    width: 50%
}

.wpo-portfolio-single-section .pagi ul li i {
    margin: 0 10px
}

.wpo-portfolio-single-section .pagi ul>li: last-child {
    margin-left:-1px
}

.wpo-portfolio-single-section .pagi ul a {
    align-items: center;
    color: #707070;
    display: flex;
    justify-content: center;
    padding: 20px
}

.wpo-portfolio-single-section .pagi ul a: hover {
    background-color:#b5a2bd;
    color: #fff
}

.wpo-portfolio-single-section .project-content .pagi {
    padding-top: 0
}

@media(min-width: 1440px) {
    .wpo-blog-pg-section .container {
        max-width:1320px
    }
}

.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;
    margin: 35px 0;
    overflow: hidden
}

@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 {
    float: left;
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 600;
    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:#b5a2bd
}

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

.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 {
    background:#b5a2bd;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

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

    .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: .8rem
    }
}

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

.wpo-blog-pg-section .post h3 {
    font-family: Mulish,sans-serif;
    font-size: 34px;
    font-size: 2.2666666667rem;
    font-weight: 500;
    line-height: 1.2em;
    margin: -.27em 0 .7em
}

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

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

.wpo-blog-pg-section .post h3 a {
    color: #242424
}

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

.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.0666666667rem
    }
}

.wpo-blog-pg-section .post a.read-more {
    color: #707070;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    text-decoration: underline;
    text-transform: capitalize
}

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

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

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

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

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

.wpo-blog-pg-section .format-standard:before {
    color: #efeeed;
    content: "";
    font-family: flaticon;
    font-size: 90px;
    line-height: 80px;
    position: absolute;
    right: 10px;
    top: 0
}

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

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

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

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

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

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next,.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
    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 {
    padding: 80px 60px;
    position: relative;
    text-align: center
}

@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 {
    color: #ecf3fb;
    content: "";
    font-family: Flaticon;
    font-size: 250px;
    font-size: 16.6666666667rem;
    left: 50%;
    margin-left: 0;
    position: absolute;
    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 {
    background-color: #b5a2bd;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%
}

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

.wpo-blog-pg-section .format-video .video-holder .video-btn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.wpo-blog-pg-section .format-video .video-holder .video-btn .wrap {
    background: #fff;
    border: 0;
    border-radius: 50%;
    height: 63px;
    line-height: 63px;
    width: 63px;
    z-index: 1
}

.wpo-blog-pg-section .format-video .video-holder .video-btn .wrap:before {
    -webkit-animation: save-the-date-pulse 1s infinite;
    animation: save-the-date-pulse 1s infinite;
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    content: "";
    height: 140%;
    left: -12px;
    position: absolute;
    top: -12px;
    width: 140%;
    z-index: -1
}

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

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

    .blog-pg-fullwidth .wpo-blog-content {
        padding: 0
    }
}

@-webkit-keyframes save-the-date-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.95,.95,.95);
        transform: scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes save-the-date-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.95,.95,.95);
        transform: scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media(min-width: 992px) {
    .order-lg-1 .blog-sidebar {
        padding-left:0;
        padding-right: 45px
    }
}

@media(min-width: 1440px) {
    .wpo-blog-single-section .container {
        max-width:1320px
    }
}

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

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

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

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

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

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

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

.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 {
    background:#b5a2bd;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

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

    .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: .8rem
    }
}

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

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

.wpo-blog-single-section .post h2 {
    font-family: Mulish,sans-serif;
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: -.22em 0 .7em
}

@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.6666666667rem
    }
}

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

.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.4666666667rem
    }
}

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

.wpo-blog-single-section .post blockquote {
    background-color: #f9f7f6;
    border: 0;
    color: #233d62;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 60px;
    padding: 65px 65px 45px;
    position: relative;
    text-align: center
}

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

.wpo-blog-single-section .post blockquote: before {
    background:#fff;
    border: 2px solid #f9f7f6;
    border-radius: 50%;
    color: hsla(0,0%,100%,.5);
    color: #b5a2bd;
    content: "";
    font-family: Flaticon;
    font-size: 20px;
    font-size: 1.3333333333rem;
    height: 60px;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px
}

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

.wpo-blog-single-section .post .gallery>div {
    float: left;
    margin: 0 7.5px 15px;
    width: calc(50% - 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 #f3ece9;
    color: #242424;
    margin: 75px 0 0;
    padding-bottom: 30px
}

@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 {
    display: inline-block;
    list-style: none;
    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 {
    align-items: center;
    display: flex
}

.wpo-blog-single-section .tag-share .tag>span,.wpo-blog-single-section .tag-share-s2 .tag>span {
    color: #242424;
    display: inline-block;
    font-weight: 500;
    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 {
    background: #f9f7f6;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 500;
    padding: 5px 18px;
    text-transform: capitalize
}

@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: .8666666667rem
    }
}

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

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

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

.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 {
        margin:15px 0 0;
        padding: 0
    }
}

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

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

.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 {
    color: #242424;
    display: block;
    font-size: 13px;
    font-size: .8666666667rem
}

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

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

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

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

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

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

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

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

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

.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 {
    content: "";
    font-family: themify;
    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-left: 5px;
    padding-right: 15px
}

.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 {
    content: "";
    font-family: themify;
    left: 0;
    position: absolute;
    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 .next-post>a>span,.wpo-blog-single-section .more-posts .previous-post>a>span {
    display: block
}

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

.wpo-blog-single-section .more-posts .post-name {
    color: #242424;
    font-size: 18px;
    font-size: 1.2rem;
    margin: .7em 0 0
}

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

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

.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 {
    list-style-type: none;
    padding-left: 30px
}

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

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

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

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

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

@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 {
        margin-top:25px;
        padding-left: 0
    }
}

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

.wpo-blog-single-section .comments-area .comments-meta h4 {
    color: #242424;
    font-family: Mulish,sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1em
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    color: #707070;
    display: inline-block;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 400;
    padding-left: 5px;
    text-transform: none
}

@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 {
    border-radius: 50px;
    color: #242424;
    display: inline-block;
    font-family: monallesia;
    font-family: Mulish,sans-serif;
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

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

.wpo-blog-single-section .comment-respond {
    margin-top: 70px
}

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

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

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

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

@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: first-child {
    float:left;
    width: 49%
}

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

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

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

.wpo-blog-single-section .comment-respond .form-submit input {
    background-color: #b5a2bd;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 0;
    max-width: 180px;
    outline: 0;
    text-transform: uppercase
}

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

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

.wpo-contact-pg-section {
    padding-bottom: 0
}

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

@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.3333333333rem;
    font-weight: 400;
    margin-bottom: 30px
}

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

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

@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 {
    background:transparent;
    border-color: #b5a2bd
}

.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 {
    color:#9d9c9c;
    font-style: 15px;
    font-style: normal
}

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

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

.wpo-contact-pg-section form select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: #a9a9a9;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-size: 1rem;
    opacity: 1;
    padding: 6px 25px;
    position: relative
}

.wpo-contact-pg-section form select,.wpo-contact-pg-section form select: focus {
    background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px)
}

.wpo-contact-pg-section form .form-field {
    margin-bottom: 30px
}

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

@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: 0;
    font-family: Mulish,sans-serif;
    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:0
}

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

.wpo-contact-pg-section .office-info {
    padding-bottom: 100px
}

@media(max-width: 767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom:60px
    }
}

@media(max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom:30px
    }

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

.wpo-contact-pg-section .office-info .office-info-item {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    padding: 40px;
    text-align: center
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    background: #f5f5f5;
    border-radius: 50%;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
    text-align: center;
    width: 85px
}

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

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-family: Mulish,sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0
}

.wpo-contact-pg-section .wpo-contact-form-area {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62,65,159,.1);
    margin-bottom: -125px;
    padding: 50px;
    position: relative;
    z-index: 9
}

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

.wpo-contact-map-section .wpo-contact-map {
    height: 550px
}

.wpo-contact-map-section iframe {
    border: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    outline: 0;
    width: 100%
}

.wpo-contact-map-section h2.hidden {
    display: none
}

.error-404-section {
    text-align: center
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px
}

@media(max-width: 991px) {
    .error-404-section .error-message {
        margin-top:50px;
        padding: 0 100px
    }
}

@media(max-width: 767px) {
    .error-404-section .error-message {
        padding:0
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 .8em
}

.error-404-section .error-message p {
    margin-bottom: 1.8em
}

.preview-hero {
    background-size: cover!important;
    overflow: hidden;
    position: relative
}

@media(max-width: 991px) {
    .preview-hero {
        padding:80px 0 150px
    }
}

.preview-hero .left-shape {
    left: -40px;
    position: absolute;
    top: 0
}

@media(max-width: 575px) {
    .preview-hero .left-shape {
        display:none
    }
}

.preview-hero .left-shape img {
    -webkit-animation: leafAniamtion 12s ease-in infinite;
    animation: leafAniamtion 12s ease-in infinite;
    max-width: 250px
}

.preview-hero .right-shape {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 575px) {
    .preview-hero .right-shape {
        display:none
    }
}

.preview-hero .right-shape img {
    -webkit-animation: leafAniamtion 12s ease-in infinite;
    animation: leafAniamtion 12s ease-in infinite;
    max-width: 250px
}

@media(min-width: 991px) {
    .preview-hero .container-fluid {
        padding:0
    }
}

.preview-hero .preview-hero-items {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px -10px;
    padding-top: 0
}

@media(max-width: 991px) {
    .preview-hero .preview-hero-items {
        display:none
    }
}

.preview-hero .preview-hero-items .preview-hero-item {
    padding: 0 5px;
    width: 100%
}

@media(max-width: 991px) {
    .preview-hero .preview-hero-items .preview-hero-item {
        text-align:center
    }
}

.preview-hero .preview-hero-items .preview-hero-item img {
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    object-fit: cover;
    width: 100%
}

.preview-hero .preview-middle-items {
    position: relative
}

.preview-hero .preview-middle-items .preview-middle-text {
    margin: 0 auto;
    max-width: 780px;
    padding: 50px 50px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width: 1199px) {
    .preview-hero .preview-middle-items .preview-middle-text {
        max-width:580px
    }
}

@media(max-width: 991px) {
    .preview-hero .preview-middle-items .preview-middle-text {
        background:#fff;
        max-width: 600px;
        padding: 50px 0
    }
}

@media(max-width: 575px) {
    .preview-hero .preview-middle-items .preview-middle-text {
        padding:50px 20px
    }
}

.preview-hero .preview-middle-items .preview-middle-text:before {
    background: #fff;
    border: 20px solid #efe6ee;
    border-radius: 50%;
    content: "";
    height: 780px;
    left: 0;
    position: absolute;
    top: -112%;
    width: 100%;
    z-index: -1
}

@media(max-width: 1199px) {
    .preview-hero .preview-middle-items .preview-middle-text:before {
        top:-145%
    }
}

@media(max-width: 991px) {
    .preview-hero .preview-middle-items .preview-middle-text:before {
        display:none
    }
}

.preview-hero .preview-middle-items .preview-middle-text span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 5.4px;
    line-height: normal;
    text-transform: uppercase
}

@media(max-width: 1199px) {
    .preview-hero .preview-middle-items .preview-middle-text span {
        font-size:14px
    }
}

.preview-hero .preview-middle-items .preview-middle-text h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 20px;
    margin-top: 20px
}

@media(max-width: 1440px) {
    .preview-hero .preview-middle-items .preview-middle-text h2 {
        font-size:55px
    }
}

@media(max-width: 1199px) {
    .preview-hero .preview-middle-items .preview-middle-text h2 {
        font-size:45px;
        margin-top: 10px
    }
}

@media(max-width: 575px) {
    .preview-hero .preview-middle-items .preview-middle-text h2 {
        font-size:35px
    }
}

@media(max-width: 450px) {
    .preview-hero .preview-middle-items .preview-middle-text h2 {
        font-size:25px;
        line-height: 30px;
        margin: 20px 0
    }
}

.preview-hero .preview-middle-items .preview-middle-text h4 {
    font-family: Mulish,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px
}

@media(max-width: 1440px) {
    .preview-hero .preview-middle-items .preview-middle-text h4 {
        font-size:25px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .preview-hero .preview-middle-items .preview-middle-text h4 {
        font-size:20px
    }
}

.preview-hero .preview-middle-items .preview-middle-text .scrool {
    bottom: -150px;
    display: block;
    left: 50%;
    margin: 20px auto 0;
    max-width: 40px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 991px) {
    .preview-hero .preview-middle-items .preview-middle-text .scrool {
        bottom:-60px
    }
}

.preview-section-title {
    margin: 0 auto 60px;
    max-width: 707px;
    text-align: center
}

.preview-section-title h2 {
    color: #242424;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    margin: 20px 0 30px;
    position: relative
}

@media(max-width: 767px) {
    .preview-section-title h2 {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 575px) {
    .preview-section-title h2 {
        font-size:25px;
        margin-top: 0
    }
}

.preview-section-title p {
    font-size: 18px
}

.preview-section-title i {
    display: block
}

.wpo-demo-section {
    overflow: hidden;
    padding: 100px 0 10px
}

@media(max-width: 767px) {
    #demo .wpo-demo-section {
        padding-top:50px
    }
}

@media(max-width: 991px) {
    .wpo-demo-section {
        padding:70px 0 20px
    }
}

@media(max-width: 767px) {
    .wpo-demo-section {
        padding:20px 0 0
    }
}

@media screen and (min-width: 992px) {
    .wpo-demo-section .container-fluid,.wpo-inner-demo-section .container-fluid {
        padding:0 100px
    }
}

.wpo-demo-section .wpo-demo-grids {
    margin: 0 -15px;
    text-align: center
}

@media(max-width: 991px) {
    .wpo-demo-section .wpo-demo-grids {
        margin:0 -15px
    }
}

.wpo-demo-section .wpo-demo-grids .grid {
    float: left;
    margin: 0 30px 100px;
    width: calc(33.33% - 60px)
}

@media(max-width: 1399px) {
    .wpo-demo-section .wpo-demo-grids .grid {
        width:calc(33.33% - 60px)
    }
}

@media(max-width: 1199px) {
    .wpo-demo-section .wpo-demo-grids .grid {
        margin:0 15px 80px;
        width: calc(50% - 30px)
    }
}

@media(max-width: 767px) {
    .wpo-demo-section .wpo-demo-grids .grid {
        margin:0 15px 60px;
        width: calc(50% - 30px)
    }
}

@media(max-width: 600px) {
    .wpo-demo-section .wpo-demo-grids .grid {
        float:none;
        margin: 0 15px 60px;
        width: calc(100% - 30px)
    }
}

.wpo-demo-section .wpo-demo-grids .inner {
    box-shadow: 0 1px 31.92px 6.08px hsla(214,9%,56%,.09);
    box-shadow: 0 1px 7.5px 2.5px rgba(5,2,52,.05);
    margin-bottom: 35px;
    max-height: 530px;
    overflow: hidden
}

.wpo-demo-section .wpo-demo-grids .inner a {
    display: block
}

.wpo-demo-section .wpo-demo-grids .inner-s2 {
    box-shadow: 0 1px 31.92px 6.08px hsla(214,9%,56%,.09);
    box-shadow: 0 1px 7.5px 2.5px rgba(5,2,52,.05);
    margin-bottom: 35px
}

.wpo-demo-section .wpo-demo-grids .inner-s img {
    width: 100%
}

.wpo-demo-section .wpo-demo-grids .coming-inner img {
    max-height: 560px
}

.wpo-demo-section .wpo-demo-grids .inner img {
    transition: all 3s;
    width: 100%
}

.wpo-demo-section .wpo-demo-grids .grid:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 560px))
}

.wpo-demo-section .wpo-demo-grids h3 {
    color: #242424;
    font-family: Mulish,sans-serif;
    font-size: 26px;
    margin: 0
}

@media(max-width: 991px) {
    .wpo-demo-section .wpo-demo-grids h3 {
        font-size:16px
    }
}

.wpo-inner-demo-section .owl-stage-outer {
    padding: 20px
}

.wpo-inner-demo-section .wpo-inner-demo-grids {
    text-align: center
}

.wpo-inner-demo-section .wpo-inner-demo-grids .inner {
    box-shadow: 0 1px 31.92px 6.08px hsla(214,9%,56%,.09);
    box-shadow: 0 1px 7.5px 2.5px rgba(5,2,52,.05);
    margin-bottom: 35px;
    max-height: 655px;
    overflow: hidden
}

@media(max-width: 1700px) {
    .wpo-inner-demo-section .wpo-inner-demo-grids .inner {
        max-height:555px
    }
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-item.center .grid .wpo-service-item .wpo-service-text .service-icon {
    background: #b5a2bd;
    color: #fff
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-controls {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav [class*=owl-] {
    background: none;
    border: 0;
    color: #b5a2bd;
    margin: 0;
    padding: 0;
    transition: all .3s
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav [class*=owl-] .fi: before {
    color:#b5a2bd;
    font-size: 12px
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next,.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev {
    background: #fff;
    border: 1px solid #b5a2bd;
    border-radius: 50%;
    height: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    width: 50px
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next:hover,.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev:hover {
    background: #b5a2bd;
    border-color: #b5a2bd
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next:hover .fi:before,.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev:hover .fi:before {
    color: #fff
}

@media(max-width: 575px) {
    .wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next,.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev {
        display:none
    }
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev {
    left: -10px
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next {
    right: -10px
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots {
    bottom: -20px;
    position: relative;
    text-align: center
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots button {
    background: #d4e6f5;
    border: 0;
    border-radius: 50%;
    height: 12px;
    margin-right: 10px;
    width: 10px
}

.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots .owl-dot.active {
    background-color: #b5a2bd
}

.wpo-inner-demo-section .wpo-inner-demo-grids:hover .owl-nav .owl-next,.wpo-inner-demo-section .wpo-inner-demo-grids:hover .owl-nav .owl-prev {
    opacity: 1
}

.wpo-inner-demo-section .wpo-inner-demo-grids .inner img {
    transition: all 3s
}

.wpo-inner-demo-section .wpo-inner-demo-grids .grid:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 685px))
}

@media(max-width: 1700px) {
    .wpo-inner-demo-section .wpo-inner-demo-grids .grid:hover .inner img {
        -webkit-transform:translateY(calc(-100% + 585px))
    }
}

.wpo-inner-demo-section .wpo-inner-demo-grids h3 {
    font-size: 20px;
    font-weight: 700!important;
    margin: 0
}

@media(max-width: 991px) {
    .wpo-inner-demo-section .wpo-inner-demo-grids h3 {
        font-size:16px
    }
}

.wpo-inner-demo-section .wpo-demo-active .slick-slide {
    padding: 0 10px
}

.wpo-demo-section .wpo-demo-grids .coming-soon .inner {
    position: relative
}

.wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0,0%,100%,.5);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
    background: rgba(0,0,0,.8);
    border: 10px solid #747272;
    border-radius: 120px;
    color: #fff;
    display: inline-block;
    font-family: monallesia;
    font-size: 50px;
    font-weight: 400;
    padding: 10px 30px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media(max-width: 1600px) {
    .wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
        font-size:38px
    }
}

@media(max-width: 1200px) {
    .wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
        font-size:35px
    }
}

#demo2 {
    background: #fcfcfa
}

.preview-banner {
    padding-left: 198px;
    padding-right: 20px
}

@media(max-width: 1399px) {
    .preview-banner {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 991px) {
    .preview-banner {
        padding-left:0;
        padding-right: 0
    }
}

.preview-banner .wpo-offer-wrap {
    padding: 160px 0;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .preview-banner .wpo-offer-wrap {
        padding:100px 0
    }
}

@media(max-width: 991px) {
    .preview-banner .wpo-offer-wrap {
        padding:80px 15px
    }
}

@media(max-width: 575px) {
    .preview-banner .wpo-offer-wrap {
        padding:30px 10px
    }
}

.preview-banner .wpo-offer-item {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0,0%,100%,.4);
    border: 2px solid #fff;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.05);
    max-width: 878px;
    padding: 80px;
    position: relative
}

@media(max-width: 991px) {
    .preview-banner .wpo-offer-item {
        -webkit-backdrop-filter:blur(10px);
        backdrop-filter: blur(10px);
        background: linear-gradient(140deg,hsla(0,0%,100%,.36),hsla(0,0%,100%,.18));
        margin: auto
    }
}

@media(max-width: 767px) {
    .preview-banner .wpo-offer-item {
        padding:15px
    }
}

.preview-banner .wpo-offer-item h2 {
    font-family: Mulish,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 30px
}

@media(max-width: 575px) {
    .preview-banner .wpo-offer-item h2 {
        font-size:25px;
        line-height: 43px;
        margin-bottom: 20px
    }
}

.preview-banner .wpo-offer-item p {
    margin-bottom: 35px
}

.preview-banner .wpo-offer-item .shape-1 {
    left: -60px;
    position: absolute;
    top: -50px
}

@media(max-width: 767px) {
    .preview-banner .wpo-offer-item .shape-1 {
        display:none
    }
}

.preview-banner .wpo-offer-item .shape-2 {
    bottom: -50px;
    position: absolute;
    right: -60px
}

@media(max-width: 767px) {
    .preview-banner .wpo-offer-item .shape-2 {
        display:none
    }
}

.wpo-features-section {
    background: #fff;
    border: 0;
    overflow: hidden;
    padding-bottom: 90px;
    position: relative;
    z-index: 11
}

@media(max-width: 767px) {
    .wpo-features-section {
        padding-bottom:60px
    }
}

.wpo-features-section .wpo-features-wrapper {
    position: relative;
    z-index: 11
}

.wpo-features-section .wpo-features-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 70px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width: 1400px) {
    .wpo-features-section .wpo-features-item {
        padding:30px 15px
    }
}

@media(max-width: 1200px) {
    .wpo-features-section .wpo-features-item .wpo-features-text h2 {
        font-size:25px
    }
}

.wpo-features-section .wpo-features-item .wpo-features-icon .icon {
    background: #f6f4f4;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 30px;
    width: 100px
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 {
    color: #242424;
    font-family: Mulish,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0
}

.wpo-features-section .wpo-features-item .wpo-features-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0
}

.preview-site-footer {
    background-size: cover!important;
    padding: 165px 0
}

@media(max-width: 991px) {
    .preview-site-footer {
        padding:120px 0
    }
}

@media(max-width: 575px) {
    .preview-site-footer {
        padding:70px 0
    }
}

.preview-site-footer .preview-footer-text {
    margin: 0 auto;
    max-width: 1125px;
    position: relative;
    text-align: center
}

.preview-site-footer .preview-footer-text span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 575px) {
    .preview-site-footer .preview-footer-text span {
        font-size:16px
    }
}

.preview-site-footer .preview-footer-text h2 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 20px
}

@media(max-width: 1399px) {
    .preview-site-footer .preview-footer-text h2 {
        font-size:50px
    }
}

@media(max-width: 991px) {
    .preview-site-footer .preview-footer-text h2 {
        font-size:40px;
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media(max-width: 575px) {
    .preview-site-footer .preview-footer-text h2 {
        font-size:30px;
        margin-top: 10px
    }
}

.preview-site-footer .preview-footer-text .shape-1 {
    left: 0;
    position: absolute;
    top: 0
}

.preview-site-footer .preview-footer-text .shape-2 {
    position: absolute;
    right: 0;
    top: 0
}

.preview-site-footer .preview-footer-text .shape-3 {
    bottom: 0;
    left: 0;
    position: absolute
}

.preview-site-footer .preview-footer-text .shape-4 {
    bottom: 0;
    position: absolute;
    right: 0
}

.preview-site-footer .preview-footer-text .theme-btn,.preview-site-footer .preview-footer-text .view-cart-btn {
    background-color: #fff;
    color: #707070;
    text-transform: capitalize
}

.preview-site-footer .preview-footer-text .theme-btn:hover,.preview-site-footer .preview-footer-text .view-cart-btn:hover {
    background: #b5a2bd;
    color: #fff
}

.pthumb {
    align-items: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    background: #729c29;
    border-radius: 50%;
    display: flex;
    height: 120px;
    justify-content: center;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    z-index: 99
}

@media(max-width: 991px) {
    .pthumb {
        height:80px;
        width: 80px
    }
}

@-webkit-keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgba(114,156,41,.99)
    }

    to {
        box-shadow: 0 0 0 45px rgba(114,156,41,.01)
    }
}

@keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgba(114,156,41,.99)
    }

    to {
        box-shadow: 0 0 0 45px rgba(114,156,41,.01)
    }
}

.pthumb .thumb-inner {
    position: relative;
    right: -5px
}

.pthumb h2 {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .pthumb h2 {
        font-size:40px;
        line-height: 30px
    }
}

.pthumb h2 small {
    font-size: 40px;
    left: -10px;
    position: relative;
    top: 5px
}

@media(max-width: 991px) {
    .pthumb h2 small {
        font-size:30px
    }
}

.pthumb h2 span {
    display: block;
    font-family: Mulish,sans-serif;
    font-size: 22px;
    left: -4px;
    position: relative
}

@media(max-width: 991px) {
    .pthumb h2 span {
        font-size:16px
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../../static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot);
    src: url(../../static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../../static/media/fontawesome-webfont.0317d582b93c20f68e05.woff2) format("woff2"),url(../../static/media/fontawesome-webfont.f7f1738ca345185e0185.woff) format("woff"),url(../../static/media/fontawesome-webfont.f0af1680f082547a7aae.ttf) format("truetype"),url(../../static/media/fontawesome-webfont.ed6298903ae1554c7f3e.svg#fontawesomeregular) format("svg")
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    src: url(../../static/media/themify.9bad94440d49256265a5.eot);
    src: url(../../static/media/themify.9bad94440d49256265a5.eot?#iefix-fvbane) format("embedded-opentype"),url(../../static/media/themify.29b39089170885ae2967.woff) format("woff"),url(../../static/media/themify.eda8b94308c6f538f04a.ttf) format("truetype"),url(../../static/media/themify.f0fc8c798eac5636249c.svg#themify) format("svg")
}

[class*=" ti-"],[class^=ti-] {
    speak: none;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20%,60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20%,60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0)
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes fadeInLeftSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%,0,0);
        transform: translate3d(-5%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%,0,0);
        transform: translate3d(-5%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftSlow {
    -webkit-animation-name: fadeInLeftSlow;
    animation-name: fadeInLeftSlow
}

@-webkit-keyframes fadeInRightSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%,0,0);
        transform: translate3d(5%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%,0,0);
        transform: translate3d(5%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightSlow {
    -webkit-animation-name: fadeInRightSlow;
    animation-name: fadeInRightSlow
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
    animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
    animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards
}

@-webkit-keyframes fadeInSlow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInSlow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInSlow {
    -webkit-animation: fadeInSlow 3s;
    animation: fadeInSlow 3s
}

@-webkit-keyframes leafAniamtion {
    0%,to {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(50px);
        transform: rotate(10deg) translateX(50px)
    }
}

@keyframes leafAniamtion {
    0%,to {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(50px);
        transform: rotate(10deg) translateX(50px)
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes kenburn {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }
}

@keyframes kenburn {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7);
        transform: translateY(15px) translateX(7)
    }

    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7px);
        transform: translateY(15px) translateX(7px)
    }

    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes bounceX {
    0% {
        -webkit-transform: translateX(0) translateX(0);
        transform: translateX(0) translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px) translateX(7);
        transform: translateX(15px) translateX(7)
    }

    to {
        -webkit-transform: translateX(0) translateX(0);
        transform: translateX(0) translateX(0)
    }
}

@keyframes bounceX {
    0% {
        -webkit-transform: translateX(0) translateX(0);
        transform: translateX(0) translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px) translateX(7px);
        transform: translateX(15px) translateX(7px)
    }

    to {
        -webkit-transform: translateX(0) translateX(0);
        transform: translateX(0) translateX(0)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: flaticon;
    src: url(../../static/media/flaticon.2222b0aa80935e6027ce.ttf) format("truetype"),url(../../static/media/flaticon.23d366becef3bf60be81.woff) format("woff"),url(../../static/media/flaticon.018f1724bce17216f834.woff2) format("woff2"),url(../../static/media/flaticon.db1770675f79a2851411.eot#iefix) format("embedded-opentype"),url(../../static/media/flaticon.b05577199fe066376377.svg#flaticon) format("svg")
}

i[class*=" flaticon-"]: before,i[class^=flaticon-]:before {
    -webkit-font-feature-settings:normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: flaticon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    text-transform: none
}

.flaticon-email:before {
    content: "\f101"
}

.flaticon-phone-call:before {
    content: "\f102"
}

.flaticon-maps-and-flags:before {
    content: "\f103"
}

.flaticon-instagram:before {
    content: "\f104"
}

.flaticon-gallery:before {
    content: "\f105"
}

.flaticon-serving-dish:before {
    content: "\f106"
}

.flaticon-edit:before {
    content: "\f107"
}

.flaticon-left-arrow:before {
    content: "\f108"
}

.flaticon-wedding:before {
    content: "\f109"
}

.flaticon-cake:before {
    content: "\f10a"
}

.flaticon-wedding-rings:before {
    content: "\f10b"
}

.flaticon-play:before {
    content: "\f10c"
}

.flaticon-quotation:before {
    content: "\f10d"
}

.flaticon-dove:before {
    content: "\f10e"
}

.flaticon-calendar:before {
    content: "\f10f"
}

.flaticon-heart:before {
    content: "\f110"
}

.flaticon-pinterest:before {
    content: "\f111"
}

.flaticon-facebook-app-symbol:before {
    content: "\f112"
}

.flaticon-twitter:before {
    content: "\f113"
}

.flaticon-instagram-1:before {
    content: "\f114"
}

.flaticon-linkedin:before {
    content: "\f115"
}

.flaticon-youtube:before {
    content: "\f116"
}

.flaticon-search:before {
    content: "\f117"
}

.flaticon-shopping-cart:before {
    content: "\f118"
}

.flaticon-left-arrow-1:before {
    content: "\f119"
}

.flaticon-user:before {
    content: "\f11a"
}

.flaticon-comment-white-oval-bubble:before {
    content: "\f11b"
}

.flaticon-calendar-1:before {
    content: "\f11c"
}

.flaticon-right-arrow:before {
    content: "\f11d"
}

.flaticon-play-1:before {
    content: "\f11e"
}

.flaticon-left-quote:before {
    content: "\f11f"
}

.flaticon-right-arrow-1:before {
    content: "\f120"
}

.flaticon-left-arrow-2:before {
    content: "\f121"
}

.flaticon-next:before {
    content: "\f122"
}

/*# sourceMappingURL=main.d1ad5d25.css.map*/
