/**/

@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


/*-----------Bitehub------------*/
.tm-landing-features-box{
    position: relative;
}
.tm-landing-features-box:hover{
    transform: translate3d(0, -12px, 0);
    -webkit-transform: translate3d(0, -12px, 0);
    box-shadow: 0 12px 40px rgb(0 0 0 / 12%) !important;
}
span.tm-demo-highlight {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
span.tm-demo-highlight:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--ttm-skincolor);
    top:3px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.features-imgbox-style1 {
    transition: all .5s ease-in-out;
    border: 1px solid #1f3c57;
    background: #031a33;
    padding:22px 24px 15px;
    border-radius: 15px;
}
.features-imgbox-style1:hover {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow:0 23px 40px rgb(95 142 255 / 23%);
}
.features-imgbox-style1 .features-thumb img {
    width: 100%;
    border-radius: 10px;
}
.features-imgbox-style1 .features-imgbox-content {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.features-imgbox-style1 .features-imgbox-content span.features-view-demo h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
span.features-view-demo  a {
    color: #ffffff;
}
span.features-view-home a:hover,
span.features-view-demo  a:hover{
    color: var(--ttm-skincolor);
}
span.features-view-home a {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
span.features-view-home a:before {
    content: "";
    background-color: #ffffff;
    -webkit-mask: url(./images/view.svg) no-repeat 100% 100%;
    mask: url(./images/view.svg) no-repeat 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
    margin: auto;
}


.tm-top_bottom-animation img {
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_top_bottom {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }

    50% {
        transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .tm-headerstyle-classic-overlay .themetechmount-slider-wrapper {
        padding-top: 40px;        
        padding-bottom: 40px;
    }   
    .tm-headerstyle-classic-overlay .themetechmount-slider-wide {
        margin: 0 80px;
        overflow: hidden;
        border-radius:40px;
        border: 1px solid #ffffff;
    }
    .tm-header-overlay .tm-stickable-header-w {        
        top: 65px;
    }
    .tm-header-overlay .site-header:not(.is_stuck) {
        padding: 0 40px;
    }
    .tm-headerstyle-classic-overlay .themetechmount-slider-wrapper:before {
        content: '';
        top: -164px;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: none;
        border-bottom: none;
        text-indent: -999px;
        padding: 0;
        z-index: 0;
        border-radius: 0px;
        background-image: url(./images/slider-bg-img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    body .tm-header-style-classic .tm-header-contact-btn-wrapper a {
        padding: 20px 34px 20px 34px!important;
        position: relative;
        background-color: var(--ttm-secondarycolor);
    }
    .tm-header-style-classic .tm-header-contact-btn-wrapper {
        margin-left: 15px !important;
    }
}