/*Cart CSS*/
.seaquest-cart-btn a {
    position: relative;
    display: inline-block;
  }
  .seaquest-nav-menu--dropdown-mobile.seaquest-nav-menu--stretch{
    position: unset;
  }
  .navbar-area .navbar-area-2 .seaquest-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;
  }
  .seaquest-cart-btn span.seaquest-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;
  }
  .seaquest-cart-btn .btn .badge{
    position: absolute !important;
  }
  .seaquest-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;
}
.seaquest-custom-nav-main .seaquest-nav-menu a {
    transition: 0.4s;
}
.seaquest-custom-nav-main .seaquest-nav-menu a,
.seaquest-custom-nav-main .seaquest-nav-menu a.highlighted,
.seaquest-custom-nav-main .seaquest-nav-menu a:focus,
.seaquest-custom-nav-main .seaquest-nav-menu a:hover {
    padding: 13px 20px;
}
.seaquest-custom-nav-main .seaquest-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.seaquest-custom-nav-main .seaquest-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b;
}
.seaquest-custom-nav-main .seaquest-nav-menu ul {
    position: absolute;
    width: 14em;
    border-width: 0;
    border-style: solid;
    padding: 0;
}
.seaquest-custom-nav-main .seaquest-nav-menu span.scroll-down,
.seaquest-custom-nav-main .seaquest-nav-menu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.seaquest-custom-nav-main .seaquest-nav-menu span.scroll-down-arrow,
.seaquest-custom-nav-main .seaquest-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;
}
.seaquest-custom-nav-main .seaquest-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #33373d transparent transparent;
}
.seaquest-custom-nav-main .seaquest-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.seaquest-custom-nav-main .seaquest-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg);
}
.seaquest-custom-nav-main .seaquest-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
.seaquest-nav-menu--layout-horizontal {
    display: flex;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu {
    display: flex;
    flex-wrap: wrap;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu a {
    white-space: pre-wrap;
    flex-grow: 1;
    text-align: left;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li {
    display: flex;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li > .scroll-down,
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li ul {
    top: 100% !important;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li:not(:first-child) > a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li:not(:first-child) > .scroll-down,
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li:not(:first-child) > .scroll-up,
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li:not(:first-child) > ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li:not(:last-child) > a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.seaquest-nav-menu--layout-horizontal .seaquest-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;
}
.seaquest-nav-menu__align-right .seaquest-nav-menu {
    margin-left: auto;
    justify-content: flex-end;
}
.seaquest-nav-menu__align-right .seaquest-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.seaquest-nav-menu__align-left .seaquest-nav-menu {
    margin-right: auto;
    justify-content: flex-start;
}
.seaquest-nav-menu__align-left .seaquest-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.seaquest-nav-menu__align-start .seaquest-nav-menu {
    margin-inline-end: auto;
    justify-content: flex-start;
}
.seaquest-nav-menu__align-start .seaquest-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.seaquest-nav-menu__align-end .seaquest-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end;
}
.seaquest-nav-menu__align-end .seaquest-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.seaquest-nav-menu__align-center .seaquest-nav-menu {
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
}
.seaquest-nav-menu__align-center .seaquest-nav-menu--layout-vertical > ul > li > a {
    justify-content: center;
}
.seaquest-nav-menu__align-justify .seaquest-nav-menu--layout-horizontal .seaquest-nav-menu {
    width: 100%;
}
.seaquest-nav-menu__align-justify .seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li {
    flex-grow: 1;
}
.seaquest-nav-menu__align-justify .seaquest-nav-menu--layout-horizontal .seaquest-nav-menu > li > a {
    justify-content: center;
}
.elementor-widget-nav-menu:not(.seaquest-nav-menu--toggle) .elementor-menu-toggle {
    display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
    display: flex;
    flex-direction: column;
}
.seaquest-nav-menu {
    position: relative;
    z-index: 2;
}
.seaquest-nav-menu:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.seaquest-nav-menu,
.seaquest-nav-menu li,
.seaquest-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.seaquest-nav-menu ul {
    display: none;
}
.seaquest-nav-menu a,
.seaquest-nav-menu li {
    position: relative;
}
.seaquest-nav-menu li {
    border-width: 0;
}
.seaquest-nav-menu a {
    display: flex;
    align-items: center;
}
.seaquest-nav-menu a,
.seaquest-nav-menu a:focus,
.seaquest-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px;
}
.seaquest-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.seaquest-nav-menu a.disabled {
    cursor: not-allowed;
    color: #88909b;
}
.seaquest-nav-menu .e-plus-icon:before {
    content: "+";
}
.seaquest-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;
}
.seaquest-nav-menu .sub-arrow i {
    pointer-events: none;
}
.seaquest-nav-menu .sub-arrow .fa.fa-chevron-down,
.seaquest-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: 0.7em;
}
.seaquest-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em;
}
.seaquest-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 0.7em;
    width: 0.7em;
}
.seaquest-nav-menu--dropdown .elementor-item.elementor-item-active,
.seaquest-nav-menu--dropdown .elementor-item.highlighted,
.seaquest-nav-menu--dropdown .elementor-item:focus,
.seaquest-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;
}
.seaquest-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
}
.seaquest-nav-menu--dropdown-none .elementor-menu-toggle,
.seaquest-nav-menu--dropdown-none .seaquest-nav-menu--dropdown {
    display: none;
}
.seaquest-nav-menu--dropdown.seaquest-nav-menu__container {
    margin-top: 10px !important;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden;
}
.seaquest-nav-menu--dropdown.seaquest-nav-menu__container .elementor-sub-item {
    font-size: 0.85em;
}
.seaquest-nav-menu--dropdown a {
    color: #33373d;
}
.seaquest-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff;
}
.seaquest-nav-menu--dropdown a.disabled {
    color: #b3b3b3;
}
ul.seaquest-nav-menu--dropdown a,
ul.seaquest-nav-menu--dropdown a:focus,
ul.seaquest-nav-menu--dropdown a:hover {
    text-shadow: none;
}
.seaquest-nav-menu__text-align-center .seaquest-nav-menu--dropdown .seaquest-nav-menu a {
    justify-content: center;
}
.seaquest-nav-menu--toggle {
    --menu-height: 100vh;
}
.seaquest-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .seaquest-nav-menu__container {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
}
.seaquest-nav-menu--toggle .elementor-menu-toggle.elementor-active + .seaquest-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll 0.3s backwards;
}
.seaquest-nav-menu--stretch .seaquest-nav-menu__container.seaquest-nav-menu--dropdown {
    position: absolute;
    z-index: 9997;
    left: 0;
    padding: 0 20px;
    width: 96%;
}
.seaquest-nav-menu--dropdown-mobile.seaquest-nav-menu--stretch,
.seaquest-nav-menu--dropdown-tablet.seaquest-nav-menu--stretch{
    position: unset;
  }

.seaquest-custom-nav--main ul li.menu-item-has-children ul.sub-menu.seaquest-nav-menu--dropdown li.menu-item-has-children a,
.seaquest-custom-nav--main ul li.menu-item-has-children ul.sub-menu.seaquest-nav-menu--dropdown li.menu-item-has-children ul.sub-menu.seaquest-nav-menu--dropdown li.menu-item-has-children a{
    justify-content: space-between;
}
/* Home 1 Team Section */
.team-con .team-box {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.team-con .team-box figure { 
    width: 314px;
    height: 314px;
    margin: 0 auto 37px !important;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.team-con .team-box figure img {
    width: 314px;
    height: 314px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box:hover figure img {
    transform: scale(1.1);
}
.team-con .team-box h5 {
    margin-bottom: 0;
}
.team-con .team-box span {
    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: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    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-very-dark-blue);
}
/* Home 1 Services Section */
.service-con .service-box {
    padding: 50px 40px 42px;
    text-align: center;
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover {
    border: 1px solid var(--e-global-color-accent);
    box-shadow: 3px 2px 42px 2px rgb(56 225 197 / 16%);
}
.service-con .service-box .icon {
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px !important;
    text-align: center;
    border-radius: 100%;
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.service-con .service-box h5 {
    margin-bottom: 10px;
}
.service-con .service-box p {
    margin-bottom: 22px;
}
.service-con .service-box .learn_more {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    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: 6px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-accent);
}
.service-con .service-box .learn_more:hover {
    color: var(--e-global-color-primary);
}
.service-con .service-box .learn_more:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-primary);
}
.service-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 47px;
    text-align: center;
}
.service-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d2e1eb;
    display: block;
    border-radius: 100px;
}
.service-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.service-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.service-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.service-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 1 Testimonial Slider */
.testimonial-con .carousel-inner{
    width: 780px;
    margin: 0 auto;
}
.testimonial-con .testimonial-box ul {
    margin-bottom: 18px;
}
.testimonial-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-light-yellow);
}
.testimonial-con .testimonial-box p{
    font-size: 20px;
    margin-bottom: 28px;
    color: var(--e-global-color-text);
}
.testimonial-con .testimonial-box .lower_content{
    margin-bottom: 44px;
}
.testimonial-con .testimonial-box .name{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-family: "Teko", sans-serif;
}
.testimonial-con .testimonial-box .review{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.testimonial-con .carousel-indicators {
    margin: 0;
}
.testimonial-con .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
    text-indent: 1px;
    margin: 0 10px;
}
.testimonial-con .carousel-indicators li figure {
    border-radius: 100%;
    position: relative;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.testimonial-con .carousel-indicators li img {
    border-radius: 100%;
    width: 60px;
}
.testimonial-con .carousel-indicators .active figure {
    border: 1px solid var(--e-global-color-accent);
}
/* Home 1 Activities Section */
.activity-con .image{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.activity-con .image .activity-content{
    display: none;
}
.activity-con .owl-carousel .item .outer_div{
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    transition: all 0.3s ease-in-out;
    padding: 0 50px;
}
.activity-con .owl-carousel .item .activity-content h4{
    margin-bottom: 6px;
}
.activity-con .owl-carousel .item .activity-content p {
    font-weight: 500;
}
.activity-con .owl-carousel .owl-item.center .item .activity-content{
    display: block;
    transition: all 0.3s ease-in-out;
}
.activity-con .owl-carousel .item .activity-image {
    position: relative;
}
.activity-con .owl-carousel .item .activity-image img{
    height: 290px;
    object-fit: cover;
    object-position: center;
}
.activity-con .owl-carousel .owl-item.center .activity-image::after {
    content: "";
    bottom: 0;
    left: 0;
    opacity: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/activity-imagefade.png);
}
.activity-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 47px;
    text-align: center;
}
.activity-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d2e1eb;
    display: block;
    border-radius: 100px;
}
.activity-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.activity-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.activity-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.activity-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 2 Blog Section */
.article-con .article-box {
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}
.article-con .article-box .box-content {
    padding-right: 15px;
}
.article-con .article-box .box-content .span_wrapper {
    margin-bottom: 12px;
}
.article-con .article-box .box-content .span_wrapper span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-accent);
}
.article-con .article-box .box-content .span_wrapper .dash {
    padding-left: 4px;
}
.article-con .article-box .box-content h5 {
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.article-con .article-box h5:hover {
    color: var(--e-global-color-accent);
}
.article-con .article-box .box-content p {
    color: var(--e-global-color-text);
}
.article-con .article-box figure {
    margin-bottom: 22px !important;
    overflow: hidden;
    background-color: var(--e-global-color-black);
}
.article-con .article-box figure img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 281px;
    object-fit: cover;
    object-position: center;
}
.article-con .article-box:hover figure img {
    transform: scale(1.1);
    opacity: 70%;
}
/* Home 2 Services Section */
.service2-con .service-box .image{
    overflow: hidden;
    background-color: var(--e-global-color-black);
    transition: all 0.3s ease-in-out;
}
.service2-con .service-box .image img{
    width: 100% !important;
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
.service2-con .service-box:hover .image img {
    opacity: 70%;
    transform: scale(1.1);
}
.service2-con .service-box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -45px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    background-color: var(--e-global-color-accent);
    left: 0;
    right: 0;
    margin: 0 auto !important;
    transition: all 0.3s ease-in-out;
}
.service2-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.service2-con .lower_portion {
    padding: 82px 40px 38px;
    text-align: center;
    background-color: var(--e-global-color-white);
}
.service2-con .service-box h5 {
    margin-bottom: 10px;
}
.service2-con .service-box p {
    margin-bottom: 17px;
}
.service2-con .service-box .learn_more {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service2-con .service-box .learn_more i {
    font-size: 12px;
    margin-left: 6px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-accent);
}
.service2-con .service-box .learn_more:hover {
    color: var(--e-global-color-primary);
}
.service2-con .service-box .learn_more:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-primary);
}
.service2-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 47px;
    text-align: center;
}
.service2-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d2e1eb;
    display: block;
    border-radius: 100px;
}
.service2-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.service2-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.service2-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.service2-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 2 Testimonial Section */
.testimonial2-con .testimonial-box {
    padding: 45px 40px 40px;
    background-color: var(--e-global-color-white);
}
.testimonial2-con .testimonial-box ul {
    margin-bottom: 14px;
}
.testimonial2-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial2-con .testimonial-box ul li i {
    font-size: 13px;
    color: var(--e-global-color-bright-yellow);
}
.testimonial2-con .testimonial-box .text {
    margin-bottom: 35px;
}
.testimonial2-con .testimonial-box .user-img {
    float: left;
    margin-right: 17px !important;
    margin-top: -6px !important;
}
.testimonial2-con .testimonial-box .user-img img{
    width: 56px !important;
    border-radius: 100%;
}
.testimonial2-con .testimonial-box .designation-outer {
    padding-top: 2px;
    display: inline-block;
}
.testimonial2-con .testimonial-box .name {
    font-weight: 600;
    margin-bottom: -5px;
    color: var(--e-global-color-primary);
}
.testimonial2-con .testimonial-box .position {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.testimonial2-con .testimonial-box .quote-img {
    top: 0;
    right: -5px;
}
.testimonial2-con .testimonial-box .quote-img img {
    opacity: 20%;
}
.testimonial2-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 57px;
    text-align: center;
}
.testimonial2-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d2e1eb;
    display: block;
    border-radius: 100px;
}
.testimonial2-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.testimonial2-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.testimonial2-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.testimonial2-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 3 Testimonial Section */
.testimonial3-con .testimonial-box {
    padding: 50px 30px 45px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 3px 50px 3px rgb(235 247 255 / 71%) inset;
}
.testimonial3-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 17px !important;
}
.testimonial3-con .testimonial-box p {
    margin-bottom: 24px;
}
.testimonial3-con .review-content {
    padding-left: 15px;
    display: flex;
}
.testimonial3-con .review-content .testimonial-personimage {
    position: relative;
    left: -15px;
}
.testimonial3-con .review-content .testimonial-personimage img {
    width: 54px !important;
    border-radius: 100px;
}
.testimonial3-con .testimonial-box ul {
    line-height: 0;
    margin-bottom: 10px;
    padding-top: 4px;
}
.testimonial3-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial3-con .testimonial-box ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-bright-yellow);
}
.testimonial3-con .review-content .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    color: var(--e-global-color-primary);
}
.testimonial3-con .review-content .review {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.testimonial3-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 57px;
    text-align: center;
}
.testimonial3-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d2e1eb;
    display: block;
    border-radius: 100px;
}
.testimonial3-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}
.testimonial3-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: var(--e-global-color-accent);
}
.testimonial3-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.testimonial3-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
/* Home 3 Activties Section */
.activity3-con .activity_wrapper {
    margin-bottom: 30px;
}
.activity3-con .activity-image {
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-accent);
    cursor: pointer;
}
.activity3-con .activity-image img {
    height: 270px;
    object-fit: cover;
    object-position: center;
}
.activity3-con .activity_wrapper:hover .activity-image img{
    opacity: 40%;
}
.activity3-con .activity-plus {
    display: none;
    transition: all 0.3s ease-in-out;
}
.activity3-con .activity-plus img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.activity3-con .activity_wrapper:hover .activity-plus{
    display: block;
}
/* Home 3 Activity Modal */
.project_modal .fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.project_modal .fade.show {
    opacity: 1;
    background-color: transparent;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transform: translate(0,-25%);
}
.project_modal .modal-dialog {
    max-width: 50%;
    position: relative;
    width: auto;
    pointer-events: none;
}
.project_modal .modal.show .modal-dialog {
    transform: translate(0,0);
}
.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.project_modal .modal-content {
    background-color: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    border-radius: 0;
    border: none;
}
.project_modal .modal-header {
    border-bottom: none;
}
.project_modal .btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}
.project_modal .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.project_modal .modal-header button {
    background: var(--e-global-color-accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}
.project_modal .btn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.project_modal button.btn-close {
    border: 0;
    -webkit-appearance: none;
}
.project_modal button {
    text-transform: none;
    overflow: visible;
}
.project_modal .modal-header button i {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}
.project_modal .fa-x:before {
    content: "\58";
}
.project_modal .blog-model-con .modal-body {
    overflow-y: auto;
    padding-top: 0;
}
.project_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.project_modal .modal-body .blog-box-item {
    display: grid;
    align-items: center;
    border-radius: 0;
}
.project_modal .blog-box-item {
    background: var(--e-global-color-white);
    overflow: hidden;
}
.project_modal .modal-body .blog-img figure {
    position: relative;
}
.project_modal .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.project_modal .modal-content .project_content{
    padding: 40px 0 30px 0;
}
.project_modal .modal-content .project_content h4{
    margin-bottom: 12px;
    color: var(--e-global-color-primary);
}
.project_modal .modal-content .project_content .text{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
}
.project_modal .modal-content .project_content ul{
    padding-left: 16px;
    margin-bottom: 20px;
}
.project_modal .modal-content .project_content ul li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
    color: var(--e-global-color-text);
}
.project_modal .modal-content .project_content ul li:last-child {
    padding-bottom: 0;
}
.project_modal .modal-content .project_content ul li::marker {
    color: var(--e-global-color-accent);
    font-size: 16px;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 5px;
}
.project_modal .modal-content .project_content .all_button{
    text-transform: uppercase;
    padding: 20px 30px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 100px;
    display: inline-block;
}
.project_modal .modal-content .project_content .all_button i {
    font-size: 12px;
    line-height: 15px;
    margin-left: 14px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}
.project_modal .modal-content .project_content .all_button:hover {
    background: var(--e-global-color-very-dark-blue);
}





/* Responsive Css */
@media (max-width: 1499px) {
}
@media (max-width: 1366px) {
    .testimonial-con .testimonial-box p {font-size: 18px; }
    .activity-con .owl-carousel .item .activity-image img { height: 205px; }
    .activity-con .owl-carousel .item .outer_div { padding: 0 25px; }
    .testimonial2-con .owl-carousel .owl-dots {margin-top: 47px }
    .project_modal .modal-dialog {max-width: 60%;}
}
@media (max-width: 1199px) {
    .team-con .team-box figure { width: 90%; height: 100%; margin-bottom: 30px !important;}
    .team-con .team-box figure img {width: 100%; height: 100%;}
    .team-con .team-box h5 {margin-bottom: 5px;}
    .team-con .team-box span {margin-bottom: 15px;}
    .team-con .team-box i {font-size: 14px; height: 40px; width: 40px; line-height: 40px;}
    .service-con .service-box {padding: 40px 30px 30px;}
    .service-con .service-box .icon {width: 100px; height: 100px; margin-bottom: 20px !important;}
    .service-con .service-box .icon img {width: 55px; }
    .service-con .service-box h5 {margin-bottom: 5px;}
    .service-con .service-box p {margin-bottom: 15px;}
    .service-con .owl-carousel .owl-dots { margin-top: 35px; }
    .testimonial-con .testimonial-box ul {margin-bottom: 10px;}
    .testimonial-con .testimonial-box p {margin-bottom: 20px;}
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 35px;}
    .testimonial-con .carousel-indicators li {margin: 0 6px;}
    .testimonial-con .carousel-indicators li figure {width: 70px; height: 70px; }
    .testimonial-con .carousel-indicators li img {width: 55px;}
    .activity-con .owl-carousel .item .image .activity-content h4 {margin-bottom: 4px;}
    .activity-con .owl-carousel .owl-dots { margin-top: 35px; }
    .article-con .article-box figure {margin-bottom: 15px !important;}
    .article-con .article-box figure img { height: 233px; }
    .article-con .article-box .box-content .span_wrapper {margin-bottom: 7px;}
    .article-con .article-box .box-content h5 {margin-bottom: 7px;}
    .service2-con .service-box .image img { height: 200px; }
    .service2-con .service-box .icon {width: 90px; height: 90px; }
    .service2-con .lower_portion {padding: 70px 30px 25px;}
    .service2-con .service-box h5 {margin-bottom: 5px;}
    .service2-con .service-box p { margin-bottom: 15px;}
    .service2-con .owl-carousel .owl-dots {margin-top: 35px }
    .testimonial2-con .testimonial-box {padding: 35px 35px 40px;}
    .testimonial2-con .testimonial-box ul {margin-bottom: 10px;}
    .testimonial2-con .testimonial-box .text {margin-bottom: 25px;}
    .testimonial2-con .testimonial-box .name { margin-bottom: -2px; }
    .testimonial2-con .owl-carousel .owl-dots {margin-top: 35px }
    .testimonial3-con .testimonial-box {padding: 35px 30px 30px;}
    .testimonial3-con .testimonial-box .testimonial-quoteimage {margin-bottom: 15px !important;}
    .testimonial3-con .testimonial-box p { margin-bottom: 18px;}
    .testimonial3-con .testimonial-box ul {padding: 0; margin-bottom: 6px;}
    .testimonial3-con .owl-carousel .owl-dots {margin-top: 35px }
    .activity3-con .activity-image img { height: 230px; }
    .project_content { padding: 25px 0 20px 0; }
    .project_modal .modal-dialog { max-width: 70%; }
    .project_modal .modal-header {padding: 15px;}
    .project_modal .modal-header button {right: 2px; top: 3px; width: 40px; height: 40px;}
    .project_modal .modal-header button i {font-size: 16px; line-height: 16px;}
    .project_modal .modal-body {padding-left: 24px; padding-right: 24px;}
    .project_modal .modal-content .project_content { padding: 30px 0 20px 0; }
    .project_modal .modal-content .project_content h4 { margin-bottom: 10px; }
}
@media (max-width: 1024px) {
    .search-form-header div#searchcontainer form { width: 80%; }
    li.menu-item-has-children:hover > ul.seaquest-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.seaquest-nav-menu--dropdown{ margin: 0px !important; width: 100% !important;  border-radius: 0px !important; }
    .seaquest-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .testimonial-con .testimonial-box p {font-size: 16px; }
    .testimonial-con .carousel-inner {width: 100%; }
    .activity-con .owl-carousel .item .activity-image img { height: 190px; }
    .project_modal .modal-content .project_content .all_button { padding: 17px 25px; }
}
@media (max-width: 991px) {
    li.menu-item-has-children:hover > ul.seaquest-nav-menu--dropdown{ position: relative !important; }
    .sub-menu.seaquest-nav-menu--dropdown{ margin: 0px !important; width: 100% !important; border-radius: 0px !important; }
    .seaquest-nav-menu--dropdown { width: 96%; margin: 0 auto !important; right: 0; padding: 0px !important; }
    .team-con .team-box figure { margin-bottom: 20px !important; }
    .team-con .team-box h5 { margin-bottom: 2px;}
    .team-con .team-box span {margin-bottom: 10px;}
    .team-con .team-box i {height: 35px; width: 35px; line-height: 35px;}
    .service-con .service-box {text-align: center;}
    .service-con .service-box .icon {width: 90px; height: 90px; margin-bottom: 15px !important;}
    .service-con .service-box .icon img {width: 50px; }
    .service-con .service-box h5 {margin-bottom: 4px;}
    .service-con .service-box p {margin-bottom: 12px;}
    .service-con .owl-carousel .owl-dots { margin-top: 30px; }
    .testimonial-con .testimonial-box ul {margin-bottom: 4px;}
    .testimonial-con .testimonial-box ul li i {font-size: 14px; line-height: 14px;}
    .testimonial-con .testimonial-box p {margin-bottom: 15px; }
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 30px;}
    .testimonial-con .testimonial-box .name {font-size: 20px; line-height: 22px; margin-bottom: 0;}
    .activity-con .owl-carousel .item .activity-image img { height: 210px; }
    .activity-con .owl-carousel .owl-dots { margin-top: 30px; }
    .article-con .article-box .box-content .span_wrapper span {font-size: 14px; line-height: 14px;}
    .service2-con .service-box .image img { height: 225px; }
    .service2-con .service-box .icon {width: 80px; height: 80px; bottom: -40px;}
    .service2-con .service-box .icon img {width: 45px; }
    .service2-con .service-box .image img { height: 200px; }
    .service2-con .lower_portion {padding: 65px 30px 25px;}
    .service2-con .service-box h5 {margin-bottom: 4px;}
    .service2-con .service-box p {margin-bottom: 12px;}
    .service2-con .owl-carousel .owl-dots {margin-top: 30px; }
    .testimonial2-con .testimonial-box {padding: 25px 30px 30px;}
    .testimonial2-con .testimonial-box ul {margin-bottom: 8px;}
    .testimonial2-con .testimonial-box ul li i {font-size: 12px;}
    .testimonial2-con .testimonial-box .text { margin-bottom: 20px;}
    .testimonial2-con .testimonial-box .quote-img {right: 0;}
    .testimonial2-con .testimonial-box .quote-img img {width: 48px;}
    .testimonial2-con .testimonial-box .user-img img {width: 50px !important;}
    .testimonial2-con .testimonial-box .position {font-size: 14px; line-height: 14px;}
    .testimonial2-con .owl-carousel .owl-dots {margin-top: 30px; }
    .testimonial3-con .testimonial-box {padding: 25px 30px 20px;}
    .testimonial3-con .testimonial-box .testimonial-quoteimage {margin-bottom: 12px !important;}
    .testimonial3-con .testimonial-box p {  margin-bottom: 12px;}
    .testimonial3-con .review-content .testimonial-personimage img {width: 50px !important;}
    .testimonial3-con .review-content .name {font-size: 16px; line-height: 16px; margin-bottom: -2px;}
    .testimonial3-con .review-content .review {font-size: 14px; line-height: 14px;}
    .testimonial3-con .owl-carousel .owl-dots {margin-top: 30px }
    .project_modal .modal-dialog {max-width: 75%;}
    .project_modal .modal-header {padding: 12px;}
}
@media (max-width: 767px) {
    .search-form-header div#searchcontainer form { width: 90%; }
    .seaquest-nav-menu--dropdown-mobile .seaquest-custom-nav-main { display: none; }
    .team-con .team-box figure {width: 75%; margin-bottom: 15px !important;}
    .team-con .team-box h5 { margin-bottom: 0;}
    .team-con .team-box li {margin: 0 2px;}
    .team-con .team-box span {margin-bottom: 5px;}
    .team-con .team-box i {height: 30px; width: 30px; line-height: 29px; font-size: 12px;}
    .service-con .service-box {padding: 25px 20px;}
    .service-con .service-box .icon {width: 70px; height: 70px; }
    .service-con .service-box .icon img {width: 40px;}
    .service-con .service-box p {margin-bottom: 10px;}
    .service-con .service-box .learn_more {font-size: 14px; line-height: 14px;}
    .service-con .owl-carousel .owl-dots { margin-top: 25px; }
    .service-con .owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 4px; }
    .service-con .owl-carousel .owl-dots .owl-dot.active span { width: 13px; height: 13px; }
    .testimonial-con .testimonial-box ul {margin-bottom: 2px;}
    .testimonial-con .testimonial-box ul li i {font-size: 13px; line-height: 13px;}
    .testimonial-con .testimonial-box p { font-size: 14px; margin-bottom: 10px; padding: 0;}
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 25px;}
    .testimonial-con .testimonial-box .name {font-size: 18px; line-height: 22px;}
    .testimonial-con .testimonial-box .review {font-size: 14px; line-height: 20px;}
    .testimonial-con .carousel-indicators li {margin: 0 0;}
    .testimonial-con .carousel-indicators li figure {width: 58px; height: 58px; }
    .testimonial-con .carousel-indicators li img {width: 44px; }
    .activity-con .owl-carousel .item .activity-image img { height: 170px; }
    .activity-con .owl-carousel .item .image .activity-content h4 {margin-bottom: 2px;}
    .activity-con .owl-carousel .owl-dots { margin-top: 25px; }
    .activity-con .owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 4px; }
    .activity-con .owl-carousel .owl-dots .owl-dot.active span { width: 13px; height: 13px; }
    .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: 5px;}
    .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;}
    .service2-con .service-box .image img { height: 170px; }
    .service2-con .service-box .icon {width: 70px; height: 70px; bottom: -35px; }
    .service2-con .service-box .icon img {width: 40px;}
    .service2-con .lower_portion {padding: 55px 25px 20px;}
    .service2-con .service-box p {margin-bottom: 10px;}
    .service2-con .service-box .learn_more {font-size: 14px; line-height: 14px;}
    .service2-con .owl-carousel .owl-dots {margin-top: 25px }
    .service2-con .owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 4px; }
    .service2-con .owl-carousel .owl-dots .owl-dot.active span { width: 13px; height: 13px; }
    .testimonial2-con .testimonial-box {padding: 20px 20px 25px;}
    .testimonial2-con .testimonial-box .user-img { margin-right: 10px !important; }
    .testimonial2-con .testimonial-box .quote-img img {width: 42px;}
    .testimonial2-con .owl-carousel .owl-dots {margin-top: 25px }
    .testimonial2-con .owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 4px; }
    .testimonial2-con .owl-carousel .owl-dots .owl-dot.active span { width: 13px; height: 13px; }
    .testimonial3-con .testimonial-box {padding: 20px 25px 20px;}
    .testimonial3-con .testimonial-box .testimonial-quoteimage img {width: 35px;}
    .testimonial3-con .testimonial-box p {line-height: 20px; margin-bottom: 10px;}
    .testimonial3-con .review-content .testimonial-personimage img {width: 45px !important;}
    .testimonial3-con .owl-carousel .owl-dots {margin-top: 25px }
    .testimonial3-con .owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 4px; }
    .testimonial3-con .owl-carousel .owl-dots .owl-dot.active span { width: 13px; height: 13px; }
    .activity3-con .activity-image img { height: 200px; }
    .activity3-con .activity-plus img { width: 45px; }
    .project_modal .modal-dialog { max-width: 80%; }
    .project_modal .modal-content .project_content { padding: 20px 0 10px 0; }
    .project_modal .modal-header { padding: 5px; }
    .project_modal .modal-header button { right: 2px; top: 0px; width: 36px; height: 36px; }
    .project_modal .modal-header button i { font-size: 14px; line-height: 14px; }
    .project_modal .modal-content .project_content h4 { margin-bottom: 5px; }
    .project_modal .modal-content .project_content .text{ font-size: 14px; margin-bottom: 12px; }
    .project_modal .modal-content .project_content ul{  margin-bottom: 12px; }
    .project_modal .modal-content .project_content ul li { font-size: 14px; line-height: 22px; }
    .project_modal .modal-content .project_content ul li::marker { font-size: 14px; }
    .project_modal .modal-content .project_content .all_button { padding: 14px 20px; }
    .project_modal .modal-content .project_content .all_button i { margin-left: 5px; }
}
@media (max-width: 575px) {
    .seaquest-nav-menu--stretch .seaquest-nav-menu__container.seaquest-nav-menu--dropdown { width: 93%; }
    .team-con .team-box figure {width: 65%; }
    .activity-con .owl-carousel .item .activity-image img { height: 190px; }
    .article-con .article-box figure img { height: 250px; }
    .service2-con .service-box .image img { height: 200px; }
    .testimonial2-con .testimonial-box {padding: 20px 30px 25px;}
    .project_modal .modal-dialog { max-width: 90%; margin: 1.75rem auto; }
    
}
@media (min-width: 768px) {
    .seaquest-nav-menu--dropdown-mobile .elementor-menu-toggle, .seaquest-nav-menu--dropdown-mobile .seaquest-nav-menu--dropdown { display: none; }
    .seaquest-nav-menu--dropdown-mobile nav.seaquest-nav-menu--dropdown.seaquest-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 0) {
    .seaquest-nav-menu--dropdown-mobile_extra .seaquest-custom-nav-main { display: none; }
    .seaquest-nav-menu--dropdown-tablet_extra .seaquest-custom-nav-main { display: none; }
}
@media (min-width: 0) {
    .seaquest-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .seaquest-nav-menu--dropdown-mobile_extra .seaquest-nav-menu--dropdown { display: none; }
    .seaquest-nav-menu--dropdown-mobile_extra nav.seaquest-nav-menu--dropdown.seaquest-nav-menu__container { overflow-y: hidden;}
    .seaquest-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .seaquest-nav-menu--dropdown-tablet_extra .seaquest-nav-menu--dropdown { display: none; }
    .seaquest-nav-menu--dropdown-tablet_extra nav.seaquest-nav-menu--dropdown.seaquest-nav-menu__container { overflow-y: hidden; }
}
@media (max-width: 1024px) {
    .seaquest-nav-menu--dropdown-tablet .seaquest-custom-nav-main { display: none; }
}
@media (min-width: 1025px) {
    .seaquest-nav-menu--dropdown-tablet .elementor-menu-toggle, .seaquest-nav-menu--dropdown-tablet .seaquest-nav-menu--dropdown { display: none; }
    .seaquest-nav-menu--dropdown-tablet nav.seaquest-nav-menu--dropdown.seaquest-nav-menu__container { overflow-y: hidden; }
}
@keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}