.nectar-scrolling-text {
overflow: hidden;
}
.nectar-scrolling-text .nectar-scrolling-text-inner {
width: 100%;
height: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
overflow: hidden;
white-space: nowrap;
}
.nectar-scrolling-text[data-overflow="visible"],
.nectar-scrolling-text[data-overflow="visible"] .nectar-scrolling-text-inner {
overflow: visible;
}
.nectar-scrolling-text .nectar-scrolling-text-inner > * {
color: inherit;
margin-bottom: 0;
}
.nectar-scrolling-text .nectar-scrolling-text-inner > * {
transform: translateX(-20%) translateZ(0);
animation: nectar-scrolling-text-animation linear infinite 15s;
}
.nectar-scrolling-text[data-s-dir="rtl"] .nectar-scrolling-text-inner {
direction: rtl;
}
.nectar-scrolling-text[data-s-dir="rtl"] .nectar-scrolling-text-inner > * {
transform: translateX(20%) translateZ(0);
animation: nectar-scrolling-text-animation-reverse linear infinite 15s;
}
.nectar-scrolling-text[data-s-speed="slowest"] .nectar-scrolling-text-inner > * {
animation-duration: 30s;
}
.nectar-scrolling-text[data-s-speed="slow"] .nectar-scrolling-text-inner > * {
animation-duration: 14s;
}
.nectar-scrolling-text[data-s-speed="medium"] .nectar-scrolling-text-inner > * {
animation-duration: 7s;
}
.nectar-scrolling-text[data-s-speed="fast"] .nectar-scrolling-text-inner > * {
animation-duration: 4s;
}
.nectar-scrolling-text[data-style="text_outline"] a {
color: inherit;
}
.nectar-scrolling-text[data-style="text_outline"] a:hover em {
-webkit-text-fill-color: initial;
-webkit-text-stroke-width: 0;
}
.nectar-scrolling-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] i {
font-style: normal;
font-family: inherit;
}
.nectar-scrolling-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] i {
-webkit-text-stroke-color: inherit;
-webkit-text-fill-color: rgba(0,0,0,0);
}
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thin"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thin"] i {
-webkit-text-stroke-width: 0.015em;
}
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="regular"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="regular"] i {
-webkit-text-stroke-width: 0.02em;
}
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thick"] em {
-webkit-text-stroke-width: 0.03em;
}
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em {
-webkit-text-stroke-width: 0.04em;
}
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > h1,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > h2,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > h3,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > h4,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > h5,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > p,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > strong,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner > b {
padding-left: 0.5em;
}
.row .nectar-scrolling-text .nectar-scrolling-text-inner > * {
margin-bottom: 0;
}
.nectar-scrolling-text .nectar-scrolling-text-inner span.custom {
padding: 0 0.4em;
display: inline-block;
vertical-align: middle;
font-weight: normal;
}
.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale="three-fourths"] {
-webkit-transform: scale(0.75);
transform: scale(0.75);
padding: 0 0.35em;
}
.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale="half"] {
-webkit-transform: scale(0.5);
transform: scale(0.5);
padding: 0 0.3em;
}
@keyframes nectar-scrolling-text-animation {
from {
transform: translateX(-20%) translateZ(0);
}
to {
transform: translateX(-120%) translateZ(0);
}
}
@keyframes nectar-scrolling-text-animation-reverse {
from {
transform: translateX(20%) translateZ(0);
}
to {
transform: translateX(120%) translateZ(0);
}
}
body .nectar-scrolling-text[data-using-bg="true"] .background-layer,
body .full-width-section .nectar-scrolling-text[data-using-bg="true"] .background-layer.row-bg-wrap {
overflow: hidden;
z-index: 100;
position: relative;
width: 100%;
margin-left: 0;
left: 0;
top: 0;
}
.nectar-scrolling-text[data-using-bg="true"] .background-image {
background-size: cover;
background-position: center;
}
.nectar-scrolling-text[data-sep-text="true"] {
position: relative;
}
.nectar-scrolling-text[data-sep-text="true"],
.nectar-scrolling-text[data-sep-text="true"] > .nectar-scrolling-text-inner {
overflow: visible;
}
.nectar-scrolling-text[data-using-bg="true"][data-sep-text="true"] .nectar-scrolling-text-inner {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
.wpb_row .nectar-scrolling-text .row-bg {
position: relative;
top: 0;
left: 0;
}
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]) .nectar-scrolling-text-inner {
opacity: 0;
transition: opacity 0.6s ease;
}
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]).animated-in .nectar-scrolling-text-inner {
opacity: 1;
}.nectar-highlighted-text em {
position: relative;
display: inline-block;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: 1em;
padding: 0 3px;
}
.nectar-highlighted-text[class*="font_size_"] em {
line-height: inherit;
}
.nectar-highlighted-text:not([data-style="text_outline"]) em {
background-repeat: no-repeat;
background-size: 0% 80%;
background-image: linear-gradient(to right, #000000 0%, #000000 100%);
transition: background-size 0.9s cubic-bezier(.15,.75,.4,1), opacity 0.25s ease;
background-position: left 90%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em { 
background-size: 0% 70%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em.animated {
background-size: 100% 70%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em { 
background-size: 0% 60%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em.animated {
background-size: 100% 60%;
}
.nectar-highlighted-text[data-style="full_text"] em {
background-position: left 70%;
}
.nectar-highlighted-text[data-style="regular_underline"] a em {
-webkit-transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
}
.nectar-highlighted-text[data-style="regular_underline"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"] em.has-link:hover {
color: #fff;
}
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] em.has-link:hover {
color: #000;
}
.nectar-highlighted-text[data-style="regular_underline"] em,
.nectar-highlighted-text[data-style="full_text"] em,
.nectar-highlighted-text[data-style="half_text"] em {
display: inline;
}
.nectar-highlighted-text[data-style="half_text"] em {
background-size: 0% 28%;
}
.nectar-highlighted-text[data-style="half_text"] em.animated {
background-size: 100% 28%;
}
.nectar-highlighted-text[data-style="half_text"] a:hover em.animated {
background-size: 100% 14%;
}
.nectar-highlighted-text[data-style="regular_underline"] em {
background-image: linear-gradient(to right, #000000 0%, #000000 100%), linear-gradient(to right, #000000 0%, #000000 100%);
}
.nectar-highlighted-text[data-style="regular_underline"] em {
padding: 0;
}
.nectar-highlighted-text em.animated {
background-size: 100% 80%;
}
.nectar-highlighted-text[data-using-custom-color="false"] em:before {
opacity: 0.3;
}
@media only screen and (max-width: 999px) {
body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated {
-webkit-transition: none;
transition: none;
}
}
.nectar-highlighted-text a {
color: inherit;
}
.nectar-highlighted-text[data-style="full_text"] a:hover em.animated {
opacity: 0.75;
}
.nectar-highlighted-text[data-style="text_outline"] em:before {
display: none;
}
.nectar-highlighted-text[data-style="text_outline"] em{
-webkit-text-stroke-color: inherit;
-webkit-text-fill-color: rgba(0,0,0,0);
}
.nectar-highlighted-text[data-style="text_outline"] a em {
transition: transform 0.3s ease;
transform-origin: left bottom;
}
.nectar-highlighted-text[data-style="text_outline"] a:hover em {
-webkit-text-fill-color: initial;
-webkit-text-stroke-color: rgba(0,0,0,0);
transform: skewX(-10deg);
}
.nectar-highlighted-text[data-style][data-user-color="true"] * {
color: inherit;
}
.nectar-highlighted-text[data-style="text_outline"] em {
display: inline;
padding: 0;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thin"] em {
-webkit-text-stroke-width: 0.015em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="regular"] em {
-webkit-text-stroke-width: 0.02em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thick"] em {
-webkit-text-stroke-width: 0.03em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em {
-webkit-text-stroke-width: 0.04em;
}.wpb_wrapper >.nectar-hor-list-item:not([data-hover-effect="full_border"]):last-child{
border-bottom:0
}
.wpb_wrapper >.nectar-hor-list-item{
margin-bottom:0
}
.nectar-hor-list-item{
box-sizing:border-box;
position:relative;
border-bottom:1px solid rgba(0,0,0,0.12);
padding:22px;
margin-bottom:0;
-webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
transition:all .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item[data-hover-effect="none"] {
padding-left: 0;
padding-right: 0;
}
body .tabbed .nectar-hor-list-item {
padding:22px;
}
.span_12.light .nectar-hor-list-item{
border-color:rgba(255,255,255,0.12)
}
.nectar-hor-list-item[data-hover-effect="default"]:before{
height:100%;
opacity:0;
bottom:0;
left:0;
content:'';
position:absolute;
right:0;
z-index:-1;
-webkit-transform:perspective(1000px) rotateX(90deg);
-ms-transform:perspective(1000px) rotateX(90deg);
transform:perspective(1000px) rotateX(90deg);
-webkit-transform-origin:50% 100%;
-ms-transform-origin:50% 100%;
transform-origin:50% 100%;
-webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
transition:all .4s cubic-bezier(0.2,0,0.15,1) 
}
.nectar-hor-list-item[data-color="black"]:before{
background-color:#000
}
.nectar-hor-list-item[data-color="white"]:before{
background-color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover{
border-color:transparent!important
}
.nectar-hor-list-item[data-hover-effect="default"]:hover:before{
opacity:1;
-webkit-transform:perspective(1000px) rotateX(0);
-ms-transform:perspective(1000px) rotateX(0);
transform:perspective(1000px) rotateX(0)
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn{
border-color:rgba(255,255,255,0.5)
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
color:#000
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
border-color:rgba(0,0,0,0.3)
}
body .nectar-hor-list-item .nectar-list-item-btn {
font-size:14px;
}
.nectar-hor-list-item .nectar-list-item-btn{
padding:8px 12px;
display:inline-block;
border:2px solid rgba(0,0,0,0.3);
line-height:12px;
color:#000;
margin:3px 3px;
-webkit-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
-ms-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar-hor-list-item[data-hover-effect="default"] .nectar-list-item-btn:hover, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover{
border-color:#fff
}
.nectar-hor-list-item[data-hover-effect="none"]:hover .nectar-list-item {
color: inherit;
}
.nectar-hor-list-item .full-link{
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:100
}
body[data-button-style^="rounded"] .nectar-hor-list-item .nectar-list-item-btn{
border-radius:100px
}
.nectar-hor-list-item >.nectar-list-item{
display:inline-block;
vertical-align:middle;
-webkit-transition:color .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:color .4s cubic-bezier(0.2,0,0.15,1);
transition:color .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="left"]{
text-align:left
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="center"]{
text-align:center
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="right"]{
text-align:right
}
.nectar-hor-list-item[data-columns="1"] >.nectar-list-item{
width:100%
}
.nectar-hor-list-item[data-columns="2"] >.nectar-list-item{
width:50%
}
.nectar-hor-list-item[data-columns="3"] >.nectar-list-item{
width:33.3%
}
.nectar-hor-list-item[data-columns="4"] >.nectar-list-item{
width:25%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(3){
width:15%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(4){
width:35%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(1){
width:20%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(3){
width:40%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(3){
width:50%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(2){
width:25%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] >div:nth-child(1){
width:70%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] >div:nth-child(2){
width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] >div:nth-child(1){
width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] >div:nth-child(2){
width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] >div:nth-child(1){
width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] >div:nth-child(2){
width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] >div:nth-child(1){
width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] >div:nth-child(2){
width:70%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] >div:nth-child(1){ 
width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] >div:nth-child(2){ 
width: 60%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] >div:nth-child(1){ 
width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] >div:nth-child(2){ 
width: 60%;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="left"] {
padding-right: 30px;
}
.nectar-hor-list-item > div[data-text-align="left"]:last-child {
padding-right: 0;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="right"] {
padding-left: 30px;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="center"] {
padding-right: 15px;
padding-right: 15px;
}
.nectar-hor-list-item[data-hover-effect="none"]:before {
display: none;
}
.row .nectar-hor-list-item h5,
.row .nectar-hor-list-item h4,
.row .nectar-hor-list-item h3,
.row .nectar-hor-list-item h2 {
color: inherit;
margin-bottom: 0;
}
.nectar-hor-list-item[data-hover-effect="full_border"] {
transition: all 0.25s ease;
}
.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
border: none; 
background-color: rgba(0, 0, 0, 0.05);
transition: all 0.25s ease;
}
.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn:hover {
color: #fff;
}
.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
border: none; 
background-color: rgba(255, 255, 255, 0.1);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="3px"] { border-radius: 3px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="5px"] { border-radius: 5px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="10px"] { border-radius: 10px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="15px"] { border-radius: 15px;}
.nectar-hor-list-item[data-hover-effect="full_border"] {
border: 1px solid rgba(0,0,0,0.15);
margin-top: 20px;
}
.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] {
border: 1px solid rgba(255,255,255,0.25);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="white"]:hover {
border-color: rgba(255,255,255,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="black"]:hover {
border-color: rgba(0,0,0,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"]:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.nectar-hor-list-item .nectar-list-item[data-icon="true"] > * {
display: inline-block;
vertical-align: middle;
}
.nectar-hor-list-item .item-icon {
font-size: 30px;
margin: 10px 15px 10px 0;
top: 0;
}
.nectar-hor-list-item img.item-icon.small { width: 20px; }
.nectar-hor-list-item img.item-icon { width: 30px; }
.nectar-hor-list-item img.item-icon.large { width: 45px; }
.nectar-hor-list-item img.item-icon.x_large { width: 60px; }
.nectar-hor-list-item .item-icon[data-size="small"] {
font-size: 20px;
}
.nectar-hor-list-item .item-icon[data-size="large"] {
font-size: 40px;
margin-right: 20px;
}
.nectar-hor-list-item .item-icon[data-size="x_large"] {
font-size: 50px;
margin-right: 20px;
}
body[data-button-style*="slightly_rounded"] .nectar-hor-list-item .nectar-list-item-btn {
border-radius: 4px;
-webkit-border-radius: 4px;
}
@media only screen and (min-width : 1px) and (max-width : 999px) {
.nectar-hor-list-item[data-columns="4"] .nectar-list-item,
.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
width: 100%!important;
display: block;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child),
.nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child) {
padding-bottom: 10px;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item,
.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
padding-left: 0px;
padding-right: 0px;
}
.nectar-hor-list-item.has-btn {
padding-right: 135px;
}
.nectar-hor-list-item.has-btn[data-columns="3"],
.nectar-hor-list-item.has-btn[data-columns="4"] {
padding-right: 22px;
}
.nectar-hor-list-item.has-btn[data-columns="3"] > div:nth-child(1),
.nectar-hor-list-item.has-btn[data-columns="4"] > div:nth-child(1) {
padding-right: 135px;
}
.nectar-hor-list-item:not([data-columns="2"]) >.nectar-list-item[data-text-align="right"] {
text-align: left;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn, 
.nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
position: absolute;
right: 22px;
top: 25px;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second, 
.nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
position: absolute;
right: 22px;
top: 65px;
}
}.nectar_cascading_images{
position:relative;
display:block;
}
.nectar_cascading_images .cascading-image {
pointer-events: none;
}
.nectar_cascading_images.overflow-hidden {
overflow: hidden;
}
.nectar_cascading_images.forced-aspect .cascading-image:first-child .img-wrap {
background-size: cover;
background-position: center;
}
.nectar_cascading_images.forced-aspect .cascading-image:first-child .bg-layer > div {
height: 100%;
width: 100%;
left: 0;
top: 0;
padding-bottom: 0;
position: absolute;
}
.nectar_cascading_images .cascading-image img,
.nectar_cascading_images .cascading-image .img-wrap{
display:block;
margin-bottom:0;
line-height:0
}
.nectar_cascading_images .cascading-image img.nectar-lazy {
opacity: 0;
width: 100%;
transition: opacity 0.5s ease;
}
.cascading-image[data-has-img="false"] .bg-color:not(.calculated) {
padding-bottom: 60%;
}
.nectar_cascading_images .cascading-image img.nectar-lazy.loaded {
opacity: 1;
}
.nectar_cascading_images .cascading-image .img-wrap, .nectar_cascading_images .cascading-image .bg-layer > .bg-color {
display:inline-block
}
.nectar_cascading_images .cascading-image .img-wrap.lazy-enabled:not(.img-loaded) {
display: block;
}
.nectar_cascading_images .cascading-image,
.nectar_cascading_images .cascading-image .inner-wrap{
display:inline-block;
width:100%;
text-align:center
}
.nectar_cascading_images {
line-height: 0;
}
.nectar_cascading_images .cascading-image:not(:first-child){
position:absolute;
top:50%;
left:50%;
-ms-transform:translateY(-50%) translateX(-50%);
-webkit-transform:translateY(-50%) translateX(-50%);
transform:translateY(-50%) translateX(-50%)
}
.nectar_cascading_images.animated-in .cascading-image .inner-wrap{
-ms-transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
-webkit-transition:-webkit-transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images.animated-in .cascading-image[data-animation="grow-in-reveal"] .inner-wrap{
-ms-transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
-webkit-transition:-webkit-transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color {
border-radius: 3px;
}
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color {
border-radius: 5px;
}
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color {
border-radius: 10px;
}
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color {
border-radius: 15px;
}
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color {
border-radius: 20px;
}
.cascading-image[data-has-img="true"] .inner-wrap .bg-color {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nectar_cascading_images .cascading-image[data-max-width="125%"] img {
max-width: 125%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="135%"] img {
max-width: 135%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="150%"] img {
max-width: 150%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="175%"] img {
max-width: 175%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="200%"] img {
max-width: 200%;
width: auto;
}
@media only screen and (max-width: 1000px) {
.nectar_cascading_images .cascading-image[data-max-width-mobile="100%"] img {
max-width: 100%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width-mobile="125%"] img {
max-width: 125%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width-mobile="135%"] img {
max-width: 135%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width-mobile="150%"] img {
max-width: 150%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width-mobile="175%"] img {
max-width: 175%;
width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width-mobile="200%"] img {
max-width: 200%;
width: auto;
}
}
@media all and (-ms-high-contrast:none){
*::-ms-backdrop,.row .nectar_cascading_images .cascading-image img:not([srcset]){
width:100%
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.row .nectar_cascading_images .cascading-image img:not([srcset]){
width:100%
}
.nectar_cascading_images .cascading-image .img-wrap {
max-width: 100%;
}
}
.nectar_cascading_images .cascading-image[data-animation="grow-in"] .inner-wrap{
-webkit-transform:scale(0.75);
transform:scale(0.75);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap {
-webkit-transform:scale(0.5);
transform:scale(0.5);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap .img-wrap {
overflow: hidden;
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap img {
-webkit-transform: scale(1.7);
transform: scale(1.7);
transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
-webkit-transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
}
.nectar_cascading_images .cascading-image[data-animation="flip-in"] .inner-wrap{
transform: rotateY(25deg);
-webkit-transform:rotateY(25deg);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-left"] .inner-wrap{
transform:translateX(-60px);
-webkit-transform:translateX(-60px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-right"] .inner-wrap{
transform:translateX(60px);
-webkit-transform:translateX(60px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-bottom"] .inner-wrap{
transform:translateY(60px);
-webkit-transform:translateY(60px);
}.nectar-fancy-ul ul li{
list-style:none;
position:relative;
padding-left:38px
}
body .nectar-fancy-ul[data-list-icon="none"] ul li{
padding-left:0;
margin-bottom:0
}
.nectar-fancy-ul ul{
margin-left:0
}
.nectar-fancy-ul ul li i,
.nectar-fancy-ul ul li i.icon-default-style{
position:absolute;
left:0;
top:0;
width:20px
}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"]{
font-size:16px;
height:100%;
line-height:22px
}
.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line{
font-size:27px;
height:27px;
line-height:27px
}
.main-content .nectar-fancy-ul[data-spacing="5px"] ul li {
margin-bottom: 5px;
}
.main-content .nectar-fancy-ul[data-spacing="10px"] ul li {
margin-bottom: 10px;
line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="15px"] ul li {
margin-bottom: 15px;
line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="20px"] ul li {
margin-bottom: 20px;
line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="25px"] ul li {
margin-bottom: 25px;
line-height: 1.5em;
}
.nectar-fancy-ul[data-list-icon="dot"] ul li {
padding-left: 30px;
}
.nectar-fancy-ul[data-list-icon="dot"] ul li:before {
content: ".";
position: absolute;
left: 0px;
top: 9px;
line-height: 0;
font-size: 26px;
}
.nectar-fancy-ul[data-animation="true"] ul li{
opacity:0;
left:-20px;
margin-bottom:5px
}
.nectar-fancy-ul[data-alignment="center"] ul,
.nectar-fancy-ul[data-alignment="center"] ul li{
text-align:center!important
}
.nectar-fancy-ul[data-alignment="right"] ul,
.nectar-fancy-ul[data-alignment="right"] ul li{
text-align:right!important
}
.nectar-fancy-ul[data-alignment="right"] ul li i:not(.none),
.nectar-fancy-ul[data-alignment="center"] ul li i:not(.none){
position:relative;
margin-right:10px
}.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"] .inner,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
.column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap {
opacity: 0;
overflow: hidden;
-webkit-transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
will-change: transform, opacity;
-webkit-backface-visibility: hidden;
}
.img-with-aniamtion-wrap[data-animation*="reveal-from-"],
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .color-overlay,
.column-image-bg-wrap[data-bg-animation*="reveal-from-"],
.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
.column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"] .background-image {
-webkit-transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
will-change: transform;
-webkit-backface-visibility: hidden;
}
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .inner,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div {
-webkit-transform: rotate(0deg) translateZ(0);
transform: rotate(0deg) translateZ(0);
opacity: 1;
}
.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"].animated-in .inner {
-webkit-transform: rotate(0deg) translate3d(0,0,0);
transform: rotate(0deg) translate3d(0,0,0);
opacity: 1;
}
.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"].animated-in .background-image,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .color-overlay,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg {
-webkit-transform: rotate(0deg) translateZ(0);
transform: rotate(0deg) translateZ(0);
} .img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-left"] {
-webkit-transform: translate3d(-250px,0,0);
transform: translate3d(-250px,0,0);
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-left"] > div {
-webkit-transform: rotate(-25deg) translateZ(0);
transform: rotate(-25deg) translateZ(0);
transform-origin: right bottom;
}
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-left"] .inner {
-webkit-transform: translate3d(-250px,0,0) rotate(-25deg);
transform: translate3d(-250px,0,0) rotate(-25deg);
transform-origin: right bottom;
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-left"] .background-image {
-webkit-transform: rotate(25deg) translateZ(0);
transform: rotate(25deg) translateZ(0);
transform-origin: right bottom;
} .img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-right"] {
-webkit-transform: translate3d(250px,0,0);
transform: translate3d(250px,0,0);
transform-origin: left bottom;
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-right"] > div {
-webkit-transform: rotate(25deg) translateZ(0);
transform: rotate(25deg) translateZ(0);
transform-origin: left bottom;
}
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-right"] .inner {
-webkit-transform: translate3d(250px,0,0) rotate(25deg);
transform: translate3d(250px,0,0) rotate(25deg);
transform-origin: left bottom;
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-right"] .background-image {
-webkit-transform: rotate(-25deg) translateZ(0);
transform: rotate(-25deg) translateZ(0);
transform-origin: left bottom;
} .img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-bottom"] {
-webkit-transform: translate3d(0,250px,0);
transform: translate3d(0,250px,0);
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-bottom"] > div {
-webkit-transform: rotate(25deg) translateZ(0);
transform: rotate(25deg) translateZ(0);
transform-origin: left bottom;
}
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-bottom"] .inner {
-webkit-transform: translate3d(0,250px,0) rotate(25deg) ;
transform: translate3d(0,250px,0) rotate(25deg) ;
transform-origin: left bottom;
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-bottom"] .background-image {
-webkit-transform: rotate(-25deg) translateZ(0);
transform: rotate(-25deg) translateZ(0);
transform-origin: left bottom;
} .img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-top"] {
-webkit-transform: translate3d(0,-250px,0);
transform: translate3d(0,-250px,0);
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-top"] > div {
-webkit-transform: rotate(-25deg) translateZ(0);
transform: rotate(-25deg) translateZ(0);
transform-origin: left top;
}
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-top"] .inner {
-webkit-transform: translate3d(0,-250px,0) rotate(-25deg) ;
transform: translate3d(0,-250px,0) rotate(-25deg) ;
transform-origin: left top;
}
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-top"] .background-image {
-webkit-transform: rotate(25deg) translateZ(0);
transform: rotate(25deg) translateZ(0);
transform-origin: left top;
}@media only screen and (min-width:1000px){
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-top,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-bottom{
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleX(0)
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-left,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-right{
-webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1);
-webkit-transform:scaleY(0);
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleY(0)
}
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform: scaleX(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top {
transform-origin: left;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform-origin: right;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform: scaleY(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left {
transform-origin: bottom;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform-origin: top;
}
.wpb_column[data-border-style*="double"] > .vc_column-inner > .border-wrap >span{
border-style:solid
}
.wpb_column[data-border-style*="double"] > .vc_column-inner > .border-wrap >span:after{
position:absolute; 
border-style:solid; 
content:''; 
display:block
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 5px;
width: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 5px;
width: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 5px;
height: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 5px;
height: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 6px;
width: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 6px;
width: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 6px;
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 6px;
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 7px;
width: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 7px;
width: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 7px;
height: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 7px;
height: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 8px;
width: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 8px;
width: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 8px;
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 8px;
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 5px;
left: 10px;
width: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 5px;
left: 10px;
width: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 5px;
top: 10px;
height: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 5px;
top: 10px;
height: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 6px;
left: 12px;
width: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 6px;
left: 12px;
width: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 6px;
top: 12px;
height: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 6px;
top: 12px;
height: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 7px;
left: 14px;
width: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 7px;
left: 14px;
width: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 7px;
top: 14px;
height: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 7px;
top: 14px;
height: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 8px;
left: 16px;
width: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 8px;
left: 16px;
width: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 8px;
top: 16px;
height: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 8px;
top: 16px;
height: calc(100% - 32px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right{
top:6px; 
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right{
top:8px; 
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top{
top:6px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top{
top:6px;
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top{
top:8px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:6px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:6px;
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:8px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-8px; left:7px; width:calc(100% - 15px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-8px; left:7px; width:calc(100% - 15px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-7px; height:calc(100% - -14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-7px; height:calc(100% - -14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-10px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-10px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-8px; height:calc(100% - -16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-8px; height:calc(100% - -16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-12px; left:9px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-12px; left:9px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-9px; height:calc(100% - -18px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-9px; height:calc(100% - -18px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-14px; left:6px; width:calc(100% - 14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-14px; left:6px; width:calc(100% - 14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-10px; height:calc(100% - -20px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-10px; height:calc(100% - -20px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-18px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-18px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-20px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-20px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-22px; left:15px; width:calc(100% - 30px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-22px; left:15px; width:calc(100% - 30px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-24px; left:16px; width:calc(100% - 32px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-24px; left:16px; width:calc(100% - 32px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top{top:-1px; left:-1px; width:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-1px; left:-1px; width:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left{top:-1px; left:-1px; height:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left{top:-1px; right:-1px; height:calc(100% - -2px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top{top:-2px; left:-2px; width:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-2px; left:-2px; width:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left{top:-2px; left:-2px; height:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right{top:-2px; right:-2px; height:calc(100% - -4px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top{top:-3px; left:-3px; width:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-3px; left:-3px; width:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left{top:-3px; left:-3px; height:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right{top:-3px; right:-3px; height:calc(100% - -6px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top{top:-4px; left:-4px; width:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-4px; left:-4px; width:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left{top:-4px; left:-4px; height:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right{top:-4px; right:-4px; height:calc(100% - -8px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top{top:-5px; left:-5px; width:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-5px; left:-5px; width:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left{top:-5px; left:-5px; height:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right{top:-5px; right:-5px; height:calc(100% - -10px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top{top:-6px; left:-6px; width:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-6px; left:-6px; width:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left{top:-6px; left:-6px; height:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right{top:-6px; right:-6px; height:calc(100% - -12px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >span:after{border-width:1px}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >span:after{border-width:2px}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >span:after{border-width:3px}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >span:after{border-width:4px}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >span:after{border-width:5px}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >span:after{border-width:6px}
.wpb_column[data-border-width="7px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="7px"] > .vc_column-inner > .border-wrap >span:after{border-width:7px}
.wpb_column[data-border-width="8px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="8px"] > .vc_column-inner > .border-wrap >span:after{border-width:8px}
.wpb_column[data-border-width="9px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="9px"] > .vc_column-inner > .border-wrap >span:after{border-width:9px}
.wpb_column[data-border-width="10px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="10px"] > .vc_column-inner > .border-wrap >span:after{border-width:10px}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-top,
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-bottom {
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleX(0)
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-left, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-right {
-webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1);
-webkit-transform:scaleY(0);
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleY(0)
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform: scaleX(1);
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform: scaleY(1);
}