<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------
  Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Rubik:300,400,500,700&amp;display=swap');

@font-face {
    font-family: 'Conv_Now-Bold';
    src: url('../fonts/text-fonts/Now-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(../fonts/text-fonts/now-regular.otf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(../fonts/text-fonts/now-medium.otf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(../fonts/text-fonts/now-light.otf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(../fonts/text-fonts/now-thin.otf) format("truetype");
    font-weight: 200;
    font-style: normal;
}


/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: 'Now';
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #525252;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    direction: rtl;
}



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

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

h1,
h2 {
    font-family: 'Conv_Now-Bold';
    color: #242f6c;
}

h3,
h4,
h5,
h6 {
    font-family: 'Now';
}

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

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

@media(min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.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;
    }
}

/*** back to top **/
.back-to-top {
    background-color: rgba(0, 198, 209, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #00c6d1;
    border-radius: 50%;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

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

.back-to-top:hover {
    background-color: #00b3d6;
}

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

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

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

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

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

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

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

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

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

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

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

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

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

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

.wpo-section-title {
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: auto;
    margin-bottom: 70px;
}



    .wpo-section-title span {
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wpo-section-title h2 {
        font-size: 35px;
        font-weight: 700;
        margin: 0;
        display: inline-block;
        position: relative;
        line-height: 60px;
    }


@media (max-width: 767px) {
    .wpo-section-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s3 {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 13px 30px;
    border: 0;
    border-radius: 55px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    line-height: 19px;
}

    .theme-btn:after,
    .theme-btn-s3:after,
    .theme-btn-s4:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 55px;
        background: -webkit-linear-gradient(left, #2e7d32, #DEB407);
        background: -moz-linear-gradient(left, #2e7d32, #DEB407);
        background: -o-linear-gradient(left, #2e7d32, #DEB407);
        background: -ms-linear-gradient(left, #2e7d32, #DEB407);
        background: -webkit-gradient(linear, left top, right top, from(#2e7d32), to(#DEB407));
        background: linear-gradient(left, #2e7d32, #DEB407);
        -webkit-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        opacity: 0;
        z-index: -1;
    }

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

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.theme-btn-s3 {
    border-radius: 5px;
    box-shadow: none;
}

    .theme-btn-s3:after {
        border-radius: 5px;
    }

    .theme-btn:hover,
    .theme-btn-s2:hover,
    .theme-btn-s4:hover,
    .theme-btn-s3:hover,
    .theme-btn:focus,
    .theme-btn-s2:focus,
    .theme-btn-s4:focus,
    .theme-btn-s3:focus,
    .theme-btn:active,
    .theme-btn-s2:active,
    .theme-btn-s4:active,
    .theme-btn-s3:active {
        background-color: #029ca5 !important;
        color: #fff;
    }

.theme-btn-s4 {
    font-weight: 400;
    color: #666666;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.theme-btn-s2 {
    border: none;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

    .theme-btn-s2:hover,
    .theme-btn-s4:hover,
    .theme-btn-s2:focus,
    .theme-btn-s4:focus,
    .theme-btn-s2:active,
    .theme-btn-s4:active {
        background-position: 100% !important;
        color: #fff;
    }

.theme-btn-s3 {
    padding: 16px 30px 14px;
}

@media (max-width: 991px) {
    .theme-btn-s3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.theme-btn-s4 {
    padding: 15px 25px;
    border-radius: 55px;
}

@media (max-width: 991px) {
    .theme-btn-s4 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.view-cart-btn {
    display: block;
    margin-top: 20px;
}

.social-links {
    overflow: hidden;
}

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

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

            .social-links li a:hover {
                background-color: #029ca5;
            }

/******************************
  #page title
******************************/
.page-title {
    background-color: #fcfaf8;
    width: 100%;
    height: 335px;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title .container {
    height: 100%;
    display: table;
}

    .page-title .container &gt; .row {
        vertical-align: middle;
        display: table-cell;
    }

.page-title h2 {
    font-size: 35px;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: #029ca5;
}

    .page-title .breadcrumb li a:hover {
        color: #00aeb8;
    }

.page-title .breadcrumb &gt; li + li {
    margin-left: 20px;
    padding-right: 15px;
}

    .page-title .breadcrumb &gt; li + li:before {
        content: "/";
        padding: 0;
        position: absolute;
        left: -14px;
        top: 1px;
        color: #029ca5;
    }

.preloader2 {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

    .preloader2 .sk-folding-cube {
        margin: 20px auto;
        width: 60px;
        height: 60px;
        position: absolute;
        left: calc(50% - 30px);
        top: calc(50% - 50px);
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
    }

        .preloader2 .sk-folding-cube .sk-cube {
            float: left;
            width: 50%;
            height: 50%;
            position: relative;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

            .preloader2 .sk-folding-cube .sk-cube:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #029ca5;
                -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
                animation: sk-foldCubeAngle 2.4s infinite linear both;
                -webkit-transform-origin: 100% 100%;
                -ms-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

        .preloader2 .sk-folding-cube .sk-cube2 {
            -webkit-transform: scale(1.1) rotateZ(90deg);
            -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotateZ(90deg);
        }

        .preloader2 .sk-folding-cube .sk-cube3 {
            -webkit-transform: scale(1.1) rotateZ(180deg);
            -ms-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotateZ(180deg);
        }

        .preloader2 .sk-folding-cube .sk-cube4 {
            -webkit-transform: scale(1.1) rotateZ(270deg);
            -ms-transform: scale(1.1) rotate(270deg);
            transform: scale(1.1) rotateZ(270deg);
        }

        .preloader2 .sk-folding-cube .sk-cube2:before {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .preloader2 .sk-folding-cube .sk-cube3:before {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .preloader2 .sk-folding-cube .sk-cube4:before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

@-webkit-keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
#0.3  wpo-header
--------------------------------------------------------------*/
.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
}

    .wpo-site-header .navigation {
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.navbar-brand &gt; img {
    max-width: 265px;
}

.wpo-site-header .navigation &gt; .container {
    position: relative;
}

.wpo-site-header .navigation .navbar-brand {
    height: auto;
}

.wpo-site-header #navbar {
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

    .wpo-site-header #navbar &gt; ul li a {
        color: #fff;
        text-transform: capitalize;
    }

.wpo-header-style-3 #navbar &gt; ul li a {
    color: #666;
}

.wpo-site-header #navbar &gt; ul li a:hover {
    text-decoration: none;
    color: #029ca5;
}

.wpo-site-header #navbar &gt; ul li a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }

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

        .wpo-site-header #navbar &gt; ul &gt; li &gt; a {
            font-size: 16px;
            font-size: 1.06667rem;
        }

        .wpo-site-header #navbar &gt; ul .sub-menu {
            background-color: #fff;
            width: 250px;
            position: absolute;
            right: 0;
            top: 130%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .wpo-site-header #navbar &gt; ul &gt; li .sub-menu li {
            border-bottom: 1px solid #ececec;
        }

        .wpo-site-header #navbar &gt; ul &gt; li .sub-menu a {
            font-size: 16px;
            display: block;
            padding: 12px 20px;
            color: #414141;
            font-weight: 500;
        }

            .wpo-site-header #navbar &gt; ul &gt; li .sub-menu a:hover {
                color: #029ca5;
            }

        .wpo-site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu {
            right: 100%;
            top: 0;
        }

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

            .wpo-site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a:before {
                font-family: "themify";
                content: "\e64b";
                font-size: 11px;
                font-size: 0.73333rem;
                position: absolute;
                left: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

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



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

@media (max-width: 991px) {
    .wpo-site-header #navbar &gt; ul &gt; li a {
        display: block;
        font-size: 14px;
        font-size: 0.93333rem;
    }

    .wpo-site-header #navbar &gt; ul &gt; li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .wpo-site-header #navbar &gt; ul .sub-menu &gt; li:last-child {
        border-bottom: 0;
    }

    .wpo-site-header #navbar &gt; ul &gt; li &gt; .sub-menu a {
        padding: 8px 15px 8px 45px;
        color: #333;
        font-weight: 600;
    }

    .wpo-site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .wpo-site-header #navbar &gt; ul .menu-item-has-children &gt; a {
        position: relative;
    }

        .wpo-site-header #navbar &gt; ul .menu-item-has-children &gt; a:before {
            font-family: "themify";
            content: "\e64b";
            font-size: 11px;
            font-size: 0.73333rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }

        .wpo-site-header #navbar .has-mega-menu {
            position: static;
        }

        .wpo-site-header #navbar .mega-menu,
        .wpo-site-header #navbar .half-mega-menu {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #fd799b;
            position: absolute;
            right: 0;
            top: 120%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .wpo-site-header #navbar .mega-menu {
            width: 1140px;
            right: 15px;
        }

        .wpo-site-header #navbar .half-mega-menu {
            width: 585px;
        }

        .wpo-site-header #navbar .mega-menu-box-title {
            font-size: 14px;
            font-size: 0.93333rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #e6e6e6;
        }

        .wpo-site-header #navbar .mega-menu-list-holder li a {
            font-size: 14px;
            font-size: 0.93333rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .wpo-site-header #navbar .has-mega-menu:hover &gt; ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1590px) {
    .wpo-site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu {
        left: -260px;
        top: 0;
    }

    .wpo-site-header #navbar .sub-menu &gt; li:hover &gt; .sub-menu {
        left: -250px;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .wpo-site-header #navbar &gt; ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .wpo-site-header #navbar &gt; ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .wpo-site-header #navbar &gt; ul .mega-menu,
    .wpo-site-header #navbar &gt; ul .half-mega-menu {
        width: auto;
    }

        .wpo-site-header #navbar &gt; ul .mega-menu .row,
        .wpo-site-header #navbar &gt; ul .half-mega-menu .row {
            margin: 0;
        }

    .wpo-site-header #navbar .mega-menu-content &gt; .row &gt; .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .wpo-site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }

    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

        .wpo-site-header .container {
            width: 100%;
        }

        .wpo-site-header .navbar-header button {
            background: #00c6d1;
            background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
            background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
            background: -o-linear-gradient(left, #00b3d6, #2e7d32);
            background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
            background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
            background: linear-gradient(left, #00b3d6, #2e7d32);
            width: 40px;
            height: 35px;
            border: 0;
            padding: 5px 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            outline: 0;
            position: absolute;
            left: 15px;
            top: 6px;
            z-index: 20;
        }

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

                .wpo-site-header .navbar-header button span:last-child {
                    margin: 0;
                }

        .wpo-site-header #navbar {
            background: #fff;
            display: block !important;
            width: 280px;
            height: 100% !important;
            margin: 0;
            padding: 0;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            position: fixed;
            right: -300px;
            top: 0;
            z-index: 100;
        }

            .wpo-site-header #navbar ul a {
                color: #000;
            }

                .wpo-site-header #navbar ul a:hover,
                .wpo-site-header #navbar ul li.current a {
                    color: #fd799b;
                }

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

            .wpo-site-header #navbar .close-navbar {
                background: #00c6d1;
                background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
                background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
                background: -o-linear-gradient(left, #00b3d6, #2e7d32);
                background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
                background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
                background: linear-gradient(left, #00b3d6, #2e7d32);
                width: 40px;
                height: 40px;
                color: #fff;
                border: 0;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                outline: none;
                position: absolute;
                left: -18px;
                top: 10px;
                z-index: 20;
            }

            .wpo-site-header #navbar &gt; ul &gt; li {
                border-bottom: 1px solid #cccccc;
                text-align: left;
            }

                .wpo-site-header #navbar &gt; ul &gt; li &gt; a {
                    padding: 10px 15px 10px 35px;
                    color: #333;
                    font-weight: 600;
                }

                    .wpo-site-header #navbar &gt; ul &gt; li &gt; a li a {
                        color: #333;
                    }

        .wpo-site-header .slideInn {
            right: 0 !important;
        }
}

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

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

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

        .wpo-site-header .navbar-collapse.collapse.in {
            display: block;
        }

    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

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

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

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

        .wpo-site-header .navbar-nav &gt; li {
            float: none;
        }
}

.wpo-site-header .cart-search-contact {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .wpo-site-header .cart-search-contact {
        left: 95px;
    }
}

.wpo-site-header .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}


.wpo-site-header .cart-search-contact .fi:before {
    font-size: 18px;
    color: #fff;
}

.wpo-header-style-3 .cart-search-contact .fi:before {
    color: #666;
}

.wpo-site-header .cart-search-contact &gt; div {
    float: left;
    position: relative;
}

    .wpo-site-header .cart-search-contact &gt; div + div {
        margin-left: 20px;
    }


@media (max-width: 450px) {
    .wpo-site-header .cart-search-contact .header-search-form-wrapper {
        display: none;
    }
}

.wpo-site-header .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

.wpo-site-header .cart-search-contact form div {
    position: relative;
}

    .wpo-site-header .cart-search-contact form div button {
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.wpo-site-header .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-site-header .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
}

.wpo-site-header .cart-search-contact .mini-cart .cart-count {
    background: #029ca5;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.66667rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.wpo-site-header .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
    .wpo-site-header .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.wpo-site-header .cart-search-contact .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0;
    text-transform: uppercase;
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 15px;
}

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

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    float: right;
    margin-left: 15px;
}

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

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
        border-color: #fdc900;
    }

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: 500;
        text-align: left;
        color: #2a2a2a;
    }

        .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
            color: #029ca5;
        }

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
        font-size: 13px;
        font-size: 0.86667rem;
        color: #888;
        display: block;
        margin-top: 3px;
    }

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
        font-size: 12px;
        font-size: 0.8rem;
        color: #444;
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
    }

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 15px;
    border-top: 1px solid #efefef;
}

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4 {
        float: left;
        background: #029ca5;
        color: #fff;
    }

    .wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
        font-size: 15px;
        font-size: 1rem;
        font-weight: 500;
        color: #2a2a2a;
        margin-top: 10px;
        display: inline-block;
    }

.wpo-site-header .cart-search-contact .mini-cart-content-toggle,
.wpo-site-header .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .wpo-site-header .cart-search-contact .get-quote {
        display: none;
    }
}

/*******************************************
  header style 1
*******************************************/
.wpo-header-style-1 {
    /*** .cart-search-contact ***/
}

@media screen and (min-width: 992px) {
    .wpo-header-style-1 {
        /*** hover effect ***/
    }

        .wpo-header-style-1 ul {
            list-style: none;
        }

        .wpo-header-style-1 .navigation-holder {
            background: #191919;
            width: 500px;
            height: 100% !important;
            padding: 65px 55px;
            position: fixed;
            right: -520px;
            top: 0;
            z-index: 99999;
        }

            .wpo-header-style-1 .navigation-holder &gt; ul {
                float: none;
                height: 100%;
                overflow: auto;
            }

        .wpo-header-style-1 #navbar &gt; ul {
            width: 100%;
            height: 100%;
        }

            .wpo-header-style-1 #navbar &gt; ul &gt; li {
                float: none;
            }

            .wpo-header-style-1 #navbar &gt; ul li a {
                text-transform: uppercase;
            }

            .wpo-header-style-1 #navbar &gt; ul li a,
            .wpo-header-style-1 #navbar &gt; ul &gt; li .sub-menu a {
                font-size: 16px;
                font-size: 1.06667rem;
                color: #fff;
                padding: 15px;
            }

            .wpo-header-style-1 #navbar &gt; ul &gt; li .sub-menu a {
                text-transform: none;
                font-weight: 300;
            }

                .wpo-header-style-1 #navbar &gt; ul &gt; li .sub-menu a:hover {
                    color: #fd799b;
                }

            .wpo-header-style-1 #navbar &gt; ul li a {
                padding: 20px 15px;
            }

            .wpo-header-style-1 #navbar &gt; ul .sub-menu {
                background-color: transparent;
                width: auto;
                height: 0;
                border-top: 0;
                position: static;
                left: 0;
                top: 0;
                z-index: 10;
                visibility: hidden;
                opacity: 0;
                padding-right: 20px;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
            }

                .wpo-header-style-1 #navbar &gt; ul .sub-menu.open-submenu {
                    height: auto !important;
                    visibility: visible !important;
                    opacity: 1 !important;
                }

            .wpo-header-style-1 #navbar &gt; ul &gt; li .sub-menu li {
                border-bottom: 0;
            }

            .wpo-header-style-1 #navbar &gt; ul &gt; li:hover &gt; .sub-menu {
                top: auto;
                visibility: hidden;
                opacity: 0;
            }

            .wpo-header-style-1 #navbar &gt; ul .sub-menu &gt; li:hover &gt; .sub-menu {
                left: auto;
                visibility: hidden;
                opacity: 0;
            }

        .wpo-header-style-1 .close-navbar-2 {
            background-color: #fd799b;
            width: 40px;
            height: 40px;
            color: #fff;
            border: 0;
            border-radius: 50%;
            outline: none;
            position: absolute;
            left: -18px;
            top: 10px;
            z-index: 20;
        }

        .wpo-header-style-1 #navbar &gt; ul .menu-item-has-children &gt; a:before {
            font-family: "themify";
            content: "\e64b";
            font-size: 11px;
            font-size: 0.6875rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media (max-width: 991px) {
    .wpo-header-style-1 .close-navbar-2 {
        display: none;
    }
}

.wpo-header-style-1 .navigation {
    padding: 12px 0;
}

@media (max-width: 767px) {
    .wpo-header-style-1 .navigation {
        padding: 0;
    }
}

.wpo-header-style-1 .menu-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .wpo-header-style-1 .menu-info {
        display: none;
    }
}

.wpo-header-style-1 .menu-info ul {
    overflow: hidden;
    list-style: none;
}

    .wpo-header-style-1 .menu-info ul li {
        font-size: 18px;
        font-size: 1.2rem;
        padding-bottom: 2px;
        float: left;
        line-height: 1em;
    }

@media (max-width: 991px) {
    .wpo-header-style-1 .menu-info ul li {
        font-size: 16px;
        font-size: 1.06667rem;
        padding-bottom: 2px;
    }
}

.wpo-header-style-1 .menu-info ul &gt; li + li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .wpo-header-style-1 .menu-info ul &gt; li + li {
        margin-left: 25px;
    }
}

.wpo-header-style-1 .menu-info ul .fi {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .wpo-header-style-1 .menu-info ul .fi {
        top: 2px;
    }
}

.wpo-header-style-1 .menu-info ul .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fd799b;
}

@media (max-width: 991px) {
    .wpo-header-style-1 .menu-info ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.wpo-header-style-1 .menu-open-btn-holder {
    background-color: #191919;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 15px;
    top: 22px;
}

@media (max-width: 991px) {
    .wpo-header-style-1 .menu-open-btn-holder {
        display: none;
    }
}

.wpo-header-style-1 .menu-open-btn-holder button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

    .wpo-header-style-1 .menu-open-btn-holder button span {
        background-color: #fff;
        width: 27px;
        height: 2px;
        position: absolute;
        top: 12px;
        left: 9px;
    }

    .wpo-header-style-1 .menu-open-btn-holder button &gt; span:nth-child(2) {
        top: 22px;
    }

    .wpo-header-style-1 .menu-open-btn-holder button &gt; span:nth-child(3) {
        width: 18px;
        top: 32px;
    }

@media (max-width: 991px) {
    .wpo-header-style-1 .navbar-header button {
        top: 25px;
    }
}

.wpo-header-style-1 .cart-search-contact {
    right: 95px;
}

@media (max-width: 767px) {
    .wpo-header-style-1 .cart-search-contact {
        right: 85px;
    }
}

.wpo-header-style-1 .navigation-holder.open-navigation-menu {
    right: 0;
}

/*******************************************
  header style 2
*******************************************/
.wpo-header-style-2,
.wpo-header-style-3 {
    /*** topbar ***/
    /*** navigation ***/
    /*** search cart ***/
}



.topbar {
    background: #006838;
    padding: 0 100px;
}

@media (max-width: 991px) {

    .topbar {
        text-align: center;
        padding: 0;
        padding: 0 40px;
    }
}

@media (max-width: 767px) {

    .header-style-1 {
        text-align: center;
    }
}

.topbar {
    font-size: 15px;
    font-size: 1rem;
    color: #636363;
    margin: 0;
}

@media (max-width: 991px) {

    .header-style-1 p {
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {

    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

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

.topbar .contact-info ul li a {
    color: #fff;
}


    .topbar .contact-info ul li a:hover {
        color: #7db1f0;
    }


.topbar ul li:first-child {
    padding-right: 0;
}


.topbar .contact-intro ul {
    float: none;
    margin-bottom: 0;
}

@media (max-width: 1200px) {

    .topbar ul li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    .topbar ul li {
        font-size: 13px;
        padding: 10px 12px;
    }

    .topbar {
        padding: 10px 0;
    }

        .topbar .theme-btn-s2 {
            padding: 15px 4px;
        }
}

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

.contact-intro {
    margin-top: 5px;
}

.topbar .theme-btn-s2 {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    color: #fff !important;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
}

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

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

.wpo-header-style-2 .navigation ul,
.wpo-header-style-3 .navigation ul {
    list-style: none;
}

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

    .wpo-header-style-2 .navigation .navbar-brand,
    .wpo-header-style-3 .navigation .navbar-brand {
        margin-top: 0px;
    }

    .wpo-header-style-3 #navbar {
        margin-right: 100px;
    }

    .wpo-header-style-2 #navbar {
        margin-right: 120px;
    }

    .wpo-header-style-2 .navbar-nav {
        display: flex;
        justify-content: center;
        float: none;
    }

    .wpo-header-style-2 #navbar &gt; ul &gt; li &gt; a,
    .wpo-header-style-3 #navbar &gt; ul &gt; li &gt; a {
        padding: 40px 12px;
    }

    .wpo-header-style-2 #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a:before,
    .wpo-header-style-3 #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a:before {
        content: "\e64a";
    }

    .wpo-header-style-2 #navbar &gt; ul .sub-menu,
    .wpo-header-style-3 #navbar &gt; ul .sub-menu {
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }
}

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

    .wpo-header-style-2 #navbar &gt; ul &gt; li &gt; a,
    .wpo-header-style-3 #navbar &gt; ul &gt; li &gt; a {
        padding: 40px 15px;
    }

    .wpo-header-style-3 #navbar &gt; ul &gt; li &gt; a {
        color: #666;
    }
}

@media (max-width: 991px) {

    .wpo-header-style-2 .navbar-header button,
    .wpo-header-style-3 .navbar-header button {
        top: 23px;
    }
}

.wpo-header-style-2 .cart-search-contact .mini-cart-content,
.wpo-header-style-3 .cart-search-contact .mini-cart-content,
.wpo-header-style-2 .cart-search-contact .header-search-form,
.wpo-header-style-3 .cart-search-contact .header-search-form {
    top: 71px;
}

    .wpo-header-style-2 .cart-search-contact .header-search-form button .fi:before,
    .wpo-header-style-3 .cart-search-contact .header-search-form button .fi:before {
        color: #666;
    }

@media (max-width: 991px) {

    .wpo-header-style-2 .cart-search-contact .mini-cart-content,
    .wpo-header-style-3 .cart-search-contact .mini-cart-content,
    .wpo-header-style-2 .cart-search-contact .header-search-form,
    .wpo-header-style-3 .cart-search-contact .header-search-form {
        top: 64px;
    }
}

.wpo-site-header {
    position: absolute;
    z-index: 120;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.header-style-1 .cart-search-contact button {
    padding: 0;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    line-height: 50px;
}

    .header-style-1 .cart-search-contact button i {
        color: #fff;
    }

/*--------------------------------------------------------------
 #0.4 wpo-hero-style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}



    .hero .slick-prev:hover,
    .hero .slick-next:hover {
        background-color: rgba(247, 195, 63);
    }

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    right: -110px;
}

    .hero .slick-prev:before {
        font-family: "themify";
        content: "\e628";
        opacity: 1;
    }

.hero .slick-next {
    left: -100px;
}

    .hero .slick-next:before {
        font-family: "themify";
        content: "\e629";
        opacity: 1;
    }

.hero:hover .slick-prev {
    right: 25px;
}

.hero:hover .slick-next {
    left: 25px;
}

.hero .slick-dots {
    bottom: 65px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        /*display: none !important;*/
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #00acd5;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }

.hero .slide-caption &gt; div {
    overflow: hidden;
}

.slide-caption .btns .theme-btn {
    margin-left: 30px;
}

.slide-caption .btns,
.wpo-about-text .btns {
    margin-top: 30px;
    display: flex;
    padding: 5px 0px;
    padding-right: 5px;
}

    .slide-caption .btns ul,
    .wpo-about-text .btns ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wpo-about-text .btns .video-holder a:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #00b3d6 !important;
    }

    .wpo-about-text .btns .video-holder a {
        position: relative;
        width: 50px;
        height: 50px;
        left: 20%;
        box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
        display: block !important;
    }

    .wpo-about-text .btns .video-holder a {
        right: 50%;
        display: block !important;
        top: -2px;
        background: #fff;
        animation: none;
        border-radius: 50%;
    }

.wpo-about-text .theme-btn {
    line-height: 23px;
}

.video-text {
    margin-right: 30px;
}

    .video-text a {
        padding: 10px;
        color: #08b3c0;
        font-size: 18px;
        font-weight: 600;
        text-decoration: underline;
    }

.hero .slide-caption &gt; div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}


.hero .slide-caption &gt; .slider-pic * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.hero .slide-caption &gt; div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption &gt; div.slide-top * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption &gt; div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption &gt; div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


.hero-style-1 .slide-caption &gt; div * {
    -webkit-animation: fadeOutUp 1.5s both;
    animation: fadeOutUp 1.5s both;
}

.hero-style-1 .hero-slider .slide-caption &gt; div * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.hero-style-1 .hero-slider .slick-current .slide-caption &gt; div * {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.hero-style-1 .hero-slider .slick-current .slide-caption &gt; div * {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div.slide-top * {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption &gt; div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero-style-1 .hero-slider .slick-current .slide-caption &gt; div * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero .slide-caption &gt; div.slide-top span {
    display: inline-block;
    padding: 7px 20px 4px;
    background: #fff;
    border-radius: 20px;
    color: #088998;
    font-weight: 600;
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    .wpo-about-text .theme-btn {
        line-height: 30px;
    }
}

@media(max-width: 575px) {
    .video-text {
        display: none;
    }

    .wpo-about-text .theme-btn {
        line-height: 30px;
    }
}

/************************************************
0.5 hero-style-1
**************************************************/
.hero-style-1,
.hero-style-2,
.hero-style-3,
.hero-style-4 {
    height: 600px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .hero-style-1 .slide {
        position: relative;
    }

        .hero-style-1 .slide:before {
            content: "";
            background-color: rgba(40, 58, 94, 0.7);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

.slide-caption {
    z-index: 99;
    position: relative;
}

.hero-style-1 .slide .slide-caption h2 span {
    color: #029ca5;
}

.hero-style-1 .slide {
    height: 500px;
}

.hero-style-2,
.hero-style-3,
.hero-style-4 {
    height: 600px;
}

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


@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }

    .hero-style-1 {
        height: 550px;
    }

        .hero-style-1 .slide {
            height: 550px;
        }
}


@media (max-width: 1199px) {

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


@media (max-width: 767px) {

    .hero .slide .container {
        margin-right: auto;
    }
}

@media (max-width: 575px) {

    .hero-style-1 {
        height: 600px;
    }

        .hero-style-1 .slide {
            height: 600px;
        }

    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }

        .hero-style-3 .slide,
        .hero-style-4 .slide {
            height: 600px;
        }
}

.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
    position: relative;
}


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

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2 {
    font-size: 35px;
    color: #fff;
    margin: 0 0 0.45em;
    line-height: 80px;
}

.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2 {
    color: #242f6c;
}

@media (max-width: 1200px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2,
    .hero-style-4 .slide-caption h2 {
        font-size: 30px;
        line-height: 58px;
    }
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2,
    .hero-style-4 .slide-caption h2 {
        font-size: 35px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2,
    .hero-style-4 .slide-caption h2 {
        font-size: 26px;
        line-height: 45px;
    }
}

@media (max-width: 450px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2,
    .hero-style-4 .slide-caption h2 {
        font-size: 19px;
        line-height: 34px;
    }
}

.hero-style-1 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
    margin: 0 0 2.8em;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic {
    position: absolute;
    bottom: -33%;
    right: -113%;
    z-index: -1;
    max-width: 680px;
}

@media (max-width: 991px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic,
    .hero-style-3 .slider-pic,
    .hero-style-4 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic,
    .hero-style-3 .slider-pic,
    .hero-style-4 .slider-pic {
        display: none;
    }
}

.slide-caption .slide-subtitle p {
    margin-bottom: 0px;
}


@media (max-width: 590px) {
    .hero .slide .container {
        margin-left: auto;
    }

    .hero-style-3 .slide .container {
        margin: auto;
    }

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s3 {
        padding: 10px 18px;
    }

    .slide-caption .btns .theme-btn {
        margin-left: 5px;
    }

    .wpo-site-header .cart-search-contact {
        left: 74px;
    }
}

@media(max-width: 420px) {
    .wpo-site-header .cart-search-contact {
        display: none;
    }
}

@media(max-width: 350px) {
    .slide-caption .slide-subtitle p {
        font-size: 14px;
    }
}

/************************************************
    hero-style2
**************************************************/

.hero-style-2,
.hero-style-3,
.hero-style-4 {
    background: url(../images/slider/bg.png);
    background-position: bottom;
    background-size:cover;
    background-repeat:no-repeat
}

    .hero-style-2:after {
        display: none;
    }

    .hero-style-2 .slide .container {
        position: relative;
        z-index: 10;
    }

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        margin-top: 0;
        padding-bottom: 60px;
    }
}

.navbar-header .flaticon-aeroplane:before {
    content: "\f102";
    font-weight: 400;
}

.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic {
    position: absolute;
    bottom: -15%;
    right: -110%;
    z-index: -1;
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 450px;
    }
}

.hero-style-2,
.hero-style-3,
.hero-style-4 {
    height: 600px;
    position: relative;
}

@media (max-width: 1199px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }

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

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
        background: #ecfbf8;
    }

    .hero-style-2 {
        height: 590px;
    }

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

@media (max-width: 600px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }

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

@media (max-width: 575px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 600px;
    }

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



.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

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

.header-style-1 .sticky-header {
    background-color: #ff5d1b;
    border-bottom: 0;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.wpo-header-style-3 {
    position: relative;
}

.hero-style-2 .slide-caption,
.hero-style-3 .slide-caption,
.hero-style-4 .slide-caption {
    position: relative;
}

    .hero-style-2 .slide-caption:before,
    .hero-style-3 .slide-caption:before,
    .hero-style-4 .slide-caption:before {
        position: absolute;
        left: -200px;
        top: -10px;
        width: 468px;
        height: 336px;
        background: url(../images/slider/bg2.png?v=2) no-repeat center center / cover;
        content: "";
    }

    .hero-style-2 .slide-caption h2,
    .hero-style-1 .slide-caption h2 {
        color: #062265;
    }

.hero-style-2 .slide .slide-caption h2 span {
    color: #029ca5;
}

.hero-style-2 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-1 .slide-caption p {
    color: #666666;
}

.hero-style-2 .theme-btn-s2,
.hero-style-3 .theme-btn-s2,
.hero-style-4 .theme-btn-s2 {
    border: none;
    background: none;
    border: 1px solid #666;
    color: #666;
}

    .hero-style-2 .theme-btn-s2:hover,
    .hero-style-3 .theme-btn-s2:hover,
    .hero-style-4 .theme-btn-s2:hover {
        background-color: #029ca5;
        color: #fff;
        border: 1px solid #029ca5;
    }


.hero-style-2 .right-vec,
.hero-style-3 .right-vec,
.hero-style-4 .right-vec {
    position: absolute;
    right: 231px;
    top: 5%;
    z-index: 11;
    width: 565px;
    height: 565px;
}

.hero-style-2 img,
.hero-style-3 img,
.hero-style-4 img {
    animation: bounce 3s linear infinite;
}

.right-border {
    position: absolute;
    left: 0;
    top: -50px;
    width: 565px;
    height: 565px;
    z-index: -1;
}

    .right-border:before {
        border: 1px dashed #4897aa;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        animation: circle 60s linear infinite;
        width: 100%;
        height: 100%;
    }

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7);
        transform: translateY(15px) translateX(7)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7px);
        transform: translateY(15px) translateX(7px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

.right-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
    width: 95px;
    height: 95px;
    position: absolute;
    left: -45px;
    text-align: center;
    line-height: 95px;
    top: 50%;
    transform: translateY(-50%);
}

    .right-icon:nth-child(1) .fi:before,
    .right-icon:nth-child(3) .fi:before {
        background: -webkit-linear-gradient(#ff868a, #ffaa71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .right-icon:nth-child(1) {
        line-height: 115px;
    }

    .right-icon:nth-child(6) {
        left: auto;
        right: -45px;
        line-height: 115px;
    }

    .right-icon:nth-child(2) {
        top: 20%;
        left: 0;
    }

    .right-icon:nth-child(3) {
        top: 5px;
        left: 25%;
    }

    .right-icon:nth-child(4) {
        left: auto;
        right: 25%;
        top: 5px;
    }

    .right-icon:nth-child(5) {
        top: 20%;
        left: auto;
        right: 0;
    }

    .right-icon:nth-child(6) .fi:before,
    .right-icon:nth-child(4) .fi:before,
    .right-icon:nth-child(2) .fi:before {
        background: -webkit-linear-gradient(#39B54A, #006838);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .right-icon:nth-child(5) .fi:before {
        background: -webkit-linear-gradient(#6368f3, #c868ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



@media(max-width: 1800px) {

    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec {
        right: 100px;
    }
}

@media(max-width: 1500px) {

    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec {
        right: 20px;
    }
}

@media(max-width: 1300px) {
    .right-border {
        left: 30px;
        top: -30px;
        width: 500px;
        height: 500px;
    }

    .wpo-header-style-2 #navbar,
    .wpo-header-style-3 #navbar {
        margin-left: 0px;
    }
}

@media(max-width: 1200px) {


    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec {
        right: 20px;
        width: 390px;
    }

    .right-border {
        left: -25px;
        top: -30px;
        width: 415px;
        height: 415px;
    }
}

@media(max-width: 991px) {
    .right-vec .right-border {
        display: none;
    }

    .right-vec img {
        opacity: 0.4;
    }
}

@media(max-width: 991px) {

    .wpo-header-style-2 #navbar,
    .wpo-header-style-3 #navbar {
        margin-left: 0px;
    }
}



/*--------------------------------------------------------------
#0.5  wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer {
    background: #fff;
    position: relative;
    font-size: 15px;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** resource-widget ***/
    /*** market-widget ***/
    /*** wpo-lower-footer ***/
    padding-top: 60px;
}

.wpo-news-letter-wrap {
    max-width: 970px;
    margin: auto;
    box-shadow: 0px 4px 9.5px 0.5px rgba(53, 53, 53, 0.1);
    padding: 60px;
    background: #f9fdfe;
}


.wpo-site-footer-2 {
    background: #fcfcfc;
}

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

.wpo-site-footer p,
.wpo-site-footer li {
    color: #444444;
}

.wpo-site-footer-2 p,
.wpo-site-footer-2 li {
    color: #444444;
}

.wpo-site-footer .container,
.wpo-site-footer-2 .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-2 .wpo-upper-footer {
    padding-bottom: 100px;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 0 0 20px;
    }

    .wpo-news-letter-wrap {
        padding: 60px 10px;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 0 0 10px;
    }

    .wpo-news-letter-wrap {
        padding: 30px 10px;
    }

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        margin: 0px 0 0.2em;
    }
}

@media (max-width: 991px) {

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

@media (max-width: 767px) {

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

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

@media (max-width: 767px) {

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

.wpo-site-footer .widget-title h3,
.wpo-site-footer-2 .widget-title h3 {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.wpo-site-footer-2 .widget-title h3 {
    color: #062265;
}

@media (max-width: 991px) {

    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-2 .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

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

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

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

.wpo-site-footer .about-widget ul,
.wpo-site-footer-2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

    .wpo-site-footer .about-widget ul li,
    .wpo-site-footer-2 .about-widget ul li {
        font-size: 22px;
        float: right;
    }

    .wpo-site-footer .about-widget ul &gt; li + li,
    .wpo-site-footer-2 .about-widget ul &gt; li + li {
        margin-left: 25px;
    }

    .wpo-site-footer .about-widget ul a {
        background: -webkit-linear-gradient(#39B54A, #006838);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wpo-site-footer-2 .about-widget ul a {
        color: #404040;
    }

        .wpo-site-footer .about-widget ul a:hover,
        .wpo-site-footer-2 .about-widget ul a:hover {
            background: -webkit-linear-gradient(#39B54A, #006838);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .wpo-site-footer-2 .about-widget ul a {
        color: #029ca5;
    }

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

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

    .wpo-site-footer-2 .link-widget {
        padding-right: 10px;
    }
}

@media (max-width: 1199px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        max-width: 350px;
    }
}

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

.wpo-site-footer .link-widget ul a,
.wpo-site-footer-2 .link-widget ul a {
    color: #444444;
}

.wpo-site-footer-2 .link-widget ul a {
    color: #404040;
}

    .wpo-site-footer .link-widget ul a:hover,
    .wpo-site-footer-2 .link-widget ul a:hover,
    .wpo-site-footer .link-widget ul li:hover:before,
    .wpo-site-footer-2 .link-widget ul li:hover:before {
        text-decoration: underline;
    }

.wpo-site-footer .link-widget ul &gt; li + li,
.wpo-site-footer-2 .link-widget ul &gt; li + li {
    margin-top: 15px;
}

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

    .wpo-site-footer .resource-widget,
    .wpo-site-footer-2 .resource-widget {
        padding-right: 0px;
    }
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-left: 15px;
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-2 .contact-ft ul li {
    padding-bottom: 10px;
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-2 .contact-ft {
    margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-2 .wpo-lower-footer {
    text-align: center;
    position: relative;
}

    .wpo-site-footer .wpo-lower-footer .row,
    .wpo-site-footer-2 .wpo-lower-footer .row {
        border-top: 1px solid #e3eff0;
    }

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


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

@media (max-width: 991px) {

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

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

.wpo-site-footer .news-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0px;
}

.wpo-site-footer .news-text span {
    color: #ccc;
    font-size: 12px;
}

.wpo-site-footer .news-text {
    overflow: hidden;
    padding-right: 10px;
}

.wpo-site-footer .news-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.wpo-site-footer .news-img {
    float: left;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
    box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
}

.sticky-on {
    opacity: 1;
    top: 0;
    background: #033543 !important;
}

.wpo-header-style-3 .sticky-on {
    opacity: 1;
    top: 0;
    background: #fff !important;
}

.wpo-header-style-1 .sticky-header,
.wpo-header-style-2 .sticky-header {
    background-color: #fff;
}

.wpo-header-style-2 .navigation {
    background: transparent;
}

@media(max-width: 1200px) {
    .wpo-site-footer .news-text h3 {
        font-size: 13px;
    }

    .wpo-site-footer .contact-ft ul li,
    .wpo-site-footer-2 .contact-ft ul li {
        padding-bottom: 10px;
        font-size: 13px;
    }
}

@media(max-width: 575px) {

    .wpo-site-footer,
    .wpo-site-footer {
        padding-top: 60px;
    }

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

/*--------------------------------------------------------------
#0.6 wpo-news-letter-part
--------------------------------------------------------------*/
.wpo-news-letter-section,
.wpo-news-letter-section-2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .wpo-news-letter-section:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        content: "";
        background: #f9f9fc;
        z-index: -1;
    }



.wpo-news-letter-section-2 {
    background: #fcfcfc;
}

@media (max-width: 991px) {

    .wpo-news-letter-section,
    .wpo-news-letter-section-2 {
        padding: 0;
    }
}

.wpo-news-letter-section h3,
.wpo-news-letter-section-2 h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0 0 0.5em;
    line-height: 1.2em;
    color: #242f6c;
    font-family: 'Conv_Now-Bold';
}

.wpo-news-letter-section p,
.wpo-news-letter-section-2 p {
    margin: 0 0 2em;
}

@media(max-width: 1024px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

.wpo-news-letter-section-2 h3 {
    color: #242f6c;
    font-family: 'Conv_Now-Bold';
}

@media (max-width: 991px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 18px;
    }
}

.wpo-news-letter-section form,
.wpo-news-letter-section-2 form {
    max-width: 425px;
    margin: 0 auto;
}

    .wpo-news-letter-section form &gt; div,
    .wpo-news-letter-section-2 form &gt; div {
        position: relative;
    }

        .wpo-news-letter-section form &gt; div input,
        .wpo-news-letter-section-2 form &gt; div input {
            height: 55px;
            border: 0;
            outline: 0;
            border-radius: 55px;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 15px 15px 15px 25px;
            -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
            text-align: left;
        }

@media (max-width: 991px) {

    .wpo-news-letter-section form &gt; div input,
    .wpo-news-letter-section-2 form &gt; div input {
        height: 50px;
    }
}

.wpo-news-letter-section form &gt; div button,
.wpo-news-letter-section-2 form &gt; div button {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    width: 150px;
    height: 45px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 45px;
    line-height: 45px;
}

@media (max-width: 991px) {

    .wpo-news-letter-section form &gt; div button,
    .wpo-news-letter-section-2 form &gt; div button {
        width: 120px;
        height: 40px;
    }
}



/*====================================================
#0.7 wpo-about-area
======================================================*/


.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
    text-align: right;
    margin: unset;
    margin-bottom: 30px;
}

.wpo-about-text p,
.wpo-about-text-2 p {
    margin-bottom: 35px;
    font-size: 18px;
}

.wpo-about-text {
}

.wpo-about-img img,
.wpo-about-img-2 img {
    width: 100%;
}


.wpo-about-wrap .row {
    display: flex;
    align-items: center;
}


@media(max-width: 991px) {
    .wpo-about-wrap .row {
        display: unset;
    }
}


.wpo-about-wrap {
    padding-bottom: 70px;
}

.wpo-event-area-2 .wpo-event-item {
    margin-bottom: 30px;
}

.wpo-event-area-2 {
    padding-bottom: 90px;
}

.timer-section {
    padding: 70px;
    background: -moz-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -webkit-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -ms-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    position: relative;
    z-index: 1;
}

.timer-shape1 {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.timer-shape2 {
    position: absolute;
    left: 18%;
    bottom: 50px;
    z-index: -1;
}

.timer-shape3 {
    position: absolute;
    left: -16%;
    bottom: 0px;
    z-index: -1;
}

.timer-text h2 {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 30px;
}

.timer-text p {
    font-size: 21px;
    color: #333333;
}

.timer-text span {
    font-size: 21px;
    color: #08b3c0;
    text-decoration: underline;
}

.timer-num ul {
    list-style: none;
}

    .timer-num ul li {
        padding: 15px 25px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 21px;
        border-radius: 10px;
    }

        .timer-num ul li:nth-child(1) {
            /*            background: -moz-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);
            background: -webkit-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);
            background: -ms-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);*/
            background: #c6a210;
            position: relative;
            right: -70px;
/*            color: #02a0a5;*/
            color: #fff;
        }

        .timer-num ul li:nth-child(2) {
            /*   background: -moz-linear-gradient(173deg, rgb(255, 173, 111, .25) 0%, rgb(255, 125, 144, .25) 100%);
            background: -webkit-linear-gradient(173deg, rgb(255, 173, 111, .25) 0%, rgb(255, 125, 144, .25) 100%);
            background: -ms-linear-gradient(173deg, rgb(255, 173, 111, .25) 0%, rgb(255, 125, 144, .25) 100%);
            color: #df8f73;*/
            background: #39b54a;
            color: #fff;
        }

        .timer-num ul li:nth-child(3) {
            /*  background: -moz-linear-gradient(179deg, rgb(216, 205, 255, .25) 0%, rgb(109, 100, 255, .25) 100%);
            background: -webkit-linear-gradient(179deg, rgb(216, 205, 255, .25) 0%, rgb(109, 100, 255, .25) 100%);
            background: -ms-linear-gradient(179deg, rgb(216, 205, 255, .25) 0%, rgb(109, 100, 255, .25) 100%);*/
            position: relative;
            right: -70px;
            color: #fff;
            background: #009344;
            /*   color: #6d64ff;*/
        }

        .timer-num ul li:nth-child(4) {
            /*   background: -moz-linear-gradient(179deg, rgb(164, 228, 150, .25) 0%, rgb(23, 207, 137, .25) 100%);
            background: -webkit-linear-gradient(179deg, rgb(164, 228, 150, .25) 0%, rgb(23, 207, 137, .25) 100%);
            background: -ms-linear-gradient(179deg, rgb(164, 228, 150, .25) 0%, rgb(23, 207, 137, .25) 100%);
            color: #44a884;*/
            color: #fff;
            background: #DEB407;
        }

        .timer-num ul li:nth-child(5) {
            background: -moz-linear-gradient(179deg, rgb(254, 208, 237, .25) 0%, rgb(255, 116, 181, .25) 100%);
            background: -webkit-linear-gradient(179deg, rgb(254, 208, 237, .25) 0%, rgb(255, 116, 181, .25) 100%);
            background: -ms-linear-gradient(179deg, rgb(254, 208, 237, .25) 0%, rgb(255, 116, 181, .25) 100%);
            color: #ee76ba;
            position: relative;
            right: -70px;
        }

        .timer-num ul li:nth-child(6) {
            background: -moz-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);
            background: -webkit-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);
            background: -ms-linear-gradient(1deg, rgb(14, 230, 241, .25) 0%, rgb(12, 159, 254, .25) 100%);
            color: #419fa2;
            margin-bottom: 0;
        }

@media(max-width: 991px) {
    .wpo-about-area {
        padding-top: 0;
    }

    .wpo-about-img-3 {
        margin-bottom: 30px;
    }

    .timer-text {
        margin-bottom: 30px;
    }

    .wpo-about-area .timer-num ul li,
    .wpo-about-area-2 .timer-num ul li {
        right: 0;
    }
}

@media(max-width: 767px) {
    .timer-num ul li:nth-child(1), .timer-num ul li:nth-child(5), .timer-num ul li:nth-child(3) {
        right: 0
    }
        .timer-section {
        padding: 25px;
    }

    .timer-text h2 {
        font-size: 30px;
    }

    .wpo-about-wrap {
        padding-bottom: 50px;
    }
}

/*=========================================
#8.0 service-area
==========================================*/
.service-area {
    background: url(../images/service/bg.png) no-repeat center center / cover;
    padding: 275px 0;
}

.service-item p {
    font-size: 18px;
}

.service-title span {
    font-size: 18px;
    padding: 8px 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 1px rgba(51, 100, 219, 0.1);
    display: inline-block;
}

.service-title h2 {
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 20px;
}

.routine-table ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 2px;
    background: #fff;
    box-shadow: 0px 0px 9px 1px rgba(51, 100, 219, 0.1);
    border-radius: 5px;
}

    .routine-table ul li {
        padding: 15px;
        flex-basis: 33.33%;
    }

.routine-table .routne-head {
    background: -moz-linear-gradient(173deg, rgb(255, 173, 111, .8) 0%, rgb(255, 125, 144) 100%);
    background: -webkit-linear-gradient(173deg, rgb(255, 173, 111, .8) 0%, rgb(255, 125, 144) 100%);
    background: -ms-linear-gradient(173deg, rgb(255, 173, 111, .8) 0%, rgb(255, 125, 144) 100%);
}

.routine-table {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .routine-table .routne-head li {
        color: #fff;
    }

.service-area .row {
    display: flex;
    align-items: center;
}

.service-img {
    width: 145%;
    position: relative;
    left: -30px;
}

@media(max-width: 991px) {
    .timer-shape1, .timer-shape2, .timer-shape3 {
        left: 0 
    }
    .hero-slider2 .slick-prev {
        left: 15px !important;
        z-index: 9 !important;
    }
    .hero-slider2 .slick-next {
        right: 15px !important;
        z-index: 9 !important;
    }
    .hero-slider3 .slick-list {
        padding: 0px 15px !important;
    }
    .hero-slider3  .profile-img {
        padding: 15px !important;
    }
    .hero-slider3 .slick-track {
        transform: translate3d(0, 0px, 0px) !important;
        width: 100% !important
    }
        .hero-slider3 .slick-track .classes-preview-card {
            width: 100% !important;
            padding-left: 0 !important;
        }
    .service-area .row {
        display: unset;
    }

    .service-area {
        background: #f1fcfb;
        padding: 100px 0;
    }

    .service-wrap-s2 .service-item {
        margin-top: 30px;
    }

    .service-img {
        width: 100%;
        position: relative;
        right: 0;
    }
}

.service-wrap-s2 {
    padding-top: 120px;
}

    .service-wrap-s2 .service-img {
        right: auto;
        right: -200px;
        width: 130%;
    }


@media(max-width: 1200px) {
    .service-wrap-s2 .service-img {
        right: -80px;
    }
}

@media(max-width: 991px) {
    .service-wrap-s2 {
        padding-top: 0;
    }
}

/*.===============================
#0.9 wpo-counter-area
===============================*/

.wpo-counter-grids {
    margin-top: 40px;
}

    .wpo-counter-grids .grid {
        width: 31%;
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        text-align: right;
        position: relative;
    }

.counter-number {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #ddd;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: auto;
}

    .counter-number:before {
        position: absolute;
        left: 25px;
        top: 25px;
        width: 100px;
        height: 100px;
        background: #fff;
        content: "";
        border-radius: 50%;
        z-index: -1;
    }

.wpo-counter-grids .grid:nth-child(1) .counter-number {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
}

.wpo-counter-grids .grid:nth-child(2) .counter-number {
    background: -moz-linear-gradient(173deg, rgb(255, 173, 111) 0%, rgb(255, 125, 144) 100%);
    background: -webkit-linear-gradient(173deg, rgb(255, 173, 111) 0%, rgb(255, 125, 144) 100%);
    background: -ms-linear-gradient(173deg, rgb(255, 173, 111) 0%, rgb(255, 125, 144) 100%);
}

.wpo-counter-grids .grid:nth-child(3) .counter-number {
    background: -moz-linear-gradient(179deg, rgb(216, 205, 255) 0%, rgb(109, 100, 255) 100%);
    background: -webkit-linear-gradient(179deg, rgb(216, 205, 255) 0%, rgb(109, 100, 255) 100%);
    background: -ms-linear-gradient(179deg, rgb(216, 205, 255) 0%, rgb(109, 100, 255) 100%);
}

.wpo-counter-grids .grid p,
.wpo-counter-grids .grid p {
    font-size: 18px;
    font-weight: normal;
    color: #242f6c;
    padding-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.service-wrap-s2 .wpo-counter-grids .grid p {
    text-align: right;
}

.wpo-counter-grids,
.wpo-counter-grids {
    overflow: hidden;
    position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default,
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    line-height: 0.8em;
}

.wpo-counter-grids .grid h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.service-area .wpo-counter-grids .grid h2 {
    font-size: 40px;
    color: #00b3d6;
}

@media(max-width: 1200px) {

    .wpo-counter-grids .grid p {
        font-size: 15px;
    }
}

@media(max-width: 992px) {

    .wpo-counter-grids .grid h2,
    .wpo-counter-grids .grid h2 {
        font-size: 35px;
    }
}

@media(max-width: 767px) {

    .wpo-counter-grids .grid,
    .wpo-counter-grids .grid {
        width: 30%;
    }

    .service-title h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .service-area {
        padding: 80px 0;
        padding-bottom: 60px;
    }

        .service-area .wpo-counter-grids .grid {
            margin-bottom: 20px;
            width: 25%;
        }
}

@media(max-width: 530px) {

    .wpo-counter-grids .grid,
    .wpo-counter-grids .grid {
        width: 46%;
    }

    .routine-table ul li {
        padding: 10px;
        flex-basis: 69.33%;
    }
}

@media(max-width: 450px) {

    .wpo-counter-grids .grid {
        width: 100%;
        margin-bottom: 30px;
    }

        .wpo-counter-grids .grid:last-child {
            margin-bottom: 0;
        }

    .service-area .wpo-counter-grids .grid {
        margin-bottom: 20px;
        width: 45%;
    }
}



/*==========================================
#1.0 pilars-area
=============================================*/


.pilarts-img {
    width: 280px;
    height: 280px;
    line-height: 280px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgb(248, 254, 254);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}

.pilars-area .grid:nth-child(2) .pilarts-img {
    background-color: #fcf4f5;
}

.pilars-area .grid:nth-child(3) .pilarts-img {
    background-color: #f9f8fe;
}

.pilars-area .grid:nth-child(4) .pilarts-img {
    background-color: #fcf3f8;
}

.pilars-area .grid:nth-child(5) .pilarts-img {
    background-color: #f9fefa;
}

.pilars-area .grid:nth-child(1) .pilars-text h2 {
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(2) .pilars-text h2 {
    background: -webkit-linear-gradient(left, #ff7e8f, #ffa773);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(3) .pilars-text h2 {
    background: -webkit-linear-gradient(left, #6368f3, #c868ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(4) .pilars-text h2 {
    background: -webkit-linear-gradient(left, #ff77b7, #fbaedd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(5) .pilars-text h2 {
    background: -webkit-linear-gradient(left, #17cf89, #8cd080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(3) .pilarts-img {
    background-color: #f9f8fe;
}

.pilars-area .grid:nth-child(4) .pilarts-img {
    background-color: #fcf3f8;
}

.pilars-area .grid:nth-child(5) .pilarts-img {
    background-color: #f9fefa;
}

.pilars-area .grid .pilars-text h2 {
    font-size: 30px;
}

.pilarts-img img {
    transform: scale(1);
    transition: all .3s;
    width: 100%;
}

.pilarts-img:hover img {
    transform: scale(0.9);
    transition: all .3s;
}

.pilars-area .row-grid {
    overflow: hidden;
    padding: 20px 0;
}

    .pilars-area .row-grid .grid {
        float: left;
        width: 20%;
    }

.pilars-area {
    padding: 80px 170px;
}

.pilars-item {
    text-align: center;
}

.pilars-text {
    margin-top: 40px;
}


@media(max-width: 1800px) {
    .pilarts-img {
        width: 195px;
        height: 195px;
    }
}


@media(max-width: 1400px) {
    .pilarts-img {
        width: 165px;
        height: 165px;
    }
}

@media(max-width: 1200px) {
    .pilars-area .row-grid .grid {
        float: left;
        width: 33.33%;
    }
}

@media(max-width: 991px) {
    .pilars-area .row-grid .grid {
        float: left;
        width: 50%;
    }

    .pilarts-img {
        width: 205px;
        height: 205px;
    }

    .pilars-area {
        padding: 80px 40px;
    }
}

@media(max-width: 767px) {
    .pilars-area .row-grid .grid {
        float: none;
        width: 100%;
    }

    .pilarts-img {
        width: 295px;
        height: 295px;
    }

    .pilars-item {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .pilarts-img {
        width: 235px;
        height: 235px;
    }

    .pilars-area {
        padding: 45px 20px 20px;
    }
}



/*=============================================
#1.1 wpo-event-section
===============================================*/

.wpo-event-area {
    background: #f9f9fc;
}

.wpo-event-text ul {
    list-style: none;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

    .wpo-event-text ul li i {
        font-size: 15px;
        margin-left: 10px;
    }

    .wpo-event-text ul li {
        margin-left: 20px;
        font-size: 14px;
    }

.flaticon-pin:before {
    font-size: 15px;
}

.wpo-event-text {
    background: #fff;
    box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
    transition: all .3s;
    padding: 34px 30px;
    overflow: hidden;
}

    .wpo-event-text h2 {
        margin-top: 0;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .wpo-event-text p {
        margin-bottom: 17px;
        margin-top: 17px;
    }

    .wpo-event-text a {
        color: #0383c4;
        font-weight: 600;
    }

.wpo-event-img {
    position: relative;
    float: left;
}

    .wpo-event-img img {
        width: 100%;
    }

    .wpo-event-img .thumb-text,
    .wpo-event-img .thumb-text-2,
    .wpo-event-img .thumb-text-3 {
        position: absolute;
        top: -8px;
        left: 0;
        background: url(../images/event/img-1.png) no-repeat center center / cover;
        width: 60px;
        height: 85px;
        text-align: center;
        padding-top: 4px;
        padding-right: 8px;
    }

    .wpo-event-img .thumb-text-2 {
        background: url(../images/event/img-2.png) no-repeat center center / cover;
    }


        .wpo-event-img .thumb-text span,
        .wpo-event-img .thumb-text-2 span,
        .wpo-event-img .thumb-text-3 span {
            display: block;
        }

            .wpo-event-img .thumb-text span:first-child,
            .wpo-event-img .thumb-text-2 span:first-child,
            .wpo-event-img .thumb-text-3 span:first-child {
                font-size: 25px;
                font-weight: 600;
                color: #fff;
            }

            .wpo-event-img .thumb-text span:last-child,
            .wpo-event-img .thumb-text-2 span:last-child,
            .wpo-event-img .thumb-text-3 span:last-child {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
            }

@media(max-width: 1200px) {
    .wpo-event-text h2 {
        font-size: 17px;
    }

    .wpo-event-text ul li {
        margin-left: 5px;
        font-size: 12px;
    }

        .wpo-event-text ul li i {
            margin-left: 6px;
        }

    .wpo-event-text {
        padding: 25px 8px;
    }

        .wpo-event-text p {
            font-size: 16px;
            margin-bottom: 13px;
            margin-top: 15px;
        }
}

@media(max-width: 992px) {
    .wpo-event-item {
        margin-bottom: 30px;
    }

    .wpo-event-area,
    .wpo-event-area-2 {
        padding-bottom: 70px;
    }

    .wpo-event-img img {
        height: 182px;
        object-fit: cover;
    }
}

@media(max-width: 767px) {
    .wpo-event-area .custom-grid {
        width: 50%;
        float: left;
    }
}

@media(max-width: 575px) {
    .wpo-event-area .custom-grid {
        width: 100%;
        float: none;
    }
}


@media(max-width: 767px) {
    .wpo-event-img img {
        height: 100%;
        object-fit: cover;
    }

    .wpo-event-img {
        position: relative;
        float: none;
    }
}

/*=====================================
#1.2 support-area
======================================*/

.support-text span {
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.support-text h2 {
    font-size: 37px;
    margin-bottom: 25px;
}

.support-text p {
    margin-bottom: 30px;
    font-size: 18px;
}

.progress-area {
    margin-top: 25px;
}

    .progress-area span {
        color: #242f6c;
        font-size: 25px;
        display: block;
        text-align: center;
        font-weight: 700;
    }

.progressbar {
    display: inline-block;
}

.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .circle:after {
        width: 120px;
        height: 120px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .circle canvas {
        vertical-align: middle;
        border-radius: 50%;
    }

    .circle div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -86px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        font-weight: 700;
        color: #242f6c;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: white;
        margin-top: 12px;
    }

@media(max-width: 1200px) {
    .progress-area span {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .progress-area {
        margin-top: 40px;
    }

    .progress-wrap {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .progress-area .custom-grid {
        width: 33.33%;
        float: left;
    }
}

@media(max-width: 575px) {
    .progress-area .custom-grid {
        width: 50%;
        float: left;
    }

    .progressbar3 {
        margin-top: 30px;
    }

    .support-text h2 {
        font-size: 25px;
    }
}

@media(max-width: 400px) {
    .progress-area .custom-grid {
        width: 100%;
        float: none;
    }

    .progress-wrap {
        text-align: center;
    }

    .progressbar2 {
        margin-top: 30px;
    }
}

/*====================================
#1.3 wpo-blog-area
=====================================*/

.blog-area.section-padding {
    padding-top: 94px;
    padding-bottom: 100px;
}

.blog-area-2.section-padding {
    padding-bottom: 90px;
}

.blog-area {
    background: #f9f9fc;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-content {
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.04);
}

    .blog-content h3 {
        font-size: 21px;
        line-height: 35px;
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 0;
    }

        .blog-content h3 a {
            color: #242f6c;
            transition: all .3s;
        }

            .blog-content h3 a:hover {
                color: #00b3d6;
            }

    .blog-content ul li {
        display: inline-block;
        padding: 0 10px;
    }

        .blog-content ul li a {
            color: #000;
            transition: all .3s;
        }

    .blog-content ul li {
        color: #666666;
    }

        .blog-content ul li a:hover {
            color: #666666;
        }

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

    .blog-img img:hover {
        -webkit-filter: grayscale(50%);
        -moz-filter: grayscale(50%);
        -o-filter: grayscale(50%);
        -ms-filter: grayscale(50%);
        filter: grayscale(50%);
    }

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

    .blog-page-area .blog-item .post-meta li {
        color: #666;
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 0 15px;
    }


.blog-item .post-meta &gt; li:first-child {
    padding: 0;
}

.blog-item .post-meta &gt; li a {
    color: #666;
}

    .blog-item .post-meta &gt; li a:hover {
        color: #00b3d6;
    }

.blog-item .post-meta li {
    position: relative;
}

.blog-item .post-meta &gt; li + li + li {
    padding-right: 0;
}

.blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

@media(max-width: 1200px) {
    .blog-content h3 {
        font-size: 19px;
    }
}

@media(max-width: 991px) {
    .blog-content ul li {
        padding: 0 5px;
    }

    .blog-area.section-padding {
        padding-top: 94px;
        padding-bottom: 65px;
    }
}

@media(max-width: 767px) {
    .custom-grid {
        width: 50%;
        float: left;
    }

    .blog-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-content {
        padding: 20px 15px 30px;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 65px;
    }
}

@media(max-width: 630px) {
    .custom-grid {
        width: 100%;
        float: none;
    }
}



/*------------------------------------------------------------------
#2.0 Home-style-2
----------------------------------------------------------------------*/

.hero-style-1 .slide-caption {
    text-align: center;
}

    .hero-style-1 .slide-caption h2 {
        color: #fff;
    }

    .hero-style-1 .slide-caption .btns {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

        .hero-style-1 .slide-caption .btns .theme-btn {
            -webkit-box-shadow: 0 0 0 5px rgba(0, 167, 213, .5);
            box-shadow: 0 0 0 5px rgba(0, 167, 213, .5);
        }

    .hero-style-1 .slide-caption &gt; div.slide-top span {
        background: rgba(255, 255, 255, .25);
        border-radius: 20px;
        color: #fff;
    }

@media(min-width:767px) {
    .hero-style-1 .slide-caption {
        padding-top: 140px;
    }
}

@media(max-width:767px) {
    .hero-style-1 .slide-caption {
        padding-top: 170px;
    }
}

/*------------------------------------------------------------------
#3.0 Home-style-3
----------------------------------------------------------------------*/

.hero-style-3 .slick-slide img {
    display: block;
    margin-bottom: -120px;
    position: relative;
    bottom: -50px;
    right: -30px;
}

.hero-style-3 .right-vec {
    top: 25%;
}

@media(max-width: 1200px) {
    .hero-style-3 .slick-slide img {
        bottom: -40px;
        right: -7px;
    }
}

/*------------------------------------------------------------------
#4.0 Home-style-4
----------------------------------------------------------------------*/

.hero-style-4 img {
    position: relative;
    /*right: 120px;*/
    right: 74px;
    width: 95%;
    top: 15px;
}

@media(max-width: 1200px) {
    .hero-style-4 img {
        position: relative;
        right: 74px;
        width: 95%;
        top: 45px;
    }
}

/*=============================
#4.1 courses-area
===============================*/

.courses-area {
    background: #f5fbfd;
    padding: 100px 0 50px;
}

.course-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Now';
}

.course-icon {
    display: block;
    width: 75px;
    height: 45px;
    margin-bottom: 35px;
}

    .course-icon span {
        display: block;
        width: 75px;
        height: 45px;
    }

.courses-item {
    margin-bottom: 50px;
}

.support-area-3,
.wpo-ne-footer-2 {
    background: #f5fbfd;
}

    .wpo-ne-footer-2 .wpo-site-footer {
        background: #f5fbfd;
    }

    .wpo-ne-footer-2 .wpo-news-letter-section:before {
        background: #fff;
    }


@media(max-height: 767px) {
    .course-text h2 {
        font-size: 25px;
    }
}

/*===================================================
#4.2 service-section
=====================================================*/

.service-single-item {
    box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
    margin-bottom: 30px;
}

.service-text {
    padding: 20px;
}

    .service-text h2 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        font-family: 'Now';
        font-weight: 700;
    }

        .service-text h2 a {
            color: #242f6c;
        }

            .service-text h2 a:hover {
                color: #029ca5;
            }

.service-single-img img {
    width: 100%;
}

.service-area-2 {
    margin-bottom: 70px;
}

.wpo-event-area-2 {
    background: #fff;
    border-bottom: 1px solid #f9f9fc;
}


.service-area-3 {
    padding-bottom: 70px;
}

@media(max-width: 767px) {
    .service-text h2 {
        font-size: 20px;
    }
}


/*===================================================
#5.0 About-page
=====================================================*/

.wpo-about-area-3 .wpo-about-wrap {
    padding-bottom: 0;
}



/*============================================
payment-section
==============================================*/

.payment-section {
    background: url(../images/paymentbg.jpg) no-repeat center top / cover;
}

.payment-text span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payment-text h2 {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 20px;
}

.payment-text p {
    max-width: 400px;
    line-height: 35px;
}

.payment-section .form-group input {
    width: 100%;
    padding-right: 20px;
    height: 55px;
    background: #fff;
    border-radius: 2px;
    border: none;
}

.payment-section .form-group button {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 18px 22px;
}

    .payment-section .form-group button:after {
        border-radius: 0;
    }

.payment-section .form-group {
    margin-bottom: 0;
    padding: 10px;
}

.wpo-donations-form h2 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
}

@media(max-width: 1200px) {
    .wpo-donations-form h2 {
        font-size: 35px;
    }
}

@media(max-width: 991px) {
    .payment-text {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .payment-text h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .wpo-donations-form h2 {
        font-size: 30px;
    }
}


/*-----------------------------------------------------------------
breadcumb-style
------------------------------------------------------------------*/

.wpo-breadcumb-area {
    background: -moz-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -webkit-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -ms-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    min-height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}



.wpo-breadcumb-wrap {
    text-align: center;
}

@media(max-width: 767px) {
    .wpo-breadcumb-area {
        min-height: 250px;
    }
}

.wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 60px;
    margin-top: -10px;
}

@media(max-width: 767px) {
    .wpo-breadcumb-wrap h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.wpo-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #242f6c;
}

    .wpo-breadcumb-wrap ul li a {
        font-size: 18px;
        transition: all .3s;
        color: #242f6c;
    }

        .wpo-breadcumb-wrap ul li a:hover {
            color: #029ca5;
        }

    .wpo-breadcumb-wrap ul li:last-child {
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wpo-breadcumb-wrap ul li:after {
        content: "/";
        position: relative;
        right: 7px;
    }

    .wpo-breadcumb-wrap ul li:last-child:after {
        display: none;
    }


.video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}


/*--------------------------------------------------------------
#6.0 service-single-page
--------------------------------------------------------------*/

/*--------------------------------------
  service single sidebar
----------------------------------------*/
.service-sidebar {
    /*** service-list-widget ***/
    /*** contact-widget ***/
}

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

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 30px;
    }
}

.service-sidebar &gt; .widget + .widget {
    margin-top: 60px;
}

.service-sidebar .service-list-widget {
    background-color: #f2fcfd;
    padding: 55px 30px;
}

    .service-sidebar .service-list-widget h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 0.7em;
        padding-bottom: 0.70em;
        position: relative;
        font-weight: 700;
    }

        .service-sidebar .service-list-widget h3:before {
            content: "";
            background-color: #00afd5;
            width: 80px;
            height: 4px;
            border-radius: 10px;
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .service-sidebar .service-list-widget h3:after {
            content: "";
            background-color: #00afd5;
            width: 15px;
            height: 4px;
            border-radius: 10px;
            position: absolute;
            right: 85px;
            bottom: 0;
        }

    .service-sidebar .service-list-widget ul {
        list-style: none;
        border-bottom: 0;
        margin-bottom: 0;
    }

        .service-sidebar .service-list-widget ul li {
            border-bottom: 1px solid #e1e1e1;
        }

        .service-sidebar .service-list-widget ul &gt; li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .service-sidebar .service-list-widget ul &gt; li:last-child a {
                padding-bottom: 0;
                margin-bottom: 0;
            }

    .service-sidebar .service-list-widget a {
        background: transparent;
        display: block;
        color: #787878;
        padding: 15px 0;
    }

        .service-sidebar .service-list-widget a:hover,
        .service-sidebar .service-list-widget .current a {
            color: #00afd5;
        }

.service-sidebar .contact-widget {
    background: url(../images/contact.jpg) no-repeat center center / cover;
    padding: 55px 35px;
    position: relative;
    z-index: 1;
}

    .service-sidebar .contact-widget:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: "";
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        opacity: .9;
    }

    .service-sidebar .contact-widget h4 {
        font-size: 20px;
        color: #fff;
        margin: 0;
    }

    .service-sidebar .contact-widget h2 {
        font-size: 35px;
        color: #fff;
        margin: 0.7em 0 0;
    }



.service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .service-sidebar .contact-widget h2 {
        font-size: 30px;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: capitalize;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}

.service-single-section .service-single-content .service-single-img {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .service-single-img {
        margin-bottom: 50px;
    }
}

.prv-nx {
    overflow: hidden;
    margin-top: 70px;
}


.pre-btn,
.nex-btn {
    display: inline-block;
    border: 1px solid #eeeeee;
    width: 375px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: all .3s;
    cursor: pointer;
}

.pre-btn {
    float: left;
    border-right: none;
}

.pre-btn,
.nex-btn {
    display: inline-block;
    border: 1px solid #eeeeee;
    width: 375px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: all .3s;
    cursor: pointer;
    transition: all .3s;
}

    .pre-btn a,
    .nex-btn a {
        color: #555;
        transition: all .3s;
    }

    .pre-btn:hover,
    .nex-btn:hover {
        background: #effefe;
    }

        .pre-btn:hover a,
        .nex-btn:hover a {
            color: #089fa2;
        }

.service-single-tb span {
    float: left;
    overflow: hidden;
    margin-left: 30px;
}

.service-single-tb {
    overflow: hidden;
}

.service-single-tb-content {
    overflow: hidden;
    margin-top: 30px;
}

@media(max-width:1200px) {

    .pre-btn,
    .nex-btn {
        width: 300px;
    }
}

@media(max-width: 767px) {
    .service-single-inner span {
        float: none;
    }

    .service-single-tb-text {
        margin-top: 20px;
    }

    .pre-btn,
    .nex-btn {
        width: 200px;
    }

    .prv-nx {
        overflow: hidden;
        margin-top: 20px;
    }
}

@media(max-width: 430px) {

    .pre-btn,
    .nex-btn {
        width: 130px;
    }
}

/*--------------------------------------------------------------
#7.0 wpo-contact-page
--------------------------------------------------------------*/

.wpo-contact-form-map .contact-form {
    padding: 60px 65px 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    border-radius: 5px;
}

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

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

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

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

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

@media (max-width: 991px) {

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

.wpo-contact-form-map form input:focus,
.volunteer-contact-form form input:focus,
.wpo-contact-form-map form select:focus,
.volunteer-contact-form form select:focus,
.volunteer-contact-form form textarea:focus,
.wpo-contact-form-map form textarea:focus {
    border-color: #029ca5;
}

.wpo-contact-form-map form textarea,
.volunteer-contact-form form textarea {
    height: 125px;
}

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

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

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

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

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

    .wpo-contact-form-map form select {
        display: inline-block;
        color: #a9a9a9;
        cursor: pointer;
        opacity: 1;
        padding: 6px 12px;
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .wpo-contact-form-map form &gt; div {
        margin-bottom: 15px;
    }

        .wpo-contact-form-map form &gt; div:first-child,
        .wpo-contact-form-map form &gt; div:nth-child(2) {
            width: calc(50% - 15px);
            float: left;
            margin: 0 7.5px 15px -7.5px;
        }

@media (max-width: 600px) {

    .wpo-contact-form-map form &gt; div:first-child,
    .wpo-contact-form-map form &gt; div:nth-child(2) {
        width: calc(100% - 15px);
        float: none;
        margin: 0 0 15px;
    }
}

.wpo-contact-form-map form &gt; div:first-child {
    margin: 0;
}

@media (max-width: 600px) {
    .wpo-contact-form-map form &gt; div:first-child {
        margin: 0 0 15px;
    }
}

.wpo-contact-form-map form &gt; div:nth-child(2) {
    margin: 0 0 15px 30px;
}

@media (max-width: 600px) {
    .wpo-contact-form-map form &gt; div:nth-child(2) {
        margin: 0 0 15px;
    }
}

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

.wpo-contact-form-map .contact-map {
    max-width: 948px;
    height: 582px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
    .wpo-contact-form-map .contact-map {
        height: 500px;
    }
}

.wpo-contact-form-map .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


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

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

.wpo-contact-form-map .info-icon,
.wpo-contact-form-map .info-icon-2,
.wpo-contact-form-map .info-icon-3 {
    width: 90px;
    height: 90px;
    line-height: 115px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    text-align: center;
    margin-left: 20px;
    align-items: center;
    background-image: linear-gradient(#7fedeb, #7fd7ea);
    color: #242f6c;
}

.wpo-contact-form-map .info-icon-2 {
    background-image: linear-gradient(#ffd3b8, #ffc0c6);
}

.wpo-contact-form-map .info-icon-3 {
    background-image: linear-gradient(#e1b3fe, #b5b3f9);
}

.info-item {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    padding: 50px 40px;
    margin-bottom: 30px;
}

    .info-item h2 {
        font-size: 24px;
        color: #242f6c;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 25px;
    }

.info-icon-2 .fi:before {
    font-size: 40px;
}

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

@media(max-width: 991px) {
    .wpo-contact-info {
        padding-right: 0;
    }

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

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

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

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

.wpo-contact-info .info-icon i,
.wpo-contact-info .info-icon-2 i,
.wpo-contact-info .info-icon-3 i {
    font-size: 40px;
    line-height: 90px;
}

.wpo-contact-form-map {
    padding-bottom: 90px;
}

@media(max-width: 767px) {
    .wpo-contact-form-map {
        padding-bottom: 50px;
    }
}



#Description {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
}

.wpo-donations-amount,
.wpo-donations-details,
.wpo-doanation-payment {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

    .wpo-donations-amount h2,
    .wpo-donations-details h2,
    .wpo-doanation-payment h2 {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        position: relative;
        text-transform: capitalize;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .wpo-donations-amount input,
    .wpo-donations-details input,
    .wpo-donations-details textarea {
        background: transparent;
        width: 100%;
        height: 50px;
        border: 0;
        border: 1px solid #ebebeb;
        padding-right: 15px;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #525252;
        border-radius: 5px;
    }

    .wpo-donations-details textarea {
        height: 135px;
    }

        .wpo-donations-amount input:focus,
        .wpo-donations-details input:focus,
        .wpo-donations-details textarea:focus {
            border-color: #029ca5;
        }

.payment-name ul li input {
    margin-left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wpo-payment-select ul {
    list-style: none;
}

.payment-name ul {
    display: flex;
    margin-top: 30px;
}

.wpo-payment-area form {
    overflow: unset !important;
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.payment-name ul {
    list-style: none;
}

    .payment-name ul li input {
        margin-left: 0;
    }

    .payment-name ul li {
        margin-left: 15px;
    }

.wpo-payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.wpo-payment-select ul {
    display: flex;
}

    .wpo-payment-select ul li {
        margin-left: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #5B5B5B;
    }

.wpo-payment-select label {
    font-size: 18px;
    font-weight: 600;
}

.wpo-payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

    .wpo-payment-area h2 span {
        font-size: 30px;
        color: #ff493c;
    }

.wpo-payment-area {
    width: 100%;
}

.payment-name ul li input {
    margin-left: 0;
    position: absolute;
    z-index: -1;
}

    .payment-name ul li input:checked ~ label {
        background: #fcebbd;
    }

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.payment-name .visa label {
    border: 1px solid #0057A0;
}

.payment-name .mas label {
    border: 1px solid #CC0000;
}

.payment-name .ski label {
    border: 1px solid #691A5F;
}

.payment-name .pay label {
    border: 1px solid #019CDE;
}

.wpo-payment-option {
    padding: 0 15px;
}

.payment-name.active {
    display: block;
}

.wpo-payment-option.active .payment-name {
    display: none !important;
}

.wpo-payment-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}

    .wpo-payment-area .form-style input:focus {
        border: 1px solid #029ca5;
    }

.wpo-payment-area .contact-form {
    margin-top: 40px;
}

#Donations .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
}

#Donations .submit-area {
    text-align: center;
}

@media(max-width: 992px) {
    .wpo-event-details-wrap {
        margin-bottom: 30px;
    }
}

@media(max-width: 590px) {

    .wpo-payment-select ul {
        display: flex;
        flex-wrap: wrap;
    }

    .wpo-doanation-payment {
        padding: 20px 10px;
    }
}

.wpo-donate-header h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
}

/*----------------------------------------------
#8.0 event-details-page
----------------------------------------------*/

.wpo-event-details-text {
    margin-top: 50px;
}

    .wpo-event-details-text h2 {
        margin-bottom: 30px;
    }

.wpo-event-details-wrap {
    margin-top: 40px;
}

.wpo-event-details-tab .nav {
    justify-content: space-between;
    display: flex;
}

.wpo-event-details-tab .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}

.wpo-event-details-wrap {
    border: 1px solid #ebebeb;
}

.wpo-event-details-area .wpo-event-img {
    float: none;
    box-shadow: 0px 3px 7px 0px rgba(90, 90, 90, 0.1);
}

.wpo-event-details-tab .nav li a {
    display: block;
    text-align: center;
    color: #062265;
    transition: all .5s;
    font-weight: 700;
    margin-left: 1px;
    border: none;
    border-radius: 0px;
    background: #f6f6f6;
    border-bottom: none;
    border-top: 4px solid transparent;
    line-height: 20px;
    height: 50px;
}

.wpo-event-details-tab .nav li:last-child a {
    margin-left: -1px;
}

.wpo-event-details-tab .nav li.active a,
.wpo-event-details-tab .nav li:hover a {
    background: #fff;
    outline: none;
    border: none;
    color: #062265;
    border-top: 4px solid #00c6d1;
}

.wpo-event-details-content {
    padding: 30px;
}

#Schedule ul {
    list-style: none;
    margin-top: 30px;
}

    #Schedule ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        position: relative;
        padding-right: 20px;
        padding-bottom: 10px;
    }

        #Schedule ul li:before {
            content: "";
            background: #00c6d1;
            background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
            background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
            background: -o-linear-gradient(left, #00b3d6, #2e7d32);
            background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
            background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
            background: linear-gradient(left, #00b3d6, #2e7d32);
            width: 6px;
            height: 6px;
            position: absolute;
            right: 0;
            top: 6px;
        }

#Map .contact-map iframe {
    width: 100%;
    height: 500px;
}

.event-contact .wpo-donations-details {
    border: none;
    padding: 0;
}

    .event-contact .wpo-donations-details .theme-btn {
        border: none;
        outline: none;
        border-radius: 40px;
        box-shadow: none;
        margin-top: 20px;
    }

@media(max-width: 590px) {
    .wpo-event-details-tab .nav li a {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .wpo-event-details-tab .nav {
        flex-wrap: wrap;
    }

        .wpo-event-details-tab .nav li a {
            margin-bottom: 15px;
        }
}

/*============================================
#9.0 wpo-blog-pg-section 
=============================================*/

/******************************
  #page title
******************************/
.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    height: 400px;
    text-align: center;
    position: relative;
    margin: 0 40px;
}


    .page-title:before {
        content: "";
        background: rgba(10, 54, 94, .3);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .page-title .container {
        height: 100%;
        display: table;
    }

        .page-title .container &gt; .row {
            vertical-align: middle;
            display: table-cell;
        }

    .page-title h2,
    .page-title ol {
        color: #283a5e;
    }

    .page-title h2 {
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 0.30em;
        text-transform: capitalize;
        font-weight: 700;
        color: #fff;
    }

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-top: 30px;
    }

    .page-title {
        height: 310px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-top: 20px;
    }

    .page-title {
        height: 250px;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    margin-left: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: #fff;
}

    .page-title .breadcrumb li a:hover {
        color: #029ca5;
    }

.page-title .breadcrumb &gt; li + li {
    margin-left: 20px;
    padding-right: 15px;
}

    .page-title .breadcrumb &gt; li + li:before {
        content: "/";
        color: #fff;
        padding: 0;
        position: absolute;
        left: -8px;
        top: 2px;
    }


.preloader2 {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

    .preloader2 .spinner {
        width: 70px;
        position: absolute;
        left: calc(50% - 35px);
        top: calc(50% - 12px);
    }

        .preloader2 .spinner &gt; div {
            width: 18px;
            height: 18px;
            background-color: #029ca5;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

        .preloader2 .spinner .bounce1 {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .preloader2 .spinner .bounce2 {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

@-webkit-keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 wpo-blog page
--------------------------------------------------------------*/

/*------------------------------------
wpo-blog sidebar
------------------------------------*/
.wpo-blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** quote-widget ****/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .wpo-blog-sidebar {
        padding-right: 0px;
    }
}

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

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

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

@media (max-width: 767px) {
    .wpo-blog-sidebar-2 {
        margin-top: 0;
        max-width: 400px;
        margin-bottom: 80px;
    }
}


.wpo-blog-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

    .wpo-blog-sidebar .widget h3:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 60px;
        height: 4px;
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
    }

.wpo-blog-sidebar &gt; .widget + .widget {
    margin-top: 65px;
}

.wpo-blog-sidebar .search-widget {
    border: 0;
    padding: 0;
}

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

    .wpo-blog-sidebar .search-widget input {
        height: 50px;
        font-size: 16px;
        font-size: 1rem;
        border: 1px solid #ebebeb;
        padding: 6px 20px 6px 50px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .wpo-blog-sidebar .search-widget input:focus {
            background-color: rgba(0, 198, 209, 0.1);
        }

    .wpo-blog-sidebar .search-widget form button {
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff;
        border: 0;
        outline: 0;
        width: 50px;
        height: 50px;
        line-height: 54px;
        position: absolute;
        left: 0;
        top: 0;
    }

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

    .wpo-blog-sidebar .category-widget ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        position: relative;
        padding-right: 20px;
        padding-bottom: 10px;
    }

        .wpo-blog-sidebar .category-widget ul li:before {
            content: "";
            background: #bbb;
            width: 8px;
            height: 8px;
            position: absolute;
            right: 0;
            top: 4px;
            border-radius: 50%;
        }

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

.wpo-blog-sidebar .category-widget ul li span {
    position: absolute;
    left: 0;
    color: #03a2cb;
}

.wpo-blog-sidebar .category-widget ul &gt; li + li {
    margin-top: 12px;
}

.wpo-blog-sidebar .category-widget ul a {
    display: block;
    color: #777;
}

    .wpo-blog-sidebar .category-widget ul a:hover {
        color: #029ca5;
    }

.wpo-blog-sidebar .category-widget ul li:hover:before {
    background: #029ca5;
}

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

.wpo-blog-sidebar .recent-post-widget .posts &gt; .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f0f0;
}

.wpo-blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: right;
}

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

.wpo-blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    color: #444444;
}

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

.wpo-blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #242f6c;
    font-family: 'Now';
    font-weight: 400;
}

@media (max-width: 1199px) {
    .wpo-blog-sidebar .recent-post-widget .post h4 {
        font-size: 14px;
    }
}

.wpo-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #029ca5;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
    color: #888;
}

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

.wpo-blog-sidebar .quote-widget {
    border: 0;
    padding: 0;
}

    .wpo-blog-sidebar .quote-widget .quote {
        background-color: #f5f5f5;
        padding: 30px;
    }

        .wpo-blog-sidebar .quote-widget .quote p {
            margin: 0;
        }

    .wpo-blog-sidebar .quote-widget i {
        display: block;
    }

    .wpo-blog-sidebar .quote-widget .fi:before {
        font-size: 35px;
    }

    .wpo-blog-sidebar .quote-widget .quoter {
        position: relative;
        padding: 25px 25px 25px 110px;
    }

        .wpo-blog-sidebar .quote-widget .quoter .img-holder {
            position: absolute;
            left: 0;
        }

        .wpo-blog-sidebar .quote-widget .quoter img {
            padding: 5px;
            border: 1px solid #dcdcdc;
            border-radius: 50%;
        }

        .wpo-blog-sidebar .quote-widget .quoter h4 {
            font-size: 16px;
            font-size: 1rem;
            font-weight: bold;
            margin: 0 0 0.3em;
            padding-top: 1.3em;
        }

            .wpo-blog-sidebar .quote-widget .quoter h4 + p {
                font-size: 14px;
                font-size: 0.875rem;
                margin: 0;
            }

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

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

        .wpo-blog-sidebar .tag-widget ul li a {
            font-size: 14px;
            display: inline-block;
            padding: 10px 22px;
            color: #525252;
            border: 1px solid #ebebeb;
            border-radius: 0;
        }

@media(max-width: 1200px) {
    .wpo-blog-sidebar .tag-widget ul li a {
        padding: 10px 13px;
        font-size: 14px;
    }
}

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

.instagram ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

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

        .instagram ul li img {
            width: 100%;
        }

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 45px;
}

@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 {
        float: left;
        margin-right: 10px;
    }

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

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

.pagination-wrapper .pg-pagination li a {
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #666;
    border: 0;
    display: block;
    border-radius: 5px;
}

    .pagination-wrapper .pg-pagination .active a,
    .pagination-wrapper .pg-pagination li a:hover {
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        color: #fff;
    }

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

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

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

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

/*------------------------------------
  category sidebar
------------------------------------*/
.category-sidebar {
    /*** category-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .category-sidebar {
        padding-right: 45px;
    }
}

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

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

.category-sidebar .widget {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

    .category-sidebar .widget h3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        border-bottom: 1px solid #ebebeb;
        margin: 0 -30px 30px;
        padding: 0 0 30px 30px;
        position: relative;
        text-transform: capitalize;
    }

.category-sidebar &gt; .widget + .widget {
    margin-top: 30px;
}

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

    .category-sidebar .category-widget ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        position: relative;
        padding-right: 20px;
    }

        .category-sidebar .category-widget ul li:before {
            content: "";
            background: #bbb;
            width: 6px;
            height: 6px;
            position: absolute;
            left: 0;
            top: 8px;
        }

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

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

.category-sidebar .category-widget ul &gt; li + li {
    margin-top: 12px;
}

.category-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

    .category-sidebar .category-widget ul a:hover {
        color: #029ca5;
    }

.category-sidebar .category-widget ul li:hover:before {
    background: #029ca5;
}

.category-sidebar .tag-widget {
    padding: 15px 0;
}

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

        .category-sidebar .tag-widget ul li {
            font-size: 15px;
            font-size: 0.9375rem;
            position: relative;
        }

            .category-sidebar .tag-widget ul li:before {
                content: "";
                width: 15px;
                height: 15px;
                border: 3px solid #d7d7d7;
                border-radius: 50%;
                position: absolute;
                left: 30px;
                top: 15px;
            }

@media (max-width: 767px) {
    .category-sidebar .tag-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.category-sidebar .tag-widget ul a {
    display: block;
    color: #525252;
    padding: 12px 15px 12px 60px;
}

    .category-sidebar .tag-widget ul a:hover {
        background: #029ca5;
        background: -webkit-linear-gradient(left, #029ca5, #3a9ce0);
        background: -moz-linear-gradient(left, #029ca5, #3a9ce0);
        background: -o-linear-gradient(left, #029ca5, #3a9ce0);
        background: -ms-linear-gradient(left, #029ca5, #3a9ce0);
        background: -webkit-gradient(linear, left top, right top, from(#029ca5), to(#3a9ce0));
        background: linear-gradient(left, #029ca5, #3a9ce0);
        color: #fff;
    }

.category-sidebar .tag-widget ul li:hover:before {
    border-color: #fff;
}

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

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

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

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

.wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 20px;
}

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

.wpo-blog-pg-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    color: #9298a4;
    text-transform: uppercase;
    font-weight: 500;
}

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

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

.wpo-blog-pg-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

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

.wpo-blog-pg-section .entry-meta &gt; li + li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta &gt; li + li {
        margin-right: 0;
        padding-right: 0;
    }
}

.wpo-blog-pg-section .entry-meta li a {
    color: #9298a4;
    font-weight: 400;
}

.wpo-blog-pg-section .entry-meta li:last-child a:before {
    content: "";
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 4px;
}

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

.wpo-blog-pg-section .entry-meta &gt; li:first-child {
    position: relative;
}

    .wpo-blog-pg-section .entry-meta &gt; li:first-child img {
        display: inline-block;
        border-radius: 50%;
        margin-left: 8px;
    }

.wpo-blog-pg-section .entry-meta &gt; li:last-child {
    position: relative;
}

    .wpo-blog-pg-section .entry-meta &gt; li:last-child i {
        position: relative;
        top: 2px;
    }

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta &gt; li:last-child {
        margin-left: 0px;
        top: 0;
    }
}

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

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

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

.wpo-blog-pg-section .post h3 a {
    color: #242f6c;
}

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

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

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

.wpo-blog-pg-section .post .read-more {
    font-weight: 700;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2px;
    border-bottom: 1px solid #00b3d6;
}

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

@media (max-width: 767px) {

    .wpo-blog-pg-section .format-standard,
    .wpo-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

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

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

        .wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
            background: #00c6d1;
            background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
            background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
            background: -o-linear-gradient(left, #00b3d6, #2e7d32);
            background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
            background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
            background: linear-gradient(left, #00b3d6, #2e7d32);
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 54px;
            padding: 0;
            margin: 0;
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

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

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

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

.wpo-blog-pg-section .format-quote {
    background: #fbfbfb;
    padding: 40px 60px;
    position: relative;
    padding-top: 15px;
}

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

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

.wpo-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f11a";
    font-size: 150px;
    color: #f2f3f3;
    margin-left: 0;
    position: absolute;
    right: 0%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width: 767px) {
    .wpo-blog-pg-section .format-quote:before {
        font-size: 100px;
        top: 26%;
    }
}

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

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

    .wpo-blog-pg-section .format-video .video-holder:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        opacity: .55;
    }

    .wpo-blog-pg-section .format-video .video-holder a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 83px;
        height: 83px;
        border-radius: 83px;
        display: inline-block;
        -webkit-animation: spineer 2s infinite;
        animation: spineer 2s infinite;
        z-index: 99;
    }

@media (max-width: 991px) {
    .wpo-blog-pg-section .format-video .video-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.wpo-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #029ca5;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

.entry-bottom {
    display: flex;
    justify-content: space-between;
}

    .entry-bottom ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .entry-bottom ul li .fi:before {
            font-size: 18px;
            margin-left: 10px;
            color: #9298a4;
        }

        .entry-bottom ul li:first-child .fi:before {
            color: #fd67d1;
        }

        .entry-bottom ul li {
            margin-left: 10px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            color: #9298a4;
        }

.post {
    position: relative;
}

.blog-thumb-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99;
}

.blog-thumb-text span {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    border-radius: 5px;
    font-size: 14px;
}

.post-text-wrap {
    padding: 40px;
    background: #f3fbfd;
}

.post-slider {
    position: relative;
}

.post-bloquote p {
    margin-bottom: 10px !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #283a5e;
    position: relative;
}

.post-bloquote span {
    color: #8f96a3;
}

.post-bloquote p:before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #00cbd7;
}

.post-bloquote {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

    .post-bloquote:before {
        font-family: "Flaticon";
        content: "\f10e";
        font-size: 50px;
        margin-left: 0;
        position: absolute;
        left: 0%;
        top: 30%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.post-text-wrap h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

    .post-text-wrap h5 .fi:before {
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
    }

.profile-img {
    padding: 40px;
}

    .profile-img img {
        border-radius: 50%;
    }

    .profile-img h2 {
        font-size: 25px;
        font-weight: 700;
    }

.profile-widget {
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    text-align: -webkit-center;
}

.pro-social ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #e0e0e0;
}

    .pro-social ul li {
        margin: 0 10px;
    }

        .pro-social ul li a {
            color: #283a5e;
        }

.wpo-blog-sidebar {
    padding-right: 30px;
}

    .wpo-blog-sidebar.wpo-blog-sidebar-2 {
        padding-right: 0;
        padding-right: 30px;
    }


@media(max-width: 1200px) {
    .profile-img h2 {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .post-bloquote p {
        font-size: 15px !important;
    }

    .post-text-wrap {
        padding: 20px;
    }
}

@media(max-width: 991px) {
    .wpo-blog-sidebar {
        padding-right: 0px;
    }

        .wpo-blog-sidebar.wpo-blog-sidebar-2 {
            padding-right: 0;
            padding-right: 0px;
            margin-top: 30px;
            margin-bottom: 0;
        }
}

.get-intouch {
    text-align: center;
    background: url(../images/blog/get.png) no-repeat center center;
    position: relative;
    z-index: 1;
    object-fit: cover;
    max-width: 345px;
}

.get-item {
    padding: 40px 30px;
}

.get-intouch:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .40;
    z-index: -1;
}

.get-intouch h2 {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
}

@media(max-width: 1200px) {
    .get-intouch h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
#10.0 wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

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

.wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 35px;
}

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

.wpo-blog-single-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
}

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

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta li {
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-single-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

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

.wpo-blog-single-section .entry-meta &gt; li + li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta &gt; li + li {
        margin-right: 13px;
        padding-right: 9px;
    }
}

.wpo-blog-single-section .entry-meta li a {
    color: #525252;
    text-transform: uppercase;
}

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

.wpo-blog-single-section .entry-meta &gt; li:first-child {
    position: relative;
    top: 0px;
}

    .wpo-blog-single-section .entry-meta &gt; li:first-child img {
        display: inline-block;
        border-radius: 50%;
        padding-right: 8px;
    }

.wpo-blog-single-section .entry-meta &gt; li:last-child {
    position: relative;
}

    .wpo-blog-single-section .entry-meta &gt; li:last-child i {
        position: relative;
        top: 2px;
    }

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta &gt; li:last-child {
        margin-left: 0px;
    }
}

.wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0 0 0.5em;
}

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

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

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

.wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

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

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

.wpo-blog-single-section .post blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.wpo-blog-single-section .post blockquote:before {
    font-family: "Flaticon";
    content: "\f10e";
    background: #029ca5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 40px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

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

.wpo-blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.wpo-blog-single-section .tag-share {
    margin: 70px 0;
}

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

@media screen and (min-width: 1200px) {
    .wpo-blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.wpo-blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.wpo-blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.wpo-blog-single-section .tag-share ul {
    overflow: hidden;
}

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

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

.wpo-blog-single-section .tag-share .tag a {
    background-color: #f8f8f8;
    display: block;
    padding: 9px 18px;
    color: #525252;
    border-radius: 50px;
}

    .wpo-blog-single-section .tag-share .tag a:hover {
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        color: #fff;
    }

.wpo-blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #525252;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

    .wpo-blog-single-section .tag-share .share a:hover {
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        color: #fff;
        border-color: #2e7d32;
    }

.wpo-blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .author-box {
        padding: 35px 40px;
    }
}

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

.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-right: 25px;
}

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

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

.wpo-blog-single-section .author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
    font-weight: 600;
}

.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-left: 15px;
    }

    .wpo-blog-single-section .author-box .social-link a {
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #242f6c;
    }

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

.wpo-blog-single-section .more-posts {
    margin: 70px 0;
}

    .wpo-blog-single-section .more-posts .previous-post {
        display: inline-block;
        float: left;
    }

    .wpo-blog-single-section .more-posts .next-post {
        display: inline-block;
        float: right;
    }

        .wpo-blog-single-section .more-posts .previous-post a,
        .wpo-blog-single-section .more-posts .next-post a {
            background-color: #f8f8f8;
            font-weight: 600;
            color: #525252;
            display: block;
            padding: 15px 40px;
            border-radius: 60px;
        }

@media (max-width: 767px) {

    .wpo-blog-single-section .more-posts .previous-post a,
    .wpo-blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.wpo-blog-single-section .more-posts .previous-post a:hover,
.wpo-blog-single-section .more-posts .next-post a:hover {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    color: #fff;
}

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

    .wpo-blog-single-section .comments-area li &gt; div {
        background: #f8f8f8;
        padding: 30px;
        margin-bottom: 20px;
    }

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

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

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

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

.wpo-blog-single-section .comments-area .comments-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    color: #242f6c;
}

.wpo-blog-sidebar.wpo-blog-sidebar-2 {
    padding-right: 0;
    padding-right: 30px;
}

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

    .wpo-blog-sidebar.wpo-blog-sidebar-2 {
        padding-right: 0;
        padding-right: 0px;
        margin-top: 30px;
    }
}

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

.wpo-blog-single-section .comments-area .comment-theme {
    position: absolute;
    right: 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-right: 100px;
}

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

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

.wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1em;
}

    .wpo-blog-single-section .comments-area .comments-meta h4 span {
        font-weight: normal;
        text-transform: none;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #666;
        margin-top: 8px;
        font-weight: 400;
    }

.wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 16px;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 700;
}

    .wpo-blog-single-section .comments-area .comment-reply-link i {
        margin-left: 5px;
    }

.wpo-blog-single-section .comment-respond {
    margin-top: 70px;
}

    .wpo-blog-single-section .comment-respond .comment-reply-title {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 1.5em;
        color: #283a5e;
    }

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

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

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

@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 &gt; input:nth-child(1) {
        width: 49%;
        float: left;
    }

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

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

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

.wpo-blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
    background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
    background: -o-linear-gradient(left, #00b3d6, #2e7d32);
    background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
    background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
    background: linear-gradient(left, #00b3d6, #2e7d32);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
}

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

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

.entry-media img {
    width: 100%;
}

.author-btn a {
    padding: 15px 35px;
    background: #f8f8f8;
    display: inline-block;
    border-radius: 40px;
    color: #555555;
}

    .author-btn a:hover {
        background: #00c6d1;
        background: -webkit-linear-gradient(left, #00b3d6, #2e7d32);
        background: -moz-linear-gradient(left, #00b3d6, #2e7d32);
        background: -o-linear-gradient(left, #00b3d6, #2e7d32);
        background: -ms-linear-gradient(left, #00b3d6, #2e7d32);
        background: -webkit-gradient(linear, left top, right top, from(#009344), to(#39B54A));
        background: linear-gradient(left, #00b3d6, #2e7d32);
        color: #fff;
    }

.wpo-blog-pg-section .format-video .video-holder a {
    background-color: #fff;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

    .wpo-blog-pg-section .format-video .video-holder a:before {
        border-left: 20px solid #111;
    }

.wpo-blog-sidebar-2 {
    margin-top: 0px;
    margin-bottom: 60px;
}

.wpo-blog-sidebar blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0 30px;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

    .wpo-blog-sidebar blockquote:before {
        font-family: "Flaticon";
        content: "\f119";
        font-size: 35px;
        position: absolute;
        left: 30px;
        top: 40px;
    }

.quote-img img {
    border-radius: 50%;
}

.quote-img {
    position: relative;
    width: 96px;
    height: 96px;
    float: left;
    margin-left: 35px;
}

    .quote-img:before {
        position: absolute;
        left: -9px;
        top: -9px;
        width: 120%;
        height: 120%;
        border: 1px solid #d7d7d7;
        content: "";
        border-radius: 50%;
    }

.quote-text {
    overflow: hidden;
}

    .quote-text h2 {
        font-size: 16px;
        color: #242f6c;
    }

    .quote-text span {
        font-size: 15px;
        color: #666666;
    }

.quote-wrap {
    overflow: hidden;
    padding: 20px 10px 10px;
}

.blog-pg-left-sidebar .wpo-blog-sidebar {
    padding-right: 0;
    padding-right: 30px;
}

@media(max-width: 430px) {
    .wpo-blog-single-section .comments-area ol ul {
        padding-right: 0;
        list-style: none;
    }

    .wpo-blog-sidebar blockquote {
        padding: 50px 30px 24px 70px;
        margin: 60px 0 30px;
    }

    .quote-img {
        float: none;
        margin-bottom: 20px;
    }

    .wpo-blog-single-section .tag-share .tag a {
        padding: 9px 16px;
    }
}




@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/*--------------------------------------------------------------
#11.0 error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

    .error-404-section .error-message {
        margin-top: 70px;
        padding: 0 200px;
    }

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

.error-message .theme-btn-s4 {
    background-color: #029ca5;
    color: #fff;
}

.right-icon.active {
    border-style: dashed;
    border-color: #298243;
    background-color: #f5f5f5;
}

.right-icon img {
    animation: none !important;
    right: 23px !important;
    width: 50% !important;
    top: 19px !important;
}

.courses-area .custom-grid {
    float: right;
}

/*----------------------------------------------
end*
-----------------------------------------------*/
</pre></body></html>