@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap);

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

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.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 {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat
}

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

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

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

.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 {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

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

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

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

.slick-next {
    right: -25px
}

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

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

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

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

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

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

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

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

.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 {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.Header-tp {
    position: absolute;
    background: transparent;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background: rgba(0, 0, 0, .11)
}

.Header-tp p {
    margin-bottom: 0;
    margin-right: 10px
}

.Header-tp a {
    padding: 5px 10px;
    background: #59c378;
    color: #fff;
    border-radius: 30px
}

.Header-tp a:hover {
    color: #fff
}

.Header-tp .Header-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991px) {
    .static-hero.previews {
        height: 550px;
        display: flex
    }

    .static-hero.previews .hero-inner {
        display: flex
    }
}

.static-hero.previews .wpo-static-hero-inner .slide-title {
    text-align: center
}

@media(max-width:767px) {
    .static-hero.previews .wpo-static-hero-inner .slide-title h2 {
        font-size: 35px
    }
}

@media(max-width:575px) {
    .static-hero.previews .wpo-static-hero-inner .slide-title h2 {
        font-size: 25px
    }
}

.static-hero.previews .wpo-static-hero-inner .slide-btn {
    text-align: center
}

.static-hero.previews .wpo-static-hero-inner .slide-btn-2 {
    text-align: center;
    margin-top: 20px
}

.static-hero.previews .wpo-static-hero-inner .slide-btn-2 img {
    max-width: 50px;
    cursor: pointer
}

.static-hero.previews .wpo-static-hero-inner .demo-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.static-hero.previews .wpo-static-hero-inner .demo-btn .d-btn {
    display: block;
    padding: 15px 40px;
    background: #625900;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 30px;
    transition: all .3s
}

@media(max-width:767px) {
    .static-hero.previews .wpo-static-hero-inner .demo-btn .d-btn {
        margin-bottom: 10px;
        padding: 10px 30px
    }
}

.static-hero.previews .wpo-static-hero-inner .demo-btn .d-btn:hover {
    background: #8d7f00;
    color: #fff
}

.wpo-demo-section {
    background: #191919
}

.wpo-demo-section.s2 {
    background: linear-gradient(180deg, #323030, #191919)
}

.wpo-demo-section {
    padding: 130px 0 10px
}

@media(max-width:991px) {
    .wpo-demo-section {
        padding: 100px 0 20px
    }
}

@media(max-width:767px) {
    .wpo-demo-section {
        padding: 90px 0 30px
    }
}

@media screen and (min-width:992px) {
    .wpo-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 -7.5px
    }
}

.wpo-demo-section .wpo-demo-grids .grid {
    width: calc(33% - 30px);
    margin: 0 15px 100px;
    float: left
}

@media(max-width:991px) {
    .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 {
        width: calc(50% - 30px);
        margin: 0 15px 60px
    }
}

@media(max-width:600px) {
    .wpo-demo-section .wpo-demo-grids .grid {
        width: calc(100% - 30px);
        margin: 0 15px 60px;
        float: none
    }
}

.wpo-demo-section .wpo-demo-grids .inner {
    box-shadow: 0 1px 31.92px 6.08px rgba(133, 142, 154, .09);
    margin-bottom: 35px;
    max-height: 570px;
    overflow: hidden;
    box-shadow: 0 1px 7.5px 2.5px rgba(5, 2, 52, .05)
}

.wpo-demo-section .wpo-demo-grids .coming-inner img {
    height: 570px
}

.wpo-demo-section .wpo-demo-grids .inner img {
    transition: all 3s
}

.wpo-demo-section .wpo-demo-grids .grid:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 570px))
}

.wpo-demo-section .wpo-demo-grids h3 {
    font-size: 18px;
    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 rgba(133, 142, 154, .09);
    margin-bottom: 35px;
    max-height: 500px;
    overflow: hidden;
    box-shadow: 0 1px 7.5px 2.5px rgba(5, 2, 52, .05)
}

.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% + 500px))
}

.wpo-inner-demo-section .wpo-inner-demo-grids h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700 !important
}

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

.other-demo {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 30px
}

.other-demo-ball {
    width: 300px;
    height: 300px;
    background: #202026;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2), 0 0 20px 0 rgba(0, 0, 0, .19)
}

.other-demo-ball h3 {
    font-size: 38px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase
}

.other-demo-ball span {
    font-size: 20px
}

@media(max-width:440px) {
    .other-demo-ball {
        width: 250px;
        height: 250px
    }

    .other-demo-ball h3 {
        font-size: 30px
    }
}

.wpo-preview-footer {
    background: #202026;
    font-size: 15px
}

.wpo-preview-footer,
.wpo-upper-footer {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.wpo-preview-footer .wpo-upper-footer {
    padding: 100px 0
}

@media(max-width:767px) {
    .wpo-preview-footer .wpo-upper-footer {
        padding: 70px 0
    }
}

.wpo-preview-footer .wpo-upper-footer .wpo-footer-text {
    text-align: center
}

.wpo-preview-footer .wpo-upper-footer .wpo-footer-text h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width:1400px) {
    .wpo-preview-footer .wpo-upper-footer .wpo-footer-text h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .wpo-preview-footer .wpo-upper-footer .wpo-footer-text h2 {
        font-size: 30px
    }
}

html {
    font-size: 15px
}

:root {
    scroll-behavior: unset
}

body {
    font-family: Inter, sans-serif;
    color: #d8d8d8;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.0666666667rem;
    overflow-x: hidden
}

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

p {
    font-size: 16px;
    color: #d8d8d8;
    line-height: 1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 600
}

ul {
    padding-left: 0;
    margin: 0
}

a {
    transition: all .2s
}

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

img {
    max-width: 100%
}

#__next {
    overflow: hidden
}

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

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

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

.hidden {
    display: none
}

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

.pb-120 {
    padding-bottom: 120px !important
}

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

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

.pt-120 {
    padding-top: 120px !important
}

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

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

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

.wow {
    visibility: hidden
}

.fi:before {
    margin: 0
}

.section-padding {
    padding: 120px 0
}

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

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

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

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

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

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

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

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

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

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

.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 {
    font-size: 30px;
    font-size: 2rem;
    color: #59c378;
    display: inline-block;
    animation: rotating 2s linear infinite
}

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

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

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

    to {
        transform: rotate(1turn)
    }
}

.rotating {
    animation: rotating 5s infinite alternate
}

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

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

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

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

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

.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    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-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0
}

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

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

.quickview-dialog ::-webkit-scrollbar {
    width: 3px
}

.quickview-dialog ::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.quickview-dialog .MuiButtonBase-root {
    z-index: 999
}

.MuiDialog-paperScrollPaper {
    max-width: 860px !important;
    width: 860px !important;
    background-color: #202020 !important
}

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

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

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

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

.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-s2 h2,
.wpo-section-title h2 {
    font-size: 48px;
    line-height: 55px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin: 10px 0 0
}

@media(max-width:1200px) {

    .wpo-section-title-s2 h2,
    .wpo-section-title h2 {
        font-size: 35px
    }
}

@media(max-width:767px) {

    .wpo-section-title-s2 h2,
    .wpo-section-title h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width:575px) {

    .wpo-section-title-s2 h2,
    .wpo-section-title h2 {
        font-size: 22px
    }
}

.wpo-section-title-s2 p,
.wpo-section-title p {
    font-size: 18px;
    color: #d8d8d8;
    margin-bottom: 0
}

.wpo-section-title-s2 {
    text-align: left
}

@media(max-width:991px) {
    .wpo-section-title-s2 {
        text-align: center
    }
}

.theme-btn,
.view-cart-btn {
    background: #59c378;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 65px 15px 35px;
    border: 0;
    border-radius: 40px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    cursor: pointer
}

.theme-btn:before,
.view-cart-btn:before {
    position: absolute;
    right: 30px;
    top: 51%;
    content: "";
    font-family: themify;
    transform: translateY(-50%);
    font-size: 14px
}

.theme-btn:after,
.view-cart-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background: #41b362;
    transition: opacity .5s ease-out;
    opacity: 0;
    z-index: -1
}

.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover,
.view-cart-btn:active,
.view-cart-btn:focus,
.view-cart-btn:hover {
    background: #46bc69;
    color: #fff
}

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

@media(max-width:991px) {

    .theme-btn,
    .view-cart-btn {
        font-size: 18px;
        font-size: 1.2rem
    }
}

@media(max-width:767px) {

    .theme-btn,
    .view-cart-btn {
        font-size: 14px;
        padding: 12px 45px 12px 18px
    }

    .theme-btn:before,
    .view-cart-btn:before {
        right: 18px
    }
}

.theme-btn-s2 {
    background: #222121;
    color: #fff;
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #59c378;
    border-radius: 55px;
    text-transform: capitalize;
    z-index: 1;
    position: relative
}

.theme-btn-s2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: linear-gradient(left, #00ded8, #00a7d5);
    transition: opacity .5s ease-out;
    opacity: 0;
    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: #46bc69;
    color: #fff
}

.theme-btn-s2:hover:after {
    opacity: 1
}

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

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px
}

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

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

.view-cart-btn.s1 {
    background: #ddd
}

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

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

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #59c378;
    -o-box-shadow: 0 0 5px 0 #7ed196;
    -ms-box-shadow: 0 0 5px 0 #7ed196;
    box-shadow: 0 0 5px 0 #7ed196
}

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

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

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

.form select {
    font-style: normal;
    background: url(/public/images/select-icon.png) no-repeat 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #595959
}

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

.form :-ms-input-placeholder {
    font-style: normal
}

.form ::placeholder {
    font-style: normal
}

.social-links {
    overflow: hidden
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px
}

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

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

.topbar {
    background: none
}

@media(max-width:991px) {
    .topbar {
        text-align: center;
        padding: 0
    }
}

@media(max-width:767px) {
    .header-style-1 {
        text-align: center;
        padding: 20px 0
    }
}

.topbar {
    font-size: 16px;
    color: #e5e3e3;
    margin: 0
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0
}

@media(max-width:991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.topbar ul li {
    font-size: 16px;
    float: left;
    padding: 15px 10px;
    color: #fff;
    line-height: 1em
}

@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: #59c378
}

.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 {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px
    }
}

@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 {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    color: #fff !important
}

.topbar ul .fi {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 6px
}

.topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff
}

.wpo-site-header {
    background-color: #fff
}

.wpo-site-header .navbar-brand.site-logo {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    cursor: pointer
}

.wpo-site-header .navbar-brand.site-logo img {
    border-radius: 50%;
    margin-right: 10px
}

@media(min-width:991px) {
    .wpo-site-header {
        padding: 0 130px
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    box-shadow: 0 -5px 15px rgba(8, 106, 216, .2901960784)
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible
}

.wpo-site-header .row {
    width: 100%
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
    color: #59c378
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar {
        justify-content: center
    }

    .wpo-site-header #navbar li {
        position: relative
    }

    .wpo-site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #59c378;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        border-radius: 3px
    }

    .wpo-site-header #navbar>ul>li.current-menu-item a:before,
    .wpo-site-header #navbar>ul>li>a.active:before,
    .wpo-site-header #navbar>ul>li>a:hover:before {
        opacity: 1;
        visibility: visible
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }
}

.wpo-site-header .container-fluid {
    padding-right: 0
}

@media(max-width:991px) {
    .wpo-site-header .container {
        width: 100%;
        max-width: 100%
    }

    .wpo-site-header .header-right {
        right: -10px
    }

    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .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 {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@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: #59c378
    }

    .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 {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }

    .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;
        z-index: 99;
        text-align: center
    }

    .wpo-site-header .navbar-nav,
    .wpo-site-header .navbar-nav>li,
    .wpo-site-header .navbar-right {
        float: none
    }
}

.wpo-site-header .header-right {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center
}

.wpo-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0
}

.wpo-site-header .header-right>div {
    float: left;
    position: relative;
    margin-right: 8px
}

.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 {
        padding: 10px 15px;
        font-size: 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 {
    color: #202020;
    background: none
}

.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;
    padding: 0;
    border: 0;
    outline: 0
}

.cart-search-contact .fi {
    font-size: 30px;
    font-size: 2rem;
    color: #202020
}

.cart-search-contact>div {
    float: left;
    position: relative
}

.cart-search-contact>div+div {
    margin-left: 12px
}

.cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    transition: all .5s;
    box-shadow: -2px 18px 40px -9px #999
}

@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 {
        width: 260px;
        padding: 15px
    }
}

.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%;
    transform: translateY(-50%)
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #3e3b3b
}

.cart-search-contact input:focus {
    box-shadow: none;
    border-color: #59c378
}

.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1)
}

.mini-cart .cart-count {
    background: #59c378;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-size: .5333333333rem;
    line-height: 17px;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600
}

.mini-cart-content {
    background: #fff;
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    box-shadow: -2px 18px 40px -9px #999
}

@media(max-width:575px) {
    .mini-cart-content {
        width: 290px
    }
}

.mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 54px;
    border-radius: 3px;
    right: 10px;
    top: 20px
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px
}

.mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px
}

.mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef
}

.mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px
}

.mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden
}

.mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 600;
    text-align: left;
    color: #fff
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: #59c378
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: .8666666667rem;
    color: #888;
    display: block;
    margin-top: 3px
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: .8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 6px
}

.mini-cart-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: .02;
    z-index: -1
}

.mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    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 {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #ffe600;
    font-size: 20px
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0
}

@media(max-width:991px) {
    .page-wrapper {
        transition: all .3s
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transition: all .3s
    }
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em
}

.header-search-area form {
    position: relative
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: none
}

.header-search-area input:focus {
    box-shadow: none;
    border-color: #59c378
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px
}

.header-search-area form button:focus {
    border: none;
    outline: none
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: .86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0
}

.wpo-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0
}

.wpo-site-header .navigation>.container {
    position: relative
}

@media(max-width:991px) {
    .wpo-site-header .navigation {
        padding: 5px 0
    }
}

.wpo-site-header #navbar {
    transition: all .5s
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
    text-decoration: none;
    color: #46bc69
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar li {
        position: relative
    }

    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 20px;
        display: block;
        color: #202020;
        font-weight: 500;
        position: relative;
        font-family: Inter, sans-serif;
        text-transform: capitalize
    }
}

@media screen and (min-width:992px)and (max-width:1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 35px 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);
        width: 240px;
        position: absolute;
        padding: 20px;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all .3s
    }

    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        font-size: 1.0666666667rem;
        display: inline-block;
        padding: 5px 0;
        color: #202020;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        transition: all .5s
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 0;
        height: 1px;
        content: "";
        background: #59c378;
        transition: all .3s;
        opacity: 0;
        visibility: hidden
    }

    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #002642;
        font-weight: 700
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
        width: 100%;
        opacity: 1;
        visibility: visible
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0
    }

    .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 {
        font-family: themify;
        content: "";
        font-size: 11px;
        font-size: .7333333333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 110%;
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        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 {
        position: relative;
        color: #ddd
    }

    .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 {
        font-family: themify;
        content: "";
        font-size: 11px;
        font-size: .7333333333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        transform: rotate(90deg);
        top: 29%
    }

    .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: #59c378;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: none;
        box-shadow: none
    }

    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0
    }

    .wpo-site-header #navbar {
        background: #1e1e1e;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0;
        z-index: 999999;
        opacity: 0;
        visibility: hidden
    }

    .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: #59c378
    }

    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        color: #fff;
        text-align: center;
        margin: 30px 30px 30px auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff
    }

    .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 {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }
}

@media(max-width:767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0
    }
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px
}

@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:440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 170px
    }
}

@media(max-width:370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px
    }
}

@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 {
        padding: 30px 6px;
        font-size: 16px
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px;
        padding: 15px 30px
    }
}

@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-1 .wpo-site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 0
}

.wpo-header-style-1 .wpo-site-header .navigation {
    background: transparent
}

.wpo-header-style-1 .wpo-site-header #navbar>ul>li>a {
    color: #fff;
    cursor: pointer
}

.wpo-header-style-1 .wpo-site-header .header-right .search-toggle-btn .fi {
    color: #fff
}

.wpo-header-style-1 .wpo-site-header .header-right .theme-btn,
.wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
    padding: 15px 50px 15px 20px;
    border-radius: 40px
}

.wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before,
.wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
    transform: rotate(90deg);
    top: 36%;
    right: 20px
}

.wpo-header-style-1 .wpo-site-header .header-right .theme-btn:after,
.wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:after {
    border-radius: 40px
}

@media(max-width:1400px) {

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 40px 10px 20px;
        margin-right: -15px
    }
}

@media(max-width:767px) {

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 30px 10px 15px
    }

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
        transform: rotate(90deg);
        top: 33%;
        right: 14px;
        font-size: 12px
    }
}

@media(max-width:450px) {

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        margin-right: 0
    }
}

@media(max-width:375px) {

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 30px 10px 15px
    }

    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before,
    .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
        transform: rotate(90deg);
        top: 33%;
        right: 14px;
        font-size: 12px
    }
}

.wpo-header-style-1 .wpo-site-header .header-right .theme-btn .hide-img,
.wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn .hide-img {
    display: none
}

.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on {
    background: #131313
}

.fixed-navbar {
    position: relative;
    z-index: 5555;
    animation-name: fadeInDown
}

.fixed-navbar.active .wpo-header-style-1 .wpo-site-header {
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    width: 100%;
    background: #131313;
    border: none
}

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

.mobileMenu,
.responsivemenu .card-body {
    background: #1e1e1e
}

.mobileMenu h2 {
    padding-left: 20px
}

.mobileMenu.show {
    left: 0
}

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

.showmenu button {
    border: 0;
    padding: 0
}

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

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

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

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

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

.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 ul i {
    position: absolute;
    right: 40px;
    top: 15px
}

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

.mobileMenu,
.showmenu {
    display: none
}

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

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

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

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

.static-hero,
.wpo-hero-slider,
.wpo-hero-style-3 {
    width: 100%;
    height: 1000px;
    display: flex;
    position: relative;
    z-index: 0;
    background: #131313
}

@media(max-width:991px) {

    .static-hero,
    .wpo-hero-slider,
    .wpo-hero-style-3 {
        height: 600px
    }
}

@media(max-width:767px) {

    .static-hero,
    .wpo-hero-slider,
    .wpo-hero-style-3 {
        height: 500px
    }
}

.static-hero .hero-slide,
.wpo-hero-slider .hero-slide,
.wpo-hero-style-3 .hero-slide {
    height: 1000px
}

@media(max-width:991px) {

    .static-hero .hero-slide,
    .wpo-hero-slider .hero-slide,
    .wpo-hero-style-3 .hero-slide {
        height: 600px
    }
}

@media(max-width:767px) {

    .static-hero .hero-slide,
    .wpo-hero-slider .hero-slide,
    .wpo-hero-style-3 .hero-slide {
        height: 500px
    }
}

.static-hero .hero-container,
.static-hero .swiper-container,
.wpo-hero-slider .hero-container,
.wpo-hero-slider .swiper-container,
.wpo-hero-style-3 .hero-container,
.wpo-hero-style-3 .swiper-container {
    width: 100%;
    height: 100%
}

.static-hero .hero-inner,
.static-hero .slide-inner,
.wpo-hero-slider .hero-inner,
.wpo-hero-slider .slide-inner,
.wpo-hero-style-3 .hero-inner,
.wpo-hero-style-3 .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.static-hero .hero-inner:before,
.static-hero .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.wpo-hero-slider .slide-inner:before,
.wpo-hero-style-3 .hero-inner:before,
.wpo-hero-style-3 .slide-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    content: "";
    opacity: .4;
    z-index: -1
}

.static-hero .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-style-3 .hero-inner .slide-content,
.wpo-hero-style-3 .slide-inner .slide-content {
    max-width: 550px
}

@media(max-width:1199px) {

    .static-hero .hero-inner .slide-content .slide-title,
    .static-hero .slide-inner .slide-content .slide-title,
    .wpo-hero-slider .hero-inner .slide-content .slide-title,
    .wpo-hero-slider .slide-inner .slide-content .slide-title,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title {
        padding-top: 90px
    }
}

@media(max-width:991px) {

    .static-hero .hero-inner .slide-content .slide-title,
    .static-hero .slide-inner .slide-content .slide-title,
    .wpo-hero-slider .hero-inner .slide-content .slide-title,
    .wpo-hero-slider .slide-inner .slide-content .slide-title,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title {
        padding-top: 115px
    }
}

@media(max-width:575px) {

    .static-hero .hero-inner .slide-content .slide-title,
    .static-hero .slide-inner .slide-content .slide-title,
    .wpo-hero-slider .hero-inner .slide-content .slide-title,
    .wpo-hero-slider .slide-inner .slide-content .slide-title,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title {
        padding-top: 50px
    }
}

.static-hero .hero-inner .slide-content .slide-title h2,
.static-hero .slide-inner .slide-content .slide-title h2,
.wpo-hero-slider .hero-inner .slide-content .slide-title h2,
.wpo-hero-slider .slide-inner .slide-content .slide-title h2,
.wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
.wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 {
    color: #fff;
    font-size: 90px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 118%;
    margin-bottom: 10px
}

@media(max-width:1199px) {

    .static-hero .hero-inner .slide-content .slide-title h2,
    .static-hero .slide-inner .slide-content .slide-title h2,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 {
        font-size: 65px;
        margin-bottom: 10px;
        line-height: 75px
    }
}

@media(max-width:991px) {

    .static-hero .hero-inner .slide-content .slide-title h2,
    .static-hero .slide-inner .slide-content .slide-title h2,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 45px
    }
}

@media(max-width:530px) {

    .static-hero .hero-inner .slide-content .slide-title h2,
    .static-hero .slide-inner .slide-content .slide-title h2,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 0
    }
}

.static-hero .hero-inner .slide-content .slide-title h2 span,
.static-hero .slide-inner .slide-content .slide-title h2 span,
.wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
.wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
.wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
.wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span {
    display: block;
    font-size: 60px;
    color: #ffe600
}

@media(max-width:1199px) {

    .static-hero .hero-inner .slide-content .slide-title h2 span,
    .static-hero .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span {
        font-size: 45px
    }
}

@media(max-width:991px) {

    .static-hero .hero-inner .slide-content .slide-title h2 span,
    .static-hero .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span {
        font-size: 35px
    }
}

@media(max-width:530px) {

    .static-hero .hero-inner .slide-content .slide-title h2 span,
    .static-hero .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span {
        font-size: 25px
    }
}

.static-hero .hero-inner .slide-content .slide-sub-title h5,
.static-hero .slide-inner .slide-content .slide-sub-title h5,
.wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
.wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
.wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
.wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #59c378;
    margin-bottom: 20px
}

.static-hero .hero-inner .slide-content .slide-sub-title h6,
.static-hero .slide-inner .slide-content .slide-sub-title h6,
.wpo-hero-slider .hero-inner .slide-content .slide-sub-title h6,
.wpo-hero-slider .slide-inner .slide-content .slide-sub-title h6,
.wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h6,
.wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h6 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #59c378;
    margin-bottom: 20px
}

@media(max-width:1199px) {

    .static-hero .hero-inner .slide-content .slide-sub-title h5,
    .static-hero .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5 {
        font-size: 28px
    }
}

@media(max-width:991px) {

    .static-hero .hero-inner .slide-content .slide-sub-title h5,
    .static-hero .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5 {
        font-size: 22px;
        margin-bottom: 10px
    }
}

@media(max-width:530px) {

    .static-hero .hero-inner .slide-content .slide-sub-title h5,
    .static-hero .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5 {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.static-hero .hero-inner .slide-content .slide-text p,
.static-hero .slide-inner .slide-content .slide-text p,
.wpo-hero-slider .hero-inner .slide-content .slide-text p,
.wpo-hero-slider .slide-inner .slide-content .slide-text p,
.wpo-hero-style-3 .hero-inner .slide-content .slide-text p,
.wpo-hero-style-3 .slide-inner .slide-content .slide-text p {
    color: #fff;
    font-size: 19px;
    line-height: 33px;
    margin: 0 0 30px
}

@media(max-width:530px) {

    .static-hero .hero-inner .slide-content .slide-text p,
    .static-hero .slide-inner .slide-content .slide-text p,
    .wpo-hero-slider .hero-inner .slide-content .slide-text p,
    .wpo-hero-slider .slide-inner .slide-content .slide-text p,
    .wpo-hero-style-3 .hero-inner .slide-content .slide-text p,
    .wpo-hero-style-3 .slide-inner .slide-content .slide-text p {
        font-size: 15px;
        line-height: 28px
    }
}

.static-hero .slide-inner,
.wpo-hero-slider .slide-inner,
.wpo-hero-style-3 .slide-inner {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.static-hero .slide-inner .slide-content,
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-style-3 .slide-inner .slide-content {
    padding-bottom: 70px
}

@media(max-width:991px) {

    .static-hero .slide-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-style-3 .slide-inner .slide-content {
        padding-bottom: 0
    }
}

.static-hero .slick-next,
.static-hero .slick-prev,
.wpo-hero-slider .slick-next,
.wpo-hero-slider .slick-prev,
.wpo-hero-style-3 .slick-next,
.wpo-hero-style-3 .slick-prev {
    background-color: rgba(89, 195, 120, .7);
    width: 45px;
    height: 45px;
    z-index: 10;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border: 2px solid #59c378
}

.static-hero .slick-next:hover,
.static-hero .slick-prev:hover,
.wpo-hero-slider .slick-next:hover,
.wpo-hero-slider .slick-prev:hover,
.wpo-hero-style-3 .slick-next:hover,
.wpo-hero-style-3 .slick-prev:hover {
    background-color: #59c378
}

.static-hero .slick-prev,
.wpo-hero-slider .slick-prev,
.wpo-hero-style-3 .slick-prev {
    left: 0
}

@media(max-width:767px) {

    .static-hero .slick-prev,
    .wpo-hero-slider .slick-prev,
    .wpo-hero-style-3 .slick-prev {
        display: none !important
    }
}

.static-hero .slick-prev:before,
.wpo-hero-slider .slick-prev:before,
.wpo-hero-style-3 .slick-prev:before {
    font-family: themify;
    content: "";
    opacity: 1
}

.static-hero .slick-next,
.wpo-hero-slider .slick-next,
.wpo-hero-style-3 .slick-next {
    right: 0
}

@media(max-width:767px) {

    .static-hero .slick-next,
    .wpo-hero-slider .slick-next,
    .wpo-hero-style-3 .slick-next {
        display: none !important
    }
}

.static-hero .slick-next:before,
.wpo-hero-slider .slick-next:before,
.wpo-hero-style-3 .slick-next:before {
    font-family: themify;
    content: "";
    opacity: 1
}

.static-hero:hover .slick-next,
.wpo-hero-slider:hover .slick-next,
.wpo-hero-style-3:hover .slick-next {
    right: 20px;
    opacity: 1;
    visibility: visible
}

.static-hero:hover .slick-prev,
.wpo-hero-slider:hover .slick-prev,
.wpo-hero-style-3:hover .slick-prev {
    left: 20px;
    opacity: 1;
    visibility: visible
}

.static-hero {
    background: #131313;
    height: 940px;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width:1400px) {
    .static-hero {
        height: 900px
    }
}

@media(max-width:1199px) {
    .static-hero {
        height: 650px
    }
}

@media(max-width:991px) {
    .static-hero {
        height: 950px
    }
}

@media(max-width:767px) {
    .static-hero {
        height: 850px
    }
}

@media(max-width:500px) {
    .static-hero {
        height: 800px
    }
}

.static-hero .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.static-hero .shape-1 svg circle {
    fill: #ff4155
}

.static-hero .shape-2 {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.static-hero .shape-2 svg circle {
    fill: #ffe600
}

.static-hero .shape-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.static-hero .shape-3 svg circle {
    fill: #48c5ea
}

.static-hero .line-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.static-hero .line-shape-2 {
    position: absolute;
    top: 0;
    right: 0
}

.static-hero .wpo-static-hero-inner {
    padding-bottom: 85px
}

@media(max-width:991px) {
    .static-hero .wpo-static-hero-inner {
        padding-bottom: 0;
        text-align: center
    }

    .static-hero .hero-inner {
        display: block
    }
}

.static-hero .slide-title {
    padding-top: 130px
}

@media(max-width:1199px) {
    .static-hero .slide-title {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .static-hero .slide-title {
        padding-top: 115px
    }
}

.static-hero .slide-title h2 {
    color: #fff;
    font-size: 90px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 118%;
    margin-bottom: 10px
}

@media(max-width:1199px) {
    .static-hero .slide-title h2 {
        font-size: 65px;
        margin-bottom: 10px;
        line-height: 75px
    }
}

@media(max-width:991px) {
    .static-hero .slide-title h2 {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 45px
    }
}

@media(max-width:530px) {
    .static-hero .slide-title h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 0
    }
}

.static-hero .slide-title h2 span {
    display: block;
    font-size: 60px;
    color: #ffe600
}

@media(max-width:1199px) {
    .static-hero .slide-title h2 span {
        font-size: 45px
    }
}

@media(max-width:991px) {
    .static-hero .slide-title h2 span {
        font-size: 35px
    }
}

@media(max-width:530px) {
    .static-hero .slide-title h2 span {
        font-size: 25px
    }
}

.static-hero .slide-sub-title h6 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #59c378;
    margin-bottom: 20px
}
.static-hero .slide-sub-title h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #59c378;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .static-hero .slide-sub-title h5 {
        font-size: 28px
    }
}

@media(max-width:991px) {
    .static-hero .slide-sub-title h5 {
        font-size: 22px;
        margin-bottom: 10px
    }
}

@media(max-width:530px) {
    .static-hero .slide-sub-title h5 {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.static-hero .hero-inner .container {
    position: relative
}

.static-hero .hero-inner:before {
    display: none
}

.static-hero .slide-text p {
    color: #fff;
    font-size: 19px;
    line-height: 33px;
    margin: 0 0 30px
}

@media(max-width:530px) {
    .static-hero .slide-text p {
        font-size: 15px;
        line-height: 28px
    }
}

.static-hero .static-hero-right {
    position: absolute;
    top: 53%;
    right: 200px;
    z-index: 1;
    transform: translateY(-50%)
}

.static-hero .static-hero-right img {
    border-radius: 50%
}

@media(max-width:1600px) {
    .static-hero .static-hero-right {
        right: 100px
    }
}

@media(max-width:1400px) {
    .static-hero .static-hero-right {
        max-width: 500px
    }
}

@media(max-width:1199px) {
    .static-hero .static-hero-right {
        max-width: 450px;
        top: 54%;
        right: 50px
    }
}

@media(max-width:991px) {
    .static-hero .static-hero-right {
        max-width: 450px;
        top: 50%;
        margin: 0 auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width:767px) {
    .static-hero .static-hero-right {
        top: 50%;
        width: 400px;
        height: 400px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0
    }
}

@media(max-width:575px) {
    .static-hero .static-hero-right {
        top: 56%;
        width: 300px;
        height: 300px
    }
}

.static-hero .static-hero-right .icon-1,
.static-hero .static-hero-right .icon-2,
.static-hero .static-hero-right .icon-3 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 110px;
    height: 110px;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    animation: bounceTop 3s linear infinite
}

.static-hero .static-hero-right .icon-1 img,
.static-hero .static-hero-right .icon-2 img,
.static-hero .static-hero-right .icon-3 img {
    border-radius: 0
}

@media(max-width:991px) {

    .static-hero .static-hero-right .icon-1,
    .static-hero .static-hero-right .icon-2,
    .static-hero .static-hero-right .icon-3 {
        top: 15%;
        width: 95px;
        height: 95px;
        padding: 15px;
        border-radius: 15px
    }
}

@media(max-width:575px) {

    .static-hero .static-hero-right .icon-1,
    .static-hero .static-hero-right .icon-2,
    .static-hero .static-hero-right .icon-3 {
        top: 10%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px
    }
}

.static-hero .static-hero-right .icon-2 {
    left: auto;
    right: 0
}

.static-hero .static-hero-right .icon-3 {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 0
}

@media(max-width:991px) {
    .static-hero .static-hero-right .icon-3 {
        right: 0;
        bottom: 40px
    }
}

@media(max-width:575px) {
    .static-hero .static-hero-right .icon-3 {
        left: auto;
        right: 0;
        top: auto;
        bottom: 25px
    }
}

.static-hero .static-hero-right .project {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 10px 20px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    animation: bounceTop 3s linear infinite
}

.static-hero .static-hero-right .project .icon .fi {
    margin-right: 10px
}

.static-hero .static-hero-right .project .icon .fi:before {
    font-size: 50px;
    color: #59c378
}

@media(max-width:575px) {
    .static-hero .static-hero-right .project .icon .fi:before {
        font-size: 40px
    }
}

.static-hero .static-hero-right .project .p-text h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #202020
}

@media(max-width:575px) {
    .static-hero .static-hero-right .project .p-text h3 {
        font-size: 20px
    }
}

.static-hero .static-hero-right .project .p-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #585858
}

@media(max-width:1400px) {

    .hero-style-2,
    .hero-style-2 .hero-slide {
        height: 700px
    }
}

@media(max-width:991px) {

    .hero-style-2,
    .hero-style-2 .hero-slide {
        height: 600px
    }
}

@media(max-width:575px) {

    .hero-style-2,
    .hero-style-2 .hero-slide {
        height: 450px
    }
}

.hero-style-2 .slide-inner .slide-content {
    padding-bottom: 0;
    padding-top: 40px
}

@media(max-width:1200px) {
    .hero-style-2 .slide-inner .slide-content .slide-title {
        padding-top: 30px
    }
}

@media(max-width:575px) {
    .hero-style-2 .slide-inner .slide-content .slide-title {
        padding-top: 50px
    }
}

@media(max-width:991px) {
    .hero-style-2 .slide-inner .slide-content {
        padding-top: 0
    }
}

.wpo-hero-style-3 {
    position: relative;
    height: 950px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

@media(max-width:991px) {
    .wpo-hero-style-3 {
        max-height: 600px
    }
}

@media(max-width:767px) {
    .wpo-hero-style-3 {
        max-height: 520px
    }
}

.wpo-hero-style-3 .hero-inner {
    height: 950px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

@media(max-width:991px) {
    .wpo-hero-style-3 .hero-inner {
        max-height: 600px
    }
}

@media(max-width:767px) {
    .wpo-hero-style-3 .hero-inner {
        max-height: 520px
    }
}

.wpo-hero-style-3 .hero-inner .slider-image {
    width: 100%;
    height: 950px;
    position: absolute;
    left: 0;
    top: 0;
    animation: kenburn 25s 2s infinite alternate
}

.wpo-hero-style-3 .hero-inner .slider-image img {
    height: 950px;
    object-fit: cover;
    width: 100%
}

@media(max-width:991px) {
    .wpo-hero-style-3 .hero-inner .slider-image img {
        max-height: 600px
    }
}

@media(max-width:767px) {
    .wpo-hero-style-3 .hero-inner .slider-image img {
        max-height: 520px
    }
}

.wpo-hero-style-3 .hero-inner .slide-content {
    z-index: 99;
    position: relative
}

@media(max-width:991px) {
    .wpo-hero-style-3 .hero-inner .slide-content .slide-title {
        padding-top: 0
    }

    .wpo-hero-style-3 .hero-inner .slide-content {
        padding-top: 50px
    }
}

.dark_svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99
}

.dark_svg svg {
    fill: #191919;
    width: 100%
}

@keyframes kenburn {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scale3d(1.3, 1.3, 1.3)
    }
}

.wpo-site-footer,
.wpo-site-footer-s2 {
    background-color: #202020;
    position: relative;
    z-index: 1
}

.wpo-site-footer-s2 ul,
.wpo-site-footer ul {
    list-style: none
}

.wpo-site-footer-s2 li,
.wpo-site-footer-s2 p,
.wpo-site-footer li,
.wpo-site-footer p {
    color: #fff
}

.wpo-site-footer-s2 .upper-contact-area,
.wpo-site-footer .upper-contact-area {
    position: absolute;
    width: 100%;
    top: -280px;
    z-index: 10
}

@media(max-width:991px) {

    .wpo-site-footer-s2 .upper-contact-area,
    .wpo-site-footer .upper-contact-area {
        display: none
    }
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids,
.wpo-site-footer .upper-contact-area .contact-grids {
    background: #ff4155;
    position: relative;
    z-index: 1;
    padding: 80px 165px 80px 0
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids:before,
.wpo-site-footer .upper-contact-area .contact-grids:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    z-index: -1
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .left-shape,
.wpo-site-footer .upper-contact-area .contact-grids .left-shape {
    position: absolute;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100%;
    background: #ff4155;
    z-index: 1
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .left-shape:before,
.wpo-site-footer .upper-contact-area .contact-grids .left-shape:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    z-index: -1
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids h2,
.wpo-site-footer .upper-contact-area .contact-grids h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

@media(max-width:1400px) {

    .wpo-site-footer-s2 .upper-contact-area .contact-grids h2,
    .wpo-site-footer .upper-contact-area .contact-grids h2 {
        font-size: 45px
    }
}

@media(max-width:1200px) {

    .wpo-site-footer-s2 .upper-contact-area .contact-grids h2,
    .wpo-site-footer .upper-contact-area .contact-grids h2 {
        font-size: 36px;
        line-height: 50px
    }
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn {
    text-align: right
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn {
    background: #202020;
    border-radius: 5px;
    cursor: pointer
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn:after,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:after,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn:after,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:after {
    display: none
}

.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn:before,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:before,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn:before,
.wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:before {
    content: "";
    font-family: Flaticon
}

.wpo-site-footer-s2 .upper-footer,
.wpo-site-footer .upper-footer {
    padding: 90px 0;
    z-index: 1;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:992px) {

    .wpo-site-footer-s2 .upper-footer,
    .wpo-site-footer .upper-footer {
        padding-top: 170px
    }
}

@media(max-width:991px) {

    .wpo-site-footer-s2 .upper-footer,
    .wpo-site-footer .upper-footer {
        padding: 90px 0 20px
    }
}

@media(max-width:767px) {

    .wpo-site-footer-s2 .upper-footer,
    .wpo-site-footer .upper-footer {
        padding: 80px 0 10px
    }
}

.wpo-site-footer-s2 .upper-footer .shadow-shape,
.wpo-site-footer .upper-footer .shadow-shape {
    position: absolute;
    top: -140%;
    right: 0;
    z-index: -1
}

.wpo-site-footer-s2 .upper-footer .shadow-shape svg circle,
.wpo-site-footer .upper-footer .shadow-shape svg circle {
    fill: #59c378
}

@media(max-width:991px) {

    .wpo-site-footer-s2 .upper-footer .col,
    .wpo-site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px
    }
}

@media(max-width:767px) {

    .wpo-site-footer-s2 .upper-footer .col,
    .wpo-site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px
    }
}

.wpo-site-footer-s2 .widget-title,
.wpo-site-footer .widget-title {
    margin-bottom: 30px
}

@media(max-width:767px) {

    .wpo-site-footer-s2 .widget-title,
    .wpo-site-footer .widget-title {
        margin-bottom: 20px
    }
}

.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: blod;
    color: #fff;
    margin: 0;
    padding-bottom: .4em;
    text-transform: capitalize;
    position: relative
}

@media(max-width:767px) {

    .wpo-site-footer-s2 .widget-title h3,
    .wpo-site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.4666666667rem
    }
}

@media screen and (min-width:1200px) {

    .wpo-site-footer-s2 .about-widget,
    .wpo-site-footer .about-widget {
        padding-right: 75px;
        position: relative
    }

    .wpo-site-footer-s2 .about-widget:after,
    .wpo-site-footer .about-widget:after {
        content: "";
        background: hsla(0, 0%, 100%, .05);
        width: 1px;
        height: 100%;
        position: absolute;
        right: 35px;
        top: 0
    }
}

@media(max-width:1199px) {

    .wpo-site-footer-s2 .about-widget .logo,
    .wpo-site-footer .about-widget .logo {
        max-width: 90%
    }
}

.wpo-site-footer-s2 .about-widget .logo .site-logo,
.wpo-site-footer .about-widget .logo .site-logo {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer
}

.wpo-site-footer-s2 .about-widget .logo .site-logo img,
.wpo-site-footer .about-widget .logo .site-logo img {
    border-radius: 50%;
    margin-right: 10px
}

.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer .about-widget p {
    margin-bottom: .8em;
    line-height: 1.9em
}

.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer .about-widget p:last-child {
    margin-bottom: 0
}

.wpo-site-footer-s2 .about-widget .social-icons ul,
.wpo-site-footer .about-widget .social-icons ul {
    overflow: hidden;
    padding-top: 15px
}

@media(max-width:767px) {

    .wpo-site-footer-s2 .about-widget .social-icons ul,
    .wpo-site-footer .about-widget .social-icons ul {
        padding-top: 8px
    }
}

.wpo-site-footer-s2 .about-widget .social-icons ul li,
.wpo-site-footer .about-widget .social-icons ul li {
    float: left
}

.wpo-site-footer-s2 .about-widget .social-icons ul>li+li,
.wpo-site-footer .about-widget .social-icons ul>li+li {
    margin-left: 15px
}

.wpo-site-footer-s2 .about-widget .social-icons ul a,
.wpo-site-footer .about-widget .social-icons ul a {
    color: #fff;
    cursor: pointer
}

.wpo-site-footer-s2 .about-widget .social-icons ul a:hover,
.wpo-site-footer .about-widget .social-icons ul a:hover {
    color: #ffe600
}

@media(max-width:1199px) {

    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer .link-widget {
        padding-left: 20px
    }
}

@media(max-width:991px) {

    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer .link-widget {
        padding-left: 0
    }
}

.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer .link-widget ul li {
    position: relative;
    padding-left: 15px
}

.wpo-site-footer-s2 .link-widget ul li:before,
.wpo-site-footer .link-widget ul li:before {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 9px;
    transition: all .3s
}

.wpo-site-footer-s2 .link-widget ul li:hover:before,
.wpo-site-footer .link-widget ul li:hover:before {
    background: #59c378
}

.wpo-site-footer-s2 .link-widget ul a,
.wpo-site-footer .link-widget ul a {
    color: #fff;
    cursor: pointer
}

.wpo-site-footer-s2 .link-widget ul a:hover,
.wpo-site-footer-s2 .link-widget ul li:hover:before,
.wpo-site-footer .link-widget ul a:hover,
.wpo-site-footer .link-widget ul li:hover:before {
    color: #59c378
}

.wpo-site-footer-s2 .link-widget ul>li+li,
.wpo-site-footer .link-widget ul>li+li {
    margin-top: 17px
}

@media screen and (min-width:1200px) {

    .wpo-site-footer-s2 .service-link-widget,
    .wpo-site-footer .service-link-widget {
        padding-left: 25px
    }
}

.wpo-site-footer-s2 .newsletter-widget form,
.wpo-site-footer .newsletter-widget form {
    margin-top: 25px;
    position: relative
}

.wpo-site-footer-s2 .newsletter-widget form input,
.wpo-site-footer .newsletter-widget form input {
    background-color: #232925;
    height: 50px;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #222623;
    box-shadow: none
}

.wpo-site-footer-s2 .newsletter-widget form .submit,
.wpo-site-footer .newsletter-widget form .submit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.wpo-site-footer-s2 .newsletter-widget form .submit button,
.wpo-site-footer .newsletter-widget form .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #fff
}

.wpo-site-footer-s2 .lower-footer,
.wpo-site-footer .lower-footer {
    text-align: center
}

.wpo-site-footer-s2 .lower-footer .row,
.wpo-site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative
}

.wpo-site-footer-s2 .lower-footer .row .separator,
.wpo-site-footer .lower-footer .row .separator {
    background: hsla(0, 0%, 100%, .05);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0
}

.wpo-site-footer-s2 .lower-footer .copyright,
.wpo-site-footer .lower-footer .copyright {
    text-align: center;
    font-size: 14px;
    font-size: .9333333333rem;
    margin: 7px 0 0
}

@media(max-width:991px) {

    .wpo-site-footer-s2 .lower-footer .copyright,
    .wpo-site-footer .lower-footer .copyright {
        float: none;
        margin: 7px 0 20px
    }
}

@media screen and (min-width:992px) {
    .wpo-site-footer-s2 .upper-footer {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .wpo-site-footer-s2 .upper-footer {
        padding: 90px 0 20px
    }
}

@media(max-width:767px) {
    .wpo-site-footer-s2 .upper-footer {
        padding: 80px 0 10px
    }
}

.wpo-about-area,
.wpo-about-area-s2 {
    background: #191919;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.wpo-about-area-s2 .ab-shape,
.wpo-about-area .ab-shape {
    position: absolute;
    left: 0;
    bottom: -95%;
    z-index: -1
}

.wpo-about-area-s2 .ab-shape svg circle,
.wpo-about-area .ab-shape svg circle {
    fill: #ffe600
}

.wpo-about-area-s2 .ab-shape-s2,
.wpo-about-area .ab-shape-s2 {
    position: absolute;
    right: -10%;
    bottom: -90%;
    z-index: -1
}

.wpo-about-area-s2 .ab-shape-s2 svg circle,
.wpo-about-area .ab-shape-s2 svg circle {
    fill: #ad00ff
}

.wpo-about-area-s2 .line-shape-1,
.wpo-about-area .line-shape-1 {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1
}

.wpo-about-area-s2 .line-shape-2,
.wpo-about-area .line-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.wpo-about-area-s2 .wpo-about-exprience-wrap,
.wpo-about-area .wpo-about-exprience-wrap {
    position: relative;
    max-width: 480px
}

@media(max-width:991px) {

    .wpo-about-area-s2 .wpo-about-exprience-wrap,
    .wpo-about-area .wpo-about-exprience-wrap {
        margin-bottom: 50px
    }
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience,
.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience {
    background: linear-gradient(180deg, #2e2c1f, #1b1b19);
    border-radius: 10px;
    max-width: 350px;
    text-align: center;
    padding: 50px 50px 180px
}

@media(max-width:575px) {

    .wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience,
    .wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience {
        padding: 30px 30px 160px
    }
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience h2,
.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience h2 {
    font-size: 140px;
    font-weight: 700;
    color: #ffe600
}

@media(max-width:575px) {

    .wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience h2,
    .wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience h2 {
        font-size: 90px
    }
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience span,
.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience span {
    font-size: 18px;
    color: #fff
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .client,
.wpo-about-area .wpo-about-exprience-wrap .client {
    border-radius: 12px;
    padding: 20px;
    position: relative;
    z-index: 1;
    max-width: 300px;
    display: flex;
    align-items: center;
    background: transparent;
    position: absolute;
    bottom: 40px;
    right: 0
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .client:after,
.wpo-about-area .wpo-about-exprience-wrap .client:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #939393, rgba(28, 26, 26, .3));
    opacity: 1;
    z-index: -2;
    border-radius: 12px
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .client:before,
.wpo-about-area .wpo-about-exprience-wrap .client:before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 98%;
    height: 96%;
    content: "";
    background: #2d2b1f;
    opacity: .85;
    z-index: -1;
    border-radius: 12px
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .client h3,
.wpo-about-area .wpo-about-exprience-wrap .client h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 28px;
    color: #59c378;
    flex-basis: 50%;
    margin-bottom: 0;
    margin-right: 10px
}

.wpo-about-area-s2 .wpo-about-exprience-wrap .client p,
.wpo-about-area .wpo-about-exprience-wrap .client p {
    margin-bottom: 0;
    flex-basis: 50%;
    color: #fff
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-title,
.wpo-about-area .wpo-about-content .wpo-about-title {
    margin-bottom: 40px
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-title h2,
.wpo-about-area .wpo-about-content .wpo-about-title h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width:767px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-title h2,
    .wpo-about-area .wpo-about-content .wpo-about-title h2 {
        font-size: 35px
    }
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-title p,
.wpo-about-area .wpo-about-content .wpo-about-title p {
    color: #d8d8d8
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact,
.wpo-about-area .wpo-about-content .wpo-about-funfact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid {
    background: linear-gradient(180deg, rgba(255, 230, 0, .6), rgba(31, 30, 28, .6) 67.59%);
    flex-basis: 28.33%;
    border-radius: 12px;
    margin: 0 15px 30px
}

@media(max-width:1400px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid,
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid {
        flex-basis: 27.33%
    }
}

@media(max-width:1200px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid,
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid {
        flex-basis: 26.33%
    }
}

@media(max-width:575px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid,
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid {
        flex-basis: 42.33%
    }
}

@media(max-width:400px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid,
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid {
        flex-basis: 40%
    }
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner {
    padding: 40px;
    background: #1f1e1d;
    margin: 3px 3px 0;
    text-align: center;
    border-radius: 12px
}

@media(max-width:1200px) {

    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner,
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner {
        padding: 20px
    }
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner h3,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #fff
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner p {
    margin-bottom: 0;
    color: #ffe600
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(2),
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(2) {
    background: linear-gradient(180deg, rgba(89, 195, 120, .6), rgba(31, 30, 28, .6) 67.59%)
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(2) .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(2) .grid-inner p {
    margin-bottom: 0;
    color: #59c378
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(3),
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(3) {
    background: linear-gradient(180deg, rgba(221, 88, 79, .6), rgba(31, 30, 28, .6) 67.59%)
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(3) .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(3) .grid-inner p {
    margin-bottom: 0;
    color: #dd584f
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(4),
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(4) {
    background: linear-gradient(180deg, rgba(255, 154, 0, .6), rgba(31, 30, 28, .6) 67.59%)
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(4) .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(4) .grid-inner p {
    margin-bottom: 0;
    color: #ff9a00
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(5),
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(5) {
    background: linear-gradient(180deg, rgba(0, 169, 255, .6), rgba(31, 30, 28, .6) 67.59%)
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(5) .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(5) .grid-inner p {
    margin-bottom: 0;
    color: #00a9ff
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(6),
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(6) {
    background: linear-gradient(180deg, rgba(158, 0, 255, .6), rgba(31, 30, 28, .6) 67.59%)
}

.wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(6) .grid-inner p,
.wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(6) .grid-inner p {
    margin-bottom: 0;
    color: #ad00ff
}

.wpo-service-area,
.wpo-service-area-s2 {
    background: #222121;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 90px
}

@media(max-width:991px) {

    .wpo-service-area,
    .wpo-service-area-s2 {
        padding-bottom: 60px
    }
}

@media(max-width:767px) {

    .wpo-service-area,
    .wpo-service-area-s2 {
        padding-bottom: 50px
    }
}

.wpo-service-area-s2 .ab-shape,
.wpo-service-area .ab-shape {
    position: absolute;
    left: 0;
    top: -70%;
    z-index: -1
}

.wpo-service-area-s2 .wpo-service-wrap .nav-tabs,
.wpo-service-area .wpo-service-wrap .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 65px
}

@media(max-width:767px) {

    .wpo-service-area-s2 .wpo-service-wrap .nav-tabs,
    .wpo-service-area .wpo-service-wrap .nav-tabs {
        margin-bottom: 35px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link,
.wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link {
    width: 250px;
    height: 65px;
    background: #373737;
    margin-right: 30px;
    border-radius: 38px;
    text-align: center;
    line-height: 65px;
    padding: 0;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer
}

@media(max-width:991px) {

    .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link,
    .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link {
        width: 180px;
        height: 55px;
        margin-right: 20px;
        line-height: 55px;
        font-size: 16px
    }
}

@media(max-width:767px) {

    .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link,
    .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link {
        width: 120px;
        height: 45px;
        margin-right: 10px;
        line-height: 45px;
        font-size: 14px;
        margin-bottom: 5px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link.active,
.wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link.active {
    background: none;
    border: 2px solid #373737;
    color: #ffe600
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item,
.wpo-service-area .wpo-service-wrap .wpo-service-item {
    background: #232221;
    border: 2px solid #373737;
    border-radius: 12px;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 30px
}

@media(max-width:1199px) {

    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item,
    .wpo-service-area .wpo-service-wrap .wpo-service-item {
        padding: 30px 20px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .icon,
.wpo-service-area .wpo-service-wrap .wpo-service-item .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #373737;
    margin: 0 auto 30px;
    border-radius: 50%;
    transition: all .3s
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .icon .fi:before,
.wpo-service-area .wpo-service-wrap .wpo-service-item .icon .fi:before {
    font-size: 50px;
    color: #ffe600;
    line-height: unset
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item h2,
.wpo-service-area .wpo-service-wrap .wpo-service-item h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width:1399px) {

    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item h2,
    .wpo-service-area .wpo-service-wrap .wpo-service-item h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item p,
.wpo-service-area .wpo-service-wrap .wpo-service-item p {
    color: #d8d8d8;
    margin: 25px 0
}

@media(max-width:1399px) {

    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item p,
    .wpo-service-area .wpo-service-wrap .wpo-service-item p {
        margin: 15px 0;
        font-size: 14px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button,
.wpo-service-area .wpo-service-wrap .wpo-service-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block
}

@media(max-width:1399px) {

    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button,
    .wpo-service-area .wpo-service-wrap .wpo-service-item button {
        font-size: 15px
    }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button:before,
.wpo-service-area .wpo-service-wrap .wpo-service-item button:before {
    position: absolute;
    left: -5px;
    top: 1px;
    content: "";
    font-family: Flaticon;
    transition: all .3s
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button:hover,
.wpo-service-area .wpo-service-wrap .wpo-service-item button:hover {
    color: #ffe600
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button:hover:before,
.wpo-service-area .wpo-service-wrap .wpo-service-item button:hover:before {
    left: 0
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item button:focus,
.wpo-service-area .wpo-service-wrap .wpo-service-item button:focus {
    outline: none;
    box-shadow: none
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item:hover .icon,
.wpo-service-area .wpo-service-wrap .wpo-service-item:hover .icon {
    background: #59c378
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item:hover .icon .fi:before,
.wpo-service-area .wpo-service-wrap .wpo-service-item:hover .icon .fi:before {
    color: #fff
}

.wpo-work-area,
.wpo-work-area-s2 {
    background: #191919;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.wpo-work-area-s2 .shape-wk,
.wpo-work-area .shape-wk {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.wpo-work-area-s2 .shape-wk svg circle,
.wpo-work-area .shape-wk svg circle {
    fill: #e34e44
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item,
.wpo-work-area .wpo-work-wrap .wpo-work-item {
    padding: 20px 70px;
    background: #282828;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid transparent
}

@media(max-width:991px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item,
    .wpo-work-area .wpo-work-wrap .wpo-work-item {
        padding: 20px 30px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item:hover,
.wpo-work-area .wpo-work-wrap .wpo-work-item:hover {
    border: 1px solid #494949
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item:last-child,
.wpo-work-area .wpo-work-wrap .wpo-work-item:last-child {
    margin-bottom: 0
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0
}

@media(max-width:767px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul {
        flex-wrap: wrap
    }
}

@media(max-width:450px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul {
        justify-content: center
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li {
    flex-basis: 18%
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    flex-basis: 20%;
    display: flex;
    align-items: center
}

@media(max-width:1200px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date {
        font-size: 20px
    }
}

@media(max-width:991px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date {
        font-size: 16px
    }
}

@media(max-width:767px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date {
        flex-basis: 50%
    }
}

@media(max-width:450px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date {
        flex-basis: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date span,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date span {
    color: #727272;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-left: 3px
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.logo,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.logo {
    flex-basis: 15%
}

@media(max-width:450px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.logo,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.logo {
        flex-basis: 100%;
        text-align: center
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    flex-basis: 30%
}

@media(max-width:1200px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position {
        font-size: 20px
    }
}

@media(max-width:991px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position {
        font-size: 16px
    }
}

@media(max-width:767px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position {
        flex-basis: 50%;
        margin-top: 20px
    }
}

@media(max-width:450px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position {
        flex-basis: 100%;
        text-align: center
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    color: #dd584f
}

@media(max-width:991px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span {
        font-size: 14px;
        margin-top: 5px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span span,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span span {
    color: #727272;
    display: inline-block
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link {
    text-align: right
}

@media(max-width:767px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link {
        flex-basis: 50%
    }
}

@media(max-width:450px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link {
        flex-basis: 100%;
        text-align: center;
        margin-top: 10px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-left: 30px;
    position: relative;
    display: inline-block
}

@media(max-width:991px) {

    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a,
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a {
        font-size: 14px;
        padding-left: 15px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:before,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:before {
    position: absolute;
    left: -5px;
    top: 1px;
    content: "";
    font-family: Flaticon;
    transition: all .3s
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:hover,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:hover {
    color: #ffe600
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:hover:before,
.wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:hover:before {
    left: 0
}

.wpo-project-area,
.wpo-project-area-s2 {
    background: linear-gradient(180deg, #222121, #191919);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 190px
}

@media(max-width:991px) {

    .wpo-project-area,
    .wpo-project-area-s2 {
        padding-bottom: 90px
    }
}

@media(max-width:767px) {

    .wpo-project-area,
    .wpo-project-area-s2 {
        padding-bottom: 80px
    }
}

.wpo-project-area-s2 .shape-p,
.wpo-project-area .shape-p {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.wpo-project-area-s2 .shape-p svg circle,
.wpo-project-area .shape-p svg circle {
    fill: #ffe500
}

.wpo-project-area-s2 .line-shape-1,
.wpo-project-area .line-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.wpo-project-area-s2 .line-shape-2,
.wpo-project-area .line-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.wpo-project-area-s2 .sec-title-icon,
.wpo-project-area .sec-title-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: #303030;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    position: relative
}

@media(max-width:991px) {

    .wpo-project-area-s2 .sec-title-icon,
    .wpo-project-area .sec-title-icon {
        margin: 30px auto 0
    }
}

.wpo-project-area-s2 .sec-title-icon:before,
.wpo-project-area .sec-title-icon:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 150px;
    height: 150px;
    border: 1px dashed #383838;
    content: "";
    border-radius: 50%
}

.wpo-project-area-s2 .sec-title-icon .fi:before,
.wpo-project-area .sec-title-icon .fi:before {
    font-size: 55px;
    color: #ffe600;
    line-height: unset
}

.wpo-project-area-s2 .wpo-project-wrap,
.wpo-project-area .wpo-project-wrap {
    padding-bottom: 90px
}

@media(max-width:767px) {

    .wpo-project-area-s2 .wpo-project-wrap,
    .wpo-project-area .wpo-project-wrap {
        padding-bottom: 60px
    }
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text {
    padding-top: 30px
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    cursor: pointer
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2:hover,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2:hover {
    color: #59c378
}

@media(max-width:1199px) {

    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
        font-size: 20px;
        line-height: 30px
    }
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
    color: #fff
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover {
    color: #59c378
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text span,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #d8d8d8
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img {
    overflow: hidden;
    position: relative
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img img,
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img img {
    transition: all .3s;
    transform: scale(1);
    width: 100%
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item:hover .wpo-project-img img,
.wpo-project-area .wpo-project-wrap .wpo-project-item:hover .wpo-project-img img {
    transform: scale(1.2)
}

.wpo-project-area-s2 .wpo-project-wrap .slick-slider,
.wpo-project-area .wpo-project-wrap .slick-slider {
    margin: -15px
}

.wpo-project-area-s2 .wpo-project-wrap .slick-slider .slick-slide,
.wpo-project-area .wpo-project-wrap .slick-slider .slick-slide {
    padding: 15px
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow,
.wpo-project-area .wpo-project-wrap .slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    top: auto;
    line-height: 68px;
    color: #585858;
    padding: 0;
    font-size: 0;
    margin: 0;
    border-radius: 50%;
    transition: all .3s;
    z-index: 1;
    border: 1px solid #59c378
}

@media(max-width:767px) {

    .wpo-project-area-s2 .wpo-project-wrap .slick-arrow,
    .wpo-project-area .wpo-project-wrap .slick-arrow {
        display: none !important
    }
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-next,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-next {
    position: absolute;
    bottom: -120px;
    left: 52%
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-next:before,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-next:before {
    content: "";
    font-family: Flaticon;
    color: #59c378
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-next:hover,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-next:hover {
    background: #59c378
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-next:hover:before,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-next:hover:before {
    color: #fff
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev {
    position: absolute;
    bottom: -120px;
    left: 47%
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev:before,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev:before {
    content: "";
    font-family: Flaticon;
    color: #59c378
}

@media(max-width:1700px) {

    .wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev,
    .wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev {
        left: 46%
    }
}

@media(max-width:1200px) {

    .wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev,
    .wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev {
        left: 44%
    }
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev:hover,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev:hover {
    background: #59c378
}

.wpo-project-area-s2 .wpo-project-wrap .slick-arrow.slick-prev:hover:before,
.wpo-project-area .wpo-project-wrap .slick-arrow.slick-prev:hover:before {
    color: #fff
}

.wpo-project-area-s2 .wpo-project-wrap .slick-dots,
.wpo-project-area .wpo-project-wrap .slick-dots {
    text-align: center;
    bottom: -30px;
    display: none !important
}

@media(max-width:767px) {

    .wpo-project-area-s2 .wpo-project-wrap .slick-dots,
    .wpo-project-area .wpo-project-wrap .slick-dots {
        display: block !important
    }
}

.wpo-project-area-s2 .wpo-project-wrap .slick-dots li,
.wpo-project-area .wpo-project-wrap .slick-dots li {
    width: unset;
    height: unset
}

.wpo-project-area-s2 .wpo-project-wrap .slick-dots li button,
.wpo-project-area .wpo-project-wrap .slick-dots li button {
    width: 15px;
    background: #f3f8ff;
    margin-right: 5px;
    height: 5px;
    padding: 0
}

.wpo-project-area-s2 .wpo-project-wrap .slick-dots li button:before,
.wpo-project-area .wpo-project-wrap .slick-dots li button:before {
    display: none
}

.wpo-project-area-s2 .wpo-project-wrap .slick-dots li.slick-active button,
.wpo-project-area .wpo-project-wrap .slick-dots li.slick-active button {
    background: #59c378
}

.wpo-testimonial-section {
    background: #2c2c2c;
    position: relative
}

@media(max-width:500px) {
    .wpo-testimonial-section {
        padding-top: 130px
    }
}

.wpo-testimonial-section .left-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 110%;
    background: #262626;
    top: -70px;
    z-index: 9;
    -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%)
}

@media(max-width:991px) {
    .wpo-testimonial-section .left-shape {
        display: none
    }
}

.wpo-testimonial-section .right-shape {
    position: absolute;
    right: 0;
    bottom: 0
}

.wpo-testimonial-section .wpo-testimonial-wrap {
    position: relative;
    z-index: 91
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item {
        margin-top: 70px
    }
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text {
        text-align: center
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text h4 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 10px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #d8d8d8
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
    margin-top: 30px
}

@media(max-width:575px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
        margin-top: 20px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #fff
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
        justify-content: center;
        font-size: 18px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #d8d8d8;
    display: block;
    margin-left: 10px;
    position: relative;
    top: 3px
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
    position: relative;
    width: 474px;
    height: 469px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
        width: 220px;
        height: 220px
    }
}

@media(max-width:991px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
        margin-bottom: 40px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .shape-t {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .shape-t svg circle {
    fill: #ffe600
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
    width: 250px;
    height: 250px;
    position: relative;
    z-index: 1
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
        width: 180px;
        height: 180px
    }
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
        margin: 0 auto
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1 {
    position: absolute;
    left: -14%;
    top: -16%;
    width: 130%;
    height: 130%;
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 50%;
    z-index: -1
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
    position: absolute;
    left: -28%;
    top: -30%;
    width: 160%;
    height: 160%;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 50%;
    z-index: -1
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
    position: absolute;
    left: -42%;
    top: -45%;
    width: 190%;
    height: 190%;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 50%;
    z-index: -1
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
    position: absolute;
    left: -35px;
    top: -25%
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1 img,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 img,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 img,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px
}

@media(max-width:500px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1 img,
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 img,
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 img,
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img,
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
        width: 60px;
        height: 60px;
        left: -10px;
        top: 0
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 {
    left: auto;
    right: -120px;
    top: -18%
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 {
        right: -50px;
        top: -20%
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 {
    top: auto;
    left: -120px;
    bottom: 0
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 {
        left: -50px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 {
    top: auto;
    left: auto;
    right: -85px;
    bottom: 0
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 {
        right: -60px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img {
    width: 60px;
    height: 60px
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img {
        width: 40px;
        height: 40px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
    top: auto;
    left: 45%;
    right: 1px;
    bottom: -104px
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
        bottom: -65px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
    width: 60px;
    height: 60px
}

@media(max-width:500px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
        width: 40px;
        height: 40px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img {
    position: relative;
    border-radius: 8px;
    width: 250px;
    height: 250px
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img img {
    border-radius: 50%
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 65px;
    border: 1px solid #404040;
    color: #6e6e6e;
    padding: 0;
    font-size: 0;
    margin: 0;
    border-radius: 50%;
    transition: all .3s;
    z-index: 1;
    top: auto
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow:hover {
    background: #59c378
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next {
    position: absolute;
    bottom: -20px;
    right: 0
}

@media(max-width:991px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next {
        bottom: -45px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next:before {
    font-family: themify;
    content: "";
    font-size: 15px
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev {
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 70px
}

@media(max-width:991px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev {
        bottom: -45px
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev:before {
    font-family: themify;
    content: "";
    font-size: 15px
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow {
        display: none !important
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
    text-align: center;
    bottom: -30px;
    display: none !important
}

@media(max-width:767px) {
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
        display: block !important
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li {
    width: unset;
    height: unset
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button {
    width: 15px;
    background: #f3f8ff;
    margin-right: 5px;
    height: 5px;
    padding: 0
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button:before {
    display: none
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button {
    background: #59c378
}

.wpo-pricing-section {
    background: #191919;
    position: relative;
    z-index: 1
}

.wpo-pricing-section .shape-p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.wpo-pricing-section .shape-p svg circle {
    fill: #ffe500
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
    background: #262626
}

@media(max-width:991px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
        margin-bottom: 30px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
    text-align: center;
    padding: 0 30px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb {
    display: inline-block;
    padding: 3px 30px 5px;
    background: #59c378;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb span {
    text-transform: uppercase;
    color: #fff
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text {
    margin-top: 30px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-weight: 700
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
    font-weight: 500;
    color: #d8d8d8;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 2px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text p {
    padding-bottom: 30px;
    max-width: 282px;
    margin: 0 auto;
    border-bottom: 1px solid #496451;
    color: #d8d8d8
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding: 35px 40px 40px;
    text-align: center
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
    list-style: none
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
    color: #d8d8d8;
    padding-bottom: 15px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a {
    font-size: 16px;
    color: #59c378;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    padding: 10px 25px;
    border: 1px solid #496451
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover {
    background: #59c378;
    color: #fff
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before {
    background-color: #59c378
}

.wpo-pricing-section .wpo-pricing-wrap .col:last-child .wpo-pricing-item {
    margin-bottom: 0
}

.wpo-blog-section {
    background: #262626;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 360px
}

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

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

.wpo-blog-section .shadow-shape {
    position: absolute;
    bottom: -75%;
    right: 0;
    z-index: -1
}

.wpo-blog-section .shadow-shape svg circle {
    fill: #59c378
}

.wpo-blog-section .wpo-blog-wrap {
    position: relative;
    z-index: 111
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text {
    padding: 30px 30px 30px 0
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 15px
}

@media(max-width:1400px) {
    .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
        font-size: 20px
    }
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 a {
    color: #fff
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 a:hover {
    color: #3faf60
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text ul {
    list-style: none
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text ul li {
    color: #fff;
    padding: 5px 10px;
    background: #3c3c3c;
    display: inline-block;
    font-size: 14px
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text button.details {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text button.details:before {
    position: absolute;
    left: -5px;
    top: 1px;
    content: "";
    font-family: Flaticon;
    transition: all .3s
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text button.details:hover {
    color: #ffe600
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text button.details:hover:before {
    left: 0
}

.wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-img img {
    width: 100%
}

.wpo-blog-section .wpo-blog-wrap .slick-slider {
    margin: -15px
}

.wpo-blog-section .wpo-blog-wrap .slick-slider .slick-slide {
    padding: 15px
}

.wpo-blog-section .wpo-blog-wrap .slick-next,
.wpo-blog-section .wpo-blog-wrap .slick-prev {
    background-color: #3b3b3b;
    width: 60px;
    height: 60px;
    z-index: 10;
    border-radius: 50%;
    transition: all .3s;
    top: 25%
}

.wpo-blog-section .wpo-blog-wrap .slick-next:hover,
.wpo-blog-section .wpo-blog-wrap .slick-prev:hover {
    background-color: #59c378
}

.wpo-blog-section .wpo-blog-wrap .slick-prev {
    left: -100px;
    transform: rotate(325deg)
}

@media(max-width:1500px) {
    .wpo-blog-section .wpo-blog-wrap .slick-prev {
        left: -20px
    }
}

@media(max-width:767px) {
    .wpo-blog-section .wpo-blog-wrap .slick-prev {
        display: none !important
    }
}

.wpo-blog-section .wpo-blog-wrap .slick-prev:before {
    font-family: Flaticon;
    content: "";
    opacity: 1
}

.wpo-blog-section .wpo-blog-wrap .slick-next {
    right: -100px;
    transform: rotate(325deg)
}

@media(max-width:1500px) {
    .wpo-blog-section .wpo-blog-wrap .slick-next {
        right: -20px
    }
}

@media(max-width:767px) {
    .wpo-blog-section .wpo-blog-wrap .slick-next {
        display: none !important
    }
}

.wpo-blog-section .wpo-blog-wrap .slick-next:before {
    font-family: Flaticon;
    content: "";
    opacity: 1
}

.wpo-contact-area {
    background: #131313;
    padding-bottom: 40px !important;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.wpo-contact-area .shape-wk {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.wpo-contact-area .shape-wk svg circle {
    fill: #dd584f
}

.wpo-wpo-contact-form-map .wpo-contact-form {
    padding: 60px 65px 30px;
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    border-radius: 5px;
    background: #222121;
    border: 1px solid #464646
}

@media(max-width:1199px) {
    .wpo-wpo-contact-form-map .wpo-contact-form {
        margin-bottom: 60px
    }
}

@media(max-width:600px) {
    .wpo-wpo-contact-form-map .wpo-contact-form {
        padding: 40px 35px
    }
}

.wpo-wpo-contact-form-map .wpo-contact-form h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 1em;
    text-align: center;
    color: #fff
}

@media(max-width:767px) {
    .wpo-wpo-contact-form-map .wpo-contact-form h2 {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

.wpo-wpo-contact-form-map form input,
.wpo-wpo-contact-form-map form select,
.wpo-wpo-contact-form-map form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #464646;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 0;
    color: #fff
}

@media(max-width:991px) {

    .wpo-wpo-contact-form-map form input,
    .wpo-wpo-contact-form-map form select,
    .wpo-wpo-contact-form-map form textarea {
        height: 45px
    }
}

.wpo-wpo-contact-form-map form input:focus,
.wpo-wpo-contact-form-map form select:focus,
.wpo-wpo-contact-form-map form textarea:focus {
    border-color: #ffe600;
    outline: none
}

.wpo-wpo-contact-form-map form textarea {
    height: 172px
}

.wpo-wpo-contact-form-map .errorMessage {
    color: red;
    font-size: 14px;
    margin-top: 10px
}

.wpo-wpo-contact-form-map form {
    overflow: hidden
}

.wpo-wpo-contact-form-map form select {
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    margin-left: -5px
}

.wpo-wpo-contact-form-map form select option {
    color: #202020
}

.wpo-wpo-contact-form-map form>div {
    margin-bottom: 15px
}

.wpo-wpo-contact-form-map .submit-area {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    margin-top: 30px
}

.wpo-contact-form .theme-btn,
.wpo-contact-form .view-cart-btn {
    color: #fff;
    outline: none;
    margin-top: 20px;
    border-radius: 40px
}

.wpo-wpo-contact-form-map form p {
    color: #ffe600;
    font-size: 14px
}

.wpo-wpo-contact-form-map .form-field {
    margin-bottom: 21px
}

.wpo-wpo-contact-form-map .wpo-contact-form {
    margin-bottom: 60px
}

.wpo-wpo-contact-form-map .info-wrap {
    display: flex;
    align-items: center
}

.wpo-wpo-contact-form-map .info-icon {
    width: 90px;
    height: 90px;
    background: #2e2e2e;
    line-height: 90px;
    border-radius: 50%;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    text-align: center;
    margin-right: 20px;
    align-items: center
}

.info-item {
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    padding: 33px 40px;
    margin-bottom: 30px;
    background: #222121;
    border: 1px solid #464646;
    border-radius: 5px
}

.info-item h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px
}

.wpo-contact-info {
    max-width: 395px;
    padding-left: 20px
}

.info-icon .fi:before {
    font-size: 40px;
    color: #ffe600;
    line-height: unset
}

.info-text span {
    color: #d8d8d8;
    font-size: 18px;
    font-weight: 300
}

@media(max-width:991px) {
    .wpo-wpo-contact-form-map {
        padding: 0 10px
    }

    .wpo-contact-info {
        padding-left: 0
    }

    .wpo-wpo-contact-form-map .wpo-contact-form {
        padding: 60px 25px 30px
    }
}

@media(max-width:590px) {
    .info-item h2 {
        font-size: 20px
    }

    .info-text span {
        font-size: 15px
    }

    .wpo-wpo-contact-form-map form textarea {
        height: 100px
    }

    .info-item {
        padding: 32px 25px
    }
}

.wpo-wpo-contact-form-map form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff
}

.wpo-wpo-contact-form-map form :-moz-placeholder,
.wpo-wpo-contact-form-map form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff
}

.wpo-wpo-contact-form-map form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff
}

.wpo-wpo-contact-form-map form .form-submit {
    text-align: center
}

.wpo-wpo-contact-form-map form button {
    padding-bottom: 16px
}

.wpo-about-area-s2 {
    position: relative
}

.wpo-about-area-s2 .wpo-about-img {
    position: relative;
    padding: 30px;
    background: #222121;
    border-radius: 6px
}

.wpo-about-area-s2 .wpo-about-img .icon-1,
.wpo-about-area-s2 .wpo-about-img .icon-2,
.wpo-about-area-s2 .wpo-about-img .icon-3 {
    position: absolute;
    left: 0;
    top: 2%;
    width: 110px;
    height: 110px;
    padding: 20px;
    background: #fff;
    border-radius: 25px
}

.wpo-about-area-s2 .wpo-about-img .icon-1 img,
.wpo-about-area-s2 .wpo-about-img .icon-2 img,
.wpo-about-area-s2 .wpo-about-img .icon-3 img {
    border-radius: 0
}

@media(max-width:991px) {

    .wpo-about-area-s2 .wpo-about-img .icon-1,
    .wpo-about-area-s2 .wpo-about-img .icon-2,
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
        width: 95px;
        height: 95px;
        padding: 15px;
        border-radius: 15px
    }
}

@media(max-width:575px) {

    .wpo-about-area-s2 .wpo-about-img .icon-1,
    .wpo-about-area-s2 .wpo-about-img .icon-2,
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px
    }
}

.wpo-about-area-s2 .wpo-about-img .icon-2 {
    left: auto;
    right: 0
}

.wpo-about-area-s2 .wpo-about-img .icon-3 {
    left: auto;
    right: 0;
    top: auto;
    bottom: 2%
}

@media(max-width:991px) {
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
        right: 0
    }
}

@media(max-width:575px) {
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
        left: auto;
        right: 0;
        top: auto
    }
}

.wpo-about-area-s2 .wpo-about-img .project {
    position: absolute;
    left: 0;
    bottom: 2%;
    padding: 5px 20px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center
}

.wpo-about-area-s2 .wpo-about-img .project .icon .fi {
    margin-right: 10px
}

.wpo-about-area-s2 .wpo-about-img .project .icon .fi:before {
    font-size: 50px;
    color: #59c378
}

@media(max-width:575px) {
    .wpo-about-area-s2 .wpo-about-img .project .icon .fi:before {
        font-size: 40px
    }
}

.wpo-about-area-s2 .wpo-about-img .project .p-text h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #202020
}

@media(max-width:575px) {
    .wpo-about-area-s2 .wpo-about-img .project .p-text h3 {
        font-size: 20px
    }
}

.wpo-about-area-s2 .wpo-about-img .project .p-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #585858
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border: 0;
    background: none
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
    text-align: center;
    padding: 30px
}

@media(max-width:1200px) {
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
        padding: 25px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul,
.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
    display: block
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link {
    text-align: center
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li {
    margin-bottom: 20px
}

@media(max-width:1200px) {
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li {
        margin-bottom: 15px
    }
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li:last-child {
    margin-bottom: 0
}

.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span span {
    margin-top: 0
}

.partners-section {
    background: #131313;
    padding: 85px 0
}

.partners-section .partners-slider .grid img {
    filter: grayscale(100%);
    margin: 0 auto
}

.partners-section .partners-slider .owl-item img {
    width: unset
}

.partners-section .partners-slider .owl-nav {
    display: none
}

.wpo-service-single-area {
    background: #222121;
    padding-top: 20px;
    padding-bottom: 40px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
        font-size: 25px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
    margin-bottom: 40px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
    margin-bottom: 30px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item:last-child {
    margin-bottom: 0
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget {
    max-width: 590px
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul {
    list-style: none
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li {
    padding: 10px 0 10px 35px;
    position: relative;
    color: #d8d8d8
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: rgba(89, 195, 120, .1);
    content: "";
    font-family: themify;
    text-align: center;
    color: #59c378;
    font-size: 14px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-p-details-img {
    margin-bottom: 10px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area {
    padding-bottom: 0
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
    padding: 20px;
    border: 1px solid #333
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi {
    color: #d8d8d8
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi:before {
    font-size: 40px
}

@media(max-width:1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
        padding: 20px 10px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 10px
}

@media(max-width:1400px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 19px;
        margin-bottom: 10px
    }
}

@media(max-width:1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media(max-width:991px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 22px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
    margin-bottom: 5px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
    padding: 30px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border-radius: 20px
}

@media(max-width:767px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
        padding: 15px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col,
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
    margin-bottom: 30px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
    height: 50px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background: #2c2c2c;
    color: #d8d8d8
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #d8d8d8
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control::placeholder {
    color: #d8d8d8
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
    height: 120px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
    background: #2c2c2c url(/public/images/select-icon2.png) no-repeat calc(100% - 15px)
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
    border-radius: 6px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .errorMessage {
    color: red;
    margin-top: 10px;
    font-size: 14px
}

.service-details-section h4 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px
}

@media(max-width:767px) {
    .service-details-section h4 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 20px
    }
}

.wpo-project-single-area {
    background: #222121;
    padding-top: 20px;
    padding-bottom: 40px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 130.5%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
        font-size: 25px
    }
}

@media(max-width:575px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
        font-size: 20px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
    margin-bottom: 40px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item:last-child {
    margin-bottom: 0
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .thumbnail {
    max-height: 430px;
    overflow: hidden
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .thumbnail img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: all 3s
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .thumbnail:hover img {
    -webkit-transform: translateY(calc(-100% + 430px))
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
    max-width: 380px;
    flex-basis: 35%;
    margin-left: auto;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media(max-width:1200px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
    list-style: none;
    padding: 35px 20px;
    box-shadow: 0 2px 10px rgba(14, 29, 44, .15)
}

@media(max-width:575px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
        padding: 20px 10px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li {
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    justify-content: space-between;
    font-weight: 600
}

@media(max-width:575px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li {
        padding: 6px 0;
        font-size: 12px;
        font-weight: 600
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li span {
    flex-basis: 60%;
    color: #d8d8d8;
    font-weight: 400
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:first-child {
    padding-top: 0
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul {
    list-style: none
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li {
    padding: 7px 0 7px 35px;
    position: relative;
    color: #d8d8d8;
    font-size: 15px
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: rgba(89, 195, 120, .1);
    content: "";
    font-family: themify;
    text-align: center;
    color: #59c378;
    font-size: 14px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-p-details-img {
    margin-bottom: 10px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
    padding: 45px;
    background: #131313;
    text-align: center;
    border-radius: 15px
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
        padding: 20px;
        margin-top: 30px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #d8d8d8;
    line-height: 44px
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media(max-width:575px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 28px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
    font-size: 22px;
    color: #d8d8d8
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
        font-size: 16px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span span {
    color: #59c378
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .list-widget-s {
        margin-top: 30px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-gallery {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area {
    padding: 30px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border-radius: 20px
}

@media(max-width:767px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area {
        padding: 15px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .col,
.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-title {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control {
    height: 50px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background: #2c2c2c;
    color: #d8d8d8
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #d8d8d8
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control::placeholder {
    color: #d8d8d8
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area textarea.form-control {
    height: 120px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area select.form-control {
    background: #2c2c2c url(/public/images/select-icon2.png) no-repeat calc(100% - 15px)
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .submit-area button {
    border-radius: 6px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .errorMessage {
    color: red;
    margin-top: 10px;
    font-size: 14px
}

.wpo-project-single-area .wpo-project-area-s2 {
    background: none;
    padding: 0
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap {
    padding-bottom: 0
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item {
    position: relative;
    overflow: hidden
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item {
        margin-bottom: 30px
    }
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img img {
    width: 100%
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(14, 29, 44, .7);
    transition: all .3s
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
    font-size: 20px;
    line-height: 30px;
    cursor: default
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2:hover {
    color: #fff
}

.wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item:hover .wpo-project-text {
    bottom: 0
}

@media(max-width:767px) {
    .project-modal {
        padding: 0
    }
}

.wpo-blog-single-section {
    background: #222121;
    padding-top: 20px;
    padding-bottom: 40px
}

@media(min-width:1440px) {
    .wpo-blog-single-section .container {
        max-width: 1320px
    }
}

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

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

.wpo-blog-single-section .entry-meta ul {
    list-style: none;
    padding-left: 0
}

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

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

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

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

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

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

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

@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 {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

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

.wpo-blog-single-section .post h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    margin: -.22em 0 .7em;
    line-height: 1.3em;
    font-family: Inter, sans-serif;
    font-weight: 600
}

@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: #2c2c2c;
    color: #d8d8d8;
    font-size: 19px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 35px;
    padding: 65px 65px 45px
}

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

.wpo-blog-single-section .post blockquote:before {
    font-family: Flaticon;
    content: "";
    font-size: 20px;
    font-size: 1.3333333333rem;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #2c2c2c;
    background: #242323;
    color: #59c378;
    border-radius: 50%
}

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

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

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

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

@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-s2 ul,
.wpo-blog-single-section .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    padding-left: 0
}

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

@media(max-width:767px) {

    .wpo-blog-single-section .tag-share-s2 ul li,
    .wpo-blog-single-section .tag-share ul li {
        margin: 2px
    }
}

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

@media(max-width:767px) {

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

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

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

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

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

.wpo-blog-single-section .tag-share-s2 .tag a,
.wpo-blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: .8666666667rem;
    display: inline-block;
    padding: 5px 18px;
    color: #d8d8d8;
    background: #2c2c2c;
    border-radius: 5px;
    font-weight: 600
}

@media(max-width:767px) {

    .wpo-blog-single-section .tag-share-s2 .tag a,
    .wpo-blog-single-section .tag-share .tag a {
        font-size: 13px;
        font-size: .8666666667rem
    }
}

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

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

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

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

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

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

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

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

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

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

.wpo-blog-single-section .author-box .author-name {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff
}

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

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

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

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

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

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

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

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

.wpo-blog-single-section .more-posts .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 {
    text-align: right;
    border-left: 1px solid #3e3b3b;
    padding-left: 15px;
    padding-right: 5px
}

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

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

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

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

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

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

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

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

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

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

.wpo-blog-single-section .more-posts .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 {
    font-size: 14px;
    font-size: .9333333333rem;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.wpo-blog-single-section .more-posts .post-name {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    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: #59c378
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpo-blog-single-section .comments-area .comments-meta h4 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    margin: 0 0 1em
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    font-size: 1rem;
    color: #d8d8d8;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-family: Inter, sans-serif
}

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

.wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: Inter, sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px
}

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

.wpo-blog-single-section .comment-respond {
    margin-top: 70px
}

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

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

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
    background-color: #2c2c2c;
    width: 100%;
    height: 55px;
    border: 1px solid #3e3b3b;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 30px;
    box-shadow: none;
    transition: all .3s;
    color: #d8d8d8
}

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

@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 {
    width: 49%;
    float: left
}

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

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

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

.wpo-blog-single-section .comment-respond .form-submit input {
    font-family: Inter, sans-serif;
    max-width: 180px;
    background-color: #59c378;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 41px
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
    background-color: #3faf60
}

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

/*!
 *  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;
    src: url(../media/fontawesome-webfont.09b9015b1ecaf95655b11efd67d00e1f.eot);
    src: url(../media/fontawesome-webfont.09b9015b1ecaf95655b11efd67d00e1fd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../media/fontawesome-webfont.0317d582b93c20f68e059e389aecab33.woff2) format("woff2"), url(../media/fontawesome-webfont.f7f1738ca345185e01856ac55885b089.woff) format("woff"), url(../media/fontawesome-webfont.f0af1680f082547a7aae4af9d841d693.ttf) format("truetype"), url(../media/fontawesome-webfont.ed6298903ae1554c7f3e1a668c39fdcc.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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 {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.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 {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: themify;
    src: url(../media/themify.9bad94440d49256265a5b2305ec42d63.eot);
    src: url(../media/themify.9bad94440d49256265a5b2305ec42d63d41d.eot?#iefix-fvbane) format("embedded-opentype"), url(../media/themify.29b39089170885ae29671a8c66d85a9f.woff) format("woff"), url(../media/themify.eda8b94308c6f538f04a8056ed761a57.ttf) format("truetype"), url(../media/themify.f0fc8c798eac5636249c4ea287832422.svg#themify) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

@font-face {
    font-family: flaticon;
    src: url(../media/flaticon.71631699cc9abe9e4543c9b598ffd75d.ttf) format("truetype"), url(../media/flaticon.6be5fe91c54e76a807dc83eba92e633f.woff) format("woff"), url(../media/flaticon.0816bd254ac516e76fc9f225fad8cfa2.woff2) format("woff2"), url(../media/flaticon.92144a87aed5cab518f919335d545aa0.eot#iefix) format("embedded-opentype"), url(../media/flaticon.7e0af01de0a5fa0e7a64724e434f4a36.svg#flaticon) format("svg")
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flaticon-verified:before {
    content: "\f101"
}

.flaticon-coding:before {
    content: "\f102"
}

.flaticon-app-development:before {
    content: "\f103"
}

.flaticon-smartphone:before {
    content: "\f104"
}

.flaticon-software-developer:before {
    content: "\f105"
}

.flaticon-vector:before {
    content: "\f106"
}

.flaticon-palette:before {
    content: "\f107"
}

.flaticon-add:before {
    content: "\f108"
}

.flaticon-social-media:before {
    content: "\f109"
}

.flaticon-promotion:before {
    content: "\f10a"
}

.flaticon-email-marketing:before {
    content: "\f10b"
}

.flaticon-self-growth:before {
    content: "\f10c"
}

.flaticon-right-arrow:before {
    content: "\f10d"
}

.flaticon-left-arrow:before {
    content: "\f10e"
}

.flaticon-facebook:before {
    content: "\f10f"
}

.flaticon-dribbble:before {
    content: "\f110"
}

.flaticon-twitter:before {
    content: "\f111"
}

.flaticon-linkedin:before {
    content: "\f112"
}

.flaticon-instagram:before {
    content: "\f113"
}

.flaticon-heart:before {
    content: "\f114"
}

.flaticon-telephone:before {
    content: "\f115"
}

.flaticon-phone-call:before {
    content: "\f116"
}

.flaticon-envelope:before {
    content: "\f117"
}

.flaticon-mail:before {
    content: "\f118"
}

.flaticon-location:before {
    content: "\f119"
}

.flaticon-quote:before {
    content: "\f11a"
}

.flaticon-right-quote-sign:before {
    content: "\f11b"
}

.flaticon-left-quote:before {
    content: "\f11c"
}

.flaticon-right-quote:before {
    content: "\f11d"
}

.flaticon-play:before {
    content: "\f11e"
}

.flaticon-play-1:before {
    content: "\f11f"
}

.flaticon-loupe:before {
    content: "\f120"
}

.flaticon-user:before {
    content: "\f121"
}