.tf-nav-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.tf-nav-menu ul a,
.tf-nav-menu ul li,
.tf-nav-menu .mainnav .menu-container .sub-menu,
.tf-nav-menu button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; 
}
.tf-nav-menu .mainnav .menu-container > ul > li {
display: inline-block;
}
.tf-nav-menu .mainnav .menu-container ul li {
position: relative;
}
.tf-nav-menu .mainnav .menu-container .sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 250px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.tf-nav-menu .mainnav .menu-container > ul > li > ul.sub-menu > li ul.sub-menu  {
top: 0;
left: 100%;
}
.tf-nav-menu .mainnav .menu-container > ul > li:last-child > ul.sub-menu > li ul.sub-menu  {
left: -100%;
}
.tf-nav-menu .mainnav .menu-container .menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.tf-nav-menu.horizontal,
.tf-nav-menu .mainnav ul.menu,
.only-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;    
}
.tf-nav-menu.horizontal.tf-alignment-center,
.tf-alignment-center ul.menu,
.only-icon.tf-alignment-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tf-nav-menu.horizontal.tf-alignment-right,
.tf-alignment-right ul.menu,
.only-icon.tf-alignment-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.tf-nav-menu .tf-alignment-justify,
.tf-alignment-justify ul.menu,
.only-icon.tf-alignment-justify {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.tf-nav-menu .menu-container ul li a {
display: block;
}
.tf-nav-menu .mainnav .menu-container > ul > li > a {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
.tf-nav-menu .mainnav .menu-container > ul > li:first-child > a {
padding-left: 0px !important;
}
.tf-nav-menu .mainnav .menu-container > ul > li:last-child > a {
padding-right: 0px !important;
}
.tf-nav-menu .mainnav .menu-container li> a > i {
display: none;
}
.tf-nav-menu .mainnav .menu-container li.menu-item-has-children > a > i {
margin-left: 6px;
display: block;
float: right;
cursor: pointer;
position: relative;
font-weight: 900;
font-style: normal;
line-height: inherit;
padding-right: 5px;
}
.tf-nav-menu .mainnav .menu-container > ul > li > a > i.fa-angle-right:before {
content: "\f107";
}
.tf-nav-menu .mainnav .menu-container > ul > li > a > i.fa-caret-right:before {
content: "\f0d7";
}
.tf-nav-menu .nav-panel {
position: fixed;
width: 300px;
height: 100%;
left: -100%;
top: 0;
background: #212529;
z-index: 99999;
overflow-y: auto;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
overflow-y: auto;
}
.tf-nav-menu .nav-panel.active {
left: 0;
}
.tf-nav-menu.menu-panel-style-default .nav-panel {
width: 100%;
left: 0;
top: -100%;
display: -webkit-flex !important;
display: flex !important;
flex-direction: column;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center .btn-submenu {
position: static;
right: unset;
top: unset;
display: inline-block;
}
.tf-nav-menu.menu-panel-style-default .nav-panel.active {
top: 0;
}
.wrap-close-menu-panel-style-default {
display: none;
}
.tf-nav-menu.menu-panel-style-default .wrap-close-menu-panel-style-default {
-webkit-order: 999;
order: 999;
padding: 20px 0;
display: block;
}
.tf-nav-menu .mobile-menu-overlay {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -98;
background: rgba(0, 0, 0, 0.9);
opacity: 0;
visibility: hidden;
will-change: opacity;
transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tf-nav-menu .mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
z-index: 9999;
}
.tf-nav-menu.menu-panel-style-left .tf-close {
cursor: pointer;
position: fixed;
right: 30px;
top: 30px;
z-index: -98;
opacity: 0;
visibility: hidden;
will-change: opacity;
transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tf-nav-menu.menu-panel-style-left .tf-close.active {
opacity: 1;
visibility: visible;    
z-index: 9999999;
}
.tf-nav-menu .close-menu-panel-style-default {
cursor: pointer;
position: unset;
right: unset;
top: unset;
}
.tf-nav-menu .nav-panel .logo-nav img {
margin: 0 auto;
}
.nav-panel .logo-nav {
display: inline-block;
}
.tf-nav-menu button {
background-color: transparent;
border: none;
outline: none;
line-height: 1;
}
.tf-nav-menu button:focus {
outline: none;
}
.tf-nav-menu .btn-submenu,
.tf-nav-menu .btn-submenu:focus {
background: transparent !important;
}
.tf-nav-menu .btn-submenu i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s;
}
.tf-nav-menu .btn-submenu.active i {
transform: rotate3d(0, 0, 1, -180deg);
-moz-transform: rotate3d(0, 0, 1, -180deg);
-webkit-transform: rotate3d(0, 0, 1, -180deg);
-o-transform: rotate3d(0, 0, 1, -180deg);
} .tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu {
box-sizing: border-box;
box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%);
-webkit-box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,.10);
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu:before {
content: "";
position: absolute;
height: 12px;
width: 100%;
top: -12px;
left: 0;
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu:after {
content: "";
position: absolute;
height: 15px;
width: 15px;
top: -5px;
left: 50px;
opacity: 1;
z-index: -1;
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate( 45deg );
-ms-transform: rotate(45deg);
transform: rotate( 45deg );
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu ul.sub-menu:after {
top: 15px;
left: -5px;
}
.tf-nav-menu.dropdown-style1 .mainnav .menu-container ul.sub-menu ul.sub-menu {
left: 105%;
} .tf-nav-menu.only-icon .mainnav {
display: none;
}
.tf-nav-menu.only-icon .menu-container ul li a > i,
.tf-nav-menu.horizontal .btn-menu-only {
display: none;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-left {
text-align: left;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center {
text-align: center;
}
.tf-nav-menu .nav-panel.mobile-menu-alignment-center .mainnav-mobi a {
display: inline-block;
} .btn-submenu {
position: absolute;
right: 0;
top: 0;
text-align: center;
cursor: pointer;
width: 50px;
height: 50px;    
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s;
z-index: 11;
}
.mainnav-mobi ul > li > a {
text-decoration: none;
padding: 0 0;
}
.mainnav-mobi ul li,
.mainnav-mobi ul li a {
position: relative;
}
.mainnav-mobi ul li .btn-submenu.active, 
.mainnav-mobi ul > li.active > a, 
.mainnav-mobi ul li a.active {
color: rgba(255,255,255,1);
}
.mobile-style-default .mainnav-mobi {
position: absolute;
top: 100%;
left: 0%;
width: 100%;
z-index: 999;
}
.mobile-style-default .mainnav-mobi ul.sub-menu {
padding-left: 0;
}
.mobile-style-default .mainnav-mobi ul li a {
padding-left: 15px;
}
@media (min-width: 992px) {
.tf-nav-menu .btn-menu-mobile,
.tf-nav-menu .nav-panel {
display: none;
}
.tf-nav-menu.only-icon .nav-panel {
display: block;
}
}
@media (max-width: 991px) {
.tf-nav-menu .menu-container ul li a > i,
.tf-nav-menu.only-icon .btn-menu-mobile {
display: none !important;
} 
.tf-nav-menu .mainnav {
display: none;
}
} .tf_link_effect_underline .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:before,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:after {
content: "";
width: 100%;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:after {
bottom: unset;
top: 0;
}
.tf_link_effect_underline.tf_animation_line_normal .mainnav .menu-container > ul > li.current-menu-ancestor > a:after,
.tf_link_effect_overline.tf_animation_line_normal .mainnav .menu-container > ul > li.current-menu-ancestor > a:after {
visibility: visible;
opacity: 1;
}
.tf_link_effect_underline .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_overline .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:before,
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:after {
visibility: visible;
opacity: 1;
}
.tf_link_effect_underline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:after {
bottom: -10px;
}
.tf_link_effect_underline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_underline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:after {
bottom: 10px;
}
.tf_link_effect_underline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_overline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:after {
top: -10px;
}
.tf_link_effect_overline.tf_animation_line_drop-in .mainnav .menu-container > ul > li > a:hover:after {
top: 0;
}
.tf_link_effect_overline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:after {
top: 10px;
}
.tf_link_effect_overline.tf_animation_line_drop-out .mainnav .menu-container > ul > li > a:hover:after {
top: 0;
}
.tf_link_effect_underline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:after,
.tf_link_effect_overline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:after {
width: 0%;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.tf_link_effect_underline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:hover:after,
.tf_link_effect_overline.tf_animation_line_slide .mainnav .menu-container > ul > li > a:hover:after {
width: 100%;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:before {
bottom: unset;
top: -10px;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:after {
bottom: -10px;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:before {
top: 0;
}
.tf_link_effect_double-line .mainnav .menu-container > ul > li > a:hover:after {
bottom: 0;
}
.tf_link_effect_text .mainnav .menu-container > ul > li > a:hover {
transform: scale(1.07);
-moz-transform: scale(1.07);
-webkit-transform: scale(1.07);
-o-transform: scale(1.07);
} .tf-widget-logo .wrap-logo,
.tf-widget-logo .logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tf-alignment-left .wrap-logo {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tf-alignment-center .wrap-logo {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tf-alignment-right .wrap-logo {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; z-index: 300;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-control-thumbs img {cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {overflow:hidden; position: relative; z-index:2;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; } .flexslider .flex-direction-nav a {
z-index: 9999;
text-align: center;
display: block;
width: 60px;
height: 60px;
outline: 0;
top: 50%;
transform: translateY(-50%);
background-color: #f96868;
color: #fff;   
}
.flexslider.directionnav-circle .flex-direction-nav a,
.flexslider.directionnav-circle-border .flex-direction-nav a {
border-radius: 50%;
}
.flexslider.directionnav-circle-border .flex-direction-nav a {
border: 2px solid;
background-color: transparent !important;
}
.flexslider.directionnav-square-border .flex-direction-nav a {
border: 2px solid;
background-color: transparent !important;
}
.flexslider .flex-direction-nav a:hover {
background-color: #4d4d4d;
text-decoration: none;
color: #fff;
}
.flexslider .flex-direction-nav .flex-prev {
position: absolute;
left: 0;
}
.flexslider .flex-direction-nav .flex-next {
position: absolute;
right: 0;
}
.flexslider .flex-direction-nav i {
font-size: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} .flexslider .flex-control-nav {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 27px;
text-align: center;
display: flex;
}
.flexslider .flex-control-nav li {
margin: 0 3px;
display: inline-block;
zoom: 1;
display: inline;
}
.flexslider .flex-control-nav li a {
z-index: 9999px;
width: 7px;
height: 7px;
display: block;
background-color: #4d4d4d;
cursor: pointer;
text-indent: -9999px;    
}
.flexslider.controlnav-circle .flex-control-nav li a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.flexslider .flex-control-nav li a.flex-active {
background-color: #f96868; 
}.flexslider ul li .bgimg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
}
.flexslider .slides img.bg_shape {
position: absolute;
width: auto;
max-width: 100%;
height: auto;
top: 0;
left: 0;
}
.flexslider li .button-one,
.flexslider li .button-two {
display: inline-block;
text-align: center;
line-height: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.flexslider .button-group {
margin: 0 !important;
padding: 0 !important;
}
.flexslider .button-group > li {
display: inline-block;
margin: 0 !important;
padding: 0 !important;
}
.flexslider .flex-direction-nav a {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.button-group a.button-one {
font-family: "Roboto", Sans-serif;
font-weight: 400;
padding: 19px 38px 19px 43px;
border-radius: 50px 50px 50px 50px;
margin: 0px 9px 0px 0px;
border: 2px solid;
}
.button-group a.button-one:hover {
background-color: #000000;
}
.button-group a.button-one svg {
height: auto;
position: unset;
top: unset;
left: unset;
display: inline-block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.button-group a.button-one .btn-icon-left,
.button-group a.button-one .btn-icon-right {
vertical-align: middle;
}
.flexslider .flex_caption { 
width: 100%; 
display: block; 
}
.flex_caption.container {
margin: 0 auto;
}
.flexslider .item-slide .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vegas-content a.button-one svg {
height: auto;
position: unset;
top: unset;
left: unset;
display: inline-block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.vegas-content .heading:before,
.vegas-content h1:before,
.vegas-content h2:before,
.flexslider h1:before,
.flexslider h2:before {
display: none !important;
}
@media only screen and (max-width: 991px) {
.flexslider .flex-direction-nav {
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.flexslider:hover .flex-direction-nav {
visibility: visible;
opacity: 1;
}
}
@media only screen and (max-width: 767px) {
.flexslider .flex-direction-nav {
display: none;
}
.flexslider .flex_caption {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 576px) {
.flex_caption.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.flex_caption.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.flex_caption.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.flex_caption.container {
max-width: 1140px;
}
} .ghostIn, .fromTop, .fromRight, .fromBottom, .fromLeft {opacity: 0; transition: all 0.7s ; -webkit-transition: all 0.7s ;}
.flexslider li.flex-active-slide .ghostIn {opacity: 1;}
.flexslider li .fromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .fromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .fromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .fromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .fromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .fromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .fromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .fromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);} .bg_zoomIn, .bg_zoomOut { opacity: 0; transition: transform 5s ease-in-out; }
.flexslider li.flex-active-slide .bg_zoomIn { opacity: 1; transform: scale(1.2); }
.bg_zoomOut { transform: scale(1.2); }
.flexslider li.flex-active-slide .bg_zoomOut { opacity: 1; transform: scale(1); }
.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11 {transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}
.captionDelay13 {transition-delay: 1.3s; -webkit-transition-delay: 1.3s;}
.captionDelay14 {transition-delay: 1.4s; -webkit-transition-delay: 1.4s;}
.captionDelay15 {transition-delay: 1.5s; -webkit-transition-delay: 1.5s;}
.captionDelay16 {transition-delay: 1.6s; -webkit-transition-delay: 1.6s;}
.captionDelay17 {transition-delay: 1.7s; -webkit-transition-delay: 1.7s;}
.captionDelay18 {transition-delay: 1.8s; -webkit-transition-delay: 1.8s;}
.captionDelay19 {transition-delay: 1.9s; -webkit-transition-delay: 1.9s;}
.captionDelay20 {transition-delay: 2s; -webkit-transition-delay: 2s;}
.vivify.captionDelay1 {animation-duration: 0.1s !important; -webkit-animation-duration: 0.1s !important;}
.vivify.captionDelay2 {animation-duration: 0.2s !important; -webkit-animation-duration: 0.2s !important;}
.vivify.captionDelay3 {animation-duration: 0.3s !important; -webkit-animation-duration: 0.3s !important;}
.vivify.captionDelay4 {animation-duration: 0.4s !important; -webkit-animation-duration: 0.4s !important;}
.vivify.captionDelay5 {animation-duration: 0.5s !important; -webkit-animation-duration: 0.5s !important;}
.vivify.captionDelay6 {animation-duration: 0.6s !important; -webkit-animation-duration: 0.6s !important;}
.vivify.captionDelay7 {animation-duration: 0.7s !important; -webkit-animation-duration: 0.7s !important;}
.vivify.captionDelay8 {animation-duration: 0.8s !important; -webkit-animation-duration: 0.8s !important;}
.vivify.captionDelay9 {animation-duration: 0.9s !important; -webkit-animation-duration: 0.9s !important;}
.vivify.captionDelay10 {animation-duration: 1s !important; -webkit-animation-duration: 1s !important;}
.vivify.captionDelay11 {animation-duration: 1.1s !important; -webkit-animation-duration: 1.1s !important;}
.vivify.captionDelay12 {animation-duration: 1.2s !important; -webkit-animation-duration: 1.2s !important;}
.vivify.captionDelay13 {animation-duration: 1.3s !important; -webkit-animation-duration: 1.3s !important;}
.vivify.captionDelay14 {animation-duration: 1.4s !important; -webkit-animation-duration: 1.4s !important;}
.vivify.captionDelay15 {animation-duration: 1.5s !important; -webkit-animation-duration: 1.5s !important;}
.vivify.captionDelay16 {animation-duration: 1.6s !important; -webkit-animation-duration: 1.6s !important;}
.vivify.captionDelay17 {animation-duration: 1.7s !important; -webkit-animation-duration: 1.7s !important;}
.vivify.captionDelay18 {animation-duration: 1.8s !important; -webkit-animation-duration: 1.8s !important;}
.vivify.captionDelay19 {animation-duration: 1.9s !important; -webkit-animation-duration: 1.9s !important;}
.vivify.captionDelay20 {animation-duration: 2s !important; -webkit-animation-duration: 2s !important;}header.tf-custom-header,
footer.tf-custom-footer {
padding: 0 !important;
max-width: 100% !important;
}
.tf-container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.tf-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tf-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;    
} .swiper-pagination.swiper-pagination-fraction {
display: inline-flex !important;
align-items: flex-start;
} .tf-clipping-mask .image-clipping-mask {
position: relative;
display: inline-block;
}
.tf-clipping-mask .image-clipping-mask .overlay-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tf-clipping-mask .image-clipping-mask .image {
width: 100%;
height: 100%;
}.tf-tabs ul {
list-style: none;
}
.tf-tabs .tf-tabnav ul {
position: relative;
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 1;
max-width: 100%;
}
.tf-tabs .tf-tabnav ul > li {
position: relative;
padding: 1em 1.5em;
flex: 1 1 auto;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-color: #f7f7f7;
}
.tf-tabs.horizontal .tf-tabnav {
margin-left: auto;
margin-right: auto;
}
.tf-tabs .tf-tabnav ul > li,
.tf-tabs .tf-tabnav ul > li span,
.tf-tabs .tf-tabnav ul > li i,
.tf-tabs .tf-tabnav ul > li svg,
.tf-tabs .tf-tabnav > ul > li.active:after,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner.active,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner.inactive {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-tabs.vertical {
display: flex;
}
.tf-tabs.vertical .tf-tabnav ul > li {
width: 100%;
justify-content: center;
}
.tf-tabs.vertical .tf-tabnav {
flex: 0 0 auto;
}
.tf-tabs.vertical .tf-tabnav ul {
flex-wrap: wrap;
flex-flow: column wrap;
}
.tf-tabs .tf-tabcontent {
display: flex;
flex: 1 1 auto;
}
.tf-tabs .tf-tabcontent {
padding: 1em;
overflow: hidden;
}
.tf-tabs .tf-tabcontent .tf-tabcontent-inner {
display: none;
width: 100%;        
}
.tf-tabcontent:before,
.tf-tabcontent:after {
display: table;
content: "";
}
.tf-tabcontent:after {
clear: both;
}
.tf-tabs .tf-tabnav ul > li.active,
.tf-tabs .tf-tabnav ul > li.set-active-tab,
.tf-tabs .tf-tabnav ul > li:hover {
color: #fff;
fill: #fff;
background: #000000;        
}
.tf-tabs .tf-tabnav ul > li:hover {
background: #222222;
}
.tf-tabs .tf-tabnav ul > li:hover {
z-index: 1;
}
.tf-tabs .tf-tabcontent .tf-tabcontent-inner.active,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner.set-active-tab {
display: block;
}
.tf-tabs.icon-position-top .tf-tabnav ul > li .tab-title-text,
.tf-tabs.icon-position-top .tf-tabnav ul > li .wrap-icon {
flex: 1 1 100%;
line-height: 1;
}
.tf-tabs.icon-position-top .tf-tabnav ul > li {
display: flex;
flex-wrap: wrap;
text-align: center;
}
.tf-tabs.icon-position-right .tf-tabnav ul > li,
.tf-tabs.icon-position-right .tf-tabnav ul > li img,
.tf-tabs.icon-position-right .tf-tabnav ul > li svg,
.tf-tabs.icon-position-right .tf-tabnav ul > li i,
.tf-tabs.icon-position-right .tf-tabnav ul > li .tab-title-text {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.tf-tabs .tf-tabnav > ul > li {
position: relative;
}
.tf-tabs .tf-tabnav > ul > li.active:after,
.tf-tabs .tf-tabnav > ul > li.set-active-tab:after {
content: "";
position: absolute;    
z-index: 2;
width: 0;
height: 0;
display: none;    
}
.tf-tabs.show-triger-yes .tf-tabnav > ul > li.active:after,
.tf-tabs.show-triger-yes .tf-tabnav > ul > li.set-active-tab:after {
display: block;
}
.tf-tabs.horizontal .tf-tabnav > ul > li.active:after,
.tf-tabs.horizontal .tf-tabnav > ul > li.set-active-tab:after {
left: 0;
right: 0;
margin: 0 auto;
bottom: -10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #000000;
border-bottom: 0;
}
.tf-tabs.vertical .tf-tabnav > ul > li.active:after,
.tf-tabs.vertical .tf-tabnav > ul > li.set-active-tab:after {
right: -10px;
top: calc(50% - 10px);
border-left: 10px solid #000000;
border-right: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;    
}
.tf-tabs.horizontal.nav-left .tf-tabnav > ul,
.tf-tabs.horizontal.nav-center .tf-tabnav > ul,
.tf-tabs.horizontal.nav-right .tf-tabnav > ul {
display: inline-flex;    
}
.tf-tabs.horizontal.nav-left .tf-tabnav {
text-align: left;
}
.tf-tabs.horizontal.nav-center .tf-tabnav {
text-align: center;
}
.tf-tabs.horizontal.nav-right .tf-tabnav {
text-align: right;
}
@media (max-width: 991px) and (min-width: 768px){
.elementor-section .elementor-container {
padding: 0 !important;
}
}
@media (max-width: 767px) { 
.tf-tabs.vertical {
display: block;
}
.tf-tabs .tf-tabnav ul {
flex-wrap: wrap;
flex-flow: row wrap;
}    
.tf-tabs .tf-tabnav ul > li {
flex: 1 1 auto;
width: 100%;
}
.tf-tabs.vertical.show-triger-yes .tf-tabnav > ul > li.active:after, 
.tf-tabs.vertical.show-triger-yes .tf-tabnav > ul > li.set-active-tab:after {
right: unset !important;
top: 100% !important;
transform: rotate(90deg) translateX(-50%);
}
.elementor-section .elementor-container {
padding: 0 !important;
}
}#tf-scroll-top .inner-scroll-top {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#tf-scroll-top.scroll-and-show .inner-scroll-top {
position: fixed !important;               
text-align: center;        
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
z-index: 99999;
cursor: pointer;
overflow: hidden;        
}
#tf-scroll-top.scroll-and-show.show .inner-scroll-top {
filter: alpha(opacity=100);
opacity: 1;
visibility: visible;
}
#tf-scroll-top .icon-scroll-top {
line-height: 1;
}
#tf-scroll-top .inner-scroll-top,
#tf-scroll-top .inner-scroll-top .icon-scroll-top svg {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{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}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}