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;
} .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 .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-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; } .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;
} .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);
} .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: ''; 
} .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;
} .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;
} .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);
} .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);
} .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;
} .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;
} .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;
} .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%; 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;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @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;
} .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.elementor-button-wrapper {
align-self: center;
} @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: ''
} .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-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.elementor-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @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.elementor-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;
} .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)";
} .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)";
} .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;
} .hfe-icon {
display: inline-block;
} .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;
} .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.elementor-button-wrapper .elementor-button {
color:#4d4848;
} .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;
} .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;
} .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%;
}.bdevs-generic-el {           }
.bdevs-generic-el .bd-custom-container {
max-width: 1730px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
.bdevs-generic-el .img,
.bdevs-generic-el img {
max-width: 100%;
transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.bdevs-generic-el .f-left {
float: left;
}
.bdevs-generic-el .f-right {
float: right;
}
.bdevs-generic-el .fix {
overflow: hidden;
}
.bdevs-generic-el a,
.bdevs-generic-el span,
.bdevs-generic-el button,
.bdevs-generic-el i {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-decoration: none;
}
.bdevs-generic-el a:focus,
.bdevs-generic-el .button:focus {
text-decoration: none;
outline: none;
}
.bdevs-generic-el a:focus,
.bdevs-generic-el a:hover {
color: inherit;
text-decoration: none;
}
.bdevs-generic-el a,
.bdevs-generic-el button {
outline: medium none;
text-decoration: none;
}
.bdevs-generic-el button:focus,
.bdevs-generic-el input:focus,
.bdevs-generic-el input:focus,
.bdevs-generic-el textarea,
.bdevs-generic-el textarea:focus {
outline: 0;
}
.bdevs-generic-el .uppercase {
text-transform: uppercase;
}
.bdevs-generic-el .capitalize {
text-transform: capitalize;
}
.bdevs-generic-el input,
.bdevs-generic-el select,
.bdevs-generic-el textarea {
font-weight: 400;
opacity: 1;
}
.bdevs-generic-el h1,
.bdevs-generic-el h2,
.bdevs-generic-el h3,
.bdevs-generic-el h4,
.bdevs-generic-el h5,
.bdevs-generic-el h6 {
color: var(--clr-gen-body-heading);
margin: 0px;
font-weight: 700;
margin-bottom: 10px;
}
.bdevs-generic-el h1 a,
.bdevs-generic-el h2 a,
.bdevs-generic-el h3 a,
.bdevs-generic-el h4 a,
.bdevs-generic-el h5 a,
.bdevs-generic-el h6 a {
color: inherit;
}
.bdevs-generic-el ul {
margin: 0px;
padding: 0px;
}
.bdevs-generic-el p {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: var(--clr-gen-body-text);
margin-bottom: 10px;
}
.bdevs-generic-el i {
line-height: 1;
display: inline-block;
}
.bdevs-generic-el label {
color: var(--clr-gen-body-text);
cursor: pointer;
font-size: 14px;
font-weight: 400;
}
.bdevs-generic-el .display-inline {
display: inline-block;
}
.bdevs-generic-el select {
-webkit-appearance: none;
-moz-appearance: none;
}
.bdevs-generic-el input,
.bdevs-generic-el select {
font-weight: 400;
}
.bdevs-generic-el .custom-pad-15 {
padding-left: 7.5px;
padding-right: 7.5px;
}
.bdevs-generic-el .custom-mar-15 {
margin-right: -7.5px;
margin-left: -7.5px;
}
.bdevs-generic-el .radius-50 {
border-radius: 50px;
}
.bdevs-generic-el .w-full {
width: 100%;
}
.bdevs-generic-el * input::-moz-placeholder {
font-size: 16px;
opacity: 1;
font-weight: 400;
}
.bdevs-generic-el * input::placeholder {
font-size: 16px;
opacity: 1;
font-weight: 400;
}
.bdevs-generic-el .mt-5 {
margin-top: 5px;
}
.bdevs-generic-el .mt-10 {
margin-top: 10px;
}
.bdevs-generic-el .mt-15 {
margin-top: 15px;
}
.bdevs-generic-el .mt-20 {
margin-top: 20px;
}
.bdevs-generic-el .mt-25 {
margin-top: 25px;
}
.bdevs-generic-el .mt-30 {
margin-top: 30px;
}
.bdevs-generic-el .mt-35 {
margin-top: 35px;
}
.bdevs-generic-el .mt-40 {
margin-top: 40px;
}
.bdevs-generic-el .mt-45 {
margin-top: 45px;
}
.bdevs-generic-el .mt-50 {
margin-top: 50px;
}
.bdevs-generic-el .mt-55 {
margin-top: 55px;
}
.bdevs-generic-el .mt-60 {
margin-top: 60px;
}
.bdevs-generic-el .mt-65 {
margin-top: 65px;
}
.bdevs-generic-el .mt-70 {
margin-top: 70px;
}
.bdevs-generic-el .mt-75 {
margin-top: 75px;
}
.bdevs-generic-el .mt-80 {
margin-top: 80px;
}
.bdevs-generic-el .mt-85 {
margin-top: 85px;
}
.bdevs-generic-el .mt-90 {
margin-top: 90px;
}
.bdevs-generic-el .mt-95 {
margin-top: 95px;
}
.bdevs-generic-el .mt-100 {
margin-top: 100px;
}
.bdevs-generic-el .mt-105 {
margin-top: 105px;
}
.bdevs-generic-el .mt-110 {
margin-top: 110px;
}
.bdevs-generic-el .mt-115 {
margin-top: 115px;
}
.bdevs-generic-el .mt-120 {
margin-top: 120px;
}
.bdevs-generic-el .mt-125 {
margin-top: 125px;
}
.bdevs-generic-el .mt-130 {
margin-top: 130px;
}
.bdevs-generic-el .mt-135 {
margin-top: 135px;
}
.bdevs-generic-el .mt-140 {
margin-top: 140px;
}
.bdevs-generic-el .mt-145 {
margin-top: 145px;
}
.bdevs-generic-el .mt-150 {
margin-top: 150px;
}
.bdevs-generic-el .mt-155 {
margin-top: 155px;
}
.bdevs-generic-el .mt-160 {
margin-top: 160px;
}
.bdevs-generic-el .mt-165 {
margin-top: 165px;
}
.bdevs-generic-el .mt-170 {
margin-top: 170px;
}
.bdevs-generic-el .mt-175 {
margin-top: 175px;
}
.bdevs-generic-el .mt-180 {
margin-top: 180px;
}
.bdevs-generic-el .mt-185 {
margin-top: 185px;
}
.bdevs-generic-el .mt-190 {
margin-top: 190px;
}
.bdevs-generic-el .mt-195 {
margin-top: 195px;
}
.bdevs-generic-el .mt-200 {
margin-top: 200px;
}
.bdevs-generic-el .mb-5 {
margin-bottom: 5px;
}
.bdevs-generic-el .mb-10 {
margin-bottom: 10px;
}
.bdevs-generic-el .mb-15 {
margin-bottom: 15px;
}
.bdevs-generic-el .mb-20 {
margin-bottom: 20px;
}
.bdevs-generic-el .mb-25 {
margin-bottom: 25px;
}
.bdevs-generic-el .mb-30 {
margin-bottom: 30px;
}
.bdevs-generic-el .mb-35 {
margin-bottom: 35px;
}
.bdevs-generic-el .mb-40 {
margin-bottom: 40px;
}
.bdevs-generic-el .mb-45 {
margin-bottom: 45px;
}
.bdevs-generic-el .mb-50 {
margin-bottom: 50px;
}
.bdevs-generic-el .mb-55 {
margin-bottom: 55px;
}
.bdevs-generic-el .mb-60 {
margin-bottom: 60px;
}
.bdevs-generic-el .mb-65 {
margin-bottom: 65px;
}
.bdevs-generic-el .mb-70 {
margin-bottom: 70px;
}
.bdevs-generic-el .mb-75 {
margin-bottom: 75px;
}
.bdevs-generic-el .mb-80 {
margin-bottom: 80px;
}
.bdevs-generic-el .mb-85 {
margin-bottom: 85px;
}
.bdevs-generic-el .mb-90 {
margin-bottom: 90px;
}
.bdevs-generic-el .mb-95 {
margin-bottom: 95px;
}
.bdevs-generic-el .mb-100 {
margin-bottom: 100px;
}
.bdevs-generic-el .mb-105 {
margin-bottom: 105px;
}
.bdevs-generic-el .mb-110 {
margin-bottom: 110px;
}
.bdevs-generic-el .mb-115 {
margin-bottom: 115px;
}
.bdevs-generic-el .mb-120 {
margin-bottom: 120px;
}
.bdevs-generic-el .mb-125 {
margin-bottom: 125px;
}
.bdevs-generic-el .mb-130 {
margin-bottom: 130px;
}
.bdevs-generic-el .mb-135 {
margin-bottom: 135px;
}
.bdevs-generic-el .mb-140 {
margin-bottom: 140px;
}
.bdevs-generic-el .mb-145 {
margin-bottom: 145px;
}
.bdevs-generic-el .mb-150 {
margin-bottom: 150px;
}
.bdevs-generic-el .mb-155 {
margin-bottom: 155px;
}
.bdevs-generic-el .mb-160 {
margin-bottom: 160px;
}
.bdevs-generic-el .mb-165 {
margin-bottom: 165px;
}
.bdevs-generic-el .mb-170 {
margin-bottom: 170px;
}
.bdevs-generic-el .mb-175 {
margin-bottom: 175px;
}
.bdevs-generic-el .mb-180 {
margin-bottom: 180px;
}
.bdevs-generic-el .mb-185 {
margin-bottom: 185px;
}
.bdevs-generic-el .mb-190 {
margin-bottom: 190px;
}
.bdevs-generic-el .mb-195 {
margin-bottom: 195px;
}
.bdevs-generic-el .mb-200 {
margin-bottom: 200px;
}
.bdevs-generic-el .ml-5 {
margin-left: 5px;
}
.bdevs-generic-el .ml-10 {
margin-left: 10px;
}
.bdevs-generic-el .ml-15 {
margin-left: 15px;
}
.bdevs-generic-el .ml-20 {
margin-left: 20px;
}
.bdevs-generic-el .ml-25 {
margin-left: 25px;
}
.bdevs-generic-el .ml-30 {
margin-left: 30px;
}
.bdevs-generic-el .ml-35 {
margin-left: 35px;
}
.bdevs-generic-el .ml-40 {
margin-left: 40px;
}
.bdevs-generic-el .ml-45 {
margin-left: 45px;
}
.bdevs-generic-el .ml-50 {
margin-left: 50px;
}
.bdevs-generic-el .ml-55 {
margin-left: 55px;
}
.bdevs-generic-el .ml-60 {
margin-left: 60px;
}
.bdevs-generic-el .ml-65 {
margin-left: 65px;
}
.bdevs-generic-el .ml-70 {
margin-left: 70px;
}
.bdevs-generic-el .ml-75 {
margin-left: 75px;
}
.bdevs-generic-el .ml-80 {
margin-left: 80px;
}
.bdevs-generic-el .ml-85 {
margin-left: 85px;
}
.bdevs-generic-el .ml-90 {
margin-left: 90px;
}
.bdevs-generic-el .ml-95 {
margin-left: 95px;
}
.bdevs-generic-el .ml-100 {
margin-left: 100px;
}
.bdevs-generic-el .ml-105 {
margin-left: 105px;
}
.bdevs-generic-el .ml-110 {
margin-left: 110px;
}
.bdevs-generic-el .ml-115 {
margin-left: 115px;
}
.bdevs-generic-el .ml-120 {
margin-left: 120px;
}
.bdevs-generic-el .ml-125 {
margin-left: 125px;
}
.bdevs-generic-el .ml-130 {
margin-left: 130px;
}
.bdevs-generic-el .ml-135 {
margin-left: 135px;
}
.bdevs-generic-el .ml-140 {
margin-left: 140px;
}
.bdevs-generic-el .ml-145 {
margin-left: 145px;
}
.bdevs-generic-el .ml-150 {
margin-left: 150px;
}
.bdevs-generic-el .ml-155 {
margin-left: 155px;
}
.bdevs-generic-el .ml-160 {
margin-left: 160px;
}
.bdevs-generic-el .ml-165 {
margin-left: 165px;
}
.bdevs-generic-el .ml-170 {
margin-left: 170px;
}
.bdevs-generic-el .ml-175 {
margin-left: 175px;
}
.bdevs-generic-el .ml-180 {
margin-left: 180px;
}
.bdevs-generic-el .ml-185 {
margin-left: 185px;
}
.bdevs-generic-el .ml-190 {
margin-left: 190px;
}
.bdevs-generic-el .ml-195 {
margin-left: 195px;
}
.bdevs-generic-el .ml-200 {
margin-left: 200px;
}
.bdevs-generic-el .mr-5 {
margin-right: 5px;
}
.bdevs-generic-el .mr-10 {
margin-right: 10px;
}
.bdevs-generic-el .mr-15 {
margin-right: 15px;
}
.bdevs-generic-el .mr-20 {
margin-right: 20px;
}
.bdevs-generic-el .mr-25 {
margin-right: 25px;
}
.bdevs-generic-el .mr-30 {
margin-right: 30px;
}
.bdevs-generic-el .mr-35 {
margin-right: 35px;
}
.bdevs-generic-el .mr-40 {
margin-right: 40px;
}
.bdevs-generic-el .mr-45 {
margin-right: 45px;
}
.bdevs-generic-el .mr-50 {
margin-right: 50px;
}
.bdevs-generic-el .mr-55 {
margin-right: 55px;
}
.bdevs-generic-el .mr-60 {
margin-right: 60px;
}
.bdevs-generic-el .mr-65 {
margin-right: 65px;
}
.bdevs-generic-el .mr-70 {
margin-right: 70px;
}
.bdevs-generic-el .mr-75 {
margin-right: 75px;
}
.bdevs-generic-el .mr-80 {
margin-right: 80px;
}
.bdevs-generic-el .mr-85 {
margin-right: 85px;
}
.bdevs-generic-el .mr-90 {
margin-right: 90px;
}
.bdevs-generic-el .mr-95 {
margin-right: 95px;
}
.bdevs-generic-el .mr-100 {
margin-right: 100px;
}
.bdevs-generic-el .mr-105 {
margin-right: 105px;
}
.bdevs-generic-el .mr-110 {
margin-right: 110px;
}
.bdevs-generic-el .mr-115 {
margin-right: 115px;
}
.bdevs-generic-el .mr-120 {
margin-right: 120px;
}
.bdevs-generic-el .mr-125 {
margin-right: 125px;
}
.bdevs-generic-el .mr-130 {
margin-right: 130px;
}
.bdevs-generic-el .mr-135 {
margin-right: 135px;
}
.bdevs-generic-el .mr-140 {
margin-right: 140px;
}
.bdevs-generic-el .mr-145 {
margin-right: 145px;
}
.bdevs-generic-el .mr-150 {
margin-right: 150px;
}
.bdevs-generic-el .mr-155 {
margin-right: 155px;
}
.bdevs-generic-el .mr-160 {
margin-right: 160px;
}
.bdevs-generic-el .mr-165 {
margin-right: 165px;
}
.bdevs-generic-el .mr-170 {
margin-right: 170px;
}
.bdevs-generic-el .mr-175 {
margin-right: 175px;
}
.bdevs-generic-el .mr-180 {
margin-right: 180px;
}
.bdevs-generic-el .mr-185 {
margin-right: 185px;
}
.bdevs-generic-el .mr-190 {
margin-right: 190px;
}
.bdevs-generic-el .mr-195 {
margin-right: 195px;
}
.bdevs-generic-el .mr-200 {
margin-right: 200px;
}
.bdevs-generic-el .pt-5 {
padding-top: 5px;
}
.bdevs-generic-el .pt-10 {
padding-top: 10px;
}
.bdevs-generic-el .pt-15 {
padding-top: 15px;
}
.bdevs-generic-el .pt-20 {
padding-top: 20px;
}
.bdevs-generic-el .pt-25 {
padding-top: 25px;
}
.bdevs-generic-el .pt-30 {
padding-top: 30px;
}
.bdevs-generic-el .pt-35 {
padding-top: 35px;
}
.bdevs-generic-el .pt-40 {
padding-top: 40px;
}
.bdevs-generic-el .pt-45 {
padding-top: 45px;
}
.bdevs-generic-el .pt-50 {
padding-top: 50px;
}
.bdevs-generic-el .pt-55 {
padding-top: 55px;
}
.bdevs-generic-el .pt-60 {
padding-top: 60px;
}
.bdevs-generic-el .pt-65 {
padding-top: 65px;
}
.bdevs-generic-el .pt-70 {
padding-top: 70px;
}
.bdevs-generic-el .pt-75 {
padding-top: 75px;
}
.bdevs-generic-el .pt-80 {
padding-top: 80px;
}
.bdevs-generic-el .pt-85 {
padding-top: 85px;
}
.bdevs-generic-el .pt-90 {
padding-top: 90px;
}
.bdevs-generic-el .pt-95 {
padding-top: 95px;
}
.bdevs-generic-el .pt-100 {
padding-top: 100px;
}
.bdevs-generic-el .pt-105 {
padding-top: 105px;
}
.bdevs-generic-el .pt-110 {
padding-top: 110px;
}
.bdevs-generic-el .pt-115 {
padding-top: 115px;
}
.bdevs-generic-el .pt-120 {
padding-top: 120px;
}
.bdevs-generic-el .pt-125 {
padding-top: 125px;
}
.bdevs-generic-el .pt-130 {
padding-top: 130px;
}
.bdevs-generic-el .pt-135 {
padding-top: 135px;
}
.bdevs-generic-el .pt-140 {
padding-top: 140px;
}
.bdevs-generic-el .pt-145 {
padding-top: 145px;
}
.bdevs-generic-el .pt-150 {
padding-top: 150px;
}
.bdevs-generic-el .pt-155 {
padding-top: 155px;
}
.bdevs-generic-el .pt-160 {
padding-top: 160px;
}
.bdevs-generic-el .pt-165 {
padding-top: 165px;
}
.bdevs-generic-el .pt-170 {
padding-top: 170px;
}
.bdevs-generic-el .pt-175 {
padding-top: 175px;
}
.bdevs-generic-el .pt-180 {
padding-top: 180px;
}
.bdevs-generic-el .pt-185 {
padding-top: 185px;
}
.bdevs-generic-el .pt-190 {
padding-top: 190px;
}
.bdevs-generic-el .pt-195 {
padding-top: 195px;
}
.bdevs-generic-el .pt-200 {
padding-top: 200px;
}
.bdevs-generic-el .pb-5 {
padding-bottom: 5px;
}
.bdevs-generic-el .pb-10 {
padding-bottom: 10px;
}
.bdevs-generic-el .pb-15 {
padding-bottom: 15px;
}
.bdevs-generic-el .pb-20 {
padding-bottom: 20px;
}
.bdevs-generic-el .pb-25 {
padding-bottom: 25px;
}
.bdevs-generic-el .pb-30 {
padding-bottom: 30px;
}
.bdevs-generic-el .pb-35 {
padding-bottom: 35px;
}
.bdevs-generic-el .pb-40 {
padding-bottom: 40px;
}
.bdevs-generic-el .pb-45 {
padding-bottom: 45px;
}
.bdevs-generic-el .pb-50 {
padding-bottom: 50px;
}
.bdevs-generic-el .pb-55 {
padding-bottom: 55px;
}
.bdevs-generic-el .pb-60 {
padding-bottom: 60px;
}
.bdevs-generic-el .pb-65 {
padding-bottom: 65px;
}
.bdevs-generic-el .pb-70 {
padding-bottom: 70px;
}
.bdevs-generic-el .pb-75 {
padding-bottom: 75px;
}
.bdevs-generic-el .pb-80 {
padding-bottom: 80px;
}
.bdevs-generic-el .pb-85 {
padding-bottom: 85px;
}
.bdevs-generic-el .pb-90 {
padding-bottom: 90px;
}
.bdevs-generic-el .pb-95 {
padding-bottom: 95px;
}
.bdevs-generic-el .pb-100 {
padding-bottom: 100px;
}
.bdevs-generic-el .pb-105 {
padding-bottom: 105px;
}
.bdevs-generic-el .pb-110 {
padding-bottom: 110px;
}
.bdevs-generic-el .pb-115 {
padding-bottom: 115px;
}
.bdevs-generic-el .pb-120 {
padding-bottom: 120px;
}
.bdevs-generic-el .pb-125 {
padding-bottom: 125px;
}
.bdevs-generic-el .pb-130 {
padding-bottom: 130px;
}
.bdevs-generic-el .pb-135 {
padding-bottom: 135px;
}
.bdevs-generic-el .pb-140 {
padding-bottom: 140px;
}
.bdevs-generic-el .pb-145 {
padding-bottom: 145px;
}
.bdevs-generic-el .pb-150 {
padding-bottom: 150px;
}
.bdevs-generic-el .pb-155 {
padding-bottom: 155px;
}
.bdevs-generic-el .pb-160 {
padding-bottom: 160px;
}
.bdevs-generic-el .pb-165 {
padding-bottom: 165px;
}
.bdevs-generic-el .pb-170 {
padding-bottom: 170px;
}
.bdevs-generic-el .pb-175 {
padding-bottom: 175px;
}
.bdevs-generic-el .pb-180 {
padding-bottom: 180px;
}
.bdevs-generic-el .pb-185 {
padding-bottom: 185px;
}
.bdevs-generic-el .pb-190 {
padding-bottom: 190px;
}
.bdevs-generic-el .pb-195 {
padding-bottom: 195px;
}
.bdevs-generic-el .pb-200 {
padding-bottom: 200px;
}
.bdevs-generic-el .pl-5 {
padding-left: 5px;
}
.bdevs-generic-el .pl-10 {
padding-left: 10px;
}
.bdevs-generic-el .pl-15 {
padding-left: 15px;
}
.bdevs-generic-el .pl-20 {
padding-left: 20px;
}
.bdevs-generic-el .pl-25 {
padding-left: 25px;
}
.bdevs-generic-el .pl-30 {
padding-left: 30px;
}
.bdevs-generic-el .pl-35 {
padding-left: 35px;
}
.bdevs-generic-el .pl-40 {
padding-left: 40px;
}
.bdevs-generic-el .pl-45 {
padding-left: 45px;
}
.bdevs-generic-el .pl-50 {
padding-left: 50px;
}
.bdevs-generic-el .pl-55 {
padding-left: 55px;
}
.bdevs-generic-el .pl-60 {
padding-left: 60px;
}
.bdevs-generic-el .pl-65 {
padding-left: 65px;
}
.bdevs-generic-el .pl-70 {
padding-left: 70px;
}
.bdevs-generic-el .pl-75 {
padding-left: 75px;
}
.bdevs-generic-el .pl-80 {
padding-left: 80px;
}
.bdevs-generic-el .pl-85 {
padding-left: 85px;
}
.bdevs-generic-el .pl-90 {
padding-left: 90px;
}
.bdevs-generic-el .pl-95 {
padding-left: 95px;
}
.bdevs-generic-el .pl-100 {
padding-left: 100px;
}
.bdevs-generic-el .pl-105 {
padding-left: 105px;
}
.bdevs-generic-el .pl-110 {
padding-left: 110px;
}
.bdevs-generic-el .pl-115 {
padding-left: 115px;
}
.bdevs-generic-el .pl-120 {
padding-left: 120px;
}
.bdevs-generic-el .pl-125 {
padding-left: 125px;
}
.bdevs-generic-el .pl-130 {
padding-left: 130px;
}
.bdevs-generic-el .pl-135 {
padding-left: 135px;
}
.bdevs-generic-el .pl-140 {
padding-left: 140px;
}
.bdevs-generic-el .pl-145 {
padding-left: 145px;
}
.bdevs-generic-el .pl-150 {
padding-left: 150px;
}
.bdevs-generic-el .pl-155 {
padding-left: 155px;
}
.bdevs-generic-el .pl-160 {
padding-left: 160px;
}
.bdevs-generic-el .pl-165 {
padding-left: 165px;
}
.bdevs-generic-el .pl-170 {
padding-left: 170px;
}
.bdevs-generic-el .pl-175 {
padding-left: 175px;
}
.bdevs-generic-el .pl-180 {
padding-left: 180px;
}
.bdevs-generic-el .pl-185 {
padding-left: 185px;
}
.bdevs-generic-el .pl-190 {
padding-left: 190px;
}
.bdevs-generic-el .pl-195 {
padding-left: 195px;
}
.bdevs-generic-el .pl-200 {
padding-left: 200px;
}
.bdevs-generic-el .pr-5 {
padding-right: 5px;
}
.bdevs-generic-el .pr-10 {
padding-right: 10px;
}
.bdevs-generic-el .pr-15 {
padding-right: 15px;
}
.bdevs-generic-el .pr-20 {
padding-right: 20px;
}
.bdevs-generic-el .pr-25 {
padding-right: 25px;
}
.bdevs-generic-el .pr-30 {
padding-right: 30px;
}
.bdevs-generic-el .pr-35 {
padding-right: 35px;
}
.bdevs-generic-el .pr-40 {
padding-right: 40px;
}
.bdevs-generic-el .pr-45 {
padding-right: 45px;
}
.bdevs-generic-el .pr-50 {
padding-right: 50px;
}
.bdevs-generic-el .pr-55 {
padding-right: 55px;
}
.bdevs-generic-el .pr-60 {
padding-right: 60px;
}
.bdevs-generic-el .pr-65 {
padding-right: 65px;
}
.bdevs-generic-el .pr-70 {
padding-right: 70px;
}
.bdevs-generic-el .pr-75 {
padding-right: 75px;
}
.bdevs-generic-el .pr-80 {
padding-right: 80px;
}
.bdevs-generic-el .pr-85 {
padding-right: 85px;
}
.bdevs-generic-el .pr-90 {
padding-right: 90px;
}
.bdevs-generic-el .pr-95 {
padding-right: 95px;
}
.bdevs-generic-el .pr-100 {
padding-right: 100px;
}
.bdevs-generic-el .pr-105 {
padding-right: 105px;
}
.bdevs-generic-el .pr-110 {
padding-right: 110px;
}
.bdevs-generic-el .pr-115 {
padding-right: 115px;
}
.bdevs-generic-el .pr-120 {
padding-right: 120px;
}
.bdevs-generic-el .pr-125 {
padding-right: 125px;
}
.bdevs-generic-el .pr-130 {
padding-right: 130px;
}
.bdevs-generic-el .pr-135 {
padding-right: 135px;
}
.bdevs-generic-el .pr-140 {
padding-right: 140px;
}
.bdevs-generic-el .pr-145 {
padding-right: 145px;
}
.bdevs-generic-el .pr-150 {
padding-right: 150px;
}
.bdevs-generic-el .pr-155 {
padding-right: 155px;
}
.bdevs-generic-el .pr-160 {
padding-right: 160px;
}
.bdevs-generic-el .pr-165 {
padding-right: 165px;
}
.bdevs-generic-el .pr-170 {
padding-right: 170px;
}
.bdevs-generic-el .pr-175 {
padding-right: 175px;
}
.bdevs-generic-el .pr-180 {
padding-right: 180px;
}
.bdevs-generic-el .pr-185 {
padding-right: 185px;
}
.bdevs-generic-el .pr-190 {
padding-right: 190px;
}
.bdevs-generic-el .pr-195 {
padding-right: 195px;
}
.bdevs-generic-el .pr-200 {
padding-right: 200px;
}
.bdevs-generic-el .theme-btn {
font-size: 14px;
display: inline-flex;
justify-content: center;
font-weight: 600;
border: none;
outline: none;
box-shadow: none;
height: 60px;
line-height: 60px;
border-radius: 10px;
color: var(--clr-gen-common-white);
background-color: var(--clr-gen-theme-1);
padding: 0px 38px;
cursor: pointer;
position: relative;
overflow: hidden;
text-transform: uppercase;
}
.bdevs-generic-el .theme-btn.h-55 {
height: 55px;
line-height: 55px;
}
.bdevs-generic-el .theme-btn-black {
font-size: 14px;
display: inline-flex;
justify-content: center;
font-weight: 600;
border: none;
outline: none;
box-shadow: none;
height: 60px;
line-height: 60px;
border-radius: 10px;
color: var(--clr-gen-common-white);
background-color: var(--clr-gen-body-heading);
padding: 0px 38px;
cursor: pointer;
position: relative;
overflow: hidden;
text-transform: uppercase;
}
.bdevs-generic-el .theme-btn::before,
.bdevs-generic-el .theme-btn-border::before,
.bdevs-generic-el .theme-btn-black::before {
background-color: var(--clr-gen-common-white);
content: "";
height: 150px;
left: -75px;
position: absolute;
top: -35px;
transform: rotate(35deg);
transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
width: 60px;
opacity: 0;
}
@media (max-width: 767px) {
.bdevs-generic-el .theme-btn,
.bdevs-generic-el .theme-btn-border,
.bdevs-generic-el .theme-btn-black {
height: 50px;
line-height: 50px;
padding: 0px 30px;
}
}
.bdevs-generic-el .theme-btn.theme-btn-rounded,
.bdevs-generic-el .theme-btn-border.theme-btn-rounded,
.bdevs-generic-el .theme-btn-black.theme-btn-rounded {
border-radius: 30px;
}
.bdevs-generic-el .theme-btn:before,
.bdevs-generic-el .theme-btn-border:before,
.bdevs-generic-el .theme-btn-black:before {
background-color: var(--clr-gen-common-white);
content: "";
height: 150px;
left: -75px;
position: absolute;
top: -35px;
transform: rotate(35deg);
transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
width: 60px;
opacity: 0;
}
.bdevs-generic-el .theme-btn:hover,
.bdevs-generic-el .theme-btn-border:hover,
.bdevs-generic-el .theme-btn-black:hover {
color: var(--clr-gen-common-white);
}
.bdevs-generic-el .theme-btn:hover:before,
.bdevs-generic-el .theme-btn-border:hover:before,
.bdevs-generic-el .theme-btn-black:hover:before {
left: 120%;
transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
opacity: 0.25;
}
.bdevs-generic-el .z-index {
z-index: 3;
position: relative;
}
.bdevs-generic-el .generic-cta-btn {
font-size: 15px;
font-weight: 700;
color: #fff;
height: 65px;
line-height: 65px;
text-align: center;
padding: 0 55px;
display: inline-block;
border-radius: 50px;
border: 2px solid #625df8;
background-color: #625df8;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-cta-btn i {
padding-left: 5px;
vertical-align: middle;
}
.bdevs-generic-el .generic-cta-btn:hover {
background-color: #fff;
border-color: #fff;
color: #625df8;
}
.bdevs-generic-el .generic-cta-border-btn {
font-size: 15px;
font-weight: 700;
color: #625df8;
height: 65px;
line-height: 65px;
text-align: center;
padding: 0 55px;
display: inline-block;
border-radius: 50px;
border: 2px solid #fff;
background-color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-cta-border-btn i {
padding-left: 5px;
vertical-align: middle;
}
.bdevs-generic-el .generic-cta-border-btn:hover {
background-color: #625df8;
border-color: #625df8;
color: #fff;
}
.bdevs-generic-el .generic-contact-btn {
font-size: 16px;
background-color: #592dee;
border: 1px solid #592dee;
color: white;
text-transform: capitalize;
line-height: 60px;
height: 60px;
padding: 0 40px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-contact-btn:hover {
border-color: #592dee;
background-color: transparent;
color: #000;
}
.bdevs-generic-el .generic-card-btn {
display: inline-block;
font-size: 16px;
background-color: #592dee;
border: 1px solid #592dee;
color: white;
text-transform: capitalize;
height: 55px;
line-height: 55px;
padding: 0 40px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-card-btn:hover {
border-color: #592dee;
background-color: transparent;
color: #000;
} @keyframes pulseBig {
0% {
box-shadow: 0 0 0 0 #ffffff;
}
50% {
box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
}
}
:root { --clr-gen-common-white: #fff;
--clr-gen-common-black: #000;
--clr-gen-body-heading: #161616;
--clr-gen-body-heading2: #232323;
--clr-gen-body-text: #6A6A6A;
--clr-gen-body-text2: #878787;
--clr-gen-body-text3: #787878;
--clr-gen-theme-1: #EF0454;
--clr-gen-bg-gray: #F9F9F9;
--clr-gen-bg-gray2: #EFEFEF;
--clr-gen-border-1: #474747;
--clr-gen-border-2: #757575;
--clr-gen-border-3: #303030;
--clr-gen-border-4: #E5E5E5;
--clr-gen-border-5: #D4D4D4;
--clr-gen-border-6: #DFDFDF;
}  .bdevs-generic-el .bd-single-slider.gen-slider .bd-slider p {
font-size: 18px;
line-height: 1.66;
color: var(--clr-gen-common-white);
}
.bdevs-generic-el .bd-slider-subtitle {
color: var(--clr-gen-theme-1);
font-size: 18px;
display: block;
margin-bottom: 15px;
}
.bdevs-generic-el div.sp-arrow {
background: #fff;
height: 60px;
width: 60px;
font-size: 20px;
color: #222;
border-radius: 8px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el div.sp-arrow:hover {
background: var(--clr-gen-theme-1);
color: var(--clr-gen-common-white);
}
.bdevs-generic-el .swiper-button-prev.sp-arrow {
left: 50px;
right: auto;
}
.bdevs-generic-el .swiper-button-next.sp-arrow {
right: 50px;
left: auto;
}
.bdevs-generic-el .swiper-button-prev::after, .bdevs-generic-el .swiper-button-next::after {
display: none;
}
.bdevs-generic-el div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: auto;
z-index: 9999999;
text-align: center;
}
.bdevs-generic-el div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
font-size: 14px;
width: 14px;
height: 14px;
border: 2px solid var(--clr-gen-theme-1);
margin: 0 5px;
display: inline-block;
background: transparent;
opacity: 0.7;
}
.bdevs-generic-el div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--clr-gen-theme-1);
}  .bdevs-generic-el { }
.bdevs-generic-el .bd-slider-area {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.bdevs-generic-el .bd-slider-height {
min-height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.bdevs-generic-el .bd-slider-height {
min-height: 850px;
}
}
@media (max-width: 767px) {
.bdevs-generic-el .bd-slider-height {
min-height: 700px;
}
}
.bdevs-generic-el .bd-single-slider {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bdevs-generic-el .bd-single-slider-overlay,
.bdevs-generic-el .bd-single-slider-overlay-invisible {
position: relative;
}
.bdevs-generic-el .bd-single-slider-overlay:before,
.bdevs-generic-el .bd-single-slider-overlay-invisible:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.bdevs-generic-el .bd-single-slider-overlay-invisible::before {
background: transparent;
}
.bdevs-generic-el .bd-slider-title {
font-size: 110px;
color: var(--clr-gen-common-white);
line-height: 1.09;
font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.bdevs-generic-el .bd-slider-title {
font-size: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.bdevs-generic-el .bd-slider-title {
font-size: 80px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.bdevs-generic-el .bd-slider-title {
font-size: 60px;
}
}
@media (max-width: 575px) {
.bdevs-generic-el .bd-slider-title {
font-size: 48px;
}
}
.bdevs-generic-el .bd-slider-title span {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .bd-slider p {
font-size: 18px;
line-height: 1.66;
color: var(--clr-gen-common-white);
}
@media (max-width: 767px) {
.bdevs-generic-el .bd-slider p {
font-size: 16px;
}
.bdevs-generic-el .bd-slider p br {
display: none;
}
}
.bdevs-generic-el .bd-slide-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
z-index: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transform: scale(1);
-webkit-transition: all 8s ease-out 0s;
-moz-transition: all 8s ease-out 0s;
-ms-transition: all 8s ease-out 0s;
-o-transition: all 8s ease-out 0s;
transition: all 8s ease-out 0s;
}
.bdevs-generic-el .swiper-slide-active .bd-slide-bg {
-webkit-transform: scale(1.12);
-moz-transform: scale(1.12);
transform: scale(1.12);
}
@media (max-width: 575px) {
.bdevs-generic-el br {
display: none;
}
}
.bdevs-generic-el .bd-slider-title-three {
color: var(--clr-body-heading);
}
.bdevs-generic-el .bd-slider-social-three h6 {
font-size: 14px;
font-weight: 500;
color: var(--clr-body-heading);
position: relative;
line-height: 1;
display: inline-block;
}
.bdevs-generic-el .bd-slider-social-three h6:before {
position: absolute;
content: "";
height: 1px;
background: var(--clr-body-heading);
width: 80px;
top: 8px;
right: -86px;
}
.bdevs-generic-el .bd-slider-social-three ul {
padding-left: 0;
}
.bdevs-generic-el .bd-slider-social-three ul li {
display: inline-block;
margin-right: 25px;
list-style: none;
}
.bdevs-generic-el .bd-slider-social-three ul li:last-child {
margin-right: 0px;
}
.bdevs-generic-el .bd-slider-social-three ul li a {
font-size: 16px;
color: var(--clr-body-heading);
}
.bdevs-generic-el .bd-slider-social-three ul li a:hover {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .bd-slider p {
font-size: 20px;
line-height: 1.6;
color: var(--clr-gen-body-text);
}
.bdevs-generic-el .generic-subtitle {
color: var(--clr-gen-theme-1);
font-size: 18px;
display: block;
margin-bottom: 15px;
}  .bdevs-generic-el .bd-testimonial-item .bd-testimonial-icon i {
font-size: 50px;
line-height: 1;
display: inline-block;
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .bd-testimonial-item p {
font-size: 20px;
line-height: 1.6;
font-style: italic;
}
@media (max-width: 767px) {
.bdevs-generic-el .bd-testimonial-item p {
font-size: 18px;
}
}
.bdevs-generic-el .bd-testimonial-item .bd-testimonial-title {
font-size: 36px;
line-height: 1.12;
font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.bdevs-generic-el .bd-testimonial-item .bd-testimonial-title {
font-size: 28px;
}
}
.bdevs-generic-el .bd-testimonial-item span {
font-size: 16px;
display: block;
}
.bdevs-generic-el .testimonial-nav {
width: 320px;
margin: 0 auto;
}
@media (max-width: 575px) {
.bdevs-generic-el .testimonial-nav {
width: 300px;
}
}
.bdevs-generic-el .testimonial-nav .swiper-slide {
width: 90px;
text-align: center;
}
.bdevs-generic-el .testimonial-nav .swiper-slide .bd-testimonial-img {
height: 80px;
width: 80px;
object-fit: cover;
border-radius: 50%;
border: 6px solid var(--clr-gen-common-white);
display: inline-block;
}
.bdevs-generic-el .testimonial-nav .swiper-slide .bd-testimonial-img img {
cursor: pointer;
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 50%;
}
.bdevs-generic-el .testimonial-nav .swiper-slide.swiper-slide-active {
margin-right: 28px !important;
margin-left: -3px !important;
}
.bdevs-generic-el .testimonial-nav .swiper-slide.swiper-slide-active .bd-testimonial-img {
height: 105px;
width: 105px;
border: 8px solid var(--clr-gen-common-white);
}
.bdevs-generic-el .testimonial-nav .swiper-slide.swiper-slide-prev .bd-testimonial-img, .bdevs-generic-el .testimonial-nav .swiper-slide.swiper-slide-next .bd-testimonial-img {
margin-top: 13px;
}
.bdevs-generic-el .generic-testimonial-nav {
background: transparent;
border: 1px solid #ddd;
height: 50px;
width: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
font-size: 18px;
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
transition: all 0.3s;
}
.bdevs-generic-el .generic-testimonial-nav:hover {
background-color: #EF0454;
color: #fff;
border-color: #EF0454;
}
.bdevs-generic-el .generic-testimonial-nav.slider-button-prev {
left: 5%;
right: auto;
}
.bdevs-generic-el .generic-testimonial-nav.slider-button-next {
right: 5%;
left: auto;
}
.bdevs-generic-el .generic-el-testimonial-slider-paginations {
position: absolute;
content: "";
left: 0;
right: 0;
margin: auto;
text-align: center;
bottom: 0;
z-index: 1;
}
.bdevs-generic-el .generic-el-testimonial-slider-paginations span {
margin: 0 10px;
}
.bdevs-generic-el .generic-el-testimonial-dots-wrap {
margin-top: 30px;
}
.bdevs-generic-el .generic-el-testimonial-dots-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #EF0454;
}
.bdevs-generic-el .generic-el-testimonial-dots-wrap .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: 1;
background-color: #ddd;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.bdevs-generic-el .generic-slider-nav {
display: none;
}
}  .bdevs-generic-el .bd-team-four span {
font-size: 15px;
color: var(--clr-gen-common-white);
display: inline-block;
margin-bottom: 20px;
}
.bdevs-generic-el .bd-team-four .bd-team-four-text {
position: absolute;
left: 0px;
right: 0px;
margin: 0 auto;
bottom: -100%;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
text-align: center;
z-index: 2;
}
.bdevs-generic-el .bd-team-four:hover .bd-team-four-text {
bottom: 30px;
}
.bdevs-generic-el .bd-team-four-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
color: var(--clr-gen-common-white);
}
.bdevs-generic-el .bd-team-four-social ul li {
display: inline-block;
list-style: none;
margin: 0px 5px;
}
.bdevs-generic-el .bd-team-four-social ul li a {
height: 36px;
width: 36px;
line-height: 36px;
display: inline-block;
border-radius: 3px;
font-size: 14px;
color: var(--clr-gen-common-white);
text-align: center;
background: rgba(22, 22, 22, 0.22);
}
.bdevs-generic-el .bd-team-four-social ul li a:hover {
background: var(--clr-gen-theme-1);
}
.bdevs-generic-el .bd-portfolio {
overflow: hidden;
position: relative;
border-radius: 10px;
}
.bdevs-generic-el .bd-portfolio:before {
position: absolute;
height: 0%;
width: 100%;
content: "";
background: linear-gradient(rgba(22, 22, 22, 0.06) 0%, #9f0036 100%);
opacity: 0.85;
left: 0px;
bottom: 0px;
z-index: 1;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .bd-portfolio:hover .bd-portfolio-text {
bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.bdevs-generic-el .bd-portfolio:hover .bd-portfolio-text {
bottom: 13px;
}
}
.bdevs-generic-el .bd-portfolio:hover:before {
height: 100%;
}
.bdevs-generic-el .bd-portfolio img {
width: 100%;
}
.bdevs-generic-el .bd-portfolio:hover img {
transform: scale3d(1.1, 1.1, 1.1);
}
.bdevs-generic-el .bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
display: inline-block;
margin: 0px 5px;
padding: 0px;
display: inline-block;
outline: none;
cursor: pointer;
font-size: 0px;
opacity: 1;
height: 6px;
width: 20px;
border-radius: 30px;
border: none;
background: var(--clr-gen-border-4);
}
@media (max-width: 575px) {
.bdevs-generic-el .bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0px 4px;
}
}
.bdevs-generic-el .bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--clr-gen-theme-1);
}
.bdevs-generic-el .bd-team-active.swiper-container-horizontal .team-dots {
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}  .bdevs-generic-el .gen-default-bd-blog {
border-radius: 10px;
overflow: hidden;
}
.bdevs-generic-el .gen-default-bd-blog img {
width: 100%;
}
.bdevs-generic-el .gen-default-bd-blog .gen-default-bd-blog-img {
overflow: hidden;
}
.bdevs-generic-el .gen-default-bd-blog:hover .gen-default-bd-blog-img img {
transform: scale3d(1.1, 1.1, 1.1);
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li {
display: inline-block;
list-style: none;
margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.bdevs-generic-el .gen-default-bd-blog-meta ul li {
margin-right: 10px;
}
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li:last-child {
margin-right: 0px;
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li a {
font-size: 14px;
font-weight: 600;
color: var(--clr-gen-body-text);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li a:hover {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li a i {
margin-right: 8px;
transform: translateY(2px);
color: var(--clr-gen-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
.bdevs-generic-el .gen-default-bd-blog-meta ul li a i {
margin-right: 5px;
}
}
.bdevs-generic-el .gen-default-bd-blog-text {
padding: 25px 30px 30px 30px;
background-color: var(--clr-gen-bg-gray2);
}
.bdevs-generic-el .gen-default-bd-blog-title {
font-size: 22px;
line-height: 1.45;
font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.bdevs-generic-el .gen-default-bd-blog-title {
font-size: 18px;
}
}
.bdevs-generic-el .gen-default-bd-blog-title:hover > a {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .gen-default-bd-blog-author {
display: flex;
justify-content: space-between;
align-items: center;
}
.bdevs-generic-el .gen-default-bd-blog-author-info {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.bdevs-generic-el .gen-default-bd-blog-author-info img {
height: 30px;
width: 30px;
border-radius: 50%;
border: 2px solid var(--clr-gen-common-white);
margin-right: 8px;
}
.bdevs-generic-el .gen-default-bd-blog-author-info-title {
font-size: 14px;
font-weight: 500;
color: var(--clr-gen-body-text);
line-height: 1;
margin-bottom: 0px;
text-transform: uppercase;
}
.bdevs-generic-el .gen-default-bd-blog-author-link a {
font-size: 14px;
font-weight: 600;
color: var(--clr-gen-body-text);
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .gen-default-bd-blog-author-link a:hover {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .gen-default-bd-blog-author-link a:hover i {
padding-left: 3px;
display: inline-block;
}
.bdevs-generic-el .gen-default-bd-blog-title2 {
font-size: 22px;
line-height: 1.45;
font-weight: 600;
}
.bdevs-generic-el .gen-default-bd-blog-title2:hover > a {
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el .gen-default-bd-blog-meta ul {
padding-left: 0;
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li {
font-size: 14px;
font-weight: 600;
color: var(--clr-gen-body-text);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .gen-default-bd-blog-meta ul li i {
margin-right: 8px;
transform: translateY(2px);
color: var(--clr-gen-theme-1);
}
.bdevs-generic-el.generic_el_heading span {
display: inline-block;
margin-bottom: 10px;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb {
height: 300px;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb::after {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
content: "";
background-color: #000;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb .generic-el-instagram-icon {
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
z-index: 3;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
transform: translateY(-50%);
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb .generic-el-instagram-icon i {
font-size: 30px;
color: #fff;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb:hover::after {
opacity: 0.5;
visibility: visible;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb:hover .generic-el-instagram-icon {
opacity: 1;
visibility: visible;
}
.bdevs-generic-el .generic-instagram-single-slide .instagram-thumb img {
height: 100%;
}
.bdevs-generic-el .generic-cta-area {
position: relative;
z-index: 2;
background-size: cover;
background-position: center center;
}
.bdevs-generic-el .generic-cta-area::after {
position: absolute;
content: "";
background: #000;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
z-index: -1;
}
.bdevs-generic-el .generic-el-cta-wrapper {
text-align: center;
}
.bdevs-generic-el .generic-el-cta-wrapper h2 {
color: #fff;
}
.bdevs-generic-el .generic-el-cta-wrapper p {
color: #fff;
margin-bottom: 25px;
}
.bdevs-generic-el .generic-el-cta-wrapper span.generic-el-subtitle {
display: inline-block;
color: #fff;
margin-bottom: 12px;
}
.bdevs-generic-el .generic-video-area {
width: 100%;
min-height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.bdevs-generic-el .generic-video-area::before {
position: absolute;
content: "";
background-color: #000;
height: 100%;
width: 100%;
opacity: 0.5;
}
.bdevs-generic-el .generic-el-video-wrapper .generic-el-video-popup {
position: absolute;
left: 0;
right: 0;
z-index: 1;
top: 50%;
transform: translateY(-50%);
margin: 0 auto;
text-align: center;
}
.bdevs-generic-el .gen-popup-video {
color: #4A66FA;
background: #ffffff;
border-radius: 50%;
font-size: 15px;
line-height: 90px;
display: inline-block;
width: 90px;
height: 90px;
text-align: center;
position: relative;
z-index: 1;
animation: pulseBig infinite 5s linear;
transition: 0.3s;
}
.bdevs-generic-el .generic-el-card-wrapper {
box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.bdevs-generic-el .generic-el-card-wrapper .generic-el-card-thumb {
height: 300px;
width: 100%;
}
.bdevs-generic-el .generic-el-card-wrapper .generic-el-card-thumb img {
width: 100%;
max-height: 100%;
object-fit: cover;
}
.bdevs-generic-el .generic-el-card-wrapper .generic-el-card-body {
background: #fff;
padding: 30px;
}
.bdevs-generic-el .generic-el-card-wrapper .generic-el-card-body .generic-card-title {
font-weight: 700;
margin-bottom: 2px;
}
.bdevs-generic-el .generic-el-card-wrapper .generic-el-card-body .generic-el-desc {
margin-bottom: 20px;
}
.bdevs-generic-el .generic-el-skill-title-wrap {
display: flex;
justify-content: space-between;
}
.bdevs-generic-el .generic-el-skill-title-wrap span {
font-size: 14px;
color: #1A1A1A;
font-weight: 500;
line-height: 1;
}
.bdevs-generic-el .generic-el-skill-title-wrap .generic-el-skill-title {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
color: #1A1A1A;
}
.bdevs-generic-el .generic-el-skill-wrapper .progress {
background-color: #ECEEF6;
height: 30px;
border-radius: 50px;
}
.bdevs-generic-el .generic-el-skill-wrapper .progress .progress-bar {
background-color: #4A66FA;
border-radius: 50px;
}
.bdevs-generic-el .generic-el-skill-single:not(:first-child) {
margin-top: 25px;
}
.bdevs-generic-el .generic-contact-form .generic-single-input label {
font-size: 16px;
color: #000000;
text-transform: capitalize;
font-weight: 500;
margin-bottom: 15px;
display: block;
cursor: default;
}
.bdevs-generic-el .generic-contact-form .generic-single-input input {
width: 100%;
height: 50px;
border: 1px solid #F5F5F5;
padding: 0 20px;
color: #000000;
background: #F5F5F5;
font-weight: 500;
transition: 0.3s;
margin-bottom: 20px;
}
.bdevs-generic-el .generic-contact-form .generic-single-input input:focus {
border-color: #592DEE;
}
.bdevs-generic-el .generic-contact-form .generic-single-input textarea {
width: 100%;
height: 180px;
border: 1px solid #F5F5F5;
padding: 20px;
color: #000000;
background: #F5F5F5;
font-weight: 500;
transition: 0.3s;
margin-bottom: 20px;
resize: none;
line-height: 1;
}
.bdevs-generic-el .generic-contact-form .generic-single-input textarea:focus {
border-color: #592DEE;
}
.bdevs-generic-el .generic-contact-form .generic-single-input br {
display: none;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-icon {
margin-bottom: 20px;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-icon i {
font-size: 45px;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-number {
font-size: 40px;
font-weight: 700;
line-height: 40px;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-title {
font-size: 16px;
color: #666666;
font-weight: 400;
line-height: 26px;
display: inline-block;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-image {
margin-bottom: 20px;
}
.bdevs-generic-el .generic-el-funfact-wrapper .generic-funfact-image img {
width: 45px;
height: auto;
}
.bdevs-generic-el .wpcf7 form > div, .bdevs-generic-el .wpcf7 form > p {
margin-bottom: 0;
}
.bdevs-generic-el .generic-el-infobox-wrapper {
text-align: center;
border: 1px solid #efefef;
border-radius: 10px;
padding: 45px 25px 45px;
transition: 0.3s;
background: var(--clr-gen-common-white);
padding: 40px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-el-infobox-wrapper:hover {
box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
border-color: var(--clr-gen-common-white);
}
.bdevs-generic-el .generic-el-infobox-wrapper .generic-infobox-icon {
font-size: 50px;
margin-bottom: 20px;
}
.bdevs-generic-el .generic-el-infobox-wrapper .generic-infobox-icon img {
height: 50px;
width: 50px;
}
.bdevs-generic-el .generic-el-infobox-wrapper .generic-infobox-title {
font-weight: 600;
line-height: 1.2;
color: #000000;
margin-bottom: 5px;
}
.bdevs-generic-el .generic-el-infobox-wrapper .generic-el-desc {
margin-bottom: 25px;
}
.bdevs-generic-el .generic-el-infobox-wrapper .generic-info-box-icon {
display: inline-block;
line-height: 1;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-infobox-btn .generic-border-btn {
border: 1px solid #efefef;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
color: #666666;
height: 45px;
line-height: 43px;
padding: 0 26px;
display: inline-block;
}
.bdevs-generic-el .generic-infobox-btn .generic-border-btn:hover {
background: #592dee;
border-color: #592dee;
box-shadow: 0px 20px 25px rgba(32, 38, 201, 0.15);
color: var(--clr-gen-common-white);
}  .bdevs-generic-el {  }
.bdevs-generic-el .generic-el-header-info li {
list-style: none;
display: inline-block;
margin-right: 10px;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: red;
transition: 0.3s;
}
.bdevs-generic-el .generic-el-header-info li:hover {
color: red;
}
.bdevs-generic-el .generic-el-header-info li i {
margin-right: 2px;
}
.bdevs-generic-el .generic-el-header-info li a {
color: #212121;
}
.bdevs-generic-el .generic-el-header-info li:last-child {
margin-right: 0;
}
.bdevs-generic-el .generic-el-header-info li a {
color: red;
}
.bdevs-generic-el .generic-main-menu nav ul {
margin-bottom: 0;
padding-left: 0;
}
.bdevs-generic-el .generic-main-menu nav ul li {
list-style: none;
display: inline-block;
margin-right: 35px;
position: relative;
}
.bdevs-generic-el .generic-main-menu nav ul li:last-child {
padding-right: 0;
margin-right: 0;
}
.bdevs-generic-el .generic-main-menu nav ul li a {
font-size: 16px;
font-weight: 500;
color: #000;
display: block;
padding: 38px 0px;
transition: all linear 0.3s;
position: relative;
}
.bdevs-generic-el .generic-main-menu nav > ul > li > a:last-child {
padding-right: 0;
}
.bdevs-generic-el .generic-main-menu nav ul li .sub-menu {
background: #fff;
box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
left: 0;
opacity: 0;
position: absolute;
top: 119%;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 240px;
z-index: 9;
border-top: 4px solid red;
text-align: left;
padding: 15px 25px;
transform: scaleY(0);
transform-origin: top center;
}
.bdevs-generic-el .generic-main-menu ul li .sub-menu li {
display: block;
margin: 0px;
padding: 8px 0;
}
.bdevs-generic-el .generic-main-menu nav ul li ul.sub-menu li.menu-item-has-children a {
display: flex;
justify-content: space-between;
}
.bdevs-generic-el .generic-main-menu ul li .sub-menu li a {
padding: 0px;
display: inline-block;
color: #212237;
position: relative;
}
.bdevs-generic-el .generic-main-menu ul li .sub-menu li:hover a {
color: red;
}
.bdevs-generic-el .generic-main-menu ul li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.bdevs-generic-el .generic-main-menu ul li.menu-item-has-children > a::after {
content: "\f078";
margin-left: 5px;
font-family: "Font Awesome 5 Pro";
font-size: 14px;
color: #000;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.bdevs-generic-el .generic-main-menu ul li:hover a, .bdevs-generic-el .generic-main-menu ul li:hover a::after {
color: red;
}
.bdevs-generic-el .generic-main-menu ul ul.sub-menu ul.sub-menu {
left: 108%;
top: 40%;
}
.bdevs-generic-el .side-menu-icon button i {
color: red;
}
.bdevs-generic-el .bdevs-generic-el .side-info.info-open .side-info-close i {
color: #fff !important;
}
.bdevs-generic-el .side-menu-icon button:hover, .bdevs-generic-el .side-menu-icon button:focus {
background: none;
}
.bdevs-generic-el div.side-info.info-open {
z-index: 9999999;
}
.bdevs-generic-el .side-info-close:hover {
background: none;
}
.bdevs-generic-el .mean-container .mean-nav ul li a:hover {
background: none;
}
.bdevs-generic-el .generic-main-menu ul li.menu-last .sub-menu {
left: auto;
right: 0;
}
.bdevs-generic-el .generic-main-menu ul li.menu-last .sub-menu li .sub-menu {
left: auto;
right: 100%;
top: 0;
}  .bdevs-generic-el .zoom-instagram-widget__items-wrapper ul li {
list-style: none;
}
.bdevs-generic-el .zoom-instagram-widget__items-wrapper ul.zoom-instagram-widget__items {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.generic-el-social-icon a {
display: inline-block;
margin-right: 5px;
color: #9FA9B8;
font-size: 14px;
transition: 0.3s;
}
.generic-el-social-icon a:hover {
color: #000;
}
.generic-el-categories-list-wrapper .categories-list-inner li {
list-style: none;
}  .bdevs-generic-el .header-lang {
position: relative;
}
.bdevs-generic-el .header-lang span {
color: #647589;
font-weight: 500;
letter-spacing: 1px;
margin-left: 13px;
border: 2px solid #647589;
display: inline-block;
padding: 5px 10px;
border-radius: 6px;
}
.bdevs-generic-el .header-lang span i {
padding-left: 5px;
}
.bdevs-generic-el .lang-icon {
text-align: right;
}
.bdevs-generic-el .header-lang-list {
position: absolute;
width: 130px;
right: 0;
opacity: 0;
visibility: hidden;
padding: 20px 15px;
border-top: 3px solid;
transition: 0.4s;
z-index: 999;
background: #ffffff;
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
padding-bottom: 5px;
padding-top: 4px;
top: 120%;
}
.bdevs-generic-el .header-lang-list li {
display: block;
margin-bottom: 0;
padding: 5px 0;
}
.bdevs-generic-el .header-lang-list li a {
display: block;
color: #647589;
font-size: 13px;
}
.bdevs-generic-el .header-lang:hover .header-lang-list {
opacity: 1;
visibility: visible;
}  .bdevs-generic-el .generic-el-breadcrumb-title {
color: var(--clr-gen-body-heading);
font-size: 50px;
}
.bdevs-generic-el nav.generic-el-breadcrumb-trail.breadcrumbs {
color: var(--clr-gen-body-text);
text-transform: capitalize;
}  .bdevs-generic-el .generic-el-side-info-search {
position: relative;
margin-bottom: 35px;
}
.bdevs-generic-el .generic-el-side-info-search input {
width: 100%;
height: 40px;
line-height: 40px;
padding: 25px 20px;
border: none;
outline: none;
font-size: 14px;
background-color: #fff;
color: #000;
}
.bdevs-generic-el .generic-el-side-info-search form button {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-size: 14px;
color: #000;
border: none;
padding: 0;
}
.bdevs-generic-el .generic-el-side-info-search form button:hover,
.bdevs-generic-el .generic-el-side-info-search form button:focus {
background-color: inherit;
}
.bdevs-generic-el .side-info-contact-title {
color: #fff;
margin-bottom: 25px;
font-size: 30px;
}
.bdevs-generic-el .generic-el-side-info-contact-wrapper ul li i {
color: #000;
margin-right: 20px;
font-size: 18px;
}
.bdevs-generic-el .generic-el-side-info-contact-wrapper ul li a {
color: #fff;
font-size: 20px;
}
.bdevs-generic-el .generic-el-side-info-contact-text span {
display: block;
color: #fff;
text-transform: capitalize;
font-size: 16px;
}
.bdevs-generic-el .generic-el-side-info-contact-icon i {
background: #fff;
width: 50px;
height: 50px;
line-height: 50px;
border: 1px solid #fff;
border-radius: 50%;
text-align: center;
font-size: 16px;
}
.bdevs-generic-el .generic-el-side-info-contact-wrapper ul li:not(:last-child) {
margin-bottom: 15px;
}
.bdevs-generic-el .generic-mobile-menu.mean-container {
margin: 25px 0;
}
.bdevs-generic-el .generic-el-sidebar-icon .side-toggle img {
width: 100%;
}
.bdevs-generic-el .generic-el-contact-info-social {
margin-top: 30px;
}
.bdevs-generic-el .generic-el-contact-info-social a {
font-size: 16px;
color: #fff;
margin-right: 15px;
border: 1px solid #ddd;
border-radius: 50px;
height: 50px;
width: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
transition: all 0.3s;
}
.bdevs-generic-el .generic-el-contact-info-social a:hover {
background-color: #fff;
color: #000;
}
.bdevs-generic-el .generic-el-sideinfo-instagram-wrap {
margin-bottom: 30px;
}
.bdevs-generic-el .generic-el-sideinfo-map-wrapper {
margin-bottom: 30px;
overflow: hidden;
}
.bdevs-generic-el .generic-el-sidebar-toggle button:hover,
.bdevs-generic-el .generic-el-sidebar-toggle button:focus {
background-color: inherit;
}
.bdevs-generic-el .generic-el-sidebar-toggle button i {
font-size: 25px;
}
.bdevs-generic-el .generic-el-categories-list-wrapper ul li {
list-style: none;
margin-bottom: 8px;
}
.bdevs-generic-el .generic-el-categories-list-wrapper ul li a {
font-size: 16px;
color: #666;
line-height: 28px;
transition: all 0.3s;
font-weight: 400;
}
.bdevs-generic-el .generic-el-categories-list-wrapper ul li a:hover {
color: #000;
}
.bdevs-generic-el .footer-copyright-wrapper p {
margin-bottom: 0;
}
.bdevs-generic-el .generic-el-newsletter-subcribe form {
position: relative;
border-radius: 6px;
overflow: hidden;
}
.bdevs-generic-el .generic-el-newsletter-subcribe input[type=email] {
width: 100%;
height: 50px;
background: #FFFFFF;
border-radius: 6px;
border: 0;
padding: 0 20px;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #8E8CA4;
}
.bdevs-generic-el .generic-el-newsletter-subcribe button[type=submit], .bdevs-generic-el .generic-el-newsletter-subcribe input[type=submit] {
height: 50px;
padding: 0 20px;
top: 6864px;
background: #0487FF;
color: #FFFFFF;
position: absolute;
right: 0;
top: 0;
border: 0;
}@font-face {
font-family: "flaticon_akhash";
src: url(//electrowealthcl.co.tz/wp-content/plugins/bdevs-elementor/assets/fonts/webfonts/flaticon_akhash.ttf?8bcd3bd704c1e189019cafd04f060977) format("truetype"),
url(//electrowealthcl.co.tz/wp-content/plugins/bdevs-elementor/assets/fonts/webfonts/flaticon_akhash.woff?8bcd3bd704c1e189019cafd04f060977) format("woff"),
url(//electrowealthcl.co.tz/wp-content/plugins/bdevs-elementor/assets/fonts/webfonts/flaticon_akhash.woff2?8bcd3bd704c1e189019cafd04f060977) format("woff2"),
url(//electrowealthcl.co.tz/wp-content/plugins/bdevs-elementor/assets/fonts/webfonts/flaticon_akhash.eot?8bcd3bd704c1e189019cafd04f060977#iefix) format("embedded-opentype"),
url(//electrowealthcl.co.tz/wp-content/plugins/bdevs-elementor/assets/fonts/webfonts/flaticon_akhash.svg?8bcd3bd704c1e189019cafd04f060977#flaticon_akhash) format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon_akhash !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-next:before {
content: "\f101";
}
.flaticon-play-button:before {
content: "\f102";
}
.flaticon-video:before {
content: "\f103";
}
.flaticon-satellite:before {
content: "\f104";
}
.flaticon-wrench:before {
content: "\f105";
}
.flaticon-24-hours:before {
content: "\f106";
}
.flaticon-smart-tv:before {
content: "\f107";
}
.flaticon-right-arrow:before {
content: "\f108";
}
.flaticon-smart-tv-1:before {
content: "\f109";
}
.flaticon-speedometer:before {
content: "\f10a";
}
.flaticon-internet:before {
content: "\f10b";
}
.flaticon-reporter:before {
content: "\f10c";
}
.flaticon-checklist:before {
content: "\f10d";
}
.flaticon-email:before {
content: "\f10e";
}
.flaticon-email-1:before {
content: "\f10f";
}
.flaticon-quote:before {
content: "\f110";
}
.flaticon-placeholder:before {
content: "\f111";
}
.flaticon-clock:before {
content: "\f112";
}
.flaticon-calendar:before {
content: "\f113";
}
.flaticon-router:before {
content: "\f114";
}
.flaticon-call:before {
content: "\f115";
}
.flaticon-location:before {
content: "\f116";
}
.flaticon-quote-2:before {
content: "\f117";
}
.flaticon-mail:before {
content: "\f118";
}
.flaticon-messenger:before {
content: "\f119";
}
.flaticon-phone:before {
content: "\f11a";
}
.flaticon-help:before {
content: "\f11b";
}
.flaticon-down-arrow:before {
content: "\f11c";
}
.flaticon-pointing:before {
content: "\f11d";
}
.flaticon-discount:before {
content: "\f11e";
}
.flaticon-offer:before {
content: "\f11f";
}
.flaticon-phone-1:before {
content: "\f120";
}
.flaticon-email-2:before {
content: "\f121";
}
.flaticon-direction:before {
content: "\f122";
}
.flaticon-placeholder-1:before {
content: "\f123";
}
.flaticon-location-1:before {
content: "\f124";
}
.flaticon-best-employee:before {
content: "\f125";
}
.flaticon-rating:before {
content: "\f126";
}
.flaticon-experience:before {
content: "\f127";
}
.flaticon-check:before {
content: "\f128";
}
.flaticon-no:before {
content: "\f129";
}
.flaticon-yes:before {
content: "\f12a";
}
.flaticon-open:before {
content: "\f12b";
}
.flaticon-door-open:before {
content: "\f12c";
}
.flaticon-police:before {
content: "\f12d";
}
.flaticon-rating-1:before {
content: "\f12e";
}
.flaticon-best-employee-1:before {
content: "\f12f";
}
.flaticon-play:before {
content: "\f130";
}
.flaticon-pin:before {
content: "\f131";
}
.flaticon-enter:before {
content: "\f132";
}
.flaticon-crown:before {
content: "\f133";
}
.flaticon-diamond:before {
content: "\f134";
}
.flaticon-heart:before {
content: "\f135";
}
.flaticon-hd:before {
content: "\f136";
}
.flaticon-responsive:before {
content: "\f137";
}
.flaticon-direction-1:before {
content: "\f138";
}
.flaticon-point-to:before {
content: "\f139";
}
.flaticon-rocket:before {
content: "\f13a";
}
.flaticon-inverted-commas:before {
content: "\f13b";
}
.flaticon-quote-3:before {
content: "\f13c";
}
.flaticon-quotes:before {
content: "\f13d";
}
.flaticon-login:before {
content: "\f13e";
}
.flaticon-down:before {
content: "\f13f";
}
.flaticon-customer-support:before {
content: "\f140";
}
.flaticon-phone-2:before {
content: "\f141";
}
.flaticon-globe:before {
content: "\f142";
}
.flaticon-movie:before {
content: "\f143";
}
.flaticon-video-1:before {
content: "\f144";
}
.flaticon-signal:before {
content: "\f145";
}
.flaticon-cinema:before {
content: "\f146";
}
.flaticon-voice-search:before {
content: "\f147";
}
.flaticon-vinyl:before {
content: "\f148";
}
.flaticon-language-choice:before {
content: "\f149";
}
.flaticon-internet-1:before {
content: "\f14a";
}
.flaticon-tv:before {
content: "\f14b";
}
.flaticon-location-2:before {
content: "\f14c";
}
.flaticon-targeting:before {
content: "\f14d";
}
.flaticon-signal-1:before {
content: "\f14e";
}
.flaticon-messenger-1:before {
content: "\f14f";
}
.flaticon-bubble-chat:before {
content: "\f150";
}
.flaticon-quotes-1:before {
content: "\f151";
}
.flaticon-wireless:before {
content: "\f152";
}
.flaticon-customer-support-1:before {
content: "\f153";
}
.flaticon-fast:before {
content: "\f154";
}
.flaticon-speedometer-1:before {
content: "\f155";
}
.flaticon-speedometer-2:before {
content: "\f156";
}
.flaticon-network:before {
content: "\f157";
}
.flaticon-connectivity:before {
content: "\f158";
}
.flaticon-cyber-security:before {
content: "\f159";
}
.flaticon-honesty:before {
content: "\f15a";
}
.flaticon-siren:before {
content: "\f15b";
}
.flaticon-honest:before {
content: "\f15c";
}
.flaticon-honest-1:before {
content: "\f15d";
}
.flaticon-united:before {
content: "\f15e";
}
.flaticon-list:before {
content: "\f15f";
}
.flaticon-television:before {
content: "\f160";
}
.flaticon-wifi-signal:before {
content: "\f161";
}
.flaticon-voip:before {
content: "\f162";
}
.flaticon-add-user:before {
content: "\f163";
}
.flaticon-wireless-router:before {
content: "\f164";
}
.flaticon-wifi-router:before {
content: "\f165";
}
.flaticon-online-education:before {
content: "\f166";
}
.flaticon-right-arrow-1:before {
content: "\f167";
}
.flaticon-inverted-commas-1:before {
content: "\f168";
}
.flaticon-bookmark:before {
content: "\f169";
}
.flaticon-price:before {
content: "\f16a";
}
.flaticon-share:before {
content: "\f16b";
}
.flaticon-copy:before {
content: "\f16c";
}
.flaticon-ui:before {
content: "\f16d";
}
.flaticon-copy-1:before {
content: "\f16e";
}
.flaticon-maximize:before {
content: "\f16f";
}
.flaticon-zoom-in:before {
content: "\f170";
}.gen-border-btn {
font-size: 16px;
font-weight: 500;
color: #1a1a1a;
border: 2px solid #1a1a1a;
height: 60px;
line-height: 56px;
text-align: center;
border-radius: 5px;
padding: 0 48px;
display: inline-block;
}
.gen-border-btn:hover {
color: #fff;
background: #1a1a1a;
border-color: #1a1a1a;
}
.gen-text-btn {
font-size: 16px;
font-weight: 500;
color: #1a1a1a;
display: flex;
gap: 10px;
align-items: center;
border-bottom: 1px solid #1a1a1a;
}
.gen-text-btn:hover {
gap: 15px;
color: #1a1a1a;
}
.gen-border-btn-rounded {
font-size: 14px;
font-weight: 500;
color: #666666;
height: 45px;
line-height: 43px;
display: inline-block;
border: 1px solid #666666;
border-radius: 30px;
padding: 0 26px;
}
.gen-border-btn-rounded:hover {
color: #fff;
background: #666666;
border-color: #666666;
box-shadow: 0px 20px 25px rgba(23, 27, 30, 0.15);
} [data-overlay] {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
[data-overlay]::before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: "";
} [data-overlay=light]::before {
background-color: var(--clr-common-white);
}
[data-overlay=dark]::before {
background-color: var(--clr-body-heading);
} [data-opacity="1"]::before {
opacity: 0.1;
}
[data-opacity="2"]::before {
opacity: 0.2;
}
[data-opacity="3"]::before {
opacity: 0.3;
}
[data-opacity="4"]::before {
opacity: 0.4;
}
[data-opacity="5"]::before {
opacity: 0.5;
}
[data-opacity="6"]::before {
opacity: 0.6;
}
[data-opacity="7"]::before {
opacity: 0.7;
}
[data-opacity="8"]::before {
opacity: 0.8;
}
[data-opacity="9"]::before {
opacity: 0.9;
}
.gen__banner-wrapper h2 {
color: red;
font-size: 60px;
}
.iconbox-wrapper {
padding: 0 60px;
}
.gen-iconbox-icon {
width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
font-size: 36px;
border-radius: 50%;
background: linear-gradient(to bottom right, #6d41ff 0%, #b3a1ff 100%);
color: #666;
margin: 0 auto;
margin-bottom: 40px;
box-shadow: 0px 15px 30px rgba(104, 83, 255, 0.2);
}
.icon-bg-gradient .gen-iconbox-icon {
color: var(--clr-common-white);
}
.gen-iconbox {
text-align: center;
border: 1px solid #efefef;
border-radius: 10px;
padding: 45px 25px 45px;
transition: 0.3s;
background: var(--clr-common-white);
}
.gen-iconbox:hover {
box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
border-color: var(--clr-common-white);
}
.gen-iconbox-title {
font-size: 22px;
font-weight: 600;
color: #000000;
margin-bottom: 20px;
}
.gen-iconbox p {
margin-bottom: 40px;
}
.gen-iconbox-btn .gen-border-btn {
border: 1px solid #efefef;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
color: #666666;
height: 45px;
line-height: 43px;
padding: 0 26px;
}
.gen-iconbox-btn .gen-border-btn:hover {
background: #592dee;
border-color: #592dee;
box-shadow: 0px 20px 25px rgba(32, 38, 201, 0.15);
color: var(--clr-common-white);
}
.icon-bg-gradient .row > div:nth-child(1) .gen-iconbox-icon {
background: linear-gradient(to bottom right, #6d41ff 0%, #b3a1ff 100%);
box-shadow: 0px 15px 30px rgba(104, 83, 255, 0.2);
}
.icon-bg-gradient .row > div:nth-child(2) .gen-iconbox-icon {
background: linear-gradient(to bottom right, #ff48bc 0%, #ffba6d 100%);
box-shadow: 0px 15px 30px rgba(255, 169, 83, 0.2);
}
.icon-bg-gradient .row > div:nth-child(3) .gen-iconbox-icon {
background: linear-gradient(to bottom right, #67d88d 0%, #9fec8d 100%);
box-shadow: 0px 15px 30px rgba(83, 255, 117, 0.2);
}
.iconbox-bg-white .gen-iconbox {
box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
border-radius: 0;
border-color: var(--clr-common-white);
}
.iconbox-bg-white .gen-iconbox-icon {
font-size: 80px;
color: var(--clr-common-black);
background: none;
box-shadow: none;
}
.iconbox-bg-white .row > div:nth-child(1) .gen-border-btn-rounded {
border-color: #6db6ff;
}
.iconbox-bg-white .row > div:nth-child(1) .gen-border-btn-rounded:hover {
box-shadow: 0px 20px 25px rgba(41, 136, 219, 0.15);
background: #6db6ff;
}
.iconbox-bg-white .row > div:nth-child(2) .gen-border-btn-rounded {
border-color: #f3a733;
}
.iconbox-bg-white .row > div:nth-child(2) .gen-border-btn-rounded:hover {
box-shadow: 0px 20px 25px rgba(219, 175, 41, 0.15);
background: #f3a733;
}
.iconbox-bg-white .row > div:nth-child(3) .gen-border-btn-rounded {
border-color: #59c433;
}
.iconbox-bg-white .row > div:nth-child(3) .gen-border-btn-rounded:hover {
box-shadow: 0px 20px 25px rgba(42, 231, 99, 0.15);
background: #59c433;
}
.iconbox-bg-coloured .gen-iconbox {
border: 1px solid #fbf1f4;
background: #fbf1f4;
padding: 35px 25px 35px;
min-height: 320px;
display: flex;
align-items: center;
}
.iconbox-bg-coloured .gen-iconbox:hover {
box-shadow: none;
}
.iconbox-bg-coloured .gen-iconbox-icon {
color: #ef5085;
font-size: 70px;
background: no-repeat;
box-shadow: none;
line-height: 1;
margin-bottom: 20px;
}
.iconbox-bg-coloured .gen-iconbox-title {
font-size: 20px;
line-height: 1.5;
color: #1a1a1a;
margin-bottom: 0px;
transition: 0.3s;
}
.iconbox-bg-coloured .gen-iconbox:hover .gen-iconbox-title {
margin-bottom: 30px;
}
.iconbox-bg-coloured .gen-fill-btn {
font-size: 14px;
font-weight: 500;
color: var(--clr-common-white);
text-transform: inherit;
background: #ef5085;
border-color: #ef5085;
padding: 0 26px;
height: 45px;
line-height: 43px;
}
.iconbox-bg-coloured .gen-fill-btn:hover {
box-shadow: 0px 20px 25px rgba(201, 32, 84, 0.15);
color: #fff;
background: #ef5085;
}
.iconbox-bg-coloured .gen-iconbox-btn {
height: 0px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.iconbox-bg-coloured .gen-iconbox:hover .gen-iconbox-btn {
height: 45px;
opacity: 1;
visibility: visible;
}
.gen-banner-area {
height: 970px;
position: relative;
z-index: 5;
display: flex;
align-items: center;
}
.gen-banner-area:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #302598;
opacity: 0.8;
z-index: -1;
}
.gen-banner-thumb {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -2;
}
.gen-banner-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.eduman-banner-subtitle {
font-size: 18px;
font-weight: 600;
color: #fff;
}
.gen-banner-content p {
font-size: 16px;
font-weight: 400;
color: #fff;
margin-bottom: 30px;
}
.gen-banner-title {
font-size: 80px;
font-weight: 700;
color: #fff;
}
.gen-banner-wrapper > div {
justify-content: center;
}
.gen-border-btn-r {
font-size: 16px;
font-weight: 500;
color: #fff;
height: 60px;
line-height: 56px;
padding: 0 48px;
border: 2px solid #fff;
display: inline-block;
border-radius: 30px;
}
.gen-border-btn-r:hover {
color: #1a1a1a;
background: #fff;
border-color: #fff;
}
.gen-white-banner-content .eduman-banner-subtitle {
color: #592dee;
}
.gen-white-banner-content .gen-banner-title {
color: #1a1a1a;
line-height: 1.12;
}
.gen-white-banner-content p {
font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 28px;
}
.gen-fill-btn {
font-size: 15px;
font-weight: 500;
background: #592dee;
height: 60px;
border-radius: 5px;
display: inline-flex;
border: 1px solid #592dee;
line-height: 58px;
text-align: center;
color: #fff;
text-transform: uppercase;
padding: 0 55px;
}
.gen-fill-btn:hover {
color: #592dee;
background: #fff;
}
.play-btn {
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border: 1.2px solid #592dee;
display: inline-block;
border-radius: 50%;
color: #592dee;
font-size: 15px;
}
.gen-video-btn {
font-size: 15px;
font-weight: 500;
color: #1a1a1a;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 18px;
}
.gen-banner-btn {
display: flex;
gap: 30px;
align-items: center;
}
.banner-970 {
min-height: 970px;
min-height: 970px;
}
.gen-white-banner-area {
display: flex;
align-items: center;
display: flex;
align-items: center;
}
.gen-white-banner-img {
max-width: 490px;
position: relative;
display: flex;
margin-left: auto;
z-index: 2;
}
.gen-white-banner-img > img {
width: 100%;
}
.gen-white-banner-shapes img {
position: absolute;
}
.white-banner-shape-4 {
bottom: -82px;
right: -92px;
z-index: -1;
}
.white-banner-shape-1 {
top: -35px;
left: -40px;
z-index: -1;
}
.white-banner-shape-2 {
top: 29%;
right: -60px;
}
.white-banner-shape-3 {
top: 40%;
left: -100px;
}
.gen-gradient-banner-area {
position: relative;
display: flex;
align-items: center;
}
.banner-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.banner-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gen-gradient-banner-content {
padding-top: 50px;
}
.gen-gradient-banner-content .gen-banner-title {
font-size: 70px;
color: #1a1a1a;
line-height: 1.14;
margin-bottom: 45px;
}
.gen-gradient-banner-img {
position: absolute;
bottom: 0;
left: 51%;
}
.gen-team-single {
position: relative;
overflow: hidden;
z-index: 2;
}
.gen-team-single:hover .gen-team-content {
margin-bottom: 0;
}
.gen-team-single:hover .gen-team-content::before {
opacity: 1;
}
.gen-team-thumb {
position: relative;
padding-bottom: 75px;
}
.gen-team-thumb img {
width: 100%;
}
.gen-team-content {
position: absolute;
bottom: 0;
width: 100%;
background: var(--clr-common-white);
margin: 0 auto;
left: 0;
right: 0;
max-width: 250px;
padding: 22px 20px 21px;
text-align: center;
margin-bottom: -55px;
transition: 0.5s;
}
.gen-team-content::before {
position: absolute;
content: "";
width: 16px;
height: 16px;
border: 3px solid #bcbfcc;
top: 10px;
left: 10px;
border-right: 0;
border-bottom: 0;
opacity: 0;
transition: 0.5s;
box-shadow: 0px 10px 40px rgba(8, 21, 84, 0.05);
}
.gen-member-name {
font-size: 20px;
font-weight: 600;
margin-bottom: 7px;
}
.gen-member-designation {
font-size: 15px;
font-weight: 400;
margin-bottom: 12px;
display: block;
}
.gen-social-links ul {
display: flex;
gap: 20px;
justify-content: center;
}
.gen-social-links li {
list-style: none;
}
.team-social-links a {
color: #bcbfcc;
}
.team-social-links a:hover {
color: #592dee;
}
.gen-social-links.team-social-links ul {
gap: 22px;
}
.team-boxed-style .gen-team-content {
position: static;
margin-bottom: 0;
padding: 27px 20px 25px;
}
.team-boxed-style .gen-team-thumb {
margin: 0 25px;
padding-bottom: 0;
border-radius: 10px;
overflow: hidden;
}
.team-boxed-style .gen-team-content::before {
display: none;
}
.team-boxed-style .team-social-links a {
background: #673cfb;
width: 50px;
display: inline-block;
text-align: center;
color: #fff;
height: 30px;
line-height: 30px;
}
.team-boxed-style .team-social-links a:hover {
background: #592dee;
}
.team-boxed-style .team-social-links ul {
display: flex;
flex-direction: column;
gap: 0;
}
.team-boxed-style .team-social-links {
position: absolute;
left: 0;
bottom: 0;
transform: translateX(-100%);
transition: 0.5s;
}
.team-boxed-style .gen-team-single:hover .team-social-links {
transform: translateX(0);
}
.team-boxed-style .gen-member-designation {
margin-bottom: 0;
}
.team-boxed-style .gen-team-single::before {
position: absolute;
content: "";
width: 100%;
height: calc(100% - 40px);
background: #fff;
bottom: 0;
left: 0;
border-radius: 10px;
z-index: -1;
}