@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }

    to {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }
}

@media only screen and (max-width :690px) {
    [class*=vc_col-]:not([class*=vc_col-xs]) {
        width: 100%
    }

    .wpb_column:not([class*=vc_col-xs]) {
        width: 100%;
        margin-bottom: 25px
    }
}


@media only screen and (min-width :1px) and (max-width :999px) {

    .vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12),
    .vc_row-fluid.full-width-content .col,
    .vc_row-fluid.full-width-content .col .wpb_row,
    .vc_row-fluid.vc_row[data-column-margin=none] .col {
        margin-bottom: 0
    }
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

body {
    max-width: 100%;
    overflow: hidden;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    position: relative
}

ol,
ul {
    list-style: none
}

p:empty {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.client-header-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --scroll-bar-w: -2px
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 880px
}

.row {
    position: relative
}

.main-content>.row,
header .row {
    margin-left: 0;
    margin-right: 0
}

.clr:after,
.col:after,
.group:after,
.row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.row,
.client-header-footer div.clear {
    padding-bottom: 24px
}

@media (min-width:690px) {


    .span_3 {
        width: 23.5%
    }



    .span_5 {
        width: 40.5%
    }


    .span_7 {
        width: 57.5%
    }


    .span_9 {
        width: 74.5%
    }


    .span_12 {
        width: 100%
    }

}


@media (min-width:690px) {
    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .child_column.footer_address {
        width: 33.33% !important;
        display: flex;
        justify-content: center;
    }

}


body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 26px
}

body:not(.nectar-no-flex-height) {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}



body:not(.nectar-no-flex-height) #ajax-content-wrap,
body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

body:not(.nectar-no-flex-height) .container-wrap {
    flex-grow: 1
}

p {
    -webkit-font-smoothing: antialiased
}




.nectar-skip-to-content:not(:focus),
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

@media only screen and (min-width:1000px) {
    .nectar-mobile-only {
        display: none
    }
}

@media only screen and (max-width:999px) {
    .nectar-mobile-only.mobile-header {
        display: inline-block
    }
}

.nectar-mobile-only.mobile-header .inner,
.nectar-mobile-only.mobile-header .inner ul {
    display: flex
}

#header-outer .screen-reader-text {
    height: 1px
}

table {
    font-size: 12px;
    margin-bottom: 20px
}


.container-wrap,
.project-title {
    background-color: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px
}



a {
    color: #3555ff;
    text-decoration: none;
    transition: color .3s
}

a:hover {
    color: inherit
}



h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px
}


h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px
}

h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600
}

.bold,
b,
strong {
    font-family: 'Open Sans';
    font-weight: 600
}

p {
    padding-bottom: 27px
}

.row .col p:last-child {
    padding-bottom: 0
}

.container .row:last-child,
.wpb_wrapper .clear {
    padding-bottom: 0
}

.wpb_wrapper>div {
    margin-bottom: 24px
}

.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap,
.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img,
.row .wpb_wrapper>img:last-child,
.wpb_wrapper>div:last-child {
    margin-bottom: 0
}


.client-header-footer ol,
.client-header-footer ul {
    margin-left: 30px;
    margin-bottom: 30px
}

.client-header-footer li ol,
.client-header-footer li ul {
    margin-bottom: 0
}

.client-header-footer ul li {
    list-style: disc;
    list-style-position: outside
}



#footer-outer ol,
#footer-outer ul,
#header-outer .button_social_group ul,
#header-outer nav>ul,
#header-outer ol,
#header-secondary-outer ol,
#header-secondary-outer ul,
#mobile-menu ol,
#mobile-menu ul,
#search-outer ol,
#search-outer ul,
#slide-out-widget-area ol,
#slide-out-widget-area ul {
    margin: 0
}

#footer-outer ol li,
#footer-outer ul li,
#header-outer ol li,
#header-outer ul li,
#header-secondary-outer ol li,
#header-secondary-outer ul li,
#mobile-menu ol li,
#mobile-menu ul li,
#search-outer ol li,
#search-outer ul li,
#slide-out-widget-area ol li,
#slide-out-widget-area ul li {
    list-style: none
}

.main-content img {
    max-width: 100%;
    height: auto
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
    color: #fff
}



.row .col h3,
.row .col h4 {
    margin-bottom: 8px
}



.row .col img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto
}

.row .col img:not([srcset]) {
    width: auto
}

.wpb_text_column>.wpb_wrapper>:last-child {
    margin-bottom: 0
}


#ajax-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}



@keyframes spinning_animation {
    0% {
        transform: scale(1) rotate(0)
    }

    50% {
        transform: scale(.8) rotate(360deg)
    }

    100% {
        transform: scale(1) rotate(720deg)
    }
}

@-webkit-keyframes spinning_animation {
    0% {
        -webkit-transform: scale(1) rotate(0)
    }

    50% {
        -webkit-transform: scale(.8) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg)
    }
}

@keyframes bounce_in_animation {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(1.4, 1.4)
    }

    50% {
        transform: scale(.8, .8)
    }

    85% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes bounce_in_animation {
    0% {
        -webkit-transform: scale(0, 0)
    }

    20% {
        -webkit-transform: scale(1.4, 1.4)
    }

    50% {
        -webkit-transform: scale(.8, .8)
    }

    85% {
        -webkit-transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

#portfolio-extra>.wpb_row:last-child,
.container-wrap .row>.wpb_row:last-child,
.home-wrap .row>.wpb_row:last-child {
    margin-bottom: 0
}

.wpb_content_element,
.wpb_row {
    margin-bottom: 35px
}

#header-space {
    height: 90px;
    background-color: #fff
}

#header-outer {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 28px 0 0 0;
    background-color: #fff;
    z-index: 9999;
    overflow: visible
}



#top #logo {
    width: auto;
    max-width: none;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'Open Sans';
    font-weight: 600;
    align-self: center
}


#top #logo:focus,
#top #logo:hover {
    color: #000
}

#top #logo img {
    text-indent: -9999px;
    max-width: none;
    width: auto;
    margin-bottom: 0;
    display: block;
    transition: opacity .4s ease
}



#top {
    position: relative;
    z-index: 9998;
    width: 100%
}

#top .container .row {
    padding-bottom: 0
}

#top nav>ul {
    overflow: visible;
    transition: padding .8s ease, margin .25s ease;
    min-height: 1px;
    line-height: 1px
}



body:not(.ascend) #top nav>.buttons {
    margin-left: 15px
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 0
}




#top nav>.buttons {
    transition: padding .8s ease
}


#header-outer #top nav>.buttons {
    right: 0;
    height: 100%;
    overflow: hidden
}

#top nav ul li {
    float: right
}

#top nav>ul>li {
    float: left
}

#top nav>ul>li>a,
.pull-left-wrap>ul>li>a {
    padding: 0 10px 0 10px;
    display: block;
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    transition: color .2s ease
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    transition: color .2s ease
}



#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
#top .slide-out-widget-area-toggle[data-custom-color=true] a:before,
#top nav>ul>li[class*=button_solid_color]>a:before {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    height: 24px;
    content: ' ';
    z-index: -1;
    transition: opacity .2s ease
}




#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before,
#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before,
#header-outer[data-header-button_style=default].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before {
    opacity: .85 !important
}



#header-outer #top .sf-menu>li[class*=button_solid_color].sfHover>a .sf-sub-indicator i,
#header-outer #top .sf-menu>li[class*=button_solid_color]:hover>a .sf-sub-indicator,
#header-outer #top nav>ul>li[class*=button_solid_color]>a,
#header-outer #top nav>ul>li[class*=button_solid_color]>a .sf-sub-indicator i,
#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].current-menu-ancestor>a i,
#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].sfHover:not(#social-in-menu)>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current-menu-ancestor>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current_page_ancestor>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color].sfHover>a {
    color: #fff !important
}

#header-outer.dark-text #top nav>ul>li[class*=button_solid_color]>a,
#header-outer.transparent.dark-slide>#top nav .sf-menu>li[class*=button_solid_color].sfHover>a,
#header-outer.transparent.dark-slide>#top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#top nav>ul>li[class*=button_solid_color]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a {
    color: #fff !important;
    opacity: 1 !important;
    padding-left: 20px;
    padding-right: 20px
}



body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav>ul>li:last-child>a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a {
    margin-right: 0
}


#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px
}

#top nav ul li a,
body[data-header-color=light] .mobile-header,
body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
    color: #999
}

.sf-menu {
    line-height: 1;
    float: left;
    margin-bottom: 30px
}

.sf-menu ul li {
    font-weight: 400;
    width: 100%
}

#header-outer .sf-menu>.sfHover>ul,
#header-outer .sf-menu>li:hover>ul {
    top: 100%
}

.sub-menu {
    z-index: 3
}


.sf-menu ul li a {
    margin: 0
}



.sf-menu,
.sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10
}

.sf-menu {
    line-height: 1
}

.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none
}

.sf-menu ul li,
.sf-menu ul li li {
    font-size: 12px;
    width: 100%
}

.sf-menu .menu-item a {
    outline: 0 none
}

.sf-menu li {
    float: left;
    outline: 0 none;
    line-height: 0;
    font-size: 12px;
    position: relative
}

.sf-menu a {
    display: block;
    position: relative;
    text-decoration: none
}

.sf-menu .sfHover>ul,
.sf-menu li:hover>ul {
    z-index: 999;
    pointer-events: all
}


#header-outer .sf-menu li ul li a {
    font-size: 12px;
    line-height: 13px;
    transition: none;
    letter-spacing: 0
}

.sf-menu li ul li a,
.sf-menu li ul li li a {
    box-shadow: none
}

.sf-menu ul li a,
.sf-menu ul li li a {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}

body #header-secondary-outer nav>ul>li>.temp-hidden-display,
body #top nav>ul>li>.temp-hidden-display {
    display: block !important;
    opacity: 0;
    left: 0 !important;
    right: auto !important
}


#top .span_9 {
    position: static
}

#header-outer .widget_shopping_cart .buttons,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,
#header-secondary-outer .sf-menu>li>ul>li,
#top nav>ul>li>ul>li {
    opacity: 0;
    transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    -webkit-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1)
}

#header-outer .widget_shopping_cart.open .buttons,
#header-outer .widget_shopping_cart.open .cart_list,
#header-outer .widget_shopping_cart.open .total,
#header-outer[data-format=centered-menu] #top nav>ul>.sfHover>ul>li,
#header-secondary-outer .sf-menu>.sfHover>ul>li,
#top nav>ul>.sfHover>ul>li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#header-secondary-outer .sf-menu li ul li a,
#top .sf-menu li ul li a {
    background-color: transparent
}


.sf-menu>li>ul {
    opacity: 0;
    pointer-events: none;
    display: block;
    transform: translateY(-9999px);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .08)
}

.sf-menu>li.sfHover>ul {
    transform: none
}

.sf-menu>li ul {
    padding: 20px;
    width: 20em
}

#header-outer nav>ul>.megamenu ul li a,
.sf-menu>li ul a {
    padding: 6px 6px
}



#header-outer nav>ul>.megamenu>.sub-menu,
#header-secondary-outer .sf-menu li ul,
body:not([data-header-format=left-header]) #top .sf-menu li ul {
    background-color: #fff
}

#header-outer .sf-menu li ul li a {
    color: #999
}


.sf-menu ul li a {
    border-bottom: 0
}

.sf-menu .sfHover>ul {
    pointer-events: all;
    opacity: 1
}


.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side) {
    left: 0
}

@media only screen and (min-width:1000px) {
    #header-outer:not([data-format=left-header]) {
        padding-top: 0
    }

    #header-outer:not([data-format=left-header]) #top>.container>.row,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #header-outer:not([data-format=left-header]) #top .span_3,
    #header-outer:not([data-format=left-header]) #top .span_9 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
        width: auto
    }

    #header-outer .logo-spacing {
        line-height: 0
    }


    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons),
    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav,
    #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav,
    #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center
    }

    #header-outer:not([data-format=left-header]) #top nav>.buttons {
        overflow: visible;
        height: auto
    }

    #header-outer:not([data-format=left-header]) #top nav>ul>li {
        -webkit-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header-outer:not([data-format=left-header]) #top nav>ul {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

}

@media only screen and (max-width:999px) {
    #top .col.span_9 {
        text-align: right;
        line-height: 0
    }

    #header-outer #top #mobile-cart-link i,
    #header-outer .mobile-search .icon-salient-search,
    #header-outer .mobile-user-account .icon-salient-m-user,
    #top .span_9>.slide-out-widget-area-toggle>div {
        position: relative;
        display: block;
        top: 50%;
        font-size: 18px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent
    }

    #header-outer #top .mobile-user-account,
    #top #mobile-cart-link,
    #top .mobile-search,
    #top .span_9>.slide-out-widget-area-toggle {
        position: relative;
        width: auto;
        padding: 0 7px;
        top: auto;
        right: auto;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        height: 100%;
        -webkit-transform: none;
        transform: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before,
    body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
        background-color: rgba(0, 0, 0, .06)
    }

    #header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle,
    #top .span_9>.slide-out-widget-area-toggle {
        padding-right: 0
    }


}

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

    .left-aligned-ocm .slide-out-widget-area-toggle .hover-effect,
    .slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect {
        display: none
    }
}

#top nav .buttons li {
    line-height: 12px;
    position: relative
}

#header-outer #social-in-menu i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
    font-size: 18px;
    color: inherit;
    background-color: transparent;
    transition: transform .25s ease, opacity .2s ease;
    -webkit-transition: -webkit-transform .25s ease, opacity .2s ease;
    text-align: center;
    line-height: 24px;
    height: 22px;
    width: 36px;
    position: relative
}


#header-outer #social-in-menu a,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden
}

#header-outer #social-in-menu a:hover i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#header-outer #social-in-menu a i:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%
}

#header-outer #social-in-menu a i:before {
    width: 100%
}

#header-outer #social-in-menu .fa-vine:after,
#header-outer #social-in-menu .fa-vine:before,
#header-outer #social-in-menu [class*=fa-]:after,
#header-outer #social-in-menu [class^=fa-]:after {
    text-decoration: inherit;
    display: block;
    speak: none
}


#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a,
#header-outer[data-lhe=default] #top nav>ul>#social-in-menu>a {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0
}


#top .span_9>.slide-out-widget-area-toggle {
    display: none;
    z-index: 10000
}

#search-outer {
    display: none
}

#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
    width: auto
}

#header-outer .row .col.span_9 {
    float: right
}

.wpb_row>.span_12 {
    z-index: 10
}

.wpb_row>.span_12 {
    margin-bottom: 0 !important
}

.wpb_row>.span_12>.column_container:last-child {
    margin-bottom: 0
}


body .full-width-section {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.full-width-section {
    background-size: cover;
    width: 100%;
    position: relative
}

.full-width-content.vc_row-fluid .wpb_column {
    background-position: center;
    background-size: cover
}

.wpb_row {
    position: relative
}



#page-header-bg .page-header-bg-image-wrap,
.full-width-section .row-bg,
.wpb_row .row-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}


.wpb_row.full-width-content,
.wpb_row.full-width-section,
body.material .wpb_row.full-width-content,
body.material .wpb_row.full-width-section {
    margin-bottom: 0
}

.wpb_row.full-width-content .img-with-aniamtion-wrap,
.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap,
.wpb_row.full-width-content img {
    margin-bottom: 0
}

.full-width-section>.span_12>div:last-child {
    padding-bottom: 0
}


html:not(.js) .full-width-content,
html:not(.js) .full-width-section {
    visibility: visible
}



.full-width-content.parallax_section .row-bg-wrap,
.full-width-section.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap .inner-wrap,
.wpb_row.parallax_section .row-bg-wrap {
    overflow: hidden;
    width: 100.1%;
    height: 100.1%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}



.full-width-section .row-bg-wrap,
.wpb_row .row-bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.wpb_row .row-bg-wrap .inner-wrap {
    height: 100%;
    width: 100%
}


body .full-width-section>.col.span_12 {
    float: none
}


.col.span_12.light .wpb_text_column>.wpb_wrapper>ul,
.full-width-content>.col.span_12.light,
.full-width-section>.col.span_12.light,
.span_12.light .wpb_text_column a {
    color: #fff
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
    width: 100%
}

.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
    min-height: 1px
}

.vc_column_container>.vc_column-inner {
    position: relative
}

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

    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
        display: -webkit-flex;
        display: flex
    }
}



.col {
    position: relative;
    float: left
}


.wpb_column {
    background-position: center
}

.wpb_column[data-has-bg-color=true] .wpb_wrapper,
.wpb_column[data-hover-bg^="#"] .wpb_wrapper,
.wpb_column[data-overlay-color=true] .wpb_wrapper,
.wpb_column[data-using-bg=true] .wpb_wrapper,
.wpb_column[data-video-bg=true] .wpb_wrapper {
    position: relative;
    z-index: 2
}

.wpb_column .column-bg-overlay,
.wpb_column .column-bg-overlay-wrap {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.wpb_column .column-bg-overlay-wrap {
    opacity: 1
}


body .wpb_text_column {
    margin-bottom: 0
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation {
    opacity: 1
}



iframe,
iframe.iframe-embed {
    max-width: 100%
}


.wpb_wrapper>.divider,
.wpb_wrapper>.divider-border,
.wpb_wrapper>.divider-small-border,
.wpb_wrapper>.divider-wrap {
    margin-bottom: 0
}

.divider {
    height: 20px
}


i[class*=fa-],
span[class*=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%
}



.col.has-animation,
.img-with-aniamtion-wrap .hover-wrap,
.nectar-fancy-box.has-animation,
.nectar_cascading_images .cascading-image .inner-wrap,
.wpb_column.has-animation,
img.img-with-animation {
    /* opacity: 0; */
    position: relative
}

html:not(.js) .col.has-animation,
html:not(.js) .wpb_column.has-animation,
html:not(.js) img.img-with-animation {
    opacity: 1
}

.col.has-animation[data-animation=grow-in],
.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,
.nectar-fancy-box.has-animation[data-animation=grow-in],
.wpb_column.has-animation[data-animation=grow-in],
img.img-with-animation[data-animation=grow-in] {
    opacity: 0;
    transform: scale(.75);
    transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-backface-visibility: hidden
}


.wpb_column .column-inner[data-bg-cover=true],
.wpb_column[data-bg-cover=true] {
    background-size: cover;
    background-position: center
}


#slide-out-widget-area {
    display: none
}


#slide-out-widget-area.slide-out-from-right {
    position: fixed;
    transform: translate(301px, 0);
    -webkit-transform: translate(301px, 0);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden
}


#slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a,
#slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}


body .lines-button {
    line-height: 0;
    font-size: 0
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block
}

.lines-button:hover {
    opacity: 1
}

.lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: .3s;
    position: relative
}

.lines:after,
.lines:before {
    display: block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: .142rem center
}

.lines:before {
    top: 6px
}

.lines:after {
    top: -6px
}


.slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform .45s ease, opacity .2s ease, background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1, 1)
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999
}


body #header-outer .lines-button {
    top: 9px
}



.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important
}


.slide-out-widget-area-toggle .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle .lines-button.x2 .lines:before {
    transition: transform .45s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after,
.slide-out-widget-area-toggle.mobile-icon .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines:before {
    height: 2px !important;
    width: 22px !important
}

.lines-button.x2 .lines {
    transition: background .2s ease, opacity .2s ease
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
    transform-origin: 50% 50%;
    transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle a>span {
    transition: transform .33s .3s ease-in;
    transform-origin: center;
    display: block;
    height: 21px
}

.slide-out-widget-area-toggle.mobile-icon a>span {
    height: 20px
}

.slide-out-widget-area-toggle .closed>span {
    transition: transform .33s 0s ease
}

body .full-width-content,
body .full-width-section {
    visibility: visible
}

.full-width-content.blog-fullwidth-wrap,
.full-width-content.nectar-shop-outer,
.nectar-slider-wrap[data-full-width=true],
.page-submenu .full-width-content,
.page-submenu>.full-width-section,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section:not(.non-fw),
.post-area.full-width-content.standard-minimal,
.single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap,
.wpb_row.full-width-content,
.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,
.wpb_row.full-width-section .mobile-video-image,
.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
body .full-width-section .nectar-parallax-scene,
body .full-width-section .row-bg-wrap,
body .full-width-section.parallax_section .row-bg-wrap,
body .full-width-section>.nectar-shape-divider-wrap,
body .full-width-section>.video-color-overlay,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal,
body[data-header-format=left-header][class*=page-template-template-no-header] .full-width-section .row-bg-wrap,
body[data-header-format=left-header][class*=page-template-template-no-header] .full-width-section.parallax_section .row-bg-wrap,
body[data-header-format=left-header][class*=page-template-template-no-header] .wpb_row.full-width-content {
    margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w))
}


body .wpb_row.full-width-content .wpb_row>.row-bg-wrap,
body .wpb_row.full-width-section .wpb_row>.row-bg-wrap {
    margin-left: 0;
    left: 0;
    width: 100%
}

.wpb_row .column-image-bg-wrap,
.wpb_row .column-image-bg-wrap .column-image-bg,
.wpb_row .column-image-bg-wrap .inner-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.wpb_column .column-inner[data-bg-cover=true] .column-image-bg,
.wpb_column[data-bg-cover=true] .column-image-bg {
    background-size: cover;
    background-position: center
}

.wpb_row .column-image-bg-wrap {
    z-index: 0;
    overflow: hidden
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
    background-position: center;
    background-size: cover
}


.ascend .mfp-iframe-holder .mfp-close,
.ascend .mfp-image-holder .mfp-close,
.fa.fa-angle-down,
.fa.fa-angle-left,
.fa.fa-angle-right,
.fa.fa-angle-up,
.fa.fa-facebook,
.fa.fa-linkedin,
.fa.fa-minus-sign,
.fa.fa-ok-sign,
.fa.fa-pinterest,
.fa.fa-plus-sign,
.fa.fa-twitter,
.icon-be,
.icon-button-arrow,
.icon-salient-apple-music,
.icon-salient-artstation,
.icon-salient-back-to-all,
.icon-salient-cart,
.icon-salient-discord,
.icon-salient-down-arrow,
.icon-salient-down-arrow-thin,
.icon-salient-facebook,
.icon-salient-facebook-messenger,
.icon-salient-heart,
.icon-salient-heart-2,
.icon-salient-houzz,
.icon-salient-left-arrow,
.icon-salient-left-arrow-thin,
.icon-salient-m-clock,
.icon-salient-m-close,
.icon-salient-m-eye,
.icon-salient-m-social-alt,
.icon-salient-m-user,
.icon-salient-pencil,
.icon-salient-pinterest,
.icon-salient-plus,
.icon-salient-right-arrow,
.icon-salient-right-arrow-thin,
.icon-salient-right-line,
.icon-salient-search,
.icon-salient-spotify,
.icon-salient-thin-line,
.icon-salient-tiktok,
.icon-salient-twitch,
.icon-salient-twitter,
.icon-salient-woo-zoom-icon,
.icon-salient-x,
.icon-soundcloud,
.icon-vimeo,
.material .comment-list .reply a:before,
.mejs-controls .mejs-button button,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.salient-page-submenu-icon,
.video-play-button,
i.fa.fa-houzz {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.fa.fa-angle-up:before {
    content: "\f106"
}


.fa.fa-linkedin:before {
    /* content: "\e605" */
    font-family: FontAwesome;
}

body .lines,
body .lines:after,
body .lines:before {
    height: 2px
}


html body[data-header-resize="1"] .container-wrap,
html body[data-header-format="left-header"][data-header-resize="0"] .container-wrap,
html body[data-header-resize="0"] .container-wrap,
body[data-header-format="left-header"][data-header-resize="0"] .container-wrap {
    padding-top: 0;
}


html:not(.page-trans-loaded) {
    background-color: #ffffff;
}


#header-outer[data-format=centered-menu] #top .span_9,
#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li {
    float: none;
    display: inline-block
}


#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
    text-align: left
}

#header-outer[data-format=centered-menu] #top .span_3,
#header-outer[data-format=centered-menu] #top nav>.buttons {
    z-index: 10;
    position: absolute
}

#header-outer[data-format=centered-menu] #top .span_3 {
    left: 0
}

#header-outer[data-format=centered-menu] .logo-spacing {
    visibility: hidden;
    pointer-events: none;
    z-index: -100
}

@media only screen and (max-width:1000px) {
    #header-outer[data-format=centered-menu] .logo-spacing {
        display: none
    }
}

#header-outer[data-format=centered-menu] .logo-spacing img {
    margin-bottom: 0
}

#header-outer[data-format=centered-menu] #top .span_3 {
    position: relative;
    margin-right: 0
}

#header-outer[data-format=centered-menu] #top .span_9,
#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    position: static
}

#header-outer[data-format=centered-menu] #top .span_9,
#header-outer[data-format=centered-menu] #top .span_9 nav {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

#header-outer[data-format=centered-menu] #top .span_3,
#header-outer[data-format=centered-menu] #top nav>.buttons {
    height: 100%
}

@media only screen and (max-width:999px) {
    #header-outer[data-format=centered-menu] #top .span_9 {
        text-align: right;
        z-index: 10000;
        left: auto
    }
}

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

    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 1100px
    }
}


@media only screen and (min-width:1000px) and (max-width:1300px) {


    #top nav>ul>li>a {
        padding-left: 8px
    }

}

@media only screen and (min-width :690px) and (max-width :999px) {

    .span_1,
    .span_10,
    .span_11,
    .span_12,
    .span_2,
    .span_3,
    .span_4,
    .span_5,
    .span_6,
    .span_7,
    .span_8,
    .span_9 {
        width: 100%;
        margin-left: 0
    }

    .col,
    body .vc_row-fluid .wpb_column {
        margin-bottom: 25px
    }

    #header-outer .col {
        margin-bottom: 0;
        margin-right: 0
    }

    .wpb_column {
        width: 100%
    }

    .container {
        max-width: 600px
    }

    .one-fourths.span_3,
    .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3 {
        width: 50%;
        margin-bottom: 2%
    }

    .one-fourths.span_3.clear-both,
    .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3.clear-both {
        clear: both
    }

    #footer-outer .one-fourths.span_3.right-edge,
    .one-fourths.span_3.right-edge,
    .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3.right-edge {
        margin-right: 0
    }

    .nectar-google-map {
        max-height: 425px
    }
}

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

    .container,
    .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 320px
    }

    .col {
        margin-bottom: 25px
    }

    #header-outer .col {
        margin-bottom: 0
    }

    .nectar-google-map {
        max-height: 270px
    }
}

@media only screen and (min-width :1px) and (max-width :999px) {
    #to-top:not(.mobile-enabled) {
        display: none
    }

    body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    .full-width-section>.col.span_12 {
        margin-bottom: 0
    }

    #header-outer #top #logo img,
    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
    .full-width-section,
    body[data-bg-header=true] .full-width-content.first-section,
    body[data-bg-header=true] .full-width-section.first-section,
    body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section {
        margin-top: 0 !important
    }


    #header-outer[data-has-menu=false][data-format=default] #top .span_3,
    #header-outer[data-has-menu=true] #top .span_3,
    #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3,
    #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3,
    body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
        text-align: left
    }


    #header-outer[data-mobile-fixed="1"],
    #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
        position: fixed !important
    }


    .container-wrap {
        z-index: 11
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version,
    body #top #logo img {
        height: 24px;
        margin-top: -3px;
        top: 3px;
        position: relative
    }

    #header-outer #top #logo img,
    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
        top: 0
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version,
    body.material #header-outer[data-permanent-transparent=false] #logo .dark-version {
        position: absolute
    }

    .ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
    .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
    .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
        position: relative
    }

    body #header-outer {
        margin-bottom: 0;
        padding: 12px 0
    }

    body #header-outer,
    body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached),
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
        position: relative
    }

    #slide-out-widget-area {
        top: 0 !important
    }

    #header-outer #logo {
        top: 0;
        left: 0
    }

    #header-space {
        display: none
    }

    #header-space[data-header-mobile-fixed="1"] {
        display: block
    }

    #top #mobile-cart-link,
    #top .mobile-search,
    #top .span_9>.slide-out-widget-area-toggle {
        display: inline-block
    }

    #top .col.span_3 {
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_3,
    #header-outer[data-format=centered-menu] #top .span_3,
    #top .col.span_3 {
        position: relative
    }

    #header-outer #top .col.span_3 {
        line-height: 0
    }

    #header-outer #top .col.span_3 #logo {
        vertical-align: middle
    }

    #top .col.span_9 {
        margin-left: 0;
        margin-bottom: 0;
        width: 100% !important;
        float: none;
        z-index: 100;
        position: static;
        display: flex;
        align-items: center
    }

    #header-outer[data-format=centered-logo-between-menu] .row .col.span_9,
    #header-outer[data-format=centered-menu] #top .span_9 {
        position: static
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9,
    #top .col.span_9 {
        min-height: 0;
        width: auto !important;
        position: absolute !important;
        right: 0;
        top: 0;
        z-index: 2000;
        height: 100%
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container,
    .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6>.inner-wrap,
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6>.inner-wrap,
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom],
    body[data-slide-out-widget-area=true] #top #logo {
        -webkit-transform: none !important;
        transform: none !important
    }


    body[data-slide-out-widget-area=true] #top .span_3 {
        text-align: center
    }


    #header-outer .slide-out-widget-area-toggle .lines,
    #header-outer .slide-out-widget-area-toggle .lines-button,
    #header-outer .slide-out-widget-area-toggle .lines:after,
    #header-outer .slide-out-widget-area-toggle .lines:before {
        width: 22px
    }

    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
        top: -6px
    }

    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
        top: 6px
    }

    #header-outer[data-mobile-fixed="1"] #top #logo,
    body[data-slide-out-widget-area=true] #top #logo {
        display: inline-block
    }


    body[data-slide-out-widget-area=true] #top .col.span_3 {
        width: 100%
    }

    #header-outer #top nav,
    .slider-nav span span {
        display: none !important
    }

    .main-content>div {
        padding-bottom: 0
    }

    #header-outer:not([data-permanent-transparent="1"]),
    #page-header-wrap,
    #top,
    .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12,
    .vc_text_separator,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        height: auto !important
    }

    #footer-widgets .container .row>div:last-child {
        margin-bottom: 0 !important
    }

}


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

    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .slider-nav {
        max-width: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:690px) {

    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    body .container,
    body .slider-nav {
        max-width: 420px
    }

}

@media screen and (max-width:782px) {
    body {
        position: static
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {
    #to-top {
        display: none
    }

    .col.has-animation[data-animation=grow-in],
    .img-with-animation[data-animation=grow-in],
    .wpb_column.has-animation[data-animation=grow-in] {
        visibility: visible
    }

}

p {
    padding-bottom: 1.5em
}

.material .wpb_content_element,
.material .wpb_row {
    margin-bottom: 1.5em
}

#header-space {
    background-color: #fff
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 4px 0 !important;
    border: none
}

@media only screen and (min-width:1000px) {
    body #footer-outer .row {
        padding: 75px 0
    }
}

#page-header-wrap,
.container-wrap,
.material .vc_text_separator div,
.ocm-effect-wrap,
.page-header-no-bg,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4,
.portfolio-items .col,
.project-title {
    background-color: #fff
}


#footer-outer #footer-widgets .col ul li,
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_nav_menu li,
#sidebar .widget.widget_pages li,
#sidebar div ul li {
    border: none;
    padding: 4px 0
}

#footer-outer .widget.widget_categories li,
#footer-outer .widget.widget_nav_menu li,
#footer-outer .widget.widget_pages li,
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_nav_menu li,
#sidebar .widget.widget_pages li {
    padding: 4px 0 !important
}

.material #footer-outer .widget li a,
.material #sidebar .widget li a,
.material .widget li a {
    padding: 0 !important;
    border: none;
    color: inherit
}

body[data-header-resize="1"] .container-wrap,
body[data-header-resize="1"] .project-title {
    margin-top: 0;
    padding-top: 40px;
}


body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu),
body.material #header-outer[data-header-resize="1"]:not([data-format=left-header]):not(.scrolled-down):not(.small-nav),
body[data-hhun="1"].material #header-outer[data-header-resize="0"][data-remove-fixed="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu).invisible {
    box-shadow: none
}



@media only screen and (max-width:1000px) {
    body.material #header-outer[data-header-resize="1"]:not([data-box-shadow=none]):not(.transparent):not([data-format=left-header]) {
        transition: all .25s ease
    }
}



#top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 22px
}

#top .slide-out-widget-area-toggle a>span {
    position: relative
}

#top .slide-out-widget-area-toggle a span .lines-button.hover-effect {
    left: -30px;
    margin-top: -2px
}

#top .slide-out-widget-area-toggle a .lines-button:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 40ms, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 80ms, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 80ms, background-color .2s ease, opacity .2s ease !important
}

#top a.no-trans .lines-button:after,
#top a.no-trans .lines:after,
#top a.no-trans .lines:before {
    transition: none !important
}


body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    margin: 0 14px
}


body.material #header-outer #top nav>.buttons>li:last-child,
body.material #header-outer[data-format=centered-menu-bottom-bar] #top nav>.buttons>.slide-out-widget-area-toggle {
    margin-right: 0 !important
}


body.material #header-outer #top nav>.buttons>li:first-child {
    margin-left: 0
}


body.material #header-outer #social-in-menu i {
    font-size: 18px;
    width: 36px;
    top: 0
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 30px
}

body.material #header-outer[data-full-width=true][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons,
body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 0
}


body.material #header-outer #top nav>ul #social-in-menu a {
    line-height: 22px
}

.material #top nav>.buttons,
.material #top nav>.product_added.buttons {
    padding-right: 0 !important
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    z-index: 100
}

#footer-outer #footer-widgets .col ul li a,
#sidebar div ul li a {
    display: block
}

#footer-outer .widget h4,
#sidebar h4 {
    margin-bottom: 15px
}

body #footer-outer #copyright {
    font-size: 14px;
    background-color: transparent
}


#to-top,
.nectar-button,
.nectar-button.see-through,
.swiper-slide .button a,
body .nectar-button.see-through,
body .nectar-button.see-through-2 {
    border-radius: 0 !important;
    box-shadow: none
}


#header-outer .sf-menu ul li a {
    border-bottom: none
}


#header-outer header {
    transition: all .2s
}


.material #header-outer.no-material-transition #search-outer,
body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open.no-material-transition,
body[data-slide-out-widget-area-style=slide-out-from-right].material .ocm-effect-wrap-shadow.no-material-transition,
body[data-slide-out-widget-area-style=slide-out-from-right]>a.slide_out_area_close.no-material-transition {
    transition: none
}

#ajax-content-wrap:after {
    background-color: rgba(0, 0, 0, .45);
    content: '';
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .7s cubic-bezier(.15, .2, .1, 1)
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: none
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items {
    margin-top: 25px
}

.sf-menu li ul li a .menu-title-text:after,
body #header-outer .mobile-header li:not([class*=button_])>a .menu-title-text:after,
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after,
body #header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after,
body #header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li:not([class*=button_])>a .menu-title-text:after {
    transform-origin: 0 0;
    transition: transform .35s cubic-bezier(.52, .01, .16, 1);
    bottom: -3px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    transition: transform .35s cubic-bezier(.52, .01, .16, 1), border-color .35s cubic-bezier(.52, .01, .16, 1)
}

#search-outer #search #close a:before,
.slide_out_area_close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    content: '';
    transform: scale(1) translateZ(0);
    transition: all .45s cubic-bezier(.15, .2, .1, 1)
}

.nectar-close-btn:hover:not(:focus):before,
body[data-is].material #search-outer #search #close a:hover:not(:focus):before,
body[data-is].material .slide_out_area_close:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0)
}



#slide-out-widget-area.slide-out-from-right {
    min-width: 360px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 5;
    overflow: hidden;
    transform: none
}

#ajax-content-wrap #slide-out-widget-area.slide-out-from-right {
    z-index: -1
}

#search-outer #search #close a:before,
.slide_out_area_close:before {
    transform: scale(0)
}

#search-outer.material-open #search #close a:before,
.material-ocm-open.slide_out_area_close:before {
    transform: scale(1)
}

#search-outer .close-wrap,
.nectar-close-btn .close-wrap,
.slide-out-widget-area-toggle a .close-wrap,
.slide_out_area_close .close-wrap,
.style_slide_in_click .close-cart .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden
}



#search-outer.material-open .close-line1,
.material-ocm-open.slide_out_area_close .close-line1,
.slide-out-widget-area-toggle .open .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s
}


#search-outer.material-open .close-line2,
.material-ocm-open.slide_out_area_close .close-line2,
.slide-out-widget-area-toggle .open .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}


#search-outer:not(.material-open) .close-line1,
.nectar-close-btn-wrap:not(.open) .nectar-close-btn .close-line1,
.slide-out-widget-area-toggle a:not(.open) .close-line1,
.slide_out_area_close .close-line1,
.style_slide_in_click:not(.open) .close-cart .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}


#search-outer:not(.material-open) .close-line2,
.nectar-close-btn-wrap:not(.open) .nectar-close-btn .close-line2,
.slide-out-widget-area-toggle a:not(.open) .close-line2,
.slide_out_area_close .close-line2,
.style_slide_in_click:not(.open) .close-cart .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}


#search-outer .close-line,
.nectar-close-btn .close-line,
.slide-out-widget-area-toggle a .close-line,
.slide_out_area_close .close-line,
.style_slide_in_click .close-cart .close-line {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#search-outer.material-open .close-wrap .close-line1,
.material-ocm-open.slide_out_area_close .close-wrap .close-line1,
.nectar-close-btn-wrap.open .nectar-close-btn .close-line1,
.slide-out-widget-area-toggle .open .close-line1,
.style_slide_in_click.open .close-cart .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg)
}

#search-outer.material-open .close-wrap .close-line2,
.material-ocm-open.slide_out_area_close .close-wrap .close-line2,
.nectar-close-btn-wrap.open .nectar-close-btn .close-line2,
.slide-out-widget-area-toggle .open .close-line2,
.style_slide_in_click.open .close-cart .close-line2 {
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg)
}

#search-outer .close-wrap .close-line,
#top .slide-out-widget-area-toggle .close-line,
.nectar-close-btn .close-line,
.slide_out_area_close .close-wrap .close-line,
.style_slide_in_click .close-cart .close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease
}



#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    position: relative;
    top: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .inner {
    height: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .bottom-meta-wrap,
#slide-out-widget-area[class*=slide-out-from-right] .menuwrapper,
#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container,
#slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu>div {
    display: inline-block
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    min-width: 190px
}

@media only screen and (min-width:1000px) {
    #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container.mobile-only {
        display: none
    }
}


#slide-out-widget-area.slide-out-from-right-hover .inner>.off-canvas-menu-container,
#slide-out-widget-area[class*=slide-out-from-right] .inner-wrap {
    margin: auto 0;
    position: relative
}

#slide-out-widget-area.slide-out-from-right-hover .inner,
#slide-out-widget-area[class*=slide-out-from-right] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}


#slide-out-widget-area.slide-out-from-right,
#slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
    background-color: transparent !important
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 400
}

#slide-out-widget-area-bg.slide-out-from-right {
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

#ajax-content-wrap>#slide-out-widget-area-bg.slide-out-from-right {
    visibility: hidden
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area.slide-out-from-right {
    -webkit-transform: none;
    transform: none
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide-out-widget-area-toggle {
    z-index: 100
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block
}

#slide-out-widget-area.slide-out-from-right .inner-wrap,
#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
    width: 100%
}

body:not(.material-ocm-open) #slide-out-widget-area.slide-out-from-right {
    visibility: hidden
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        opacity: 0;
        transition: transform .8s cubic-bezier(.15, .2, .1, 1);
        position: fixed;
        right: -100px;
        top: 50%;
        transform: translateY(-50%) translateX(100%);
        z-index: 10000
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
        background-color: #f91b39;
        box-shadow: 0 16px 44px rgba(0, 0, 0, .3)
    }
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap {
    -webkit-transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    z-index: 10
}

body[data-slide-out-widget-area-style=slide-out-from-right].material-ocm-open .ocm-effect-wrap {
    overflow: hidden
}

body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style=slide-out-from-right]:not(.nectar-no-flex-height) .ocm-effect-wrap {
    height: auto !important
}

.nectar-no-flex-height .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style=slide-out-from-right].nectar-no-flex-height .ocm-effect-wrap {
    height: 100%
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle .lines-button.x2 .lines:before {
    transition: top .4s .45s ease, width .3s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.lines:after,
body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after {
    top: -7px
}

.lines:before,
body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
    width: 1rem;
    top: 7px
}

#header-outer .left-aligned-ocm .lines:before,
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before,
body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 1rem !important
}

@media only screen and (max-width:450px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 78vw;
        width: 78vw;
        padding-left: 50px;
        padding-right: 50px;
        -webkit-transition: transform .8s cubic-bezier(.15, .2, .1, 1);
        transition: transform .8s cubic-bezier(.15, .2, .1, 1)
    }
}

@media only screen and (min-width:1000px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 33.3vw;
        padding-left: 4%;
        padding-right: 4%
    }
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 12px;
    line-height: 1.2
}


body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .sub-menu {
    display: flex;
    flex-direction: column
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
    position: relative;
    display: inline-block
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a {
    opacity: 1;
    transition: color .37s cubic-bezier(.52, .01, .16, 1)
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform .37s cubic-bezier(.52, .01, .16, 1);
    transition: transform .37s cubic-bezier(.52, .01, .16, 1);
    border-color: #fff
}


.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
    clear: both
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table
}

.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
    clear: both
}


.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}


.vc_row-fluid::before,
.vc_row-fluid::after {
    content: "";
    display: table
}

.vc_row-fluid::after {
    clear: both
}


#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}



.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}


.wpb_animate_when_almost_visible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}


.wpb_start_animation {
    opacity: 1;
    filter: alpha(opacity=100)
}



.vc_row.vc_row-flex>.span_12 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

    .vc_row.vc_row-flex>.span_12,
    .vc_row.vc_row-flex>.span_12>.vc_column_container,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}


.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner>.container>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}



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

    .vc_row.vc_row-flex>.span_12,
    .vc_row.vc_row-flex>.span_12>.vc_column_container,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
    .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
    .vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
    body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
    body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
    .vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,
    .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
    .vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
    .wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner {
        display: block
    }
}

@media only screen and (max-width:1000px) and (min-width:690px) {

    .vc_row.vc_row-flex>.span_12,
    .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths,
    .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}


.nectar-color-accent-color,
body a,
label span,
body [class^="icon-"].icon-default-style,
.blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta a:hover i,
.post .post-header h2 a,
.post .post-header a:hover,
.post .post-header a:focus,
#single-below-header a:hover,
#single-below-header a:focus,
.comment-list .pingback .comment-body>a:hover,
[data-style="list_featured_first_row"] .meta-category a,
[data-style="list_featured_first_row"] .meta-category a,
.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style,
div[data-style="minimal"] .toggle:hover h3 a,
div[data-style="minimal"] .toggle.open h3 a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item>a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i,
.sf-menu>.current_page_ancestor>a>.sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^="icon-"],
.wpcf7-form .wpcf7-not-valid-tip,
#header-outer .nectar-menu-label {
    color: #043287
}


#header-outer #top nav>ul>.button_bordered>a:hover,
#header-outer:not(.transparent) #social-in-menu a i:after,
.sf-menu>li>a:hover>.sf-sub-indicator i,
.sf-menu>li>a:active>.sf-sub-indicator i,
.sf-menu>.sfHover>a>.sf-sub-indicator i,
.sf-menu .megamenu>ul>li:hover>a,
#header-outer nav>ul>.megamenu>ul>li>a:hover,
#header-outer nav>ul>.megamenu>ul>.sfHover>a,
#header-outer nav>ul>.megamenu>ul>li>a:focus,
#top nav ul #nectar-user-account a:hover span,
#top nav ul #search-btn a:hover span,
#top nav ul .slide-out-widget-area-toggle a:hover span,
body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a,
body #header-secondary-outer #social a:hover i,
body #header-secondary-outer #social a:focus i,
#footer-outer a:focus,
#footer-outer a:hover,
.recent-posts .post-header a:hover,
.result a:hover,
.post-area.standard-minimal .post .post-meta .date a,
.post-area.standard-minimal .post .post-header h2 a:hover,
.post-area.standard-minimal .post .more-link:hover span,
.post-area.standard-minimal .post .more-link span:after,
.post-area.standard-minimal .post .minimal-post-meta a:hover,
.single .post .post-meta a:hover,
.single .post .post-meta a:focus,
.single #single-meta div a:hover i,
.single #single-meta div:hover>a,
.single #single-meta div:focus>a,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.result .title a,
.circle-border,
.home .blog-recent:not([data-style="list_featured_first_row"]) .col .post-header a:hover,
.home .blog-recent .col .post-header h3 a,
.comment-author a:hover,
.comment-author a:focus,
.project-attrs li i,
.nectar-milestone .number.accent-color,
body #portfolio-nav a:hover i,
span.accent-color,
.portfolio-items .nectar-love:hover i,
.portfolio-items .nectar-love.loved i,
body .hovered .nectar-love i,
body:not(.material) #search-outer #search #close a span:hover,
.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i,
#search-outer .ui-widget-content li:hover *,
#search-outer .ui-widget-content .ui-state-focus *,
.portfolio-filters-inline .container ul li .active,
.svg-icon-holder[data-color="accent-color"],
.team-member .accent-color:hover,
.blog-recent[data-style="minimal"] .col>span,
.blog-recent[data-style="title_only"] .col:hover .post-header .title,
body #pagination .page-numbers.prev:hover,
body #pagination .page-numbers.next:hover,
body #pagination a.page-numbers:hover,
body #pagination a.page-numbers:focus,
body[data-form-submit="see-through"] input[type=submit],
body[data-form-submit="see-through"] button[type=submit],
.nectar_icon_wrap[data-color="accent-color"] i,
.nectar_team_member_close .inner:before,
body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover,
body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus,
.masonry.material .masonry-blog-item .meta-category a,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover,
.material .comment-list .reply a:hover,
.material .comment-list .reply a:focus,
.material .widget li:not(.has-img) a:hover .post-title,
.material #sidebar .widget li:not(.has-img) a:hover .post-title,
.material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title,
.material #sidebar .widget .tagcloud a,
.single.material .post-area .content-inner>.post-tags a,
.post-area.featured_img_left .meta-category a,
.post-meta .icon-salient-heart-2.loved,
body.material .nectar-button.see-through.accent-color[data-color-override="false"],
div[data-style="minimal_small"] .toggle.accent-color>h3 a:hover,
div[data-style="minimal_small"] .toggle.accent-color.open>h3 a,
.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before,
.nectar_single_testimonial[data-color="accent-color"] p .open-quote,
.nectar-quick-view-box .star-rating,
.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
    color: #043287 !important
}

.nectar-bg-accent-color,
.nectar-bg-hover-accent-color:hover,
#ajax-content-wrap .nectar-bg-pseudo-accent-color:before,
[data-style="list_featured_first_row"] .meta-category a:before,
.tabbed>ul li .active-tab,
.tabbed>ul li .active-tab:hover,
.wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p,
.nectar_video_lightbox.nectar-button[data-color="default-accent-color"],
.nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover,
.nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap,
.flex-direction-nav a,
.carousel-prev:hover,
.carousel-next:hover,
.nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span,
[class*=" icon-"],
.toggle.open h3 a,
div[data-style="minimal"] .toggle.open h3 i:after,
div[data-style="minimal"] .toggle:hover h3 i:after,
div[data-style="minimal"] .toggle.open h3 i:before,
div[data-style="minimal"] .toggle:hover h3 i:before,
div[data-style="minimal_small"] .toggle.accent-color>h3:after,
.main-content .widget_calendar caption,
#footer-outer .widget_calendar caption,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner,
.nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover,
.format-status .post-content .status-inner,
.nectar-post-grid-item.nectar-new-item .inner:before,
input[type=submit]:hover,
input[type="button"]:hover,
body[data-form-submit="regular"] input[type=submit],
body[data-form-submit="regular"] button[type=submit],
body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover,
#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-split,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .nectar-list-item-btn:hover,
#header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,
.woocommerce #review_form #respond .form-submit #submit,
#header-outer .nectar-menu-label:before {
    background-color: #043287
}

.orbit-wrapper .slider-nav .right,
.orbit-wrapper .slider-nav .left,
.progress li span,
.nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override="false"].regular-button,
.nectar-button.tilt.accent-color,
body .swiper-slide .button.transparent_2 .primary-color:hover,
#footer-outer #footer-widgets .col input[type="submit"],
.blog-recent .more-link span:hover,
.post-tags a:hover,
#to-top:hover,
#to-top.dark:hover,
body[data-button-style*="rounded"] #to-top:after,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,
.portfolio-items .col[data-default-color="true"] .bottom-meta,
.portfolio-items .col.nectar-new-item .inner-wrap:before,
.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after,
.portfolio-filters a,
.portfolio-filters #sort-portfolio,
.project-attrs li span,
.portfolio-filters,
.portfolio-filters-inline[data-color-scheme="accent-color"],
.bottom_controls #portfolio-nav .controls li a i:after,
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post.quote .content-inner .quote-inner .whole-link,
.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,
.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,
.iosSlider .prev_slide:hover,
.iosSlider .next_slide:hover,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link .cart-wrap span,
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer .widget_shopping_cart a.button,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"])>a span:after,
#buddypress a.button:focus,
.swiper-slide .button.solid_color a,
.swiper-slide .button.solid_color_2 a,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,
#top nav>ul>.button_solid_color>a:before,
#header-outer.transparent #top nav>ul>.button_solid_color>a:before,
.twentytwenty-handle,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before,
.material.masonry .masonry-blog-item .video-play-button,
.masonry.material .quote-inner:before,
.masonry.material .link-inner:before,
.nectar-recent-posts-slider .container .strong span:before,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:focus,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus,
.nectar-fancy-box:after,
.divider-small-border[data-color="accent-color"],
.divider-border[data-color="accent-color"],
.nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after,
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,
#fp-nav.tooltip_alt ul li a span:after,
.nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox,
body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play>.inner-wrap:before,
.span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,
.nectar-recent-posts-single_featured .strong a,
.post-area.standard-minimal .post .more-link span:before,
.nectar-slide-in-cart .widget_shopping_cart a.button,
.related-posts[data-style="material"] .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
body.material #page-header-bg.fullscreen-header .inner-wrap>a,
.nectar-hor-list-item[data-color="accent-color"]:before,
.material #sidebar .widget .tagcloud a:before,
.single .post-area .content-inner>.post-tags a:before,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,
.post-area.featured_img_left .post .quote-inner:before,
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,
.nectar-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after,
body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i,
body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,
.fancybox-navigation button:hover:before,
button[type=submit]:hover,
button[type=submit]:focus,
body[data-form-submit="see-through"] input[type=submit]:hover,
body[data-form-submit="see-through"] button[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover,
body.original .bypostauthor .comment-body:before,
.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget_layered_nav ul.yith-wcan-label .chosen a,
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover {
    background-color: #043287 !important
}

#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-secondary-outer ul>li:not(.megamenu) .sfHover>a,
#header-secondary-outer ul>li:not(.megamenu) ul a:hover,
#header-secondary-outer ul>li:not(.megamenu) ul a:focus,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a {
    background-color: #043287 !important
}

.tabbed>ul li .active-tab,
body.material input[type=text]:focus,
body.material textarea:focus,
body.material input[type=email]:focus,
body.material input[type=search]:focus,
body.material input[type=password]:focus,
body.material input[type=tel]:focus,
body.material input[type=url]:focus,
body.material input[type=date]:focus,
body.material input[type=number]:focus,
body.material select:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type="text"],
#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after,
div[data-style="minimal"] .toggle.default.open i,
div[data-style="minimal"] .toggle.default:hover i,
div[data-style="minimal"] .toggle.accent-color.open i,
div[data-style="minimal"] .toggle.accent-color:hover i,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header>span a:hover,
.blog-title #single-meta .nectar-social.hover>div a:hover,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover,
.material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
    border-color: #043287
}


#top nav>ul>.button_solid_color_2>a:before,
#header-outer.transparent #top nav>ul>.button_solid_color_2>a:before,
body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before,
#header-outer .widget_shopping_cart a.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-color: #ffcf2b
}

body,
.container-wrap,
.material .ocm-effect-wrap,
.project-title,
.ascend .container-wrap,
.ascend .project-title,
body .vc_text_separator div,
.carousel-wrap[data-full-width="true"] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header,
#page-header-wrap,
.page-header-no-bg,
#full_width_portfolio .project-title.parallax-effect,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4,
body .nectar-quick-view-box div.product .product div.summary,
.nectar-global-section.before-footer,
.nectar-global-section.after-nav,
body.box-rolling,
body[data-footer-reveal="1"].ascend.box-rolling,
body[data-footer-reveal="1"].box-rolling,
.wpml-ls-statics-footer {
    background-color: #fff
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb i,
body:not(.original) .comment-list .comment-author,
body:not(.original) .comment-list .pingback .comment-body>a,
.post-area.standard-minimal .post .more-link span,
#sidebar .widget .nectar_widget[class*="nectar_blog_posts_"]>li .post-date {
    color: #676767
}

body #header-outer,
body #search-outer,
body.ascend #search-outer,
body[data-header-format="left-header"].ascend #search-outer,
.material #header-space,
#header-space,
.material #header-outer .bg-color-stripe,
.material #search-outer .bg-color-stripe,
.material #header-outer #search-outer:before,
.material #search-outer .nectar-ajax-search-results,
body[data-header-format="left-header"].material #search-outer,
body.material[data-header-format="centered-menu-bottom-bar"] #page-header-wrap.fullscreen-header,
body #header-outer #mobile-menu:before,
.nectar-slide-in-cart.style_slide_in_click {
    background-color: #002f87
}


body #header-outer,
body[data-header-color="dark"] #header-outer {
    background-color: rgba(0, 47, 135, 100)
}

.material #header-outer:not(.transparent) .bg-color-stripe {
    display: none
}

#header-outer #top nav>ul>li>a,
#header-outer .slide-out-widget-area-toggle a i.label,
#header-outer:not(.transparent) #top #logo,
#header-outer #top .span_9>.slide-out-widget-area-toggle i,
#header-outer #top .sf-sub-indicator i,
body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,
#header-outer #top nav ul #nectar-user-account a span,
#header-outer #top #toggle-nav i,
.material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
#header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user,
#header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
#header-outer #top #mobile-cart-link i,
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
body[data-header-format="left-header"] #header-outer #social-in-menu a,
#header-outer #top nav ul #search-btn a span,
#search-outer #search input[type="text"],
#search-outer #search #close a span,
body.ascend #search-outer #search #close a span,
body.ascend #search-outer #search input[type="text"],
.material #search-outer #search .span_12 span,
.style_slide_in_click .total,
.style_slide_in_click .total strong,
.nectar-slide-in-cart.style_slide_in_click h4,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list.woocommerce-mini-cart .mini_cart_item a,
.style_slide_in_click .woocommerce-mini-cart__empty-message h3 {
    color: #ffffff !important
}

body #header-outer .nectar-header-text-content,
.nectar-ajax-search-results .search-post-item,
.nectar-ajax-search-results ul.products li.product,
#header-outer:not(.transparent) .nectar-mobile-only.mobile-header {
    color: #fff
}

#header-outer #top .slide-out-widget-area-toggle a .lines:after,
#header-outer #top .slide-out-widget-area-toggle a .lines:before,
#header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
#search-outer .close-wrap .close-line,
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line,
.nectar-slide-in-cart.style_slide_in_click .close-cart .close-line,
.nectar-ajax-search-results h4 a:before {
    background-color: #fff
}

#header-outer .slide-out-widget-area-toggle a:hover i.label,
body #header-outer:not(.transparent) #social-in-menu a i:after,
.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
body #top nav .sf-menu>.current_page_ancestor>a .sf-sub-indicator i,
body #top nav .sf-menu>.current_page_item>a .sf-sub-indicator i,
#header-outer #top .sf-menu>.sfHover>a .sf-sub-indicator i,
#header-outer #top .sf-menu>li>a:hover .sf-sub-indicator i,
#header-outer #top nav ul #search-btn a:hover span,
#header-outer #top nav ul #nectar-user-account a:hover span,
#header-outer #top nav ul .slide-out-widget-area-toggle a:hover span,
body:not(.material) #search-outer #search #close a span:hover {
    color: #ffc629 !important
}


#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after,
body.material #header-outer #search-outer #search input[type="text"],
body[data-header-format="left-header"].material #search-outer #search input[type="text"] {
    border-color: #ffc629
}



#search-outer .ui-widget-content,
body:not([data-header-format="left-header"]) #top .sf-menu li ul,
#header-outer nav>ul>.megamenu>.sub-menu,
body #header-outer nav>ul>.megamenu>.sub-menu>li>a,
#header-outer .widget_shopping_cart .cart_list a,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .widget_shopping_cart_content,
.woocommerce .cart-notification,
#header-secondary-outer ul ul li a,
#header-secondary-outer .sf-menu li ul {
    background-color: #efefef
}


#top .sf-menu li ul li a:hover,
body #top nav .sf-menu ul .sfHover>a,
#top .sf-menu li ul .current-menu-item>a,
#top .sf-menu li ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
#header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-secondary-outer ul ul li a:hover,
#header-secondary-outer ul ul li a:focus,
#header-secondary-outer ul>li:not(.megamenu) ul a:hover,
body #header-secondary-outer .sf-menu ul .sfHover>a,
#search-outer .ui-widget-content li:hover,
#search-outer .ui-state-hover,
#search-outer .ui-widget-content .ui-state-hover,
#search-outer .ui-widget-header .ui-state-hover,
#search-outer .ui-state-focus,
#search-outer .ui-widget-content .ui-state-focus,
#search-outer .ui-widget-header .ui-state-focus,
#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a {
    background-color: #efefef !important
}

#search-outer .ui-widget-content li a,
#search-outer .ui-widget-content i,
#top .sf-menu li ul li a,
body #header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
.woocommerce .cart-notification .item-name,
.cart-outer .cart-notification,
#header-outer #top .sf-menu li ul .sf-sub-indicator i,
#header-outer .widget_shopping_cart .quantity,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a,
#header-outer .cart-notification .item-name,
#header-outer #top nav>ul>.nectar-woo-cart .cart-outer .widget ul a:hover,
#header-outer .cart-outer .total strong,
#header-outer .cart-outer .total,
#header-outer ul.product_list_widget li dl dd,
#header-outer ul.product_list_widget li dl dt {
    color: #808080 !important
}


#search-outer .ui-widget-content li:hover *,
#search-outer .ui-widget-content .ui-state-focus *,
body #top nav .sf-menu ul .sfHover>a,
#header-secondary-outer ul ul li:hover>a,
#header-secondary-outer ul ul li:hover>a i,
#header-secondary-outer ul .sfHover>a,
body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a,
body #top nav .sf-menu ul .sfHover>a .sf-sub-indicator i,
body #top nav .sf-menu ul li:hover>a .sf-sub-indicator i,
body #top nav .sf-menu ul li:hover>a,
body #top nav .sf-menu ul .current-menu-item>a,
body #top nav .sf-menu ul .current_page_item>a .sf-sub-indicator i,
body #top nav .sf-menu ul .current_page_ancestor>a .sf-sub-indicator i,
body #top nav .sf-menu ul .sfHover>a,
body #top nav .sf-menu ul .current_page_ancestor>a,
body #top nav .sf-menu ul .current-menu-ancestor>a,
body #top nav .sf-menu ul .current_page_item>a,
body .sf-menu ul li ul .sfHover>a .sf-sub-indicator i,
body .sf-menu>li>a:active>.sf-sub-indicator i,
body .sf-menu>.sfHover>a>.sf-sub-indicator i,
body .sf-menu li ul .sfHover>a,
#header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-outer nav>ul>.megamenu>ul>li>a:hover,
#header-outer nav>ul>.megamenu>ul>.sfHover>a,
body #header-outer nav>ul>.megamenu ul li:hover>a,
#header-outer #top nav ul li .sfHover>a .sf-sub-indicator i,
#header-outer #top nav>ul>.megamenu>ul ul li a:hover,
#header-outer #top nav>ul>.megamenu>ul ul li a:focus,
#header-outer #top nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer #header-secondary-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer #header-secondary-outer nav>ul>.megamenu>ul ul li a:focus,
#header-outer #header-secondary-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer #top nav ul li li:hover>a .sf-sub-indicator i,
#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item>a,
body:not([data-header-format="left-header"]) #header-outer #top nav>ul>.megamenu>ul ul .current-menu-item>a,
body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) ul a:hover,
#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,
#header-outer:not([data-format="left-header"]) #top nav>ul>.megamenu ul ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #header-secondary-outer nav>ul>.megamenu ul ul .current-menu-item>a,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li:hover>a,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:hover>a,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a {
    color: #ffc629 !important
}



body #header-outer[data-transparent-header="true"] #top nav ul #nectar-user-account>div,
body[data-header-color="custom"] #top nav ul #nectar-user-account>div,
#header-outer:not(.transparent) .sf-menu>li ul {
    border-color: #eee
}

#header-outer:not(.transparent) .sf-menu>li ul {
    border-top-width: 1px;
    border-top-style: solid
}

#search-outer .ui-widget-content,
body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul,
#header-outer nav>ul>.megamenu>.sub-menu,
body #header-outer nav>ul>.megamenu>.sub-menu>li>a,
#header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list li,
.woocommerce .cart-notification,
#header-outer .widget_shopping_cart_content {
    background-color: rgba(239, 239, 239, 100) !important
}

#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen),
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-split,
#slide-out-widget-area-bg.fullscreen-inline-images .nectar-ocm-image-wrap-outer,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-color: #ffc629
}

body #slide-out-widget-area,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before,
body #slide-out-widget-area a,
body #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a,
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
#slide-out-widget-area.fullscreen-split .inner .widget.widget_nav_menu li a,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a,
#slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.fullscreen .menuwrapper li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"],
body #slide-out-widget-area .nectar-menu-label {
    /* color: #d3d3d3 */
    color: #022F87
}


#slide-out-widget-area .tagcloud a,
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
    border-color: #d3d3d3
}


body #slide-out-widget-area[class*="fullscreen"] .current-menu-item>a,
body #slide-out-widget-area.fullscreen a:hover,
body #slide-out-widget-area.fullscreen-split a:hover,
body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item>a,
#slide-out-widget-area.slide-out-from-right-hover a:hover,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after,
body #slide-out-widget-area.slide-out-from-right a:hover,
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item a,
#slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover,
body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"],
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item>a,
#slide-out-widget-area .widget .nectar_widget[class*="nectar_blog_posts_"] li:not(.has-img) a:hover .post-title {
    color: #ffffff !important
}

body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after,
#slide-out-widget-area .tagcloud a:hover {
    border-color: #fff
}


body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background-color: #002f87
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close .close-line {
        background-color: #fff
    }
}



body #slide-out-widget-area-bg {
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

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


    #header-outer #logo,
    #header-outer .logo-spacing {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative
    }

    #header-outer.small-nav #logo,
    #header-outer.small-nav .logo-spacing {
        margin-top: 5.5555555555556px;
        margin-bottom: 5.5555555555556px
    }

    #header-outer.small-nav #logo img,
    #header-outer.small-nav .logo-spacing img {
        height: 45px
    }

}


@media only screen and (min-width:1000px) {
    .material #header-outer:not(.transparent) .bg-color-stripe {
        top: 71px;
        height: calc(35vh - 71px)
    }

    .material #header-outer:not(.transparent).small-nav .bg-color-stripe {
        top: 56.111111111111px;
        height: calc(35vh - 56.111111111111px)
    }
}


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

    .material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe,
    .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
        top: 48px;
        height: calc(30vh - 48px)
    }
}


#header-outer #logo img,
#header-outer .logo-spacing img {
    height: 51px
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a,
#top nav>ul>li[class*="button_solid_color"]>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"]>a:hover,
#header-outer[data-lhe="animated_underline"] #top nav>.sf-menu>li[class*="button_bordered"]>a,
#top nav>ul>li[class*="button_bordered"]>a,
body #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_bordered"]>a:hover,
body #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a,
#header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_solid_color"]>a {
    margin-left: 30px;
    margin-right: 30px
}

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


    #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a,
    #top nav>ul>li[class*="button_solid_color"]>a,
    body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"]>a:hover,
    #header-outer[data-lhe="animated_underline"] #top nav>.sf-menu>li[class*="button_bordered"]>a,
    #top nav>ul>li[class*="button_bordered"]>a,
    body #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a,
    body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_bordered"]>a:hover,
    body #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a,
    #header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_solid_color"]>a {
        margin-left: 10px;
        margin-right: 10px
    }



}



#top nav>ul>li>ul>li,
#header-outer[data-format="centered-menu"] #top nav>ul>li>ul>li,
#header-secondary-outer .sf-menu>li>ul>li,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer .widget_shopping_cart .buttons {
    -webkit-transform: translate3d(0, 13px, 0);
    transform: translate3d(0, 13px, 0)
}



#header-outer nav ul li li:hover>a .sf-sub-indicator i,
#header-outer nav ul li .sfHover>a .sf-sub-indicator i,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a,
body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) ul a:hover {
    color: #fff
}



#header-space {
    height: 71px
}

@media only screen and (max-width:999px) {
    #header-space {
        height: 48px
    }
}


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

    body #top #logo img,
    #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 24px !important
    }
}

#header-outer #social-in-menu .fa-linkedin:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-linkedin:after {
    content: "\f0e1" !important;
    font-family: 'FontAwesome';
}

#header-outer #social-in-menu .fa-phone:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-phone:after {
    content: "\f095"
}

#header-outer #social-in-menu .fa-envelope:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-envelope:after {
    content: "\f0e0"
}


#search-outer,
#header-outer .bg-color-stripe {
    display: none
}


#header-outer[data-box-shadow="small"],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22)
}

#header-outer[data-header-resize="1"] #logo,
#header-outer[data-header-resize="1"] .logo-spacing {
    transition: margin 0.32s ease, color 0.32s ease
}

#header-outer[data-header-resize="1"] #logo img,
#header-outer[data-header-resize="1"] .logo-spacing img {
    transition: height 0.32s ease, opacity 0.2s ease
}

#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo,
#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) .logo-spacing {
    transition: margin 0.15s ease
}

#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo img,
#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) .logo-spacing img {
    transition: height 0.15s ease, opacity 0.2s ease
}

#header-outer.small-nav {
    transition: box-shadow 0.42s ease, opacity 0.3s ease
}

#header-outer.small-nav #logo,
#header-outer.small-nav .logo-spacing {
    transition: margin 0.32s ease
}

#header-outer.small-nav #logo img,
#header-outer.small-nav .logo-spacing img {
    transition: height 0.32s ease
}


#header-outer[data-lhe="animated_underline"] li>a .menu-title-text {
    position: relative
}

#header-outer .mobile-header li:not([class*="button_"])>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] nav>ul>li:not([class*="button_"])>a .menu-title-text:after,
#header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after {
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: "";
    padding-bottom: inherit
}

#header-outer .mobile-header li:not([class*="button_"])>a:hover .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a:hover .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] #top nav>ul>.sfHover>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .sf-menu .current_page_ancestor>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-ancestor>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-item>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .sf-menu .current_page_item>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .buttons .current-menu-item>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] .buttons .current-menu-ancestor>a .menu-title-text:after,
#header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:hover:after,
#header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a:focus .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}






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

    .container,
    body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1425px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px
    }
}


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

    .container,
    body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1425px;
        width: 100%;
        margin: 0 auto;
        padding: 0 90px
    }
}

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

    .container,
    body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1425px
    }
}


body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"],
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"][data-method="ajax"],
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
    display: block;
    opacity: 1
}

.loading-icon .material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loading-icon .material-icon .spinner {
    -webkit-animation: material-rotate-all 1s linear infinite;
    animation: material-rotate-all 1s linear infinite
}

.loading-icon .material-icon .spinner .right-side,
.loading-icon .material-icon .spinner .left-side {
    -webkit-animation: material-fade-in-first 1.2s linear infinite alternate;
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.loading-icon .material-icon .spinner.color-2 .right-side,
.loading-icon .material-icon .spinner.color-2 .left-side {
    -webkit-animation: material-fade-in-second 1.2s linear infinite alternate;
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.loading-icon .material-icon .right-side,
.loading-icon .material-icon .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.loading-icon .material-icon .left-side {
    left: 0
}

.loading-icon .material-icon .right-side {
    right: 0
}

.loading-icon .material-icon .bar {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px;
    border-radius: 200px 0 0 200px;
    border: 6px solid #666;
    position: relative
}

.loading-icon .material-icon .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #666;
    position: absolute;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.loading-icon .material-icon .right-side .bar {
    -webkit-border-radius: 0;
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    -webkit-animation: material-rotate-right 0.75s linear infinite alternate;
    animation: material-rotate-right 0.75s linear infinite alternate
}

.loading-icon .material-icon .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

.loading-icon .material-icon .left-side .bar {
    border-right: none;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: material-rotate-left 0.75s linear infinite alternate;
    animation: material-rotate-left 0.75s linear infinite alternate
}

.loading-icon .material-icon .left-side .bar:after {
    bottom: -6px;
    right: -3px
}



.loading-icon .material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0 auto;
    display: block
}


#ajax-loading-screen,
#ajax-loading-screen[data-effect="center_mask_reveal"] span {
    background-color: #002f87
}


.loading-icon .material-icon .bar:after {
    background-color: #fff
}

.loading-icon .material-icon .bar {
    border-color: #fff
}

.loading-icon .material-icon .color-2 .bar:after {
    background-color: #ffc629
}

.loading-icon .material-icon .color-2 .bar {
    border-color: #ffc629
}

@media only screen and (min-width :1px) and (max-width :999px) {

    body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
    body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }


    img.img-with-animation[data-animation="fade-in-from-left"],
    .col.has-animation[data-animation="fade-in-from-left"],
    .wpb_column.has-animation[data-animation="fade-in-from-left"],
    .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"],
    img.img-with-animation[data-animation="fade-in-from-right"],
    .col.has-animation[data-animation="fade-in-from-right"],
    .wpb_column.has-animation[data-animation="fade-in-from-right"],
    .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"],
    .divider-border[data-animate="yes"],
    .divider-small-border[data-animate="yes"],
    .col.has-animation[data-animation="fade-in-from-bottom"],
    .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
    .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"],
    img.img-with-animation[data-animation="grow-in"],
    .col.has-animation[data-animation="grow-in"],
    .wpb_column.has-animation[data-animation="grow-in"],
    .nectar-fancy-box.has-animation[data-animation="grow-in"],
    img.img-with-animation[data-animation="flip-in"],
    .col.has-animation[data-animation="flip-in"],
    .wpb_column.has-animation[data-animation="flip-in"],
    .nectar-fancy-box.has-animation[data-animation="flip-in"],
    img.img-with-animation[data-animation="flip-in-vertical"],
    .col.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="slight-twist"],
    .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
    .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
    .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
    .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap,
    .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap,
    .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap,
    .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
    .nectar-split-heading .heading-line>div,
    .nectar-split-heading span>.inner,
    .nectar-split-heading[data-animation-type="twist-in"],
    .nectar_food_menu_item .item_description,
    .nectar_food_menu_item .inner,
    .col.has-animation[data-animation="zoom-out"],
    .col.has-animation[data-animation="zoom-out-high"],
    .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
    .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
    .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
    .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
    .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
    .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
    .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
    .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
    .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"]>div,
    .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
    .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
    .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
    .nectar-rotating-words-title.element_stagger_words .text-wrap>span {
        transform: none !important;
        -webkit-transform: none !important
    }

    .clients.fade-in-animation>div,
    img.img-with-animation,
    .img-with-aniamtion-wrap .hover-wrap,
    .col.has-animation,
    .wpb_column.has-animation,
    .nectar-fancy-box.has-animation,
    img.img-with-animation[data-animation="flip-in"],
    .col.has-animation[data-animation="flip-in"],
    .wpb_column.has-animation[data-animation="flip-in"],
    .nectar-fancy-box.has-animation[data-animation="flip-in"],
    img.img-with-animation[data-animation="flip-in-vertical"],
    .col.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="flip-in-vertical"],
    .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
    .nectar_food_menu_item .item_description,
    .nectar_food_menu_item .inner,
    .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
    .nectar-fancy-ul[data-animation="true"] ul li,
    .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated),
    .nectar-split-heading[data-animation-type="twist-in"],
    .nectar-split-heading span>.inner,
    .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
    .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
    .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
    .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
    .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"]>div,
    .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner {
        opacity: 1 !important
    }

}


@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {

    .col.has-animation[data-animation="fade-in-from-left"],
    .wpb_column.has-animation[data-animation="fade-in-from-left"],
    .img-with-animation[data-animation="fade-in-from-right"],
    .img-with-animation[data-animation="fade-in-from-left"],
    .divider-border[data-animate="yes"],
    .divider-small-border[data-animate="yes"],
    .img-with-animation[data-animation="grow-in"],
    .col.has-animation[data-animation="grow-in"],
    .wpb_column.has-animation[data-animation="grow-in"],
    .img-with-animation[data-animation="flip-in"],
    .col.has-animation[data-animation="flip-in"],
    .wpb_column.has-animation[data-animation="flip-in"],
    .img-with-animation[data-animation="flip-in-vertical"],
    .col.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="slight-twist"],
    .col.has-animation[data-animation="fade-in-from-bottom"],
    .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .clients.fade-in-animation>div,
    .img-with-animation,
    .col.has-animation,
    .wpb_column.has-animation,
    .img-with-animation[data-animation="flip-in"],
    .col.has-animation[data-animation="flip-in"],
    .wpb_column.has-animation[data-animation="flip-in"],
    .img-with-animation[data-animation="flip-in-vertical"],
    .col.has-animation[data-animation="flip-in-vertical"],
    .wpb_column.has-animation[data-animation="flip-in-vertical"] {
        opacity: 1 !important
    }



}

#footer-outer .widget.widget_media_image img {
    margin-bottom: 0
}


#footer-outer,
#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
    color: #ccc;
    position: relative;
    z-index: 10;
    background-color: #252525
}

#footer-outer .row {
    padding: 55px 0;
    margin-bottom: 0
}

#footer-outer .widget h4 {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

#footer-outer .widget {
    margin-bottom: 30px
}


#footer-outer #footer-widgets .widget.widget_pages li,
#footer-outer #footer-widgets .widget.widget_nav_menu li {
    border-bottom: 0;
    padding: 0 !important
}

#footer-outer .widget.widget_pages li a,
#footer-outer .widget.widget_nav_menu li a {
    padding: 8px 0;
    display: block
}

#footer-outer .widget_pages li a,
#footer-outer .widget_nav_menu li a {
    border-bottom: 1px solid #444
}


#footer-outer .span_3 .widget:last-child {
    margin-bottom: 0
}

#footer-outer a {
    color: #ccc
}

#footer-outer a:hover {
    color: #000
}

#footer-outer .widget ul li {
    margin-bottom: 7px
}


#footer-outer .col {
    z-index: 10;
    min-height: 1px
}

#footer-outer #footer-widgets .col ul li {
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #444
}

#footer-outer #footer-widgets .col ul li:last-child {
    margin-bottom: 0
}

#footer-outer .widget.widget_nav_menu li a,
#footer-outer #footer-widgets .col ul ul li:last-child {
    border-bottom: 0 !important
}



#footer-outer #footer-widgets .col ul li:first-child>a,
#footer-outer #footer-widgets .col ul li:first-child {
    padding-top: 0 !important
}




@media only screen and (min-width :690px) and (max-width :999px) {

    #footer-outer .one-fourths.span_3,
    #footer-outer .one-fourths.vc_span3,
    #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
        width: 48% !important;
        margin-bottom: 2%;
        margin-right: 15px;
        margin-left: 0 !important;
        padding: 15px;
        float: left
    }

    #footer-widgets .container .col {
        margin-left: 15px;
        width: 48%
    }

    #footer-widgets .container .row>div:last-child,
    #footer-widgets .container .row>div.col_last {
        margin-right: 0
    }

}

@media only screen and (max-width :690px) {
    #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
        margin-bottom: 40px
    }


}

@media only screen and (min-width :1px) and (max-width :999px) {
    #footer-widgets .container .col {
        margin-bottom: 40px
    }

    #footer-widgets .container .col:nth-child(3),
    #footer-widgets .container .col:nth-child(4) {
        margin-bottom: 0
    }
}

#footer-outer #copyright {
    padding: 20px 0;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777
}

#footer-outer #copyright li {
    float: left;
    margin-left: 20px
}

#footer-outer #copyright .container div:last-child {
    margin-bottom: 0
}

#footer-outer #copyright li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top
}

#footer-outer #copyright li a i {
    color: #777;
    transition: all 0.2s linear;
    top: 0
}


#footer-outer #copyright li a i:hover {
    color: #000
}

#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px
}

#footer-outer #copyright .col ul {
    float: right
}



body #footer-outer i {
    font-size: 20px;
    width: auto;
    background-color: transparent
}



@media only screen and (min-width :690px) and (max-width :999px) {
    #footer-outer #copyright .col {
        width: 49%;
        margin-bottom: 0
    }
}


@media only screen and (max-width :690px) {
    body #footer-outer #copyright .col ul {
        float: left
    }

    body #footer-outer #copyright .col ul li:first-child {
        margin-left: 0
    }

}

#to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: 0;
    transform: translateY(105%);
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear
}


#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent
}

#to-top:hover,
#to-top.dark:hover {
    background-color: #000
}



body,
.toggle h3 a,
body .ui-widget,
table,
select,
.bar_graph li span strong,
#slide-out-widget-area .tagcloud a,
body .container .woocommerce-message a.button,
#search-results .result .title span,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.row .col.section-title .nectar-love span,
body .nectar-love span,
body .nectar-social .nectar-love .nectar-love-count,
body .carousel-heading h2,
.sharing-default-minimal .nectar-social .social-text,
body .sharing-default-minimal .nectar-love,
.widget ul.nectar_widget[class*="nectar_blog_posts_"]>li .post-date,
.single [data-post-hs="default_minimal"] #single-below-header span,
.single .heading-title[data-header-style="default_minimal"] #single-below-header span,
#header-outer .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span,
.nectar-header-text-content,
#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,
.woocommerce-checkout-review-order-table .product-info .product-quantity,
#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a,
#ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content>a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.bold,
strong,
b {
    font-family: Roboto;
    font-weight: 600
}


@media only screen and (max-width:1300px) and (min-width:1000px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:690px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

#top nav>ul>li>a,
.span_3 .pull-left-wrap>ul>li>a,
body.material #search-outer #search input[type="text"],
#top ul .slide-out-widget-area-toggle a i.label,
#top .span_9>.slide-out-widget-area-toggle a.using-label .label,
#header-secondary-outer .nectar-center-text,
#slide-out-widget-area .secondary-header-text,
#header-outer #mobile-menu ul li a,
#header-outer #mobile-menu .secondary-header-text,
.nectar-mobile-only.mobile-header a {
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

#top nav>ul>li[class*="button_solid_color"]>a:before,
#header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a:before,
#header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    height: 24px
}


#top .sf-menu li ul li a,
#header-secondary-outer nav>ul>li>a,
#header-secondary-outer .sf-menu li ul li a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list a,
.nectar-slide-in-cart.style_slide_in_click .close-cart {
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

#page-header-bg h2,
body h2,
article.post .post-header h2,
article.post.quote .post-content h2,
article.post.link .post-content h2,
#call-to-action span,
.woocommerce .full-width-tabs #reviews h3,
.row .col.section-title h2,
.nectar_single_testimonial[data-style="bold"] p,
.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
body #error-404 h2,
.woocommerce-page .woocommerce p.cart-empty,
.nectar-ext-menu-item .inherit-h2 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
#mobile-menu .nectar-ext-menu-item .inherit-h2,
#ajax-content-wrap .nectar-inherit-h2,
#header-outer .nectar-inherit-h2,
[data-inherit-heading-family="h2"],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2 {
    font-family: Roboto;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700
}

@media only screen and (max-width:1300px) and (min-width:1000px) {

    body h2,
    .single-product div.product h1.product_title,
    .nectar-shop-header .page-title,
    #ajax-content-wrap .nectar-inherit-h2,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
        font-size: 23.8px;
        line-height: 23.8px
    }

}


@media only screen and (max-width:999px) and (min-width:690px) {

    .col h2,
    body h2,
    .single-product div.product h1.product_title,
    .nectar-shop-header .page-title,
    .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p,
    #slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
    #mobile-menu .nectar-ext-menu-item .inherit-h2,
    #ajax-content-wrap .nectar-inherit-h2,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
        font-size: 22.4px;
        line-height: 22.4px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 22.4px !important;
        line-height: 22.4px !important
    }
}




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

    .col h2,
    body h2,
    .single-product div.product h1.product_title,
    .nectar-shop-header .page-title,
    .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p,
    #slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
    #ajax-content-wrap .nectar-inherit-h2,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
        font-size: 21px;
        line-height: 21px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 21px !important;
        line-height: 21px !important
    }
}

body h4,
.row .col h4,
.portfolio-items .work-meta h4,
.list-icon-holder[data-icon_type="numerical"] span,
.portfolio-items .col.span_3 .work-meta h4,
#respond h3,
.blog-recent.related-posts h3.title,
h3#comments,
.portfolio-items[data-ps="6"] .work-meta h4,
.nectar-hor-list-item[data-font-family="h4"],
.toggles[data-style="minimal_small"] .toggle>h3 a,
.woocommerce #reviews #reply-title,
p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount,
p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount,
#header-outer .total,
#header-outer .total strong,
.nectar-ext-menu-item .inherit-h4 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
#mobile-menu .nectar-ext-menu-item .inherit-h4,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
.woocommerce-cart .product-name a,
#ajax-content-wrap .nectar-inherit-h4,
#header-outer .nectar-inherit-h4,
.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,
[data-inherit-heading-family="h4"],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4,
.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4,
body.woocommerce div.product p.price.nectar-inherit-h4 ins {
    font-family: Roboto;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500
}

@media only screen and (max-width:1300px) and (min-width:1000px) {

    .row .col h4,
    body h4,
    .woocommerce-cart .product-name a,
    #ajax-content-wrap .nectar-inherit-h4,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
        font-size: 18px;
        line-height: 18px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {

    .row .col h4,
    body h4,
    #slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
    .woocommerce-cart .product-name a,
    #ajax-content-wrap .nectar-inherit-h4,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
        font-size: 18px;
        line-height: 18px
    }
}

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

    .row .col h4,
    body h4,
    #slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
    .woocommerce-cart .product-name a,
    #ajax-content-wrap .nectar-inherit-h4,
    .archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,
    .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
        font-size: 16.2px;
        line-height: 16.2px
    }
}

body h5,
.row .col h5,
.portfolio-items .work-item.style-3-alt p,
.nectar-hor-list-item[data-font-family="h5"],
.nectar-ext-menu-item .inherit-h5 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,
#ajax-content-wrap .nectar-inherit-h5,
#header-outer .nectar-inherit-h5,
[data-inherit-heading-family="h5"],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5,
.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5,
body.woocommerce div.product p.price.nectar-inherit-h5 ins {
    font-family: Roboto;
    font-size: 18px;
    line-height: 18px;
    font-weight: 900
}

@media only screen and (max-width:1300px) and (min-width:1000px) {

    .row .col h5,
    body h5,
    #ajax-content-wrap .nectar-inherit-h5 {
        font-size: 18px;
        line-height: 18px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {

    .row .col h5,
    body h5,
    #ajax-content-wrap .nectar-inherit-h5 {
        font-size: 18px;
        line-height: 18px
    }
}

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

    .row .col h5,
    body h5,
    #slide-out-widget-area .nectar-ext-menu-item .inherit-h5,
    #ajax-content-wrap .nectar-inherit-h5 {
        font-size: 18px;
        line-height: 18px
    }
}

form label,
.woocommerce-checkout-review-order-table .product-info .amount,
.nectar-progress-bar p,
.nectar-progress-bar span strong i,
.nectar-progress-bar span strong,
body.material .nectar_single_testimonial[data-style="basic"] span.wrap,
body.material .nectar_single_testimonial[data-style="basic_left_image"] span.wrap,
.testimonial_slider:not([data-style="minimal"]) blockquote span,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container .select2-choice>.select2-chosen,
body[data-fancy-form-rcs="1"] .woocommerce-ordering select,
.tabbed[data-style="minimal_alt"]>ul li a,
.material .widget .nectar_widget[class*="nectar_blog_posts_"]>li .post-title,
body.material .tagcloud a,
.material .main-content .widget li a,
.material #footer-outer .widget li a,
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,
.material .recentcomments .comment-author-link,
.single .post-area .content-inner>.post-tags a,
.masonry.material .masonry-blog-item .grav-wrap a,
.nectar-recent-posts-single_featured .grav-wrap a,
.masonry.material .masonry-blog-item .meta-category a,
.post-area.featured_img_left article .meta-category a,
.post-area.featured_img_left article .grav-wrap .text a,
.related-posts[data-style="material"] .meta-category a,
.masonry.auto_meta_overlaid_spaced article.post.quote .author,
.masonry.material article.post.quote .author,
.nectar-post-grid-wrap[data-style="vertical_list"] .nectar-link-underline,
.nectar-post-grid.vert_list_counter .item-main:before,
body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span,
.material .tabbed>ul li a,
.post-area.featured_img_left article.post.quote .author,
.single .post.format-quote .author,
.related-posts[data-style="material"] .grav-wrap .text a,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a,
[data-style="list_featured_first_row"] .meta-category a,
.nectar-recent-posts-single_featured .strong a,
.nectar-recent-posts-single_featured.multiple_featured .controls li .title,
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .woo-flickity-count,
body.woocommerce ul.products li.minimal.product span.onsale,
.nectar-ajax-search-results ul.products li.minimal.product span.onsale,
.nectar-woo-flickity ul.products li.minimal.product span.onsale,
.nectar-quick-view-box span.onsale,
.nectar-quick-view-box .nectar-full-product-link a,
body .nectar-quick-view-box .single_add_to_cart_button,
.nectar-quick-view-box .single_add_to_cart_button,
body .cart .quantity input.qty,
body .cart .quantity input.plus,
body .cart .quantity input.minus,
body .woocommerce-mini-cart .quantity input.qty,
body .woocommerce-mini-cart .quantity input.plus,
body .woocommerce-mini-cart .quantity input.minus,
.style_slide_in_click .product-meta>.quantity .amount,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close,
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,
.woocommerce div.product_meta,
.woocommerce table.shop_table th,
#header-outer .widget_shopping_cart .cart_list a,
.woocommerce .yith-wcan-reset-navigation.button,
.single-product .entry-summary p.stock.out-of-stock,
.nectar-post-grid .nectar-post-grid-item .content .meta-category a,
.nectar-slide-in-cart.style_slide_in_click ul.product_list_widget li dl dt,
.woocommerce-tabs ol.commentlist li .comment-text p.meta strong,
#ajax-content-wrap .nectar-inherit-label {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 500 !important
}


#ajax-content-wrap .col[data-padding-pos="left-right"]>.vc_column-inner,
#ajax-content-wrap .col[data-padding-pos="left-right"]>.n-sticky>.vc_column-inner {
    padding-top: 0;
    padding-bottom: 0
}

.col.padding-8-percent>.vc_column-inner,
.col.padding-8-percent>.n-sticky>.vc_column-inner {
    padding: calc(600px * 0.08);
}

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

    .col.padding-8-percent>.vc_column-inner,
    .col.padding-8-percent>.n-sticky>.vc_column-inner {
        padding: calc(100vw * 0.08);
    }
}

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

    .col.padding-8-percent>.vc_column-inner,
    .col.padding-8-percent>.n-sticky>.vc_column-inner {
        padding: calc((100vw - 180px) * 0.08);
    }

}

@media only screen and (min-width:1425px) {
    .col.padding-8-percent>.vc_column-inner {
        padding: calc(1245px * 0.08);
    }



}


.full-width-content .col.padding-8-percent>.vc_column-inner {
    padding: calc(100vw * 0.08);
}

@media only screen and (max-width:999px) {
    .full-width-content .col.padding-8-percent>.vc_column-inner {
        padding: calc(100vw * 0.08);
    }
}


.container-wrap .main-content .column-image-bg-wrap[data-bg-pos="center center"] .column-image-bg {
    background-position: center center;
}



.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}



.container .row:last-child,
.wpb_wrapper .clear {
    /* padding-bottom: 10%; */
}

header#top {
    padding-top: 26px;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit
}


#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700
}

#slide-out-widget-area .menuwrapper li small,
#slide-out-widget-area .off-canvas-social-links li a,
#slide-out-widget-area.fullscreen .inner li a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    opacity: .7;
    transition: opacity .2s ease, color .2s ease;
    -webkit-transition: opacity .2s ease, color .2s ease
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0
}

#slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px
}

#slide-out-widget-area .inner>div {
    margin-bottom: 25px
}

#slide-out-widget-area .inner>div:first-of-type {
    margin-top: -7px
}

#slide-out-widget-area .inner {
    width: 100%;
    height: 100%
}

#slide-out-widget-area,
#slide-out-widget-area a,
#slide-out-widget-area h3,
#slide-out-widget-area h4 {
    color: #fff
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px
}


body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    display: block;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    font-family: 'Open Sans';
    font-weight: 400
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px;
    height: 34px;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    color: #ddd;
    font-size: 18px;
    max-width: none;
    line-height: 32px
}

#slide-out-widget-area .mobile-only,
body #slide-out-widget-area .menu.subview .subview>a,
body #slide-out-widget-area .menu.subview .subview>small,
body #slide-out-widget-area .menu.subview .subviewopen>a,
body #slide-out-widget-area .menu.subview .subviewopen>small,
body #slide-out-widget-area .menu.subview li {
    display: none
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
    position: relative;
    max-height: 0;
    box-sizing: content-box;
    -webkit-transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: hidden
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
    padding-left: 20px
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:first-child,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:first-child {
    margin-top: 10px
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:last-child {
    margin-bottom: 0
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 16px;
    line-height: 22px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children>a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a {
    margin-right: 20px
}


@media only screen and (max-width :690px) {
    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: block
    }
}


@media only screen and (min-width :1px) and (max-width :999px) {
    #slide-out-widget-area .mobile-only {
        display: block
    }
}



#slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 0
}

body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 1
}

#slide-out-widget-area.slide-out-from-right #slide-out-widget-area .inner>div,
#slide-out-widget-area.slide-out-from-right .inner {
    width: auto
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a i:after {
    z-index: 10000
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li {
    padding: 0
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a {
    height: 24px;
    display: block;
    width: auto;
    line-height: 38px;
    opacity: 1;
    padding: 0 14px;
    box-sizing: content-box;
    text-align: center
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i:before {
    z-index: 10;
    display: block;
    position: relative
}

body[data-slide-out-widget-area-style=slide-out-from-right].material #slide-out-widget-area .off-canvas-social-links li i {
    height: 26px;
    width: auto
}

body.material[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    font-size: 20px
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    line-height: 28px;
    display: block;
    position: relative;
    top: auto;
    backface-visibility: hidden;
    transition: color .2s ease;
    vertical-align: middle
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        opacity: 1;
        right: 0;
        transform: translateY(-50%) translateX(-36.55vw)
    }
}

body[data-slide-out-widget-area-style=slide-out-from-right] #header-outer.side-widget-open {
    box-shadow: none
}

.material-ocm-open .container-wrap {
    pointer-events: none
}

.ocm-effect-wrap .ocm-effect-wrap-inner {
    backface-visibility: hidden
}

.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
    -webkit-transform: scale(1.007) !important;
    transform: scale(1.007) !important;
    -webkit-transform-origin: center;
    transform-origin: center
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
    -webkit-transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0) !important;
    transform: scale(.835) translateX(-466px) translateZ(0) !important;
    height: 100%
}


@media only screen and (max-width:450px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform: scale(.84) translateX(-93vw) translateZ(0) !important;
        transform: scale(.84) translateX(-93vw) translateZ(0) !important
    }
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.8) translateX(-32vw) translateZ(0) !important;
        transform: scale(.8) translateX(-32vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        -ms-transform: translateY(-50%) translateX(-35.55vw);
        -webkit-transform: translateY(-50%) translateX(-35.55vw);
        transform: translateY(-50%) translateX(-35.55vw)
    }
}

.material-ocm-open #ajax-content-wrap {
    cursor: pointer
}

#slide-out-widget-area.slide-out-from-right .bottom-meta-wrap,
#slide-out-widget-area.slide-out-from-right .inner>div {
    -webkit-transform: translateX(110px);
    -webkit-transition: all .8s cubic-bezier(.15, .2, .1, 1);
    transform: translateX(110px);
    transition: all .8s cubic-bezier(.15, .2, .1, 1)
}

#slide-out-widget-area.slide-out-from-right.material-open .bottom-meta-wrap,
#slide-out-widget-area.slide-out-from-right.material-open .inner>div {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.client-footer.client-header-footer .animated-in.column_container.footer-contact-section {
    margin: auto;
    width: 80%;
    padding-bottom: 45px;
}

#wrapper div.container {
    padding: 0;
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }

    to {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }
}


@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}


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

    body.material #slide-out-widget-area-bg.slide-out-from-right {
        display: none;
    }

}


.mobile-hamburger-menu a.fa-bars.fas::before {
    display: none;
}

.footer-contactus-form div.vc_column-inner {
    padding-top: 45px;
    padding-bottom: 45px;
}