  .wtbx_vc_video_player {  position: relative; } .wtbx_vc_video_player .wtbx_vc_el_inner {  position: relative; } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_light {  background-color: rgba(255, 255, 255, 0.5); } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_light i {  opacity: .5; } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_light_color {  background-color: #fff;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_dark, .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_dark_color {  color: #fff; } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_dark {  background-color: rgba(0, 0, 0, 0.2); } .wtbx_vc_video_player .wtbx_video_player_front .wtbx_video_player_play.wtbx_skin_dark i {  opacity: .5; } .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_light {  background-color: white; } .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_light i {  opacity: 1; } .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_dark i, .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_dark_color i {  opacity: 1; } .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_dark {  background-color: rgba(0, 0, 0, 0.2); } .wtbx_vc_video_player .wtbx_video_player_front:hover .wtbx_video_player_play.wtbx_skin_dark i {  opacity: 1; } .wtbx_vc_video_player.wtbx_style_lightbox .wtbx_video_player_wrapper {  padding-bottom: 56.25%;  display: block;  width: 100%; } .wtbx_vc_video_player.wtbx_style_lightbox .wtbx_video_player_wrapper .wtbx_video_player_lightbox {  z-index: 99; } .wtbx_vc_video_player .wtbx_video_player_wrapper {  position: relative;  display: block;  overflow: hidden;  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.15);  z-index: 1;  -moz-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -webkit-transform: -webkit-translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper.active .wtbx_video_player_back {  opacity: 1;  visibility: visible;  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper.active .wtbx_video_player_play {  -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);  -o-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);  -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);  transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front {  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 1;  cursor: pointer; } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front.with_noconsent {  position: relative;  top: auto;  bottom: auto;  left: auto;  right: auto;  cursor: auto; } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_poster, .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_overlay, .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_lightbox {  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_poster {  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_overlay {  opacity: 1;  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_play {  position: absolute;  top: 50%;  left: 50%;  -moz-transform: translate3d(-50%, -50%, 0);  -o-transform: translate3d(-50%, -50%, 0);  -ms-transform: translate3d(-50%, -50%, 0);  -webkit-transform: translate3d(-50%, -50%, 0);  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);  transform: translate3d(-50%, -50%, 0);  width: 60px;  height: 60px;  border-radius: 50%;  overflow: hidden;  font-size: 16px;  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front .wtbx_video_player_play i {  position: absolute;  top: 50%;  left: 50%;  -moz-transform: translate3d(-50%, -50%, 0);  -o-transform: translate3d(-50%, -50%, 0);  -ms-transform: translate3d(-50%, -50%, 0);  -webkit-transform: translate3d(-50%, -50%, 0);  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);  transform: translate3d(-50%, -50%, 0);  text-align: center;  padding-left: .25em;  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front:hover .wtbx_video_player_overlay {  opacity: .95; } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_front:hover .wtbx_video_player_play {  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);  -o-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);  transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1); } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_back {  position: relative;  z-index: 2;  width: 100%;  opacity: 0;  visibility: hidden;  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s; } .wtbx_vc_video_player .wtbx_video_player_wrapper .wtbx_video_player_back .plyr__control--overlaid[data-plyr="play"] {  display: none !important; } .wtbx_vc_video_player.wtbx_hover_up .wtbx_video_player_wrapper:hover:not(.active) {  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.3);  -moz-transform: translate3d(0, -10px, 0);  -o-transform: translate3d(0, -10px, 0);  -ms-transform: translate3d(0, -10px, 0);  -webkit-transform: translate3d(0, -10px, 0);  -webkit-transform: -webkit-translate3d(0, -10px, 0);  transform: translate3d(0, -10px, 0); } .wtbx_vc_video_player.wtbx_hover_up .wtbx_video_player_wrapper:hover:not(.active) .wtbx_video_player_poster {  -moz-transform: scale3d(1.02, 1.02, 1);  -o-transform: scale3d(1.02, 1.02, 1);  -ms-transform: scale3d(1.02, 1.02, 1);  -webkit-transform: scale3d(1.02, 1.02, 1);  -webkit-transform: -webkit-scale3d(1.02, 1.02, 1);  transform: scale3d(1.02, 1.02, 1); } .wtbx_vc_video_player.wtbx_hover_scale .wtbx_vc_el_inner {  -webkit-perspective: 400px;  perspective: 400px;  -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; } .wtbx_vc_video_player.wtbx_hover_scale .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) {  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);  -moz-transform: translate3d(0, 0, -10px);  -o-transform: translate3d(0, 0, -10px);  -ms-transform: translate3d(0, 0, -10px);  -webkit-transform: translate3d(0, 0, -10px);  -webkit-transform: -webkit-translate3d(0, 0, -10px);  transform: translate3d(0, 0, -10px); } .wtbx_vc_video_player.wtbx_hover_scale .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) .wtbx_video_player_poster {  -moz-transform: scale3d(1.02, 1.02, 1);  -o-transform: scale3d(1.02, 1.02, 1);  -ms-transform: scale3d(1.02, 1.02, 1);  -webkit-transform: scale3d(1.02, 1.02, 1);  -webkit-transform: -webkit-scale3d(1.02, 1.02, 1);  transform: scale3d(1.02, 1.02, 1); } .wtbx_vc_video_player.wtbx_hover_left .wtbx_vc_el_inner {  -webkit-perspective: 400px;  perspective: 400px;  -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; } .wtbx_vc_video_player.wtbx_hover_left .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) {  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);  moz-transform-origin: left center;  -o-transform-origin: left center;  -ms-transform-origin: left center;  -webkit-transform-origin: left center;  transform-origin: left center;  -moz-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg);  -o-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg);  -ms-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg);  -webkit-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg);  -webkit-transform: -webkit-translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg);  transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, -3deg); } .wtbx_vc_video_player.wtbx_hover_left .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) .wtbx_video_player_poster {  -moz-transform: scale3d(1.05, 1.05, 1);  -o-transform: scale3d(1.05, 1.05, 1);  -ms-transform: scale3d(1.05, 1.05, 1);  -webkit-transform: scale3d(1.05, 1.05, 1);  -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);  transform: scale3d(1.05, 1.05, 1); } .wtbx_vc_video_player.wtbx_hover_right .wtbx_vc_el_inner {  -webkit-perspective: 400px;  perspective: 400px;  -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; } .wtbx_vc_video_player.wtbx_hover_right .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) {  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);  moz-transform-origin: right center;  -o-transform-origin: right center;  -ms-transform-origin: right center;  -webkit-transform-origin: right center;  transform-origin: right center;  -moz-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg);  -o-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg);  -ms-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg);  -webkit-transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg);  -webkit-transform: -webkit-translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg);  transform: translate3d(0, 0, -50px) rotate3d(0, 1, 0, 3deg); } .wtbx_vc_video_player.wtbx_hover_right .wtbx_vc_el_inner .wtbx_video_player_wrapper:hover:not(.active) .wtbx_video_player_poster {  -moz-transform: scale3d(1.05, 1.05, 1);  -o-transform: scale3d(1.05, 1.05, 1);  -ms-transform: scale3d(1.05, 1.05, 1);  -webkit-transform: scale3d(1.05, 1.05, 1);  -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);  transform: scale3d(1.05, 1.05, 1); } 
  .wtbx_vc_content_slider {  overflow: hidden;  position: relative; } .wtbx_vc_content_slider .flickity-viewport {  -webkit-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider .wtbx_content_slider_wrapper {  position: relative;  padding-top: 30px;  padding-bottom: 30px;  visibility: hidden;  opacity: 0;  -webkit-transition: all 0.5s ease-in-out 0s;  -moz-transition: all 0.5s ease-in-out 0s;  -ms-transition: all 0.5s ease-in-out 0s;  -o-transition: all 0.5s ease-in-out 0s;  transition: all 0.5s ease-in-out 0s; } .wtbx_vc_content_slider .wtbx_content_slider_wrapper.wtbx_slider_init {  visibility: visible;  opacity: 1; } .wtbx_vc_content_slider .wtbx_vc_content_slide_inner {  text-align: start; } .wtbx_vc_content_slider.wtbx_pagination_enabled .wtbx_content_slider_wrapper {  margin-bottom: 45px; } .wtbx_vc_content_slider .wtbx_dots {  bottom: -30px; } .wtbx_vc_content_slider .wtbx_dots.wtbx_dots_style_3 {  bottom: -15px; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_dots {  bottom: -60px; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_dots.wtbx_dots_style_3 {  bottom: -45px; } .wtbx_vc_content_slider.wtbx_style_default .wtbx_content_slider_wrapper {  padding-left: 50px;  padding-right: 50px; } .wtbx_vc_content_slider.wtbx_style_default .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  padding: 30px; } .wtbx_vc_content_slider.wtbx_style_default.wtbx_no_arrows .wtbx_content_slider_wrapper {  padding-left: 0;  padding-right: 0; } .wtbx_vc_content_slider.wtbx_style_default .flickity-viewport {  -webkit-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_fixed {  overflow: visible; } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_inner {  margin-left: -30px;  margin-right: -30px; } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper {  padding-left: 0;  padding-right: 0; } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper .flickity-viewport {  overflow: visible !important;  -webkit-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1);  transition: height 0.7s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper .wtbx_vc_content_slide {  -webkit-perspective: 800px;  perspective: 800px;  -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container {  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container.slide-animated {  -webkit-transition: opacity 0s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: opacity 0s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: opacity 0s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: opacity 0s cubic-bezier(0.2, 0, 0.3, 1);  transition: opacity 0s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_fixed .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  padding: 30px; } .wtbx_vc_content_slider.wtbx_style_boxed_simple .wtbx_content_slider_wrapper {  padding-left: 30px;  padding-right: 30px; } .wtbx_vc_content_slider.wtbx_style_boxed_simple .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container {  padding: 30px 30px; } .wtbx_vc_content_slider.wtbx_style_boxed_simple .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper {  padding-left: 50px;  padding-right: 50px; } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .flickity-viewport {  overflow: visible !important; } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container {  padding: 30px 45px;  -moz-transform: scale3d(0.9, 0.9, 1);  -o-transform: scale3d(0.9, 0.9, 1);  -ms-transform: scale3d(0.9, 0.9, 1);  -webkit-transform: scale3d(0.9, 0.9, 1);  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);  transform: scale3d(0.9, 0.9, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);  opacity: .6;  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container {  -moz-transform: scale3d(1, 1, 1);  -o-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -webkit-transform: -webkit-scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  opacity: 1; } .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner, .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner:hover {  -moz-transform: scale3d(1, 1, 1);  -o-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -webkit-transform: -webkit-scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  opacity: 1;  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper {  padding-left: 50px;  padding-right: 50px; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_content_slider_inner {  width: 70%;  margin: 0 auto; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .flickity-viewport {  overflow: visible !important; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .flickity-viewport .flickity-slider {  -moz-transform: translate3d(0, 0, 0) !important;  -o-transform: translate3d(0, 0, 0) !important;  -ms-transform: translate3d(0, 0, 0) !important;  -webkit-transform: translate3d(0, 0, 0) !important;  -webkit-transform: -webkit-translate3d(0, 0, 0) !important;  transform: translate3d(0, 0, 0) !important; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide {  z-index: -3;  left: 0 !important;  -moz-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  -o-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  -ms-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  -webkit-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  height: 100%;  display: table; } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.wtbx_slide_prev {  opacity: 1 !important;  z-index: -3;  -moz-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);  -o-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);  -ms-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);  -webkit-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);  -webkit-transform: -webkit-translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);  transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.wtbx_slide_next {  opacity: 1 !important;  z-index: -3;  -moz-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);  -o-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);  -ms-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);  -webkit-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);  -webkit-transform: -webkit-translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);  transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container {  padding: 0;  height: 100%;  -moz-transform: scale3d(0.8, 0.8, 1);  -o-transform: scale3d(0.8, 0.8, 1);  -ms-transform: scale3d(0.8, 0.8, 1);  -webkit-transform: scale3d(0.8, 0.8, 1);  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);  transform: scale3d(0.8, 0.8, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected {  z-index: 1;  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);  transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container {  opacity: 1;  -moz-transform: scale3d(1, 1, 1);  -o-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -webkit-transform: -webkit-scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner, .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.is-selected .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner:hover {  opacity: 1;  -moz-transform: scale3d(1, 1, 1);  -o-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -webkit-transform: -webkit-scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15); } .wtbx_vc_content_slider.wtbx_align_middle .wtbx_vc_content_slide {  display: table;  height: 100%; } .wtbx_vc_content_slider.wtbx_align_middle .wtbx_vc_content_slide .wtbx_vc_content_slide_container {  display: table-cell;  vertical-align: middle;  width: 100%; } .wtbx_vc_content_slider.wtbx_align_fullheight .flickity-slider {  -webkit-flex-wrap: wrap;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  display: flex;  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox; } .wtbx_vc_content_slider.wtbx_align_fullheight .wtbx_content_slider_wrapper.wtbx_slider_init .wtbx_vc_content_slide {  height: 100%; } .wtbx_vc_content_slider.wtbx_align_fullheight .wtbx_vc_content_slide_container {  height: 100%; } .wtbx_vc_content_slider.wtbx_align_fullheight .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {  height: 100%; } .wtbx_vc_content_slider.wtbx_align_fullheight .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner .wtbx_content_slide_inner {  height: 100%; } .wtbx_vc_content_slider:hover .wtbx_dots ul, .wtbx_vc_content_slider:hover .wtbx_dots ol {  opacity: 1; } @media only screen and (max-width: 991px) {  .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_vc_content_slide {   width: 100% !important;  } } @media only screen and (max-width: 767px) {  .wtbx_vc_content_slider .wtbx_content_slider_wrapper {   padding-left: 0 !important;   padding-right: 0 !important;   padding-bottom: 45px;   position: relative;  }  .wtbx_vc_content_slider .wtbx_content_slider_wrapper .wtbx_vc_content_slide {   -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;  }  .wtbx_vc_content_slider .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container {   opacity: 1 !important;   padding: 15px !important;   -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;   transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;  }  .wtbx_vc_content_slider .wtbx_content_slider_wrapper .wtbx_vc_content_slide .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {   -moz-transform: scale3d(1, 1, 1) !important;   -o-transform: scale3d(1, 1, 1) !important;   -ms-transform: scale3d(1, 1, 1) !important;   -webkit-transform: scale3d(1, 1, 1) !important;   -webkit-transform: -webkit-scale3d(1, 1, 1) !important;   transform: scale3d(1, 1, 1) !important;  }  .wtbx_vc_content_slider .wtbx_content_slider_wrapper .wtbx_content_slider_inner {   width: 100% !important;   margin-left: 0 !important;   margin-right: 0 !important;  }  .wtbx_vc_content_slider .wtbx_content_slider_nav {   top: auto;   bottom: 15px;   height: auto;  }  .wtbx_vc_content_slider.wtbx_style_boxed_scale .wtbx_content_slider_wrapper .wtbx_vc_content_slide.slick-active .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner, .wtbx_vc_content_slider.wtbx_style_boxed_simple .wtbx_content_slider_wrapper .wtbx_vc_content_slide.slick-active .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner, .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide.slick-active .wtbx_vc_content_slide_container .wtbx_vc_content_slide_inner {   box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15) !important;  }  .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_content_slider_wrapper .wtbx_vc_content_slide:not(.is-selected) {   -moz-transform: scale3d(0.6, 0.6, 1) !important;   -o-transform: scale3d(0.6, 0.6, 1) !important;   -ms-transform: scale3d(0.6, 0.6, 1) !important;   -webkit-transform: scale3d(0.6, 0.6, 1) !important;   -webkit-transform: -webkit-scale3d(0.6, 0.6, 1) !important;   transform: scale3d(0.6, 0.6, 1) !important;  }  .wtbx_vc_content_slider .wtbx_arrows {   display: none;  }  .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_dots {   bottom: -45px;  }  .wtbx_vc_content_slider.wtbx_style_boxed_overlap .wtbx_dots.wtbx_dots_style_3 {   bottom: -30px;  } } .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_slider_pagination, .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_dots, .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_arrow_prev, .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_arrow_next {  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_content_slider_wrapper:not(:hover) .wtbx_slider_pagination, .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_content_slider_wrapper:not(:hover) .wtbx_dots {  opacity: 0;  -moz-transform: translate3d(0, -5px, 0);  -o-transform: translate3d(0, -5px, 0);  -ms-transform: translate3d(0, -5px, 0);  -webkit-transform: translate3d(0, -5px, 0);  -webkit-transform: -webkit-translate3d(0, -5px, 0);  transform: translate3d(0, -5px, 0); } .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_content_slider_wrapper:not(:hover) .wtbx_arrow_prev {  opacity: 0;  -moz-transform: translate3d(15px, -50%, 0);  -o-transform: translate3d(15px, -50%, 0);  -ms-transform: translate3d(15px, -50%, 0);  -webkit-transform: translate3d(15px, -50%, 0);  -webkit-transform: -webkit-translate3d(15px, -50%, 0);  transform: translate3d(15px, -50%, 0); } .wtbx_vc_content_slider.wtbx_hide_nav .wtbx_content_slider_wrapper:not(:hover) .wtbx_arrow_next {  opacity: 0;  -moz-transform: translate3d(-15px, -50%, 0);  -o-transform: translate3d(-15px, -50%, 0);  -ms-transform: translate3d(-15px, -50%, 0);  -webkit-transform: translate3d(-15px, -50%, 0);  -webkit-transform: -webkit-translate3d(-15px, -50%, 0);  transform: translate3d(-15px, -50%, 0); } .wtbx_vc_content_slider [data-slides-desktop="scale"] .wtbx_vc_content_slide {  width: 38%; } .wtbx_vc_content_slider [data-slides-desktop="centered"] .wtbx_vc_content_slide {  width: 65%; } .wtbx_vc_content_slider [data-slides-desktop="1"] .wtbx_vc_content_slide {  width: 100%; } .wtbx_vc_content_slider [data-slides-desktop="2"] .wtbx_vc_content_slide {  width: 50%; } .wtbx_vc_content_slider [data-slides-desktop="3"] .wtbx_vc_content_slide {  width: 33.3333%; } .wtbx_vc_content_slider [data-slides-desktop="4"] .wtbx_vc_content_slide {  width: 25%; } .wtbx_vc_content_slider [data-slides-desktop="5"] .wtbx_vc_content_slide {  width: 20%; } .wtbx_vc_content_slider [data-slides-desktop="6"] .wtbx_vc_content_slide {  width: 16.6666%; } .wtbx_vc_content_slider [data-slides-desktop="7"] .wtbx_vc_content_slide {  width: 14.2857%; } .wtbx_vc_content_slider [data-slides-desktop="8"] .wtbx_vc_content_slide {  width: 12.5%; } @media only screen and (max-width: 1024px) {  .wtbx_vc_content_slider [data-slides-tablet="1"] .wtbx_vc_content_slide {   width: 100%;  }  .wtbx_vc_content_slider [data-slides-tablet="2"] .wtbx_vc_content_slide {   width: 50%;  }  .wtbx_vc_content_slider [data-slides-tablet="3"] .wtbx_vc_content_slide {   width: 33.3333%;  }  .wtbx_vc_content_slider [data-slides-tablet="4"] .wtbx_vc_content_slide {   width: 25%;  }  .wtbx_vc_content_slider [data-slides-tablet="5"] .wtbx_vc_content_slide {   width: 20%;  }  .wtbx_vc_content_slider [data-slides-tablet="6"] .wtbx_vc_content_slide {   width: 16.6666%;  }  .wtbx_vc_content_slider [data-slides-tablet="7"] .wtbx_vc_content_slide {   width: 14.2857%;  }  .wtbx_vc_content_slider [data-slides-tablet="8"] .wtbx_vc_content_slide {   width: 12.5%;  } } @media only screen and (max-width: 767px) {  .wtbx_vc_content_slider [data-slides-mobile="1"] .wtbx_vc_content_slide {   width: 100%;  }  .wtbx_vc_content_slider [data-slides-mobile="2"] .wtbx_vc_content_slide {   width: 50%;  }  .wtbx_vc_content_slider [data-slides-mobile="3"] .wtbx_vc_content_slide {   width: 33.3333%;  }  .wtbx_vc_content_slider [data-slides-mobile="4"] .wtbx_vc_content_slide {   width: 25%;  }  .wtbx_vc_content_slider [data-slides-mobile="5"] .wtbx_vc_content_slide {   width: 20%;  }  .wtbx_vc_content_slider [data-slides-mobile="6"] .wtbx_vc_content_slide {   width: 16.6666%;  }  .wtbx_vc_content_slider [data-slides-mobile="7"] .wtbx_vc_content_slide {   width: 14.2857%;  }  .wtbx_vc_content_slider [data-slides-mobile="8"] .wtbx_vc_content_slide {   width: 12.5%;  } } 
  .wtbx_vc_testimonial .wtbx_testimonial_credentials {  position: relative; } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_photo {  width: 40px;  height: 40px;  border-radius: 50%;  overflow: hidden;  -moz-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -webkit-transform: -webkit-translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_photo img {  max-width: none;  height: auto;  position: absolute;  top: 50%;  left: 50%;  -moz-transform: translate3d(-50%, -50%, 0);  -o-transform: translate3d(-50%, -50%, 0);  -ms-transform: translate3d(-50%, -50%, 0);  -webkit-transform: translate3d(-50%, -50%, 0);  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);  transform: translate3d(-50%, -50%, 0); } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_name {  display: block;  font-weight: 600; } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation {  display: inline-block; } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation + .wtbx_testimonial_author_company:before {  content: '|';  margin-right: .5em; } .wtbx_vc_testimonial .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_company {  display: inline-block; } .wtbx_vc_testimonial .wtbx_testimonial_content p:first-child {  margin-top: 0; } .wtbx_vc_testimonial .wtbx_testimonial_content p:last-child {  margin-bottom: 0; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_vc_el_inner {  padding: 30px;  position: relative; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_photo {  position: absolute;  left: 0;  top: 0; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_photo + .wtbx_testimonial_details {  padding-left: 55px;  min-height: 60px; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_details {  line-height: 20px;  padding-bottom: 20px; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_name {  font-size: 1em; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_company {  font-size: .928571em; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation {  margin-right: .5em; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_logo {  height: 40px;  margin-bottom: 20px; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_testimonial_credentials .wtbx_testimonial_logo img {  max-width: none;  height: 40px;  width: auto; } .wtbx_vc_testimonial.wtbx_style_1 .wtbx_vc_testimonial_inner:before {  content: '';  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  border-radius: 6px;  background-color: #fff;  z-index: -1;  border-width: 1px;  border-style: solid;  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_testimonial.wtbx_style_1:hover .wtbx_vc_testimonial_inner:before {  border-color: transparent !important;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); } .wtbx_vc_testimonial.wtbx_style_1.wtbx_skin_dark .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_1.wtbx_skin_dark .wtbx_testimonial_author_company {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_testimonial.wtbx_style_1.wtbx_skin_dark .wtbx_testimonial_content {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_1.wtbx_skin_dark .wtbx_vc_testimonial_inner:before {  background-color: rgba(0, 0, 0, 0.1);  border-color: rgba(0, 0, 0, 0.1); } .wtbx_vc_testimonial.wtbx_style_1.wtbx_skin_dark.wtbx_scheme_default .wtbx_testimonial_author_name {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials {  margin-top: 1.8em; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_photo {  position: absolute;  left: 0;  top: 0; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_photo + .wtbx_testimonial_details {  padding-left: 60px;  min-height: 40px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_details {  line-height: 20px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_name {  font-size: 16px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_company {  font-size: 14px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation {  margin-right: .5em; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_logo {  height: 40px;  margin-bottom: 20px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_credentials .wtbx_testimonial_logo img {  max-width: none;  height: 40px;  width: auto; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_content {  position: relative;  padding: 30px;  border-radius: 6px; } .wtbx_vc_testimonial.wtbx_style_2 .wtbx_testimonial_content:before {  content: '';  position: absolute;  left: 40px;  top: 100%;  border-style: solid;  border-width: 15px 20px 0 0;  border-right-color: transparent !important;  border-bottom-color: transparent !important;  border-left-color: transparent !important; } .wtbx_vc_testimonial.wtbx_style_2.wtbx_scheme_colorful .wtbx_testimonial_content {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_2.wtbx_skin_dark .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_2.wtbx_skin_dark .wtbx_testimonial_author_company {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_testimonial.wtbx_style_2.wtbx_skin_dark .wtbx_testimonial_author_name {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_2.wtbx_skin_dark .wtbx_testimonial_content {  color: #fff;  background-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_testimonial.wtbx_style_2.wtbx_skin_dark .wtbx_testimonial_content:before {  border-color: rgba(255, 255, 255, 0.1);  border-right-color: transparent;  border-bottom-color: transparent;  border-left-color: transparent; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials {  text-align: center;  margin-top: 50px;  position: relative; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials:before, .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials:after {  content: '';  position: absolute;  left: 50%;  border-radius: 50%;  -moz-transform: translate3d(-50%, 0, 0);  -o-transform: translate3d(-50%, 0, 0);  -ms-transform: translate3d(-50%, 0, 0);  -webkit-transform: translate3d(-50%, 0, 0);  -webkit-transform: -webkit-translate3d(-50%, 0, 0);  transform: translate3d(-50%, 0, 0);  display: block; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials:before {  width: 6px;  height: 6px;  top: -38px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials:after {  width: 13px;  height: 13px;  top: -23px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_photo {  width: 50px;  height: 50px;  position: relative;  margin: 0 auto;  border-style: solid;  border-width: 5px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_photo + .wtbx_testimonial_details {  padding-top: 15px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_details {  line-height: 1.5;  padding-top: 5px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_name {  font-size: 1.142857em; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_company {  font-size: 1em; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation {  margin-right: .5em; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_logo {  height: 40px;  margin-bottom: 20px; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_credentials .wtbx_testimonial_logo img {  max-width: none;  height: 40px;  width: auto; } .wtbx_vc_testimonial.wtbx_style_3 .wtbx_testimonial_content {  padding: 30px;  border-radius: 20px; } .wtbx_vc_testimonial.wtbx_style_3.wtbx_scheme_colorful .wtbx_testimonial_content {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_credentials:before, .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_credentials:after {  background-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_photo {  border-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_author_company {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_author_name {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_content {  color: #fff;  background-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_testimonial.wtbx_style_3.wtbx_skin_dark .wtbx_testimonial_content:before {  border-color: rgba(255, 255, 255, 0.1);  border-right-color: transparent;  border-bottom-color: transparent;  border-left-color: transparent; } .wtbx_vc_testimonial.wtbx_style_4 {  text-align: center; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials {  margin-top: 2.142857em; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_photo {  display: inline-block;  margin: 0 auto;  border: 4px solid #fff;  width: 48px;  height: 48px;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.3); } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_photo + .wtbx_testimonial_details {  padding-top: 5px; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_details {  line-height: 1.5; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_name {  font-size: 1.142857em; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_details .wtbx_testimonial_author_company {  font-size: 1em; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_logo {  height: 40px;  margin-bottom: 20px; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_credentials .wtbx_testimonial_logo img {  max-width: none;  height: 60px;  width: auto; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_quote {  font-size: 1.714286em;  margin-bottom: 1.071429em; } .wtbx_vc_testimonial.wtbx_style_4 .wtbx_testimonial_content {  font-size: 1.428571em;  font-weight: 300;  line-height: 1.9; } .wtbx_vc_testimonial.wtbx_style_4.wtbx_skin_dark .wtbx_testimonial_author_occupation, .wtbx_vc_testimonial.wtbx_style_4.wtbx_skin_dark .wtbx_testimonial_author_company {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_testimonial.wtbx_style_4.wtbx_skin_dark .wtbx_testimonial_author_name {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_4.wtbx_skin_dark .wtbx_testimonial_content {  color: #fff; } .wtbx_vc_testimonial.wtbx_style_4.wtbx_skin_dark .wtbx_testimonial_quote {  color: #fff; } 
  .wtbx_vc_tabs:not(.tabs-init) .wtbx_tabs_knob {  -webkit-transition: all 0s !important;  -moz-transition: all 0s !important;  -ms-transition: all 0s !important;  -o-transition: all 0s !important;  transition: all 0s !important; } .wtbx_vc_tabs .wtbx_tabs_nav {  padding: 0;  list-style: none; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item {  display: inline-block;  text-align: center;  vertical-align: bottom; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  display: block;  font-size: 1.142857em;  line-height: 1.5;  font-weight: 400;  font-style: normal;  text-transform: none; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link .wtbx_vc_icon {  font-size: inherit;  line-height: inherit;  display: inline-block;  vertical-align: middle; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link .wtbx_tabs_nav_title {  display: inline-block;  font-size: inherit;  line-height: inherit;  font-weight: inherit;  font-style: inherit;  text-transform: inherit;  letter-spacing: inherit;  color: inherit;  margin: 0; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link *:last-child {  margin-left: .5em; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link *:first-child {  margin-left: 0; } .wtbx_vc_tabs .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  cursor: default; } .wtbx_vc_tabs .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner {  opacity: 0;  visibility: hidden;  height: 0; } .wtbx_vc_tabs .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper {  padding-top: 15px;  display: none; } .wtbx_vc_tabs .wtbx_tabs_content .wtbx_vc_tab.active .wtbx_tab_inner {  height: auto;  opacity: 1;  visibility: visible; } .wtbx_vc_tabs .wtbx_tabs_content .wtbx_vc_tab.active .wtbx_tab_inner .wtbx_tab_wrapper {  display: block; } .wtbx_vc_tabs .wtbx_tabs_content .wtbx_vc_tab.active ~ .active .wtbx_tab_inner {  height: 0;  opacity: 0;  visibility: hidden; } .wtbx_vc_tabs.wtbx_nav_align_left .wtbx_tabs_nav {  text-align: left; } .wtbx_vc_tabs.wtbx_nav_align_right .wtbx_tabs_nav {  text-align: right; } .wtbx_vc_tabs.wtbx_nav_align_center .wtbx_tabs_nav {  text-align: center; } .wtbx_vc_tabs.wtbx_tab_anim_fade .wtbx_vc_tab.active .wtbx_tab_inner {  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s; } .wtbx_vc_tabs.wtbx_tab_anim_slide_hor .wtbx_vc_tab.prev .wtbx_tab_inner {  -moz-transform: translate3d(-15px, 0, 0);  -o-transform: translate3d(-15px, 0, 0);  -ms-transform: translate3d(-15px, 0, 0);  -webkit-transform: translate3d(-15px, 0, 0);  -webkit-transform: -webkit-translate3d(-15px, 0, 0);  transform: translate3d(-15px, 0, 0); } .wtbx_vc_tabs.wtbx_tab_anim_slide_hor .wtbx_vc_tab.next .wtbx_tab_inner {  -moz-transform: translate3d(15px, 0, 0);  -o-transform: translate3d(15px, 0, 0);  -ms-transform: translate3d(15px, 0, 0);  -webkit-transform: translate3d(15px, 0, 0);  -webkit-transform: -webkit-translate3d(15px, 0, 0);  transform: translate3d(15px, 0, 0); } .wtbx_vc_tabs.wtbx_tab_anim_slide_hor .wtbx_vc_tab.active .wtbx_tab_inner {  -moz-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -webkit-transform: -webkit-translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s; } .wtbx_vc_tabs.wtbx_tab_anim_slide_vert .wtbx_vc_tab.prev .wtbx_tab_inner {  -moz-transform: translate3d(0, -15px, 0);  -o-transform: translate3d(0, -15px, 0);  -ms-transform: translate3d(0, -15px, 0);  -webkit-transform: translate3d(0, -15px, 0);  -webkit-transform: -webkit-translate3d(0, -15px, 0);  transform: translate3d(0, -15px, 0); } .wtbx_vc_tabs.wtbx_tab_anim_slide_vert .wtbx_vc_tab.next .wtbx_tab_inner {  -moz-transform: translate3d(0, 15px, 0);  -o-transform: translate3d(0, 15px, 0);  -ms-transform: translate3d(0, 15px, 0);  -webkit-transform: translate3d(0, 15px, 0);  -webkit-transform: -webkit-translate3d(0, 15px, 0);  transform: translate3d(0, 15px, 0); } .wtbx_vc_tabs.wtbx_tab_anim_slide_vert .wtbx_vc_tab.active .wtbx_tab_inner {  -moz-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -webkit-transform: -webkit-translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s; } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav {  border-bottom-width: 1px;  border-bottom-style: solid; } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav .wtbx_tabs_nav_item {  margin-right: 1.5em; } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav .wtbx_tabs_nav_item:last-child {  margin-right: 0; } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  padding: .5em 0;  position: relative; } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link:before {  content: '';  position: absolute;  top: 100%;  left: 0;  right: 0;  height: 1px;  display: block;  opacity: 0;  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link:before {  opacity: 1; } .wtbx_vc_tabs.wtbx_style_1.wtbx_skin_dark .wtbx_tabs_nav {  border-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_tabs.wtbx_style_1.wtbx_skin_dark .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_tabs.wtbx_style_1.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item:hover .wtbx_tabs_nav_link, .wtbx_vc_tabs.wtbx_style_1.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_1.wtbx_skin_dark.wtbx_scheme_colorful .wtbx_tabs_nav_item:hover:not(.active) .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav .wtbx_tabs_nav_item {  margin-right: 2em; } .wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav .wtbx_tabs_nav_item:last-child {  margin-right: 0; } .wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  padding: .5em 0;  position: relative; } .wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link:before {  content: '';  position: absolute;  top: 100%;  left: 50%;  -moz-transform: translate3d(-50%, 0, 0);  -o-transform: translate3d(-50%, 0, 0);  -ms-transform: translate3d(-50%, 0, 0);  -webkit-transform: translate3d(-50%, 0, 0);  -webkit-transform: -webkit-translate3d(-50%, 0, 0);  transform: translate3d(-50%, 0, 0);  height: 2px;  width: 0;  max-width: 80%;  border-radius: 2px;  display: block;  opacity: 0;  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link:before {  width: 40px;  opacity: 1; } .wtbx_vc_tabs.wtbx_style_2.wtbx_skin_dark .wtbx_tabs_nav {  border-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_tabs.wtbx_style_2.wtbx_skin_dark .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_tabs.wtbx_style_2.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item:hover .wtbx_tabs_nav_link, .wtbx_vc_tabs.wtbx_style_2.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_2.wtbx_skin_dark.wtbx_scheme_colorful .wtbx_tabs_nav_item:hover:not(.active) .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav {  position: relative; } .wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  padding: .7em 1.5em;  position: relative; } .wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link:before {  content: '';  position: absolute;  top: 100%;  left: 50%;  -moz-transform: translate3d(-50%, 0, 0);  -o-transform: translate3d(-50%, 0, 0);  -ms-transform: translate3d(-50%, 0, 0);  -webkit-transform: translate3d(-50%, 0, 0);  -webkit-transform: -webkit-translate3d(-50%, 0, 0);  transform: translate3d(-50%, 0, 0);  height: 2px;  width: 0;  max-width: 80%;  border-radius: 2px;  display: block;  opacity: 0;  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link:before {  width: 40px;  opacity: 1; } .wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav .wtbx_tabs_knob {  position: absolute;  top: 0;  left: 0;  display: block;  z-index: -1;  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_tabs.wtbx_style_3.wtbx_skin_light .wtbx_tabs_knob {  background-color: #fff;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); } .wtbx_vc_tabs.wtbx_style_3.wtbx_skin_dark .wtbx_tabs_nav {  border-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_tabs.wtbx_style_3.wtbx_skin_dark .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_tabs.wtbx_style_3.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item:hover:not(.active) .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_3.wtbx_skin_dark .wtbx_tabs_knob {  background-color: #fff; } .wtbx_vc_tabs.wtbx_style_3.wtbx_scheme_colorful .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  padding: 2em;  text-align: center;  position: relative;  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  z-index: 1; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link:before {  content: '';  position: absolute;  left: 0;  top: 15px;  bottom: 15px;  width: 1px;  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1); } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link:after {  content: '';  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-color: #fff;  border-radius: 6px;  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);  opacity: 0;  -moz-transform: scale3d(0.95, 0.95, 1);  -o-transform: scale3d(0.95, 0.95, 1);  -ms-transform: scale3d(0.95, 0.95, 1);  -webkit-transform: scale3d(0.95, 0.95, 1);  -webkit-transform: -webkit-scale3d(0.95, 0.95, 1);  transform: scale3d(0.95, 0.95, 1);  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);  z-index: -1; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link .wtbx_tabs_nav_title {  display: block;  margin: 0; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link .wtbx_vc_icon {  display: block;  font-size: 180%;  line-height: 1.5; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link .wtbx_vc_icon + .wtbx_tabs_nav_title {  margin-top: .5em; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item:first-child .wtbx_tabs_nav_link:before {  display: none; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link:before {  opacity: 0; } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link:after {  opacity: 1;  -moz-transform: scale3d(1, 1, 1);  -o-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -webkit-transform: -webkit-scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } .wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav .wtbx_tabs_nav_item.active + .wtbx_tabs_nav_item .wtbx_tabs_nav_link:before {  opacity: 0; } .wtbx_vc_tabs.wtbx_style_4.wtbx_tabs_equal .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  padding: 2em 1em; } .wtbx_vc_tabs.wtbx_style_4.wtbx_scheme_colorful .wtbx_tabs_nav_item .wtbx_tabs_nav_link:after {  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); } .wtbx_vc_tabs.wtbx_style_4.wtbx_scheme_colorful .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_4.wtbx_skin_dark .wtbx_tabs_nav {  border-color: rgba(255, 255, 255, 0.1); } .wtbx_vc_tabs.wtbx_style_4.wtbx_skin_dark .wtbx_tabs_nav .wtbx_tabs_nav_item .wtbx_tabs_nav_link {  color: rgba(255, 255, 255, 0.4); } .wtbx_vc_tabs.wtbx_style_4.wtbx_skin_dark.wtbx_scheme_default .wtbx_tabs_nav_item:hover .wtbx_tabs_nav_link {  color: #fff; } .wtbx_vc_tabs.wtbx_style_4.wtbx_skin_dark.wtbx_scheme_colorful .wtbx_tabs_nav_item:hover .wtbx_tabs_nav_link, .wtbx_vc_tabs.wtbx_style_4.wtbx_skin_dark.wtbx_scheme_colorful .wtbx_tabs_nav_item.active .wtbx_tabs_nav_link {  color: #fff; } 
