@font-face {
    font-family: 'themify';
    src: url('../font/themify.eot') format('embedded-opentype'),url('../font/themify.woff') format('woff'),url('../font/themify.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-user:before {
    content: "\e602"
}

.ti-close:before {
    content: "\e646";
}

.ti-search:before {
    content: "\e610"
}

.ti-reload:before {
    content: "\e619"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

img{
    width: 100%;
}

label {
    display: inline-block
}

button {
    border-radius: 6px;
    background: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
    padding: 7px 20px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

textarea {
    resize: vertical
}

[hidden] {
    display: none !important
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width:768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
}

@media(min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em+.75rem+2px)
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

@media(min-width:576px) {
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(min-width:768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.align-items-center {
    align-items: center !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

@font-face {
    font-family: 'Futura PT';
    src:  url(../font/FuturaPT-Demi.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 15px
}

:root {
    scroll-behavior: unset
}

body {
    font-family: "Nunito Sans", sans-serif;
    color: #777;
    background-color: #fff;
    font-size: 15px;
    font-size: 1rem;
    overflow-x: hidden
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232f4b;
    font-family: "Futura PT"
}

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

a {
    text-decoration: none;
    transition: all .2s
}

a:hover {
    text-decoration: none
}

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

.wpo-blog-highlights-section {margin-top: 130px;}

.wpo-blog-highlights-section .container,
.wpo-blog-pg-section .container,
.wpo-contact-pg-section .container,
.wpo-subscribe-section .container,
.wpo-upper-footer .container {
    margin: 50px auto;
}

.navigation .container {
    width: 80vw;
}

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

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

.fi:before {
    margin: 0
}

.section-padding {
    padding: 130px 0
}

@media(max-width:767px) {
    .wpo-site-header .navigation{
        width: 100%;
    }
    .section-padding {
        padding: 0 0 80px;
    }
}

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

.wpo-section-title {
    margin-bottom: 20px;
    padding-left: 15px
}

@media(max-width:450px) {
    .wpo-section-title {
        margin-bottom: 15px
    }
}

.wpo-section-title h2 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    color: #444;
    margin: 0;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px
}

.wpo-section-title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    border-radius: 6px;
    background: #6837f7;
    content: ""
}

.wpo-section-title h2:after {
    position: absolute;
    left: 110px;
    bottom: 0;
    width: 150px;
    height: 5px;
    border-radius: 6px;
    background: #6837f7;
    content: ""
}

@media(max-width:767px) {
    .wpo-section-title h2 {
        font-size: 32px
    }
}

@media(max-width:450px) {
    .wpo-section-title h2 {
        font-size: 24px
    }
}

.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: #6837f7;
    -o-box-shadow: 0 0 5px 0 #687ff9;
    -ms-box-shadow: 0 0 5px 0 #687ff9;
    box-shadow: 0 0 5px 0 #687ff9
}

.form select {
    font-style: normal;
    background: url(https://www.moyublog.com/2022/8/erm2i12865/assets/images/select-icon.png) no-repeat right center;
    display: inline-block;
    appearance: none;
    cursor: pointer
}

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

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

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

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

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

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

.blog-sidebar .widget {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #eef0fc
}

.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.53333rem;
    color: #1c1d1f;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #6837f7;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px
}

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

.blog-sidebar .search-widget input {
    background-color: rgba(55, 86, 247, .05);
    height: 70px;
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(55, 86, 247, .1)
}

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

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

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

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

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

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

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

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

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

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

.blog-sidebar .about-widget h4 {
    font-weight: 700;
    margin-bottom: 15px
}

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

.blog-sidebar .about-widget a {
    font-family: "Futura PT";
    font-size: 14px;
    font-size: .93333rem;
    color: #232f4b;
    text-decoration: underline
}

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

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

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

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

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

.blog-sidebar .category-widget ul>li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef0fc
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    position: relative;
    padding-left: 30px
}

.blog-sidebar .category-widget ul a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\e649";
    font-family: themify;
    transform: translateY(-50%);
    font-size: 15px
}

.blog-sidebar .category-widget ul a span {
    display: inline-block;
    text-align: center;
    font-size: 18px
}

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

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

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

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

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 70px;
    float: left;
    display: flex;
    align-items: center;
    min-height: 70px;
}

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

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 19px;
    font-size: 1.26667rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: .3em 0 0
}

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

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

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

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

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: .86667rem;
    color: #444;
    position: relative;
    top: -2px
}

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

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

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

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

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

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

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 18px;
    color: #232f4b;
    background: #ecf4fb;
    border-radius: 5px
}

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

.pagination-wrapper {
    text-align: center;
    margin-top: 60px
}

@media(max-width:991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center
}

.pagination-wrapper .pg-pagination li {
    font-family: "Futura PT";
    float: left;
    margin-right: 10px
}

@media(max-width:767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #232f4b;
    background: #ebf4fc;
    display: block
}

@media(max-width:991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #6837f7;
    border-color: #6837f7;
    color: #fff
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem
}

.pagination-wrapper-left {
    text-align: left
}

.wpo-site-header {
    background-color: #fff;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.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(min-width:991px) {
    .wpo-site-header {
        padding: 0 130px
    }
}

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

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

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

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

@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;
        top: 0;
        width: 100%;
        height: 4px;
        background: #6837f7;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        border-radius: 3px
    }

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

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

    .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;
    max-height: 100px;
}

@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: #6837f7
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        top: 16px;
        left: 10px
    }

    .wpo-site-header .x-close .last-angle {
        position: absolute;
        top: 16px;
        right: 10px
    }
}

@media(max-width:767px) {
    .wpo-site-header #navbar .navbar-nav {
        margin: 0
    }
}

@media(max-width:991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none
    }

    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 999;
        text-align: center
    }

    .wpo-site-header .navbar-nav {
        float: none
    }

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

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

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

@media(max-width:767px) {
    .wpo-site-header .header-right>div {
        margin-right: 10px
    }
}

.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 .fi:before {
    font-size: 18px
}

@media(max-width:991px) {
    .wpo-site-header .header-right .search-toggle-btn .fi:before {
        font-size: 16px
    }
}

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

.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: 3px 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: #6837f7
}

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

    .wpo-site-header #navbar>ul>li>a {
        font-size: 20px;
        padding: 35px 20px;
        display: block;
        color: #232f4b;
        font-family: 'Futura PT';
        font-weight: 500;
        position: relative
    }

    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(62, 65, 159, .09);
        width: 220px;
        position: absolute;
        padding: 20px 0;
        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: 18px;
        font-size: 1.2rem;
        display: block;
        padding: 10px 20px;
        color: #232f4b;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        font-family: "Futura PT"
    }

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

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

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

@media screen and (min-width:992px) and (max-width:1300px) {
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: auto;
        right: 110%
    }
}

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

@media screen and (min-width:992px) and (max-width:1300px) {
    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: auto;
        right: 100%
    }
}

@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 .menu-close {
    display: none;
    padding: 0;
}

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

    .wpo-site-header .mobail-menu button {
        background-color: #6837f7;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: 0;
        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: #30313c;
        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.slideInn {
        left: 0;
        top: 0;
        z-index: 999999;
        opacity: 1;
        visibility: visible
    }

    .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: #6837f7
    }

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

    .wpo-site-header #navbar>ul>li>a {
        padding: 10px 35px 10px 35px !important;
        color: #fff
    }

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

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        top: 16px;
        left: 10px
    }

    .wpo-site-header .x-close .last-angle {
        position: absolute;
        top: 16px;
        right: 10px
    }
}

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

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

@media(max-width:991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none
    }

    .wpo-site-header .navbar-header {
        float: none
    }

    .wpo-site-header .navbar-nav {
        float: none
    }

    .wpo-site-header .navbar-nav>li {
        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: 120px
    }
}

@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;
        font-size: 18px
    }
}

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

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

.wpo-site-footer {
    background: #191a1f;
    position: relative;
    font-size: 15px;
    overflow: hidden
}

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

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

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

.wpo-site-footer .container {
    position: relative;
    margin: 0 auto;
}

.wpo-site-footer .wpo-upper-footer {
    padding: 70px 0
}
.wpo-blog-content {padding: 10px;}

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

@media(max-width:767px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 60px 20px 0;
    }
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px
    }
}

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

@media(max-width:767px) {
    .wpo-site-footer .widget-title {
        margin-bottom: 20px
    }
}

.wpo-site-footer .widget-title h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Futura PT";
    font-weight: 700
}

.wpo-site-footer .about-widget .logo {
    max-width: 180px
}

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

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

.wpo-site-footer .link-widget {
    overflow: hidden
}

@media screen and (min-width:1200px) {
    .wpo-site-footer .link-widget {
        padding-left: 75px
    }
}

@media(max-width:1199px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px
    }
}

@media(max-width:991px) {
    .wpo-site-footer .link-widget {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .wpo-site-footer .link-widget {
        max-width: 350px
    }
}

.wpo-site-footer .link-widget ul li {
    position: relative
}

.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 15px
}

.wpo-site-footer .link-widget ul li a:hover {
    color: #6837f7
}

.wpo-site-footer .link-widget ul li+li {
    padding-top: 15px
}

.wpo-site-footer .tag-widget ul {
    display: flex;
    flex-wrap: wrap
}

.wpo-site-footer .tag-widget ul li a {
    display: block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .1);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px
}

.wpo-site-footer .social-widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.wpo-site-footer .social-widget ul li a:hover {
    color: #6837f7
}

.wpo-site-footer .social-widget ul li a i {
    margin-right: 10px
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: #101010
}

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

.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    margin: 0
}

.wpo-site-footer .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: none
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-lower-footer .copyright {
        float: none;
        display: block
    }
}

.wpo-site-footer .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

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

.wpo-site-footer .instagram ul li img {
    width: 100%
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap {
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    padding: 30px
}

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

@media(max-width:575px) {
    .wpo-blog-highlights-section .wpo-blog-highlights-wrap {
        padding: 15px
    }
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 6px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-img .thumb {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 7px 25px 6px;
    background: #6837f7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-img img {
    width: 100%;
    filter: grayscale(0);
    transition: all .3s;
    transform: scale(1);
    border-radius: 6px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item:hover .wpo-blog-img img {
    filter: grayscale(100%);
    transform: scale(1.2)
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content {
    padding-top: 20px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    align-items: center
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li {
    color: #003aae;
    font-size: 16px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li:last-child {
    padding-left: 30px;
    position: relative
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li:last-child:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    content: "";
    background: #6837f7;
    border-radius: 50%
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li a {
    color: #003aae
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #6837f7
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content h2 {
    font-size: 20px;
    font-family: "Futura PT";
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 10px
}

@media(max-width:1400px) {
    .wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 26px
    }
}

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

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content h2 a {
    color: #444
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #6837f7
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .wpo-blog-item .wpo-blog-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 0
}

.wpo-blog-highlights-section .wpo-blog-highlights-wrap .col:nth-child(5) .wpo-blog-item,
.wpo-blog-highlights-section .wpo-blog-highlights-wrap .col:nth-child(6) .wpo-blog-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media screen and (min-width:992px) {
    .wpo-blog-highlights-section .blog-sidebar {
        padding-left: 10px
    }
}

@media(max-width:991px) {
    .wpo-blog-highlights-section .blog-sidebar {
        margin-top: 80px;
        max-width: 100%
    }
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item {
    margin-bottom: 30px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 6px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-img .thumb {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 7px 25px 6px;
    background: #6837f7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-img img {
    width: 100%;
    filter: grayscale(0);
    transition: all .3s;
    transform: scale(1);
    border-radius: 6px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item:hover .wpo-blog-img img {
    filter: grayscale(100%);
    transform: scale(1.2)
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content {
    padding-top: 20px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    align-items: center
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li {
    color: #003aae;
    font-size: 16px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li:last-child {
    padding-left: 30px;
    position: relative
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li:last-child:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    content: "";
    background: #6837f7;
    border-radius: 50%
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li a {
    color: #003aae
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #6837f7
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content h2 {
    font-size: 20px;
    font-family: "Futura PT";
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 10px
}

@media(max-width:1400px) {
    .wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 26px
    }
}

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

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content h2 a {
    color: #444
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #6837f7
}

.wpo-blog-sponsored-section .wpo-blog-sponsored-wrap .wpo-blog-item .wpo-blog-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 0
}

.wpo-subscribe-section {
    padding-top: 0
}

.main-blog-area .blog-sidebar {
    padding-left: 0;
    position: sticky;
    top: 20px
}

.main-blog-area .blog-sidebar .widget {
    padding: 20px
}

.main-blog-area .blog-sidebar .widget h3:after {
    width: 70%
}

.main-blog-area .blog-sidebar .about-widget {
    padding: 20px
}

.video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item {
    display: flex;
    align-items: center
}

@media(max-width:767px) {
    .video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item {
        flex-wrap: wrap
    }
}

.video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item .wpo-blog-content {
    padding-left: 20px;
    padding-top: 0
}

@media(max-width:767px) {
    .video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item .wpo-blog-content {
        padding-left: 0;
        padding-top: 20px
    }
}

.video-blog .wpo-blog-highlights-wrap .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 {
    margin-top: 0
}

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

.wpo-shop-section .details {
    background-color: #f7f7f7;
    text-align: center;
    padding: 35px 15px
}

.wpo-shop-section .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 .5em;
    font-weight: 700
}

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

.wpo-shop-section .details h3 a {
    color: #232f4b
}

.wpo-shop-section .details h3 a:hover {
    color: #6837f7
}

.wpo-shop-section .details del {
    color: #444
}

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

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

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

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

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

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

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

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

.wpo-blog-pg-section .format-gallery .entry-meta ul li{
    line-height: 2;
    margin: 0;
    padding: 0;
}

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

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

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

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

.wpo-blog-pg-section .entry-meta ul i {
   margin-right: 10px !important;
}


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

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

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

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

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

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

.wpo-blog-pg-section .post h3 a {
    color: #232f4b
}

.wpo-blog-pg-section .post h3 a:hover {
    color: #6837f7
}

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

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

.wpo-blog-pg-section .post a.read-more {
    text-decoration: underline;
    color: #444;
    text-transform: uppercase;
    font-family: "Futura PT";
    font-size: 16px
}

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

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

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

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

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

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

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

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

.wpo-contact-pg-section {
    padding-bottom: 0
}

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

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

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

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

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
    background: #f4f6fa;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: none !important;
    padding-left: 25px
}

@media(max-width:991px) {

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

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

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

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

.wpo-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    appearance: auto
}

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

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

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

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

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

.wpo-contact-pg-section .office-info {
    padding-bottom: 100px
}

@media(max-width:767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom: 60px
    }
}

@media(max-width:1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px
    }
}

@media(max-width:1200px) {
    .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0
    }
}

.wpo-contact-pg-section .office-info .office-info-item {
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    padding: 40px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon svg {
    width: 50px;
    line-height: 50px;
    height: 50px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon img {
    width: 50px;
    line-height: 50px;
    height: 50px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0
}

.wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62, 65, 159, .1);
    padding-bottom: 0;
    margin-bottom: -125px;
    position: relative;
    z-index: 99
}

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

.input-box label {
    color: #676b79;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px !important
}

.or span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    top: -14px;
    color: #6837f7
}

footer .row{
    justify-content: center;
}

.navbar .row > .col-lg-8{
    margin-left: auto;
}

@media(max-width:1024px) {
    .image img {
        width: 100%
    }

    .header-logo{
        width: 75%;
    }

    .wpo-blog-highlights-section{
        margin-top: 0;
    }
}
@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }
  
  .positionFixed {
      bottom: 0px;
      left: 50%;
      position: fixed;
      transform: translate(-50%, 0%);
      z-index: 999;
      width: 100%;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
  }
  
  .ad-div {
      margin-bottom: 50px;
      width: 100%;
      min-height: 250px;
      clear: both;
  }
  
  .t_de {
      clear: both;
      height: 0.2rem;
      width: 100%;
      max-width: 100%;
      line-height: 0.3rem;
      font-size: 0.6rem;
      padding: 0.5rem 0 1rem 0;
      box-sizing: border-box;
      color: #707070;
      text-align: center;
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }