/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Tmexco - Degital Marketplace WordPress Theme
Version:        1.0.0
Author:         wpocans
URL:            http://themeforest.net/user/wpocans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  features-section
#0.7  new-product-section
#0.8  new-product-section
#0.9  fun-fact-section
#1.0  testimonials-section
#1.1  pricing-section
#1.2  blog-section
#1.3  news-letter-section

--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------
#2.1  fun-fact-section-s2
#2.2  new-product-section-s2
#2.3  exclusive-product-s2
#2.4  counter-section
#2.5  features-s2-section


--------------------------------------------------------------
  #about page
--------------------------------------------------------------
#3.1  about-page-about-area
#3.2  about-pg-funfact-section
#3.3  team-section


--------------------------------------------------------------
  #contact page
--------------------------------------------------------------
#4.1  contact-info-section
#4.2  contact-form-map


--------------------------------------------------------------
  #blog page
--------------------------------------------------------------
#5.1  blog-pg-section


--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------
#6.1  blog-single-section


--------------------------------------------------------------
  #category page
--------------------------------------------------------------
#7.1  category-page-section


--------------------------------------------------------------
  #author page
--------------------------------------------------------------
#8.1  author-info-section
#8.1  user-info-tab-section


--------------------------------------------------------------
  #product single page
--------------------------------------------------------------
#9.1  product-single-section



----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/
@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: "Open Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    color: #525252;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

p {
    color: #777b96;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Now";
    color: #242f6c;
}

ul {
    padding-left: 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%;
}

/*--------------------------------------------------------------
#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;
    }
}

/*** 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: #4734c0;
    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;
}

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

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

.section-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0 0 0.67em;
}

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

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

.section-title p {
    margin: 0;
}

.theme-btn,
.theme-btn-s3,
.theme-btn-s4,
.view-cart-btn {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 16px 22px;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
}

/*.elementor a.theme-btn {
    -webkit-box-shadow: 0 0 0 5px #c8eaf5;
    box-shadow: 0 0 0 5px #c8eaf5;
}

.elementor a.theme-btn-s2 {
    -webkit-box-shadow: 0 0 0 5px #c8eaf5;
    box-shadow: 0 0 0 5px #c8eaf5;
}
*/
.theme-btn:after,
.theme-btn-s3:after,
.theme-btn-s4:after,
.view-cart-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    -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,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.view-cart-btn:focus,
.theme-btn:active,
.theme-btn-s3:active,
.theme-btn-s4:active,
.view-cart-btn:active {
    color: #fff;
}

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

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s3,
    .theme-btn-s4,
    .view-cart-btn {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s3,
    .theme-btn-s4,
    .view-cart-btn {
        padding: 12px 18px;
        font-size: 13px;
    }
}

.theme-btn-s2 {
    background: #fff;
    display: inline-block;
    padding: 16px 22px;
    border-radius: 0;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-weight: 600;
    color: #4e4d54;
}

.theme-btn-s2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    -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;
}

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

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    color: #fff;
}

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

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

.theme-btn-s3,
.theme-btn-s4 {
    background: #c968ff;
    -webkit-box-shadow: 0 0 0 5px #f3e0fe;
    box-shadow: 0 0 0 5px #f3e0fe;
    background: -webkit-linear-gradient(left, #6168f3, #c968ff);
    background: -moz-linear-gradient(left, #6168f3, #c968ff);
    background: -o-linear-gradient(left, #6168f3, #c968ff);
    background: -ms-linear-gradient(left, #6168f3, #c968ff);
    background: -webkit-gradient(linear, left top, right top, from(#6168f3), to(#c968ff));
    background: linear-gradient(left, #6168f3, #c968ff);
    z-index: 1;
    position: relative;
}

.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, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
    -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-s3:hover:after,
.theme-btn-s4:hover:after {
    opacity: 1;
}

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

.theme-btn-s4 {
    background: #f6d365;
    background: -webkit-linear-gradient(left, #f6d365, #fda085);
    background: -moz-linear-gradient(left, #f6d365, #fda085);
    background: -o-linear-gradient(left, #f6d365, #fda085);
    background: -ms-linear-gradient(left, #f6d365, #fda085);
    background: -webkit-gradient(linear, left top, right top, from(#f6d365), to(#fda085));
    background: linear-gradient(left, #f6d365, #fda085);
    -webkit-box-shadow: 0 0 0 5px #fcf5df;
    box-shadow: 0 0 0 5px #fcf5df;
    z-index: 1;
    position: relative;
}

.theme-btn-s4:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(left, #fda085, #f6d365);
    background: -moz-linear-gradient(left, #fda085, #f6d365);
    background: -o-linear-gradient(left, #fda085, #f6d365);
    background: -ms-linear-gradient(left, #fda085, #f6d365);
    background: -webkit-gradient(linear, left top, right top, from(#fda085), to(#f6d365));
    background: linear-gradient(left, #fda085, #f6d365);
    -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-s4:hover:after {
    opacity: 1;
}

.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
    color: #fff;
}

.view-cart-btn {
    display: block;
    margin-top: 20px;
    font-family: 'now'
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 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: #4734c0;
}

/******************************
  #page title
******************************/
.wpo-page-title {
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -moz-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -o-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -ms-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    height: 335px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

@media screen and (min-width: 992px) {
    .header-style-1 + .wpo-page-title .container {
        padding-top: 100px;
    }
}

@media screen and (min-width: 992px) {
    .header-style-1 + .wpo-page-title {
          height: 450px;
    }
}

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

.wpo-page-title h2 {
    font-size: 33px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color: white;
    line-height: 45px;
}

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

@media (max-width: 767px) {
    .wpo-page-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

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

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

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

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

.wpo-page-title .breadcrumb li a {
    color: #4734c0;
}

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

.wpo-page-title .breadcrumb>li+li {
    margin-left: 20px;
    padding-left: 0px;
}

.wpo-page-title .breadcrumb>li+li:before {
    content: "/";
    padding: 0;
    position: absolute;
    left: -14px;
    top: 1px;
    color: #fff;
}

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

.preloader .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);
}

.preloader .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);
}

.preloader .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4734c0;
    -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%;
}

.preloader .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);
}

.preloader .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);
}

.preloader .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);
}

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

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

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

/*------------------------------------
  blog sidebar
------------------------------------*/
.wpo-blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** quote-widget ****/
    /*** tag-widget ***/
}
.wpo-blog-sidebar .widget {
    background: #f9f9f9;
    padding: 40px;
}
@media screen and (min-width: 992px) {
    .wpo-blog-sidebar {
        padding-left: 45px;
    }
}

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

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

.wpo-blog-sidebar .widget h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 0.8em;
    margin: 0 0 1.2em;
    position: relative;
    text-transform: capitalize;
}
.wpo-blog-sidebar .widget h3:before {
    content: "";
    background: #1bcdf8;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    text-align: center;
}
.wpo-blog-sidebar>.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 50px 6px 20px;
    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: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 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-left: 20px;
    line-height: 22px;
}

.wpo-blog-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 11px;
}

@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;
    right: 0;
}

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

.wpo-blog-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

.wpo-blog-sidebar .category-widget ul a:hover {
    color: #4734c0;
}

.wpo-blog-sidebar .category-widget ul li:hover:before {
    background: #4734c0;
}

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

.wpo-blog-sidebar .recent-post-widget .posts>.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: left;
}

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

.wpo-blog-sidebar .recent-post-widget .post h4 {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}

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

.wpo-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #4734c0;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #525252;
}

.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: left;
    margin: 0 8px 8px 0;
}

.wpo-blog-sidebar .tag-widget ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    padding: 5px 14px;
    color: #525252;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

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

/**** 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-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 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: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    border-color: #4734c0;
    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 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

.category-sidebar .widget h3 {
    font-family: "Open Sans", sans-serif;
    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>.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-left: 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>li+li {
    margin-top: 12px;
}

.category-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

.category-sidebar .category-widget ul a:hover {
    color: #4734c0;
}

.category-sidebar .category-widget ul li:hover:before {
    background: #4734c0;
}

.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: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
}

.category-sidebar .tag-widget ul li:hover:before {
    border-color: #fff;
}

.theme-accordion-s1 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel+.panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
    background: #4734c0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #242f6c;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 40px 25px 15px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 25px 10px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}

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

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

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

.wpo-site-header #navbar {
    -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 ul {
    list-style: none;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #4734c0;
}
.wpo-site-header.header-style-1 #navbar>ul li a:hover {
    color: #fff;
}
@media (max-width: 991px) {
  .wpo-site-header.header-style-1 #navbar>ul li a:hover {
        color: #333;
    }  
}
@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }
    .wpo-site-header #navbar li {
        position: relative;
    }
	.wpo-site-header #navbar li.menu-item-has-children {
		position: relative;
		padding-right: 15px;
	}
    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        font-size: 1rem;
    }
    .wpo-site-header #navbar > ul > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 8px;
        font-size: 0.5rem;
        position: absolute;
        right: 2px;
        top: 42%;
    }
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 220px;
        position: absolute;
        left: 0;
        top: 100%;
        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;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
    }

    .wpo-site-header #navbar>ul>li .sub-menu li {
        /*border-bottom: 1px solid #f5f5f5;*/
    }
    .wpo-site-header #navbar > ul > li .sub-menu a:hover {
        color: #4734c0;
        padding-left: 25px;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 10px 20px;
        color: #525252;
        text-align: left;
    }

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

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

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        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%);
    }

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

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

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

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

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

    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
        text-align: left;
    }

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

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

    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e61a";
        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 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 #4734c0;
        position: absolute;
        right: 0;
        top: 100%;
        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.875rem;
        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.875rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

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

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

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

@media (max-width: 991px) {

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

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

    .wpo-site-header #navbar .mega-menu-content>.row>.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.875rem;
        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-color: #4734c0;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 20;
    }
    .wpo-site-header.dont-has-menu .navbar-header button {
        display: none;
    }
    .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: -330px;
        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: #4734c0;
    }

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

    .wpo-site-header #navbar .close-navbar {
        background-color: #8472f7;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        outline: none;
        position: absolute;
        left: -25px;
        top: 32px;
        z-index: 20;
        border-radius: 50%;
    }
    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header #navbar>ul>li {
        /*border-bottom: 1px solid #f2f2f2;*/
    }

    .wpo-site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
        text-align: left;
    }

    .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>li {
        float: none;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*---------------------------------------------
  header style 1
----------------------------------------------*/
.header-style-1,
.header-style-2 {
    /*** cart-search-contact ***/
}
.header-style-1 {
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: center;
}
@media screen and (min-width: 1366px) {
     .header-style-1 .container-fluid {
        position: relative;
        padding: 0 100px;
    }   
}

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

    .header-style-1,
    .header-style-2 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .header-style-1 .navigation,
    .header-style-2 .navigation {
        background-color: transparent;
    }

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

    .header-style-1 #navbar {
        margin-left: 56px;
    }
    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a {
        font-size: 14px;
        font-size: 0.875rem;
        color: #323a67;
        padding: 25px 12px;
    }
    .header-style-1 #navbar>ul>li>a {
        color: #fff;
    }
}

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

    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a {
        font-size: 16px;
        font-size: 1rem;
        padding: 40px 18px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .header-style-1 {
        border-bottom: 1px solid rgb(118, 102, 220);
    }

    .header-style-1 .navigation,
    .header-style-2 .navigation {
        padding: 15px 0;
         background-color:#6d5ae6;
    }

    .header-style-2 .navbar-brand {
        padding-top: 3px;
    }
    .header-style-1 .navbar-brand{
        padding-top: 0px;
    }
}

.header-style-1 .wpo-cart-search-contact,
.header-style-2 .wpo-cart-search-contact {
    position: absolute;
    right: 27px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.header-style-1 .wpo-cart-search-contact {
    right: 100px;
}
@media (max-width: 1366px) { 
    .header-style-1 .wpo-cart-search-contact {
        right: 20px;
    }
}
@media (max-width: 991px) {

    .header-style-1 .wpo-cart-search-contact,
    .header-style-2 .wpo-cart-search-contact {
        right: 75px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .wpo-cart-search-contact,
    .header-style-2 .wpo-cart-search-contact {
        right: 80px;
    }
}

.header-style-1 .wpo-cart-search-contact button,
.header-style-2 .wpo-cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-1 .wpo-cart-search-contact .fi:before,
.header-style-2 .wpo-cart-search-contact .fi:before {
    font-size: 19px;
    color: #525252;
}
.header-style-1 .wpo-cart-search-contact button.search-toggle-btn .fi:before ,
.header-style-1 .wpo-cart-search-contact button.cart-toggle-btn .fi:before {
    color: #fff;
}
.header-style-1 .wpo-cart-search-contact button .fi:before {
    color: #333;
}
.header-style-1 .wpo-cart-search-contact>div,
.header-style-2 .wpo-cart-search-contact>div {
    float: left;
    position: relative;
}

.header-style-1 .wpo-cart-search-contact>div+div,
.header-style-2 .wpo-cart-search-contact>div+div {
    margin-left: 20px;
}

.header-style-1 .wpo-cart-search-contact .wpo-header-search-form,
.header-style-2 .wpo-cart-search-contact .wpo-header-search-form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 51px;
    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: 991px) {

    .header-style-1 .wpo-cart-search-contact .wpo-header-search-form,
    .header-style-2 .wpo-cart-search-contact .wpo-header-search-form {
        top: 68px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .wpo-cart-search-contact .wpo-header-search-form,
    .header-style-2 .wpo-cart-search-contact .wpo-header-search-form {
        top: 63px;
        right: 15px;
    }
}

.header-style-1 .wpo-cart-search-contact form div,
.header-style-2 .wpo-cart-search-contact form div {
    position: relative;
}

.header-style-1 .wpo-cart-search-contact form div button,
.header-style-2 .wpo-cart-search-contact form div button {
    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%);
}

.header-style-1 .wpo-cart-search-contact .search-toggle-btn,
.header-style-2 .wpo-cart-search-contact .search-toggle-btn {
    padding-top: 8px;
}

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

@media (max-width: 450px) {

    .header-style-1 .wpo-cart-search-contact .wpo-mini-cart,
    .header-style-2 .wpo-cart-search-contact .wpo-mini-cart {
        display: none;
    }
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart .fi:before,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.5625rem;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart .cart-count,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart .cart-count {
    background: #4734c0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.625rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 51px;
    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: 991px) {

    .header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content,
    .header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content {
        top: 68px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content,
    .header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content {
        top: 63px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content,
    .header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content p,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content p {
    font-family: "Now";
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #242f6c;
    margin: 0;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-items,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-items {
    padding: 25px 20px;
}

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

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

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

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

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des a,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    color: #242f6c;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des a:hover,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des a:hover {
    color: #4734c0;
}

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

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des .wpo-mini-cart-item-quantity,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-item-des .wpo-mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.75rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action {
    padding: 20px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action .theme-btn-s2,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-1 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action .mini-checkout-price,
.header-style-2 .wpo-cart-search-contact .wpo-mini-cart-content .wpo-mini-cart-action .mini-checkout-price {
    font-family: "Now";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #242f6c;
    display: inline-block;
}

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

.header-style-1 .wpo-cart-search-contact .btns,
.header-style-2 .wpo-cart-search-contact .btns {
    position: relative;
    top: -8px;
    margin-left: 30px;
}

@media (max-width: 991px) {

    .header-style-1 .wpo-cart-search-contact .btns,
    .header-style-2 .wpo-cart-search-contact .btns {
        top: -5px;
    }
    .header-style-1 .wpo-cart-search-contact .btns a {
        padding: 12px 22px;
    }
}
.header-style-1 .wpo-cart-search-contact .btns a {
    background: #1af3cb;
    background: -webkit-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -moz-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -o-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -ms-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -webkit-gradient(linear, left top, right top, from(#1af3cb), to(#0ab8eb));
    background: linear-gradient(left, #1af3cb, #0ab8eb);
}
@media (max-width: 600px) {

    .header-style-1 .wpo-header-search-form-wrapper,
    .header-style-2 .wpo-header-search-form-wrapper,
    .header-style-1 .wpo-mini-cart,
    .header-style-2 .wpo-mini-cart {
        display: none;
    }
}

@media (max-width: 767px) {

    .header-style-1 .wpo-cart-search-contact,
    .header-style-2 .wpo-cart-search-contact {
        right: 70px;
    }
}

@media (max-width: 460px) {

    .header-style-1 .wpo-cart-search-contact,
    .header-style-2 .wpo-cart-search-contact {
        display: none;
    }
}

.header-style-2 {
    position: relative;
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .header-style-2 #navbar>ul>li>a {
        padding: 40px 12px;
    }

    .header-style-2 .navbar-brand {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .header-style-2 #navbar>ul>li>a {
        padding: 40px 18px;
    }
}
.header-style-1 .wpo-site-logo {
    margin-top: 10px;
}
@media (max-width: 991px) { 
    .header-style-1 .wpo-site-logo {
        margin-top: 0px;
    }
}
/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

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

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #838383;
    background-blend-mode: multiply;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #07a49b;
}

/*--------------------------------------------------------------
  #hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
    height: 100vh;
    min-height: 750px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-1 {
        height: 600px;
        min-height: 600px;
    }
}

.hero-style-1 .container,
.hero-style-1 .row,
.hero-style-1 .col {
    height: 100%;
}

.hero-style-1 .col {
    display: table;
}
@media (max-width: 550px) { 
    .hero-style-1 .col {
        margin-top: -30px;
    }
}
.hero-style-1 .hero-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

.hero-style-1 h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;
    margin: 0 0 0.68em;
    line-height: 65px;
	color:#fff;
}
@media (max-width: 1199px) { 
    .hero-style-1 h2 {
        font-size: 45px;
    }
}
@media (max-width: 991px) {
    .hero-style-1 h2 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

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

.page-wrapper .hero-style-1 p {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 1.9em;
    max-width: 550px;
	color:#fff;
}

@media (max-width: 991px) {
    .hero-style-1 p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .hero-style-1 p {
        font-size: 16px;
        font-size: 1rem;
    }
    .page-wrapper .hero-style-1 p {
        font-size: 16px;
    }
}

.hero-style-1 .btns>a:first-child {
    margin-right: 20px;
    background: #1af3cb;
    background: -webkit-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -moz-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -o-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -ms-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -webkit-gradient(linear, left top, right top, from(#1af3cb), to(#0ab8eb));
    background: linear-gradient(left, #1af3cb, #0ab8eb);
}
.hero-style-1 .btns>a:first-child:after {
    background: #0ab8eb;
    background: -webkit-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -moz-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -o-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -ms-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -webkit-gradient(linear, left top, right top, from(#0ab8eb), to(#1af3cb));
    background: linear-gradient(left, #0ab8eb, #1af3cb);
}

@media (max-width: 767px) {
    .hero-style-1 .btns>a:first-child {
        margin-right: 10px;
    }
}

.hero-style-1 .right-vec {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1005px;
    height: 850px;
}
@media (min-width: 1921px) { 
    .hero-style-1 .right-vec {
        position: absolute;
        right: 0;
        bottom: 100px;
        width: 1101px;
        height: 900px;
    }
}
@media (max-width: 1500px) {
    .hero-style-1 .right-vec {
        width: 700px;
        height: 730px;
    }
}

@media (max-width: 1199px) {
    .hero-style-1 .right-vec {
        width: 600px;
        height: 600px;
        top: 119px;
    }
}

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

.hero-style-1 .right-vec:before {
    content: "";
   	background-position:center center;
	background-size:cover;
	background-attachment:local;
	background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (min-width: 1921px) {
    .hero-style-1 .right-vec:before {
        content: "";
		background-position:center center;
		background-size:cover;
		background-attachment:local;
		background-repeat:no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 151px;
        bottom: 0;
    }
}
.hero-style-1 .right-vec a {
    background-color: #6168f3;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    position: absolute;
    left: 235px;
    top: 235px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@media (max-width: 991px) {
    .hero-style-1 .right-vec 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%);
    }
}

.hero-style-1 .right-vec a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white;
    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);
    }
}

/*--------------------------------------------------------------
  #hero-style-2
--------------------------------------------------------------*/
.hero-style-2,
.hero-style-3 {
    background: url("../images/hero-style-2-bg.jpg") center center/cover no-repeat local;
    height: 100vh;
    min-height: 650px;
    position: relative;
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3 {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-2 .container,
.hero-style-3 .container,
.hero-style-2 .row,
.hero-style-3 .row,
.hero-style-2 .col,
.hero-style-3 .col {
    height: 100%;
}


.hero-style-2 .col,
.hero-style-3 .col {
    display: table;
}

.hero-style-2 .hero-text,
.hero-style-3 .hero-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-style-2 h2,
.hero-style-3 h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;
    margin: 0 0 0.48em;
}

@media (max-width: 991px) {

    .hero-style-2 h2,
    .hero-style-3 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .hero-style-2 h2,
    .hero-style-3 h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.hero-style-2 h2 span,
.hero-style-3 h2 span {
    color: #4734c0;
}

.hero-style-2 p,
.hero-style-3 p {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 3.3em;
}

@media (max-width: 991px) {

    .hero-style-2 p,
    .hero-style-3 p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {

    .hero-style-2 p,
    .hero-style-3 p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.hero-style-2 .search-area,
.hero-style-3 .search-area {
    max-width: 800px;
    margin: 0 auto;
}

.hero-style-2 form>div:first-child,
.hero-style-3 form>div:first-child {
    width: 175px;
    float: left;
}

@media (max-width: 767px) {

    .hero-style-2 form>div:first-child,
    .hero-style-3 form>div:first-child {
        width: 100px;
    }
}

.hero-style-2 form>div:last-child,
.hero-style-3 form>div:last-child {
    width: 140px;
    float: right;
}

@media (max-width: 767px) {

    .hero-style-2 form>div:last-child,
    .hero-style-3 form>div:last-child {
        width: 80px;
    }
}

.hero-style-2 form>div:nth-child(2),
.hero-style-3 form>div:nth-child(2) {
    width: calc(100% - 315px);
    float: left;
}

@media (max-width: 767px) {

    .hero-style-2 form>div:nth-child(2),
    .hero-style-3 form>div:nth-child(2) {
        width: calc(100% - 180px);
    }
}

.hero-style-2 form,
.hero-style-3 form {
    -webkit-box-shadow: 0 0 0 10px #eaf6f6;
    box-shadow: 0 0 0 10px #eaf6f6;
}

@media (max-width: 767px) {

    .hero-style-2 form,
    .hero-style-3 form {
        -webkit-box-shadow: 0 0 0 5px #eaf6f6;
        box-shadow: 0 0 0 5px #eaf6f6;
    }
}

.hero-style-2 form input,
.hero-style-3 form input,
.hero-style-2 form select,
.hero-style-3 form select,
.hero-style-2 form button,
.hero-style-3 form button {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
    border-radius: 0;
}

@media (max-width: 767px) {

    .hero-style-2 form input,
    .hero-style-3 form input,
    .hero-style-2 form select,
    .hero-style-3 form select,
    .hero-style-2 form button,
    .hero-style-3 form button {
        height: 50px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}


.hero-style-2 form select,
.hero-style-3 form select {
    padding: 0 25px;
    background: white;
    border-right: 1px solid #eaf6f6;
}

.hero-style-2 form select:focus,
.hero-style-3 form select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.hero-style-2 form button,
.hero-style-3 form button {
    background: #00abd5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
}

.hero-style-2 form button:after,
.hero-style-3 form button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    -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;
}

.hero-style-2 form button:hover:after,
.hero-style-3 form button:hover:after {
    opacity: 1;
}

.hero-style-2 .nice-select,
.hero-style-3 .nice-select {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    border-radius: 70px 0 0 70px;
    border-right: 1px solid #6cf5fd;
}

@media (max-width: 767px) {

    .hero-style-2 .nice-select,
    .hero-style-3 .nice-select {
        height: 50px;
        line-height: 50px;
    }
}

/*--------------------------------------------------------------
  #hero-style-3
--------------------------------------------------------------*/
.hero-style-3 {
    height: 800px;
    min-height: 750px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-3 h2,
.hero-style-3 p,
.hero-style-3 h2 span {
    color: #fff;
}

.hero-style-3 form {
    border: 0;
    border-radius: 70px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .hero-style-3 form {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    }
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.wpo-site-footer {
    background-color: #0d223e;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** resource-widget ***/
    /*** market-widget ***/
    /*** lower-footer ***/
}

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

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

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

.wpo-site-footer .upper-footer {
    padding: 90px 0px;
}

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

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

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

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

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

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

.wpo-site-footer .widget-title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 991px) {
    .wpo-site-footer .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

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

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

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

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

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

.wpo-site-footer .about-widget ul>li+li {
    margin-left: 15px;
}

.wpo-site-footer .about-widget ul a {
    color: #fff;
    font-size: 14px;
    background: #09336b;
    padding: 12px;
    display: block;
    line-height: 1;
    border-radius: 50px;
}

.wpo-site-footer .about-widget ul a:hover {
    color: #4734c0;
}

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

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

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

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

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

.wpo-site-footer .link-widget ul li {
    position: relative;
    padding-left: 25px;
}
.wpo-site-footer .link-widget ul li:before {
    position: absolute;
    left: 0;
    content: "\e6af";
    font-family: 'themify';
}
.wpo-site-footer .link-widget ul a {
    color: #fff;
}

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

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

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

.wpo-site-footer .market-widget .sold-earning {
    overflow: hidden;
    padding-top: 15px;
}

.wpo-site-footer .market-widget .sold-earning>div {
    width: 50%;
    float: left;
}

.wpo-site-footer .market-widget .sold-earning p {
    font-family: "Now";
    font-size: 14px;
    font-size: 0.875rem;
}

.wpo-site-footer .market-widget .sold-earning h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #eee;
    font-weight: bold;
    margin-bottom: 0;
}

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

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

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

.wpo-site-footer .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 {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
}

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

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

.header-style-1 .sticky-header {
    background-color: #7564e5;
}

/*--------------------------------------------------------------
#0.6  features-section
--------------------------------------------------------------*/


.features-section .feature-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .features-section .feature-grids {
        margin: 0 -7.5px;
    }
}

.features-section .feature-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    border-radius: 0;
    padding: 60px 45px;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    transform: .3s;
}

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

@media (max-width: 767px) {
    .features-section .feature-grids .grid {
        width: calc(50% - 15px);
        padding: 40px 20px;
        margin: 0 7.5px 30px;
    }
}

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

.features-section .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 991px) {
    .features-section .icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
}



.features-section .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
}

@media (max-width: 991px) {
    .features-section .fi:before {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.features-section h3 {
    font-weight: 600;
    font-size: 21px;
    margin: 35px 0px 22px;
}

@media (max-width: 991px) {
    .features-section h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .features-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-wrapper .features-section p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
}

@media (max-width: 991px) {
    .features-section p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
#0.7  new-product-section
--------------------------------------------------------------*/


.new-product-section .new-product-grids .grid {
    overflow: hidden;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .new-product-section .new-product-grids .grid {
        margin: 0 -15px;
    }
}

.new-product-section .new-product-grids .grid .item {
    width: calc(16.66% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(82, 82, 82, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(82, 82, 82, 0.1);
}

@media (max-width: 1199px) {
    .new-product-section .new-product-grids .grid .item {
        width: calc(25% - 30px);
    }
}

@media (max-width: 650px) {
    .new-product-section .new-product-grids .grid .item {
        width: calc(33.33% - 30px);
        padding: 20px 15px;
    }
}

@media (max-width: 500px) {
    .new-product-section .new-product-grids .grid .item {
        width: calc(50% - 30px);
        padding: 20px 15px;
    }
}

.new-product-section .icon {
    background: #ffad6f;
    background: -webkit-linear-gradient(top, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(top, #ffad6f, #ff7d90);
    background: -o-linear-gradient(top, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(top, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(top, #ffad6f, #ff7d90);
    width: 100%px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 90px;
}

.new-product-section .icon .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
}

@media (max-width: 991px) {
    .new-product-section .icon .fi:before {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.new-product-section .grid>.item:nth-child(2) .icon {
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
}

.new-product-section .grid>.item:nth-child(3) .icon {
    background: -webkit-linear-gradient(top, #c968ff, #6168f3);
    background: -moz-linear-gradient(top, #c968ff, #6168f3);
    background: -o-linear-gradient(top, #c968ff, #6168f3);
    background: -ms-linear-gradient(top, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
    background: linear-gradient(top, #c968ff, #6168f3);
}

.new-product-section .grid>.item:nth-child(4) .icon {
    background: -webkit-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -moz-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -o-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -ms-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9ed9), to(#fc7ab5));
    background: linear-gradient(top, #fb9ed9, #fc7ab5);
}

.new-product-section .grid>.item:nth-child(5) .icon {
    background: -webkit-linear-gradient(top, #f6d365, #fda085);
    background: -moz-linear-gradient(top, #f6d365, #fda085);
    background: -o-linear-gradient(top, #f6d365, #fda085);
    background: -ms-linear-gradient(top, #f6d365, #fda085);
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#fda085));
    background: linear-gradient(top, #f6d365, #fda085);
}

.new-product-section .grid>.item:nth-child(6) .icon {
    background: -webkit-linear-gradient(top, #7387fd, #2e5add);
    background: -moz-linear-gradient(top, #7387fd, #2e5add);
    background: -o-linear-gradient(top, #7387fd, #2e5add);
    background: -ms-linear-gradient(top, #7387fd, #2e5add);
    background: -webkit-gradient(linear, left top, left bottom, from(#7387fd), to(#2e5add));
    background: linear-gradient(top, #7387fd, #2e5add);
}

.new-product-section .grid>.item:nth-child(7) .icon {
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
}

.new-product-section .grid>.item:nth-child(8) .icon {
    background: -webkit-linear-gradient(top, #f6d365, #fda085);
    background: -moz-linear-gradient(top, #f6d365, #fda085);
    background: -o-linear-gradient(top, #f6d365, #fda085);
    background: -ms-linear-gradient(top, #f6d365, #fda085);
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#fda085));
    background: linear-gradient(top, #f6d365, #fda085);
}

.new-product-section .grid>.item:nth-child(9) .icon {
    background: -webkit-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -moz-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -o-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -ms-linear-gradient(top, #fb9ed9, #fc7ab5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9ed9), to(#fc7ab5));
    background: linear-gradient(top, #fb9ed9, #fc7ab5);
}

.new-product-section .grid>.item:nth-child(10) .icon {
    background: -webkit-linear-gradient(top, #c968ff, #6168f3);
    background: -moz-linear-gradient(top, #c968ff, #6168f3);
    background: -o-linear-gradient(top, #c968ff, #6168f3);
    background: -ms-linear-gradient(top, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
    background: linear-gradient(top, #c968ff, #6168f3);
}

.new-product-section .grid>.item:nth-child(11) .icon {
    background: -webkit-linear-gradient(top, #7387fd, #2e5add);
    background: -moz-linear-gradient(top, #7387fd, #2e5add);
    background: -o-linear-gradient(top, #7387fd, #2e5add);
    background: -ms-linear-gradient(top, #7387fd, #2e5add);
    background: -webkit-gradient(linear, left top, left bottom, from(#7387fd), to(#2e5add));
    background: linear-gradient(top, #7387fd, #2e5add);
}

.new-product-section .item p {
    color: #242f6c;
    margin-top: 15px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .new-product-section .item p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .new-product-section .item p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #bbbbbb;
    padding: 0;
    border-radius: 60px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    position: relative;
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
    -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;
}

@media (max-width: 767px) {
    .new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #4734c0;
    color: #fff;
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
    opacity: 1;
}

/*--------------------------------------------------------------
#0.8  new-product-section
--------------------------------------------------------------*/

.exclusive-product .tablinks {
    border: 1px solid #ebebeb;
    padding: 25px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .exclusive-product .tablinks {
        padding: 20px;
        margin-bottom: 60px;
    }
}

@media (max-width: 450px) {
    .exclusive-product .tablinks {
        padding-top: 25px;
    }
}

.exclusive-product .tablinks ul {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}

.exclusive-product .tablinks ul li {
    float: left;
}

@media (max-width: 450px) { 
    .exclusive-product .tablinks ul li {
        margin-bottom: 0px;
        float: none;
        text-align: center;
        display: inline;
    }
}
@media (max-width: 991px) {
    .exclusive-product .tablinks ul li {
        margin-bottom: 5px;
    }
}

.exclusive-product .tablinks ul>li+li {
    margin-left: 15px;
}

.exclusive-product .tablinks a {
    background: #f1f2f7;
    padding: 4px 30px 1px 30px;
    color: #242f6c;
    display: block;
    border-radius: 5px;
    border: 2px solid rgb(238, 241, 247);
    font-family: now;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .exclusive-product .tablinks a {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        padding: 9px 15px;
    }
}

@media (max-width: 767px) {
    .exclusive-product .tablinks a {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 5px 15px;
    }
    .exclusive-product .tablinks ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
   
    .exclusive-product .tablinks ul li {
        margin-bottom: 10px;
        display: inherit;
    }
    .exclusive-product .tablinks a {
        display: inline-block;
        padding: 5px 15px 1px 15px;
    }

    .exclusive-product .tablinks li.active a {
        padding: 5px 15px 1px 15px;
    }
}

.exclusive-product .tablinks li.active a {
    background: #6350db;
    border: 2px solid #6350db;
    color: #fff;
    text-decoration: none;
}

.exclusive-product .product-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .exclusive-product .product-grids {
        margin: 0 -7.5px;
    }
}

.exclusive-product .product-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
    .exclusive-product .product-grids .grid {
        width: calc(50% - 30px);
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .exclusive-product .product-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
        min-height: 140px;
    }
}

@media (max-width: 650px) {
    .exclusive-product .product-grids .grid {
        width: calc(100% - 15px);
        float: none;
        min-height: 140px;
    }
}

.exclusive-product .product-img-tag {
    position: relative;
}
@media (max-width: 991px) {
    .exclusive-product .product-img-tag img {
        width: 100%;
    }
}
.exclusive-product .product-img-tag .badge {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.exclusive-product .product-img-tag .badge-feature {
    background: #ffad6f;
    background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
    background: -o-linear-gradient(left, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(left, #ffad6f, #ff7d90);
}

.exclusive-product .product-img-tag .badge-new {
    background: #c968ff;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
}

.exclusive-product .product-details-wrap {
    padding: 30px 30px 25px;
}

@media (max-width: 991px) {
    .exclusive-product .product-details-wrap {
        padding: 30px 20px 25px;
    }
}

.exclusive-product .product-details h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.4em;
    line-height: 1.4em;
}

.exclusive-product .product-details h4 a {
    color: #242f6c;
}

.exclusive-product .product-details h4 a:hover {
    text-decoration: underline;
}

.exclusive-product .product-details .author {
    font-size: 14px;
    font-size: 0.875rem;
}

.exclusive-product .product-details .author a {
    color: #525252;
}

.exclusive-product .product-details .author a:hover {
    text-decoration: underline;
}

.exclusive-product .product-details .rating {
    margin-top: 10px;
}

.exclusive-product .product-details .rating .fi:before {
    font-size: 16px;
    font-size: 1rem;
    color: #fba12c;
}

.exclusive-product .product-footer {
    padding: 20px 0 0;
    margin-top: 25px;
    border-top: 1px solid #ecebed;
}

.exclusive-product .product-footer>div {
    display: inline-block;
}

.exclusive-product .product-footer .live-preview-cart {
    float: right;
    overflow: hidden;
}

.exclusive-product .product-footer .live-preview-cart>div {
    float: left;
}

.exclusive-product .product-footer .price h5 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .exclusive-product .product-footer .price h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.exclusive-product .product-footer .live-preview a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    border: 1px solid #9283fe;
    padding: 3px 23px;
    color: #242f6c;
    margin-right: 10px;
    border-radius: 50px;
}

.exclusive-product .product-footer .live-preview a:hover {
    background: #4734c0;
    color: #fff;
    border-color: #4734c0;
}

.exclusive-product .product-footer .cart a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #9284fe;
    display: block;
    border-radius: 50px;
}

.exclusive-product .product-footer .cart .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
}

/*--------------------------------------------------------------
#0.9  fun-fact-section
--------------------------------------------------------------*/

.fun-fact-section .fun-fact-grids {
    margin: 0 -15px;
}

.fun-fact-section .fun-fact-grids .grid {
    background-color: #7564e5;
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    text-align: center;
    padding: 40px 25px;
}

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

@media (max-width: 500px) {
    .fun-fact-section .fun-fact-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.fun-fact-section .fun-fact-grids .grid h3 ,
.fun-fact-section .fun-fact-grids .grid p {
    color: #fff;
}
.fun-fact-section .fun-fact-grids .grid p {
    margin-bottom: 10px;
}
.fun-fact-section .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
    color: #fff;
}


.fun-fact-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: bold;
    margin: 0;
    padding: 6px 0px 5px;
}

@media (max-width: 1199px) {
    .fun-fact-section h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.fun-fact-section p {
    margin: 0;
}

@media (max-width: 1199px) {
    .fun-fact-section p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
#1.0  testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
    padding-bottom: 103px;
}

@media (max-width: 991px) {
    .testimonials-section {
        padding-bottom: 73px;
    }
}

@media (max-width: 767px) {
    .testimonials-section {
        padding-bottom: 63px;
    }
}

.testimonials-section .container-fluid {
    padding: 0 70px;
}

@media (max-width: 767px) {
    .testimonials-section .container-fluid {
        padding: 0 20px;
    }
}

.testimonials-section .testimonial-grids {
    margin-top: -25px;
}

.testimonials-section .testimonial-grids .grid {
    border: 1px solid #9384ff;
    position: relative;
    border-radius: 0;
    padding: 60px 50px 45px;
    position: relative;
    background: #7564e5;
}

@media (max-width: 767px) {
    .testimonials-section .testimonial-grids .grid {
        padding: 60px 20px 25px;
    }
}

.testimonials-section .testimonial-grids .grid:before {
    font-family: "Flaticon";
    content: "\f118";
    font-size: 40px;
    font-size: 2.5rem;
    color: #ddd;
    position: absolute;
    right: 50px;
    top: 25px;
}

.testimonials-section .grid img {
    width: auto;
    max-width: 100%;
}

.testimonials-section .grid .img-holder {
    position: absolute;
    top: -45px;
}

.testimonials-section .grid .img-holder img {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-radius: 50%;
}

.testimonials-section h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.3em;
    color: #fff;
}

.testimonials-section h4+p {
    font-size: 13px;
    margin: 0 0 1.7em;
    color: #687693;
    padding-top: 2px;
    color: #fff;
}

.testimonials-section .testimonial-grids .grid .details p {
    margin-bottom: 0px;
    color: #fff;
}
.testimonials-section .owl-carousel .owl-stage-outer .center .grid {
    background: #eaf7f7;
    border-color: #eaf7f7;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:before {
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #8472f7;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}


.testimonials-section .owl-carousel .owl-stage-outer {
    padding-top: 75px;
}



.testimonials-section .owl-theme .owl-controls {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .testimonials-section .owl-theme .owl-controls {
        margin-top: 20px;
    }
}


/*Extar overwrite*/

/*.testimonials-section .owl-carousel .grid {
    background: #eaf7f7;
    border-color: #eaf7f7;
}
*/
.testimonials-section .owl-carousel .grid:before {
    background: -webkit-linear-gradient(left, #00add5, #51f2ca);
    background: -moz-linear-gradient(left, #00add5, #51f2ca);
    background: -o-linear-gradient(left, #00add5, #51f2ca);
    background: -ms-linear-gradient(left, #00add5, #51f2ca);
    background: -webkit-gradient(linear, left top, right top, from(#00add5), to(#51f2ca));
    background: linear-gradient(left, #00add5, #51f2ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.testimonials-section .owl-carousel .grid:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #8472f7;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
*/
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #00add5;
  opacity: 0.7;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  opacity: 1;
}

/*End */

/*--------------------------------------------------------------
#1.1  pricing-section
--------------------------------------------------------------*/


.pricing-section .pricing-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .pricing-section .pricing-grids {
        margin: 0 -7.5px;
    }
}

.pricing-section .pricing-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 10px;
}

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

@media (max-width: 767px) {
    .pricing-section .pricing-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .pricing-section .pricing-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.pricing-section .pricing-title {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 25px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .pricing-section .pricing-title {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

.pricing-section .pricing-title .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
    color: #1af3cb;
}

@media (max-width: 767px) {
    .pricing-section .pricing-title .fi:before {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

.pricing-section .pricing-title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #242f6c;
    margin: 0.3em 0 0;
}

@media (max-width: 767px) {
    .pricing-section .pricing-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}


.pricing-section .price {
    padding: 0 0 25px 0px;
    text-align: center;
}

.pricing-section .price h4 {
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .pricing-section .price h4 {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

.pricing-section .price h4 span {
    font-size: 17px;
}

.pricing-section .price>span {
    font-family: "Now";
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #8268f7;
}

.pricing-section .pricing-body ul {
    list-style: none;
    padding-left: 0px;
}

.pricing-section .pricing-body ul li {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
    color: #687693;
}



.pricing-section .pricing-footer {
    padding: 30px 0px 50px 0px;
    text-align: center;
}
.pricing-section .pricing-footer .theme-btn-s4 {
    background: #1af3cb;
    background: -webkit-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -moz-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -o-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -ms-linear-gradient(left, #1af3cb, #0ab8eb);
    background: -webkit-gradient(linear, left top, right top, from(#1af3cb), to(#0ab8eb));
    background: linear-gradient(left, #1af3cb, #0ab8eb);
}
.pricing-section .pricing-footer .theme-btn-s4:after {
    background: #0ab8eb;
    background: -webkit-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -moz-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -o-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -ms-linear-gradient(left, #0ab8eb, #1af3cb);
    background: -webkit-gradient(linear, left top, right top, from(#0ab8eb), to(#1af3cb));
    background: linear-gradient(left, #0ab8eb, #1af3cb);
    border-radius: 0;
}
/*--------------------------------------------------------------
#1.2  blog-section
--------------------------------------------------------------*/
.blog-section {
    padding-bottom: 90px;
}

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

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

.blog-section .blog-grids {
    margin: 0 -15px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 767px) {
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
}

.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
}

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

@media (max-width: 767px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.blog-section .entry-media {
    position: relative;
}

.blog-section .entry-media .tag {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.blog-section .entry-details {
    padding: 28px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 767px) {
    .blog-section .entry-details {
        padding: 25px 20px;
    }
}

.blog-section .entry-details h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.75em;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .blog-section .entry-details h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-section .entry-details h3 a {
    color: #242f6c;
}

.blog-section .entry-details h3 a:hover {
    text-decoration: underline;
}

.blog-section .entry-details .author img {
    border-radius: 50%;
    display: inline-block;
    max-width: 35px;
}

.tmexco-admin-user {
    display: inline-block;
    padding-left: 7px;
    color: #525252;
}

.blog-section .entry-details .author {
    border-top: 1px solid rgba(97, 97, 97, 0.1);
    padding-top: 22px;
}
.blog-section .entry-details .author a {
    font-size: 14px;
    font-weight: 600;
    color: #595d76;
    display: inline-block;
    padding-left: 0px;
    text-transform: capitalize;
}

.blog-section .entry-details .author a:hover {
    text-decoration: underline;
}
.blog-grids .entry-details .date {
    display: inline;
    font-size: 14px;
    padding-left: 10px;
}
.blog-grids .entry-details .date i {
    padding-right: 7px;
    color: #9a9a9a;
    position: relative;
    top: 1px;
}
.blog-section.shortcode-post .blog-grids .grid ul.meta {
   border-top: 1px solid #f1f1f1;
   padding-top: 20px;
}
.blog-section.shortcode-post .blog-grids .grid ul.meta li {
    display: inline-block;
    font-size: 14px;
    color: #5d6d7a;
}
.blog-section.shortcode-post .blog-grids .grid ul.meta li a {
    color: #5d6d7a;
}

.blog-section.shortcode-post .blog-grids .grid ul.meta li i {
    display: inline-block;
    padding-right: 3px;
    color: #8472f7;
}
.blog-section.shortcode-post .blog-grids .grid ul.meta >li:last-child i {
    position: relative;
    top: 2px;
}
.blog-section.shortcode-post .blog-grids .grid ul.meta>li + li {
    margin-left: 35px;
}
.blog-section.shortcode-post .entry-details h3 {
    margin-bottom: 20px;

}

.blog-section.shortcode-post .entry-media .date {
    min-width: 85px;
    height: 85px;
    background: #6c59e6f2;
    padding: 20px;
    position: absolute;
    right: 16px;
    top: 10px;
    text-align: center;
    border-radius: 50px;
}

.blog-section.shortcode-post .entry-media p {
    font-family: now;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
}
.blog-section.shortcode-post .entry-media p span {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    padding-top:5px;
}
/*--------------------------------------------------------------
#1.3  news-letter-section
--------------------------------------------------------------*/
.news-letter-section {
    text-align: center;
}


.news-letter-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0 0 1.5em;
    line-height: 0.8em;
    color: #fff;
}

@media (max-width: 991px) {
    .news-letter-section h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .news-letter-section h3 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 32px;
    }
}

.news-letter-section {
    margin: 0 auto;
}

.news-letter-section div {
    position: relative;
}

.news-letter-section div input {
    height: 55px;
    border: 0;
    outline: 0;
    border-radius: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px 15px 25px;
}

@media (max-width: 991px) {
    .news-letter-section div input {
        height: 50px;
    }
}

.news-letter-section div button {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    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;
}

@media (max-width: 991px) {
    .news-letter-section div button {
        width: 120px;
        height: 40px;
    }
}

/*--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1  fun-fact-section-s2
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .fun-fact-section-s2 {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 {
        margin-top: 80px;
    }
}

.fun-fact-section-s2 .fun-fact-grids {
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    background: #fff;
}

@media screen and (min-width: 992px) {
    .fun-fact-section-s2 .fun-fact-grids {
        margin-top: -85px;
    }
}

.fun-fact-section-s2 .left-grid {
    background-color: #fbfbfb;
    border-right: 1px solid #c6f2f1;
    width: 300px;
    float: left;
    padding: 50px 50px 50px 120px;
    position: relative;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 .left-grid {
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px 50px;
    }
}

.fun-fact-section-s2 .left-grid .icon {
    position: absolute;
    left: 50px;
    top: 45px;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 .left-grid .icon {
        position: static;
    }
}

.fun-fact-section-s2 .left-grid .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
    color: #4734c0;
}

.fun-fact-section-s2 .left-grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #4734c0;
    margin: 0.32em 0 0;
}

.fun-fact-section-s2 .left-grid p {
    margin: 0;
}

.fun-fact-section-s2 .right-grid {
    width: calc(100% - 300px);
    float: right;
    overflow: hidden;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 .right-grid {
        width: 100%;
        float: none;
    }
}

.fun-fact-section-s2 .right-grid>.grid {
    width: 33.33%;
    float: left;
    padding: 50px 50px 44px;
    position: relative;
}

@media (max-width: 1199px) {
    .fun-fact-section-s2 .right-grid>.grid {
        padding: 50px 35px 44px;
    }
}

@media (max-width: 650px) {
    .fun-fact-section-s2 .right-grid>.grid {
        width: 100%;
        float: none;
        text-align: center;
        border-top: 1px solid #f1f1f1;
        padding: 30px;
    }
}

.fun-fact-section-s2 .right-grid>.grid+.grid:before {
    content: "";
    background: #dddddd;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
}

@media (max-width: 650px) {
    .fun-fact-section-s2 .right-grid>.grid+.grid:before {
        display: none;
    }
}

.fun-fact-section-s2 .right-grid h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    color: #4734c0;
    margin: 0;
}

@media (max-width: 1199px) {
    .fun-fact-section-s2 .right-grid h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 .right-grid h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.fun-fact-section-s2 .right-grid p {
    margin: 0;
}

/*--------------------------------------------------------------
#2.2  new-product-section-s2
--------------------------------------------------------------*/

.new-product-section-s2 .new-product-grids .grid {
    overflow: hidden;
}

@media (max-width: 767px) {
    .new-product-section-s2 .new-product-grids .grid {
        margin: 0 -15px;
    }
}

.new-product-section-s2 .new-product-grids .grid .item {
    width: calc(16.66% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    padding: 0 0 10px;
    box-shadow: 0px 5px 15px 0px rgba(36, 47, 108, 0.08);
}

@media (max-width: 1199px) {
    .new-product-section-s2 .new-product-grids .grid .item {
        width: calc(25% - 30px);
    }
}

@media (max-width: 650px) {
    .new-product-section-s2 .new-product-grids .grid .item {
        width: calc(33.33% - 30px);
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .new-product-section-s2 .new-product-grids .grid .item {
        width: calc(50% - 30px);
    }
}

.new-product-section-s2 .item p {
    margin: 0.7em 0 0;
    font-weight: 600;
    color: #242f6c;
}

@media (max-width: 991px) {
    .new-product-section-s2 .item p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .new-product-section-s2 .item p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.new-product-section-s2 .item p a {
    color: #242f6c;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 63px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #a1a7c0;
    padding: 0;
    border-radius: 60px;
    box-shadow: 0px 5px 15px 0px rgba(141, 148, 179, 0.33);
    position: absolute;
    z-index: 1;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
    -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;
}

@media (max-width: 767px) {
    .new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #4734c0;
    color: #fff;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .new-product-section-s2 .owl-controls {
        width: 100%;
        position: absolute;
        top: 36%;
    }

    .new-product-section-s2 .owl-prev {
        position: absolute;
        left: -100px;
    }

    .new-product-section-s2 .owl-next {
        position: absolute;
        right: -100px;
    }
}

/*--------------------------------------------------------------
#2.3  exclusive-product-s2
--------------------------------------------------------------*/


.exclusive-product-s2 .tablinks {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .exclusive-product-s2 .tablinks {
        margin-bottom: 40px;
    }
}

.exclusive-product-s2 .tablinks ul {
    list-style: none;
    overflow: hidden;
}

.exclusive-product-s2 .tablinks ul li {
    float: left;
}

@media (max-width: 991px) {
    .exclusive-product-s2 .tablinks ul li {
        margin-bottom: 5px;
    }
}

.exclusive-product-s2 .tablinks ul>li+li {
    margin-left: 65px;
}

@media (max-width: 1199px) {
    .exclusive-product-s2 .tablinks ul>li+li {
        margin-left: 45px;
    }
}

.exclusive-product-s2 .tablinks a {
    font-weight: 600;
    color: #888787;
    display: block;
    text-align: center;
}

@media (max-width: 1199px) {
    .exclusive-product-s2 .tablinks a {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .exclusive-product-s2 .tablinks a {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.exclusive-product-s2 .tablinks a .fi:before {
    font-size: 25px;
    font-size: 1.5625rem;
}

.exclusive-product-s2 .tablinks a i {
    display: block;
}

.exclusive-product-s2 .tablinks li.active a {
    color: #4734c0;
    text-decoration: none;
}

.exclusive-product-s2 .product-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .exclusive-product-s2 .product-grids {
        margin: 0 -7.5px;
    }
}

.single-product .exclusive-product-s2 .product-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}
.exclusive-product-s2 .product-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 991px) {
    .exclusive-product-s2 .product-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .exclusive-product-s2 .product-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 650px) {
    .exclusive-product-s2 .product-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.exclusive-product-s2 .product-img-tag {
    position: relative;
}

.exclusive-product-s2 .product-img-tag .badge {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.exclusive-product-s2 .product-img-tag .badge-feature {
    background: #ffad6f;
    background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
    background: -o-linear-gradient(left, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(left, #ffad6f, #ff7d90);
}

.exclusive-product-s2 .product-img-tag .badge-new {
    background: #c968ff;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
}

.exclusive-product-s2 .product-details-wrap {
    padding: 30px 30px 25px;
}

@media (max-width: 991px) {
    .exclusive-product-s2 .product-details-wrap {
        padding: 30px 20px 25px;
    }
}

.exclusive-product-s2 .product-details h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.4em;
    line-height: 1.4em;
}

.exclusive-product-s2 .product-details h4 a {
    color: #242f6c;
}

.exclusive-product-s2 .product-details h4 a:hover {
    text-decoration: underline;
}

.exclusive-product-s2 .product-details .author {
    font-size: 14px;
    font-size: 0.875rem;
}

.exclusive-product-s2 .product-details .author a {
    color: #525252;
}

.exclusive-product-s2 .product-details .author a:hover {
    text-decoration: underline;
}

.exclusive-product-s2 .product-details .rating {
    margin-top: 10px;
}

.exclusive-product-s2 .product-details .rating .fi:before {
    font-size: 16px;
    font-size: 1rem;
    color: #fba12c;
}

.exclusive-product-s2 .product-footer {
    padding: 20px 0 0;
    margin-top: 25px;
    border-top: 1px solid #ecebed;
}

.exclusive-product-s2 .product-footer>div {
    display: inline-block;
}

.exclusive-product-s2 .product-footer .live-preview-cart {
    float: right;
    overflow: hidden;
}

.exclusive-product-s2 .product-footer .live-preview-cart>div {
    float: left;
}

.exclusive-product-s2 .product-footer .price h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .exclusive-product-s2 .product-footer .price h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.exclusive-product-s2 .product-footer .live-preview a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    border: 1px solid #9283fe;
    padding: 3px 23px;
    color: #242f6c;
    margin-right: 10px;
    border-radius: 50px;
}

.exclusive-product-s2 .product-footer .live-preview a:hover {
    background: #4734c0;
    color: #fff;
    border-color: #4734c0;
}

.exclusive-product-s2 .product-footer .cart a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #7664ea;
    display: block;
    border-radius: 50px;
}

.exclusive-product-s2 .product-footer .cart .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
}

/*--------------------------------------------------------------
#2.4  counter-section
--------------------------------------------------------------*/
.counter-section {
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -moz-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -o-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: -ms-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    background: gradient(linear, left top, right top, from(#4734c0), to(#8472f7));    width: 100%;
    padding: 98px 0;
    padding-bottom: 70px;
}

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

.counter-section .counter-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .counter-section .counter-grids {
        margin: 0 -7.5px;
    }
}

.counter-section .counter-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding-left: 150px;
    position: relative;
}

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

@media (max-width: 767px) {
    .counter-section .counter-grids .grid {
        width: calc(100% - 15px);
        margin: 0 7.5px 30px;
        float: none;
        padding-left: 110px;
    }
}

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

.counter-section .count {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border: 6px solid #d1fdfc;
    border-radius: 50%;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .counter-section .count {
        width: 90px;
        height: 90px;
        border: 3px solid #d1fdfc;
    }
}

.counter-section .count h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .counter-section .count h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .counter-section .count h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.counter-section h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #fff;
    margin: 1em 0 0.5em;
}

@media (max-width: 991px) {
    .counter-section h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .counter-section h4 {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 1em;
    }
}

.counter-section p {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    margin: 0;
}

/*--------------------------------------------------------------
#2.5  features-s2-section
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .features-s2-section {
        padding-bottom: 50px;
    }
}

.features-s2-section .col {
    position: relative;
}

.features-s2-section .separetor {
    background: #eceeee;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 1;
}

.features-s2-section .feature-grids {
    margin: 0 -15px;
}

.features-s2-section .feature-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 10px;
    position: relative;
    padding: 45px 45px 45px 110px;
}

@media (max-width: 1199px) {
    .features-s2-section .feature-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .features-s2-section .feature-grids .grid {
        width: calc(100% - 30px);
        float: none;
        padding: 45px 0 0 90px;
    }
}

.features-s2-section .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 90px;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 767px) {
    .features-s2-section .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.features-s2-section .feature-grids>.grid:nth-child(2) .fi:before {
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-s2-section .feature-grids>.grid:nth-child(3) .fi:before {
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-s2-section .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffad6f;
    background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
    background: -o-linear-gradient(left, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(left, #ffad6f, #ff7d90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .features-s2-section .fi:before {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.features-s2-section h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}

.page-wrapper .features-s2-section p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}

/*--------------------------------------------------------------
  #about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1  about-page-about-area
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .about-page-about-area .about-area {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .about-page-about-area .about-area {
        margin-bottom: 60px;
    }
}

.about-page-about-area .about-area h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: bold;
    margin: 0 0 1.32em;
    position: relative;
}

@media (max-width: 991px) {
    .about-page-about-area .about-area h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin: 0 0 0.8em;
    }
}

.about-page-about-area .about-area h2:before {
    content: "";
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: 60px;
    height: 3px;
    position: absolute;
    left: -72px;
    top: 15px;
}

@media (max-width: 991px) {
    .about-page-about-area .about-area h2:before {
        display: none;
    }
}

.about-page-about-area .about-area h2 span {
    color: #4734c0;
}

.about-page-about-area ul {
    list-style: none;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 0px;
}

.page-wrapper .about-page-about-area ul li {
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.about-page-about-area ul li:before {
    content: "";
    background-color: #bbb;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}

.about-page-about-area ul>li+li {
    margin-top: 15px;
}

.about-page-about-area .video-holder {
    position: relative;
    max-width: 570px;
}

.about-page-about-area .video-holder a {
    background-color: #6168f3;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
    width: 65px;
    height: 65px;
    border-radius: 65px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

.about-page-about-area .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    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%);
}


/*About us s2*/
.about-section-s2 .about-area {
    padding-left: 20px;
}
.about-section-s2 .section-title {
    text-align: left;
    margin-bottom: 30px;
}
.about-section-s2 .section-title span {
    font-family: "Now";
    font-size: 14px;
    text-transform: uppercase;
    color: #6168f3;
}
.about-section-s2 .section-title h2 {
    font-size: 36px;
    line-height: 1.22em;
    margin: 0.5em 0 0;
}
.details h5 {
    line-height: 27px;
}
.about-area .details p {
   font-size: 15px;
}

.about-section-s2 ul {
    font-family: "Now";
    color: #788390;
    overflow: hidden;
    margin: 30px 0;
    list-style: none;
    display: flex;
    padding-left: 0px;
}
.about-section-s2 ul li {
    padding-right: 25px;
}
/*--------------------------------------------------------------
#3.2  about-pg-funfact-section
--------------------------------------------------------------*/
.about-pg-funfact-section .fun-fact-grids {
    margin: 0 0 120px;
}

@media (max-width: 991px) {
    .about-pg-funfact-section .fun-fact-grids {
        margin: 0 0 90px;
    }
}

@media (max-width: 767px) {
    .about-pg-funfact-section .fun-fact-grids {
        margin: 0 0 80px;
    }
}

/*--------------------------------------------------------------
#3.3  team-section
--------------------------------------------------------------*/

.team-section .grid {
    text-align: center;
}

.team-section .grid .details {
    padding: 25px 0;
}

.team-section .grid .details p {
    margin-bottom: 10px;
    font-size: 14px;
}

.team-section h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.4em;
}

@media (max-width: 767px) {
    .team-section h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.team-section ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    padding-left: 0px;
    display: none;
}

.team-section ul li {
    float: left;
}

.team-section ul>li+li {
    margin-left: 25px;
}

.team-section ul a {
    color: #999;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #bbbbbb;
    padding: 0;
    border-radius: 60px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
    position: relative;
    z-index: 2;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
    -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;
}

@media (max-width: 767px) {
    .team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
    opacity: 1;
}



 /*Team s2*/

.team-area-s2 .team-text {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.team-area-s2 .team-text .social-icon {
    margin-top: -20px;
    position: absolute;
    top: 0;
}
.team-area-s2 .team-text ul{
 background: #7564e5;
 display: inline-block;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px; 
 border-top-left-radius: 20px;  
 border-bottom-left-radius: 20px;  
     padding-left: 8px;
    padding-right: 7px;
}
.team-area-s2 .team-text ul li{
 display: inline-block;
}
.team-area-s2 .team-text ul li a{
  display: block;
  width: 35px;
  height: 40px;
  background: #7564e5;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.team-area-s2 .team-text ul li a:hover {
  background: #7564e5;
}
.team-area-s2 .team-text ul li:last-child a {
 border-top-right-radius: 20px;  
 border-bottom-right-radius: 20px;  
}
.team-area-s2 .team-text ul li:first-child a {
 border-top-left-radius: 20px;  
 border-bottom-left-radius: 20px;  
}

.team-area-s2 .team-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.team-area-s2 .team-text span {
  color: #242f6c;
  font-weight: 500;
  font-size: 14px;
}

.team-area-s2 .signature {
    position: absolute;
    right: -15px;
    bottom: 4px;
    z-index: -1;
}
/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1  contact-info-section
--------------------------------------------------------------*/

.contact-info-section .contact-grids {
    margin: 0 -15px;
}

.contact-info-section .contact-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    padding: 55px 50px 55px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 10px;
    padding-bottom: 45px;
}

@media (max-width: 1199px) {
    .contact-info-section .contact-grids .grid {
        padding: 35px 30px;
    }
}

@media (max-width: 991px) {
    .contact-info-section .contact-grids .grid {
        width: calc(50% - 30px);
        float: left;
    }
}

@media (max-width: 767px) {
    .contact-info-section .contact-grids .grid {
        width: calc(100% - 30px);
        float: left;
    }
}

.contact-info-section h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1em;
}

@media (max-width: 1199px) {
    .contact-info-section h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.contact-info-section .icon-info .icon,
.contact-info-section .icon-info p {
    display: inline-block;
}

.contact-info-section .icon {
    background: #4734c0;
    background: -webkit-linear-gradient(top, #8472f7, #4734c0);
    background: -moz-linear-gradient(top, #8472f7, #4734c0);
    background: -o-linear-gradient(top, #8472f7, #4734c0);
    background: -ms-linear-gradient(top, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#8472f7), to(#4734c0));
    background: linear-gradient(top, #8472f7, #4734c0);
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.contact-info-section .icon .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #fff;
}

.contact-info-section p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .contact-info-section p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
#4.2  contact-form-map
--------------------------------------------------------------*/
.contact-form-map {
    padding-top: 0;
}

.contact-form-map .contact-form {
    padding: 50px 65px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 5px;
}

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

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

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

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

.contact-form-map form input,
.contact-form-map form select,
.contact-form-map form textarea {
     background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #525252;
}

@media (max-width: 991px) {

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

.contact-form-map form input:focus,
.contact-form-map form select:focus,
.contact-form-map form textarea:focus {
    border-color: #4734c0;
}

.contact-form-map form textarea {
    height: 140px;
}

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

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

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

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

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

.contact-form-map form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

.contact-form-map form>div:nth-child(2),
.contact-form-map form>div:nth-child(3) {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px -7.5px;
}

@media (max-width: 600px) {

    .contact-form-map form>div:nth-child(2),
    .contact-form-map form>div:nth-child(3) {
        width: calc(100% - 0px);
        float: none;
        margin: 0 0 15px;
    }
}

.contact-form-map form>div:nth-child(2) {
    margin: 0;
}

@media (max-width: 600px) {
    .contact-form-map form>div:nth-child(2) {
        margin: 0 0 15px;
    }
}

.contact-form-map form>div:nth-child(3) {
    margin: 0 0 15px 30px;
}

@media (max-width: 600px) {
    .contact-form-map form>div:nth-child(3) {
        margin: 0 0 15px;
    }
}

.contact-form-map form>div.clearfix {
    clear: both;
}

.contact-form input[type=submit] {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: auto;
    padding: 0 25px;
    border: 0;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 0 5px #c8eaf5;
    box-shadow: 0 0 0 5px #c8eaf5;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
}

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

.contact-form-map .contact-map {
    width: 100%;
    height: 604px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 767px) {
    .contact-form-map .contact-map {
        height: 500px;
    }
}

.contact-form-map .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form .contact-title h2 {
    margin-bottom: 15px;
}
.contact-form .contact-title p {
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
}
/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1  blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

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

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

@media (max-width: 767px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 50px;
    }
}
.wpo-blog-pg-section .wpo-blog-content .post .entry-media {
    margin-bottom: 35px;
}
.wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 45px;
    /*padding-top: 35px;*/
}

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

.wpo-blog-pg-section .entry-meta li {
    font-size: 13px;
    float: left;
    line-height: 1;
}

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

@media (max-width: 600px) {
    .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>li+li {
    margin-left: 15px;
    position: relative;
}

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

.wpo-blog-pg-section .entry-meta>li+li:nth-child(2) {
    margin-left: 0px;
    padding-left: 12px;
}
.wpo-blog-pg-section .entry-meta>li+li:nth-child(2) i {
    padding-right: 6px;
    position: relative;
    top: -1px;
}
.wpo-blog-pg-section .entry-meta>li+li:nth-child(2) i:before {
    color: #1bcdf8;
    font-size: 18px;
}
.wpo-blog-pg-section .entry-meta>li+li:nth-child(2) a {
    position: relative;
    top: -4px;
}
@media (max-width: 600px) {
    .wpo-blog-pg-section .entry-meta>li+li:nth-child(2) {
        padding-left: 0px;
    }
}

.wpo-blog-pg-section .entry-meta li a {
    color: #989898;
    text-transform: uppercase;
    font-family: now;
}

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

.wpo-blog-pg-section .entry-meta>li:first-child {
    position: relative;
    top: -1px;
    text-transform: capitalize;
}
.wpo-blog-pg-section .entry-meta>li:first-child i {
    padding-right: 4px;
}
.wpo-blog-pg-section .entry-meta>li:first-child i:before {
    color: #1bcdf8;
}
.wpo-blog-pg-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    padding-right: 8px;
}

.wpo-blog-pg-section .entry-meta>li:last-child {
    position: relative;
    top: 0px;
}

.wpo-blog-pg-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}
.wpo-blog-pg-section .entry-meta>li:last-child i:before {
    color: #1bcdf8;
}
@media (max-width: 600px) {
    .wpo-blog-pg-section .entry-meta>li:last-child {
        margin-left: 0px;
    }
}

.wpo-blog-pg-section .entry-meta li img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
    padding: 0px;
}

.wpo-blog-pg-section .entry-meta>li+li i {
    padding-right: 6px;
}

.wpo-blog-pg-section .post h3 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600;
    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: 22px;
        font-size: 1.375rem;
    }
}

.wpo-blog-pg-section .post h3 a {
    color: #242f6c;
}

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

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

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


.wpo-blog-pg-section .post .read-more {
    font-weight: 600;
    color: #1bcdf8;
    border: 2px solid #1bcdf8;
    display: inline-block;
    padding: 6px 15px;
    margin-top: 15px;
    line-height: 1;
    border-radius: 50px;
}
.wpo-blog-pg-section .post .read-more:hover {
     background-color: #09c3f0;
     color: #fff;
}
.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-]:hover {
    background: #4734c0;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: rgba(133, 133, 133, 0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    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: #f9fbfb;
    text-align: center;
    padding: 80px 60px;
    position: relative;
}

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

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

.wpo-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f123";
    font-size: 250px;
    font-size: 15.625rem;
    color: #ecf3fb;
    margin-left: 0;
    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%);
}

.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 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: #6168f3;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@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 white;
    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) {
    .blog-pg-left-sidebar .wpo-blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

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

/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1  blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
    .blog-single-section .wpo-blog-content {
        padding-right: 0px;
    }
}
.blog-single-section .entry-media {
    padding-bottom: 30px;
}
.blog-single-section .entry-meta {
    list-style: none;
    margin-bottom: 55px;
}

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

.blog-single-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
    line-height: 1;
}

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

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

.blog-single-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

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

.blog-single-section .entry-meta>li+li {
    margin-left: 15px;
    position: relative;
}

.blog-single-section .entry-meta>li+li:nth-child(2) {
    margin-left: 0px;
    padding-left: 8px;
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta>li+li {
        margin-left: 0;
        padding-left: 0;
    }
    .blog-single-section .entry-meta>li+li:nth-child(2) {
        padding-left: 0px;
    }
}

.blog-single-section .entry-meta li a {
    color: #989898;
    text-transform: uppercase;
}

.blog-single-section .entry-meta li a:hover {
    color: #4734c0;
}

.blog-single-section .entry-meta>li:first-child {
    position: relative;
    top: -1px;
}

.blog-single-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    padding-right: 8px;
}

.blog-single-section .entry-meta>li:last-child {
    position: relative;
    top: 0px;
}

.blog-single-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta>li:last-child {
        margin-left: 0px;
    }
}

.blog-single-section .entry-meta li i {
    padding-right: 6px;
}
.blog-single-section .entry-meta li i.ti-time {
    padding-right: 8px;
}
.blog-single-section .entry-meta li i.ti-time:before{
    position:relative;
    top:1px;
}
.blog-single-section .entry-meta li i:before {
    color: #989898;
}
.blog-single-section .entry-meta li:nth-child(2) i {
    padding-right: 9px;
}

.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.blog-single-section .post .entry-details h2 {
    font-size: 27px;
}
@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

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

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

.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) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

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

.blog-single-section .post blockquote {
    background-color: #4734c0;
    padding: 50px 30px 50px 95px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.blog-single-section .post blockquote:before {
    font-family: "Flaticon";
    content: "\f12d";
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 50px;
}

@media (max-width: 991px) {
    .blog-single-section .post blockquote:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

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

.blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.blog-single-section .tag-share {
    margin: 75px 0 0;
    padding: 12px 0;
    color: #131e4a;
    border: 2px solid #f4f4f4;
    padding-left: 25px;
	padding-right:25px;
}

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

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

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

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

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

.blog-single-section .tag-share .tag {
  float: left;
  padding-top: 15px;
}

.blog-single-section .tag-share .tag > span {
  color: #131e4a;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

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


.blog-single-section .tag-share .tag a {
    position: relative;
    background: #f5f5f5;
    display: block;
    padding: 4px 15px;
    border-radius: 3px;
    color: #616161;
    font-size: 13px;
    font-weight: 600;
}

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

.blog-single-section .tag-share .tag a:hover {
  color: #fd5f17;
}

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -8px;
}

.blog-single-section .tag-share .share > span {
  color: #131e4a;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

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

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

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
}

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

.blog-single-section .tag-share .share a:hover {
  background: #fd5f17;
  border-color: #fd5f17;
  color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #ececec;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

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

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

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

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

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

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

.blog-single-section .author-box .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
}

.blog-single-section .wpo-blog-content .entry-meta li img.avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: -10px;
    padding: 0px;
}
.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

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

.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #747786;
}

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

.blog-single-section .more-posts {
    margin: 70px 0;
}

.blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.blog-single-section .more-posts .previous-post a,
.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) {

    .blog-single-section .more-posts .previous-post a,
    .blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
    background-color: #4734c0;
    color: #fff;
}

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

.blog-single-section .comments-area li>div {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 20px;
}

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

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

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

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

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

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

.blog-single-section .comments-area .comment-reply-link {
    background: #4734c0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #4734c0;
}

.blog-single-section .comment-respond {
    margin-top: 90px;
}
.blog-single-section .comments .comment-respond {
    margin-top: 0px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1.5em;
}

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

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    width: 100%;
    height: 50px;
    border: 2px solid #f4f4f4;
    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;
}

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

@media (max-width: 991px) {

    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

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

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

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

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

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

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

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

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background: #00a9d5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
}

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

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

.wpo-blog-pg-section .entry-meta > li + li:before {
    position: absolute;
    left: 0;
    top: 0px;
}
.blog-single-section .entry-meta > li + li:before,
.wpo-blog-pg-section .entry-meta > li + li:before {
    left: -3px;
    top: 0px;
    color: #d6d6d6;
}
.wpo-blog-pg-section .entry-meta > li:nth-child(2):before {
    display: none;
}
/*--------------------------------------------------------------
  #category page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1  category-page-section
--------------------------------------------------------------*/
.category-page-section .product-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .category-page-section .product-grids {
        margin: 0 -7.5px;
    }
}

.category-page-section .product-grids .grid {
    width: calc(50% - 30px);
    min-height: 420px;
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 767px) {
    .category-page-section .product-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 650px) {
    .category-page-section .product-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.category-page-section .product-img-tag {
    position: relative;
}

.category-page-section .product-img-tag .badge {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.category-page-section .product-img-tag .badge-feature {
    background: #ffad6f;
    background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
    background: -o-linear-gradient(left, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(left, #ffad6f, #ff7d90);
}

.category-page-section .product-img-tag .badge-new {
    background: #c968ff;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
}

.category-page-section .product-details-wrap {
    padding: 30px 30px 25px;
}

@media (max-width: 991px) {
    .category-page-section .product-details-wrap {
        padding: 30px 20px 25px;
    }
}

.category-page-section .product-details h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.4em;
    line-height: 1.4em;
}

.category-page-section .product-details h4 a {
    color: #242f6c;
}

.category-page-section .product-details h4 a:hover {
    text-decoration: underline;
}

.category-page-section .product-details .author {
    font-size: 14px;
    font-size: 0.875rem;
}

.category-page-section .product-details .author a {
    color: #525252;
}

.category-page-section .product-details .author a:hover {
    text-decoration: underline;
}

.category-page-section .product-details .rating {
    margin-top: 10px;
}

.category-page-section .product-details .rating .fi:before {
    font-size: 16px;
    font-size: 1rem;
    color: #fba12c;
}

.category-page-section .product-footer {
    padding: 20px 0 0;
    margin-top: 25px;
    border-top: 1px solid #ecebed;
}

.category-page-section .product-footer>div {
    display: inline-block;
}

.category-page-section .product-footer .live-preview-cart {
    float: right;
    overflow: hidden;
}

.category-page-section .product-footer .live-preview-cart>div {
    float: left;
}

.category-page-section .product-footer .price h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .category-page-section .product-footer .price h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.category-page-section .product-footer .live-preview a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 3px 23px;
    color: #242f6c;
    margin-right: 10px;
}

.category-page-section .product-footer .live-preview a:hover {
    background: #4734c0;
    color: #fff;
    border-color: #4734c0;
}

.category-page-section .product-footer .cart a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #48d6fc;
    display: block;
}

.category-page-section .product-footer .cart .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
}

/*--------------------------------------------------------------
  #author page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  author-info-section
--------------------------------------------------------------*/
.author-info-section {
    margin-top: -275px;
}

.author-info-section .author {
    text-align: center;
    min-height: 350px;
}

.author-info-section .author img {
    border-radius: 10px;
}

.author-info-section .author ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    padding-top: 30px;
}

.author-info-section .author ul li {
    float: left;
}

.author-info-section .author ul>li+li {
    margin-left: 20px;
}

.author-info-section .author ul a {
    font-size: 22px;
    font-size: 1.375rem;
    color: #19b2f5;
}

@media (max-width: 991px) {
    .author-info-section .author ul a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.author-info-section .author ul>li:nth-child(2) a {
    color: #395799;
}

.author-info-section .author ul>li:nth-child(3) a {
    color: #ea4c89;
}

.author-info-section .author ul>li:nth-child(4) a {
    color: #4176fa;
}

.author-info-section .author-details-area {
    overflow: hidden;
    padding-top: 125px;
}

@media (max-width: 991px) {
    .author-info-section .author-details-area {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .author-info-section .author-details-area {
        padding-top: 30px;
    }
}

.author-info-section .author-details-area>div {
    float: left;
    text-align: center;
}

@media (max-width: 767px) {
    .author-info-section .author-details-area>div {
        width: 100% !important;
        float: none;
        text-align: center;
    }
}

.author-info-section .author-details-area>div:first-child {
    width: 40%;
}

.author-info-section .author-details-area>div:nth-child(2) {
    width: 20%;
}

.author-info-section .author-details-area>div:nth-child(3) {
    width: 20%;
}

.author-info-section .author-details-area>div:nth-child(4) {
    width: 20%;
}

@media (max-width: 767px) {
    .author-info-section .author-details-area>div+div {
        margin-top: 30px;
    }
}

.author-info-section .author-details-area h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0 0 0.4em;
}

@media (max-width: 1199px) {
    .author-info-section .author-details-area h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.author-info-section .author-details-area h3+p {
    margin: 0;
}

@media (max-width: 1199px) {
    .author-info-section .author-details-area h3+p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.author-info-section .author-details-area .author-info {
    text-align: left;
}

@media (max-width: 767px) {
    .author-info-section .author-details-area .author-info {
        text-align: center;
    }
}

.author-info-section .author-details-area .author-info button {
    background: #00a9d5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-weight: 600;
    color: #fff;
    border: 0;
    padding: 8px 25px;
    border-radius: 50px;
}

.author-info-section .author-details-area .author-info ul:not(.follow-button-ul) {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    position: relative;
    top: 12px;
    left: 10px;
    padding: 0;
    min-height: 50px;
}

.author-info-section .author-details-area .author-info ul li {
    float: left;
}

.author-info-section .author-details-area .author-info ul>li+li {
    margin-left: 10px;
}

.author-info-section .author-details-area .author-info ul a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #9d9d9d;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

.author-info-section .rating .fi:before {
    font-size: 16px;
    color: #fba12c;
}

@media (max-width: 1199px) {
    .author-info-section .rating .fi:before {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.author-info-section .rating+p {
    margin-top: 0.8em;
}

@media (max-width: 1199px) {
    .author-info-section .rating+p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
#8.1  user-info-tab-section
--------------------------------------------------------------*/
.user-info-tab-section {
    padding-bottom: 120px;
    /*** tablinks ***/
    /**** profile-area ***/
    /*** portfolio-area ***/
    /*** review-area ***/
}

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

@media (max-width: 767px) {
    .user-info-tab-section {
        padding: 60px 0 80px;
    }
}

.user-info-tab-section .tablinks {
    border-bottom: 1px solid #00dbd8;
    margin-bottom: 60px;
}

.user-info-tab-section .tablinks ul {
    overflow: hidden;
    list-style: none;
}

.user-info-tab-section .tablinks ul li {
    float: left;
}

.user-info-tab-section .tablinks ul>li+li {
    margin-left: 1px;
}

.user-info-tab-section .tablinks a {
    background-color: #f5f5f5;
    display: block;
    font-weight: 600;
    color: #525252;
    padding: 10px 25px;
}

.user-info-tab-section .tablinks .active a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    text-decoration: none;
}

.user-info-tab-section .profile-area .img-holder {
    margin-bottom: 40px;
}

.user-info-tab-section .profile-area h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .user-info-tab-section .profile-area h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.user-info-tab-section .profile-area p {
    margin-bottom: 1em;
}

.user-info-tab-section .profile-area p:last-child {
    margin-bottom: 0;
}

.user-info-tab-section .portfolio-area .product-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .user-info-tab-section .portfolio-area .product-grids {
        margin: 0 -7.5px;
    }
}

.user-info-tab-section .portfolio-area .product-grids .grid {
    width: calc(50% - 30px);
    min-height: 420px;
    float: left;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 767px) {
    .user-info-tab-section .portfolio-area .product-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 650px) {
    .user-info-tab-section .portfolio-area .product-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.user-info-tab-section .portfolio-area .product-img-tag {
    position: relative;
}

.user-info-tab-section .portfolio-area .product-img-tag .badge {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.user-info-tab-section .portfolio-area .product-img-tag .badge-feature {
    background: #ffad6f;
    background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
    background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
    background: -o-linear-gradient(left, #ffad6f, #ff7d90);
    background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
    background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
    background: linear-gradient(left, #ffad6f, #ff7d90);
}

.user-info-tab-section .portfolio-area .product-img-tag .badge-new {
    background: #c968ff;
    background: -webkit-linear-gradient(left, #c968ff, #6168f3);
    background: -moz-linear-gradient(left, #c968ff, #6168f3);
    background: -o-linear-gradient(left, #c968ff, #6168f3);
    background: -ms-linear-gradient(left, #c968ff, #6168f3);
    background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
    background: linear-gradient(left, #c968ff, #6168f3);
}

.user-info-tab-section .portfolio-area .product-details-wrap {
    padding: 30px 30px 25px;
}

@media (max-width: 991px) {
    .user-info-tab-section .portfolio-area .product-details-wrap {
        padding: 30px 20px 25px;
    }
}

.user-info-tab-section .portfolio-area .product-details h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.4em;
    line-height: 1.4em;
}

.user-info-tab-section .portfolio-area .product-details h4 a {
    color: #242f6c;
}

.user-info-tab-section .portfolio-area .product-details h4 a:hover {
    text-decoration: underline;
}

.user-info-tab-section .portfolio-area .product-details .author {
    font-size: 14px;
    font-size: 0.875rem;
}

.user-info-tab-section .portfolio-area .product-details .author a {
    color: #525252;
}

.user-info-tab-section .portfolio-area .product-details .author a:hover {
    text-decoration: underline;
}

.user-info-tab-section .portfolio-area .product-details .rating {
    margin-top: 10px;
}

.user-info-tab-section .portfolio-area .product-details .rating .fi:before {
    font-size: 16px;
    font-size: 1rem;
    color: #fba12c;
}

.user-info-tab-section .portfolio-area .product-footer {
    padding: 20px 0 0;
    margin-top: 25px;
    border-top: 1px solid #ecebed;
}

.user-info-tab-section .portfolio-area .product-footer>div {
    display: inline-block;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview-cart {
    float: right;
    overflow: hidden;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview-cart>div {
    float: left;
}

.user-info-tab-section .portfolio-area .product-footer .price h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .user-info-tab-section .portfolio-area .product-footer .price h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.user-info-tab-section .portfolio-area .product-footer .live-preview a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 3px 23px;
    color: #242f6c;
    margin-right: 10px;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview a:hover {
    background: #4734c0;
    color: #fff;
    border-color: #4734c0;
}

.user-info-tab-section .portfolio-area .product-footer .cart a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #48d6fc;
    display: block;
}

.user-info-tab-section .portfolio-area .product-footer .cart .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
}

.user-info-tab-section .review-area .grid {
    padding: 25px 30px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 5px;
}

.user-info-tab-section .review-area>.grid+.grid {
    margin-top: 30px;
}

.user-info-tab-section .review-area .client-info-header {
    overflow: hidden;
    margin-bottom: 15px;
}

.user-info-tab-section .review-area .client-prof-time {
    width: 40%;
    min-height: 70px;
    float: left;
    position: relative;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .user-info-tab-section .review-area .client-prof-time {
        width: 100%;
        float: none;
    }
}

.user-info-tab-section .review-area .client-prof-time .avator {
    position: absolute;
    left: 0;
    top: 0;
}

.user-info-tab-section .review-area .client-prof-time h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 767px) {
    .user-info-tab-section .review-area .client-prof-time h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.user-info-tab-section .review-area .client-prof-time h4 a {
    color: #242f6c;
}

.user-info-tab-section .review-area .rating {
    width: 60%;
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    .user-info-tab-section .review-area .rating {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 15px;
    }
}

.user-info-tab-section .review-area .rating .fi:before {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fba12c;
}

.user-info-tab-section .review-area .quote {
    padding-left: 90px;
}

@media (max-width: 767px) {
    .user-info-tab-section .review-area .quote {
        padding-left: 0;
    }
}

.user-info-tab-section .followers-area>.user+.user,
.user-info-tab-section .following-area>.user+.user {
    margin-top: 40px;
}

.user-info-tab-section .followers-area .user,
.user-info-tab-section .following-area .user {
    min-height: 90px;
    position: relative;
    padding-left: 100px;
}

.user-info-tab-section .followers-area .user h4,
.user-info-tab-section .following-area .user h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 0.6em;
    margin: 0 0 0.2em;
}

.user-info-tab-section .followers-area .user h4 a,
.user-info-tab-section .following-area .user h4 a {
    color: #242f6c;
}

.user-info-tab-section .followers-area .img-holder,
.user-info-tab-section .following-area .img-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.user-info-tab-section .followers-area .img-holder img,
.user-info-tab-section .following-area .img-holder img {
    border-radius: 50%;
}

.user-info-tab-section .followers-area .btns,
.user-info-tab-section .following-area .btns {
    margin-top: 25px;
}

.user-info-tab-section .followers-area .btns>a:first-child,
.user-info-tab-section .following-area .btns>a:first-child {
    margin-right: 15px;
}

@media (max-width: 991px) {

    .user-info-tab-section .followers-area .btns a,
    .user-info-tab-section .following-area .btns a {
        padding: 9px 13px;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
  #product single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  product-single-section
--------------------------------------------------------------*/
.product-single-section {
    /*** product-single-item-details ***/
    /*** single-product-comments ***/
    /*** single-product-review-area ***/
    /*** single-product-support-area ***/
    /*** single-product-widget-area ***/
    /*** product-info-widget ***/
    /*** user-profile-widget ***/
}

.product-single-section .product-single-pic {
    padding: 20px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    margin-bottom: 60px;
}

.product-single-section .product-single-info {
    /*** tablinks ***/
}

.product-single-section .product-single-info .tablinks {
    border-bottom: 1px solid #00dbd8;
    margin-bottom: 40px;
}

.product-single-section .product-single-info .tablinks ul {
    overflow: hidden;
    list-style: none;
}

.product-single-section .product-single-info .tablinks ul li {
    float: left;
}

.product-single-section .product-single-info .tablinks ul>li+li {
    margin-left: 1px;
}

.product-single-section .product-single-info .tablinks a {
    background-color: #f5f5f5;
    display: block;
    font-weight: 600;
    color: #525252;
    padding: 10px 25px;
}

.product-single-section .product-single-info .tablinks .active a {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    text-decoration: none;
}

.product-single-section .product-single-item-details>img {
    display: inline-block;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

.product-single-section .product-single-item-details p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.3em;
}

@media (max-width: 991px) {
    .product-single-section .product-single-item-details p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.product-single-section .product-single-item-details h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}

@media (max-width: 991px) {
    .product-single-section .product-single-item-details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

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

.product-single-section .product-single-item-details ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 25px;
    position: relative;
}

@media (max-width: 991px) {
    .product-single-section .product-single-item-details ul li {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.product-single-section .product-single-item-details ul>li+li {
    margin-top: 8px;
}

.product-single-section .product-single-item-details ul li:before {
    content: "";
    background-color: #4734c0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 991px) {
    .product-single-section .product-single-item-details ul li:before {
        top: 7px;
    }
}

.product-single-section .single-product-comments {
    /*** comment-respond ***/
}

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

.product-single-section .single-product-comments .comments-area li>div {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 20px;
}

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

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

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

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

.product-single-section .single-product-comments .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

.product-single-section .single-product-comments .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.product-single-section .single-product-comments .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;
}

.product-single-section .single-product-comments .comments-area .comment-reply-link {
    background: #72cfd4;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
}

.product-single-section .single-product-comments .comments-area .comment-reply-link:hover {
    background-color: #4734c0;
}

.product-single-section .single-product-comments .comment-respond {
    margin-top: 70px;
}

.product-single-section .single-product-comments .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1.5em;
}

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

.product-single-section .single-product-comments .comment-respond form input,
.product-single-section .single-product-comments .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;
}

.product-single-section .single-product-comments .comment-respond form input:focus,
.product-single-section .single-product-comments .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4734c0;
}

@media (max-width: 991px) {

    .product-single-section .single-product-comments .comment-respond form input,
    .product-single-section .single-product-comments .comment-respond form textarea {
        height: 40px;
    }
}

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

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

.product-single-section .single-product-comments .comment-respond .form-inputs {
    overflow: hidden;
}

.product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

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

.product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

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

.product-single-section .single-product-comments .comment-respond .form-submit input {
    max-width: 180px;
    background: #00a9d5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
}

.product-single-section .single-product-comments .comment-respond .form-submit input:hover {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
}

.product-single-section .single-product-review-area .review-area .grid {
    padding: 25px 30px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 5px;
}

.product-single-section .single-product-review-area .review-area>.grid+.grid {
    margin-top: 30px;
}

.product-single-section .single-product-review-area .review-area .client-info-header {
    overflow: hidden;
    margin-bottom: 15px;
}

.product-single-section .single-product-review-area .review-area .client-prof-time {
    width: 40%;
    min-height: 70px;
    float: left;
    position: relative;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .product-single-section .single-product-review-area .review-area .client-prof-time {
        width: 100%;
        float: none;
    }
}

.product-single-section .single-product-review-area .review-area .client-prof-time .avator {
    position: absolute;
    left: 0;
    top: 0;
}

.product-single-section .single-product-review-area .review-area .client-prof-time h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 767px) {
    .product-single-section .single-product-review-area .review-area .client-prof-time h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.product-single-section .single-product-review-area .review-area .client-prof-time h4 a {
    color: #242f6c;
}

.product-single-section .single-product-review-area .review-area .rating {
    width: 60%;
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    .product-single-section .single-product-review-area .review-area .rating {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 15px;
    }
}

.product-single-section .single-product-review-area .review-area .rating .fi:before {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fba12c;
}

.product-single-section .single-product-review-area .review-area .quote {
    padding-left: 90px;
}

@media (max-width: 767px) {
    .product-single-section .single-product-review-area .review-area .quote {
        padding-left: 0;
    }
}

.product-single-section .single-product-support-area h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .product-single-section .single-product-support-area h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.product-single-section .single-product-support-area input,
.product-single-section .single-product-support-area textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 6px 15px;
}

.product-single-section .single-product-support-area form>div+div {
    margin-top: 15px;
}

.product-single-section .single-product-support-area textarea {
    height: 130px;
}

.product-single-section .single-product-support-area .form-submit input {
    max-width: 180px;
    background: #00a9d5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
}

.product-single-section .single-product-support-area .form-submit input:hover {
    background: #4734c0;
    background: -webkit-linear-gradient(left, #8472f7, #4734c0);
    background: -moz-linear-gradient(left, #8472f7, #4734c0);
    background: -o-linear-gradient(left, #8472f7, #4734c0);
    background: -ms-linear-gradient(left, #8472f7, #4734c0);
    background: -webkit-gradient(linear, left top, right top, from(#8472f7), to(#4734c0));
    background: linear-gradient(left, #8472f7, #4734c0);
}

.product-single-section .single-product-widget-area {
    /*** licence-widget ***/
    /*** sell-widget ***/
}

.product-single-section .single-product-widget-area>.widget+.widget {
    margin-top: 30px;
}

.product-single-section .single-product-widget-area .widget {
    padding: 25px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    border-radius: 5px;
}

@media (max-width: 991px) {
    .product-single-section .single-product-widget-area .widget {
        max-width: 400px;
        margin-top: 60px;
    }
}

.product-single-section .single-product-widget-area .widget h3 {
    font-family: "now";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.product-single-section .single-product-widget-area .widget h3 .fi:before {
    font-weight: normal;
    color: #4734c0;
}

@media (max-width: 991px) {
    .product-single-section .single-product-widget-area .licence-widget .tablinks {
        margin: 0 -25px;
    }
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul {
    overflow: hidden;
    list-style: none;
    margin-bottom: 30px;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li {
    width: 33.33%;
    float: left;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul a {
    background: #f4f6f7;
    text-align: center;
    display: block;
    padding: 18px 10px;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul>li+li {
    border-left: 1px solid #e9e7e7;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a {
    background: #4734c0;
    text-decoration: none;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.5em;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks h4 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0.4em 0 0;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a p,
.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a span,
.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a h4 {
    color: #fff;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks a span {
    color: #525252;
    text-decoration: line-through;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 1em;
    color: #2e3661;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul {
    list-style: none;
    padding-left: 0px;
    color: #2e3661;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul .fi:before {
    font-size: 14px;
    font-size: 0.875rem;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul li {
    font-size: 14px;
    font-size: 0.875rem;

}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul i {
    display: inline-block;
    padding-right: 8px;
    font-size: 12px;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul>li+li {
    margin-top: 8px;
}

.product-single-section .single-product-widget-area .licence-widget .btns {
    margin-top: 30px;
}

.product-single-section .single-product-widget-area .licence-widget .btns a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    border: 2px solid #eee;
}

.product-single-section .single-product-widget-area .sell-widget,
.product-single-section .single-product-widget-area .comment-widget {
    overflow: hidden;
}

.product-single-section .single-product-widget-area .sell-widget>div,
.product-single-section .single-product-widget-area .comment-widget>div {
    width: 50%;
    float: left;
}

.product-single-section .single-product-widget-area .sell-widget>div:last-child,
.product-single-section .single-product-widget-area .comment-widget>div:last-child {
    text-align: right;
}

.product-single-section .single-product-widget-area .sell-widget p,
.product-single-section .single-product-widget-area .comment-widget p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
	color:#464d6f;
    font-family: now;
    position: relative;
    top: 2px;
}

@media (max-width: 991px) {

    .product-single-section .single-product-widget-area .sell-widget p,
    .product-single-section .single-product-widget-area .comment-widget p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.product-single-section .single-product-widget-area .sell-widget i,
.product-single-section .single-product-widget-area .comment-widget i {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.product-single-section .single-product-widget-area .comment-widget i {
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #2e3661;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description h3 {
    margin-top:10px;
    margin-bottom:20px;
}
.product-single-section .single-product-widget-area .sell-widget i:before,
.product-single-section .single-product-widget-area .comment-widget i:before {
    color: #4734c0;
}

.product-single-section .single-product-widget-area .sell-widget div>span,
.product-single-section .single-product-widget-area .comment-widget div>span {
    font-size: 24px;
    font-size: 1.5rem;
}

@media (max-width: 991px) {

    .product-single-section .single-product-widget-area .sell-widget div>span,
    .product-single-section .single-product-widget-area .comment-widget div>span {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.product-single-section .single-product-widget-area .rating-widget {
    overflow: hidden;
}

.product-single-section .single-product-widget-area .rating-widget>div {
    width: 50%;
    float: left;
}

.product-single-section .single-product-widget-area .rating-widget>div:last-child {
    text-align: right;
}

.product-single-section .single-product-widget-area .rating-widget p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
   color: #464d6f;
   font-family: now;
}

@media (max-width: 991px) {
    .product-single-section .single-product-widget-area .rating-widget p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.product-single-section .single-product-widget-area .rating-widget p i {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.product-single-section .single-product-widget-area .rating-widget p i:before {
    color: #4734c0;
}

.product-single-section .single-product-widget-area .rating-widget div>span.rating-counting {
    font-size: 15px;
    font-size: 0.9375rem;
	position: relative;
    top: -2px;
    display: none;
}

.product-single-section .single-product-widget-area .rating-widget .rating .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fba12c;
}

.product-single-section .product-info-widget h3 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.product-single-section .product-info-widget tr {
    overflow: hidden;
}

.product-single-section .product-info-widget td {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 50%;
    float: left;
}

@media (max-width: 991px) {
    .product-single-section .product-info-widget td {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.product-single-section .product-info-widget tbody>tr+tr {
    margin-top: 15px;
    display: block;
}

.product-single-section .user-profile-widget .user {
    min-height: 90px;
    position: relative;
    padding-left: 100px;
}

.product-single-section .user-profile-widget .user h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 0.6em;
    margin: 0 0 0.2em;
}

.product-single-section .user-profile-widget .user h4 a {
    color: #242f6c;
}

.product-single-section .user-profile-widget .img-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.product-single-section .user-profile-widget .img-holder img {
    border-radius: 50%;
}

.product-single-section .user-profile-widget .btns {
    margin-top: 25px;
}

.product-single-section .user-profile-widget .btns>a:first-child {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .product-single-section .user-profile-widget .btns a {
        padding: 9px 13px;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
  404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  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;
    font-weight: 600;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

/*# sourceMappingURL=style.css.map */

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


.mfp-wrap {
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mfp-wrap>div,
.mfp-wrap>div>div {
    width: 100%;
    height: 100%;
}

.mfp-wrap>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-close {
    position: absolute;
    top: 6px;
    right: 7px;
    background: transparent;
    border: transparent;
}

.dokan-btn-theme {
    background: #00a9d5;
    background: -webkit-linear-gradient(left, #4734c0, #8472f7);
    background: -moz-linear-gradient(left, #4734c0, #8472f7);
    background: -o-linear-gradient(left, #4734c0, #8472f7);
    background: -ms-linear-gradient(left, #4734c0, #8472f7);
    background: -webkit-gradient(linear, left top, right top, from(#4734c0), to(#8472f7));
    background: linear-gradient(left, #4734c0, #8472f7);
    font-weight: 600;
    color: #fff;
    border: 0;
    padding: 8px 25px;
    border-radius: 50px;
}