.vertical-centering{transform:translateY(-50%);top:50%}.horizontal-centering{transform:translateX(-50%);left:50%}.centering-mixin{transform:translate(-50%,-50%);top:50%;left:50%}@keyframes mk_scale{0%{transform:scale(.3);opacity:.1}to{transform:scale(1);opacity:1}}@keyframes mk_fade{0%{opacity:.1}to{opacity:1}}@keyframes mk_left_to_right{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes mk_right_to_left{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes mk_bottom_to_top{0%{transform:translateY(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes mk_top_to_bottom{0%{transform:translateY(-20px);opacity:0}to{transform:translate(0);opacity:1}}.mobile-false .animate-element{opacity:0}.ie-mobile .animate-element,.no-cssanimations .animate-element.start-animation,.skills.animate-element{opacity:1}.mobile-false #page .animate-element.start-animation.scale-up,.mobile-false .animate-element.start-animation.scale-up{animation:mk_scale .5s cubic-bezier(.445,.05,.55,.95) 1;opacity:1}.mobile-false #page .animate-element.start-animation.fade-in,.mobile-false .animate-element.start-animation.fade-in{animation:mk_fade .7s cubic-bezier(.445,.05,.55,.95) 1;opacity:1}.mobile-false #page .animate-element.start-animation.right-to-left,.mobile-false .animate-element.start-animation.right-to-left{animation:mk_right_to_left .6s cubic-bezier(.77,0,.175,1) 1;opacity:1}.mobile-false #page .animate-element.start-animation.left-to-right,.mobile-false .animate-element.start-animation.left-to-right{animation:mk_left_to_right .6s cubic-bezier(.77,0,.175,1) 1;opacity:1}.mobile-false #page .animate-element.start-animation.top-to-bottom,.mobile-false .animate-element.start-animation.top-to-bottom{animation:mk_top_to_bottom .6s cubic-bezier(.77,0,.175,1) 1;opacity:1}.mobile-false #page .animate-element.start-animation.bottom-to-top,.mobile-false .animate-element.start-animation.bottom-to-top{animation:mk_bottom_to_top .6s cubic-bezier(.77,0,.175,1) 1;opacity:1}.mobile-false .animate-element.start-animation{animation-fill-mode:both;animation-duration:1s}@keyframes dt_bounce{0%,20%,53%,80%,to{transform:translateZ(0);transition-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{transform:translate3d(0,-30px,0);transition-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0);transition-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{transform:translate3d(0,-4px,0)}}.mobile-false #page .animate-element.start-animation.bounce,.mobile-false .animate-element.start-animation.bounce{animation-name:dt_bounce;opacity:1;transform-origin:center bottom}@keyframes dt_flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.mobile-false .animate-element.start-animation.flash{animation-name:dt_flash}@keyframes dt_pulse{0%,to{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}}.mobile-false .animate-element.start-animation.pulse{animation-name:dt_pulse;opacity:1}@keyframes dt_rubberBand{0%,to{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.mobile-false .animate-element.start-animation.rubberBand{animation-name:dt_rubberBand;opacity:1}@keyframes dt_shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.mobile-false .animate-element.start-animation.shake{animation-name:dt_shake;opacity:1}@keyframes dt_swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.mobile-false .animate-element.start-animation.swing{animation-name:dt_swing;opacity:1;transform-origin:top center}@keyframes dt_tada{0%,to{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}}.mobile-false .animate-element.start-animation.tada{animation-name:dt_tada;opacity:1}@keyframes dt_wobble{0%,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}}.mobile-false .animate-element.start-animation.wobble{animation-name:dt_wobble;opacity:1}@keyframes dt_bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:scale3d(.3,.3,.3);opacity:0}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{transform:scale3d(1.03,1.03,1.03);opacity:1}80%{transform:scale3d(.97,.97,.97)}to{transform:scaleX(1);opacity:1}}.mobile-false .animate-element.start-animation.bounceIn{animation-name:dt_bounceIn;opacity:1;animation-duration:.75s}@keyframes dt_bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(0,-3000px,0);opacity:0}60%{transform:translate3d(0,25px,0);opacity:1}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.mobile-false .animate-element.start-animation.bounceInDown{animation-name:dt_bounceInDown;opacity:1}@keyframes dt_bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(-3000px,0,0);opacity:0}60%{transform:translate3d(25px,0,0);opacity:1}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.mobile-false .animate-element.start-animation.bounceInLeft{animation-name:dt_bounceInLeft;opacity:1}@keyframes dt_bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(3000px,0,0);opacity:0}60%{transform:translate3d(-25px,0,0);opacity:1}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.mobile-false .animate-element.start-animation.bounceInRight{animation-name:dt_bounceInRight;opacity:1}@keyframes dt_bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(0,3000px,0);opacity:0}60%{transform:translate3d(0,-20px,0);opacity:1}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.mobile-false .animate-element.start-animation.bounceInUp{animation-name:dt_bounceInUp;opacity:1}@keyframes dt_fadeIn{0%{opacity:0}to{opacity:1}}.mobile-false .animate-element.start-animation.fadeIn{animation-name:dt_fadeIn}@keyframes dt_fadeInDown{0%{transform:translate3d(0,-100%,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInDown{animation-name:dt_fadeInDown}@keyframes dt_fadeInDownBig{0%{transform:translate3d(0,-2000px,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInDownBig{animation-name:dt_fadeInDownBig}@keyframes dt_fadeInLeft{0%{transform:translate3d(-100%,0,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInLeft{animation-name:dt_fadeInLeft}@keyframes dt_fadeInLeftBig{0%{transform:translate3d(-2000px,0,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInLeftBig{animation-name:dt_fadeInLeftBig}@keyframes dt_fadeInRight{0%{transform:translate3d(100%,0,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInRight{animation-name:dt_fadeInRight}@keyframes dt_fadeInRightBig{0%{transform:translate3d(2000px,0,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInRightBig{animation-name:dt_fadeInRightBig}@keyframes dt_fadeInUp{0%{transform:translate3d(0,100%,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInUp{animation-name:dt_fadeInUp}@keyframes dt_fadeInUpBig{0%{transform:translate3d(0,2000px,0);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.fadeInUpBig{animation-name:dt_fadeInUpBig}@keyframes dt_flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.mobile-false .animate-element.start-animation.flipInX{backface-visibility:visible!important;animation-name:dt_flipInX;opacity:1}@keyframes dt_flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.mobile-false .animate-element.start-animation.flipInY{backface-visibility:visible!important;animation-name:dt_flipInY;opacity:1}@keyframes dt_rotateIn{0%{transform:rotate(-200deg);opacity:0;transform-origin:center}to{transform:none;opacity:1;transform-origin:center}}.mobile-false .animate-element.start-animation.rotateIn{animation-name:dt_rotateIn}@keyframes dt_rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0;transform-origin:left bottom}to{transform:none;opacity:1;transform-origin:left bottom}}.mobile-false .animate-element.start-animation.rotateInDownLeft{animation-name:dt_rotateInDownLeft}@keyframes dt_rotateInDownRight{0%{transform:rotate(45deg);opacity:0;transform-origin:right bottom}to{transform:none;opacity:1;transform-origin:right bottom}}.mobile-false .animate-element.start-animation.rotateInDownRight{animation-name:dt_rotateInDownRight}@keyframes dt_rotateInUpLeft{0%{transform:rotate(45deg);opacity:0;transform-origin:left bottom}to{transform:none;opacity:1;transform-origin:left bottom}}.mobile-false .animate-element.start-animation.rotateInUpLeft{animation-name:dt_rotateInUpLeft}@keyframes dt_rotateInUpRight{0%{transform:rotate(-90deg);opacity:0;transform-origin:right bottom}to{transform:none;opacity:1;transform-origin:right bottom}}.mobile-false .animate-element.start-animation.rotateInUpRight{animation-name:dt_rotateInUpRight}@keyframes dt_rollIn{0%{transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.rollIn{animation-name:dt_rollIn}@keyframes dt_rollOut{0%{opacity:1}to{transform:translate3d(100%,0,0) rotate(120deg);opacity:0}}.mobile-false .animate-element.start-animation.rollOut{animation-name:dt_rollOut;opacity:1}@keyframes dt_zoomIn{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.mobile-false .animate-element.start-animation.zoomIn{animation-name:dt_zoomIn;opacity:1}@keyframes dt_zoomInDown{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.mobile-false .animate-element.start-animation.zoomInDown{animation-name:dt_zoomInDown;opacity:1}@keyframes dt_zoomInLeft{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.mobile-false .animate-element.start-animation.zoomInLeft{animation-name:dt_zoomInLeft;opacity:1}@keyframes dt_zoomInRight{0%{-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.mobile-false .animate-element.start-animation.zoomInRight{animation-name:dt_zoomInRight;opacity:1}@keyframes dt_zoomInUp{0%{transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.mobile-false .animate-element.start-animation.zoomInUp{animation-name:dt_zoomInUp;opacity:1}@keyframes dt_lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.mobile-false .animate-element.start-animation.lightspeedIn{animation-timing-function:ease-out;animation-name:dt_lightSpeedIn}img.info-circle-img-icon{max-width:100%}.smile_icon_list.left li .icon_list_connector{border-width:0}.vc_grid-container div[style*="vc_gitem_image.png"]{display:none}.ult_modal-header>*{font-weight:inherit;font-style:inherit;font-family:inherit}#main .ui-widget,#main .ui-widget-content,#main .wpb_wrapper.ui-widget-content{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;font-family:inherit}#main .wpb_alert{text-shadow:none}#main .wpb_alert strong{font-style:normal}.wpb_alert,.wpb_alert *{color:#c09853}.wpb_alert-success,.wpb_alert-success *{color:#468847}.wpb_alert-danger,.wpb_alert-danger *,.wpb_alert-error,.wpb_alert-error *{color:#b94a48}.wpb_alert-info,.wpb_alert-info *{color:#3a87ad}#main .vc_text_separator div{top:-10px}.wpb_single_image .vc_single_image-wrapper{line-height:0}.wpb_single_image .rollover .blur-effect{display:none}.wpb_single_image .vc_figure{max-width:100%}.rollover.vc_box_border .blur-effect,.rollover.vc_box_border i,.rollover.vc_box_outline .blur-effect,.rollover.vc_box_outline i{height:calc(100% - 12px)!important;top:6px;left:6px;width:calc(100% - 12px)!important}.vc_box_border_circle .blur-effect,.vc_box_border_circle i,.vc_box_circle .blur-effect,.vc_box_circle i,.vc_box_circle img,.vc_box_outline_circle .blur-effect,.vc_box_outline_circle i,.vc_box_shadow_border_circle .blur-effect,.vc_box_shadow_border_circle i,.vc_box_shadow_circle .blur-effect,.vc_box_shadow_circle i{border-radius:50%}div .vc_box_rounded>img{border-radius:inherit}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon,.vc_message_box-icon>i{transform:translate(-50%,-50%)}#main .wpb_gmaps_widget .wpb_map_wraper{padding:0;background:0 0}.wpb_gmaps_widget .wpb_map_wraper{padding:0}.last_toggle_el_margin,.wpb_button,ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.content .uvc-sub-heading{line-height:inherit}.ult-just-icon-wrapper .aio-icon{border-style:none}@media (max-width:480px){#main #content .tab-style-one.wpb_content_element .wpb_tabs_nav,#main #content .tab-style-three.wpb_content_element .wpb_tabs_nav,#main #content .wpb_tour.tab-style-four.wpb_content_element .wpb_tabs_nav,#main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,#main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,#main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,#main .tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,#main .tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,#main .wpb_tour.tab-style-four .wpb_tour_tabs_wrapper .wpb_tab,#main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,#main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,#main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,#main .wpb_tour.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,#main .wpb_tour.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab{display:block}#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,#main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,#main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper{display:block!important}.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{padding-top:0}.wpb_tour.tab-style-one .wpb_tabs_nav,.wpb_tour.tab-style-three .wpb_tabs_nav{border-right:none}.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab{padding-left:0}.wc-login-wrap .log-left-block,.wc-login-wrap .log-right-block{width:100%}.wc-login-wrap .log-right-block{margin-top:20px}}.dt-style.wpb_content_element{margin-bottom:0!important}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element .wpb_accordion_header a,.wpb_content_element .wpb_accordion_header a:active,.wpb_content_element .wpb_accordion_header a:focus{-webkit-appearance:none;outline:0!important}.wpb_content_element .wpb_accordion_header>a span{display:inline-block}#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,#main .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{display:none}.wpb_content_element.dt-style .wpb_accordion_wrapper .wpb_accordion_header{border:none;margin:10px 0 0;background:0 0}.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header{padding:9px 0 0;border-top:1px solid;margin:10px 0 0}.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_section:first-child .wpb_accordion_header,.wpb_content_element.dt-style .wpb_accordion_wrapper .wpb_accordion_section:first-child .wpb_accordion_header{padding-top:0;border:none;margin-top:0}.wpb_content_element.dt-style .wpb_accordion_header a{padding:0 25px 0 0;position:relative;display:block}.wpb_accordion .wpb_accordion_wrapper .ui-state-active>a:hover{text-decoration:none}.dt-style.dt-accordion-bg-on.wpb_content_element .wpb_accordion_header a{padding:9px 0 9px 18px}.rtl .dt-style.dt-accordion-bg-on.wpb_content_element .wpb_accordion_header a{padding:9px 18px 9px 0}.wpb_content_element .wpb_accordion_header>a:after,.wpb_content_element .wpb_accordion_header>a:before{height:16px;right:0;content:"";position:absolute;top:50%;width:16px;margin-top:-8px}.dt-accordion-bg-on.wpb_content_element .wpb_accordion_header>a:after,.dt-accordion-bg-on.wpb_content_element .wpb_accordion_header>a:before{right:13px}.rtl .dt-accordion-bg-on.wpb_content_element .wpb_accordion_header>a:after,.rtl .dt-accordion-bg-on.wpb_content_element .wpb_accordion_header>a:before{right:auto;left:13px}.wpb_content_element .wpb_accordion_header>a:after{font-size:8px;font-weight:400;font-style:normal;font-variant:normal;text-transform:none;content:"\f005";speak:none;text-align:center;line-height:16px;margin-top:-8px;font-family:icomoon-the7-font}.wpb_content_element .wpb_accordion_header.ui-state-active>a:after{content:"\f004"}.dt-style.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{padding:10px 0 5px;clear:both;margin:0;display:none}.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{padding:17px 0 13px}.vc_progress_bar.dt-style .vc_single_bar{height:30px;margin-bottom:10px;box-shadow:none}.vc_progress_bar.dt-style .vc_single_bar:last-child{margin-bottom:0}.dt-style.vc_progress_bar.pb-style-two .vc_single_bar{height:13px}.accent-gradient .vc_progress_bar .vc_single_bar.accent-bg .vc_bar{animation:none;background-size:100%;background-repeat:no-repeat}.accent-gradient .vc_progress_bar .vc_single_bar.accent-bg .vc_bar:after{height:100%;content:"";position:absolute;background-size:40px 40px;top:0;left:0;width:100%;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:-moz-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.vc_progress_bar .vc_single_bar.accent-bg .vc_bar.animated:after{animation:progress-bar-stripes 2s linear infinite}.dt-style.vc_progress_bar.pb-style-three .vc_single_bar{height:7px;margin-bottom:15px}.vc_progress_bar.dt-style .vc_single_bar .vc_label{height:30px;padding-top:0;text-shadow:none;padding-bottom:0;line-height:30px}.pb-style-three.dt-style .vc_label,.pb-style-two.dt-style .vc_label{margin-bottom:8px;display:block}.pb-style-one.vc_progress_bar .vc_label *,.vc_progress_bar .vc_label{color:#fff}#main .wpb_tour_next_prev_nav{display:none}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{width:auto;display:inline-block}#page .tab-style-one .wpb_tabs_nav li.ui-state-active a{color:#fff}.wpb_tabs_nav a{box-sizing:border-box}.wpb_tabs .wpb_tabs_nav li{position:relative}.tab-style-one.wpb_tabs .wpb_tabs_nav li{margin:0 10px 5px 0}.tab-style-one.wpb_tabs .wpb_tabs_nav a{padding-top:9px;padding-bottom:9px}.tab-style-one.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:15px 0 0;background:0 0}.tab-style-two.wpb_tabs .wpb_tabs_nav{overflow:hidden;padding-left:25px!important}.tab-style-two.wpb_tabs .wpb_tabs_nav li{margin:12px 30px 6px 0;background:0 0}.tab-style-two.wpb_tabs .wpb_tabs_nav li.ui-tabs-active:before{height:2px;-webkit-backface-visibility:hidden;content:"";position:absolute;bottom:-5px;left:0;width:100%;display:block!important}.tab-style-two.wpb_tabs .wpb_tabs_nav li a{padding:0 0 .5em}.tab-style-two.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:20px 25px;background:0 0}.tab-style-three.wpb_tabs .wpb_tabs_nav li{border:none;margin-right:30px}.tab-style-three.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a{padding:0}.tab-style-three.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:15px 0 0}.tab-style-three.wpb_content_element .wpb_tabs_nav li,.tab-style-three.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background:0 0}.tab-style-four.wpb_tabs,.tab-style-four.wpb_tabs .wpb_tabs_nav{overflow:hidden}.tab-style-four.wpb_tabs .wpb_tabs_nav li{transition:background .4s ease;margin:0;background:0 0}.tab-style-four.wpb_tabs .wpb_tabs_nav li.ui-tabs-active,.tab-style-four.wpb_tabs .wpb_tabs_nav li:hover{background-color:hsla(0,0%,100%,.15)}.tab-style-four.wpb_tabs .wpb_tabs_nav li a,.tab-style-four.wpb_tabs .wpb_tabs_nav li a *{color:#fff}.tab-style-four.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:20px 25px;background:0 0}.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper{display:table}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab,.wpb_tour.wpb_content_element .wpb_tabs_nav{float:none;vertical-align:top;display:table-cell}.wpb_tour .wpb_tabs_nav{box-sizing:border-box}.wpb_tour .wpb_tabs_nav li:hover{cursor:pointer}.wpb_tour.tab-style-one .wpb_tabs_nav li{margin-bottom:10px}.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tabs_nav a{padding-top:8px;padding-bottom:8px}.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab{padding-top:0;padding-left:25px}.rtl .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab{padding-right:25px;padding-left:0}.wpb_tour.tab-style-two .wpb_tabs_nav{padding-right:10px}.rtl .wpb_tour.tab-style-two .wpb_tabs_nav{padding-right:0;padding-left:10px!important}.wpb_tour.tab-style-two .wpb_tabs_nav li{margin-bottom:10px}.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tabs_nav a{padding:12px 15px 12px 0}.tab-style-four.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li a{padding:10px 15px}.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab{padding:20px 25px}.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab{padding-top:0;padding-left:25px}.wpb_tour.tab-style-three .wpb_tabs_nav{border-right:1px solid}.wpb_tour.tab-style-three .wpb_tabs_nav li{border-top:1px solid}.tab-style-three.wpb_tour .wpb_tabs_nav li:first-child{border:none}.tab-style-four.wpb_tour,.tab-style-four.wpb_tour .wpb_tabs_nav{overflow:hidden}.tab-style-four.wpb_tour .wpb_tabs_nav li{transition:background .4s ease;margin:0;background:0 0}.tab-style-four.wpb_tour .wpb_tabs_nav li.ui-tabs-active,.tab-style-four.wpb_tour .wpb_tabs_nav li:hover{background-color:hsla(0,0%,100%,.15)}.tab-style-four.wpb_tour .wpb_tabs_nav li a,.tab-style-four.wpb_tour .wpb_tabs_nav li a *{color:#fff;display:block}.tab-style-four.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{padding:20px 25px;background:0 0}.transparent-pie .vc_pie_wrapper .vc_pie_chart_back{border-color:transparent!important}.transparent-pie .vc_pie_wrapper span{height:auto!important;width:100%!important}.transparent-pie .vc_pie_wrapper canvas{height:70px!important;visibility:hidden}.transparent-pie .vc_pie_chart_value{font-size:70px!important;line-height:70px!important}.transparent-pie[data-pie-color=dt-content] .vc_pie_wrapper span,.vc_pie_chart[data-pie-color=dt-content] canvas{opacity:.5}.vc_pie_chart .vc_pie_wrapper{visibility:hidden}#page .vc_pie_chart_back{opacity:1}