/*Cart CSS*/
.energox-cart-btn a {
    position: relative;
    display: inline-block;
  }
  .energox-nav-menu--dropdown-mobile.energox-nav-menu--stretch{
    position: unset;
  }
  .navbar-area .navbar-area-2 .energox-cart-btn i {
    background: #f0d23f;
    border-radius: var(--e-global-button-border-radius);
    padding: 14px 13px;
    color: var(--e-global-color-white);
    margin-left: 10px;
  }
  .energox-cart-btn span.energox-cart-count {
    font-size: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    padding: 1px 4px 1px 4px;
    border-radius: var(--e-global-border-radius);
    position: absolute;
    top: 5px;
    right: 3px;
    min-width: 14px;
  }
  .energox-cart-btn .btn .badge{
    position: absolute !important;
  }
  .energox-cart-btn .btn:focus{
    box-shadow: none !important;
  }

/*-------- SEARCH FORM HEADER ------------ */
.search-form-header {
    cursor: pointer;
  }
  .search-form-header div#searchcontainer .searchFormInner{
    display: flex;
    align-items: center;
    background: var(--e-global-color-white);
  }
  .search-form-header div#searchcontainer .form-control:focus{
    box-shadow: none;
    background: none;
    border: none !important;
  }
  .searchFormInner .search-button{
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    padding: 7px 15px;
    border: none;
    cursor: pointer;
  }
  .search-form-header label {
    border: 1px solid var(--e-global-color-very-dark-blue);
    background: var(--e-global-color-very-dark-blue);
    cursor: pointer;
    text-align: center;
    line-height: 0;
    margin: 0;
  }
  .search-form-header div#searchcontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    background: rgba(0,0,0,.85);
    left: -100%;
    /* initially position search container out of view */
    top: 0;
    z-index: 9999;
    display: grid;
    align-items: center;
    /* shift container downwards so the header is still visible when search is shown */
    padding: 50px;
    opacity: 0;
    cursor: crosshair;
    text-align: center;
    font: bold 16px "Bitter", sans-serif;
    /* use google font */
    -webkit-transform: scale(0.9) translate3d(-0, -50px, 0);
    transform: scale(0.9) translate3d(-0, -50px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0.5s;
    transition: transform 0.5s, opacity 0.5s, left 0s 0.5s;
  }
  .search-form-header div#searchcontainer div {
    font-weight: 400;
    padding: 5px;
    color: var(--e-global-color-white);
  }
  .search-form-header div#searchcontainer form {
    width: 50%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
  }
  
  .search-form-header div#searchcontainer form input[type="search"] {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
    outline: none;
    font-size: 26px;
  }
  .search-form-header div#searchcontainer.opensearch {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0s;
    transition: transform 0.5s, opacity 0.5s, left 0s 0s;
  } 
  .search-form-header div#searchcontainer.opensearch form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
  }
  .search-form-header .close {
    top: 65px;
    right: 30px;
    position: absolute;
  }
/*! Navigation */
.site-main .menu-navigation-container {
    overflow: visible;
}
.elementor-item:after,
.elementor-item:before {
    display: block;
    position: absolute;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0;
}
.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
    transform: scale(1);
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #3f444b;
    z-index: 2;
}
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    width: 0;
    left: 50%;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    width: 10px;
    left: -20px;
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    width: 10px;
    inset-inline-start: 100%;
}
.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #3f444b;
}
.e--pointer-framed .elementor-item:before {
    content: "";
}
.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity 0.2s, transform 0.4s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
    width: 3px;
    height: 3px;
}
.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 3px 3px 0 0;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    width: 100%;
    height: 100%;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
    width: 3px;
    height: 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    width: 100%;
    height: 100%;
    transition: opacity 2ms, width 0.4s, height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
    content: "";
    transition: 0.3s;
}
.e--pointer-background .elementor-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f444b;
    z-index: -1;
}
.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
    color: #fff;
}
.e--pointer-background.e--animation-grow .elementor-item:before {
    transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
    transform: scale(1);
    opacity: 1;
}
.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    transition: opacity 0.15s, transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%;
}
.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%;
}
.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%;
}
.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 50%;
    left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f444b;
    z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    top: 0;
    bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 100%;
    bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    right: 0;
    left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    right: 100%;
    left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(0.8);
}
.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
    transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
    transition-duration: 0s;
}
.energox-custom-nav-main .energox-nav-menu a {
    transition: 0.4s;
}
.energox-custom-nav-main .energox-nav-menu a,
.energox-custom-nav-main .energox-nav-menu a.highlighted,
.energox-custom-nav-main .energox-nav-menu a:focus,
.energox-custom-nav-main .energox-nav-menu a:hover {
    padding: 13px 20px;
}
.energox-custom-nav-main .energox-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.energox-custom-nav-main .energox-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b;
}
.energox-custom-nav-main .energox-nav-menu ul {
    position: absolute;
    width: 13em;
    border-width: 0;
    border-style: solid;
    padding: 0;
}
.energox-custom-nav-main .energox-nav-menu span.scroll-down,
.energox-custom-nav-main .energox-nav-menu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.energox-custom-nav-main .energox-nav-menu span.scroll-down-arrow,
.energox-custom-nav-main .energox-nav-menu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
}
.energox-custom-nav-main .energox-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #33373d transparent transparent;
}
.energox-custom-nav-main .energox-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.energox-custom-nav-main .energox-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg);
}
.energox-custom-nav-main .energox-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
.energox-nav-menu--layout-horizontal {
    display: flex;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu {
    display: flex;
    flex-wrap: wrap;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu a {
    white-space: pre-wrap;
    flex-grow: 1;
    text-align: left;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li {
    display: flex;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li > .scroll-down,
.energox-nav-menu--layout-horizontal .energox-nav-menu > li ul {
    top: 100% !important;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:first-child) > a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:first-child) > .scroll-down,
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:first-child) > .scroll-up,
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:first-child) > ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:last-child) > a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.energox-nav-menu--layout-horizontal .energox-nav-menu > li:not(:last-child):after {
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%);
    border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
    border-bottom-color: var(--e-nav-menu-divider-color, #000);
    border-right-color: var(--e-nav-menu-divider-color, #000);
    border-top-color: var(--e-nav-menu-divider-color, #000);
    align-self: center;
}
.energox-nav-menu__align-right .energox-nav-menu {
    margin-left: auto;
    justify-content: flex-end;
}
.energox-nav-menu__align-right .energox-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.energox-nav-menu__align-left .energox-nav-menu {
    margin-right: auto;
    justify-content: flex-start;
}
.energox-nav-menu__align-left .energox-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.energox-nav-menu__align-start .energox-nav-menu {
    margin-inline-end: auto;
    justify-content: flex-start;
}
.energox-nav-menu__align-start .energox-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.energox-nav-menu__align-end .energox-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end;
}
.energox-nav-menu__align-end .energox-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.energox-nav-menu__align-center .energox-nav-menu {
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
}
.energox-nav-menu__align-center .energox-nav-menu--layout-vertical > ul > li > a {
    justify-content: center;
}
.energox-nav-menu__align-justify .energox-nav-menu--layout-horizontal .energox-nav-menu {
    width: 100%;
}
.energox-nav-menu__align-justify .energox-nav-menu--layout-horizontal .energox-nav-menu > li {
    flex-grow: 1;
}
.energox-nav-menu__align-justify .energox-nav-menu--layout-horizontal .energox-nav-menu > li > a {
    justify-content: center;
}
.elementor-widget-nav-menu:not(.energox-nav-menu--toggle) .elementor-menu-toggle {
    display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
    display: flex;
    flex-direction: column;
}
.energox-nav-menu {
    position: relative;
    z-index: 2;
}
.energox-nav-menu:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.energox-nav-menu,
.energox-nav-menu li,
.energox-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.energox-nav-menu ul {
    display: none;
}
.energox-nav-menu a,
.energox-nav-menu li {
    position: relative;
}
.energox-nav-menu li {
    border-width: 0;
}
.energox-nav-menu a {
    display: flex;
    align-items: center;
}
.energox-nav-menu a,
.energox-nav-menu a:focus,
.energox-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px;
}
.energox-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.energox-nav-menu a.disabled {
    cursor: not-allowed;
    color: #88909b;
}
.energox-nav-menu .e-plus-icon:before {
    content: "+";
}
.energox-nav-menu .sub-arrow {
    line-height: 1;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 5px;
}
.energox-nav-menu .sub-arrow i {
    pointer-events: none;
}
.energox-nav-menu .sub-arrow .fa.fa-chevron-down,
.energox-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: 0.7em;
}
.energox-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em;
}
.energox-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 0.7em;
    width: 0.7em;
}
.energox-nav-menu--dropdown .elementor-item.elementor-item-active,
.energox-nav-menu--dropdown .elementor-item.highlighted,
.energox-nav-menu--dropdown .elementor-item:focus,
.energox-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: var(--e-global-color-accent);
    color: #fff;
}
.elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #33373d;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none;
}
.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em;
}
.elementor-menu-toggle svg {
    width: 1em;
    height: auto;
    fill: var(--nav-menu-icon-color, currentColor);
}
span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
    line-height: 1;
}
.energox-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
}
.energox-nav-menu--dropdown-none .elementor-menu-toggle,
.energox-nav-menu--dropdown-none .energox-nav-menu--dropdown {
    display: none;
}
.energox-nav-menu--dropdown.energox-nav-menu__container {
    margin-top: 10px;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden;
}
.energox-nav-menu--dropdown.energox-nav-menu__container .elementor-sub-item {
    font-size: 0.85em;
}
.energox-nav-menu--dropdown a {
    color: #33373d;
}
.energox-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff;
}
.energox-nav-menu--dropdown a.disabled {
    color: #b3b3b3;
}
ul.energox-nav-menu--dropdown a,
ul.energox-nav-menu--dropdown a:focus,
ul.energox-nav-menu--dropdown a:hover {
    text-shadow: none;
}
.energox-nav-menu__text-align-center .energox-nav-menu--dropdown .energox-nav-menu a {
    justify-content: center;
}
.energox-nav-menu--toggle {
    --menu-height: 100vh;
}
.energox-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .energox-nav-menu__container {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
}
.energox-nav-menu--toggle .elementor-menu-toggle.elementor-active + .energox-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll 0.3s backwards;
}
.energox-nav-menu--stretch .energox-nav-menu__container.energox-nav-menu--dropdown {
    position: absolute;
    z-index: 9997;
    left: 0;
    padding: 0 20px;
    width: 100%;
}
.energox-nav-menu--dropdown-mobile.energox-nav-menu--stretch,
.energox-nav-menu--dropdown-tablet.energox-nav-menu--stretch{
    position: unset;
  }

.energox-custom-nav--main ul li.menu-item-has-children ul.sub-menu.energox-nav-menu--dropdown li.menu-item-has-children a,
.energox-custom-nav--main ul li.menu-item-has-children ul.sub-menu.energox-nav-menu--dropdown li.menu-item-has-children ul.sub-menu.energox-nav-menu--dropdown li.menu-item-has-children a{
    justify-content: space-between;
}
/* Home 1 Services Section */
.service-con .box {
    padding: 45px 40px 39px;
    background-color: var(--e-global-color-white);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.service-con .box::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/service-boxhoverimage.jpg);
    display: none;
    transition: all 0.3s ease-in-out;
}
.service-con .box:hover {
    background-color: var(--e-global-color-accent);
}
.service-con .box:hover::before {
    display: block;
}
.service-con .service-box {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box .icon {
    margin-bottom: 31px !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-con .box h5 {
    margin-bottom: 16px;
    padding-right: 40px;
}
.service-con .service-box p {
    margin-bottom: 18px;
}
.service-con .service-box .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-family: var(--e-global-color-heading-font);
    text-align: center;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service-con .service-box .learn_more i {
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-accent);
}
.service-con .box:hover .icon {
    filter: brightness(0) invert(1);
}
.service-con .box:hover h5 {
    color: var(--e-global-color-white);
}
.service-con .box:hover p {
    color: var(--e-global-color-white);
}
.service-con .box:hover .learn_more {
    color: var(--e-global-color-white);
}
.service-con .box:hover .learn_more i {
    color: var(--e-global-color-white);
}
/* Home 1 Testimonial Slider */
.testimonial-con .testimonial-box {
    padding: 36px 30px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 6px 0 38px rgb(0 0 0 / 3%) inset;
}
.testimonial-con .testimonial-box ul {
    margin-bottom: 17px;
}
.testimonial-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
    color: var(--e-global-color-light-yellow);
    font-size: 18px;
    margin-right: 2px;
}
.testimonial-con .testimonial-box p {
    margin-bottom: 26px;
}
.testimonial-con .review-content {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial-con .review-content .testimonial-personimage {
    position: relative;
}
.testimonial-con .review-content .testimonial-personimage img {
    border-radius: 100px;
    width: 59px;
    height: 59px;
    object-fit: cover;
    object-position: center;
}
.testimonial-con .review-content .name {
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--e-global-color-primary);
}
.testimonial-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial-con .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial-con .owl-carousel .owl-nav {
    margin-top: 50px !important;
    position: relative;
    width: 100%;
}
.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
    margin: 0 !important;
    background: transparent !important;
}
.testimonial-con .owl-carousel .owl-prev:focus,
.testimonial-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.testimonial-con .owl-carousel .owl-prev span,
.testimonial-con .owl-carousel .owl-next span {
    font-size: 17px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.testimonial-con .owl-carousel .owl-prev:hover span,
.testimonial-con .owl-carousel .owl-next:hover span {
    background-color: var(--e-global-color-accent);
}
.testimonial-con .owl-carousel .owl-prev {
    position: relative;
    left: 0;
    bottom: 0;
}
.testimonial-con .owl-carousel .owl-next {
    position: relative;
    right: -20px;
    bottom: 0;
}
/* Home 2 Services Section */
.electricservice-con .service-box {
    width: 100%;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.electricservice-con .upper_portion {
    position: relative;
}
.electricservice-con .upper_portion .service-image {
    overflow: hidden;
}
.electricservice-con .upper_portion .service-image img {
    width: 100% !important;
    transition: all 0.3s ease-in-out;
    height: 244px;
    object-fit: cover;
    object-position: center;
}
.electricservice-con .service-box:hover .service-image img {
    transform: scale(1.1);
    width: 100%;
}
.electricservice-con .upper_portion .service-icon {
    height: 87px;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -42px;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto !important;
    position: absolute;
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.electricservice-con .lower_portion_wrapper {
    text-align: center;
    padding: 76px 48px 35px;
}
.electricservice-con .lower_portion_wrapper h5 {
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.electricservice-con .lower_portion_wrapper p {
    margin-bottom: 22px;
}
.electricservice-con .lower_portion_wrapper .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.electricservice-con .lower_portion_wrapper .learn_more i {
    font-size: 11px;
    margin-left: 7px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.electricservice-con .lower_portion_wrapper .learn_more:hover {
    color: var(--e-global-color-primary);
}
.electricservice-con .lower_portion_wrapper .learn_more:hover i {
    color: var(--e-global-color-primary);
}
.electricservice-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 47px !important;
    text-align: center;
}
.electricservice-con .owl-carousel .owl-dots .owl-dot span {
    background-color: #dddddd;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 100px;
}
.electricservice-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.electricservice-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.electricservice-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.electricservice-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 2 Team Section */
.team-con .team-box {
    position: relative;
    text-align: center;
    padding: 15px 15px 35px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 41px 6px rgb(0 0 0 / 5%);
    border-bottom: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.team-con .team-box figure {
    margin-bottom: 30px !important;
    overflow: hidden;
}
.team-con .team-box figure img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box:hover figure img {
    transform: scale(1.1);
}
.team-con .team-box h6 {
    font-weight: 500;
    margin-bottom: 4px;
}
.team-con .team-box span {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    margin-bottom: 16px;
}
.team-con .team-box li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box i {
    font-size: 13px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-very-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.team-con .team-box li:hover {
    transform: translateY(-5px);
}
.team-con .team-box li:first-child {
    margin-left: 0;
}
.team-con .team-box li:last-child {
    margin-right: 0;
}
.team-con .team-box:hover i {
    background-color: var(--e-global-color-accent);
}
/* Home 2 Blog Section */
.article-con .article-box {
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 41px 6px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.article-con .article-box figure {
    overflow: hidden;
}
.article-con .article-box figure img {
    height: 246px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
.article-con .article-box:hover figure img {
    transform: scale(1.1);
}
.article-con .article-box .content {
    padding: 22px 58px 30px 18px;
}
.article-con .article-box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.article-con .article-box .icon .admin {
    margin-right: 14px;
}
.article-con .article-box .icon i {
    position: relative;
    font-size: 12px;
    top: -1px;
    margin-right: 4px;
    color: var(--e-global-color-accent);
}
.article-con .article-box .icon .text {
    font-size: 14px;
    line-height: 1.5em;
    text-transform: capitalize;
}
.article-con .article-box h5 {
    margin-bottom: 25px;
}
.article-con .article-box h3:hover {
    color: var(--e-global-color-accent);
}
.article-con .article-box .read_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-family: var(--e-global-color-heading-font);
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.article-con .article-box .read_more:hover {
    color: var(--e-global-color-primary);
}
.article-con .article-box .read_more i {
    font-size: 11px;
    margin-left: 7px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.article-con .article-box .read_more:hover i {
    color: var(--e-global-color-primary);
}
/* Home 2 Testimonial Section */
.electrictestimonial-con .testimonial-box {
    margin-bottom: 51px;
    text-align: center;
}
.electrictestimonial-con .testimonial-box h4 {
    line-height: 1.5em;
    font-weight: 500;
    padding: 0 15px;
}
.electrictestimonial-con .testimonial-box ul {
    margin-bottom: 28px;
}
.electrictestimonial-con .testimonial-box ul li {
    display: inline-block;
}
.electrictestimonial-con .testimonial-box ul li i {
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-bright-yellow);
}
.electrictestimonial-con .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-bottom: 23px;
}
.electrictestimonial-con .carousel-indicators li {
    position: unset;
    text-indent: 0;
    width: 57px;
    height: 57px;
    opacity: 1;
    margin: 0 18px;
    border-radius: 100%;
    background: transparent;
    cursor: pointer;
}
.electrictestimonial-con .carousel-indicators li:first-child {
    margin-left: 0;
}
.electrictestimonial-con .carousel-indicators li:last-child {
    margin-right: 0;
}
.electrictestimonial-con .carousel-indicators li figure {
    border-radius: 100%;
}
.electrictestimonial-con .carousel-indicators li figure img {
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    opacity: 60%;
}
.electrictestimonial-con .carousel-indicators .active figure img {
    opacity: 1;
    transform: scale(1.4);
}
.electrictestimonial-con .carousel-indicators li .name_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -88px;
    margin: 0 auto;
    display: none;
}
.electrictestimonial-con .carousel-indicators li .name_wrapper .person {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
    color: var(--e-global-color-white);
}
.electrictestimonial-con .carousel-indicators li .name_wrapper .review {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-white);
}
.electrictestimonial-con .carousel-indicators .active .name_wrapper {
    display: block;
}
/* Home 3 */
/* Services Section */
.universalservice-con .service-box {
    padding: 30px 40px 30px 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 60px 6px rgb(0 0 0 / 4%);
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.universalservice-con .service-box:hover {
    border: 1px solid var(--e-global-color-accent);
}
.universalservice-con .service-box .icon {
    width: 18%;
    top: 6px;
    float: left;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.universalservice-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.universalservice-con .service-box .content {
    width: 82%;
    padding-left: 18px;
    padding-top: 4px;
    position: relative;
    display: inline-block;
}
.universalservice-con .service-box h6 {
    margin-bottom: 14px;
}
.universalservice-con .service-box p {
    font-weight: 400;
    line-height: 1.5em;
}
/* Testimonials Section */
.abouttestimonial-con .testimonial-box {
    padding: 45px 50px 43px 41px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
}
.abouttestimonial-con .testimonial-box .testimonial-personimage {
    width: 19%;
    float: left;
}
.abouttestimonial-con .testimonial-box .testimonial-personimage img {
    height: 88px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.abouttestimonial-con .testimonial-box .content {
    width: 81%;
    padding-left: 25px;
    display: inline-block;
}
.abouttestimonial-con .testimonial-box p {
    margin-bottom: 10px;
}
.abouttestimonial-con .testimonial-box ul {
    margin-bottom: 10px;
}
.abouttestimonial-con .testimonial-box ul li {
    display: inline-block;
}
.abouttestimonial-con .testimonial-box ul li i {
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-dark-orange);
}
.abouttestimonial-con .testimonial-box .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    font-family: "Lexend Deca", sans-serif;
    color: var(--e-global-color-secondary);
}
.abouttestimonial-con .testimonial-box .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.abouttestimonial-con .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}
.abouttestimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 47px !important;
    text-align: center;
}
.abouttestimonial-con .owl-carousel .owl-dots .owl-dot span {
    background-color: #dddddd;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 100px;
}
.abouttestimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.abouttestimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.abouttestimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}




/* Responsive Css */
@media (max-width: 1499px) {
    .testimonial-con .testimonial-box { padding: 30px 25px; }
}
@media (max-width: 1366px) {
    .search-form-header div#searchcontainer form { width: 70%; }
}
@media (max-width: 1199px) {
    .service-con .box { padding: 35px 30px 29px;}
    .service-con .service-box .icon {margin-bottom: 25px !important;}
    .service-con .box h5 {margin-bottom: 14px; padding-right: 55px;}
    .service-con .service-box p {margin-bottom: 15px; }
    .testimonial-con .owl-carousel .owl-nav { margin-top: 40px !important; }
    .testimonial-con .owl-carousel .owl-prev span, .testimonial-con .owl-carousel .owl-next span { width: 45px; height: 45px; line-height: 45px; }
    .electricservice-con .upper_portion .service-image img { height: 210px; }
    .electricservice-con .lower_portion_wrapper {padding: 65px 30px 30px;}
    .electricservice-con .lower_portion_wrapper h5 {margin-bottom: 10px;}
    .electricservice-con .lower_portion_wrapper p {margin-bottom: 15px;}
    .electricservice-con .owl-carousel .owl-dots {margin-top: 35px !important;}
    .team-con .team-box {padding: 15px 15px 30px;}
    .team-con .team-box figure {margin-bottom: 20px !important;}
    .article-con .article-box figure img { height: 205px; }
    .team-con .team-box span {margin-bottom: 12px;}
    .team-con .team-box i {font-size: 12px;}
    .article-con .article-box .content {padding: 20px 18px 25px;}
    .article-con .article-box h5 {margin-bottom: 20px;}
    .electrictestimonial-con .testimonial-box {margin-bottom: 40px;}
    .electrictestimonial-con .testimonial-box h4 {margin-bottom: 10px; padding: 0;}
    .electrictestimonial-con .testimonial-box ul {margin-bottom: 20px;}
    .electrictestimonial-con .testimonial-box ul li i {font-size: 15px; line-height: 15px;}
    .universalservice-con .service-box {padding: 30px;}
    .universalservice-con .service-box .icon {width: 100%; top: 0; margin-bottom: 20px !important;}
    .universalservice-con .service-box .icon img {height: 48px; object-fit: cover; object-position: center;}
    .universalservice-con .service-box .content {width: 100%; padding-left: 0;}
    .universalservice-con .service-box h6 {margin-bottom: 14px; padding-right: 55px;}
    .abouttestimonial-con .testimonial-box {padding: 30px 35px;}
    .abouttestimonial-con .testimonial-box .testimonial-personimage img { height: 75px; }
    .abouttestimonial-con .testimonial-box p {margin-bottom: 8px;}
    .abouttestimonial-con .testimonial-box ul {margin-bottom: 6px;}
    .abouttestimonial-con .owl-carousel .owl-dots {margin-top: 35px !important;}
}
@media (max-width: 1024px) {
    .search-form-header div#searchcontainer form { width: 80%; }
    li.menu-item-has-children:hover > ul.energox-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.energox-nav-menu--dropdown{ margin: 0px !important; width: 100% !important;  border-radius: 0px !important; }
    .energox-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .testimonial-con .owl-carousel .owl-nav { margin-top: 30px !important; text-align: center; }
    .testimonial-con .owl-carousel .owl-prev { left: -10px; }
    .testimonial-con .owl-carousel .owl-next { right: -10px; }
    .testimonial-con .owl-carousel .owl-prev span, .testimonial-con .owl-carousel .owl-next span { font-size: 15px; width: 40px; height: 40px; line-height: 40px; }
    .testimonial-con .testimonial-box ul li i { font-size: 16px; }
}
@media (max-width: 991px) {
    li.menu-item-has-children:hover > ul.energox-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.energox-nav-menu--dropdown{ margin: 0px !important; width: 100% !important; border-radius: 0px !important; }
    .energox-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .service-con .box { padding: 30px 30px 24px; }
    .service-con .service-box .icon {margin-bottom: 20px !important;}
    .service-con .service-box .icon img { height: 45px; object-fit: cover; object-position: center; }
    .service-con .box h5 {margin-bottom: 12px; }
    .service-con .service-box p {margin-bottom: 12px; }
    .electricservice-con .upper_portion .service-image img { height: 240px; }
    .team-con .team-box {padding: 15px 15px 25px; }
    .team-con .team-box i { width: 30px; height: 30px; line-height: 30px; }
    .article-con .article-box figure img { height: 230px; }
    .electrictestimonial-con .testimonial-box {margin-bottom: 35px;}
    .electrictestimonial-con .carousel-indicators li { width: 50px; height: 50px; margin: 0 14px; }
    .electrictestimonial-con .carousel-indicators li .name_wrapper { bottom: -80px; }
    .electrictestimonial-con .testimonial-box h4 { margin-bottom: 8px;}
    .electrictestimonial-con .testimonial-box ul {margin-bottom: 15px;}
    .electrictestimonial-con .testimonial-box ul li i {font-size: 13px; line-height: 13px;}
    .electrictestimonial-con .carousel-indicators li .name_wrapper .person { font-size: 18px; line-height: 18px; }
    .universalservice-con .service-box {text-align: center; padding: 30px 30px 24px; }
    .universalservice-con .service-box .icon {margin-bottom: 16px !important;}
    .universalservice-con .service-box .icon img {height: 45px;}
    .universalservice-con .service-box h6 {margin-bottom: 10px; padding: 0;}
    .abouttestimonial-con .testimonial-box {padding: 25px 30px; text-align: center;}
    .abouttestimonial-con .testimonial-box .testimonial-personimage {width: 100%; float: none;}
    .abouttestimonial-con .testimonial-box .testimonial-personimage img { margin-bottom: 10px;}
    .abouttestimonial-con .testimonial-box .content {width: 100%; padding-left: 0;}
    .abouttestimonial-con .testimonial-box p {margin-bottom: 6px;}
    .abouttestimonial-con .testimonial-box ul {margin-bottom: 4px;}
}
@media (max-width: 767px) {
    .search-form-header div#searchcontainer form { width: 90%; }
    .energox-nav-menu--dropdown-mobile .energox-custom-nav-main { display: none; }
    .service-con .box {padding: 25px 25px 20px; text-align: center; }
    .service-con .service-box .icon img { height: 40px;}
    .service-con .service-box .icon {margin-bottom: 18px !important;}
    .service-con .box h5 {padding: 0;}
    .service-con .service-box p {margin-bottom: 10px; }
    .testimonial-con .testimonial-box { padding: 25px 25px 30px 25px; text-align: center; }
    .testimonial-con .review-content { justify-content: center; text-align: left; }
    .testimonial-con .owl-carousel .owl-nav { margin-top: 25px !important; }
    .testimonial-con .review-content .testimonial-personimage img { width: 50px; height: 50px; }
    .testimonial-con .owl-carousel .owl-prev { left: -5px; }
    .testimonial-con .owl-carousel .owl-next { right: -5px; }
    .testimonial-con .owl-carousel .owl-prev span, .testimonial-con .owl-carousel .owl-next span { font-size: 14px; width: 30px; height: 30px; line-height: 30px; }
    .testimonial-con .testimonial-box ul { margin-bottom: 12px; }
    .testimonial-con .testimonial-box ul li i { font-size: 14px; margin-right: 0px; }
    .testimonial-con .testimonial-box p { margin-bottom: 20px; }
    .electricservice-con .upper_portion .service-image img { height: 180px; }
    .electricservice-con .upper_portion .service-icon {height: 70px; width: 70px; bottom: -35px;}
    .electricservice-con .upper_portion .service-icon img {width: 35px;}
    .electricservice-con .lower_portion_wrapper {padding: 50px 20px 20px;}
    .electricservice-con .lower_portion_wrapper h5 {margin-bottom: 8px;}
    .electricservice-con .lower_portion_wrapper p {margin-bottom: 10px;}
    .electricservice-con .owl-carousel .owl-dots { margin-top: 25px !important; }
    .team-con .team-box {padding: 15px 15px 20px; }
    .article-con .article-box figure img { height: 170px; }
    .article-con .article-box .content {padding: 18px 20px 20px;}
    .article-con .article-box .icon {margin-bottom: 8px;}
    .article-con .article-box .icon i {margin-right: 2px;}
    .article-con .article-box .icon .text {font-size: 12px;}
    .article-con .article-box h5 { margin-bottom: 15px;}
    .electrictestimonial-con .testimonial-box {margin-bottom: 30px;}
    .electrictestimonial-con .testimonial-box h4 {margin-bottom: 2px;}
    .electrictestimonial-con .testimonial-box ul {margin-bottom: 10px;}
    .electrictestimonial-con .testimonial-box ul li i {font-size: 12px; line-height: 12px;}
    .electrictestimonial-con .carousel-indicators li .name_wrapper .person { font-size: 16px; line-height: 16px;  }
    .electrictestimonial-con .carousel-indicators li .name_wrapper { bottom: -70px; }
    .electrictestimonial-con .carousel-indicators { margin-left: 15px; margin-right: 15px; }
    .universalservice-con .service-box { padding: 25px 25px 20px; }
    .universalservice-con .service-box .icon img { height: 40px;}
    .abouttestimonial-con .testimonial-box ul li i {font-size: 12px; line-height: 12px;}
    .abouttestimonial-con .testimonial-box .testimonial-personimage img { height: 65px; }
    .abouttestimonial-con .owl-carousel .owl-dots { margin-top: 25px !important; }
}
@media (max-width: 575px) {
    .testimonial-con .testimonial-box { padding: 25px 35px 30px 35px; }
    .electricservice-con .upper_portion .service-image img { height: 220px; }
    .article-con .article-box figure img { height: 230px; }
}
@media (min-width: 768px) {
    .energox-nav-menu--dropdown-mobile .elementor-menu-toggle, .energox-nav-menu--dropdown-mobile .energox-nav-menu--dropdown { display: none; }
    .energox-nav-menu--dropdown-mobile nav.energox-nav-menu--dropdown.energox-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 0) {
    .energox-nav-menu--dropdown-mobile_extra .energox-custom-nav-main { display: none; }
    .energox-nav-menu--dropdown-tablet_extra .energox-custom-nav-main { display: none; }
}
@media (min-width: 0) {
    .energox-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .energox-nav-menu--dropdown-mobile_extra .energox-nav-menu--dropdown { display: none; }
    .energox-nav-menu--dropdown-mobile_extra nav.energox-nav-menu--dropdown.energox-nav-menu__container { overflow-y: hidden;}
    .energox-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .energox-nav-menu--dropdown-tablet_extra .energox-nav-menu--dropdown { display: none; }
    .energox-nav-menu--dropdown-tablet_extra nav.energox-nav-menu--dropdown.energox-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 1024px) {
    .energox-nav-menu--dropdown-tablet .energox-custom-nav-main { display: none; }
}
@media (min-width: 1025px) {
    .energox-nav-menu--dropdown-tablet .elementor-menu-toggle, .energox-nav-menu--dropdown-tablet .energox-nav-menu--dropdown { display: none; }
    .energox-nav-menu--dropdown-tablet nav.energox-nav-menu--dropdown.energox-nav-menu__container { overflow-y: hidden; }
}
@keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}