.nectar-video-box .play_button_mouse_follow {
transition: opacity 0.3s ease;
}
.nectar-video-box .play_button_mouse_follow:not(.visible) {
opacity: 0;
}
.nectar-video-box .play_button_mouse_follow:before {
border-width: 2px;
}
.nectar-video-box .play_button_mouse_follow svg {
width: 12px;
}
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
width: 94px;
height: 94px;
left: 0;
top: 0;
margin-top: -47px;
margin-left: -47px;
pointer-events: none;
}
.nectar-video-box[data-mouse-style="see_through_contrast"] .play_button_mouse_follow {
mix-blend-mode: difference;
}
.nectar-video-box[data-mouse-style="see_through_contrast"],
.nectar-video-box[data-mouse-style="see_through_contrast"] > .inner-wrap {
background-color: #fff;
}
@media only screen and (max-width: 690px) {
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
}
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
width: 10px;
}
}
.nectar-video-box[data-mouse-style="solid_color"] .play_button_mouse_follow:before {
border: none;
}
@-webkit-keyframes pulse-1{
0%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1);
opacity:1
}
100%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@keyframes pulse-1{
0%{
transform:translate3d(-50%,-50%,0)scale(1);
opacity:1
}
100%{
transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@-webkit-keyframes pulse-2{
0%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1);
opacity:0.5
}
100%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@keyframes pulse-2{
0%{
transform:translate3d(-50%,-50%,0)scale(1);
opacity:0.5
}
100%{
transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
.nectar_video_lightbox.play_button{
position:relative;
width:90px;
height:90px;
margin:0;
display:inline-block
}
.centered-text .nectar_video_lightbox.play_button{
margin:0 30px
}
.nectar_video_lightbox.play_button_with_text .play{
height:52px;
width:52px;
position:relative;
vertical-align:middle;
display:inline-block
}
.nectar_video_lightbox.play_button_with_text .play >.inner-wrap{
height:100%;
width:100%;
display:block
}
.nectar_video_lightbox.play_button_with_text .play >.inner-wrap:before {
border-radius:200px;
backface-visibility: hidden;
height:100%;
width:100%;
display:block;
content:'';
transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s;
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s
}
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play >.inner-wrap:before {
background-color:#000;
}
.nectar_video_lightbox.play_button_with_text:hover .play >.inner-wrap:before{
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
.nectar_video_lightbox.play_button_with_text .link-text >*{
margin-bottom:0
}
body .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before{
width:50px;
height:50px;
left:50%;
top:50%;
z-index:-1
}
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before, 
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:after{
position:absolute;
top:50%;
left:50%;
display:block;
content:'';
border:1px solid rgba(255,255,255,.5);
border-radius:50%;
-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);
-ms-transform:scale(.35) translateY(-50%) translateX(-50%);
transform:scale(.35) translateY(-50%) translateX(-50%);
opacity:0;
-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
.nectar_video_lightbox.play_button_with_text .play:after{
width:50px;
height:50px;
z-index:-1;
border-color:rgba(255,255,255,.4);
-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:before, 
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
.nectar_video_lightbox.play_button_with_text svg{
width:14px;
height:14px;
z-index:100
}
.span_12.light .nectar_video_lightbox.play_button_with_text .link-text{
color:#fff
}
.nectar_video_lightbox.play_button_with_text .link-text{
display:inline-block;
margin-left:25px;
color:#000;
vertical-align:middle
}
.play_button_with_text .link-text[data-font="nectar-btn-jumbo"] {
font-size: 18px;
}
.play_button_with_text .link-text[data-font="nectar-btn-large"] {
font-size: 14px;
}
.play_button_with_text .link-text[data-font="nectar-btn-medium"] {
font-size: 12px;
}
.nectar_video_lightbox.play_button_with_text .play:before{
display:block;
position:absolute;
content:' ';
top:0;
left:0;
width:100%;
height:100%;
z-index:10;
border-radius:200px;
box-sizing:border-box;
-webkit-box-sizing:border-box
}
.nectar_video_lightbox .play{
display:block;
height:100%;
width:100%;
transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
-webkit-transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s
}
.nectar_video_lightbox path, 
.span_12.dark .nectar_video_lightbox.play_button_with_text path{
fill:#fff
}
.span_12.dark .nectar_video_lightbox path{
fill:#000
}
.span_12.dark .nectar_video_lightbox.play_button:before{
border:5px solid #000
}
.nectar_video_lightbox:hover:before{
transform:scale(1.1);
-webkit-transform:scale(1.1);
opacity:0.4
}
.nectar_video_lightbox:not(.play_button_with_text):hover .play{
transform:scale(1.3);
-webkit-transform:scale(1.3)
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:before, 
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:after {
display: none;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg {
height: 30px;
width: 30px;
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg {
width: 70px;
height: 70px; 
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] .button-bg {
width: 90px;
height: 90px; 
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] {
text-align: center;
display: inline-block;
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .link-text {
display: block;
margin-left: 0;
margin-top: 28px;
}
.main-content .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"]:not([data-style="small"]) .play >.inner-wrap:before {
background-color: transparent!important;
}
.play_button_with_text[data-style="small"][data-font-style="h3"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h3"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h2"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h2"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h1"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h1"] .button-bg {
height: 40px;
width: 40px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg-wrap,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg-wrap {
margin-top: -20px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] svg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] svg {
height: 10px;
width: 10px;
}
.nectar_video_lightbox.play_button_with_text {
display: inline-block;
padding: 20px 0;
}
.nectar_video_lightbox.play_button_with_text > span {
display: block;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .link-text {
margin-left: 15px;
}
.play_button_with_text[data-style="small"][data-font-style="h1"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h2"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h3"] .link-text  {
margin-left: 20px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .play >.inner-wrap:before,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play >.inner-wrap:before {
border-width: 2px;
border-style: solid;
box-sizing: border-box;
border-color: #000;
}
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="small"] path,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] path {
fill: #000;
}
.light .nectar_video_lightbox.play_button_with_text[data-style="small"] .play >.inner-wrap:before,
.light .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play >.inner-wrap:before { 
border-color: #fff;
}
.span_12.dark .nectar_video_lightbox.nectar-button[data-color*="transparent"]{
border:2px solid #000;
color:#000
}
.nectar_video_lightbox.nectar-button[data-color*="transparent"] {
background-color:transparent;
border:2px solid #fff;
opacity:1;
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease
}
.nectar_video_lightbox.nectar-button[data-color*="transparent"]:hover{
color:#fff;
border-color:transparent
}
.nectar-video-box{
line-height:0;
position:relative;
margin-bottom:35px
}
.nectar-video-box img{
transition:all .7s cubic-bezier(.2,1,.22,1);
-webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
margin-bottom:0!important;
transform:translateZ(0) scale(1.05);
-webkit-transform:translateZ(0) scale(1.05);
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
max-width:none!important;
width:100%!important
}
.nectar-video-box img.nectar-lazy {
opacity: 0;
}
.nectar-video-box img.nectar-lazy.loaded {
opacity: 1;
}
.nectar-video-box[data-hover="zoom_button"] img,
.nectar-video-box[data-hover="zoom_button"]:hover img{
transition:none;
-webkit-transition:none;
-webkit-transform:none;
transform:none
}
.nectar-video-box .nectar_video_lightbox{
position:absolute;
left:50%;
top:50%;
z-index:10;
width:70px;
height:70px;
margin-top:-35px;
margin-left:-35px;
color:#fff;
display:inline-block;
border-radius:200px;
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox:after{
background-color:#000;
position:absolute;
content:' ';
display:block;
left:0;
top:0;
width:100%;
border-radius:200px;
height:100%;
z-index:1;
transition:all .7s cubic-bezier(.2,1,.22,1);
-webkit-transition:all .7s cubic-bezier(.2,1,.22,1)
}
.nectar-video-box:hover .nectar_video_lightbox:after{
-webkit-transform:scale(1.14);
transform:scale(1.14)
}
.nectar-video-box[data-hover="zoom_button"] .play{
position:relative;
z-index:10
}
.nectar-video-box .inner-wrap >a.full-link{
position:absolute;
display:block;
top:0;
left:0;
height:100%;
width:100%;
z-index:100
}
.nectar-video-box:hover img{
transform:scale(1.14);
-webkit-transform:scale(1.14)
}
.nectar-video-box .nectar_video_lightbox path{
fill:#fff!important
}
body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox{
background-color:transparent!important
}
.nectar-video-box .inner-wrap {
overflow: hidden;
}
.nectar-video-box[data-border-radius*="px"] > .inner-wrap {
transform: translateZ(0);
}
.nectar-video-box[data-border-radius="3px"] .inner-wrap {
border-radius: 3px;
}
.nectar-video-box[data-border-radius="5px"] .inner-wrap {
border-radius: 5px;
}
.nectar-video-box[data-border-radius="10px"] .inner-wrap {
border-radius: 10px;
}
.nectar-video-box[data-border-radius="15px"] .inner-wrap {
border-radius: 15px;
}
.nectar-video-box[data-border-radius="20px"] .inner-wrap {
border-radius: 20px;
}
.nectar-video-box[data-shadow*="depth"]:before {
position: absolute;
width: 98%;
height: 98%;
top: 1%;
left: 1%;
display: block;
content: '';
z-index: -1;
}
.nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
height: 110px;
width: 110px;
margin-left: -55px;
margin-top: -55px;
}
@media only screen and (max-width : 690px) {
.nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
width: 70px;
height: 70px;
margin-top: -35px;
margin-left: -35px;
}
}.vc_separator {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.vc_separator h4 {
line-height: 1em;
font-size: 100%;
margin: 0;
word-wrap: break-word;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.vc_separator h4 .normal {
font-size: 12px;
font-weight: 400
}
.vc_separator .vc_sep_holder {
height: 1px;
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 10%
}
.vc_separator .vc_sep_holder .vc_sep_line {
height: 1px;
border-top: 1px solid #EBEBEB;
display: block;
position: relative;
top: 1px;
width: 100%
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l,
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
display: none
}
.vc_separator.vc_separator_align_center h4 {
padding: 0 .8em
}
.vc_separator.vc_separator_align_left h4 {
padding: 0 .8em 0 0
}
.vc_separator.vc_separator_align_right h4 {
padding: 0 0 0 .8em;
margin: 0!important
}
.vc_separator.vc_sep_double {
height: 3px
}
.vc_separator.vc_sep_double .vc_sep_line {
border-bottom: 1px solid #EBEBEB;
border-top: 1px solid #EBEBEB;
height: 3px
}
.vc_separator.vc_sep_dashed .vc_sep_line {
border-top-style: dashed
}
.vc_separator.vc_sep_dotted .vc_sep_line {
border-top-style: dotted
}
.vc_separator.vc_sep_shadow .vc_sep_line {
border: none;
position: relative;
height: 20px;
top: 0;
overflow: hidden
}
.vc_separator.vc_sep_shadow .vc_sep_line::after {
content: '';
display: block;
position: absolute;
left: 0;
top: -20px;
right: 0;
height: 10px;
border-radius: 100%
}
.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
right: -100%;
box-shadow: 10px 10px 10px 1px
}
.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
left: -100%;
box-shadow: -10px 10px 10px 1px
}
.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
width: 100%
}
.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
display: none
}
.vc_separator .vc_icon_element {
margin-bottom: 0
}
.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
padding-left: 0
}
.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
margin-left: .8em;
margin-right: .8em
}
.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
margin-left: .8em
}
.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4 {
padding-left: .8em
}
.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
border-top-width: 1px
}
.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 1px;
top: 0
}
.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
top: 0
}
.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 1px
}
.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 1px
}
.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
border-top-width: 2px
}
.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 2px;
top: -1px
}
.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
top: -1px
}
.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 2px
}
.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 2px
}
.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
border-top-width: 3px
}
.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 3px;
top: -1px
}
.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
top: -1px
}
.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 3px
}
.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 3px
}
.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
border-top-width: 4px
}
.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 4px;
top: -2px
}
.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
top: -2px
}
.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 4px
}
.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 4px
}
.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
border-top-width: 5px
}
.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 5px;
top: -2px
}
.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
top: -2px
}
.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 5px
}
.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 5px
}
.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
border-top-width: 6px
}
.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 6px;
top: -3px
}
.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
top: -3px
}
.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 6px
}
.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 6px
}
.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
border-top-width: 7px
}
.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 7px;
top: -3px
}
.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
top: -3px
}
.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 7px
}
.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 7px
}
.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
border-top-width: 8px
}
.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 8px;
top: -4px
}
.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
top: -4px
}
.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 8px
}
.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 8px
}
.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
border-top-width: 9px
}
.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 9px;
top: -4px
}
.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
top: -4px
}
.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 9px
}
.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 9px
}
.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
border-top-width: 10px
}
.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 10px;
top: -5px
}
.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
top: -5px
}
.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
box-shadow: 10px 10px 10px 10px
}
.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
box-shadow: -10px 10px 10px 10px
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
border-color: #5472D2
}
.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
color: #5472D2
}
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
border-color: #00C1CF
}
.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
color: #00C1CF
}
.vc_separator.vc_sep_color_pink .vc_sep_line {
border-color: #FE6C61
}
.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
color: #FE6C61
}
.vc_separator.vc_sep_color_violet .vc_sep_line {
border-color: #8D6DC4
}
.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
color: #8D6DC4
}
.vc_separator.vc_sep_color_peacoc .vc_sep_line {
border-color: #4CADC9
}
.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
color: #4CADC9
}
.vc_separator.vc_sep_color_chino .vc_sep_line {
border-color: #CEC2AB
}
.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
color: #CEC2AB
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
border-color: #50485B
}
.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
color: #50485B
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
border-color: #75D69C
}
.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
color: #75D69C
}
.vc_separator.vc_sep_color_black .vc_sep_line {
border-color: #2A2A2A
}
.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
color: #2A2A2A
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: #EBEBEB
}
.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
color: #EBEBEB
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
border-color: #F7BE68
}
.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
color: #F7BE68
}
.vc_separator.vc_sep_color_sky .vc_sep_line {
border-color: #5AA1E3
}
.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
color: #5AA1E3
}
.vc_separator.vc_sep_color_green .vc_sep_line {
border-color: #6DAB3C
}
.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
color: #6DAB3C
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
border-color: #F4524D
}
.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
color: #F4524D
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
border-color: #F79468
}
.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
color: #F79468
}
.vc_separator.vc_sep_color_purple .vc_sep_line {
border-color: #B97EBB
}
.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
color: #B97EBB
}
.vc_separator.vc_sep_color_white .vc_sep_line {
border-color: #FFF
}
.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
color: #FFF
}
.vc_sep_width_10 {
width: 10%
}
.vc_sep_width_20 {
width: 20%
}
.vc_sep_width_30 {
width: 30%
}
.vc_sep_width_40 {
width: 40%
}
.vc_sep_width_50 {
width: 50%
}
.vc_sep_width_60 {
width: 60%
}
.vc_sep_width_70 {
width: 70%
}
.vc_sep_width_80 {
width: 80%
}
.vc_sep_width_90 {
width: 90%
}
.vc_sep_pos_align_center {
margin-left: auto;
margin-right: auto
}
.vc_sep_pos_align_left {
margin-left: 0;
margin-right: auto
}
.vc_sep_pos_align_right {
margin-left: auto;
margin-right: 0
}
.vc_text_separator div {
display: inline-block;
background-color: #FFF;
padding: 1px 1em;
position: relative;
top: -9px
}
.separator_align_left {
text-align: left
}
.separator_align_right {
text-align: right
}
.vc-zigzag-wrapper {
text-align: center
}
.vc-zigzag-wrapper.vc-zigzag-align-left {
text-align: left
}
.vc-zigzag-wrapper.vc-zigzag-align-right {
text-align: right
}
.vc-zigzag-inner {
display: inline-block
}.vc_icon_element {
line-height: 0;
font-size: 14px;
margin-bottom: 35px
}
.vc_icon_element.vc_icon_element-outer {
box-sizing: border-box;
text-align: center
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
text-align: left
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
text-align: center
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
text-align: right
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
text-align: center;
display: inline-block;
border: 2px solid transparent;
width: 4em;
height: 4em;
box-sizing: content-box;
position: relative
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
font-size: 2.15em;
font-style: normal;
font-weight: 400;
line-height: 1!important;
font-size-adjust: none;
font-stretch: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
-webkit-font-language-override: normal;
font-language-override: normal;
-webkit-font-kerning: auto;
font-kerning: auto;
font-synthesis: weight style;
font-variant: normal;
text-rendering: auto;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
font-style: normal;
font-weight: 400;
display: inline-block;
text-decoration: inherit;
width: inherit;
height: inherit;
font-size: 1em;
text-align: center;
text-rendering: optimizelegibility
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
box-sizing: content-box;
border: none
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
max-width: 100%!important;
line-height: 1.2em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
width: 2.5em!important;
height: 2.5em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
font-size: 1.2em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
max-width: 100%!important;
line-height: 1.6em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
width: 3.15em!important;
height: 3.15em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
font-size: 1.6em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
max-width: 100%!important;
line-height: 2.15em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
width: 4em!important;
height: 4em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
font-size: 2.15em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
max-width: 100%!important;
line-height: 2.85em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
width: 5em!important;
height: 5em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
font-size: 2.85em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
max-width: 100%!important;
line-height: 5em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
width: 7.15em!important;
height: 7.15em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
font-size: 5em!important
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
border-radius: 50%
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
border-radius: 5px
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
color: #5472D2
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
color: #00C1CF
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
color: #FE6C61
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
color: #8D6DC4
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
color: #4CADC9
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
color: #CEC2AB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
color: #50485B
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
color: #75D69C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
color: #2A2A2A
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
color: #EBEBEB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
color: #F7BE68
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
color: #5AA1E3
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
color: #6DAB3C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
color: #F4524D
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
color: #F79468
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
color: #B97EBB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
color: #FFF
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
border-color: #5472D2
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
background-color: #5472D2
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
border-color: #00C1CF
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
background-color: #00C1CF
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
border-color: #FE6C61
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
background-color: #FE6C61
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
border-color: #8D6DC4
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
background-color: #8D6DC4
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
border-color: #4CADC9
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
background-color: #4CADC9
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
border-color: #CEC2AB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
background-color: #CEC2AB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
border-color: #50485B
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
background-color: #50485B
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
border-color: #75D69C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
background-color: #75D69C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
border-color: #2A2A2A
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
background-color: #2A2A2A
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
border-color: #EBEBEB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
background-color: #EBEBEB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
border-color: #F7BE68
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
background-color: #F7BE68
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
border-color: #5AA1E3
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
background-color: #5AA1E3
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
border-color: #6DAB3C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
background-color: #6DAB3C
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
border-color: #F4524D
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
background-color: #F4524D
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
border-color: #F79468
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
background-color: #F79468
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
border-color: #B97EBB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
background-color: #B97EBB
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
border-color: #FFF
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
background-color: #FFF
}.iwithtext{
position:relative
}
.iwithtext .iwt-icon{
position:absolute;
left:0;
top:0
}
.iwithtext .iwt-icon img{
width:35px;
height:auto;
padding:0
}
.row .col .iwithtext .iwt-icon img:not([srcset]) {
width:35px;
}
.span_10.iwt h2{
line-height:20px
}
.span_10.iwt h3{
line-height:18px
}
.iwithtext .iwt-text{
padding-left:55px
}
.main-content .vc_span2 .iwithtext .iwt-icon,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon{
top:-2px
}
.main-content .vc_span2 .iwithtext .iwt-icon i,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon i{
font-size:26px;
line-height:26px;
width:26px;
height:26px
}
.main-content .vc_span2 .iwithtext .iwt-icon img,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img{
width:26px
}
.main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]),
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]) {
width:26px
}
.main-content .vc_span2 .iwithtext .iwt-text,
.main-content .vc_col-sm-2 .iwithtext .iwt-text{
padding-left:45px
}
@media only screen and (min-width : 1px) and (max-width : 999px) {
.main-content .vc_span2 .iwithtext .iwt-icon i {
font-size: 34px;
line-height: 34px;
width: 34px;
height: 34px;
}
.main-content .vc_span2 .iwithtext .iwt-icon img {
width: 35px;
}
.main-content .vc_span2  .iwithtext .iwt-text {
padding-left: 55px;
}
.main-content .vc_span2 .iwithtext .iwt-icon {
top: -4px;
}
}