/****************

  Table of Contents

  Common Styles
  Buttons
  Topbar
  Navbar
  Megamenu
  Aside
  Home Slider
  Breadcrumbs
  Icon Boxes
  Page Title
  Boxes
  Client
  Odometer
  Gallery
  Pricing Table
  Team
  Footer
  Blog
  Woocommerce
  Shop
  Single Product
  Shopping Cart
  Checkout
  Widget
  Animated
  Bootstrap
  WPBakery
  Helpers

*****************/

/*
  Common Styles
*/

:root {
    --main-font: 'Graphik', sans-serif;
    --heading-font: 'Graphik', sans-serif;
    --default-color: #fbf9f3;
    --primary-color: #69370f;
    --secondary-color: #ff5d73;
    --text-color: #000;
    --dark-color: #000;
    --light: #FFF;
    --dark: #000;
    --mb: 32px;
    --gutter: 16px;
}

* {
    min-height: 0;
    min-width: 0;
}

body {
    font-family: 'Graphik', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
}

body.boxed-layout {
    background-color: #f8f8f8;
}

::-moz-selection {
    background-color: #1f1f1f;
    color: #fff;
}

::selection {
    background-color: #1f1f1f;
    color: #fff;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: #777777;
    text-decoration: underline;
}

a:hover {
    color: #777777;
    text-decoration: underline;
}

a:focus {
    color: #777777;
    text-decoration: underline;
}

a.small-link {
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

a.small-link>span {
    display: inline-block;
    vertical-align: middle;
}

a.small-link>i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 10px;
    width: 10px;
    height: 8px;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.small-link.black-text:hover {
    color: #368a85 !important;
}

a.small-link:hover>i {
    margin-left: 7px;
}

a.white-text:hover {
    color: #368a85;
}

a.arrow-link {
    font-family: 'Graphik', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}

a.arrow-link:after {
    content: "\e019";
    font-family: 'hody-icons';
    font-size: 18px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px;
}

a.arrow-link:hover:after {
    margin-left: 8px;
}

p:empty {
    margin: 0 !important;
}

dd {
    margin-bottom: 20px;
}

ul {
    list-style: disc;
}

li>ul,
li>ol {
    padding: 0;
    margin-top: 1rem;
    margin-left: 1rem;
}

select {
    max-width: 100%;
}

.table {
    font-size: 14px;
}

.table>thead>tr>th {
    color: #1f1f1f;
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Graphik', sans-serif;
    color: #000;
    line-height: 1.3;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    padding-bottom: .5rem;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
    font-family: 'Bogart';
    color: #5e6268;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    margin: 0 !important;
}

blockquote {
    position: relative;
    color: #666666;
    font-size: 1.1875rem;
    padding-left: 25px;
    margin-bottom: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: #666666;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    line-height: inherit;
}

blockquote footer {
    color: inherit;
    font-family: 'Graphik', sans-serif;
}

hr {
    border-color: #e6e6e6;
}

.sep {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mark,
mark {
    color: var(--primary-color);
    padding: 0;
    background-color: transparent;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

.page-content,
.entry-content,
.entry-summary {
    margin-top: 0;
}

#content.site-content {
    padding: 0 60px;
}

@media (max-width: 991.98px) {
    #content.site-content {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (min-width: 1630px) {
    .container-fluid {
        max-width: 1600px;
    }
}

.entry-content li {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

section.stretch_row_content_no_spaces>.container-fluid>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container.px-0>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

#primary section.first-section>.container>.vc_column_container>.vc_column-inner,
#primary section.offset-section>.container>.vc_column_container>.vc_column-inner {
    margin-top: -100px;
}

#primary section.first-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper,
#primary section.offset-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    position: relative;
    background-color: #fff;
    padding: 25px 30px 0;
}

@media (min-width: 1200px) {

    #primary section.first-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper,
    #primary section.offset-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
        padding: 40px 75px 0;
    }
}

#primary section.last-section {
    box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.02);
}

#primary section.certified-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    position: relative;
}

@media (min-width: 1200px) {
    #primary section.certified-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
        padding-left: 260px;
    }

}

@media (min-width: 1200px) {
    #primary section.certified-section>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 60px;
        width: 160px;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url('../b-corp-cert-corner.html');
    }
}

@media (min-width: 1200px) {
    .boxed-layout #primary {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
    }

    .boxed-layout #primary .container {
        width: 1140px;
    }

    .boxed-layout #primary section.vc_row[data-vc-full-width] {
        left: 0 !important;
        width: 100% !important;
    }
}

.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: table;
}

.s-narrow>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
}

.s-faqs>.container>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: block;
    max-width: 1130px;
    box-shadow: 0 10px 44px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 75px 75px;
    margin: 0 auto;
}

.s-highlighted-inner .vc_column_container>.vc_column-inner>.wpb_wrapper {
    max-width: 850px;
    margin: 0 auto;
}

section {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}

section.wpb-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

section.content-area {
    padding-top: 0;
    padding-bottom: 0;
}

section.vc_section {
    padding-top: 0;
    padding-bottom: 0;
}

section.section-bordered {
    border-radius: 15px;
}

section.xl-padding {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media (max-width: 991.98px) {
    section.xl-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

section.split-section {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_row.vc_row-flex {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner {
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .offset .vc_column-inner {
        margin-top: -60px;
    }
}

.white-bg {
    background-color: #ffffff;
}

.grey-bg {
    background-color: #efefef;
}

.dark-bg {
    background-color: #895947
}

.colored-bg {
    background-color: var(--primary-color);
}

.dark-bg .title>hr {
    border-color: #fff;
}

.title {
    position: relative;
    margin-bottom: 1rem;
    z-index: 10;
}

.my-auto .title {
    margin: 0;
}

.title a {
    text-decoration: none;
}

.title h1 {
    font-size: 4.063rem;
    line-height: 1.1;
    margin: 0 auto;
}

.text-white .title h1 {
    color: #fff;
}

.title h2 {
    font-size: 2.625rem;
    line-height: 1.2;
}

.text-white .title h2 {
    color: #fff;
}

.title h3 {
    font-size: 2.25rem;
    line-height: 110%;
}

@media (max-width: 991.98px) {
    .title h3 {
        font-size: 1.625rem;
    }
}

.text-white .title h3 {
    color: #fff;
}

.title h4 {
    font-size: 1.375rem;
}

.text-white .title h4 {
    color: #fff;
}

.title>i {
    font-size: 45px;
    color: #1f1f1f;
}

.text-white .title>i {
    color: #fff;
}

.title .title-icon {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    background-color: #368a85;
    clear: both;
    color: #fff;
}

.title .title-icon>i {
    font-size: 32px;
}

.title>p {
    font-size: 24px;
    margin: 20px 0;
}

@media only screen and (max-width: 991px) {
    .title>p {
        font-size: 20px;
    }
}

.title .intro-subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
}

.simple-link {
    display: block;
}

.simple-link a {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.4166666667;
    color: #000;
    padding: 0;
}

.text-white .simple-link a {
    color: #fff;
}

.row-parallax-bg {
    position: absolute;
    top: 0;
    left: 7.5px;
    right: 7.5px;
    bottom: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .row-parallax-bg {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    section.parallax-section.parallax-offset .row-parallax-bg {
        top: 60px;
    }
}

section.parallax-section.limit-height .row-parallax-bg {
    height: 366px;
}

#post-186 section.parallax-section.limit-height .row-parallax-bg {
    height: 66.666667%;
}

@media (min-width: 992px) {
    .row-parallax-bg.right-overlay {
        left: 75px;
    }

    section.parallax-section.parallax-offset .row-parallax-bg {
        left: 75px;
        right: 75px;
    }
}

.slide-item .row-parallax-bg {
    left: 0;
    right: 0;
}

.row-parallax-bg .parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-parallax-bg .parallax-wrapper .parallax-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-parallax-bg .parallax-wrapper .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 991.98px) {
    .row-parallax-bg .parallax-wrapper .parallax-bg {
        background-size: auto 100%;
        background-position: center center;
    }
}

.row-parallax-bg .parallax-wrapper .parallax-bg.white-overlay {
    background-color: #ffffff;
}

.row-parallax-bg .parallax-wrapper .parallax-bg.black-overlay {
    background-color: #000000;
}

.row-parallax-bg .parallax-wrapper .parallax-bg.gradient-overlay {
    background-color: #FF00FF;
    background: linear-gradient(90deg, rgba(255, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.row-parallax-bg .parallax-wrapper .parallax-bg.yellow-overlay {
    background-color: #FDDA25;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.video-wrapper .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper .video-player video {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: -1;
}

.video-wrapper .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 992px) {
    .video-wrapper .fallback-bg {
        display: none;
    }
}

.vertical-divider {
    height: 70px;
    width: 1px;
    background-color: #1f1f1f;
    margin: 50px auto 0;
}


.logo-section .wpb_single_image {
    max-width: 33.33333333%;
    margin-bottom: 0;
}

.wpb_single_image.force-left img {
    max-width: none;
}

@media (max-width: 991.98px) {
    .wpb_single_image.force-left img {
        max-width: 100%;
    }
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    box-shadow: 0.5rem 0.5rem #ccc !important;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-cover {
        min-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .img-cover {
        min-height: 300px;
    }
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
}

.img-side.fixed-image {
    position: fixed !important;
}

.img-side.img-right {
    right: 0;
    padding: 0;
}

.img-side.img-left {
    left: 0;
    padding: 0;
}

.img-side.img-center {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .img-side {
        min-height: 400px;
        margin: -110px 0 60px;
        position: relative !important;
        z-index: 0;
    }

    .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.p-0 .img-side,
    section.pt-0 .img-side {
        margin-top: 0;
    }
}

.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-holder.overlay {
    color: #fff;
}

.img-holder.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 40, 45, 0.6);
}

.img-holder>img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.img-holder.overlay .title p {
    color: #fff;
}

.img-holder .title {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-holder .title {
        display: none;
    }
}

.img-holder.with-border {
    border: 20px solid #fff;
}

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

.holder-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(31, 31, 31, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    .fixed-bg-section section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fixed-bg-section section .container {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-bg-section .img-side {
        min-height: 500px;
        position: relative !important;
        z-index: 0;
    }

    .fixed-bg-section .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.go-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: transparent;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.go-top.showed-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top:hover {
    background-color: #368a85;
}

.go-top a {
    color: #929292;
    display: block;
}

.go-top a i {
    font-size: 26px;
    line-height: inherit;
}

.go-top a i:before {
    line-height: inherit;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex:before {
    content: none;
}

.row-flex>[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
    .row-flex>[class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.row-flex>[class*="col-"] .column-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}

.row-flex>[class*="col-"] .column-inner.with-border {
    margin-right: -14px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.row-flex.flex-center>[class*="col-"] {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .row-flex.full-width-flex>[class*="col-"] {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.row-flex.padding-row>[class*="col-"] {
    padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal>[class*="col-"]:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
    margin-left: 0;
    margin-right: 0;
}

.vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
    padding: 100px;
}

@media only screen and (max-width: 991px) {
    .vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
        padding: 75px 25px;
    }
}

.column-inner.with-padding {
    padding: 65px 50px;
}

.column-inner.with-border {
    box-shadow: 0 0 0 1px #eee;
}

.boxed-tabs.center-tabs,
.minimal-tabs.center-tabs {
    text-align: center;
    font-size: 0;
}

.boxed-tabs.center-tabs>li,
.minimal-tabs.center-tabs>li {
    display: inline-block;
    float: none;
}

.boxed-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
}

.boxed-tabs.cols-6>li {
    width: 16.66666667%;
}

.boxed-tabs.cols-5>li {
    width: 20%;
}

.boxed-tabs.cols-4>li {
    width: 25%;
}

.boxed-tabs.cols-3>li {
    width: 33.33333333%;
}

.boxed-tabs.cols-2>li {
    width: 50%;
}

@media only screen and (max-width: 991px) {

    .boxed-tabs.cols-6>li,
    .boxed-tabs.cols-5>li,
    .boxed-tabs.cols-4>li,
    .boxed-tabs.cols-3>li {
        width: 50%;
        padding: 4px;
        border: 0;
        float: left;
        display: block;
    }
}

.boxed-tabs>li {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.boxed-tabs>li:last-child {
    border-right: 0;
}

.boxed-tabs>li>a {
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 0.15em;
    font-size: 11px;
    border-radius: 0;
    color: #1f1f1f;
    font-family: 'Graphik', sans-serif;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.boxed-tabs>li>a:hover {
    background-color: #eee;
    border-color: transparent;
}

.boxed-tabs>li.active {
    border-color: #368a85;
}

.boxed-tabs>li.active>a,
.boxed-tabs>li.active>a:focus,
.boxed-tabs>li.active>a:hover {
    border: 0;
    background-color: #368a85;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.boxed-tabs.black-skin>li.active {
    border-color: #1f1f1f;
}

.boxed-tabs.black-skin>li.active>a,
.boxed-tabs.black-skin>li.active>a:focus,
.boxed-tabs.black-skin>li.active>a:hover {
    background-color: #1f1f1f;
}

.boxed-tabs.blue-skin>li.active {
    border-color: #007aff;
}

.boxed-tabs.blue-skin>li.active>a,
.boxed-tabs.blue-skin>li.active>a:focus,
.boxed-tabs.blue-skin>li.active>a:hover {
    background-color: #007aff;
}

.boxed-tabs.red-skin>li.active {
    border-color: #f42841;
}

.boxed-tabs.red-skin>li.active>a,
.boxed-tabs.red-skin>li.active>a:focus,
.boxed-tabs.red-skin>li.active>a:hover {
    background-color: #f42841;
}

.minimal-tabs {
    margin-bottom: 25px;
    border-bottom: 0;
}

.minimal-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 11px;
    border-radius: 0;
    font-weight: 500;
    color: #454545;
    font-family: 'Graphik', sans-serif;
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.minimal-tabs>li>a:hover,
.minimal-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #1f1f1f;
}

@media only screen and (max-width: 767px) {
    .minimal-tabs>li>a {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.minimal-tabs>li.active>a,
.minimal-tabs>li.active>a:focus,
.minimal-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1f1f1f;
    color: #1f1f1f;
    outline: none;
}

.icon-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 0;
}

.icon-tabs.cols-6>li {
    width: 16.66666667%;
}

.icon-tabs.cols-5>li {
    width: 20%;
}

.icon-tabs.cols-4>li {
    width: 25%;
}

.icon-tabs.cols-3>li {
    width: 33.33333333%;
}

.icon-tabs.cols-2>li {
    width: 50%;
}

@media only screen and (max-width: 991px) {

    .icon-tabs.cols-6>li,
    .icon-tabs.cols-5>li,
    .icon-tabs.cols-4>li,
    .icon-tabs.cols-3>li {
        width: 50%;
    }
}

.icon-tabs>li {
    width: 25%;
    display: inline-block;
    float: none;
}

.icon-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #454545;
    font-family: 'Graphik', sans-serif;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-tabs>li>a:hover,
.icon-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.icon-tabs>li>a>i {
    display: block;
    font-size: 42px;
    margin-bottom: 20px;
}

.icon-tabs>li.active>a,
.icon-tabs>li.active>a:focus,
.icon-tabs>li.active>a:hover {
    opacity: 1;
    border: 0;
    background-color: transparent;
    color: #368a85;
    cursor: pointer;
    outline: none;
}

.tab-content p {
    line-height: 28px;
}

.play-button {
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #1f1f1f;
    border-radius: 50%;
    line-height: 76px;
    color: #1f1f1f;
    text-align: center;
    font-size: 36px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.play-button a {
    color: inherit;
}

.play-button i {
    line-height: inherit;
}

.play-button i:before {
    line-height: inherit;
}

.play-button:hover {
    background-color: #1f1f1f;
    color: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.btn[data-play-button] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn[data-play-button]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonials-slider {
    margin-bottom: 60px;
}

.testimonials-slider .testimonial {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 767px) {
    .testimonials-slider .testimonial {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.testimonials-slider .testimonial-content {
    padding: 0 0;
    box-shadow: none;
    max-width: 750px;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .testimonials-slider .testimonial-content {
        padding: 50px 0 0 0;
    }
}

.testimonials-slider .testimonial-comment>p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.testimonials-slider .testimonial-comment>p:before,
.testimonials-slider .testimonial-comment>p:after {
    font-size: 48px;
    color: #368a85;
    line-height: 0;
}

.testimonials-slider .testimonial-comment>p:before {
    content: open-quote;
    left: -15px;
    position: relative;
}

.testimonials-slider .testimonial-comment>p:after {
    content: close-quote;
    height: 0;
    display: inline-block;
    position: relative;
    right: -22px;
}

.testimonials-slider .testimonial-comment>div {
    font-family: "EasyNotes", sans-serif;
    line-height: 1.2;
}

@media only screen and (max-width: 991px) {
    .testimonials-slider .slick-arrow {
        display: none;
        visibility: hidden;
    }
}

section.parallax-section .testimonials-slider .testimonial-content {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    section.parallax-section .testimonials-slider .testimonial-content {
        padding: 0;
    }
}

section.parallax-section .testimonials-slider .testimonial-content>img {
    margin-top: 0;
}

section.parallax-section .slick-dots>li:not(.slick-active)>button {
    background-color: rgba(255, 255, 255, 0.3);
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'dashicons';
    font-weight: 400;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f341";
}

.slick-next::before {
    content: "\f345";
}

.slick-slider:not(#home-slider) .slick-prev:before,
.slick-slider:not(#home-slider) .slick-next:before {
    color: #000;
}

.slick-slide {
    outline: none;
}

.slick-slide>.container-fluid {
    max-width: none;
}

.slick-dots {
    bottom: -60px;
    margin: auto 0 !important;
    text-align: center;
    padding-left: 0;
    margin: 0 0 15px;
    list-style-type: none;

}

.slick-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.slick-dots>li.slick-active>button {
    background-color: #368a85;
}

.dark-dots .slick-dots>li.slick-active>button {
    background-color: #1f1f1f;
}

.white-dots .slick-dots>li.slick-active>button,
.parallax-section .slick-dots>li.slick-active>button {
    background-color: #fff;
}

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

.dots-abs .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.faq-menu a {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5e6268;
    margin: 32px 0;
    text-decoration: none;
}

.faq-menu a.active {
    color: #031329;
}

.faq-menu a.active:after {
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #368a85;
    content: '';
    position: absolute;
    width: 100%;
}

.accordion {
    display: none;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.accordion.active {
    display: block;
}

.accordion>.accordion-item {
    margin-bottom: 0px;
}

.accordion-title {
    position: relative;
    margin: 0;
    padding: 30px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title:before {
    content: "";
    width: 100%;
    left: 50%;
    bottom: 0;
    background-color: #d6d6d6;
    height: 1px;
    position: absolute;
    transform: translate(-50%, 0);
}

.accordion-title h3 {
    font-family: 'Graphik', sans-serif;
    margin: 0;
    font-weight: 500;
    font-size: 1.375rem;
    color: #368a85;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion>.accordion-item.active .accordion-title {
    color: #368a85;
    border-color: #368a85;
}

.accordion>.accordion-item.active .accordion-title h3 {
    color: #368a85;
}

.accordion>.accordion-item.active .accordion-title:before {
    content: "\e0e9";
    color: #368a85;
    border-color: #368a85;
}

.accordion.dark-skin>.accordion-item.active .accordion-title {
    color: #1f1f1f;
    border-color: #1f1f1f;
}

.accordion.dark-skin>.accordion-item.active .accordion-title h3 {
    color: #1f1f1f;
}

.accordion.dark-skin>.accordion-item.active .accordion-title:before {
    color: #1f1f1f;
    border-color: #1f1f1f;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title {
    color: #007aff;
    border-color: #007aff;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title h3 {
    color: #007aff;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title:before {
    color: #007aff;
    border-color: #007aff;
}

.accordion-content {
    display: none;
    padding: 20px 0;
}

.accordion-content p,
.accordion-content .wpb_content_element {
    margin-bottom: 1rem;
}

.check-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.check-list>li {
    padding: 6px 0;
}

.check-list>li:before {
    font-family: 'hody-icons';
    content: "\e045";
    vertical-align: middle;
    font-size: 18px;
    margin-right: 10px;
    color: #368a85;
}

.check-list.dark-skin>li:before {
    color: #1f1f1f;
}

.check-list.white-skin>li:before {
    color: #fff;
}

.parallax-section .check-list>li:before {
    color: #fff;
}

.tagcloud a,
.post-tags a {
    display: block;
    float: left;
    padding: 8px 10px;
    border: 1px solid #858585;
    margin: 0 10px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Graphik', sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    color: #787878;
}

.tagcloud a:hover,
.post-tags a:hover {
    background-color: #368a85;
    border-color: #368a85;
    color: #fff;
}

.dark-bg .progress,
.colored-bg .progress {
    background-color: rgba(255, 255, 255, 0.15);
}

.dark-bg .progress-bar:not(.colored),
.colored-bg .progress-bar:not(.colored) {
    background-color: #fff;
}

.progress {
    height: 2px;
    background-color: #eee;
    margin-bottom: 25px;
    box-shadow: none;
}

.progress-bar {
    background-color: #1f1f1f;
    box-shadow: none;
}

.progress-bar.colored {
    background-color: #368a85;
}

.progress-bar.white {
    background-color: #fff;
}

.skill {
    position: relative;
    text-align: left;
}

.skill-name {
    position: relative;
}

.skill-name,
.skill-perc {
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.skill-perc {
    position: absolute;
    top: 0;
}

.carousel {
    max-width: 100%;
}

.carousel .slick-list.draggable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.carousel .slick-list.draggable:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.carousel .carousel-item.with-padding {
    padding-left: 15px;
    padding-right: 15px;
}

#map.full-width {
    height: 500px;
    width: 100%;
    position: relative !important;
}

@media only screen and (max-width: 991px) {
    .map-side {
        padding: 0;
        margin-top: -120px;
        margin-bottom: 50px;
    }

    .map-side #map {
        min-height: 400px;
        width: 100%;
        position: relative !important;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .map-side {
        padding: 0px;
        position: absolute;
        top: 0px;
        height: 100%;
        overflow: hidden;
        z-index: 100;
        left: 0;
    }

    .map-side.map-side-right {
        right: 0;
        left: auto;
    }

    .map-side #map {
        min-height: 500px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}

.vc_row-flex .map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.vc_row-flex .map-container #map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.box {
    position: relative;
    margin: 0;
    padding: 0 175px;
    border: none;
    background-color: transparent;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .box {
        padding: 50px 50px;
    }
}

.box.with-shadow {
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}

@media (max-width: 991.98px) {
    section.s-partners .box.with-shadow {
        box-shadow: none;
    }
}

.box p {
    font-size: 1.25rem;
}

section.grey-bg .menu-list .menu-title,
section.grey-bg .menu-list .menu-value {
    background-color: #f7f7f7;
}

section.dark-bg .menu-list .menu-title,
section.dark-bg .menu-list .menu-value {
    background-color: #1f1f1f;
}

.ig {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.box-with-image {
    position: relative;
}

.box-with-image .box-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-with-image .box-content h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}

.box-with-image .box-content h3.cursive-font {
    font-size: 38px;
    letter-spacing: 0;
}

section.section-skewed {
    padding-bottom: 160px;
}

section.section-skewed.home-section {
    padding-bottom: 0;
}

section.section-skewed .skewed-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 6%;
    z-index: 1;
    pointer-events: none;
}

section.section-skewed .skewed-mask .mask-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

section.section-skewed.skewed-reverse .skewed-mask .mask-block {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

section.section-skewed+section,
section.section-skewed+.vc_row-full-width+section {
    border-top: 0;
}

section.gradient-bg {
    color: #fff;
    border: 0;
}

section.gradient-bg:not([data-gradients]) {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #368a85 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #368a85 100%);
}

.gradient-bg-wrapper,
.gradient-bg-element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.client-carousel {
    max-width: 1000px;
    margin: auto;
}

.client-carousel .wpb_single_image .vc_figure {
    line-height: 100px;
    margin: 0 auto;
    max-width: 250px;
    padding: 0 10px;
    display: block;
}

.client-carousel .wpb_single_image .vc_figure img {
    display: inline-block;
    vertical-align: middle;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.client-carousel .wpb_single_image .vc_figure img:hover {
    opacity: 1;
}

.client-image {
    max-height: 60px;
    display: block;
    line-height: 60px;
    margin: 0;
}

.clients-box [class*="col-"] {
    padding: 5%;
}

#particle-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

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

.inline-list>li {
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.inline-list>li:last-child {
    border-bottom: 0;
}

.inline-list>li .list-title,
.inline-list>li strong {
    display: inline-block;
    min-width: 120px;
    font-weight: 500;
    color: #1f1f1f;
}

.social-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list.size--big>li>a {
    width: 75px;
    font-size: 34px;
}

.social-list.text-center>li {
    margin: 5px;
}

.social-list>li {
    display: inline-block;
    margin-right: 10px;
}

.social-list>li>a {
    display: block;
    font-size: 16px;
    width: 32px;
    color: #929292;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991.98px) {
    .social-list>li>a {
        width: 24px;
    }
}

.dark-bg .social-list>li>a,
.colored-bg .social-list>li>a {
    color: #fff;
}

.social-list>li>a:hover {
    color: #368a85;
}

.social-list>li>a i {
    line-height: inherit;
}

.social-list>li.social-item-facebook>a:hover {
    color: #3b5998;
}

.social-list>li.social-item-twitter>a:hover {
    color: #55acee;
}

.social-list>li.social-item-linkedin>a:hover {
    color: #0077b5;
}

.social-list>li.social-item-instagram>a:hover {
    color: #3f729b;
}

.social-list>li.social-item-dribbble>a:hover {
    color: #ea4c89;
}

.social-list>li.social-item-github>a:hover {
    color: #333;
}

.social-list>li.social-item-flickr>a:hover {
    color: #0063dc;
}

.social-list>li.social-item-pinterest>a:hover {
    color: #bd081c;
}

.social-list>li.social-item-youtube>a:hover {
    color: #cd201f;
}

.social-list>li.social-item-tumblr>a:hover {
    color: #35465c;
}

.social-list>li.social-item-snapchat>a:hover {
    color: #fffc00;
}

#search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#search-modal.active {
    opacity: 1;
    visibility: visible;
}

#search-modal.active .search-form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#search-modal .search-form {
    max-width: 700px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

#search-modal .search-form ::-webkit-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-placeholder {
    color: #fff;
}

#search-modal .search-form :-ms-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-selection {
    background-color: #368a85;
    color: #fff;
}

#search-modal .search-form ::selection {
    background-color: #368a85;
    color: #fff;
}

#search-modal .search-form .form-control {
    padding: 0 25px;
    border-color: #999;
    color: #fff;
    background-color: transparent;
    border-width: 1px;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
}

#search-modal .search-form .form-control:focus {
    border-color: #368a85;
}

#search-modal .search-form .form-control:focus+.input-group-btn .btn {
    border-color: #368a85;
}

#search-modal .search-form .btn {
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-color: #999;
    height: 62px;
    font-size: 18px;
}

#search-modal #close-search-modal {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#search-modal #close-search-modal:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.image-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .image-box {
        margin: 50px auto;
    }
}

.image-box .thumbnail-block {
    box-shadow: 0 12px 50px rgb(0 0 0 / 8%);
}

.image-box img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.image-box:hover img {
    -webkit-transform: scale(1.1) translateX(10px);
    transform: scale(1.1) translateX(10px);
}

.image-box .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.image-box .image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    background: rgba(49, 63, 61, .5);
    border-radius: 0 0 15px 15px;
}

.image-box .image-overlay .overlay-inner {
    max-width: 1114px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.image-box .image-overlay .vc_row {
    padding: 45px 0 80px;
}

.image-box .image-overlay h1,
.image-box .image-overlay h2,
.image-box .image-overlay h3,
.image-box .image-overlay h4,
.image-box .image-overlay h5,
.image-box .image-overlay h6,
.image-box .image-overlay p {
    color: #ffffff;
}

.image-box .image-overlay .title {
    margin-bottom: 0;
}

.image-box .image-overlay p {
    font-size: 1.375rem;
    line-height: 1.55;
    padding-right: 40px;
}

.error-page {
    text-align: center;
}

.error-page .title>h1 {
    font-size: 160px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .error-page .title>h1 {
        font-size: 100px;
    }
}

.error-page .search-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.error-page .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.error-page .search-form ::-moz-placeholder {
    color: #fff;
}

.error-page .search-form :-ms-input-placeholder {
    color: #fff;
}

.error-page .search-form ::placeholder {
    color: #fff;
}

.error-page .search-form .form-control {
    background-color: transparent;
    border-width: 1px;
    color: #fff;
}

.error-page .search-form .form-control:focus {
    border-color: #368a85;
}

.job-offer {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.job-info:before,
.job-info:after {
    content: " ";
    display: table;
}

.job-info:after {
    clear: both;
}

.job-info h3 {
    margin-top: 0;
    letter-spacing: -1px;
}

.job-info h5 {
    font-size: 11px;
    color: #787878;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.job-content {
    margin-top: 20px;
}

.job-content p {
    margin-bottom: 15px !important;
}

.job-content a {
    color: #368a85;
}

.images-gallery.slick-slider:hover .slick-prev,
.images-gallery.slick-slider:hover .slick-next {
    opacity: 1;
}

.images-gallery.slick-slider .slick-prev,
.images-gallery.slick-slider .slick-next {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
}

.images-gallery.slick-slider .slick-prev:hover,
.images-gallery.slick-slider .slick-next:hover {
    color: #000 !important;
}

.media-video {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.media-video iframe,
.media-video embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.media-audio {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}

.media-audio iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.alert {
    border-radius: 0;
    font-size: 16px;
    padding: 25px 25px 25px 100px;
    border: 0;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.alert a {
    color: inherit;
    font-weight: bold;
}

.alert a:hover {
    text-decoration: underline;
}

.alert p {
    margin: 0;
}

.alert .alert-icon {
    background-color: rgba(0, 0, 0, 0.075);
    position: absolute;
    width: 75px;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert .alert-icon i {
    font-size: 20px;
}

.alert.alert-dismissible {
    padding-right: 35px;
}

.alert .close {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    opacity: 1;
    outline: none;
}

.alert .close i {
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
}

.alert.alert-warning {
    background-color: #ffbb44;
}

.alert.alert-danger {
    background-color: #f42841;
}

.alert.alert-success {
    background-color: #0ee092;
}

.alert.alert-info {
    background-color: #35c3fa;
}

.no-menu {
    display: block;
    float: right;
    padding: 0 25px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead.stick .no-menu {
    color: #1f1f1f;
    line-height: 60px;
}

@media (min-width: 783px) {

    .logged-in.admin-bar #masthead,
    .logged-in.admin-bar #masthead.stick {
        top: 0px;
    }
}

@media (min-width: 600px) and (max-width: 782px) {

    .logged-in.admin-bar #masthead,
    .logged-in.admin-bar #masthead.stick {
        top: 0px;
    }
}

.wpb_content_element {
    margin-bottom: 0;
}

.wpb_text_column+.btn-container,
.wpb_text_column+.inline-icon-btn {
    margin-top: 35px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #368a85;
}

.bypostauthor {
    background-color: #f1f1f1;
    padding: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
}

.gallery-caption {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.gallery-item img {
    border: 0 !important;
}

.moocow-site-name {
    color: #fff;
    font-family: 'Graphik', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 26px;
}

#masthead.dark-menu .moocow-site-name {
    color: #fff;
}

#masthead.stick .moocow-site-name {
    color: #1f1f1f;
}

.newsletter-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop.in {
    opacity: .75;
}

.modal {
    z-index: 999991;
}

.modal-content {
    box-shadow: none;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 20px;
    font-size: 25px;
}

.modal-popup .modal-header {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-popup .modal-body {
    padding: 25px;
}

.is-ie .side-post .side-post-content .post-content-wrapper {
    display: block !important;
}

/*
    Buttons
  */
.inline-btn-container {
    display: inline-block;
}

.inline-btn-container+.inline-btn-container {
    margin-left: 15px;
}

.btn {
    position: relative;
    min-width: 381px;
    height: 72px;
    line-height: 72px;
    border-width: 0;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Graphik', sans-serif;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn.btn-sm {
    padding: 0 25px;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    min-width: auto;
}

.btn-default {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-default:hover {
    color: #fff;
    background-color: #000;
    text-decoration: #000;
}

.btn-color {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #999999;
    border-width: 2px;
    color: #dedede;
}

.btn-dark {
    background-color: var(--primary-color);
    border-color: #fff;
    color: #fff;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn>i {
    vertical-align: initial;
    display: inline-block;
    margin-left: 10px;
    font-size: 28px;
    color: #368a85;
}

.btn>i:before {
    vertical-align: middle;
}

.btn>i.align-left {
    margin-left: 0;
    margin-right: 10px;
}

.btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}


/*
    Topbar
  */

.top-bar {
    position: absolute;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 0;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .top-bar {
        height: 80px;
        padding: 32px 0;
    }
}

.top-bar p {
    color: #000;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .top-bar p {
        font-size: 0.75rem;
    }
}

.top-bar a {
    color: #000;
}

/*
    Navbar
  */
header#masthead {
    position: relative;
    background-color: #fff;
    box-shadow: none;
    padding: 15px 0;
    z-index: 998;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    #masthead.affix-top {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }

    #masthead.affix-top:hover {
        background-color: #fff;
    }
}

#masthead.stick {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0px 6px 50px rgb(0 0 0 / 8%);
}

.top-bar+header#masthead:not(.stick) {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .top-bar+header#masthead:not(.stick) {
        margin-top: 80px;
    }
}

#masthead nav {
    padding-left: 15px;
    padding-right: 15px;
}

#masthead .navbar-brand {
    display: table;
    height: 38px;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}

@media (min-width: 992px) {
    #masthead.stick .navbar-brand {
        height: 57px;
    }
}

#masthead .navbar-brand>a {
    display: table-cell;
    vertical-align: middle;
}

#masthead .navbar-brand>a>img {
    height: 38px;
    width: 103px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    #masthead .navbar-brand>a>img {
        height: 57px;
        width: 155px;
    }
}

#masthead .navbar-brand .logo-light {
    display: block;
}

#masthead.navbar-dark:not(.stick) .navbar-brand .logo-light {
    display: none;
}

.modal-open #masthead .navbar-brand .logo-light,
.modal-open #masthead.navbar-dark:not(.stick) .navbar-brand .logo-light {
    display: block;
}

#masthead .navbar-brand .logo-dark {
    display: none;
}

#masthead.navbar-dark:not(.stick) .navbar-brand .logo-dark {
    display: block;
}

.modal-open #masthead .navbar-brand .logo-dark,
.modal-open #masthead.navbar-dark:not(.stick) .navbar-brand .logo-dark {
    display: none;
}

#masthead .navbar-brand .navbar-brand-light {
    opacity: 1;
    height: auto;
}

#masthead .navbar-brand .navbar-brand-dark {
    opacity: 0;
    height: 0;
}

.top-spacing #masthead {
    top: 20px;
}

.submenu {
    margin-left: 0;
}

.light-slide #masthead:not(.stick) {
    border-color: rgba(0, 0, 0, 0.1);
}

.light-slide #masthead:not(.stick) .navbar-nav>li>a {
    color: #1f1f1f;
}

.light-slide #masthead:not(.stick) .menu-extras .menu-item>div {
    border-color: rgba(0, 0, 0, 0.1);
}

.light-slide #masthead:not(.stick) .menu-extras .menu-item .header-socials>ul>li>a {
    color: #1f1f1f;
}

.light-slide #masthead .navbar-brand-light {
    opacity: 0;
    height: 0;
}

.light-slide #masthead .navbar-brand-dark {
    opacity: 1;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
}

.dropdown-menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -8px;
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -7px;
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 993px) {
    #mega-menu-wrap-primary {
        background: transparent;
    }
}

#masthead .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: right;
}

#masthead .navbar-nav>li {
    display: block;
    float: left;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    display: block;
    font-family: 'Graphik', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    text-transform: none;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0 15px;
    }
}

#masthead.stick #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: 57px;
    line-height: 57px;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #368a85;
    text-decoration: underline;
}

@media (min-width: 992px) {
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    body:not(.theme-preset-active) #masthead.stick .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    font-weight: 600;
}

body:not(.theme-preset-active) #masthead.navbar-dark:not(.stick) .navbar-nav>li>a {
    color: #000;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.button>a {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    min-height: 0;
    background-color: #004b88;
    border-color: #004b88;
    border-radius: 5px;
    color: #fff;
    margin-top: 23px;
}

#masthead .navbar-nav>li .submenu li a i {
    margin-right: 5px;
}

#masthead .navbar-nav>li.menu-btn-item,
#masthead.stick .navbar-nav>li.menu-btn-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-nav>li.menu-btn-item>a,
#masthead.stick .navbar-nav>li.menu-btn-item>a {
    display: inline-block;
    padding: 0 30px !important;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    min-height: 0;
    background-color: #368a85;
    border-color: #368a85;
    border-radius: 30px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    line-height: 38px;
}

body:not(.theme-preset-active) #masthead.stick .navbar-nav>li:not(.menu-btn-item)>a {
    line-height: 37px;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.menu-btn-item>a:hover,
body:not(.theme-preset-active) #masthead.stick .navbar-nav>li.menu-btn-item>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.menu-btn-item>a:focus,
body:not(.theme-preset-active) #masthead.stick .navbar-nav>li.menu-btn-item>a:focus,
body:not(.theme-preset-active) #masthead .navbar-nav>li.menu-btn-item>a:active,
body:not(.theme-preset-active) #masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    color: #000 !important;
    background-color: #c9cdfe;
    text-decoration: none;
}

#masthead .navbar-nav>li.menu-btn-item>a:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

#masthead .navbar-nav>li.menu-btn-item>a:hover,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

#masthead .navbar-nav>li.menu-btn-item>a:hover:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover:before {
    opacity: .2;
}

#masthead .navbar-nav>li.menu-btn-item>a:active,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item>a:active:focus,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active:focus {
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item:hover>a,
#masthead.stick .navbar-nav>li.menu-btn-item:hover>a,
#masthead .navbar-nav>li.menu-btn-item:focus>a,
#masthead.stick .navbar-nav>li.menu-btn-item:focus>a,
#masthead .navbar-nav>li.menu-btn-item:active>a,
#masthead.stick .navbar-nav>li.menu-btn-item:active>a {
    color: #000;
    background-color: #c9cdfe;
    text-decoration: none;
}


#masthead .navbar-nav>li.menu-btn-item {
    padding: 25px 0;
}

#masthead.stick .navbar-nav>li.menu-btn-item {
    padding: 8px 0 9px;
}

#masthead.stick.dark-menu {
    background-color: #1f1f1f;
    border-color: #1c1c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#masthead.stick.dark-menu .navbar-brand .navbar-brand-dark {
    opacity: 0;
    height: 0;
}

#masthead.stick.dark-menu .navbar-brand .navbar-brand-light {
    opacity: 1;
    height: auto;
}

#masthead.stick.dark-menu .navbar-nav>li>a {
    color: #fff;
}

#masthead.stick.dark-menu .navbar-nav>li>a:hover {
    color: #bbb;
}

#masthead.stick.dark-menu .navbar-nav>li.active>a {
    color: #bbb;
}

#masthead.stick.dark-menu .menu-extras .menu-item>div {
    border-color: rgba(255, 255, 255, 0.1);
}

#masthead.stick.dark-menu .menu-extras .menu-item>div>a {
    color: #fff;
    height: 50px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials {
    height: 50px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials>ul>li>a {
    color: #fff;
    line-height: 50px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials>ul>li>a:hover {
    color: #bbb;
}

.menu-extras {
    position: relative;
    margin-left: auto;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .menu-extras {
        right: 40px;
    }
}

.menu-extras .menu-item {
    float: right;
}

.menu-extras .menu-item>div {
    position: relative;
}

.menu-extras .menu-item>div>a {
    display: table;
    padding: 0 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 38px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .menu-extras .menu-item>div>a {
        height: 57px;
    }
}

.menu-extras .menu-item>div>a:hover,
.menu-extras .menu-item>div>a:focus {
    text-decoration: none;
}

.menu-extras .menu-item>div>a>i,
.menu-extras .menu-item>div>a>span,
.menu-extras .menu-item>div>a>.hamburger {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

@media (max-width: 767.98px) {

    .menu-extras .menu-item .ogb-search-text,
    .menu-extras .menu-item .ogb-account-text {
        display: none;
    }
}

.menu-extras .btn-container {
    line-height: 62px;
}

.menu-extras .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
}

@media (min-width: 768px) {
    .menu-extras .btn {
        height: 38px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .menu-extras .btn {
        height: 62px;
        line-height: 62px;
        padding: 0 30px;
        margin: 5px 0;
    }
}

.search-form {
    position: absolute;
    top: 53px;
    right: -55px;
    background-color: #fff;
    min-width: 300px;
    padding: 0;
    border: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    .search-form {
        top: 72px;
        right: 0;
        border: 1px solid #eee;
        min-width: 500px;
    }

    #masthead.stick .search-form {
        top: 67px;
    }
}

.search-form.open {
    opacity: 1;
    visibility: visible;
}

.search-form .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 44px;
}

.search-form .btn {
    min-width: 0;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 0;
    background-color: #000;
    padding: 0 16px;
    margin: 0;
}

.search-form .btn .dashicons {
    vertical-align: middle;
}

.menu-extras .menu-item>div>a>span.ogb-shopping-bag {
    display: inline-block;
    width: 21px;
    height: 38px;
    background-image: url(../bottle.html);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .menu-extras .menu-item>div>a>span.ogb-shopping-bag {
        height: 57px;
    }
}

.cart-open .cart-number {
    position: absolute;
    font-size: 14px !important;
    background-color: var(--primary-color);
    top: 5px;
    right: -9px;
    height: 26px;
    width: 26px;
    line-height: 26px !important;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
}

.shopping-cart {
    position: absolute !important;
    right: 0;
    min-width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.05);
    box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.05);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.shopping-cart .cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopping-cart .cart-buttons {
    padding: 15px;
    margin: 0;
    overflow: hidden;
}

.shopping-cart .cart-buttons .cart-btn-item {
    width: 50%;
    display: block;
    float: left;
}

.shopping-cart .cart-buttons .cart-btn-item:first-child {
    padding-right: 5px;
}

.shopping-cart .cart-buttons .cart-btn-item:last-child {
    padding-left: 5px;
}

.shopping-cart .mini-cart-info {
    padding: 10px 15px;
}

.shopping-cart .mini-cart-info h5 {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}

#aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#aside-overlay.is-active {
    opacity: 0.9;
    visibility: visible;
}

#masthead #navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: auto;
    z-index: auto;
}

@media (min-width: 992px) {
    #masthead #navigation {
        left: 0;
    }
}

#mega-menu-wrap-device #mega-menu-device {
    margin: 15px -15px;
    z-index: 998;
}

#masthead.stick #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: 57px;
    line-height: 57px;
}

@media (max-width: 992px) {
    #masthead.stick #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        display: block;
        position: relative;
        background-color: rgb(243, 244, 245);
        border-radius: 8px;
        text-align: left;
        padding: 15px 15px;
    }
}

@media (max-width: 992px) {

    #mega-menu-wrap-device #mega-menu-device>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-device #mega-menu-device>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        color: #000;
        background: rgb(243, 244, 245);
        border-radius: 8px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    #mega-menu-wrap-device #mega-menu-device>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
        display: block;
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after,
#mega-menu-wrap-device #mega-menu-device li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "\f347";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

#mega-menu-wrap-device #mega-menu-device li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    content: "\f343";
}

#masthead.stick #mega-menu-wrap-primary #mega-menu-primary>li.btn>a.mega-menu-link {
    color: #fff;
}

@media (max-width: 992px) {
    #mega-menu-wrap-device #mega-menu-device>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0;
    }
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        display: flex;
        align-items: stretch;
    }
}

@media (max-width: 992px) {
    #mega-menu-wrap-device #mega-menu-device>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item {
        margin-bottom: 15px;
    }
}

#mega-menu-wrap-device #mega-menu-device>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    display: block;
    position: relative;
    color: #232323;
    font-weight: 600;
    background-color: rgb(243, 244, 245);
    border-radius: 8px;
    text-align: left;
    padding: 15px 15px;
}

#mega-menu-wrap-device #mega-menu-device li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    margin-bottom: 15px;
}

.widget_moo_menu_item_widget,
#mega-menu-wrap-device #mega-menu-device li.widget_moo_menu_item_widget,
#mega-menu-wrap-primary #mega-menu-primary li.widget_moo_menu_item_widget {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    background-color: rgb(243, 244, 245);
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
}

.widget_moo_menu_item_widget a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.widget_moo_menu_item_widget a:focus,
.widget_moo_menu_item_widget a:hover {
    text-decoration: none
}

.widget_moo_menu_item_widget img {
    width: 83px;
    min-width: 83px;
    margin-right: 8px;
}

.widget_moo_menu_item_widget h4,
#mega-menu-wrap-device #mega-menu-device>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-device #mega-menu-device>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary>li.btn {
    float: right;
    margin: 10px auto;
    padding: 0 6px;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.btn {
        width: 50%;
        clear: none;
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.btn>a.mega-menu-link {
    height: 42px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 42px;
    border-radius: 30px;
    padding: 0px 16px 0px 16px;
    background-color: #00bb8c;
    border-color: #00bb8c;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.btn>a.mega-menu-link {
        text-align: center;
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.btn>a.mega-menu-link:hover {
    background-color: #75d69c;
    border-color: #75d69c;
}

#mega-menu-wrap-primary #mega-menu-primary>li.logmein>a.mega-menu-link {
    background-color: #8224e3;
    border-color: #8224e3;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.logmein>a.mega-menu-link:hover {
    background-color: #875add;
    border-color: #875add;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    margin-bottom: 2rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    padding: 24px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:last-child {
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:last-child img {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column ul.mega-sub-menu {
    padding: 0 15px;
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column ul.mega-sub-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-row-gap: 10px;
        row-gap: 10px;
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column ul.mega-sub-menu li:last-child {
    grid-column: 1 / span 3;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

@media (min-width: 993px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        margin-top: 8px;
        box-shadow: none;
    }
}

@media (min-width: 992px) {

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row #mega-menu-8181-0-3,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row #mega-menu-4970-0-3 {
        background: #f7f8fc;
        position: relative;
    }
}

#mega-menu-wrap-primary #mega-menu-primary .widget-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary p.submenu-title {
    padding: 0;
    margin: 0;
    color: #2c2d2f;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: inherit;
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary p.submenu-title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 16px;
    }
}

#mega-menu-wrap-primary #mega-menu-primary a.submenu-link {
    display: block;
    padding: 8px 0px;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary a.submenu-link {
        padding: 4px 0px;
    }
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary a.submenu-link+.submenu-link {
        padding: 2px 0px;
    }
}

#mega-menu-wrap-primary #mega-menu-primary .submenu-link-text {
    padding: 0;
    margin: 0;
    color: #2a54b4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: inherit;
    line-height: 20px;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary .submenu-link-text:not(.btn-link) {
        font-size: 14px;
        font-weight: normal;
        margin-left: 0;
        margin-bottom: 0;
    }
}

#mega-menu-wrap-primary #mega-menu-primary .submenu-link:hover .submenu-link-text {
    text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary .btn-link {
    display: block;
    line-height: 42px;
    height: 42px;
    padding: 0px 10px 0px 10px;
    background-color: #00bb8c;
    border-color: #00bb8c;
    color: #fff;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary .btn-link {
        display: none;
    }
}

#mega-menu-wrap-primary #mega-menu-primary .submenu-link-desc {
    padding: 0;
    margin: 0;
    display: block;
    color: #74767b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: inherit;
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary .submenu-link-desc {
        display: none;
        margin-left: 16px;
        margin-bottom: 0;
    }
}

#mega-menu-wrap-primary #mega-menu-primary .submenu-link:hover .submenu-link-desc {
    color: #2d2d2d;
}

/* flyout */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 10px 24px;
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 4px 0;
        margin: 0;
        color: #2c2d2f;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        font-family: inherit;
    }
}

.ogb-visualmenu {
    display: block;
}

.ogb-visualmenu .columns {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    margin-bottom: 1em;
}

@media (max-width: 991.98px) {
    .ogb-visualmenu .columns {
        display: block;
    }
}

.ogb-visualmenu .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

@media (max-width: 991.98px) {
    .ogb-visualmenu .column {
        display: block;
        padding: 0;
    }
}

.ogb-visualmenu a {
    display: block;
    position: relative;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ogb-visualmenu a {
        text-align: left;
    }
}

.ogb-visualmenu a img {
    vertical-align: middle;
    max-width: 70% !important;
}

@media (max-width: 991.98px) {
    .ogb-visualmenu a img {
        display: inline-block;
        max-width: 60px !important;
    }
}

.ogb-visualmenu a>span {
    padding: 5px 5px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 800;
    line-height: 1;
    font-size: 15px;
}

@media (max-width: 991px) {
    .ogb-visualmenu a>span {
        display: inline-block;
        width: auto;
        text-align: left;
        padding: 0;
    }
}

.nav-shortlist dt {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .nav-shortlist dt {
        margin-bottom: 10px;
    }
}

.nav-shortlist a {
    color: #000;
    font-size: 18px;
}

@media (max-width: 991px) {
    .nav-shortlist a {
        color: #26738b;
        font-size: 16px;
    }
}

/*
    Toggle
  */
@media (min-width: 992px) {
    .toggle-aside-menu {
        display: none;
    }
}

.site-header .toggle-aside-menu {
    float: left;
    display: table;
    height: 72px;
    padding-left: 20px;
    outline: none !important;
    box-shadow: none;
}

@media only screen and (min-width: 1200px) {
    .site-header .toggle-aside-menu {
        display: none;
    }
}

.site-header .toggle-aside-menu.menu-active {
    z-index: 9999999;
}

.hamburger {
    position: relative;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
}

.hamburger-box {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 22px;
}

.hamburger-inner {
    background-color: #000;
    border-radius: 4px;
    display: block;
    height: 2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 22px;
}

.navbar-dark:not(.stick) .hamburger-inner {
    background-color: #000;
}

.hamburger.is-active .hamburger-inner {
    background-color: #000;
}

.hamburger-inner:before {
    background-color: #000;
    border-radius: 4px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: -6px;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 22px;
}

.navbar-dark:not(.stick) .hamburger-inner:before {
    background-color: #000;
}

.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-inner:after {
    background-color: #000;
    border-radius: 4px;
    bottom: -6px;
    right: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 16px;
}

.navbar-dark:not(.stick) .hamburger-inner:after {
    background-color: #000;
}

.hamburger.is-active .hamburger-inner:after {
    background-color: #000;
    width: 22px;
}

.hamburger .hamburger-inner {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0 !important;
}

/*
 Aside
*/

#aside-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    z-index: auto;
}

/*
    Home Slider
  */

#home-slider {
    height: 400px;
    position: relative;
    background-color: transparent;
    padding: 0;
}

@media (min-width: 992px) {
    #home-slider {
        height: 720px;
    }
}

section.section-skewed.section-bordered #home-slider:after {
    content: none;
}

.slide-item {
    height: 400px;
    position: relative;
}

@media (min-width: 992px) {
    .slide-item {
        height: 720px;
    }
}

.slide-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 1.3s ease;
    transition: -webkit-transform 1.3s ease;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}

.slide-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.15);
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slide-wrap.colored-overlay {
    background-color: rgba(0, 195, 218, 0.55);
}

.slide-wrap.dark-overlay {
    background-color: rgba(31, 31, 31, 0.7);
}

.slide-wrap.light-overlay {
    background-color: rgba(31, 31, 31, 0.1);
    color: #1f1f1f;
}

.slide-wrap.white-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    color: #1f1f1f;
}

.slide-wrap.no-overlay {
    background-color: rgba(0, 0, 0, 0);
    color: #1f1f1f;
}

.slide-wrap.gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.slide-wrap.gradient-overlay:not([data-gradients]):before {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #368a85 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #368a85 100%);
}

.slide-wrap.gradient-overlay .gradient-bg-wrapper {
    opacity: .55;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
}

.slide-content.align-left {
    text-align: left;
}

.slide-content.align-left .container>* {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slide-content h1 {
    font-size: 78px;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-content h1 {
        font-size: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-content h1 {
        font-size: 52px;
    }
}

.slide-content h4 {
    font-weight: 400;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-content h4 {
        font-size: 16px;
    }
}

.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content h4,
.slide-content h5,
.slide-content h6 {
    color: inherit;
}

.slide-content>i {
    font-size: 45px;
}

.slide-content .btn-container,
.slide-content .inline-icon-btn {
    margin-top: 20px;
}

.slide-content .btn-container:last-child,
.slide-content .inline-icon-btn:last-child {
    margin-bottom: 0;
}

.slide-content .btn {
    padding: 0;
    min-width: 0;
    height: auto;
    line-height: 1.4166666667;
    text-decoration: underline;
    background-color: transparent;
}

.slide-content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}

#home-slider .slide-content .container>* {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform .4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slide-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.slide-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slide-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 6px 0;
    width: 35px;
    outline: none;
    background-color: transparent;
}

.slide-dots>li>button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-dots>li>button:hover:before {
    background-color: #fff;
}

.slide-dots>li.slick-active>button:before {
    background-color: #fff;
}

.light-slide .slide-dots>li>button:before {
    background-color: rgba(31, 31, 31, 0.5);
}

.light-slide .slide-dots>li.slick-active>button:before {
    background-color: #1f1f1f;
}

.slide-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-arrows {
        top: 25%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slide-arrows {
        display: none;
    }
}

.slide-arrows>button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 0;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

.slide-arrows>button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.slide-arrows>button:hover {
    cursor: pointer;
    color: #1f1f1f;
    border-color: #fff;
}

.slide-arrows>button:hover:before {
    width: 50px;
}

.slide-arrows>button:focus {
    outline: none;
}

.slide-arrows>button>i {
    line-height: 1;
    position: relative;
    z-index: 10;
}

.slide-arrows>button+button {
    margin-top: -1px;
}

.light-slide .slide-arrows>button {
    border-color: rgba(31, 31, 31, 0.7);
    color: #1f1f1f;
}

.light-slide .slide-arrows>button:before {
    background-color: #1f1f1f;
}

.light-slide .slide-arrows>button:hover {
    color: #fff;
}

.light-slide .slide-dots>li>button:before {
    background-color: rgba(31, 31, 31, 0.5);
}

.light-slide .slide-dots>li.slick-active>button:before {
    background-color: #1f1f1f;
}

.small-image img {
    width: 125px;
}

/*
    Breadcrumbs
  */

#breadcrumbs {
    width: 100%;
    font-size: .625rem;
    letter-spacing: normal;
    line-height: 1.2;
    color: rgb(63, 63, 64);
    clear: both;
}

#breadcrumbs span {
    color: rgb(63, 63, 64);
}

#breadcrumbs a {
    color: rgb(153, 153, 153);
    text-decoration: none;
}

/*
    Icon Boxes
  */
.animated-icon {
    width: 100px;
}

.animated-icon:not(.gradient-icon, [data-custom-color]) svg,
.animated-icon:not(.gradient-icon, [data-custom-color]) svg * {
    stroke: #1f1f1f;
}

.animated-icon.colored svg,
.animated-icon.colored svg * {
    stroke: #368a85;
}

.animated-icon.white:not([data-custom-color]) svg,
.parallax-section .animated-icon:not([data-custom-color]) svg,
.dark-bg .animated-icon:not([data-custom-color]) svg,
.animated-icon.white:not([data-custom-color]) svg *,
.parallax-section .animated-icon:not([data-custom-color]) svg *,
.dark-bg .animated-icon:not([data-custom-color]) svg * {
    stroke: #fff;
}

.icon-box {
    position: relative;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.icon-box h3 {
    font-size: 22px;
}

.icon-box h4 {
    max-width: 210px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
}

.icon-box>.animated-icon {
    width: 55px;
    margin-bottom: 25px;
}

.icon-box>i {
    font-size: 60px;
    color: #368a85;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.icon-box>i.colored {
    color: #368a85 !important;
}

.icon-box .ib-icon {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    background-color: #368a85;
    color: #fff;
    display: inline-block;
    clear: both;
}

.icon-box .ib-icon+.ib-content {
    margin-top: 25px;
}

.icon-box .ib-icon.size-small {
    height: 65px;
    width: 65px;
    line-height: 65px;
}

.icon-box .ib-icon.size-small>i {
    font-size: 32px;
}

.icon-box .ib-icon .animated-icon {
    width: 45px;
    margin: auto;
    line-height: inherit;
    height: 100%;
    position: relative;
    z-index: 10;
}

.icon-box .ib-icon.dark-skin {
    border-color: #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.icon-box .ib-icon.dark-skin:after {
    content: none;
}

.icon-box .ib-icon>i {
    font-size: 48px;
    line-height: inherit;
}

.icon-box .ib-icon>i:before {
    line-height: inherit;
}

.icon-box .ib-icon:hover>i {
    color: #fff !important;
}

.icon-box.align-center {
    text-align: center;
}

.icon-box.align-center>.animated-icon,
.icon-box.align-center>.ib-icon {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
    .icon-box.align-center:not(.carousel .icon-box) {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.icon-box.align-right {
    text-align: right;
    padding-right: 0;
}

.icon-box.align-right>.animated-icon,
.icon-box.align-right>.ib-icon {
    margin-left: auto;
    margin-right: 0;
}

.icon-box.icon--big .animated-icon {
    width: 80px;
}

.icon-box.icon--big i {
    font-size: 80px;
}

.icon-box.icon--small .animated-icon {
    width: 40px;
}

.icon-box.icon--small i {
    font-size: 40px;
}

.icon-box.icon--small .ib-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
}

.icon-box.icon--small .ib-icon>i {
    font-size: 32px;
}

.icon-box.boxed-style {
    padding: 54px 20px 44px 30px;
    box-shadow: 0px 22px 34px rgb(0 0 0 / 5%);
    border-radius: 15px;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.dark-bg .icon-box.boxed-style:before,
.dark-bg .icon-box.boxed-style:after {
    border-color: #fff;
}

.icon-box.boxed-style .ib-content {
    position: relative;
    z-index: 100;
}

.icon-box.boxed-style .ib-content p {
    margin-bottom: 0;
}

.icon-box-side {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 75px;
}

@media only screen and (max-width: 767px) {
    .icon-box-side {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .icon-box-side:last-child {
        margin-bottom: 0;
    }
}

.icon-box-side h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.icon-box-side h4.serif-font {
    font-size: 16px;
}

.icon-box-side .animated-icon {
    width: 50px;
    position: absolute;
    left: 0;
}

.icon-box-side>i {
    position: absolute;
    left: 0;
    line-height: 1;
    font-size: 50px;
    color: #1f1f1f;
}

.icon-box-side i.colored {
    color: #368a85;
}

.icon-box-side p.serif-font {
    font-size: 15px;
}

.icon-box-side .ib-icon {
    position: absolute;
    left: 0;
    height: 55px;
    width: 55px;
    border: 1px solid #368a85;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-box-side .ib-icon:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #368a85;
    border-radius: 50%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: transform .3s, opacity 0.4s;
    transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
}

.icon-box-side .ib-icon>i {
    font-size: 28px;
    line-height: inherit;
}

.icon-box-side .ib-icon>i:before {
    line-height: inherit;
}

.icon-box-side .ib-icon:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.icon-box-side .ib-icon:hover>i {
    color: #fff !important;
}

.icon-box-side.icon--small {
    padding-left: 60px;
}

.icon-box-side.icon--small>i {
    font-size: 35px;
}

/*
    Page Title
  */
#page-sub-header {
    background: #fff;
    color: #fff;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 142px;
    padding-bottom: 142px;
    min-height: 717px;
}

@media (min-width: 992px) {
    #page-sub-header {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    #page-sub-header .box-ctx {
        padding-top: 202px;
        max-width: 930px;
        background-position: center right;
    }
}

#page-sub-header.no-image {
    min-height: 0;
    padding-bottom: 0;
}

#page-sub-header.news-content {
    padding-top: 150px;
}

@media (min-width: 992px) {
    #page-sub-header.news-content {
        padding-top: 175px;
    }
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.2;
    color: #fff;
}

@media (min-width: 992px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        line-height: 1.6;
    }
}

#page-sub-header .title h2 {
    color: #fff;
}

@media (min-width: 992px) {
    #page-sub-header .title h2 {
        font-size: 78px;
        margin-bottom: 48px;
    }
}

body:not(.theme-preset-active) #page-sub-header p {
    max-width: none;
    font-size: 20px;
    line-height: 155%;
    color: #fff;
    border-left: 2px solid #368a85;
    padding-left: 24px;
    margin-bottom: 0;
    font-family: 'Graphik';
}

@media (min-width: 992px) {
    body:not(.theme-preset-active) #page-sub-header p {
        font-size: 22px;
        line-height: 165%;
    }
}

@media (min-width: 1200px) {
    body:not(.theme-preset-active) #page-sub-header p {
        font-size: 24px;
    }
}

section#contact-box {
    width: 100%;
    margin-left: 80px;
    margin-top: -110px;
    padding-top: 220px;
    z-index: 1;
}

/*
    Boxes
  */
.click-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #e6e6e6;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    padding: 0;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.click-box.price {
    padding: 30px 30px;
}

.click-box+.click-box {
    margin-top: 1rem;
}

.click-box:not(.price):hover {
    background: #efefef;
}

.click-box.has-img {
    padding-top: 274px;
}

.click-box a {
    color: #000;
    text-decoration: none;
}

.click-box a:hover {
    color: #000;
    text-decoration: none;
}

.click-box .click-box-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.click-box .click-box-info {
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.click-box .click-box-info h4 {
    position: relative;
    color: #000;
    font-weight: 600;
    padding: 0;
}

.click-box .click-box-info .box-price {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    border-left: none;
    padding: 0;
}

@media (min-width: 992px) {
    .click-box .click-box-info .box-price {
        font-size: 70px;
    }
}

.click-box .click-box-info .box-price .currency {
    font-size: 1.375rem;
}

.click-box .click-box-info .box-price .per {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
}

.click-box .click-box-info .start-now {
    position: relative;
    color: #c9cdfe;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
}

.click-box .click-box-info .sub-title {
    display: block;
    font-weight: 500;
    font-size: 1.875rem;
    color: #368a85;
    margin-bottom: 12px;
}

.click-box .click-box-info .sub-desc {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
}

.click-box .click-box-info .sub-link {
    position: relative;
    left: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.click-box .click-box-info .sub-link:hover {
    left: 5px;
    color: #FF0000;
}

.click-box .click-box-info .sub-link i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#product-cat-grid {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 991.98px) {
    #product-cat-grid {
        margin-right: -30px;
    }
}

#product-cat-grid .slide-dots {
    bottom: -40px;
}

#product-cat-grid .slide-dots>li>button:before {
    background-color: rgba(0, 0, 0, 0.2);
}

#product-cat-grid .slide-dots>li.slick-active>button:before {
    background-color: #000;
}

.cat-item {
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.cat-item a {
    color: #000;
    text-decoration: none;
}

.cat-item .cat-detail {
    position: relative;
}

.cat-item .cat-detail>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.cat-item .cat-detail h3 {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cat-item img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cat-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.cat-info .v-bottom {
    padding: 50px 25px;
}

@media (max-width: 991.98px) {
    .cat-info .v-bottom {
        padding: 25px 25px;
    }
}

.cat-info h3 {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 15px 50px;
    margin-bottom: 0;
    background-color: #fff;
}

.cat-item a:hover .cat-info h3,
.cat-item a:focus .cat-info h3 {
    color: #777777;
    text-decoration: none;
}

.cat-info p {
    color: #000;
}

.feature {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.feature {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.feature h5 {
    color: #368a85;
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature-box {
    display: block;
    height: 100%;
}

.feature-box-content {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: 30px 40px 10px;
    box-shadow: 0 22px 40px rgb(133 133 133 / 5%);
    border-radius: 15px;
    transition: all .3s ease;
}

.feature-box-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

/*
    Clients
  */
.client-member {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
}

.client-member.round-thumb {
    text-align: center;
}

.client-member.round-thumb .client-image img {
    width: 175px;
    border-radius: 50%;
}

.client-member.round-thumb.big-thumb .client-image img {
    width: 250px;
}

.client-member.round-thumb .client-social {
    margin-top: 15px;
}

.client-member.round-thumb .client-social>li {
    margin: 0 5px;
}

@media only screen and (max-width: 991px) {
    [class*="vc_col-"] .client-member {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    [class*="vc_col-"] .carousel .client-member,
    [class*="vc_col-"] .vc_row-flex .client-member {
        margin: 0;
    }
}

.client-image {
    position: relative;
    overflow: hidden;
}

.client-image img {
    height: 60px;
}

.client-info {
    padding: 20px 0;
}

.client-info>h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

.client-info>span {
    font-size: 13px;
    color: #999;
    font-family: 'Graphik', sans-serif;
}

.client-info>p {
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #5e6268;
    margin-top: 10px;
}

/*
	Odometer
*/

.plasticbank {
    margin: 0 auto;
    font-size: 50px;
}

@media(min-width: 769px) {
    .plasticbank {
        height: 111px;
        font-size: 75px;
    }
}

@media(min-width: 1008px) {
    .plasticbank {
        height: 148px;
        font-size: 100px;
    }
}

.plasticbank .odometer-digit {
    color: #ffffff;
    margin: 0 1px;
    font-size: 30px;
    width: 37px;
}

@media(min-width: 769px) {
    .plasticbank .odometer-digit {
        margin: 0 10px;
        font-size: 45px;
        width: 55px;
    }
}

@media(min-width: 1008px) {
    .plasticbank .odometer-digit {
        margin: 0 15px;
        font-size: 60px;
        width: 74px;
    }
}

.plasticbank .odometer-digit>* {
    display: block;
    text-align: center;
}

.plasticbank .odometer-digit:before {
    -webkit-background-position: center center;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iV2Fyc3R3YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDE0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzQgMTQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNzE4NzREO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzQsNjAuM2MwLjItNC42LTEuNC05LjEtNC40LTEyLjZjLTMuOC00LjQtMTUuNy0xMy4xLTE3LTE0LjFzLTAuOC01LjMtMC44LTUuM2gyLjdjMCwwLTAuMy0yMi43LTAuOC0yNC43DQoJUzQ5LDAuMiw0NS40LDAuMWMtMy4yLTAuMS03LjQsMC04LjMsMGMtMC45LDAtNS4xLTAuMS04LjMsMGMtMy42LDAuMS03LjgsMS42LTguMywzLjVzLTAuOCwyNC43LTAuOCwyNC43aDIuN2MwLDAsMC41LDQuMy0wLjgsNS4zDQoJcy0xMy4yLDkuNy0xNywxNC4xYy0zLDMuNS00LjYsOC00LjQsMTIuNmMwLjEsMy40LDAsNjguOSwwLDY4LjlzMC4yLDguOCwyLjEsMTEuNXMzLjYsNywxMS45LDcuMmM3LjgsMC4yLDIxLjMsMCwyMy4xLDANCgljMS44LDAsMTUuMywwLjIsMjMsMGM4LjMtMC4yLDEwLTQuNSwxMS45LTcuMnMyLjEtMTEuNSwyLjEtMTEuNVM3My45LDYzLjcsNzQsNjAuM3oiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    -webkit-background-size: fit;
    background-size: fit;
    width: 37px;
    height: 74px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media(min-width: 769px) {
    .plasticbank .odometer-digit:before {
        width: 55px;
        height: 111px;
    }
}

@media(min-width: 1008px) {
    .plasticbank .odometer-digit:before {
        width: 74px;
        height: 148px;
    }
}

.plasticbank .odometer-digit .odometer-last-value {
    left: 0;
    right: 0;
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.impact-box .image-widget {
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
}

.material-item-box {
    border: 1px solid #dee2e6 !important;
    height: 170px;
    min-width: 125px
}

/*
	Gallery
*/

.photo-gallery {
    width: 100%;
}

.photo-gallery.grid-style .gallery-item {
    width: 33.33333333%;
    float: left;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .photo-gallery.grid-style .gallery-item {
        width: 50%;
    }
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

#gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2000000;
    text-align: center;
    display: none;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

#gallery-modal .video-gallery {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.lightbox-gallery {
    position: relative;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.lightbox-gallery .single-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.lightbox-gallery .single-gallery img,
.lightbox-gallery .single-gallery iframe {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}

#gallery-close {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 30px;
    margin: auto;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    cursor: pointer;
}

#gallery-close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery-close:hover,
#gallery-close:focus {
    color: #fff;
    text-decoration: none;
}

#gallery-close i {
    width: 48px;
    height: 48px;
    font-size: 48px;
    vertical-align: middle;
    line-height: inherit;
}

.gallery-control {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    font-size: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-control:hover,
.gallery-control:focus {
    color: #fff;
}

.gallery-control>a {
    color: #fff;
}

.gallery-control i {
    vertical-align: middle;
    line-height: inherit;
}

.gallery-control.gallery-prev {
    left: 30px;
    text-align: left;
}

.gallery-control.gallery-prev:hover {
    left: 25px;
}

.gallery-control.gallery-next {
    right: 30px;
    text-align: right;
}

.gallery-control.gallery-next:hover {
    right: 25px;
}

/*
	Pricing Table
*/

.pricing-table {
    border: 1px solid #f3f3f3;
    max-width: 400px;
    padding: 45px 35px;
    margin: 50px auto 25px;
    position: relative;
    width: 100%;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    .pricing-table.featured {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.pricing-table.featured {
    background-color: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    z-index: 20;
}

.pricing-table.featured .price h2 {
    color: #368a85;
}

.pricing-table .featured-label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background-color: #ebebeb;
    color: #5e6268;
    padding: 12px 12px;
    margin-bottom: 25px;
}

.pricing-table .pricing-head i {
    font-size: 45px;
    margin-bottom: 25px;
    display: block;
    color: #1f1f1f;
}

.pricing-table .pricing-head h4 {
    font-family: 'Graphik', 'Noto Sans TC';
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}

.pricing-table .pricing-head h4 {
    font-family: 'Graphik', 'Noto Sans TC';
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}

.pricing-table .pricing-head p {
    font-family: 'Graphik', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #5e6268;
    text-align: center;
    margin-bottom: 0;
}

.pricing-table .price {
    font-family: 'Graphik';
    vertical-align: middle;
    padding: 15px 0;
    text-align: center;
}

.pricing-table .price .price-cur {
    font-size: 32px;
    line-height: 125%;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .pricing-table .price .price-cur {
        font-size: 40px;
    }
}

.pricing-table .price .price-num {
    font-size: 76px;
    line-height: 90%;
    letter-spacing: -0.001em;
    margin-left: 5px;
    vertical-align: middle;
}

.pricing-table .price .price-unit {
    font-size: 32px;
    line-height: 125%;
    vertical-align: middle;
}

.pricing-table .hr {
    height: 1px;
    background: #6ca7a5;
    margin-top: 10px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .pricing-table .hr {
        margin-top: 24px;
    }
}

.pricing-table .features {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .pricing-table .features {
        text-align: left;
    }
}

.pricing-table .features>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Graphik';
    line-height: 125%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 1px solid #ccced2;
}

.pricing-table .features>li::before {
    width: 18px;
    height: 18px;
    content: '';
    display: block;
    background: #5e6268;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../ico_tick-2.html);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 47%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.s-price .col-price:nth-child(1) .features>li::before {
    background-color: #672c0e;
}

.s-price .col-price:nth-child(2) .features>li::before {
    background-color: #6ca7a5;
}

.s-price .col-price:nth-child(3) .features>li::before {
    background-color: #d3855f;
}

.pricing-table .features>li span {
    font-weight: 400;
}

.pricing-table .pricing-footer {
    padding: 20px 0;
}

.s-price .txt-disclaimer {
    font-family: 'Graphik', 'Noto Sans TC';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 16px;
    color: #5e6268;
}

@media (min-width: 992px) {
    .s-price .txt-disclaimer {
        margin-top: 35px;
    }
}

/*
    Team
  */
.team-member {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%), 0px 0.9px 3px rgb(0 0 0 / 4%);
}

.team-member.round-thumb {
    text-align: center;
}

.team-member.round-thumb .team-image img {
    width: 175px;
    border-radius: 50%;
}

.team-member.round-thumb.big-thumb .team-image img {
    width: 250px;
}

.team-member.round-thumb .team-social {
    margin-top: 15px;
}

.team-member.round-thumb .team-social>li {
    margin: 0 5px;
}

.team-member.round-thumb .team-social>li>a {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #5f5f5f;
    line-height: 38px;
}

.team-member.round-thumb .team-social>li>a i {
    line-height: inherit;
}

.team-member.round-thumb .team-social>li>a:hover {
    text-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    [class*="vc_col-"] .team-member {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    [class*="vc_col-"] .carousel .team-member,
    [class*="vc_col-"] .vc_row-flex .team-member {
        margin: 0;
    }
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    margin-left: auto;
    margin-right: auto;
}

.team-info {
    text-align: left;
    padding: 20px 20px;
    width: 100%;
}

.team-info>h4 {
    font-family: 'Graphik', sans-serif;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

.team-info>span {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #000;
}

.team-info>p {
    color: #5e6268;
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0em;
}

.team-social {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.team-social>li {
    display: inline-block;
    margin-right: 10px;
}

.team-social>li>a {
    display: block;
    color: #929292;
    font-size: 12px;
}

.team-social>li>a:hover {
    color: #1f1f1f;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}

/*
    Footer
  */

#footer-widget {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
    background: #fff;
}

#footer-widget .widget {
    padding: 0;
}

#footer-widget .widget>h5 {
    color: #000;
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: 700;
}

#footer-widget .widget+.widget {
    margin-top: 25px;
}

#footer-widget #text-2 {
    margin-top: 100px;
}

#footer-widget .widget ul {
    padding-left: 0;
    list-style: none;
}

#footer-widget .widget ul>li {
    padding: 5px 0;
}

#footer-widget .widget ul>li>a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

#footer-widget .widget ul>li>a:focus,
#footer-widget .widget ul>li>a:hover {
    background-color: transparent;
    color: #368a85;
}

#footer-widget .widget .tagcloud a {
    border-color: #c4c4c4;
    color: #5f5f5f;
}

#footer-widget .widget .tagcloud a:hover {
    background-color: #368a85;
    border-color: #368a85;
    color: #000;
}

@media only screen and (max-width: 991px) {
    #footer-widget .widget {
        margin-bottom: 50px;
    }

    #footer-widget .widget>h5 {
        margin-bottom: 10px;
    }
}

.footer-logo img {
    max-width: 140px;
}

.widget .copyright {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    color: #000;
}

#footer-widget .social-list>li>a i {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 1;
}

#footer-brochure {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-brochure .img-group {
    margin: 0 -5px;
}

#footer-brochure img {
    padding: 0 5px
}

@media (max-width: 991.98px) {
    #footer-brochure img {
        float: left;
        max-width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

body:not(.theme-preset-active) footer#colophon {
    background-color: #313131;
    color: #fff;
}

body:not(.theme-preset-active) footer#colophon p {
    color: #fff;
    margin-bottom: 0;
}

/*
    Blog
  */
.post-preview {
    margin: 25px 0;
    padding: 45px;
    position: relative;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.post-preview:hover.has-post-thumbnail {
    border-color: transparent;
}

.post-preview:hover.has-post-thumbnail .post-thumb {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-preview:hover.has-post-thumbnail .post-title a,
.post-preview:hover.has-post-thumbnail .post-body,
.post-preview:hover.has-post-thumbnail .post-category a,
.post-preview:hover.has-post-thumbnail .post-meta a,
.post-preview:hover.has-post-thumbnail .post-meta {
    color: #fff;
}

.post-preview:hover:not(.has-post-thumbnail) {
    border-color: #1f1f1f;
}

.post-preview .post-category a {
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 400;
    font-family: 'Graphik', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.post-preview .post-title a {
    color: #1f1f1f;
}

.post-preview .post-body {
    padding: 15px 0;
    color: #929292;
}

.post-preview .post-meta {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
}

.post-preview .post-meta a {
    color: #1f1f1f;
}

.post-preview .post-meta a.post-link {
    color: inherit;
}

.post-preview .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-preview .post-thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    opacity: .55;
}

.post-preview .post-thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-preview.show-all-posts {
    width: 100%;
}

.post-preview.show-all-posts:hover {
    border-color: #368a85;
}

.post-preview.show-all-posts:hover .icon-box i,
.post-preview.show-all-posts:hover .icon-box h4 {
    color: #368a85;
}

.pagination,
.page-numbers {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.pagination>li,
.page-numbers>li {
    display: inline-block;
    margin-right: 8px;
}

.pagination>li:first-child>a,
.page-numbers>li:first-child>a,
.pagination>li:last-child>a,
.page-numbers>li:last-child>a {
    border-radius: 0;
}

.pagination>li>a,
.page-numbers>li>a,
.pagination>li span,
.page-numbers>li span {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 0;
    border-radius: 50% !important;
    line-height: 40px;
    font-family: 'Graphik', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #1f1f1f;
    border: 0;
    background-color: transparent;
}

.pagination>li>a.next,
.page-numbers>li>a.next,
.pagination>li span.next,
.page-numbers>li span.next,
.pagination>li>a.prev,
.page-numbers>li>a.prev,
.pagination>li span.prev,
.page-numbers>li span.prev {
    border-color: transparent;
    font-size: 20px;
}

.pagination>li>a i,
.page-numbers>li>a i,
.pagination>li span i,
.page-numbers>li span i {
    line-height: inherit;
}

.pagination>li>a:hover,
.page-numbers>li>a:hover,
.pagination>li span:hover,
.page-numbers>li span:hover {
    background-color: #1f1f1f;
    color: #fff;
    border-color: #1f1f1f;
}

.pagination>li>a:focus,
.page-numbers>li>a:focus,
.pagination>li span:focus,
.page-numbers>li span:focus {
    background-color: transparent;
    color: #1f1f1f;
}

.pagination>li>a.current,
.page-numbers>li>a.current,
.pagination>li span.current,
.page-numbers>li span.current {
    background-color: #368a85;
    border-color: #368a85;
    color: #fff;
}

.pagination>li>a.current:focus,
.page-numbers>li>a.current:focus,
.pagination>li span.current:focus,
.page-numbers>li span.current:focus {
    background-color: #368a85;
    border-color: #368a85;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .posts-row .container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.side-post {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.side-post.sticky {
    border: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
    .side-post.has-post-thumbnail:nth-child(even) .side-post-image {
        float: right;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-image .post-category {
        left: 20px;
        right: auto;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-content {
        text-align: right;
    }
}

.side-post:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.side-post .side-post-image,
.side-post .side-post-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

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

    .side-post.has-post-thumbnail .side-post-image,
    .side-post.has-post-thumbnail .side-post-content {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-image {
        min-height: 350px;
    }
}

.side-post .side-post-image figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.side-post .side-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.side-post .side-post-image .post-category>a {
    display: block;
    background-color: #368a85;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.side-post .side-post-content {
    background-color: #fff;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-post .side-post-content .post-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 75px 50px;
}

@media only screen and (max-width: 991px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 50px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 35px 25px;
    }
}

.side-post .side-post-content .post-info {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-info h6 {
    font-size: 12px;
    font-weight: 500;
    color: #b4b4b4;
    margin: 0;
}

.side-post .side-post-content .post-info h6>span {
    display: inline-block;
}

.side-post .side-post-content .post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.side-post .side-post-content .post-info h6 .post-date a {
    color: inherit;
}

.side-post .side-post-content .post-info h6 .post-date a:hover {
    color: #1f1f1f;
}

.side-post .side-post-content .post-title {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-title h3 {
    margin: 0;
}

.side-post .side-post-content .post-body {
    line-height: 26px;
}

.single-post-info .post-author,
.side-post .post-author {
    margin-top: 15px;
}

.single-post-info .post-author>img,
.side-post .post-author>img {
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-post-info .post-author>a,
.side-post .post-author>a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
    font-weight: 400;
}

.grid-posts-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-posts-wrapper .card-post {
    width: 33.33333333%;
}

.grid-posts-wrapper.two-col .card-post {
    width: 50%;
}

.grid-posts-wrapper.four-col .card-post {
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-posts-wrapper .card-post {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid-posts-wrapper .card-post {
        width: 100% !important;
    }
}

.card-post {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.card-post .card-post-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 450px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 10%), 0px 0.9px 3px rgb(0 0 0 / 4%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%), 0px 0.9px 3px rgb(0 0 0 / 4%);
}

.sticky .card-post .card-post-wrapper {
    border: 1px solid #ddd;
}

.card-post .card-post-wrapper.dark-bg {
    background-color: #1f1f1f;
}

.card-post .card-post-wrapper.colored-bg {
    background-color: #1da1f2;
}

.card-post .card-post-wrapper.dark-bg .post-footer,
.card-post .card-post-wrapper.colored-bg .post-footer,
.card-post .card-post-wrapper.img-cover .post-footer {
    border-color: rgba(255, 255, 255, 0.3);
}

.card-post .card-post-wrapper.dark-bg .post-footer h6,
.card-post .card-post-wrapper.colored-bg .post-footer h6,
.card-post .card-post-wrapper.img-cover .post-footer h6 {
    color: #fff;
}

.card-post .card-post-wrapper.img-cover>* {
    position: relative;
}

.card-post .card-post-wrapper.img-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

@media only screen and (max-width: 767px) {
    .card-post .card-post-wrapper.img-cover .post-body {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.card-post:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.card-post:hover .card-post-wrapper {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-post .card-post-icon {
    justify-self: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    font-size: 35px;
}

.card-post .card-post-image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card-post .card-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.card-post .card-post-image .post-category>a {
    display: block;
    background-color: #368a85;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.card-post .card-post-content .post-body {
    padding: 45px 25px;
}

.card-post .card-post-content .post-body>h3,
.card-post .card-post-content .post-body>h3>a {
    font-family: 'Graphik', sans-serif;
    margin-top: 0;
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

.card-post .card-post-content .post-body>p {
    margin-bottom: 0;
}

.card-post .card-post-content .post-footer {
    border-top: 1px solid #eee;
    padding: 12px 25px;
}

.card-post .card-post-content .post-footer h6 {
    font-size: 12px;
    font-weight: 500;
    color: #929292;
    margin: 0;
}

.card-post .card-post-content .post-footer h6>span {
    display: inline-block;
}

.card-post .card-post-content .post-footer h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.card-post .card-post-content .post-footer h6>span .post-date a {
    color: inherit;
}

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar .widget:before,
#sidebar .widget:after {
    content: " ";
    display: table;
}

#sidebar .widget:after {
    clear: both;
}

#sidebar .widget h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#sidebar .widget .searchform .input-group {
    display: block;
}

#sidebar .widget .searchform .input-group-btn {
    display: none;
}

#sidebar .widget .tagcloud a,
#sidebar .widget .post-tags a {
    color: #393939;
}

#sidebar .widget .tagcloud a:hover,
#sidebar .widget .post-tags a:hover {
    color: #fff;
}

#sidebar .widget ul {
    list-style: none;
    padding-left: 0;
}

#sidebar .widget ul>li {
    margin-bottom: 3px;
    word-wrap: break-word;
}

#sidebar .widget ul>li>a {
    font-family: 'Graphik', sans-serif;
    color: #1f1f1f;
    font-size: 13px;
}

#sidebar .widget ul>li>a:hover {
    color: #368a85;
}

.post-single .post-body {
    margin-bottom: 25px;
    line-height: 28px;
}

.post-single .post-body p,
.post-single .post-body img,
.post-single .post-body blockquote {
    margin-bottom: 15px;
}

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

.entry-header .txt-desc {
    font-family: 'Graphik', sans-serif;
    color: #5e6268;
    font-size: 20px;
    line-height: 1.3;
    padding: 22px 0 54px 0;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .entry-header .txt-desc {
        font-size: 24px;
        line-height: 40px;
    }
}

.entry-header .img-cover {
    position: relative;
    float: right;
    right: 50%;
    min-width: 120%;
}

.entry-header .img-cover img {
    padding-bottom: 54px;
    position: relative;
    right: -50%;
}

.single-post .post .entry-content a:not(.woocommerce-LoopProduct-link),
.single-post .post .entry-content a:not(.woocommerce-loop-product__link) {
    color: #d3855f;
    text-decoration: underline;
}

.single-post .post .entry-content .product-info h4 a {
    color: #000000;
    text-decoration: none;
}

.single-post .post .entry-content .product-col a.button,
.single-post .post .entry-content .product-col a.add_to_cart_button {
    color: #ffffff;
    text-decoration: none;
}

.single-post .post .entry-content .product-col a.button:hover,
.single-post .post .entry-content .product-col a.add_to_cart_button:hover {
    background-color: #000000;
    color: #ffffff;
}

.post-single .post-body strong,
.post-single .post-body b {
    color: #1f1f1f;
}

.post-single .post-body blockquote {
    position: relative;
}

.post-single .post-body blockquote p {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    color: #1f1f1f;
    border-left: 2px solid #1f1f1f;
    margin: 25px 0;
    padding: 25px;
}

.post-single .post-body blockquote p:before {
    content: open-quote;
}

.post-single .post-body blockquote p:after {
    content: close-quote;
}

.single-post-info {
    text-align: center;
}

.single-post-info h6 {
    font-size: 12px;
    font-weight: 500;
    color: inherit;
    margin: 0;
}

.single-post-info h6>span {
    display: inline-block;
}

.single-post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

#comments {
    margin-bottom: 50px;
}

#comments h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
}

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

.comments-list>li {
    margin-bottom: 15px;
    padding: 15px;
}

.comments-list>li:before,
.comments-list>li:after {
    content: " ";
    display: table;
}

.comments-list>li:after {
    clear: both;
}

.comments-list>li.rating {
    border: 1px dashed #e7e7e7;
}

.comments-list .children {
    list-style: none;
    margin: 15px -15px 0;
    padding-left: 40px;
}

.comments-list .children>li {
    padding: 15px;
}

.comments-list .children>li:last-child {
    border-bottom: 0;
}

.comment:before,
.comment:after {
    content: " ";
    display: table;
}

.comment:after {
    clear: both;
}

.comment-text,
.comment-pic {
    display: inline-block;
    float: none;
}

.comment-pic {
    width: 15%;
}

.comment-pic img {
    margin-top: 10px;
    width: 75px;
    border-radius: 50%;
}

.comment-text {
    width: 85%;
    padding-left: 15px;
}

.comment-date {
    color: #858585;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-reply {
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond {
    margin-bottom: 50px;
    padding: 20px 0;
}

.comment-respond textarea {
    max-width: 100%;
    min-height: 120px;
    resize: none;
}

.comment-respond h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-double:before,
.form-double:after {
    content: " ";
    display: table;
}

.form-double:after {
    clear: both;
}

.form-double .form-group {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.form-double .form-group:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.post-tags {
    margin-bottom: 25px;
    overflow: hidden;
}

.first-letter::first-letter {
    font-size: 4em;
    color: #1f1f1f;
}

.back-to-news {
    text-align: center;
}

@media (min-width: 768px) {
    .back-to-news {
        text-align: left;
    }
}

.share-wrap .social-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .share-wrap .social-list {
        float: right;
        margin-top: 0;
    }
}

.share-wrap .share-wrap {
    color: #000;
}

.share-wrap .icon-row a {
    margin-left: 16px;
}

.share-wrap i {
    color: grey;
    font-size: 22px;
}

.copytext {
    position: relative;
    cursor: pointer;
}

.copytext div {
    position: absolute;
    left: -12px;
    top: -30px;
}

.share-wrap div:nth-child(2) {
    margin-right: -116px;
}

/*
  Track Order
*/

.track-order {
    color: #000;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
}

.track-order .track-order-content {
    border: 1px solid #000;
}

.track-order form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.track-order form ::-webkit-input-placeholder {
    color: #000
}

.track-order form ::-moz-placeholder {
    color: #000
}

.track-order form :-ms-input-placeholder {
    color: #000
}

.track-order form ::placeholder {
    color: #000
}

.track-order form .form-control {
    background-color: transparent;
    border-width: 1px;
    color: #000
}

.track-order form .form-control:focus {
    border-color: #dcbe55
}

.track-order form .btn {
    height: 38px;
    line-height: 38px
}

/*
  Woocommerce
*/

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.woocommerce-message {
    color: var(--text-color);
    background-color: white;
}

.woocommerce-message:focus-visible {
    outline: none;
}

.woocommerce-message::before {
    color: var(--text-color);
}

.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 56px;
    min-height: 3.236em;
    min-width: 3.236em;
    max-width: 56px;
    height: 56px;
    padding: 0.202em;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: lowercase;
    margin: 0;
    border-radius: 100%;
    background-color: #8cc4ce;
    color: #fff;
    font-size: .857em;
    z-index: 10;
}

.woocommerce span.onsale:not(.alt) {
    display: none;
}

/*
.woocommerce .onsale+.onsale {
    left: 70px;
}
*/

.woocommerce span.onsale.alt {
    font-size: 12px;
    letter-spacing: -1px;
    background-color: #368a85;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 1rem;
    line-height: 1.2;
    padding: .625rem 2.0625rem .5625rem;
    font-weight: 700;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #000;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

.woocommerce-account .btn {
    min-width: 45px;
    height: auto;
    border-width: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .625rem 2.0625rem .5625rem;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.woocommerce-account .btn:hover {
    color: #515151;
    background-color: #dfdcde;
    border-color: #515151;
}

.woocommerce-account .btn:not(:disabled):not(.disabled).active,
.woocommerce-account .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*
 * Quick order
*/

#woocommerce-quick-order tr.disabled {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.woocommerce #woocommerce-quick-order button.button.alt.single_add_to_cart_button {
    font-size: 1rem;
}

/*
    my Account
  */

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

@media (min-width: 768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        max-width: 48%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        max-width: 48%;
    }
}

/*
    Shop
*/

.archive .page-title {
    text-align: center;
}

.archive .term-description {
    margin: 1.875rem auto 0;
    max-width: 950px;
    overflow: hidden;
    text-align: center;
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering .form-select {
    position: relative;
}

.woocommerce .woocommerce-ordering .form-select:after {
    content: "\f140";
    font-family: 'dashicons';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.woocommerce .woocommerce-ordering select {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

.woocommerce .woocommerce-ordering select:focus-visible {
    outline: none;
}

.product-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 25px;
}

.product-100 .product-col {
    width: 100%;
}

.product-col .shop-product {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .product-col {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .product-col {
        width: 25%;
    }

    .product-100 .product-col {
        width: 100%;
    }
}

.product-col img {
    display: block;
    margin: auto;
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px auto;
}

.product-info .variations_form {
    flex-basis: 100%;
    margin-top: 10px;
}

.product-info .product-secondary-info {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
}

.product-info .product-primary-info {
    flex: 1;
    margin-right: 10px;
}

.product-info form {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: 0.625rem;
    padding: 0;
}

.woocommerce button.button.alt.single_add_to_cart_button {
    min-width: 0;
    min-height: 30px;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 1rem;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.woocommerce button .dashicons,
.woocommerce button .dashicons-before:before {
    vertical-align: middle;
}

.product-info h4 {
    font-size: 1rem;
    margin: 0 auto;
    padding: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-info h4 a {
    color: #000000;
    text-decoration: none;
}

.product-info h4 a:hover {
    color: #000000;
    text-decoration: none;
}

.product-info>span {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.product-col .ruk_rating_snippet {
    display: none;
}

.product-col .price-wrapper {
    font-size: 1rem;
    color: var(--primary-color);
    text-align: left;
    margin-right: 10px;
}

.product-col a.button,
.product-col a.add_to_cart_button {
    position: relative;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
    border-radius: 25px;
}

.product-col a.button:hover,
.product-col a.add_to_cart_button:hover {
    border-color: black;
    background-color: black;
    color: white;
}

.product-col a.add_to_cart_button::before {
    content: "\f526";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    transition: color .1s ease-in;
}

/*
  Swatches
*/

.cfvsw-swatches-option {
    padding: 0;
}

.cfvsw-label-option,
.cfvsw-image-option {
    margin: 0;
    padding: 0;
    border: 0;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
    width: 100%;
    height: 100%;
}

/*
    Single Product
  */

section.related,
section.upsells {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.single-product div.product {
    margin-top: 50px;
}

.woocommerce .images-group-wrapper span.onsale {
    width: auto;
    max-width: none;
    height: auto;
    line-height: 3.236;
}

.single-product .productinfo-show-discounts {
    font-size: .8125rem;
    letter-spacing: normal;
    line-height: 1.2;
    color: rgb(128, 128, 128);
    font-weight: 300;
    margin-top: 0.9375rem;
}

.single-product div.product .quantity .qty {
    width: 3.631em;
    height: 50px;
    text-align: center;
    border-radius: 5px;
}

.single-product div.product form.cart .button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-family: 'Graphik', sans-serif;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 52px;
    line-height: 52px;
    color: white;
    font-weight: 700;
    font-style: normal;
}

.single-product div.product .product_category {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.single-product div.product .product_title {
    font-size: 2.625rem;
    clear: none;
    margin-top: 0;
    padding: 0;
    border-bottom: none;
}

.meta-wrapper #accordionEx {
    margin-bottom: 0.9375rem;
}

.meta-wrapper .card {
    border: none;
    border-radius: 0;
}

.meta-wrapper .card-header {
    position: relative;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.meta-wrapper .card-header:first-child {
    border-radius: 0;
}

.meta-wrapper .card-header a {
    position: relative;
    display: block;
    font-size: .8125rem;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0;
}

.meta-wrapper .card-header a:after {
    background-image: url(../icon-chevron-2.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    font-size: inherit;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0) rotate(270deg);
    transition: transform .45s;
    width: 1em;
}

.meta-wrapper .card-header a.collapsed:after {
    transform: translateY(0) rotate(90deg);
}

.meta-wrapper .card-body {
    padding: 8px 0 16px;
}

.meta-wrapper .card-body>div {
    font-size: .8125rem;
    letter-spacing: normal;
    line-height: 1.2;
}

.meta-wrapper .order-link a {
    font-size: .8125rem;
    letter-spacing: normal;
    line-height: 1.2;
    color: rgb(128, 128, 128);
    font-weight: 300;
    margin-right: 3.125rem;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    min-width: 160px;
    font-size: 1.125rem;
    line-height: 1.125rem;
    min-height: 50px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background-color: #000;
    border: 1px solid #000;
}

.single-product div.product .ppc-button-wrapper {
    margin-bottom: 12px;
}

.single-product div.product form.cart .variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px;
    margin-bottom: 0;
    background-color: #fff;
}

.single-product div.product .meta-wrapper .related-size-products {
    margin-bottom: 2rem;
}

.single-product div.product .meta-wrapper .sustainability-score {
    max-width: 300px;
}

.single-product div.product .cart-separator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 25px;
}

.single-product div.product p.price,
.single-product div.product span.price {
    display: inline-block;
    color: #000;
    font-size: 2rem;
    margin-bottom: 2em;
}

.woocommerce div.product .secondary-cart-form {
    float: right;
}

.woocommerce div.product .secondary-cart-form div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.single-product div.product .bundled_product_summary {
    margin-top: 10px;
}

.single-product div.product .bundled_product_summary {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.single-product div.product .bundled_product_summary .details h4 {
    font-size: 15px;
    margin: 0;
    padding: 6px 0;
}

.single-product div.product .bundled_product_summary .details span.price {
    display: inline-block;
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
}

.woocommerce-page div.product div.bundled_product_images,
.woocommerce-page #content div.product div.bundled_product_images,
.woocommerce div.product div.bundled_product_images,
.woocommerce #content div.product div.bundled_product_images {
    float: left;
    width: 20% !important;
    margin: 0;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
    float: right;
    width: 80% !important;
    padding: 0 0 0 1.5rem;
}

/*
    Shopping Cart
*/

.woocommerce-cart .site-content {
    background-color: var(--default-color);
}

.woocommerce-cart .page-title {
    color: var(--text-color);
    margin-top: 25px;
    padding: 0;
}

@media (max-width: 991.98px) {
    .woocommerce-cart .page-title {
        margin-top: 1rem;
    }
}

.woocommerce-cart .term-description {
    color: var(--text-color);
}

.woocommerce-cart .term-description p {
    margin-bottom: 0;
}

.woocommerce-cart-form {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    overflow: auto;
}

.woocommerce-cart-form .product-thumbnail {
    flex-shrink: 0;
}

.woocommerce-cart-form .product-thumbnail >img {
    max-width: 150px;
}

@media (max-width: 767.98px) {
    .woocommerce-cart-form .product-thumbnail >img {
        max-width: 50px;
    }
}

.woocommerce-cart-form .product-meta {
    font-family: 'Bogart';
    color: var(--text-color);
    font-weight: 500;
}

.woocommerce-cart-form .product-meta a {
    color: var(--text-color);
    text-decoration: none;
}

.woocommerce-cart-form .product-meta .variation {
    margin: 0;
}

.woocommerce-cart-form .product-meta .variation-MPN,
.woocommerce-cart-form .product-meta .variation-Discount {
    display: none;
}

.woocommerce-cart-form .product-price {
    font-family: 'Bogart';
    color: var(--text-color);
    font-weight: 500;
}

.woocommerce-cart-form .product-price del {
    margin-right: 0.5rem;
}

.woocommerce-cart-form .product-price ins {
    font-weight: 700;
}

.woocommerce-cart-form .product-remove {
    flex-shrink: 0;
}

.woocommerce-cart-form .product-remove a.remove {
  display: none;
}

.woocommerce-cart-form .quantity {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.woocommerce-cart-form .quantity button.minus,
.woocommerce-cart-form .quantity button.plus {
  border: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0 4px;
  width: auto;
  height: auto;
  font: inherit;
  font-size: 1.375rem;
  line-height: 1;
  color: inherit;
  cursor: pointer;
}

.woocommerce-cart-form .quantity button.minus:focus,
.woocommerce-cart-form .quantity button.plus:focus {
  outline: none;
}

.woocommerce-cart-form .quantity button.minus:hover,
.woocommerce-cart-form .quantity button.plus:hover {
  background: transparent;
}

.woocommerce-cart-form .quantity input.qty[type="number"] {
  border: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  font: inherit;
}

.woocommerce-cart-form .quantity input.qty[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart-form .quantity input.qty[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form input[name="update_cart"] {
  display: none;
}

.bundle-discount {
    font-family: 'Bogart';
    font-size: 1rem;
    border-radius: 25px;
    height: 42px;
    line-height: 42px;
    color: var(--primary-color);
    font-weight: 500;
    font-style: normal;
    background-color: #D8CFC4;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 1rem;
}

.coupon-form {
    margin: 25px auto;
}

@media (max-width: 991.98px) {
    .coupon-form {
        margin: 15px auto 25px;
    }
}

.coupon-form .form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    border: 2px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991.98px) {
    .coupon-form .form-control {
        height: 40px;
        line-height: 40px;
    }
}

.coupon-form .btn {
    min-width: 0;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 0;
    border-radius: 4px;
    padding: 0 16px;
}

@media (max-width: 991.98px) {
    .coupon-form .btn {
        height: 40px;
        line-height: 40px;
    }
}

.woocommerce .cart-summary {
    padding: 16px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.woocommerce .cart-summary table.shop_table {
    border: 0;
}


.woocommerce .cart-summary table.shop_table tbody {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.woocommerce .cart-summary table.shop_table tbody th {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    vertical-align: middle !important;
}

.woocommerce .cart-summary table.shop_table tbody h6 {
    font-weight: 600;
}

.woocommerce table.shop_table td small {
    font-weight: 500;
}

.promo-code {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 25px;
}

.checkout-form .form-group {
    overflow: hidden;
}

.shopping-cart {
    position: absolute !important;
    right: 0;
    min-width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.05);
    box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.05);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.shopping-cart .cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopping-cart .cart-buttons {
    padding: 15px;
    margin: 0;
    overflow: hidden;
}

.shopping-cart .cart-buttons .cart-btn-item {
    width: 50%;
    display: block;
    float: left;
}

.shopping-cart .cart-buttons .cart-btn-item:first-child {
    padding-right: 5px;
}

.shopping-cart .cart-buttons .cart-btn-item:last-child {
    padding-left: 5px;
}

.shopping-cart .mini-cart-info {
    padding: 10px 15px;
}

.shopping-cart .mini-cart-info h5 {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}

.cart-summary .btn {
    background-color: var(--primary-color);
    font-family: 'Graphik', sans-serif;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 52px;
    line-height: 52px;
    color: white;
    font-weight: 700;
    font-style: normal;
}

#cross-slider .slick-slider {
    margin: 0 -7.5px;
}

@media (max-width: 991.98px) {
    #cross-slider>.row .slick-list {
        padding: 0 16.666667% 0 0 !important;
    }
}


#cross-slider .slick-slide>div {
    padding: 0;
    margin: 0 7.5px;
}

#cross-slider .product-col {
    width: 100%;
    padding: 0;
    margin: 0;
}

#cross-slider .product-col li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    padding: 5px;
    gap: 8px;
}

#cross-slider .product-col li>a {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

#cross-slider .product-col li>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cross-slider .magni-box {
    display: none;
}

#cross-slider .product-info {
    flex-grow: 1;
    margin: 0 auto;
}

#cross-slider .product-info .product-secondary-info {
    -ms-justify-content: start;
    justify-content: start;
}

@media (max-width: 768px) {

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
}

#pwgc-redeem-gift-card-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
}

#pwgc-redeem-error {
    grid-column: 1 / -1;
}

#pwgc-redeem-gift-card-number {
    width: 100% !important;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
}

#pwgc-redeem-button {
    white-space: nowrap;
    border-radius: 4px;
}

#sticky-summary {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: var(--primary-color);
    font-family: 'Bogartmedium', Georgia, Times, 'Times New Roman', serif;
    color: white;
    padding: 30px;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 9999;
}

@media (max-width: 991.98px) {
    #sticky-summary.visible {
        display: flex;
    }
}

#sticky-summary .sticky-text {
    font-size: 1.25rem;
    font-weight: bold;
}

#sticky-summary .sticky-total {
    font-size: 2rem;
    font-weight: bold;
}

#sticky-summary .sticky-btn {
    background-color: var(--default-color);
    color: var(--primary-color);
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 3px;
}


/*
   Checkout
  */

.woocommerce form .form-row {
    display: block;
}


.woocommerce form .form-row .input-radio+label {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f7f7f7;
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ddd;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ddd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/*
    Widget
  */
.widget {
    font-size: 1rem;
    z-index: 10;
}

#secondary .widget:first-child {
    margin-top: 30px;
}

#secondary .widget h5 {
    font-size: 1.625rem;
    margin-bottom: 20px;
}

/*
    Animations
  */
.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*
    WPBakery
  */
.entry-content .wpb_content_element,
.entry-content ul,
.entry-content .wpb_button {
    margin-bottom: 1.2rem;
}

/*
    Helpers
*/

@media (max-width: 767.98px) {
    .limit-300 {
        max-height: 300px;
    }
}

.apply-gradient {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #368a85 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #368a85 100%);
}

.gradient-text:not([data-gradients]) {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #368a85 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #368a85 100%);
}

.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homemade-apple-regular {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
}


.upper {
    text-transform: uppercase;
}

.fw-300 {
    font-weight: 300;
}

.fw-300 strong {
    font-weight: 500;
}

.fw-300.wpb_text_column h1,
.fw-300.wpb_text_column h2,
.fw-300.wpb_text_column h3 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-400 strong {
    font-weight: 600;
}

.fw-400.wpb_text_column h1,
.fw-400.wpb_text_column h2,
.fw-400.wpb_text_column h3 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-500.wpb_text_column h1,
.fw-500.wpb_text_column h2,
.fw-500.wpb_text_column h3 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-600.wpb_text_column h1,
.fw-600.wpb_text_column h2,
.fw-600.wpb_text_column h3 {
    font-weight: 600;
}

.full-height {
    height: auto;
    min-height: 100vh;
}

.height-100 {
    height: 100vh;
}

.d-b {
    display: block;
}

.font-variant-small-caps {
    font-variant: small-caps;
    text-transform: none !important;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.v-top {
    display: table-cell;
    vertical-align: top;
}

.middle,
.v-center>.container,
.v-center>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {

    .middle,
    .v-center>.container,
    .v-center>.container-fluid {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.v-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.ov-v {
    overflow: visible;
}

.ov-h {
    overflow: hidden;
}

.b-0 {
    border: 0;
}

.bt-0 {
    border-top: 0;
}

.br-0 {
    border-right: 0;
}

.bb-0 {
    border-bottom: 0;
}

.bl-0 {
    border-left: 0;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

@media (min-width: 576px) {

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

}

@media (min-width: 768px) {

    .order-md-first {
        order: -1 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

}

@media (min-width: 768px) {

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }
}

@media (min-width: 1400px) {
    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

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

.ml-25 {
    margin-left: 25px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

@media (min-width: 1200px) {
    .pt-lg-120 {
        padding-top: 120px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media (min-width: 1200px) {
    .pt-lg-150 {
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
    .pt-lg-170 {
        padding-top: 170px;
    }
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-50 {
    padding-right: 50px;
}

@media (min-width: 992px) {
    .pr-md-50 {
        padding-right: 50px !important;
    }
}

.pr-100 {
    padding-right: 100px;
}

@media (min-width: 992px) {
    .pr-md-100 {
        padding-right: 100px !important;
    }
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

@media (min-width: 1200px) {
    .pb-lg-150 {
        padding-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    .pb-lg-170 {
        padding-bottom: 170px;
    }
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 0
}

.h1,
.title h2.h1,
.title h3.h1,
.title h4.h1 {
    font-size: 4.675rem;
}

@media (max-width: 991.98px) {

    .h1,
    .title h2.h1,
    .title h3.h1,
    .title h4.h1 {
        font-size: 2.125rem;
    }
}

.h2,
.title h1.h2,
.title h3.h2,
.title h4.h2 {
    font-size: 3rem;
}

@media (max-width: 991.98px) {

    .h2,
    .title h1.h2,
    .title h3.h2,
    .title h4.h2 {
        font-size: 3rem;
    }
}

.h3,
.title h1.h3,
.title h2.h3,
.title h4.h3 {
    font-size: 1.5rem;
}

@media (max-width: 991.98px) {

    .h3,
    .title h1.h3,
    .title h2.h3,
    .title h4.h3 {
        font-size: 1.625rem;
    }
}

.h4,
.title h1.h4,
.title h2.h4,
.title h3.h4 {
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {

    .h4,
    .title h1.h4,
    .title h2.h4,
    .title h3.h4 {
        font-size: 1.25rem;
    }
}

.hero,
.title h1.hero,
.title h2.hero,
.title h3.hero,
.title h4.hero {
    font-size: 6.25rem;
    font-weight: 700;
    border-left: none;
    padding: 0;
}

@media (max-width: 991.98px) {

    .hero,
    .title h1.hero,
    .title h2.hero,
    .title h3.hero,
    .title h4.hero {
        font-size: 1.375rem;
    }
}

.subtitle,
.title h1.subtitle,
.title h2.subtitle,
.title h3.subtitle,
.title h4.subtitle {
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {

    .subtitle,
    .title h1.subtitle,
    .title h2.subtitle,
    .title h3.subtitle,
    .title h4.subtitle {
        font-size: 1.375rem;
    }
}

.body-1,
.title h1.body-1,
.title h2.body-1,
.title h3.body-1,
.title h4.body-1 {
    font-family: 'Graphik', sans-serif;
    font-size: 1.75rem;
    color: #000;
    border-left: none;
    padding-left: 0;
}

@media (max-width: 991.98px) {

    .body-1,
    .title h1.body-1,
    .title h2.body-1,
    .title h3.body-1,
    .title h4.body-1 {
        font-size: 1.75rem;
    }
}

.body-2,
.title h1.body-2,
.title h2.body-2,
.title h3.body-2,
.title h4.body-2 {
    font-size: 1.05rem;
}

@media (max-width: 991.98px) {

    .body-2,
    .title h1.body-2,
    .title h2.body-2,
    .title h3.body-2,
    .title h4.body-2 {
        font-size: 0.875rem;
    }
}

.caption,
.title h1.caption,
.title h2.caption,
.title h3.caption,
.title h4.caption {
    font-size: 1.125rem;
    line-height: 1.7;
    padding: 0;
    border-left: none;
}

@media (max-width: 991.98px) {

    .caption,
    .title h1.caption,
    .title h2.caption,
    .title h3.caption,
    .title h4.caption {
        font-size: 18px;
    }
}

.black-text {
    color: #1f1f1f !important;
}

.white-text {
    color: #fff !important;
}

.colored-text {
    color: #368a85 !important;
}

.gold-text {
    color: #c29848 !important;
}

.default-font {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.bogart-font {
    font-family: 'Bogart', sans-serif !important;
}

.zing-font {
    font-family: 'Zing Rust Demo Base', sans-serif !important;
}

.heading-font {
    font-family: 'Graphik', sans-serif !important;
    letter-spacing: 0.02em;
}

.serif-font {
    font-family: 'Lora', serif !important;
    font-weight: 400 !important;
}

.cursive-font {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: 400 !important;
}

.alt-serif-font {
    font-family: 'Graphik', serif !important;
}

@media (min-width: 992px) {
    .txt-md-left {
        text-align: left;
    }

    .txt-md-center {
        text-align: center;
    }

    .txt-md-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .txt-sm-left {
        text-align: left;
    }

    .txt-sm-center {
        text-align: center;
    }

    .txt-sm-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .txt-xs-left {
        text-align: left;
    }

    .txt-xs-center {
        text-align: center;
    }

    .txt-xs-right {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .flex-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .flex-order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.box-shadow-big {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}