/*----------- Bizzbit ------------*/

@-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-img-leftright {
    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-headerstyle-classic-overlay .tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a {
    padding: 14px 54px 14px 31px !important;
    background-color: var(--ttm-skincolor);
    text-transform: none;
    border-bottom: 0px solid;
    border-radius: 12px !important;
}
.tm-headerstyle-classic-overlay .tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper::before {
    width: 0;
}
.tm-headerstyle-classic-overlay .tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
}

.tm-bizzbit-img .main-homeimg img {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.head-bizzbit h3.tm-demo-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin: 12px 0 0;
}

.ttm-elementor-tabs.ttm-tab-style1 {
    display: flex;
    flex-direction: unset;
}
.ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0px 50px 0 0;
    margin: 0;
    width: 36%;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-blackfont-color);
    vertical-align: middle;
    font-family: inherit;
    font-weight: 500;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
    display: block;
    padding: 18px 22px;
    cursor: pointer;
    z-index: 5;
    border: 1px solid rgba(0 , 0 , 0 , 0.20);
    margin-bottom: 10px;
    border-radius: 12px;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-bottom: 0;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.ttm-elementor-tabs.ttm-tab-style1 .tm-element-content-heading span {
    font-size: 45px;
    line-height: 55px;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title i {
    position: absolute;
    right: 22px;
    top: 36%;
    font-size: 20px;
    font-weight: 600;
    color: var(--body-blackfont-color);
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active i {
    color: var(--ttm-whitecolor);
}

@keyframes tm-topbounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.tm-landing-imgbox .elementor-widget-container:hover .elementor-image-box-img img {
    animation: tm-topbounce 500ms ease-in-out 50ms;
}

.tm-landing-footerspan .elementor-heading-title span {
    font-size: 85px;
    line-height: 95px;
    color: #dcfdb6;
}

@media (min-width: 1200px) {
.tm-headerstyle-classic-overlay .tm-header-overlay .site-header-main.container-fullwide {
    padding-left: 50px;
    padding-right: 50px;
}
}

@media (max-width: 991px) {
.ttm-tab-content .ttm-tab-content-title i {
    display: none;
}
.tm-landing-footerspan .elementor-heading-title span {
    font-size: 75px;
    line-height: 85px;
}
}

@media (max-width: 768px) {
.tm-bizzbit-img {
    text-align: center;
}
.tm-landing-footerspan .elementor-widget-heading .elementor-heading-title span {
    font-size: 50px;
    line-height: 60px;
}
}