.has-animation {
  position: relative;
}
.has-animation p,
.has-animation img {
  opacity: 0;
}
.has-animation.animate-in p,
.has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #ffffff;
}
.has-animation.animate-in:after {
  background-color: #f1f1f1;
  animation-delay: 0.5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a {
    background: none;
    overflow: hidden;
    position: relative;
    transition: none;
}
 
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a > i,
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a > span {
    z-index: 5;
    position: relative;
    display: block;
}
 
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a:before,
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a:after {
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
}
 
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a:before {
    z-index: 1;
}
 
body:not(.gridbox) .nav-hover-effect .nav.menu > li > a:after {
    background: var(--button-border-color);
    z-index: 2;
}
body:not(.gridbox) .nav-hover-effect.hover-1 .nav.menu > li > a:after {
    height: 1px;
    top: -1px;
    opacity: 0; 
}
 
body:not(.gridbox) .nav-hover-effect.hover-1 .nav.menu > li.active > a:after,
body:not(.gridbox) .nav-hover-effect.hover-1 .nav.menu > li > a:hover:after {
    top: calc(100% - 1px);
    opacity: 1; 
}
 
@keyframes hover-1 {
    0% {transform: translateY(0);}
    25% {transform: translateY(100%);opacity: 0;}
    26% {transform: translateY(-100%);opacity: 0;}
    100% {transform: translateY(0);}
}
 
body:not(.gridbox) .nav-hover-effect.hover-1 .nav.menu > li.active > a span,
body:not(.gridbox) .nav-hover-effect.hover-1 .nav.menu > li > a:hover span {
    animation: hover-1  .3s  linear both;
}
@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

.zio {  
    -webkit-animation: bounce 4s infinite ease-in-out;
    -o-animation: bounce 4s infinite ease-in-out;
    -ms-animation: bounce 4s infinite ease-in-out; 
    -moz-animation: bounce 4s infinite ease-in-out; 
    animation: bounce 4s infinite ease-in-out;
}
body:not(.gridbox) .btn-hover-effect.hover-9 .ba-btn-transition:after {
    transform: translateY(100%);
}
 
body:not(.gridbox) .btn-hover-effect.hover-9 .ba-btn-transition:hover:after {
    transform: translateY(0);
}
 
@keyframes hover-9 {
    0% {transform: translateY(0);}
    25% {transform: translateY(-100%);opacity: 0;}
    26% {transform: translateY(100%);opacity: 0;}
    100% {transform: translateY(0);}
}
 
body:not(.gridbox) .btn-hover-effect.hover-9 .ba-btn-transition:hover span {
    animation: hover-9 .5s linear both;
}
@keyframes hover-7 {
    0% {transform: translateY(0);}
    25% {transform: translateX(100%);opacity: 0;}
    26% {transform: translateX(-100%);opacity: 0;}
    100% {transform: translateY(0);}
}
 
body:not(.gridbox) .btn-hover-effect.hover-7 .ba-btn-transition:hover span {
    animation: hover-7 .5s linear both;
}
.full-width-btn a span, 
.full-width-btn a {
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
}
.ideal-media img {
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}
 .ideal-media {color: #ffffff; font-size: 11px; text-transform: uppercase;}
#item-15925930380, .vertical-text {
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -100px;
    z-index: 99999;
}
.close-overlay-section i, .close-lightbox i {
    color: inherit;
    cursor: pointer;
    font-size: 24px;
    margin-top: 15px;
    padding: 15px 20px;
    background-color: #1b2a41;
    color: #ffffff;
}
.blue{color:#3538de;}
#item-15929975845460 .ba-button-wrapper a:hover{box-shadow: 0 20px 40px 0 rgba(27,42,65, 0.5);}
@media (max-width: 768px)
.open-menu i {
    color: inherit;
    font-size: 30px;
    padding: 15px;
    background-color: #1b2a41;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
}