.spectech-specifications{
	margin-top: 2em;
}

.spectech-specifications .spectech-group{
	clear: both;
}

.spectech-specifications-list .spectech-specification{
	display: inline-block;
}

.spectech-specifications-list .spectech-unit-value{
	margin-left: 2px;
}

.spectech-conversion-tool.position-right {
	float: right;
}

.spectech-conversion-tool.position-left {
	float: left;
}

ul.spectech-conversion-tool li{
	display: inline-block;
}

.spectech-conversion-tool li.active{
	text-decoration: underline;
}/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.hfe-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
    vertical-align: middle; /* Alignment of icon */
}

/* Icon Svg */
.hfe-icon svg {
    width: 1em;
    height: 1em;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}

/* Scroll to top CSS */
.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
    display: none;
}

.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
    display: none !important;
}

.hfe-scroll-to-top-button {
    position:fixed;
    right:15px;
    bottom:15px;
    z-index:9999;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:50px;
    background-color:#000000;
    color:#fff;
    text-align:center;
    opacity:1;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
}

.hfe-scroll-to-top-button i {
    color:#fff;
    font-size:16px;
}
/* Breadcrumbs CSS */

ul.hfe-breadcrumbs {
    display:block;
    margin:0;
    padding:0;
    list-style:none
}

ul.hfe-breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

ul.hfe-breadcrumbs li:last-child {
    margin:0;
}

ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    display:block;
}

ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    -webkit-transition:all .4s;
    transition:all .4s;
}

span.hfe-breadcrumbs-home-icon{
    margin-right:10px;
    align-content: center;
}

.hfe-breadcrumbs-first a {
    align-content: center;
}

.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
    display: inline-flex;
}

/* Post Info CSS */

ul.hfe-post-info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hfe-post-info-inline.hfe-post-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

li.hfe-post-info-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

li.hfe-post-info-item,
li.hfe-post-info-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-right: 8px;
    margin-left: 8px;
}

.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
    position: relative;
    right: -8px;
}

.hfe-post-info-inline.hfe-post-info-items {
    margin-right: -8px;
    margin-left: -8px;
}

.hfe-post-info-icon svg {
    display: block;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
    position: relative;
}


/* Info Card CSS */
.hfe-icon-wrap .hfe-icon svg {
    height: 100%;
    width: 100%;
}
body .elementor .hfe-button-wrapper a {
    text-decoration: none;
}
.hfe-button-wrapper {
    border-radius: 3px;
}


.hfe-reading-progress-bar{
    height: 4px;
}

@font-face {
  font-family: "industrial";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "industrial";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/industrial/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="industrial-"]:before, [class*=" industrial-"]:before,
[class^="industrial-"]:after, [class*=" industrial-"]:after {   
  font-family: industrial;
  font-style: normal;
}

.industrial-061-blueprint:before { content: "\f100"; }
.industrial-061-book:before { content: "\f101"; }
.industrial-061-conveyor:before { content: "\f102"; }
.industrial-061-conveyor-1:before { content: "\f103"; }
.industrial-061-conveyor-2:before { content: "\f104"; }
.industrial-061-conveyor-3:before { content: "\f105"; }
.industrial-061-conveyor-4:before { content: "\f106"; }
.industrial-061-conveyor-5:before { content: "\f107"; }
.industrial-061-conveyor-6:before { content: "\f108"; }
.industrial-061-conveyor-7:before { content: "\f109"; }
.industrial-061-crane:before { content: "\f10a"; }
.industrial-061-crane-1:before { content: "\f10b"; }
.industrial-061-crane-2:before { content: "\f10c"; }
.industrial-061-crane-3:before { content: "\f10d"; }
.industrial-061-crane-4:before { content: "\f10e"; }
.industrial-061-dashboard:before { content: "\f10f"; }
.industrial-061-dashboard-1:before { content: "\f110"; }
.industrial-061-dashboard-2:before { content: "\f111"; }
.industrial-061-dashboard-3:before { content: "\f112"; }
.industrial-061-dashboard-4:before { content: "\f113"; }
.industrial-061-drilling-machine:before { content: "\f114"; }
.industrial-061-factory:before { content: "\f115"; }
.industrial-061-factory-1:before { content: "\f116"; }
.industrial-061-factory-2:before { content: "\f117"; }
.industrial-061-factory-3:before { content: "\f118"; }
.industrial-061-factory-4:before { content: "\f119"; }
.industrial-061-factory-5:before { content: "\f11a"; }
.industrial-061-factory-6:before { content: "\f11b"; }
.industrial-061-industrial-robot:before { content: "\f11c"; }
.industrial-061-industrial-robot-1:before { content: "\f11d"; }
.industrial-061-industrial-robot-10:before { content: "\f11e"; }
.industrial-061-industrial-robot-11:before { content: "\f11f"; }
.industrial-061-industrial-robot-12:before { content: "\f120"; }
.industrial-061-industrial-robot-13:before { content: "\f121"; }
.industrial-061-industrial-robot-14:before { content: "\f122"; }
.industrial-061-industrial-robot-15:before { content: "\f123"; }
.industrial-061-industrial-robot-16:before { content: "\f124"; }
.industrial-061-industrial-robot-17:before { content: "\f125"; }
.industrial-061-industrial-robot-2:before { content: "\f126"; }
.industrial-061-industrial-robot-3:before { content: "\f127"; }
.industrial-061-industrial-robot-4:before { content: "\f128"; }
.industrial-061-industrial-robot-5:before { content: "\f129"; }
.industrial-061-industrial-robot-6:before { content: "\f12a"; }
.industrial-061-industrial-robot-7:before { content: "\f12b"; }
.industrial-061-industrial-robot-8:before { content: "\f12c"; }
.industrial-061-industrial-robot-9:before { content: "\f12d"; }
.industrial-061-machine-press:before { content: "\f12e"; }
.industrial-061-machine-press-1:before { content: "\f12f"; }
.industrial-061-machine-press-2:before { content: "\f130"; }
.industrial-061-machine-press-3:before { content: "\f131"; }
.industrial-061-machine-press-4:before { content: "\f132"; }
.industrial-061-machine-press-5:before { content: "\f133"; }
.industrial-061-packages:before { content: "\f134"; }
.industrial-061-power-plant:before { content: "\f135"; }
.industrial-061-processor:before { content: "\f136"; }
.industrial-061-refinery:before { content: "\f137"; }
.industrial-061-refinery-1:before { content: "\f138"; }
.industrial-061-refinery-2:before { content: "\f139"; }
.industrial-061-stock:before { content: "\f13a"; }
.industrial-061-welder:before { content: "\f13b"; }

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 22/06/2016 15:37
  	*/

@font-face {
  font-family: "Business";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Business";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/business/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="business-"]:before, [class*=" business-"]:before,
[class^="business-"]:after, [class*=" business-"]:after {   
  font-family: Business;
  font-style: normal;
}

.business-atm:before { content: "\f100"; }
.business-atm-1:before { content: "\f101"; }
.business-atm-2:before { content: "\f102"; }
.business-bag:before { content: "\f103"; }
.business-bag-1:before { content: "\f104"; }
.business-bag-2:before { content: "\f105"; }
.business-bag-3:before { content: "\f106"; }
.business-bag-4:before { content: "\f107"; }
.business-bag-5:before { content: "\f108"; }
.business-bag-6:before { content: "\f109"; }
.business-bank:before { content: "\f10a"; }
.business-barbershop:before { content: "\f10b"; }
.business-barcode:before { content: "\f10c"; }
.business-barcode-1:before { content: "\f10d"; }
.business-basket:before { content: "\f10e"; }
.business-basket-1:before { content: "\f10f"; }
.business-basket-2:before { content: "\f110"; }
.business-box:before { content: "\f111"; }
.business-box-1:before { content: "\f112"; }
.business-box-2:before { content: "\f113"; }
.business-box-3:before { content: "\f114"; }
.business-briefcase:before { content: "\f115"; }
.business-briefcase-1:before { content: "\f116"; }
.business-calculator:before { content: "\f117"; }
.business-cart:before { content: "\f118"; }
.business-cart-1:before { content: "\f119"; }
.business-cart-10:before { content: "\f11a"; }
.business-cart-11:before { content: "\f11b"; }
.business-cart-12:before { content: "\f11c"; }
.business-cart-13:before { content: "\f11d"; }
.business-cart-14:before { content: "\f11e"; }
.business-cart-15:before { content: "\f11f"; }
.business-cart-16:before { content: "\f120"; }
.business-cart-17:before { content: "\f121"; }
.business-cart-2:before { content: "\f122"; }
.business-cart-3:before { content: "\f123"; }
.business-cart-4:before { content: "\f124"; }
.business-cart-5:before { content: "\f125"; }
.business-cart-6:before { content: "\f126"; }
.business-cart-7:before { content: "\f127"; }
.business-cart-8:before { content: "\f128"; }
.business-cart-9:before { content: "\f129"; }
.business-cashier:before { content: "\f12a"; }
.business-cashier-1:before { content: "\f12b"; }
.business-change:before { content: "\f12c"; }
.business-check:before { content: "\f12d"; }
.business-coin:before { content: "\f12e"; }
.business-coin-1:before { content: "\f12f"; }
.business-coin-10:before { content: "\f130"; }
.business-coin-2:before { content: "\f131"; }
.business-coin-3:before { content: "\f132"; }
.business-coin-4:before { content: "\f133"; }
.business-coin-5:before { content: "\f134"; }
.business-coin-6:before { content: "\f135"; }
.business-coin-7:before { content: "\f136"; }
.business-coin-8:before { content: "\f137"; }
.business-coin-9:before { content: "\f138"; }
.business-coins:before { content: "\f139"; }
.business-coins-1:before { content: "\f13a"; }
.business-crate:before { content: "\f13b"; }
.business-crate-1:before { content: "\f13c"; }
.business-crate-2:before { content: "\f13d"; }
.business-crate-3:before { content: "\f13e"; }
.business-crate-4:before { content: "\f13f"; }
.business-crate-5:before { content: "\f140"; }
.business-credit-card:before { content: "\f141"; }
.business-credit-card-1:before { content: "\f142"; }
.business-credit-card-2:before { content: "\f143"; }
.business-credit-card-3:before { content: "\f144"; }
.business-credit-card-4:before { content: "\f145"; }
.business-credit-card-5:before { content: "\f146"; }
.business-credit-card-6:before { content: "\f147"; }
.business-delivery-cart:before { content: "\f148"; }
.business-delivery-cart-1:before { content: "\f149"; }
.business-diagram:before { content: "\f14a"; }
.business-diagram-1:before { content: "\f14b"; }
.business-diagram-2:before { content: "\f14c"; }
.business-diagram-3:before { content: "\f14d"; }
.business-folder:before { content: "\f14e"; }
.business-folder-1:before { content: "\f14f"; }
.business-get-money:before { content: "\f150"; }
.business-graph:before { content: "\f151"; }
.business-graph-1:before { content: "\f152"; }
.business-graph-2:before { content: "\f153"; }
.business-graph-3:before { content: "\f154"; }
.business-graph-4:before { content: "\f155"; }
.business-graph-5:before { content: "\f156"; }
.business-graph-6:before { content: "\f157"; }
.business-graph-7:before { content: "\f158"; }
.business-graph-8:before { content: "\f159"; }
.business-grocery:before { content: "\f15a"; }
.business-grocery-1:before { content: "\f15b"; }
.business-insert-coin:before { content: "\f15c"; }
.business-investment:before { content: "\f15d"; }
.business-justice:before { content: "\f15e"; }
.business-justice-scale:before { content: "\f15f"; }
.business-megaphone:before { content: "\f160"; }
.business-money:before { content: "\f161"; }
.business-notes:before { content: "\f162"; }
.business-notes-1:before { content: "\f163"; }
.business-notes-2:before { content: "\f164"; }
.business-open:before { content: "\f165"; }
.business-pack:before { content: "\f166"; }
.business-pie-chart:before { content: "\f167"; }
.business-pie-chart-1:before { content: "\f168"; }
.business-pie-chart-2:before { content: "\f169"; }
.business-pie-chart-3:before { content: "\f16a"; }
.business-pie-chart-4:before { content: "\f16b"; }
.business-pie-chart-5:before { content: "\f16c"; }
.business-pie-chart-6:before { content: "\f16d"; }
.business-piggy-bank:before { content: "\f16e"; }
.business-piggy-bank-1:before { content: "\f16f"; }
.business-point-of-service:before { content: "\f170"; }
.business-poor:before { content: "\f171"; }
.business-presentation:before { content: "\f172"; }
.business-presentation-1:before { content: "\f173"; }
.business-presentation-10:before { content: "\f174"; }
.business-presentation-11:before { content: "\f175"; }
.business-presentation-12:before { content: "\f176"; }
.business-presentation-13:before { content: "\f177"; }
.business-presentation-14:before { content: "\f178"; }
.business-presentation-15:before { content: "\f179"; }
.business-presentation-16:before { content: "\f17a"; }
.business-presentation-17:before { content: "\f17b"; }
.business-presentation-18:before { content: "\f17c"; }
.business-presentation-19:before { content: "\f17d"; }
.business-presentation-2:before { content: "\f17e"; }
.business-presentation-3:before { content: "\f17f"; }
.business-presentation-4:before { content: "\f180"; }
.business-presentation-5:before { content: "\f181"; }
.business-presentation-6:before { content: "\f182"; }
.business-presentation-7:before { content: "\f183"; }
.business-presentation-8:before { content: "\f184"; }
.business-presentation-9:before { content: "\f185"; }
.business-price-tag:before { content: "\f186"; }
.business-price-tag-1:before { content: "\f187"; }
.business-price-tag-2:before { content: "\f188"; }
.business-price-tag-3:before { content: "\f189"; }
.business-price-tag-4:before { content: "\f18a"; }
.business-price-tag-5:before { content: "\f18b"; }
.business-price-tag-6:before { content: "\f18c"; }
.business-price-tag-7:before { content: "\f18d"; }
.business-price-tag-8:before { content: "\f18e"; }
.business-price-tag-9:before { content: "\f18f"; }
.business-receipt:before { content: "\f190"; }
.business-record:before { content: "\f191"; }
.business-rewind-time:before { content: "\f192"; }
.business-rich:before { content: "\f193"; }
.business-safebox:before { content: "\f194"; }
.business-safebox-1:before { content: "\f195"; }
.business-safebox-2:before { content: "\f196"; }
.business-safebox-3:before { content: "\f197"; }
.business-safebox-4:before { content: "\f198"; }
.business-stamp:before { content: "\f199"; }
.business-stamp-1:before { content: "\f19a"; }
.business-stand:before { content: "\f19b"; }
.business-store:before { content: "\f19c"; }
.business-store-1:before { content: "\f19d"; }
.business-store-2:before { content: "\f19e"; }
.business-store-3:before { content: "\f19f"; }
.business-strongbox:before { content: "\f1a0"; }
.business-suitcase:before { content: "\f1a1"; }
.business-suitcase-1:before { content: "\f1a2"; }
.business-suitcase-2:before { content: "\f1a3"; }
.business-time-is-money:before { content: "\f1a4"; }
.business-time-passing:before { content: "\f1a5"; }
.business-wallet:before { content: "\f1a6"; }
.business-wallet-1:before { content: "\f1a7"; }
.business-wallet-2:before { content: "\f1a8"; }
.business-yen:before { content: "\f1a9"; }




  /*
    Flaticon icon font: Flaticon
    Creation date: 26/09/2016 09:34
    */

@font-face {
  font-family: "Seo";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Seo";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/seo/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="seo-"]:before, [class*=" seo-"]:before,
[class^="seo-"]:after, [class*=" seo-"]:after {   
  font-family: Seo;
  font-style: normal;
}

.seo-analytics:before { content: "\f100"; }
.seo-analytics-1:before { content: "\f101"; }
.seo-analytics-10:before { content: "\f102"; }
.seo-analytics-11:before { content: "\f103"; }
.seo-analytics-12:before { content: "\f104"; }
.seo-analytics-13:before { content: "\f105"; }
.seo-analytics-14:before { content: "\f106"; }
.seo-analytics-15:before { content: "\f107"; }
.seo-analytics-16:before { content: "\f108"; }
.seo-analytics-17:before { content: "\f109"; }
.seo-analytics-18:before { content: "\f10a"; }
.seo-analytics-19:before { content: "\f10b"; }
.seo-analytics-2:before { content: "\f10c"; }
.seo-analytics-20:before { content: "\f10d"; }
.seo-analytics-21:before { content: "\f10e"; }
.seo-analytics-22:before { content: "\f10f"; }
.seo-analytics-23:before { content: "\f110"; }
.seo-analytics-24:before { content: "\f111"; }
.seo-analytics-25:before { content: "\f112"; }
.seo-analytics-26:before { content: "\f113"; }
.seo-analytics-3:before { content: "\f114"; }
.seo-analytics-4:before { content: "\f115"; }
.seo-analytics-5:before { content: "\f116"; }
.seo-analytics-6:before { content: "\f117"; }
.seo-analytics-7:before { content: "\f118"; }
.seo-analytics-8:before { content: "\f119"; }
.seo-analytics-9:before { content: "\f11a"; }
.seo-browser:before { content: "\f11b"; }
.seo-browser-1:before { content: "\f11c"; }
.seo-browser-10:before { content: "\f11d"; }
.seo-browser-11:before { content: "\f11e"; }
.seo-browser-12:before { content: "\f11f"; }
.seo-browser-13:before { content: "\f120"; }
.seo-browser-14:before { content: "\f121"; }
.seo-browser-15:before { content: "\f122"; }
.seo-browser-16:before { content: "\f123"; }
.seo-browser-17:before { content: "\f124"; }
.seo-browser-18:before { content: "\f125"; }
.seo-browser-19:before { content: "\f126"; }
.seo-browser-2:before { content: "\f127"; }
.seo-browser-20:before { content: "\f128"; }
.seo-browser-21:before { content: "\f129"; }
.seo-browser-22:before { content: "\f12a"; }
.seo-browser-23:before { content: "\f12b"; }
.seo-browser-24:before { content: "\f12c"; }
.seo-browser-25:before { content: "\f12d"; }
.seo-browser-26:before { content: "\f12e"; }
.seo-browser-27:before { content: "\f12f"; }
.seo-browser-28:before { content: "\f130"; }
.seo-browser-29:before { content: "\f131"; }
.seo-browser-3:before { content: "\f132"; }
.seo-browser-30:before { content: "\f133"; }
.seo-browser-31:before { content: "\f134"; }
.seo-browser-32:before { content: "\f135"; }
.seo-browser-33:before { content: "\f136"; }
.seo-browser-34:before { content: "\f137"; }
.seo-browser-35:before { content: "\f138"; }
.seo-browser-36:before { content: "\f139"; }
.seo-browser-37:before { content: "\f13a"; }
.seo-browser-38:before { content: "\f13b"; }
.seo-browser-39:before { content: "\f13c"; }
.seo-browser-4:before { content: "\f13d"; }
.seo-browser-40:before { content: "\f13e"; }
.seo-browser-41:before { content: "\f13f"; }
.seo-browser-42:before { content: "\f140"; }
.seo-browser-43:before { content: "\f141"; }
.seo-browser-44:before { content: "\f142"; }
.seo-browser-45:before { content: "\f143"; }
.seo-browser-46:before { content: "\f144"; }
.seo-browser-47:before { content: "\f145"; }
.seo-browser-5:before { content: "\f146"; }
.seo-browser-6:before { content: "\f147"; }
.seo-browser-7:before { content: "\f148"; }
.seo-browser-8:before { content: "\f149"; }
.seo-browser-9:before { content: "\f14a"; }
.seo-cloud-computing:before { content: "\f14b"; }
.seo-cloud-computing-1:before { content: "\f14c"; }
.seo-cloud-computing-2:before { content: "\f14d"; }
.seo-cloud-computing-3:before { content: "\f14e"; }
.seo-cloud-computing-4:before { content: "\f14f"; }
.seo-cloud-computing-5:before { content: "\f150"; }
.seo-network:before { content: "\f151"; }
.seo-network-1:before { content: "\f152"; }
.seo-networking:before { content: "\f153"; }
.seo-pie-chart:before { content: "\f154"; }
.seo-pie-chart-1:before { content: "\f155"; }
.seo-pie-chart-2:before { content: "\f156"; }
.seo-pie-chart-3:before { content: "\f157"; }
.seo-pie-chart-4:before { content: "\f158"; }
.seo-pie-chart-5:before { content: "\f159"; }
.seo-pie-chart-6:before { content: "\f15a"; }
.seo-pie-chart-7:before { content: "\f15b"; }
.seo-pie-chart-8:before { content: "\f15c"; }
.seo-pie-chart-9:before { content: "\f15d"; }
.seo-server:before { content: "\f15e"; }
.seo-smartphone:before { content: "\f15f"; }
.seo-smartphone-1:before { content: "\f160"; }
.seo-smartphone-2:before { content: "\f161"; }
.seo-worldwide:before { content: "\f162"; }
.seo-worldwide-1:before { content: "\f163"; }
.seo-worldwide-10:before { content: "\f164"; }
.seo-worldwide-11:before { content: "\f165"; }
.seo-worldwide-12:before { content: "\f166"; }
.seo-worldwide-13:before { content: "\f167"; }
.seo-worldwide-14:before { content: "\f168"; }
.seo-worldwide-15:before { content: "\f169"; }
.seo-worldwide-16:before { content: "\f16a"; }
.seo-worldwide-17:before { content: "\f16b"; }
.seo-worldwide-18:before { content: "\f16c"; }
.seo-worldwide-19:before { content: "\f16d"; }
.seo-worldwide-2:before { content: "\f16e"; }
.seo-worldwide-20:before { content: "\f16f"; }
.seo-worldwide-21:before { content: "\f170"; }
.seo-worldwide-3:before { content: "\f171"; }
.seo-worldwide-4:before { content: "\f172"; }
.seo-worldwide-5:before { content: "\f173"; }
.seo-worldwide-6:before { content: "\f174"; }
.seo-worldwide-7:before { content: "\f175"; }
.seo-worldwide-8:before { content: "\f176"; }
.seo-worldwide-9:before { content: "\f177"; }


  /*
    Flaticon icon font: Flaticon
    Creation date: 18/04/2018 08:01
    */

@font-face {
  font-family: "Image";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Image";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/image/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="image-"]:before, [class*=" image-"]:before,
[class^="image-"]:after, [class*=" image-"]:after {   
  font-family: Image;
  font-style: normal;
}

.image-001-curves:before { content: "\f100"; }
.image-002-levels-1:before { content: "\f101"; }
.image-003-brightness-2:before { content: "\f102"; }
.image-004-pixelated:before { content: "\f103"; }
.image-005-sponge:before { content: "\f104"; }
.image-006-cd-burn:before { content: "\f105"; }
.image-007-brightness-1:before { content: "\f106"; }
.image-008-color:before { content: "\f107"; }
.image-009-monitor-7:before { content: "\f108"; }
.image-010-monitor-6:before { content: "\f109"; }
.image-011-monitor-5:before { content: "\f10a"; }
.image-012-levels:before { content: "\f10b"; }
.image-013-magic-wand:before { content: "\f10c"; }
.image-014-dropper:before { content: "\f10d"; }
.image-015-adjustment:before { content: "\f10e"; }
.image-016-photography:before { content: "\f10f"; }
.image-017-red-eye-1:before { content: "\f110"; }
.image-018-patch:before { content: "\f111"; }
.image-019-monitor-4:before { content: "\f112"; }
.image-020-red-eye:before { content: "\f113"; }
.image-021-monitor-3:before { content: "\f114"; }
.image-022-monitor-2:before { content: "\f115"; }
.image-023-monitor-1:before { content: "\f116"; }
.image-024-monitor:before { content: "\f117"; }
.image-025-contrast-1:before { content: "\f118"; }
.image-026-opacity:before { content: "\f119"; }
.image-027-blur:before { content: "\f11a"; }
.image-028-rgb:before { content: "\f11b"; }
.image-029-thermometer:before { content: "\f11c"; }
.image-030-sliders:before { content: "\f11d"; }
.image-031-pyramid:before { content: "\f11e"; }
.image-032-crop:before { content: "\f11f"; }
.image-033-contrast:before { content: "\f120"; }
.image-034-brightness:before { content: "\f121"; }
.image-035-graphic-tablet-5:before { content: "\f122"; }
.image-036-graphic-tablet-4:before { content: "\f123"; }
.image-037-graphic-tablet-3:before { content: "\f124"; }
.image-038-graphic-tablet-2:before { content: "\f125"; }
.image-039-graphic-tablet-1:before { content: "\f126"; }
.image-040-graphic-tablet:before { content: "\f127"; }


  /*
    startups icon font: startups
    Creation date: 01/06/2018 09:14
    */

@font-face {
  font-family: "startups";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.svg#startups) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "startups";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/startups/Flaticon.svg#startups) format("svg");
  }
}

[class^="startups-"]:before, [class*=" startups-"]:before,
[class^="startups-"]:after, [class*=" startups-"]:after {   
  font-family: startups;
  font-style: normal;
}

.startups-001-employee-3:before { content: "\f100"; }
.startups-002-employee-2:before { content: "\f101"; }
.startups-003-employee-1:before { content: "\f102"; }
.startups-004-employee:before { content: "\f103"; }
.startups-005-event:before { content: "\f104"; }
.startups-006-puzzle:before { content: "\f105"; }
.startups-007-computer-1:before { content: "\f106"; }
.startups-008-browser-1:before { content: "\f107"; }
.startups-009-smartphone-1:before { content: "\f108"; }
.startups-010-smartphone:before { content: "\f109"; }
.startups-011-networking-1:before { content: "\f10a"; }
.startups-012-rocket-1:before { content: "\f10b"; }
.startups-013-laptop:before { content: "\f10c"; }
.startups-014-briefcase:before { content: "\f10d"; }
.startups-015-time-management:before { content: "\f10e"; }
.startups-016-package:before { content: "\f10f"; }
.startups-017-target:before { content: "\f110"; }
.startups-018-clipboard-1:before { content: "\f111"; }
.startups-019-clipboard:before { content: "\f112"; }
.startups-020-hourglass:before { content: "\f113"; }
.startups-021-folder:before { content: "\f114"; }
.startups-022-growth-4:before { content: "\f115"; }
.startups-023-growth-3:before { content: "\f116"; }
.startups-024-growth-2:before { content: "\f117"; }
.startups-025-compass:before { content: "\f118"; }
.startups-026-wallet:before { content: "\f119"; }
.startups-027-growth-1:before { content: "\f11a"; }
.startups-028-vision:before { content: "\f11b"; }
.startups-029-presentation:before { content: "\f11c"; }
.startups-030-computer:before { content: "\f11d"; }
.startups-031-clock:before { content: "\f11e"; }
.startups-032-binoculars:before { content: "\f11f"; }
.startups-033-growth:before { content: "\f120"; }
.startups-034-money-bag:before { content: "\f121"; }
.startups-035-trophy:before { content: "\f122"; }
.startups-036-megaphone:before { content: "\f123"; }
.startups-037-browser:before { content: "\f124"; }
.startups-038-innovation-1:before { content: "\f125"; }
.startups-039-search:before { content: "\f126"; }
.startups-040-idea:before { content: "\f127"; }
.startups-041-innovation:before { content: "\f128"; }
.startups-042-chat-bubble:before { content: "\f129"; }
.startups-043-line-chart:before { content: "\f12a"; }
.startups-044-calculator:before { content: "\f12b"; }
.startups-045-money:before { content: "\f12c"; }
.startups-046-mountain:before { content: "\f12d"; }
.startups-047-loss:before { content: "\f12e"; }
.startups-048-increase:before { content: "\f12f"; }
.startups-049-networking:before { content: "\f130"; }
.startups-050-rocket:before { content: "\f131"; }


  /*
    Flaticon icon font: Flaticon
    Creation date: 19/03/2018 08:23
    */

@font-face {
  font-family: "Marketing";
  src: url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.eot);
  src: url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.woff) format("woff"),
       url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.ttf) format("truetype"),
       url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Marketing";
    src: url(https://elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="marketing-"]:before, [class*=" marketing-"]:before,
[class^="marketing-"]:after, [class*=" marketing-"]:after {   
  font-family: Marketing;
  font-style: normal;
}

.marketing-001-handshake:before { content: "\f100"; }
.marketing-002-share:before { content: "\f101"; }
.marketing-003-message:before { content: "\f102"; }
.marketing-004-brainstorm-1:before { content: "\f103"; }
.marketing-005-projection-3:before { content: "\f104"; }
.marketing-006-desktop-1:before { content: "\f105"; }
.marketing-007-funnel-1:before { content: "\f106"; }
.marketing-008-speed-1:before { content: "\f107"; }
.marketing-009-email:before { content: "\f108"; }
.marketing-010-like:before { content: "\f109"; }
.marketing-011-win-1:before { content: "\f10a"; }
.marketing-012-win:before { content: "\f10b"; }
.marketing-013-speed:before { content: "\f10c"; }
.marketing-014-pricing:before { content: "\f10d"; }
.marketing-015-projection-2:before { content: "\f10e"; }
.marketing-016-laptop-3:before { content: "\f10f"; }
.marketing-017-idea-2:before { content: "\f110"; }
.marketing-018-award-1:before { content: "\f111"; }
.marketing-019-laptop-2:before { content: "\f112"; }
.marketing-020-cloud:before { content: "\f113"; }
.marketing-021-bug:before { content: "\f114"; }
.marketing-022-projection-1:before { content: "\f115"; }
.marketing-023-award:before { content: "\f116"; }
.marketing-024-laptop-1:before { content: "\f117"; }
.marketing-025-review:before { content: "\f118"; }
.marketing-026-user:before { content: "\f119"; }
.marketing-027-brainstorm:before { content: "\f11a"; }
.marketing-028-funnel:before { content: "\f11b"; }
.marketing-029-reward-1:before { content: "\f11c"; }
.marketing-030-store-2:before { content: "\f11d"; }
.marketing-031-idea-1:before { content: "\f11e"; }
.marketing-032-launch-3:before { content: "\f11f"; }
.marketing-033-advice:before { content: "\f120"; }
.marketing-034-marketing-1:before { content: "\f121"; }
.marketing-035-marketing:before { content: "\f122"; }
.marketing-036-billboard:before { content: "\f123"; }
.marketing-037-laptop:before { content: "\f124"; }
.marketing-038-business:before { content: "\f125"; }
.marketing-039-computer:before { content: "\f126"; }
.marketing-040-search:before { content: "\f127"; }
.marketing-041-idea:before { content: "\f128"; }
.marketing-042-thought:before { content: "\f129"; }
.marketing-043-financial-1:before { content: "\f12a"; }
.marketing-044-store-1:before { content: "\f12b"; }
.marketing-045-launch-2:before { content: "\f12c"; }
.marketing-046-launch-1:before { content: "\f12d"; }
.marketing-047-desktop:before { content: "\f12e"; }
.marketing-048-store:before { content: "\f12f"; }
.marketing-049-reward:before { content: "\f130"; }
.marketing-050-launch:before { content: "\f131"; }
.marketing-051-sale:before { content: "\f132"; }
.marketing-052-projection:before { content: "\f133"; }
.marketing-053-voucher:before { content: "\f134"; }
.marketing-054-coupon:before { content: "\f135"; }
.marketing-055-financial:before { content: "\f136"; }
.marketing-056-chart:before { content: "\f137"; }
.marketing-057-mail:before { content: "\f138"; }
.marketing-058-target:before { content: "\f139"; }
.marketing-059-graph:before { content: "\f13a"; }
.marketing-060-keywords:before { content: "\f13b"; }


@font-face {
  font-family: 'themify';
  src:url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.eot);
  src:url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.eot) format('embedded-opentype'),
    url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.woff) format('woff'),
    url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.ttf) format('truetype'),
    url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/themify/themify.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}



@font-face {
  font-family: "other";
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.eot);
  src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.woff) format("woff"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.ttf) format("truetype"),
       url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "other";
    src: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/fonts/other/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="other-"]:before, [class*=" other-"]:before,
[class^="other-"]:after, [class*=" other-"]:after {   
  font-family: other;
  font-style: normal;
}

.other-baby-boy:before { content: "\f100"; }
.other-strong:before { content: "\f101"; }
.other-sugar-blood-level:before { content: "\f102"; }

/*Main Styles*/
.man_image_bck {
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
}
.man_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
.tablet .man_fixed,
.mobile .man_fixed {
	background-attachment:scroll!important;
}
.man_fixed {
	transition:none!important;
}
p {
	margin: 0 0 15px;
}
.man_wht_txt {
	color: #fff;
}
a:focus,
.owl-next:focus,
.owl-prev:focus,
.owl-dot {
	outline:0;
}


/*Service Block III*/
.man_service_block h4 {
	margin: 30px 0;
}
.man_service_block_III img {
	position: absolute;
	height: 100%!important;
	object-fit:cover;
	width: 100%;
	object-position: 50% 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
	.man_service_block_III:hover img {
		transform:scale(1.05);
	}
.man_service_block_III {
	overflow: hidden;
	position: relative;
}
.man_service_block_III_content {
	position: absolute;
	z-index: 1;
	text-align: center;
	padding: 40px;
	width: 100%;
}
.man_service_block_III a {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.man_service_block_III_bottom .man_service_block_III_content {
	bottom: 0;
}

/*Video Link*/
.sm_video_link span b {
	position: absolute;
	width: 41px;
	height: 41px;
	left: 0;
	top: 0;
}
.sm_video_link span b:after {
	width: 41px;
	height: 41px;
	display: block;
	content: '';
	background: #333;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.sm_video_link span {
	display: inline-block;
	width: 41px;
	height: 41px;
	vertical-align: middle;
	position: relative;
	margin-top: -4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sm_video_link:hover span {
	transform:scale(1.05);
}
.sm_video_link_text span {
	margin-right: 16px;
}
.sm_video_link span i {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 54%;
	z-index: 1;
	color: #fff;
	font-size: 12px;
}
.sm_video_link span:after {
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    display: block;
    content: '';
    position: absolute;
}
.sm_video_link span:before {
    border: 1px solid #fff;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    -webkit-animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    animation: iconWave 3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both infinite;
    display: block;
    content: '';
    position: absolute;
    margin: -3px 0 0 -3px;
}
@keyframes iconWave {
  0% {
    border-width: 1px;
    -webkit-transform: scale(1);
    transform: scale(1.1);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}


/*Column*/
.elementor-block-hover-white:hover,
.elementor-block-hover-white:hover .elementor-heading-title i,
.elementor-block-hover-white:hover p {
  color: #fff!important;
}

/*Google Map*/
.sm_map_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_background .elementor-widget-container,
	.sm_map_background .eb-map {
		height: 100%!important;
	}
.sm_map_column_background {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.sm_map_column_background .elementor-widget-container,
	.sm_map_column_background .eb-map {
		height: 100%!important;
	}

/*Header*/
#masthead {
	position: absolute!important;
	width: 100%;
}
#masthead p {
	margin: 0;
}

.single-elementor-hf .man_page, .single-elementor-hf .site-content {
	background: none!important;
}


/*News*/
.elementor-widget-sm-news .man_news_list {
	margin-bottom: -60px;
}
.sm_news_square .man_news_item_img {
	border-radius: 0;
}

/*Heading*/
.elementor-heading-title i {
	margin-right: 10px;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}
.elementor-widget-heading span.elementor-heading-title {
	font-weight: normal;
}
.elementor-heading-title span {
	float: left;
	display: block;
	width: 80%;
}
span.elementor-heading-title:after {
	content: '';
	display: block;
	clear: both;
}
.elementor-widget-heading span.elementor-heading-title {
	line-height: 1.5!important;
}


/*Slider*/
.man_slider .owl-nav .ti {
	color: #fff;
}
.man_slider .owl-nav .ti:after {
	background-color: #fff;
}
.man_slider_item {
	overflow: hidden;
	position: relative;
}
.man_slider_item_over {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.man_slider_over_text {
	position: absolute;
	font-size: 340px!important;
	left: 50%;
	transform: translateX(-50%);
	line-height: 340px!important;
	font-weight: bold;
	height: 100%;
	padding:0;
	top: 60%;
	filter: brightness(130%);
	filter: contrast(110%);
}
.man_slider_item_title_cont {
	position: relative;
	z-index: 1;
	width: 100%;
}
.man_slider_item_title {
	margin-bottom: 35px;
}
.man_slider_item_text {
		margin-bottom: 55px;
}
	.man_slider_item_text p {
		margin-bottom: 0;
	}
.man_slider_item .container {
	position: relative;
	height: 100%;
	padding: 0;
}
.man_slider .owl-dots {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
}

.man_slider .owl-nav {
	position: absolute;
	bottom: 50px;
	z-index: 3;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}
	.man_slider .owl-prev {
		left: auto;
		right: 80px;
		width: 71px;
		text-align: left;
		transform:translateY(-50%);
		height: 34px;
		margin: 0;
	}
	.man_slider .owl-next {
		right: 0;
		text-align: right;
		width: 71px;
		height: 34px;
		transform:translateY(-50%);
		margin: 0;
	}
.man_slider .btn {
	margin: 0;
}
.man_slider_item_count {
	position: absolute;
	right: 0;
	top: 165px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
	.man_slider_item_count span {
		font-size: 14px;
		line-height: 30px;
		position: relative;
		display: inline-block;
		transform: translateY(-15px);
	}

	.man_slider_item_title_cont .man_slider_item_text {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.man_slider_item_title_cont .btn {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

.elementor-widget-sm-slider .elementor-widget-container {
	overflow: hidden;
}

/*Partners*/
.gallery.owl-carousel {
	margin: 0 -15px;
	width: calc(100% + 30px)!important;
}

/*Number Block*/
.man_number_block {
	position: relative;
}
	.man_number_block_title span {
		display: inline-block;
		margin-right: 10px;
	}
	.man_number_block_number {
		position: absolute;
		font-size: 160px;
		line-height: 142px;
		opacity: 0.16;
		top: 0;
		font-weight: bold;
		z-index: -1;
	}


/*Absolute Image*/
.elementor-widget-sm-absolute-image {
	position: absolute!important;
	z-index: -1;
}
.elementor-editor-active .elementor-widget-sm-absolute-image {
	z-index: 10;
}
.man_absolute_image {
	position: relative;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

/*Service Block*/
.man_hover_margin_parents {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.man_hover_margin_parents:hover {
	transform:translateY(-10px);
}
.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	position: relative;
}
.elementor-widget-sm-service-block  p:last-child {
	margin: 0;
}

/*Image*/
.elementor-widget-image .elementor-widget-container {
	overflow: hidden;
	position: relative;
}

/*Video Block*/
.elementor-custom-embed-play {
	z-index: 2;
}
.elementor-custom-embed-play i {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}
.elementor-widget-video:hover .elementor-custom-embed-play i {
	box-shadow:0 0 40px #fff;
	transform:scale(1.1);

}
.eicon-play:before {
	position: relative;
	z-index: 1;
}
.elementor-custom-embed-play i {
	opacity: 1!important;
}
.eicon-play:after {
	background: #fff;
	width: calc( 100% - 5px );
	height: calc( 100% - 5px );
	display: block;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

/*Counter Block*/
.elementor-counter .elementor-counter-title {
	text-align: left!important;
}
.man_no_prefix .elementor-counter-number-prefix {
	display: none;
}
.elementor-counter-number {
	white-space: nowrap;
}
.man_no_suffix .elementor-counter-number-suffix {
	display: none;
}
.elementor-counter-flex {
	display: flex;
}
.elementor-counter .elementor-icon {
	margin-right: 25px;
}

/*Instagram*/
.man_bordered_block {
	width: 100%;
	height: 100%;
	min-height: 170px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.man_image_over {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/*Map*/
.man_map_pins {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.man_map_pin {
	width: 40px;
	height: 40px;
	position: absolute;
}
.man_map_pin svg {
	transform:scale(1);
	padding: 3px;
}
.man_map_pin:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f5f5fa;
	border-radius: 50%;
	top: 15px;
	left: 15px;
}
	.man_map_pin svg path {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		stroke:#f5f5fa;
		stroke-width: 17;
		transform:translateX(15px) translateY(15px);
	}
.man_map_pin span.man_map_point {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	animation: pin-scale-multiple 2s 0s linear infinite;
	opacity: 0;
}
.man_map_pin span.man_map_point_border {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple2 2s 0s linear infinite;
	animation-delay: -.4s;
}
.man_map_pin span.man_map_point_second_border {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pin-scale-multiple3 2s 0s linear infinite;
	animation-delay: -.2s;
	opacity: 0;
}
@keyframes pin-scale-multiple {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple2 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
@keyframes pin-scale-multiple3 {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(0);
		opacity: 0;
	}
	5% {
		opacity: 0.3;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

.man_map {
	position: relative;
}
	.man_map img {
		width: 100%;
		height: auto;
	}
.man_map_pin_cont {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	position: absolute;
	left: 53px;
	top: -45px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	z-index: -2;
	pointer-events: none;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
}
.man_map_pin_right .man_map_pin_cont {
	left: -228px;
}
.man_map_pin_cont_mobile {
	display: none;
	z-index: 10;
}
.man_map_pin_cont b {
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}


	.man_map_pin:hover .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}

	.man_map.active .man_map_pins .man_map_pin_wrapper:first-child .man_map_pin_cont {
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont p:last-child {
		margin: 0;
	}
.elementor-widget-sm-offices .elementor-widget-container {
	overflow: visible;
}

/*Timeline*/
.man_timeline_line {
	height: 1px;
	position: absolute;
	width: 99.9%;
	top: 182px;
	border-bottom: 2px dashed;
}

.elementor-widget-sm-timeline .elementor-widget-container {
	overflow: visible;
}
	.man_timeline_pin {
		width: 44px;
		height: 44px;
		position: relative;
		margin: 0 50px;
	}
	.man_timeline_item {
		height: 300px;
		padding-top: 162px;
		padding-bottom: 202px;
	}
	.man_timeline_point {
		width: 19px;
		height: 19px;
		position: absolute;
		background: #ff0754;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		transform:translateY(-50%) translateX(-50%);
		z-index: 1;
	}
	.man_timeline_point_border {
		display: block;
		position: absolute;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 50%;
	}
	.man_timeline_pin_title {
		position: absolute;
		transform:translateX(-50%);
		left: 50%;
		font-size: 40px!important;
		line-height: 50px!important;
	}
	.man_timeline_pin_cont {
		position: absolute;
		max-height: 116px;
		color: #fff!important;
		padding: 20px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		border-radius: 5px;
		min-width: 200px;
		width: 200px;
		font-size: 18px!important;
		line-height: 28px!important;
		font-weight: normal!important;
		text-transform: none!important;
	}

		.man_timeline_pin_cont p:last-child {
			margin: 0;
		}
		.man_timeline_pin_cont .man_timeline_pin_cont_corner {
			content: '';
			display: block;
			width: 14px;
			height: 18px;
			-webkit-background-size: cover;
			background-size: cover;
			position: absolute;
			left: 23px;
			top: -16px;
		}
		.man_timeline_pin_cont_corner_even {
			top:auto!important;
			bottom:-16px;
		}

.man_timeline_pin.even .man_timeline_pin_title {
	top: 45px;
}
.man_timeline_pin.odd .man_timeline_pin_title {
	bottom: 45px;
}
.man_timeline_pin.even .man_timeline_pin_cont {
	bottom: 69px;
}
.man_timeline_pin_cont p {
	letter-spacing:0!important;
}
.man_timeline_pin.odd .man_timeline_pin_cont {
	top: 69px;
}
.man_timeline_pin.even .man_timeline_pin_cont:before {
	bottom: -18px;
	background-image: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/images/corner_bottom.png);
}
.man_timeline_pin.odd .man_timeline_pin_cont:before {
	top: -18px;
	background-image: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/images/corner_top.png);
}

.man_timeline .owl-nav {
	position: absolute;
	top: 164px;
	width: 100%;
}
	.man_timeline .owl-prev {
		left: -10px;
		position: absolute;
	}
	.man_timeline .owl-next {
		right: -10px;
		position: absolute;
	}

.man_timeline .owl-nav i {
	font-size: 40px;
}

/*Advantages*/
.elementor-widget-sm-advantages .elementor-widget-container {
	overflow: hidden;
}
.man_advantages {
	height: 600px;
}
	.man_adv_box {
		height: 600px;
		position: relative;
		color: #fff!important;
	}
		.man_page .man_adv_box h2,
		.man_page .man_adv_box .pseudo-h2 {
			margin-bottom: 10px;
			color: #fff;
		}
		.man_page .man_adv_box h4,
		.man_page .man_adv_box .pseudo-h4 {
			color: #fff;
			margin-bottom: 10px;
		}
		.man_adv_box h2:after {
			display: none;
		}
	.man_adv_box_img {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		z-index: 1;
	}
		.man_adv_box_img.active {
			z-index: 1;
			opacity: 1;
		}
		.man_adv_box_img.first-item {
			opacity: 1;
			z-index: 1;
		}
	.man_adv_box_block {
		position: absolute;
		width: 100%;
		bottom: 20px;
		z-index: 3;
	}
	.elementor-section .elementor-container {
		z-index: 3;
	}
.man_adv_carousel {
	position: relative;
	z-index: 2;
	margin-left: -1px;
}
	.man_adv_box:before {
		height: 100%;
		width: 1px;
		content: '';
		display: block;
		background: rgba(255,255,255,0.2);
		position: absolute;
		left: 0;
	}


	.man_adv_box_block {
		padding: 20px;
	}
	.man_adv_box_block_cont {
		border-radius: 5px;
		background: #ff2153;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform:translateY(60px);
	}
	.man_adv_box_block_cont h4 {
		margin-top: 0;
	}
	.man_adv_box_block_cont_wb {
		padding: 0 30px 15px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		bottom: 0;
		transform:translateY(0);
	}
	.man_adv_box:hover .man_adv_box_block_cont_wb {
		opacity: 0;
		transform:translateY(-60px);
	}
	.man_adv_box:hover .man_adv_box_block_cont {
		opacity: 1;
		transform:translateY(0);
	}

@media (max-width: 768px) {
	.man_advantages,
	.man_adv_box {
		height: auto;
		padding: 25px 15px 5px;
	}
	.man_advantages {
		max-width: 500px;
		margin: 0 auto;
	}
	.man_adv_box {
		padding: 0;
		margin: 0 0 15px;
	}
	.man_adv_box_block {
		position: static;
		padding: 0;
	}
	.man_adv_box .man_adv_box_block_cont {
		opacity: 1;
		transform: translateY(0);
		padding: 20px 15px 10px;
	}
	.man_adv_box .man_adv_box_block_cont.man_wht_txt {
		font-size: 16px;
		text-align: center;
	}
	.man_adv_box .man_adv_box_block_cont h4,
	.man_adv_box .man_adv_box_block_cont .pseudo-h4,
	.man_adv_box .man_adv_box_block_cont h2,
	.man_adv_box .man_adv_box_block_cont .pseudo-h2,
	.man_adv_box .man_adv_box_block_cont p,
	.man_adv_box .man_adv_box_block_cont .btn {
		transform: translateX(0);
		opacity: 1;
	}
	.man_adv_box .man_adv_box_block_cont h2,
	.man_adv_box .man_adv_box_block_cont .pseudo-h2 {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
}

/*Testimonials*/
.man_testimonials {
	margin: -15px -15px 0 -15px;
	width: calc(100% + 30px)!important;
}
.man_testimonials_item_cont {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	color: #292929;
}
.man_testimonials_item {
	padding: 15px 15px 0;
}
.man_testimonials_item_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.man_testimonials_item_title_cont:after	 {
	display: block;
	content: '';
	clear: both;
}
.man_testimonials_item_title_name {
	font-weight: bold;
}
.man_testimonials_item_desc {
	padding: 20px
}


/*Widget Menu*/
.elementor-widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.elementor-widget ul.menu a:hover {
		padding-left: 20px;
	}
	.elementor-widget ul.menu li a {
		position: relative;
		font-size: 16px;
		line-height: 36px;
		color: #424242;
	}
	.elementor-widget ul.menu a:before {
		display: inline-block;
		content: "\e628";
		font-family: themify;
		position: absolute;
		left: -5px;
		font-size: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
		.elementor-widget ul.menu a:hover:before {
			opacity: 1;
			left: 0;
			-webkit-transition-delay: 0.1s;
			-o-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

.elementor-widget-sm-menu {
	margin-bottom: 0!important;
}
.sm_nav_menu {
	margin: 0;
	padding: 0;
}


/*Buttons*/
.btn_default .elementor-button,
.btn {
	-webkit-transition: all 0.3s!important;
	-o-transition: all 0.3s!important;
	transition: all 0.3s!important;
}
body .elementor-widget-sm-default-button .btn {
	margin-right: 5px!important;
}
.elementor-widget-sm-default-button .btn:first-child {
	margin-left: 5px!important;
}
.sm_display_inline .btn {

}

/*Text Editor*/
.elementor-text-editor p:last-child {
	margin-bottom: 0;
}


/*Basket*/
.man_cart_block .ti {
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.man_cart_block .ti,
.man_cart_block span {
	display: inline-block;
}


/*Products*/
.man_woo_cat_item_square,
.man_woo_cat_item_square a,
.man_woo_cat_item_square .man_woo_cat_item_over {
	border-radius: 0!important;
}
.elementor-widget-sm-woo-products .woo_products {
	margin-bottom: -40px;
}
.woo_products .product {
	margin-bottom: 20px!important;
}
.elementor-widget-sm-woo-products .man_product_photo {
	margin-bottom: 20px;
	box-shadow:none;
}
	.elementor-widget-sm-woo-products .man_product_photo img {
		left: 0;
	}
	.elementor-widget-sm-woo-products .man_product_photo a {
		display: block;
	}
	.man_vertical_products .man_product_photo img {
		position: relative!important;
	}
	.man_vertical_products .man_product_photo {
		height: auto;
		margin-bottom: 0;
	}


/*Responsive*/
@media (max-width: 767px) {
	.man_slider_item_title {
		margin-bottom: 20px;
	}
	.man_slider_item_text  {
		margin-bottom: 20px;
	}
	.man_slider .owl-dots {
		bottom: 0;
	}
	.elementor-counter-number-wrapper_flex {
		max-width: 100px;
		min-width: 100px
	}
	.man_map_pin_cont {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.elementor-widget-sm-woo-products .product {
		padding: 0!important;
	}
}
@media (min-width: 1025px) {
	.elementor-hidden-desktop {
		display: none!important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-hidden-tablet {
		display: none!important;
	}
}
@media (max-width: 1024px) {
	.woo_products .product:nth-child(3n+1) {
		clear: both;
	}
	.woo_products.columns-5 .product:nth-child(3n+1) {
		clear: none;
	}
	.mc4wp-form {
		text-align: center;
	}
	/*Offices*/
	.man_map_pin_cont_mobile {
		background: #fff;
		padding: 20px;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -190px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		min-width: 250px;
		opacity: 0;
		pointer-events: none;
		display: block;
	}
		.man_map_pin_cont_mobile_close {
			display: block;
			position: absolute;
			right: 10px;
			top: 10px;
		}
	.man_map_pin_cont_mobile.active {
		opacity: 1;
		pointer-events: auto;
	}
	.man_map_pin_cont {
		display: none;
	}
}

/*Horizontal Animation*/
.man_horizontal_animation {
	animation: horizontal_animation  1200s infinite linear;
	background-position: 0 0;
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
@keyframes horizontal_animation {
    0%   {
    	background-position: 0 0;
    }
    50%   {
    	background-position: 1000% 0;
    }
}

/*Heart Animation*/
.love {
  -webkit-animation: heartBeat 1s infinite ease;
  animation: heartBeat 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  background-color: rgba(86, 110, 249, 0.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 3;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.love i {
	color: #fff;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.love:after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: #566ef9;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: heartBeatInner 1s infinite ease;
    animation: heartBeatInner 1s infinite ease;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}
.love:before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  -webkit-animation: heartBeatInner 1s infinite ease;
  animation: heartBeatInner 1s infinite ease;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  border-radius:50%;
  opacity: 0.4;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartBeatInner {
    0%,
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

/*Demos*/
.man_demos {
	height: 400px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 100px;
}
	.man_demos a {
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
	}
	.man_demos_photo  {
		position: absolute;
		top: 0;
		-webkit-transition: all 6s;
		-o-transition: all 6s;
		transition: all 6s;
		height: 100%;
		width: 100%;
		background-position: 0 0;
		border-radius: 5px;
	}
	.man_demos:hover .man_demos_photo {
		background-position: 0 100%;
	}
	.man_demos_title {
		position: absolute;
		width: 100%;
		text-align: center;
		top:100%;
		margin-top: 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		padding: 0;
		margin-bottom: 100px;
		font-size: 20px;
		line-height: 28px;
	}
.man_coming {
	background-image: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/images/coming.png);
	width: 133px;
	height: 133px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

ins {
	background: none!important;
}
del {
	font-weight: normal;
	opacity: 0.7;
}

/*Services Block II*/
.man_service_block_II .man_icon {
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 20px;
	display: block;
	font-size: 50px;
}
.man_service_block_II .man_woo_cat_item_cont_an {
	opacity: 1;
	transform:translateY(0);
	height: auto;
}
.man_woo_cat_item_cont_2 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform:translateY(-40%) translateX(-50%);
}
.man_woo_cat_item_cont {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.man_service_block_II:hover .man_woo_cat_item_cont {
		opacity: 0;
		transform:translateY(-60%) translateX(-50%);
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_2 {
		opacity: 1;
		transform:translateY(-50%) translateX(-50%);
	}
.man_woo_cat_item_cont .btn_inline_style {
	color: #fff;
}
.man_service_block_II .man_woo_cat_item_cont_an > div {
	height: auto;
	margin: 15px 0 0;
}
.man_service_block_II .man_woo_cat_item_cont {

}
.man_service_block_II a {
	min-height: 280px;
}
	.man_service_block_II:hover .man_icon {
		opacity: 1;
	}
	.man_service_block_II:hover .man_woo_cat_item_cont_an {
	}
	.man_service_block_II .man_woo_cat_item_cont_an {
	}


/* ************* stm styles ************* */
.man_posts_item_img {
  margin-bottom: 30px;
}
.man_posts_item_title {
  margin-bottom: 20px;
}
.man_posts_item_description {
  margin-bottom: 50px;
}
a.man_posts_item_link {
  color: #566DFB;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 15px;
}
a.man_posts_item_link::before {
  content: "— ";
}
.stm-title-banner-divider {
  height: 130px;
}
.stm-products-catalog .stm-products-catalog__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}
.stm-products-catalog .stm-products-catalog__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
  margin-bottom: 20px;
}
.stm-products-catalog .man_navigation {
  text-align: left;
}
.stm-products-catalog .man_navigation .page-numbers {
  background: #fff;
  min-width: 27px;
  height: 26px;
  color: #3A426D;
  margin: 4px 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-transform: initial;
  border-radius: 3px;
}
.stm-products-catalog .man_navigation .page-numbers:not(.current):hover {
  background: #F5F5FA;
}
.stm-products-catalog .man_navigation .page-numbers.current {
  background: #566DFB;
  color: #fff;
}
.stm-products-catalog .man_navigation .page-numbers.current::after {
  content: none;
}
.stm-products-catalog .man_navigation .page-numbers.prev {
  position: static;
  padding-left:8px;
  padding-right:10px;
}
.stm-products-catalog .man_navigation .page-numbers.prev > i {
  vertical-align: middle;
  margin-right: 4px;
  transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.prev > i::before {
  content: "\e64a";
}
.stm-products-catalog .man_navigation .page-numbers.next {
  position: static;
  padding-left:10px;
  padding-right:8px;
}
.stm-products-catalog .man_navigation .page-numbers.next > i {
  vertical-align: middle;
  margin-left: 4px;
  transform: translateY(-1px);
}
.stm-products-catalog .man_navigation .page-numbers.next > i::before {
  content: "\e649";
}
.stm-products-catalog-sidebar__panel {
  background: #F5F5FA;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.stm-products-catalog-sidebar__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
}
.stm-categories-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.stm-categories-list > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 22px;
  position: relative;
}
.stm-categories-list > li .toggle {
  position: absolute;
  left: 0;
  top: 0;
  color: #566DFB;
  cursor: pointer;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stm-categories-list > li .toggle::before {
  content: "\e649";
}
.stm-categories-list .count {
  color: #828282;
}
.stm-categories-list > li.active .toggle::before {
  content: "\e648";
}
.stm-categories-list a {
  color: inherit;
}
.stm-categories-list a:hover {
  color: #566DFB;
}
.stm-checkbox-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.stm-checkbox-list > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.stm-checkbox-list > li label {
  font-weight: normal;
}
.stm-checkbox-list > li input {
  margin-right: 10px;
}
.stm-checkbox-list .count {
  color: #828282;
}
.stm-categories-child-list {
  list-style: none;
  padding-left: 0;
  margin: 14px 0 10px;
}
.stm-categories-child-list > li {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4F4F4F;
}
.stm-products-main .stm-product-item {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 10px;
}
.stm-products-main .stm-product-item::after {
  display: table;
  content: "";
  clear: both;
}
.stm-product-item .stm-product-item__image {
  position: relative;
  float: left;
  max-width: 270px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  font-size: 0;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.stm-product-item .stm-product-item__image img {
  border-radius: inherit !important;
  height: auto !important;
}
.stm-product-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 480px;
  transition: initial !important;
}
.stm-product-item__content {
  padding: 20px 30px 15px;
  overflow: hidden;
}
.stm-product-item__content .stm-product-item__add_cart .button.loading {
  padding: 10px 20px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button {
  border: 2px solid #566DFB;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px !important;
  height: 40px;
  min-width: 110px;
  text-align: center;
  border-radius: 30px;
  transition: initial !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:hover,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:hover {
  background-color: #566DFB;
  border: 2px solid #566DFB;
  color: #fff;
  line-height: 14px !important;
}
.stm-product-item__content .stm-product-item__add_cart .button::after,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart::after,
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button::after {
  content: none !important;
}
.stm-product-item__content .stm-product-item__add_cart .button:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:not(:hover),
.stm-product-item__content .stm-product-item__add_cart .add_to_cart_button:not(:hover) {
  background-color: transparent;
  color: #3A426D;
}
.stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
	display: none;
}
.stm-product-item__content .meta-top {
  margin-bottom: 18px;
}
.stm-product-item__content .meta-middle {
  margin-bottom: 11px;
}
.stm-product-item__content .meta-bottom::after {
  display: table;
  content: "";
  clear: both;
}
.stm-product-item__content .meta-bottom {
  display:flex;
  flex-wrap: wrap;
}
.stm-product-item__content .meta-bottom .stm-product-item__price {
  float: left;
  width: 50%;
  min-height: 1px;
}
.stm-product-item__content .meta-bottom .stm-product-item__add_cart {
  overflow: hidden;
  float: left;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
  width: auto;
  flex-grow:1;
  margin-right:10px;
}
.stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__add_cart {
  float: right;
}
.stm-product-item__content .product-categories a {
  color: #566DFB;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.stm-product-item__content .woocommerce-product-attributes {
  background-color: transparent;
  margin-bottom: 0 !important;
  table-layout: fixed;
  border-top: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr {
  background-color: transparent;
}
.stm-product-item__content .woocommerce-product-attributes tr td {
  padding: 0 !important;
  width: auto !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes tr th {
  padding: 0 !important;
  width: auto !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__label {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #828282 !important;
  text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  color: #000000 !important;
  text-align: left !important;
}
.stm-product-item__content .woocommerce-product-attributes-item__value p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  padding: 0 !important;
}
.stm-products-main.grid {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.stm-products-main.grid .stm-product-item__content .meta-middle {
  display: none;
}
.stm-products-main.grid .stm-product-item {
  justify-content: center;
  align-items: stretch;
  width: calc((100% / 3) - 10px);
  margin-left: 15px;
}
.stm-products-main.grid.cols-2 .stm-product-item:nth-child(2n+1) {
  margin-left: 0;
}
.stm-products-main.grid.cols-3 .stm-product-item:nth-child(3n+1) {
	margin-left: 0;
}
.stm-products-main.grid.cols-4 .stm-product-item:nth-child(4n+1) {
	margin-left: 0;
}
.stm-products-main.grid.cols-2 .stm-product-item {
	width: calc((100% / 2) - 10px);
}
.stm-products-main.grid.cols-3 .stm-product-item {
	width: calc((100% / 3) - 10px);
}
.stm-products-main.grid.cols-4 .stm-product-item {
	width: calc((100% / 4) - 12px);
}
.stm-products-main.grid .stm-product-item .stm-product-item__content {
  padding: 15px 15px 15px;
}
.stm-products-main.grid .stm-product-item .btn {
  min-width: 100%;
  padding: 10px 15px;
}
.stm-products-main.grid .stm-product-item .regular_price {
  font-size: 24px;
}
.stm-products-main.grid .stm-product-item .stm-product-item__title {
  font-size: 16px;
  line-height: 1.5;
}
.stm-products-main.grid .stm-product-item__image {
  width: 100%;
  float: none;
  max-width: unset;
  border-radius: 10px 10px 0 0;
  transition: initial !important;
}
.stm-products-main.grid .stm-product-item__image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: initial !important;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button {
	font-size: 19px;
	border-radius: 8px!important;
	padding: 8px 8px;
	min-width: 40px;
	height: 40px;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__text {
	display: none;
}
.stm-products-main.grid .stm-product-item__content .stm-product-item__add_cart .button .add_to_cart_button__icon {
	display: inline-block;
}
.stm-product-item__price .sale_price {
  color: #828282;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}
.stm-product-item__price .regular_price {
  color: #566DFB;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.02em;
}
.stm-products-catalog__filter {
  background: #F5F5FA;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 10px;
}
.stm-products-catalog__filter::after {
  display: table;
  content: "";
  clear: both;
}
.stm-products-catalog__filter .stm-filter-chosen-units {
  float: left;
  font-size: 0;
}
.stm-products-catalog__filter .stm-view-by {
  float: right;
  margin-left: 10px;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list {
  list-style: none;
  margin: 6px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  margin: 0 6px 0 0;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  cursor: pointer;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li:hover {
  border-color: #000;
  color: #000;
}
.stm-filter-chosen-units .stm-filter-chosen-units-list li i {
  margin-left: 4px;
  vertical-align: middle;
  font-size: 12px;
}
.stm-filter-chosen-units .woocommerce-Price-amount,
.stm-filter-chosen-units .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  background-color: transparent !important;
  color: inherit !important;
}
.stm-sort-by-options {
  float: right;
}
.stm-sort-by-options select.orderby {
  height: 40px !important;
  padding: 7px 15px;
  font-size: 16px !important;
  width: 240px;
  border-radius: 6px !important;
  border: 0 none;
  background-color: #fff;
  margin: 0 !important;
  right: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background-image: url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/images/dropdown_arrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.stm-view-by .view-type {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #3A426D;
  border-radius: 6px;
}
.stm-view-by .view-type:hover {
  color: #000;
}
.stm-view-by .view-type i {
  line-height: 40px;
}
.stm-view-by .view-type.active {
  background: #566DFB;
  color: #fff;
}
.wpcf7-form .form-group {
  margin-bottom: 30px;
}
.wpcf7-form .btn-wrapper {
  position: relative;
}
.wpcf7-form .btn-wrapper .ajax-loader {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.wpcf7-form .wpcf7-form-control {
  height: 50px;
  border-radius: 6px !important;
}
.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A426D;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-submit {
  width: 100%;
}
.elementor-widget .breadcrumbs {
  font-weight: normal;
  font-size: 16px;
  color: #828282;
}
.elementor-widget .breadcrumbs a {
  font-weight: normal;
  font-size: 16px;
  color: #828282;
}
.elementor-widget .breadcrumbs a span {
  color: #828282;
}
.elementor-widget .breadcrumbs span.current-item {
  color: #BDBDBD;
}
.elementor-icon-box-title {
  margin-top: 0;
}
.man_slider_item.style_2 .man_slider_item_logo {
  margin-bottom: 55px;
}
.man_slider_item.style_2 .man_slider_item_title {
  margin-bottom: 70px;
}
.man_slider_item.style_2 .man_slider_item_text {
  margin-bottom: 0;
}
.man_slider_item.style_2 .man_slider_item_over {
  width: 50%;
  opacity: 0.8;
}
.man_slider_item.style_2 .man_slider_item_title_cont {
  width: 50%;
}
.woocommerce-page .man_main_sidebar {
  order: 2;
}
.woocommerce-page .man_sidebar_col {
  order: 1;
  padding: 0 15px;
}
.woocommerce-page .man_page {
  background-color: #fff;
}
.woocommerce-page .site-content {
  background-color: #fff;
}
.woocommerce-page .man_sidebar:before {
  content: none !important;
}
.woocommerce-page .man_sidebar .widget {
  background: #F5F5FA;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 30px !important;
}
.woocommerce-page .man_sidebar .widget ul.product-categories > li > a:before {
  color: #566DFB;
}
.woocommerce-page .man_sidebar .widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
  text-transform: initial;
}
.woocommerce-page .man_sidebar .product-categories {
  list-style: none;
  padding-left: 0;
  margin: 0 0 10px;
}
.woocommerce-page .man_sidebar .product-categories > li {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.woocommerce-page .man_sidebar .product-categories > li > a::before {
  content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li ul a::before {
  content: none !important;
}
.woocommerce-page .man_sidebar .product-categories > li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 0 0 22px !important;
}
.woocommerce-page .man_sidebar .product-categories > li a:hover {
  color: #566DFB;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle {
  position: absolute;
  left: 0;
  top: 0;
  color: #566DFB;
  cursor: pointer;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  z-index: 9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-page .man_sidebar .product-categories > li .toggle::before {
  content: "\e649";
}
.woocommerce-page .man_sidebar .product-categories .count {
  color: #828282;
  background-color: transparent !important;
  position: static;
  display: inline;
  padding: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.woocommerce-page .man_sidebar .product-categories .count::before {
  content: "(";
}
.woocommerce-page .man_sidebar .product-categories .count::after {
  content: ")";
}
.woocommerce-page .man_sidebar .product-categories .children {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 14px 0 10px;
}
.woocommerce-page .man_sidebar .product-categories .children > li {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4F4F4F;
}
.woocommerce-page .man_sidebar .product-categories > li.active .children {
  display: block;
}
.woocommerce-page .man_sidebar .product-categories > li.active .toggle::before {
  content: "\e648";
}
.woocommerce .stm-products-catalog__filter .woocommerce-ordering {
  display: block;
  width: 100%;
  max-width: 100% !important;
  border: 0 none !important;
  margin: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #E0E0E0 !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #566DFB;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: 1px solid #F5F5FA;
  top: -8px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: transparent;
  color: #3A426D;
  border: 2px solid #566DFB;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px !important;
  height: 40px;
  min-width: 80px;
  text-align: center;
  border-radius: 30px;
  float: right !important;
  transition: initial !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: white;
}
.widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  height: 40px;
}
.widget.widget_layered_nav_filters {
  vertical-align: middle;
  display: inline-block;
}
.widget.widget_layered_nav_filters ul {
  list-style: none;
  margin: 12px 0 !important;
  padding: 0;
}
.widget.widget_layered_nav_filters ul li.chosen {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  margin: 0 6px 0 0;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  position: relative;
  border-radius: 12px;
}
.widget.widget_layered_nav_filters ul li.chosen:hover {
  border-color: #000;
  color: #000;
}
.widget.widget_layered_nav_filters ul li.chosen:hover > a {
  color: #000 !important;
}
.widget.widget_layered_nav_filters ul li.chosen > a {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 4px 22px 4px 8px !important;
  margin: 0 !important;
  z-index: 2;
}
.widget.widget_layered_nav_filters ul li.chosen > a::before {
  content: none !important;
}
.widget.widget_layered_nav_filters ul li.chosen::after {
  content: "\e646" !important;
  font-family: themify;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 4px;
}
.woocommerce-products-header .term-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
  margin-bottom: 20px;
}
.woocommerce-products-header .term-description p {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.container.container-shop-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 0px;
}
.stm-products-catalog {
  padding-bottom: 70px;
}
.stm-products-catalog .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.owl-stage-outer.owl-height {
  transition: none;
}
.btn-wrapper + .wpcf7-response-output {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.sm_video_link.elementor-button-link.elementor-button span {
  width: initial;
  height: initial;
  margin-top: 0;
  transform: none !important;
}
.sm_video_link.elementor-button-link.elementor-button span::before, .sm_video_link.elementor-button-link.elementor-button span::after {
  content: none;
}
.man_slider_item_logo .lazy-hidden, .man_slider_item_logo .entry img.lazy-hidden, .man_slider_item_logo img.thumbnail.lazy-hidden {
  background-color: transparent;
  width: 32px !important;
  height: 32px !important;
}
@media (max-width: 1025px) {
  #elementor-header-primary .sm_menu_toggle {
    margin-right: 10px !important;
  }
  body #masthead .elementor-widget-sm-default-button .btn {
  	margin-right: 15px !important;
  }
  .stm-title-banner-divider {
    height: 90px;
  }
  .stm-product-item__content {
    padding: 12px 18px 12px;
  }
  .stm-products-main.grid .stm-product-item__content .meta-bottom .stm-product-item__price {
    width: auto;
    margin-right: 10px;
  }
  .stm-products-main.grid .stm-products-main.grid .stm-product-item .regular_price {
    font-size: 20px;
  }
  .stm-products-catalog .man_sidebar_col .man_sidebar {
	padding: 0;
	margin: 0 -15px;
  }
  .stm-product-item__content .meta-top {
	margin-bottom: 10px;
  }
  .stm-product-item__title {
    font-size: 20px;
	line-height: 24px;
  }
  .man_slider_item.style_2 .man_slider_item_over {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .stm-products-main {
    max-width:500px;
    margin:0 auto;
  }
  .stm-product-item {
    width: 100%;
  }
  .stm-product-item .stm-product-item__image {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .stm-products-main.grid .stm-product-item,
  .stm-products-main.grid.cols-2 .stm-product-item,
  .stm-products-main.grid.cols-3 .stm-product-item,
  .stm-products-main.grid.cols-4 .stm-product-item {
    width: 100%;
  }
  .stm-product-item__content {
    width: 100%;
  }
  .stm-products-catalog__filter {
    padding: 15px 15px;
  }
  .stm-products-catalog__filter .stm-filter-chosen-units {
    width: 100%;
    margin-bottom: 10px;
  }
  .stm-sort-by-options {
    float: left;
  }
  .stm-sort-by-options select.orderby {
    width: 200px;
    margin: 0;
  }
  .man_posts_list .man_posts_grid_item {
    margin-bottom: 40px;
  }
  .stm-products-main.grid .stm-product-item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page .col-lg-3.man_sidebar_col {
	max-width: 300px;
    flex: 0 0 300px;
  }
  .woocommerce-page .col-lg-9.man_main_sidebar {
    flex: 0 0 calc(100% - 300px);
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//elevali.ee/wp-content/plugins/elementor-sm-widgets/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}