<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Animations */

a.btn,
.btn,
.btn:focus, 
button.button,
input[type="submit"],
.btn:hover, input[type="submit"]:hover,
.wpb_button,
.show-more-button,
.header-menu-bg,
.blog-post .more-link,
.thebuilt-button a,
.widget_product_categories a,
.navbar .nav &gt; li a,
.content-block .widget_meta ul li,
.content-block .widget_archive ul li,
.content-block .widget_categories ul li,
.content-block .widget_pages ul li,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu a,
.navigation-paging a,
.footer-social a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
#top-link,
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.st-menu-close-btn,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a,
.portfolio-filter a,
body .wpb_content_element.wpb_tour .wpb_tabs_nav li,
body .wpb_content_element.wpb_tour .wpb_tabs_nav li a,
.header-info-text a,
header .header-right ul.header-nav a,
.content-block a,
body .st-sidebar-menu .sidebar .widget-social-follow a,
.header-menu .social-icons-top a,
.header-menu .top-menu li a,
footer a,
.mgt-post-list .mgt-post-details .mgt-post-title h5,
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon,
.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product h2,
.widget-download-link-wrapper .widget-download-title a {
    -webkit-transition: color 0.6s ease, background 0.6s ease;
    transition: color 0.6s ease, background 0.6s ease;
}
body .owl-theme .owl-controls .owl-buttons div,
.post-social a,
.portfolio-navigation-prev .portfolio-navigation-image,
.portfolio-navigation-next .portfolio-navigation-image,
.container .flex-control-paging,
.portfolio-item-block .portfolio-item-bg,
body .vc_images_carousel a.vc_carousel-control.vc_left,
body .vc_images_carousel a.vc_carousel-control.vc_right,
.search-close-btn,
body .owl-theme .owl-controls .owl-buttons,
.portfolio-navigation-prev:before,
.portfolio-navigation-prev,
.portfolio-navigation-next:before,
.portfolio-navigation-next,
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button .mgt-button,
.footer-sidebar-2.sidebar .widget li a,
.mgt-post-list .mgt-post-wrapper-icon {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.portfolio-item-block .info {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.portfolio-item-block .sub-title {
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}
.mgt-promo-block.animated .mgt-promo-block-content,
.mgt-post-image-wrapper {
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#top-link {
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header {
	-webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
body.transparent-header header .col-md-12 {
	-webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.navbar .nav &gt; li:not(.menu-item-has-children) &gt; a:after,
.blog-post .more-link:after,
body .st-sidebar-menu .sidebar .menu a:after {
    transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
    -moz-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
    -webkit-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
}
.portfolio-item-block .portfolio-item-image {
    transition: 0.7s;
    -webkit-transition: 0.7s;
}
@media (min-width: 768px) {
	.nav .sub-menu,
	.nav .children {
		display: block;
	    margin: 0;
	    transition: opacity 0.2s ease-in 0s;
	    -webkit-transition: opacity 0.2s ease-in 0s;
		opacity: 0;
	    visibility: hidden;
	    z-index: -1;
	 	-webkit-transform: translateZ(0);
	}
	.nav li:hover &gt; .sub-menu,
	.nav li:hover &gt; .children {
	    display: block;
	    opacity: 1;
    	visibility: visible;
	}
	
}
</pre></body></html>