/*!
Theme Name: vwav
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vwav
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vwav is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

p
{
  font-size: 16px;
  font-weight: 400;
}

.header-sec {
    position: fixed;
    top: 0;
    z-index: 9;
}
.lets-talk a {
    background: #b4e717;
    color: #000 !important;
    padding: 14px 20px !important;
    height: auto !important;
}
.lets-talk a:hover{
  background: #fff !important;
}

.lets-talk a {
    margin-left: 30px;
}



@keyframes move {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(0.5);
  }
}

.satellite img {
  animation: move 4s linear infinite;
}

.ecosystem .elementor-image-box-wrapper {
    border-radius: 10px;
    transition: 0.6s;
    margin-bottom: 40px;
}
.ecosystem .elementor-image-box-wrapper h3 {
    margin: 0px;
}
.ecosystem figure.elementor-image-box-img {
    transition: 0.6s;
    transition: 0.3s linear;
    width: 80px;
    border: 1px solid #7d7d7d;
    padding: 6px;
}
.ecosystem .elementor-image-box-wrapper:hover img {
    transform: rotateY(180deg);
    transition: 0.6s;
}
.ecosystem .elementor-image-box-wrapper:before {
    content: "";
    height: 40px;
    width: 1px;
    position: relative;
    bottom: -54px;
    display: block;
    left: 33px;
    background: #7d7d7d;
}

.ecosystem .elementor-element-a9f7195 .elementor-image-box-wrapper:before{
  content: inherit !important;
}

.mission-critical{
  overflow: hidden;
}

.mission-critical .e-con-inner img{
  transition: 0.6s;
    transition: width 0.2s linear;
  animation: grow linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 100%;
}
.mission-critical .e-con-inner:hover img{
    filter: sepia(1);
  }

@keyframes grow {
  from {
    width: 60%;
  }
  to {
    width: 100%;

  }
}
.missile{
    transition: 0.6s;
    transition: 0.3s linear;
}
.missile img{
    transition: 0.6s;
    transition: 0.3s linear;
}


.lets-together .e-con-inner {
  transition: 0.6s;
    transition: width 0.2s linear;
  animation: grow linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 100%;
}



/* Missile */
.missile {
/*  margin-top: 350px;*/
  transition: transform 2.5s ease;
}

/* 🚀 WHEN SCENE IS ON SCREEN */
.launch-area:focus-within .missile,
.launch-area:hover .missile {
  transform: translateY(-120px);
}

.launch-area:focus-within .fire,
.launch-area:hover .fire {
  opacity: 1;
  height: 220px;
}
.leadership .elementor-image-box-wrapper
{
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #262626;
    padding: 20px 0px;
    background: #0A0A0A;
}

.leadership .elementor-image-box-wrapper h3 {
    margin-bottom: 10px !important;
    margin-top: 0;
}

.leadership .elementskit-post-body .ekit-wid-con svg {
    margin-left: 6px !important;
}
.leadership .elementskit-post-image-card {
    height: 100%;
}

.footer-email .elementor-icon-box-content h3 {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}


/*.footer-logo{
  opacity: 0.5;
    transition: 0.6s;
      transition: all 0.8s cubic-bezier(.4,0,.2,1);
}

.footer-sec:hover .footer-logo{
  opacity: 1;
  transition: 0.6s;
  transform: scale(1.15);
}
*/
.footer-sec a{
  color: #ddd;
}
.footer-logo a{
  display: block !important;
}
.footer-logo img {
  width: 100%;
  transition: width 0.2s linear;
  animation: growImage linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 70%;
}

@keyframes growImage {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}

.lets-together .e-con-inner {
    padding: 400px 50px 50px 50px;
    background: url(https://bwwstaging25-co-uk.stackstaging.com/vwav/wp-content/uploads/2026/01/lets-together.jpg);
    border-radius: 15px;
    background-size: cover !important;
    background-position: center;
}


.btn-wraper svg.ekit-svg-icon.icon-arrow-right {
    padding-left: 10px !important;
}span.meta-date svg.ekit-svg-icon.icon-calendar3 {
    margin-top: 0px !important;
    margin-right: 9px !important;
}


/*
.lets-together .e-con-inner {
  width: 100%;
  transition: width 0.2s linear;
  animation: growImage linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 70%;
}

@keyframes growImage {
  from {
    width: 60%;
  }
  to {
    width: 110%;
  }
}*/



.move-img {
    -webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-150px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-150px); }
}

.tradingview-widget-container {
    height: 600px;
    width: 100%;
}




.filing-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
     font-family: "Afacad", Sans-serif;
}
.filing-table th{
  padding: 20px 10px;
  border: 1px solid #262626;
  text-align: left;
}


.filing-table td {
    font-size: 14px;
    color: #ddd;
    padding: 10px 10px;
  border: 1px solid #262626;
  text-align: left;
  transition: 0.6s;
}



.filing-table thead {
    background: #b4e717;
    color: #000;
    padding: 6px 5px;
}

/*.leadership .elementor-image-box-wrapper
{
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #262626;
    padding: 20px 0px;
    background: #0A0A0A;
}
*/
.filing-table tr{
  transition: 0.6s;
}

.filing-table tbody tr:hover {
  background: #b4e717;
}
.filing-table tbody tr:hover td{
  color: #000;
}
.filing-table tbody tr:hover img{
   filter: invert(0);
}




.filing-table ul {
  display: flex;
  padding: 0px;
  gap:15px;
    margin: 0px;
}
.filing-table ul li {
    list-style: none;
}
.filing-table ul li img{
  width: 25px;
  filter: invert(0.5);

}
/*
 border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #262626;
    padding: 20px 0px;
    background: #0A0A0A;*/



    /*contact-form*/



.contact-form .elementor-shortcode {
        font-family: "Afacad", Sans-serif;
}

.contact-form label {
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Afacad", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.contact-form input {
    border: 1px solid #c9c9c9;
    padding: 14px 10px;
    color: #404040;
    font-family: "Afacad", Sans-serif;
    outline: none;
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    font-size: 16px;
}

.contact-form textarea {
    border: 1px solid #c9c9c9;
    padding: 10px 10px;
    outline: none;
    color: #404040;
    width: 100%;
    border-radius: 0px;
    font-family: "Afacad", Sans-serif;
    height: 100px;
    background: #ffffff;
}

.contact-form .form-submit input {
    width: auto;
    background: #000;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    cursor: pointer;
    font-family: "Afacad", Sans-serif;
    padding: 15px 30px;
    font-size: 16px;
}


.contact-form .form-submit input:hover
{
    background: #BA2026;
}


.contact-form .form-group.btn input {
    background: #B4E717;
    opacity: 1;
    color: #000;
    border: 0;
    width: auto;
    padding: 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.contact-form .d-inline {
    display: flex;
    gap: 10px;
}.contact-form p{
  margin-bottom: 0px;
}

.post-single .elementskit-post-body 
{
  display: flex;
  flex-wrap: wrap;
}

.post-single .elementskit-post-body h2 {
    margin-bottom: 20px!important;
    height: 85px;
    overflow: hidden;
    font-size: 20px!important;
}

.post-single .elementskit-post-body .post-meta-list
{
  order: 2;
}

.post-single .elementskit-post-body .btn-wraper
{
  width: 100%!important;
  order: 3!important;
}

span.wpcf7-not-valid-tip + span.wpcf7-not-valid-tip
{
  display: none;
}

.ekit-wid-con .elementskit-post-card h2
{
  margin: 0!important;
}

.featured-coverage-post .posts-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured-coverage-post .elementskit-post-card
{
    padding: 40px 40px 40px;
}

.light-mode-on .featured-coverage-post .elementskit-post-card
{
  background-color: #f2f2f2!important;
}

.light-mode-on .featured-coverage-post .elementskit-post-card h2 a
{
  color: #000!important;
}

.light-mode-on .featured-coverage-post .elementskit-post-card .elementskit-post-body .btn-wraper a:hover
{
  background-color: #000!important;
  color: #fff!important;
}

.featured-coverage-post .elementskit-post-card h2 a
{
  height: 80px;
  overflow: hidden;
  display: block;
}

.featured-coverage-post .col-md-12 {
    padding: 20px 40px 40px;
    background-color: #0A0A0A;
    border-radius: 10px;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    width: 32%;
    max-width: inherit!important;
    flex: inherit!important;
}

.featured-coverage-post .posts-wrapper .elementskit-post-body h2
{
      font-family: "Afacad", Sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0.5px;
      margin-bottom: 20px !important;
    overflow: hidden;
    font-size: 20px !important;
}

.featured-coverage-post .posts-wrapper .elementskit-post-body h2 a
{
  color: #fff;
}

.featured-coverage-post .posts-wrapper .elementskit-post-body p
{
  font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
}
.featured-coverage-post .posts-wrapper .elementskit-post-body a.read-more {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    background: #B4E717;
    padding: 10px 20px;
}

.featured-coverage-post .posts-wrapper .elementskit-post-body a.read-more:hover{
  background: #fff;
  color: #000;
}

.tradingview-widget-container {
    height: 600px !important;
    width: 100%;
}


.footer-sec ul.elementor-icon-list-items{
  padding: 0px;
  margin: 0px;
}

.bread_cumb 
{
  height: 300px!important;
  position: relative;
}

.bread_cumb:after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bread_cumb .e-con-inner 
{
  padding: 0!important;
  justify-content: center !important;
  align-items: center!important;
}

.bread_cumb .e-con-inner h2
{
  line-height: 40px!important;
  margin-top: 70px!important;
  text-align: center!important;
  z-index: 2;
  position: relative;
}

.team-sec .elementor-image-box-wrapper .elementor-image-box-content
{
  padding-block: 50px!important;
}

.team-sec:nth-child(even) .elementor-image-box-wrapper
{
  flex-direction: row-reverse!important;
}

.team-sec .elementor-image-box-wrapper .elementor-image-box-content h2 
{
  font-family: "Afacad", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin: 0px 0px 18px;
}

.team-sec .elementor-image-box-wrapper .elementor-image-box-content h3 
{
  font-family: "Afacad", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin: 0px 0px 25px;
}

.team-sec .elementor-image-box-wrapper .elementor-image-box-content p
{
  color: #fff;
  text-align: start;
  font-family: "Afacad", Sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
}


.team-sec .elementor-image-box-wrapper .elementor-image-box-content 
{
  padding-left: 80px;
}

.team-sec:nth-child(even) .elementor-image-box-wrapper .elementor-image-box-content
{
  padding-right: 80px;
  padding-left: 0;
}

.news-title
{
  color: #fff!important;
  font-family: "Montserrat", Sans-serif!important;
  margin-bottom: 18px;
}

.news-meta
{
  color: #fff!important;
  font-family: "Montserrat", Sans-serif!important;
}

.light-mode-on .news-title
{
  color: #000!important;
  font-family: "Montserrat", Sans-serif!important;
  margin-bottom: 18px;
}

.light-mode-on .news-meta
{
  color: #000!important;
  font-family: "Montserrat", Sans-serif!important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1366px;
}

.singleblog-pg {
    display: flex;
    justify-content: space-between;
    margin-block: 30px;
}

.singlepost_1 .entry-header 
{
  display: none;
}

.singlepost_1 .entry-content p
{
  color: #fff!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: "Afacad", Sans-serif;
} 

.singlepost_1 .entry-content p a
{
  color: #fff!important;
  text-decoration: underline!important;
}

.light-mode-on .singlepost_1 .entry-content p a
{
  color: #000!important;
  text-decoration: underline!important;
}

.backtohome {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0px 15px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.backtohome a {
    background-color: #B4E717;
    font-family: "Afacad", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #000000;
    line-height: 1;
    color: #000000!important;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 20px;
    position: relative;
    width: 150px;
    display: inline-block;
    text-align: center;
    transition: 0.6s;
    position: relative;
}

.backtohome a:after {
    content: "→";
    position: absolute;
    left: 20%;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    top: 22%;
    line-height: 30px;
}

.singlepost_1 .entry-content div
{
  display: none;
}

.singlepost_1 .entry-footer
{
  display: none;
}

.singlepost_1 .navigation 
{
  display: none;
}

.singlepost_1 .comments-area 
{
  display: none;
}

.singlepost_1 {
    width: 70%;
    padding-right: 50px;
}

.single-mode {
    background-color: #000;
}
.single-mode .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}

aside#secondary {
    width: 30%;
    margin-bottom: 40px;
    padding: 20px 30px;
    margin-top: 0px;
    background-color: #0A0A0A;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: fit-content;
    border-radius: 8px;
}

aside#secondary .widget h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Afacad", Sans-serif;
    position: relative;
}

aside#secondary .widget li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
}

aside#secondary .widget ul {
    padding: 0px;
    margin: 0px;
}

aside#secondary .widget ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffff;
    width: 100%;
    font-family: "Afacad", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    transition: 0.6s;
}


aside#secondary form
{
  display: none;
}

.light-mode-on .singlepost_1 .entry-content p
{
  color: #000!important;
}

.light-mode-on .single-mode {
    background-color: #fff;
}

.light-mode-on aside#secondary
{
  background-color: #fff;
}

.light-mode-on aside#secondary .widget h2
{
  color: #000;
  border-bottom: 1px solid #000;
}

.light-mode-on aside#secondary .widget ul li a
{
  color: #000;
}


.light-mode-on aside#secondary .widget li
{
  border-bottom: 1px solid #000;
}

.bread-cumb-single {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 300px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bread-cumb-single h2 {
    line-height: 40px !important;
    margin-top: 70px !important;
    text-align: center !important;
    z-index: 2;
    position: relative;
    font-family: "Afacad", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
}

.bread-cumb-single:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media(max-width: 1024px)
{
    .lets-talk a
  {
    color: #000 !important;
  }
  .mission-critical .e-con-inner img
  {
    display: block;
    margin-inline: auto;
  }

  .ecosystem .elementor-image-box-wrapper:before
  {
    display: none!important;
  }

  .menu_item_list .elementskit-menu-hamburger svg
  {
    color: #B4E717!important;
    fill: #B4E717!important;
  }

  .lets-talk a
  {
    margin-left: 0!important;
  }

  .menu_item_list div#ekit-megamenu-header-menu
  {
    background-color: #000000!important;
  }

  .menu_item_list nav ul li a 
  {
    padding: 12px 15px !important;
    margin-bottom: 8px;
  }

  .lets-talk a
  {
    color: #000 !important;
  }button.elementskit-menu-close.elementskit-menu-toggler {
    width: auto !important;
    margin: 0;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 22px !important;
    font-size: 21px !important;
    margin-right: 10px;
}
}

@media(max-width: 991px)
{
/*.header-sec {
    position: relative !important;
    top: 0;
    z-index: 9;
    background: #01112a;
}*/
  .lets-together .e-con-inner
  {
    width: 100%!important;
    padding: 70px 20px 70px 20px!important;
  }

  .lets-together-inner h2
  {
    line-height: 32px!important;
    font-size: 24px!important;
    margin-bottom: 12px!important;
  } 

  .lets-together-inner .elementor-widget-button
  {
    margin-bottom: 10px!important;
    text-align: center!important;
  }

  .lets-together-inner .elementor-widget-button a
  {
    width: 100%!important;
  }

  .team-sec .elementor-image-box-wrapper
  {
    flex-wrap: wrap;
  }

  .team-sec .elementor-image-box-wrapper .elementor-image-box-content
  {
    padding-block: 20px 0!important;
    padding-left: 0!important;
  }

  .team-sec .e-con-inner
  {
    padding-block: 0!important;
  }

  .team-sec .elementor-image-box-wrapper .elementor-image-box-content h2
  {
    font-size: 30px;
    line-height: 30px;
    text-align: left!important;
  }

  .team-sec .elementor-image-box-wrapper .elementor-image-box-content h3
  {
    font-size: 21px;
    text-align: left!important;
    margin: 0px 0px 17px;
  }


  
  @keyframes growImage {
    from {
      width: 100%;
    }
    to 
    {
      width: 100%;
    }
  }
}

@media(max-width: 991px)
{
  .error-page 
  {
    padding: 90px 15px 50px!important;
  }
}

@media(max-width: 768px)
{
    .featured-coverage-post .posts-wrapper .elementskit-post-body {
        width: 49%;
        margin-bottom: 30px;
    }

        .singlepost_1 {
        width: 95% !important;
        padding-right: 0 !important;
        margin: auto;
    }

    .backtohome
    {
      width: auto!important;
      max-width: inherit!important;
    }

    .singleblog-pg
    {
      flex-wrap: wrap;
      padding-inline: 0!important;
    }

aside#secondary {
  width: 90% !important;
  padding: 15px 22px;
}

    .error- 
    {
      padding: 120px 0px 40px!important;
    }

  .bread_cumb .e-con-inner .e-con-full
  {
    padding: 0!important;
  }

  .bread_cumb .e-con-inner h2 {
    font-size: 30px!important;
    line-height: 40px!important;
  }

  .contact-form .d-inline
  {
    display: block;
  }

  .contact-form p
  {
    margin-top: 0;
  }

  .contact-form label
  {
    margin-bottom: 3px;
  }

  .contact-form input
  {
    margin-bottom: 10px;
  }
  .contact-form .form-group.btn input
  {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .contact-field
  {
    margin-top: 25px;
  }

  /*.contact-field form
  {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 15px 15px 20px;
    border-radius: 10px;
  }*/

  .mission-critical .e-con-inner img
  {
    display: block;
    margin-inline: auto;
  }

  .ecosystem figure.elementor-image-box-img
  {
    margin-right: 15px !important;
  }

  .ecosystem .elementor-image-box-wrapper
  {
    display: flex!important;
    align-items: center!important;
  }

  .ecosystem .elementor-image-box-content h3
  {
    line-height: 26px!important;
  }
  .launch-area:focus-within .missile,
.launch-area:hover .missile {
  transform: translateY(0px) !important;
}

  .move-img {
    -webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;
  }

  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-110px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-110px); }
  }
}


@media(max-width: 767px)
{
  .ecosystem .elementor-image-box-wrapper:before
  {
    display: block!important;
  }

  .error-page {
    padding: 0px 0px 0px!important;
  }
}

@media(max-width: 520px)
{

  .bread-cumb-single {
        height: 250px !important;
    }

    .bread-cumb-single h2 {
        font-size: 28px !important;
        line-height: 32px !important;
        padding-top: 0px;
        margin-top: 45px !important;
    }

  h2
  {
    font-size: 26px!important;
    line-height: 32px!important;
  }
      .featured-coverage-post .posts-wrapper .elementskit-post-body {
        width: 100% !important;
        margin-bottom: 30px;
    }.featured-coverage-post .posts-wrapper .elementskit-post-body h2 {
    height: auto !important;
}
.featured-coverage-post .posts-wrapper .elementskit-post-body {
    padding: 20px 20px 20px;
}
    .bread_cumb .e-con-inner h2 {
        font-size: 28px !important;
        line-height: 32px!important;
        padding-top: 0px;
        margin-top: 45px !important;
    }

    .bread_cumb 
    {
      height: 250px!important;
    }

    #stock-box
    {
      width: 100%!important;
    }

    .footer_row
    {
      gap: 15px!important
    }

    .footer-cols
    {
      gap: 12px!important
    }

    .footer-cols:last-child
    {
      margin-bottom: 30px!important;
    }

    .footer-cols h3
    {
      line-height: 24px!important;
    }

    .footer-cols ul li
    { 
      margin: 0!important;
      padding: 0!important;
      padding-bottom: 4px !important;
    }

    .team-sec .elementor-image-box-wrapper figure
    {
      width: 100%!important;
      margin-right: 0!important;
    }
}