/*Cart CSS*/
.pipey-cart-btn a {
    position: relative;
    display: inline-block;
  }
  .pipey-nav-menu--dropdown-mobile.pipey-nav-menu--stretch{
    position: unset;
  }
  .navbar-area .navbar-area-2 .pipey-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;
  }
  .pipey-cart-btn span.pipey-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;
  }
  .pipey-cart-btn .btn .badge{
    position: absolute !important;
  }
  .pipey-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;
}
.pipey-custom-nav-main .pipey-nav-menu a {
    transition: 0.4s;
}
.pipey-custom-nav-main .pipey-nav-menu a,
.pipey-custom-nav-main .pipey-nav-menu a.highlighted,
.pipey-custom-nav-main .pipey-nav-menu a:focus,
.pipey-custom-nav-main .pipey-nav-menu a:hover {
    padding: 13px 20px;
}
.pipey-custom-nav-main .pipey-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.pipey-custom-nav-main .pipey-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b;
}
.pipey-custom-nav-main .pipey-nav-menu ul {
    position: absolute;
    width: 14em;
    border-width: 0;
    border-style: solid;
    padding: 0;
}
.pipey-custom-nav-main .pipey-nav-menu span.scroll-down,
.pipey-custom-nav-main .pipey-nav-menu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.pipey-custom-nav-main .pipey-nav-menu span.scroll-down-arrow,
.pipey-custom-nav-main .pipey-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;
}
.pipey-custom-nav-main .pipey-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #33373d transparent transparent;
}
.pipey-custom-nav-main .pipey-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.pipey-custom-nav-main .pipey-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg);
}
.pipey-custom-nav-main .pipey-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
.pipey-nav-menu--layout-horizontal {
    display: flex;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu {
    display: flex;
    flex-wrap: wrap;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu a {
    white-space: pre-wrap;
    flex-grow: 1;
    text-align: left;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li {
    display: flex;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li > .scroll-down,
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li ul {
    top: 100% !important;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li:not(:first-child) > a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li:not(:first-child) > .scroll-down,
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li:not(:first-child) > .scroll-up,
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li:not(:first-child) > ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.pipey-nav-menu--layout-horizontal .pipey-nav-menu > li:not(:last-child) > a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.pipey-nav-menu--layout-horizontal .pipey-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;
}
.pipey-nav-menu__align-right .pipey-nav-menu {
    margin-left: auto;
    justify-content: flex-end;
}
.pipey-nav-menu__align-right .pipey-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.pipey-nav-menu__align-left .pipey-nav-menu {
    margin-right: auto;
    justify-content: flex-start;
}
.pipey-nav-menu__align-left .pipey-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.pipey-nav-menu__align-start .pipey-nav-menu {
    margin-inline-end: auto;
    justify-content: flex-start;
}
.pipey-nav-menu__align-start .pipey-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.pipey-nav-menu__align-end .pipey-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end;
}
.pipey-nav-menu__align-end .pipey-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.pipey-nav-menu__align-center .pipey-nav-menu {
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
}
.pipey-nav-menu__align-center .pipey-nav-menu--layout-vertical > ul > li > a {
    justify-content: center;
}
.pipey-nav-menu__align-justify .pipey-nav-menu--layout-horizontal .pipey-nav-menu {
    width: 100%;
}
.pipey-nav-menu__align-justify .pipey-nav-menu--layout-horizontal .pipey-nav-menu > li {
    flex-grow: 1;
}
.pipey-nav-menu__align-justify .pipey-nav-menu--layout-horizontal .pipey-nav-menu > li > a {
    justify-content: center;
}
.elementor-widget-nav-menu:not(.pipey-nav-menu--toggle) .elementor-menu-toggle {
    display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
    display: flex;
    flex-direction: column;
}
.pipey-nav-menu {
    position: relative;
    z-index: 2;
}
.pipey-nav-menu:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.pipey-nav-menu,
.pipey-nav-menu li,
.pipey-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pipey-nav-menu ul {
    display: none;
}
.pipey-nav-menu a,
.pipey-nav-menu li {
    position: relative;
}
.pipey-nav-menu li {
    border-width: 0;
}
.pipey-nav-menu a {
    display: flex;
    align-items: center;
}
.pipey-nav-menu a,
.pipey-nav-menu a:focus,
.pipey-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px;
}
.pipey-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.pipey-nav-menu a.disabled {
    cursor: not-allowed;
    color: #88909b;
}
.pipey-nav-menu .e-plus-icon:before {
    content: "+";
}
.pipey-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;
}
.pipey-nav-menu .sub-arrow i {
    pointer-events: none;
}
.pipey-nav-menu .sub-arrow .fa.fa-chevron-down,
.pipey-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: 0.7em;
}
.pipey-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em;
}
.pipey-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 0.7em;
    width: 0.7em;
}
.pipey-nav-menu--dropdown .elementor-item.elementor-item-active,
.pipey-nav-menu--dropdown .elementor-item.highlighted,
.pipey-nav-menu--dropdown .elementor-item:focus,
.pipey-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-secondary);
    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;
}
.pipey-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
}
.pipey-nav-menu--dropdown-none .elementor-menu-toggle,
.pipey-nav-menu--dropdown-none .pipey-nav-menu--dropdown {
    display: none;
}
.pipey-nav-menu--dropdown.pipey-nav-menu__container {
    margin-top: 10px !important;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden;
}
.pipey-nav-menu--dropdown.pipey-nav-menu__container .elementor-sub-item {
    font-size: 0.85em;
}
.pipey-nav-menu--dropdown a {
    color: #33373d;
}
.pipey-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff;
}
.pipey-nav-menu--dropdown a.disabled {
    color: #b3b3b3;
}
ul.pipey-nav-menu--dropdown a,
ul.pipey-nav-menu--dropdown a:focus,
ul.pipey-nav-menu--dropdown a:hover {
    text-shadow: none;
}
.pipey-nav-menu__text-align-center .pipey-nav-menu--dropdown .pipey-nav-menu a {
    justify-content: center;
}
.pipey-nav-menu--toggle {
    --menu-height: 100vh;
}
.pipey-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .pipey-nav-menu__container {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
}
.pipey-nav-menu--toggle .elementor-menu-toggle.elementor-active + .pipey-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll 0.3s backwards;
}
.pipey-nav-menu--stretch .pipey-nav-menu__container.pipey-nav-menu--dropdown {
    position: absolute;
    z-index: 9997;
    left: 0;
    padding: 0 20px;
    width: 96%;
}
.pipey-nav-menu--dropdown-mobile.pipey-nav-menu--stretch,
.pipey-nav-menu--dropdown-tablet.pipey-nav-menu--stretch{
    position: unset;
  }

.pipey-custom-nav--main ul li.menu-item-has-children ul.sub-menu.pipey-nav-menu--dropdown li.menu-item-has-children a,
.pipey-custom-nav--main ul li.menu-item-has-children ul.sub-menu.pipey-nav-menu--dropdown li.menu-item-has-children ul.sub-menu.pipey-nav-menu--dropdown li.menu-item-has-children a{
    justify-content: space-between;
}
/* Home 1 Services Section */
.home-1-service-section .home-1-service-section-inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 45px 30px;
}
.home-1-service-section .service-box {
    transition: all 0.3s ease-in-out;
}
.home-1-service-section .service-box .icon {
    margin-bottom: 27px !important;
    transition: all 0.3s ease-in-out;
}
.home-1-service-section .service-box:hover .icon {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.home-1-service-section .service-box h5 {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black);
}
.home-1-service-section .service-box:hover h5 {
    color: var(--e-global-color-secondary);
}
.home-1-service-section .service-box p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}
/* Home 1 Case Studies Section */
.home-1-case-study-section .box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.home-1-case-study-section .case-study-box {
    position: relative;
    transition: all 0.3s ease-in-out;
    background: var(--e-global-color-very-dark-black);
    border-radius: 10px;
}
.home-1-case-study-section .case-study-box .case-study-image img {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.home-1-case-study-section .outer_div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
.home-1-case-study-section .outer_div figure {
    margin-bottom: 14px !important;
}
.home-1-case-study-section .case-study-box:hover .outer_div {
    visibility: visible;
    opacity: 1;
}
.home-1-case-study-section .case-study-box:hover .case-study-image img {
    opacity: 0.2;
}
/* Home 1 Testimonial Slider */
.testimonial-con .testimonial-box p{
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 29px;
    color: var(--e-global-color-dark-grayish-blue);
}
.testimonial-con .testimonial-box .lower_content{
    margin-bottom: 33px;
}
.testimonial-con .testimonial-box .name{
    margin-bottom: 1px;
    color: var(--e-global-color-very-dark-black);
}
.testimonial-con .testimonial-box .review{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--e-global-color-dark-grayish-blue);
}
.testimonial-con .arrow {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.testimonial-con .arrow a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,82,91,0.2);
    position: relative;
    opacity: 1;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.testimonial-con .arrow a:hover {
    background: var(--e-global-color-secondary);
}
.testimonial-con .arrow a span {
    width: 15px;
}
/* Home 1 Blog Section */
.article-con .article-box {
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}
.article-con .article-box .box-content {
    padding-right: 35px;
}
.article-con .article-box .box-content .span_wrapper {
    margin-bottom: 9px;
}
.article-con .article-box .box-content .span_wrapper span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}
.article-con .article-box .box-content .span_wrapper .dash {
    padding-left: 4px;
}
.article-con .article-box .box-content h4 {
    margin-bottom: 17px;
    transition: all 0.3s ease-in-out;
}
.article-con .article-box h4:hover {
    color: var(--e-global-color-secondary);
}
.article-con .article-box .box-content p {
    font-size: 16px;
    color: var(--e-global-color-text);
}
.article-con .article-box figure {
    margin-bottom: 22px !important;
    overflow: hidden;
    background-color: var(--e-global-color-very-dark-black);
    border-radius: 10px;
}
.article-con .article-box figure img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.article-con .article-box:hover figure img {
    transform: scale(1.1);
    opacity: 70%;
}
/* Home 2 Services Section */
.home-2-service-section .service-box {
    padding: 40px 30px 33px 30px;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    border-radius: 10px;
}
.home-2-service-section .service-box:hover {
    border-color: rgba(48,131,255,0.2);
}
.home-2-service-section .service-box:hover h5 {
    color: var(--e-global-color-very-dark-black);
}
.home-2-service-section .home-1-service-section-inner {
    gap: 30px;
}
.home-2-service-section .service-box .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-very-dark-black);
}
.home-2-service-section .service-box:hover .learn_more {
    color: var(--e-global-color-secondary);
}
/* Home 2 Team Section */
.team-con .team-box {
    position: relative;
    text-align: center;
    padding: 15px 15px 39px;
    background: var(--e-global-color-white);
    border: 1px solid rgba(48,131,255,0.2);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    border-radius: 10px;
}
.team-con .team-box:hover {
    background: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
.team-con .team-box figure { 
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 38px !important;
    border-radius: 10px;
}
.team-con .team-box figure img {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    width: 100%;
}
.team-con .team-box:hover figure img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.team-con .team-box h5 {
    margin-bottom: 5px;
}
.team-con .team-box:hover h5 {
    color: var(--e-global-color-white);
}
.team-con .team-box span {
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}
.team-con .team-box:hover span {
    color: var(--e-global-color-white);
}
.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: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    color: var(--e-global-color-secondary);
    background: transparent;
    border: 1px solid rgba(48,131,255,0.2);
    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: var(--e-global-color-white);
}
/* Home 2 Testimonial Section */
.home-2-testimonial-section {
    z-index: 1;
}
.home-2-testimonial-section .testimonial-box {
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 40px 80px 40px 40px;
    display: flex;
    gap: 108px;
    align-items: center;
}
.home-2-testimonial-section .testimonial-box .image {
    position: relative;
}
.home-2-testimonial-section .testimonial-box .user-img {
    width: 235px;
}
.home-2-testimonial-section .testimonial-box .user-img img {
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.home-2-testimonial-section .testimonial-box .quote-img {
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translateY(-50%);
}
.home-2-testimonial-section .testimonial-box .text {
    margin-bottom: 48px;
}
.home-2-testimonial-section .testimonial-box .name {
    color: var(--e-global-color-secondary);
    margin-bottom: 2px;
}
.home-2-testimonial-section .testimonial-box .designation {
    font-size: 16px;
}
.home-2-testimonial-section .arrow {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.home-2-testimonial-section .arrow a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-secondary);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.home-2-testimonial-section .arrow a:hover {
    background: var(--e-global-color-accent);
}
.home-2-testimonial-section .arrow a.carousel-control-prev {
    left: -70px;
}
.home-2-testimonial-section .arrow a.carousel-control-next {
    right: -70px;
}
.home-2-testimonial-section .arrow a span {
    width: 14px;
}
/* Home 2 Blog Section */
.home-2-blog-section .blog-box{
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}
.home-2-blog-section .blog-label {
    top: 10px;
    right: 10px;
    position: absolute;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 9px 5px 10px;
    line-height: 14px;
}
.home-2-blog-section .blog-box figure img{
    width: 100%;
    height: 273px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;

    transition: all 0.5s ease-in-out;
}
.home-2-blog-section .blog-box:hover figure img{
    transform: translateY(-8px);
}
.home-2-blog-section .blog-box-content {
    z-index: 1;
    width: 91.53%;
    margin-top: -40px;
    position: relative;
    padding: 29px 30px 27px;
    background: var(--e-global-color-white);
    box-shadow: 0 10px 40px 0 rgb(0,0,0,0.05);
    border-radius: 0 10px 10px 10px;
}
.home-2-blog-section .date{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
    color: var(--e-global-color-text);
}
.home-2-blog-section .blog-box-content h5 {
    position: relative;
    padding-left: 21px;
    border-left: 2px solid var(--e-global-color-secondary);
}
.home-2-blog-section .blog-box-content h5:hover{
    color: var(--e-global-color-secondary);
}
/* Home 3 Services Section */
.home-3-service-section .home-1-service-section-inner {
    grid-template-columns: repeat(3,1fr);
    gap: 30px !important;
}
.home-3-service-section .service-box {
    padding: 50px 40px 38px;
    border: 1px solid rgba(48,131,255,0.2);
}
.home-3-service-section .service-box .learn_more {
    color: var(--e-global-color-secondary);
}
.home-3-service-section .service-box:hover {
    background: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
.home-3-service-section .service-box:hover * {
    color: var(--e-global-color-white) !important;
}
.home-3-service-section .service-box:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(1000%) contrast(100%);
}
/* Home 3 Testimonial Section */
.home-3-testimonial-section.home-2-testimonial-section .testimonial-box {
    padding: 0;
    border-radius: 20px;
}
.home-3-testimonial-section .content {
    padding: 30px 25px 30px 60px;
}
.home-3-testimonial-section.home-2-testimonial-section .testimonial-box .text {
    margin-bottom: 30px;
}
.home-3-testimonial-section.home-2-testimonial-section .testimonial-box .image {
    width: 100%;
}
.home-3-testimonial-section.home-2-testimonial-section .testimonial-box .user-img {
    width: 100%;
    margin: 0 !important;
}
.home-3-testimonial-section.home-2-testimonial-section .testimonial-box .user-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}
.home-3-testimonial-section .arrow a {
    width: 53px;
    height: 53px;
}
.home-3-testimonial-section .arrow a.carousel-control-prev {
    left: -92px;
}
.home-3-testimonial-section .arrow a.carousel-control-next {
    right: -92px;
}
.home-3-testimonial-section .arrow a span {
    width: 16px;
}





/* Responsive Css */
@media (max-width: 1499px) {
}
@media (max-width: 1366px) {
    .home-1-service-section .service-box .icon { margin-bottom: 25px !important; }
    .home-1-service-section .service-box h5 { margin-bottom: 18px; }
    .testimonial-con .testimonial-box p {font-size: 18px; margin-bottom: 25px; }
    .testimonial-con .testimonial-box .lower_content { margin-bottom: 25px; }
    .home-2-service-section .service-box p { margin-bottom: 14px; }
    .team-con .team-box { padding: 15px 15px 35px; }
    .team-con .team-box figure { margin-bottom: 30px !important;}
    .home-2-testimonial-section .testimonial-box { gap: 80px; }
    .home-2-testimonial-section .testimonial-box .text { margin-bottom: 40px; }
    .home-2-testimonial-section .arrow { padding-top: 30px; }
    .home-2-testimonial-section .arrow a { position: relative; top: auto; transform: translateY(0); bottom: 0px; }
    .home-2-testimonial-section .arrow a.carousel-control-prev { left: 0; }
    .home-2-testimonial-section .arrow a.carousel-control-next { right: 0; }
    .home-3-service-section .service-box { padding: 40px 35px 35px; }
    .home-3-testimonial-section .arrow a { width: 45px; height: 45px; }
    .home-3-testimonial-section .arrow a span { width: 14px; }
}
@media (max-width: 1199px) {
    .article-con .article-box figure {margin-bottom: 15px !important;}
    .article-con .article-box figure img { height: 233px; }
    .article-con .article-box .box-content { padding-right: 15px; }
    .article-con .article-box .box-content .span_wrapper {margin-bottom: 7px;}
    .article-con .article-box .box-content h4 {margin-bottom: 10px;}
    .home-2-blog-section .blog-box figure img { height: 228px; }
    .home-2-blog-section .blog-box-content { width: 96.53%; padding: 26px 30px 24px; }
}
@media (max-width: 1024px) {
    .search-form-header div#searchcontainer form { width: 80%; }
    li.menu-item-has-children:hover > ul.pipey-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.pipey-nav-menu--dropdown{ margin: 0px !important; width: 100% !important;  border-radius: 0px !important; }
    .pipey-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .home-1-service-section .home-1-service-section-inner { gap: 40px 30px; }
    .home-1-service-section .service-box .icon { margin-bottom: 20px !important; }
    .home-1-service-section .service-box .icon img { height: 55px; }
    .home-1-service-section .service-box h5 { margin-bottom: 12px; }
    .home-1-service-section .service-box p { font-size: 14px; }
    .home-1-case-study-section .box { grid-template-columns: repeat(2,1fr); }
    .home-1-case-study-section .case-study-box .case-study-image img { height: 300px; }
    .testimonial-con .testimonial-box p {font-size: 16px; margin-bottom: 20px; }
    .testimonial-con .testimonial-box .lower_content { margin-bottom: 20px; }
    .testimonial-con .arrow a { width: 45px; height: 45px; }
    .testimonial-con .testimonial-box .review { font-size: 14px; }
    .home-2-service-section .home-1-service-section-inner { gap: 20px; }
    .home-2-service-section .service-box { padding: 30px 20px 25px 20px; }
    .home-2-service-section .service-box .icon img { height: auto; }
    .home-2-service-section .service-box p { margin-bottom: 12px; }
    .team-con .team-box { padding: 15px 15px 25px; }
    .team-con .team-box figure { margin-bottom: 20px !important; }
    .team-con .team-box h5 { margin-bottom: 2px;}
    .team-con .team-box span {font-size: 14px; margin-bottom: 10px;}
    .home-2-testimonial-section .testimonial-box { padding: 35px; gap: 35px; }
    .home-2-testimonial-section .testimonial-box .user-img img { height: 200px; }
    .home-2-testimonial-section .testimonial-box .quote-img { right: -15px; }
    .home-2-testimonial-section .testimonial-box .quote-img img { width: 65px; }
    .home-2-testimonial-section .testimonial-box .text { margin-bottom: 20px; }
    .home-2-testimonial-section .testimonial-box .designation { font-size: 14px; }
    .home-3-testimonial-section .content { padding: 30px 0px 30px 30px; }
    .home-3-testimonial-section.home-2-testimonial-section .testimonial-box .text { margin-bottom: 20px; }
}
@media (max-width: 991px) {
    li.menu-item-has-children:hover > ul.pipey-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.pipey-nav-menu--dropdown{ margin: 0px !important; width: 100% !important; border-radius: 0px !important; }
    .pipey-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .home-2-blog-section .blog-label { font-size: 12px; }
    .home-2-blog-section .date { font-size: 12px; line-height: 12px; }
    .home-2-blog-section .blog-box-content { width: 96.53%; padding: 22px 15px 22px; }
    .home-2-blog-section .blog-box-content h5 { padding-left: 12px; }
}
@media (max-width: 767px) {
    .search-form-header div#searchcontainer form { width: 90%; }
    .pipey-nav-menu--dropdown-mobile .pipey-custom-nav-main { display: none; }
    .home-1-service-section .home-1-service-section-inner { gap: 30px; }
    .home-1-service-section .service-box { text-align: center; }
    .home-1-service-section .service-box .icon img { height: 50px; }
    .home-1-service-section .service-box p { padding: 0 15px; }
    .home-1-case-study-section .case-study-box .case-study-image img { height: 250px; }
    .testimonial-con .testimonial-box p {font-size: 14px; margin-bottom: 15px; }
    .testimonial-con .testimonial-box .lower_content { margin-bottom: 15px; }
    .testimonial-con .arrow a { width: 40px; height: 40px; }
    .testimonial-con .arrow a span { width: 12px; }
    .testimonial-con .arrow { gap: 5px; }
    .article-con .article-box figure {margin-bottom: 10px !important;}
    .article-con .article-box figure img { height: 200px; }
    .article-con .article-box .box-content .span_wrapper {margin-bottom: 7px;}
    .article-con .article-box .box-content h5 { margin-bottom: 4px; }
    .article-con .article-box .box-content .span_wrapper span {font-size: 12px; line-height: 12px;}
    .article-con .article-box .box-content p { font-size: 14px; }
    .home-2-service-section .home-1-service-section-inner { gap: 30px; }
    .home-2-service-section .service-box { padding: 30px 30px 25px 30px; }
    .home-2-service-section .service-box .icon img { height: auto; }
    .home-2-service-section .service-box p { margin-bottom: 10px; padding: 0; }
    .team-con .team-box { padding: 15px 15px 25px; }
    .team-con .team-box h5 { margin-bottom: 2px;}
    .team-con .team-box li {margin: 0 2px;}
    .team-con .team-box span {margin-bottom: 7px;}
    .team-con .team-box i { font-size: 12px;}
    .home-2-testimonial-section .testimonial-box { padding: 30px; display: block; text-align: center; }
    .home-2-testimonial-section .testimonial-box .image { width: 185px; margin: 0 auto; }
    .home-2-testimonial-section .testimonial-box .user-img { width: 185px; margin: 0 auto 20px !important; }
    .home-2-testimonial-section .testimonial-box .user-img img { height: 170px; }
    .home-2-testimonial-section .testimonial-box .quote-img { right: -20px; }
    .home-2-testimonial-section .testimonial-box .quote-img img { width: 40px; }
    .home-2-testimonial-section .testimonial-box .text { margin-bottom: 15px; }
    .home-2-testimonial-section .arrow { gap: 5px; }
    .home-2-testimonial-section .testimonial-box .arrow a span { width: 12px; }
    .home-2-blog-section .blog-box figure img { height: 200px; }
    .home-2-blog-section .blog-box-content { width: 91.53%; padding: 25px 25px 25px; }
    .home-3-service-section .home-1-service-section-inner { grid-template-columns: repeat(2,1fr); }
    .home-3-testimonial-section .content { padding: 30px 20px; }
    .home-3-testimonial-section.home-2-testimonial-section .testimonial-box .text { margin-bottom: 15px; }
    .home-3-testimonial-section.home-2-testimonial-section .testimonial-box .user-img img { border-radius: 0 0 20px 20px; }
    .home-3-testimonial-section .arrow a { width: 40px; height: 40px; }
}
@media (max-width: 575px) {
    .pipey-nav-menu--stretch .pipey-nav-menu__container.pipey-nav-menu--dropdown { width: 93%; }
    .home-1-service-section .home-1-service-section-inner { grid-template-columns: repeat(1,1fr); }
    .home-1-service-section .service-box .icon img { width: 50px; height: auto; }
    .home-1-case-study-section .box { grid-template-columns: repeat(1,1fr); }
    .article-con .article-box figure img { height: 250px; }
    .article-con .article-box .box-content { padding-right: 0; }
    .home-2-service-section .service-box .icon img { width: auto; }
    .home-2-blog-section .blog-box figure img { height: 250px; }
}
@media (min-width: 768px) {
    .pipey-nav-menu--dropdown-mobile .elementor-menu-toggle, .pipey-nav-menu--dropdown-mobile .pipey-nav-menu--dropdown { display: none; }
    .pipey-nav-menu--dropdown-mobile nav.pipey-nav-menu--dropdown.pipey-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 0) {
    .pipey-nav-menu--dropdown-mobile_extra .pipey-custom-nav-main { display: none; }
    .pipey-nav-menu--dropdown-tablet_extra .pipey-custom-nav-main { display: none; }
}
@media (min-width: 0) {
    .pipey-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .pipey-nav-menu--dropdown-mobile_extra .pipey-nav-menu--dropdown { display: none; }
    .pipey-nav-menu--dropdown-mobile_extra nav.pipey-nav-menu--dropdown.pipey-nav-menu__container { overflow-y: hidden;}
    .pipey-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .pipey-nav-menu--dropdown-tablet_extra .pipey-nav-menu--dropdown { display: none; }
    .pipey-nav-menu--dropdown-tablet_extra nav.pipey-nav-menu--dropdown.pipey-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 1024px) {
    .pipey-nav-menu--dropdown-tablet .pipey-custom-nav-main { display: none; }
}
@media (min-width: 1025px) {
    .pipey-nav-menu--dropdown-tablet .elementor-menu-toggle, .pipey-nav-menu--dropdown-tablet .pipey-nav-menu--dropdown { display: none; }
    .pipey-nav-menu--dropdown-tablet nav.pipey-nav-menu--dropdown.pipey-nav-menu__container { overflow-y: hidden; }
}
@keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}