/**/

@-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-bite-img {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 19.6px 0.4px rgba(0, 0, 0, 0.11);
    padding: 12px 12px 22px;
    transition: all 0.4s ease;
}

.tm-bite-img h3.tm-demo-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.tm-bite-img .head-clean {
    text-align: center;
    padding-top: 20px;
}

.tm-bite-img .tm-bite-img-inner.tm-hub-headerinner {
    position: relative;
    overflow: hidden;
}

.tm-bite-img:hover {
    box-shadow: 0px 7px 59.6px 0.7px rgba(0, 0, 0, 0.31);
}

.tm-landing-marque .prt-marquebox-style1 ul.marquebox-list li span {
    color: var(--body-blackfont-color);
    font-weight: 500;
    font-size: 40px;
}

.tm-landing-marque .prt-marquebox-style1 ul.marquebox-list li:before {
    content: '*';
    position: absolute;
    background-color: transparent;
    color: var(--ttm-secondarycolor);
    top: 13px;
    left: -9px;
    right: auto;
    bottom: 0;
    margin: auto 0;
    width: auto;
    height: auto;
    font-size: 40px;
}

.tm-inner-mainimg {
    position: relative;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    border-radius: 10px;
}

.tm-inner-mainimg .main-innerimg img.tm-main-img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 10px;
}

.tm-inner-mainimg:hover .inner-title,
.tm-inner-mainimg .main-innerimg {
    opacity: 0;
}

.tm-inner-mainimg:hover .main-innerimg {
    opacity: 1;
    transition: .5s;
}

.tm-inner-mainimg .inner-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transition: .5s;
}

.tm-inner-mainimg .inner-title .tm-demo-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.tm-landingbite-vertical.rs-layer {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
    -webkit-text-fill-color: transparent;
}


@-webkit-keyframes float_left_right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes float_left_right {
  0% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.tm-bike-animation img {
    animation-name: float_left_right;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.tm-landingbite-vertical img {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.tm-landingheader-btn a {
    font-size: 16px;
    color: var(--ttm-whitecolor);
    background-color: #82b440;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
}

.tm-landingheader-btn a:hover {
    color: var(--ttm-whitecolor);
}

.tm-landingheader-btn a i:before {
    transform: rotateY(180deg);
    margin-right: 7px;
}

.tm-mmenu-active-color-custom #site-header-menu #site-navigation div.nav-menu > ul > li > a:hover {
    color: var(--body-blackfont-color);
}

.tm-buynow-btn.tm-btn-shape-rounded.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 5px;
    color: var(--ttm-whitecolor);
    background-color: #82b440;
    font-weight: 400;
    text-transform: uppercase;
}

.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button .fa-shopping-cart:before {
    content: "\e83c";
    font-family: 'tm-spirobiz-icons';
}

.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button i {
    font-weight: 400;
    transform: rotateY(180deg);
    margin-right: 7px;
}

.tm-landingview-btn.elementor-element.elementor-widget-button .elementor-button:before,
.tm-landingview-btn.elementor-element.elementor-widget-button .elementor-button:after,
.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button:before,
.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button:after {
    content: unset;
}

.tm-landingview-btn.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 5px;
}

@keyframes tm-topbounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.tm-img-screen .elementor-image-box-wrapper:hover img {
    animation: tm-topbounce 500ms ease-in-out 50ms;
}
.tm-img-screen .elementor-image-box-wrapper .elementor-image-box-img {
    overflow: visible;
}

.top-marque-style {
    width: 100%;
    animation: tm-marque-text 90s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.top-marque-style ul.top-marque {
    margin: 10px 0;
}
.themetechmount-topbar-inner ul.top-marque li {
    list-style: none;  
    padding: 0 27px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
    display: inline-block;
    position: relative;
}
.themetechmount-topbar-inner ul.top-marque li:before {
    content: '';
    position: absolute;
    background-image: url(./images/marque-img.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px 16px;
    top: -4px;
    bottom: 0;
    left: -7px;
    right: 0;
}

.tm-iconbox-mainbox .full-description {
  display: none;
}

.tm-iconbox-mainbox .close-btn {
  display: none;
}

.tm-iconbox-mainbox button {
    font-size: 0;
    background-color: transparent;
    border-color: #fff;
    border-radius: 50%;
    padding: 10px 7px;
    line-height: 1;
    color: #fff;
    position: relative;
    text-align: right;
}
.tm-iconbox-mainbox button:hover {
    background-color: #fff;
    color: #000;
}

.tm-iconbox-mainbox .full-description p,
.tm-iconbox-mainbox button i {
    font-size: 16px;
}

.tm-iconbox-mainbox {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px 30px 30px;
    position: relative;
    background-color: #000;
}

.tm-iconbox-mainbox .full-description {
    display: none;
    position: absolute;
    background-color: #000;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.tm-iconbox-mainbox .tm-icon-landingbtn {
    text-align: right;
    width: 100%;
    padding-top: 40px;
}

.tm-iconbox-mainbox h3 {
    font-size: 26px;
    line-height: 36px;
}

.tm-iconbox-mainbox.tm-big-iconbox .tm-icon-landingbtn {
    padding-top: 256px;
}

.tm-img-slide.elementor-element .elementor-image-carousel-wrapper .swiper-slide-image {
    height: 630px;
    object-fit: cover;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}

.bottom-footer-text .bottom-footer-inner {
    display: none;
}

@media (max-width: 768px) {
.tm-bite-img .tm-bite-img-inner.tm-hub-headerinner img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
}


.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button:before,
.tm-buynow-btn.tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button:after,.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:before,
.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:after {
    content: '';
}

.tm-sliderbtn-outline:hover:before {
    left:-48px;
}

.tm-headerstyle-classic-overlay .tm-btnbox a {
    padding: 11px 28px;
}
.tm-bite-img {
    padding: 20px 20px 25px;
}
.tm-bite-img h3.tm-demo-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 67%;
    margin: 0 auto;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    display: block;
    text-align: center;
}
.tm-plugin-section .themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    display: block;
    text-align: center;
    padding: 40px 0 30px;
    background-color: rgba(255 , 255 , 255 , 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.tm-plugin-section .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon {
    margin-bottom: 31px;
}
.tm-plugin-section .themetechmount-iconbox-styleone .themetechmount-iconbox-heading {
    padding-top: 27px;
}
.tm-plugin-section .themetechmount-iconbox-styleone .themetechmount-iconbox-icon img {
    width: auto;
    height: auto;
    margin-left: -30px;
    transition: all .3s ease 0s;
}
.tm-plugin-section .themetechmount-iconbox-styleone:hover .themetechmount-iconbox-icon img {
    margin-left: 17px;
}
.tm-plugin-section .themetechmount-iconbox-styleone .tm-icon-type-image:after {
    position: absolute;
    content: '';
    height: 64px;
    width: 64px;
    background-color: rgba(255 , 255 , 255 , 0.10);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.tm-plugin-section .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}
.tm-plugin-section .themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
}
.tm-btn-effect .elementor-element.elementor-widget-button .elementor-button:before {
    transform: rotate(126deg);
}
.tm-landing-tab .ttm-elementor-tabs.ttm-tab-style4 {
    display: flex;
    justify-content: space-between;
}
.tm-landing-tab .ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title {
    display: block;
      padding: 12px 15px 12px 32px;
      border-left: 4px solid var(--ttm-greycolor);
}
.tm-landing-tab .ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    border-left: 4px solid var(--ttm-secondarycolor);
    border-bottom:0;
}
.tm-landing-tab .ttm-tab-style4 .elementor-tab-content {
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
    padding: 20px 15px !important;
}
.tm-landing-tab .ttm-tab-style4 .elementor-tab-content p {
    margin-bottom: 0;
}
.tm-landing-tab .ttm-tab-style4 .elementor-tab-content img {
    border-radius: 10px;
}
.tm-landing-tab .ttm-tab-style4 .tmtabs-content-wrapper {
    margin-top: -15px;
}
.tm-landing-tab .ttm-tab-style4.ttm-elementor-tabs .elementor-tabs-wrapper {
    margin-top: 75px;
}
.tm-img-slide.elementor-element .elementor-image-carousel-wrapper .swiper-slide-image {
    background-color: var(--ttm-greycolor);
    padding: 10px;
      box-shadow:unset;
      height:580px;
}
.tm-img-slide.elementor-element .elementor-image-carousel-wrapper .swiper-slide:nth-child(odd) .swiper-slide-image {
    margin-top: 50px;
}
.tm-icon-two-oddcolor .themetechmount-iconbox-styleone .tm-iconbox-wrapper,
.tm-icon-two-evencolor .themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    text-align: center;
    padding: 40px 10px;
    border: 1px solid #d9d6d5;
    background-color: transparent;
    border-radius:15px;
    transition:.5s;
    display: block;
}
.tm-icon-two-oddcolor .elementor-inner-column:nth-child(odd) .themetechmount-iconbox-styleone .tm-iconbox-wrapper,
.tm-icon-two-evencolor .elementor-inner-column:nth-child(even) .themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    background-color: #f9f3e7;
    border-color: #f9f3e7;
}
.tm-icon-two-oddcolor .themetechmount-iconbox .themetechmount-iconbox-icon img,
.tm-icon-two-evencolor .themetechmount-iconbox .themetechmount-iconbox-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.tm-icon-two-oddcolor .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon,
.tm-icon-two-evencolor .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon {
    margin-bottom: 31px;
      padding-right: 0;
}
.tm-icon-two-oddcolor .themetechmount-iconbox-styleone .themetechmount-iconbox-inner,
.tm-icon-two-evencolor .themetechmount-iconbox-styleone .themetechmount-iconbox-inner {
    text-align:center;
}
.tm-icon-two-oddcolor .themetechmount-iconbox-styleone:hover .tm-iconbox-wrapper, 
.tm-icon-two-evencolor .themetechmount-iconbox-styleone:hover .tm-iconbox-wrapper {
    margin-top:-5px;
}
.tm-marque-biglanding .prt-marquebox-style1 ul.marquebox-list li span {
    font-weight: 700;
    font-size: 110px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255 , 255 , 255 , 0.90);
       transition:.5s;
}
.tm-marque-biglanding .prt-marquebox-style1 ul.marquebox-list li:hover span {
       color: #fff;
}
.tm-marque-biglanding .prt-marquebox-style1 ul.marquebox-list li:before {
      content:unset;
}
.tm-headerstyle-classic-overlay .tm-btnbox a {
    padding: 12px 25px;
    background-color: #82b440;
    color: #fff;
}
.themetechmount-fullwide .tm-header-style-classic .tm-header-text-area {
    padding-right: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1339px) {
section.elementor-section.elementor-inner-section.elementor-element.tm-icon-two-oddcolor, section.elementor-section.elementor-inner-section.elementor-element.tm-icon-two-evencolor {
    padding: 0;
}
.elementor-section.elementor-top-section.elementor-element.tm-demo-section {
    padding: 90px 15px;
}
section.elementor-section.elementor-inner-section.elementor-element.tm-landing-tab {
    padding: 20px 0 0;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-section-stretched.tm-plugin-section {
    padding: 90px 15px 60px;
}
section.elementor-section.elementor-top-section.elementor-element.tm-booker-sp {
    padding: 90px 15px 70px;
}
section.elementor-section.elementor-top-section.elementor-element.tm-dashboard-sp {
    padding: 80px 15px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
section.elementor-section.elementor-inner-section.elementor-element.tm-icon-two-oddcolor, section.elementor-section.elementor-inner-section.elementor-element.tm-icon-two-evencolor {
    padding: 0;
}
}
@media (max-width: 768px) {
.tm-img-slide.elementor-element .elementor-image-carousel-wrapper .swiper-slide:nth-child(odd) .swiper-slide-image {
    margin-top: 0;
}
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 100%;
}
}