header#masthead .tm-stickable-header-w,
footer#colophon {
    display: none;
}

/*header*/
.ts-heading .tm-element-heading-content-wrapper.tm-heading-style-vertical.tm-seperator-none.tm-content-with-desc .tm-element-content-heading {
    margin-bottom: 18px;
}
.ts-heading .tm-element-heading-content-wrapper.tm-heading-style-vertical.tm-content-with-desc {
    margin-bottom: 20px;
}

/*slider*/

.tm-color.rs-layer {
    background: linear-gradient(to right,#3651f0 0%,#a528f7 50%,#e52056 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-color-dot:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 40px;
    background-image: url(images/color-dot-img.png)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 12px;
    left: 15px;
    right: auto;
    margin: 0 auto;
    display: block;
    opacity: 1;
    z-index: 1;
}

.tm-starcolors {
    color: #ffba00;
    font-size: 15px;
}
h6.tm-review-text {
    line-height: 32px;
}
span.tm-revies-hightlight {
    position: relative;
    display: inline-block;
}
span.tm-revies-hightlight:after {
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #00c25e , #00db9e );
    bottom: 3px;
    z-index: -1;
}
.first-section-bg-top 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;
    border-radius: 10px;
}


@keyframes float_left_right {
  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;
  }
}

.first-section-bg-bottom img {
    animation-name: float_right_left;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_right_left;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_right_left;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    border-radius: 10px;
}


@keyframes float_right_left {
  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;
  }
}
/*btn*/
.tm-btn-color-gradient.elementor-element.elementor-widget-button .elementor-button {
    background: linear-gradient(130deg, #00c25e 0%, #00db9e 100%);
    border-right-color: rgb(0, 219, 159);
    border-left-color: #00c25e;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
}
.tm-btn-color-gradient.elementor-element.elementor-widget-button .elementor-button:hover {
    animation: textclip 1.8s linear infinite;
    background-image: linear-gradient(to right,#00db9e 0%,#00c25e 50%,#00db9e 100%)!important;
    background-position: right center;
}
/*img-marque*/
.tm-marque-img2 .elementor-widget-wrap >.elementor-element.elementor-widget-image,
.tm-marque-img .elementor-widget-wrap >.elementor-element.elementor-widget-image {
    display: inline-block;
    width: unset;
    flex-grow: 1;
    margin-bottom: 0
}
.tm-marque-img2 .elementor-element.elementor-widget-image.tm-marque-img-style1 .elementor-widget-container,
.tm-marque-img .elementor-element.elementor-widget-image.tm-marque-img-style1 .elementor-widget-container {
    will-change: transform;
    white-space: nowrap;
    padding: 10px;
}
.tm-marque-img2 .elementor-element.elementor-widget-image.tm-marque-img-style1 .elementor-widget-container img,
.tm-marque-img .elementor-element.elementor-widget-image.tm-marque-img-style1 .elementor-widget-container img{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.tm-marque-img2 .elementor-element.elementor-widget-image.tm-marque-img-style1,
.tm-marque-img .elementor-element.elementor-widget-image.tm-marque-img-style1 {
    display: inline-block;
}
@keyframes prt-marque-text {
    100% {
        transform: translate(-20%,0)
    }

    0% {
        transform: translate(-100%,0)
    }
}

@keyframes tm-marque-text {
    0% {
        transform: translate(-20%,0)
    }

    100% {
        transform: translate(-100%,0)
    }
}

.tm-marque-img2.elementor-column .elementor-widget-wrap.elementor-element-populated{
    animation: prt-marque-text 25s linear infinite;
    white-space: nowrap;
    width: 100%;
    display: inline-block
}

.tm-marque-img.elementor-column .elementor-widget-wrap.elementor-element-populated {
    animation: tm-marque-text 25s linear infinite;
    white-space: nowrap;
    width: 100%;
    display: inline-block
}


.tm-marque-shadow .tm-marquee-right-col .elementor-widget-wrap:before,
 .tm-marque-shadow .tm-marquee-left-col .elementor-widget-wrap:before,
 .tm-marque-shadow .tm-marquee-right-col-style-2 .elementor-widget-wrap:before,
  .tm-marque-shadow .tm-marquee-left-col-style-2 .elementor-widget-wrap:before {
    position: absolute;
    width: 140px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.06)!important;
    z-index: 10;
    box-shadow: 0px 75px 140px 80px rgba(0, 0, 0, 0.09);
}
.tm-marque-shadow .tm-marquee-right-col .elementor-widget-wrap:before{
    left: -85px;
}
.tm-marque-shadow .tm-marquee-left-col .elementor-widget-wrap:before{
    top: -85px;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.07)!important;
}

/*ts-icon-box*/
.ts-icon-box-row{display: flex;}
.ts-icon-box-row .ts-icon-box .ts-icon-box-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}
.ts-icon-box-row .ts-icon-box .ts-icon-box-description{
    font-size: 15px;
}
.ts-icon-box-row .ts-icon-box.pr-35{
    padding-right: 35px;
}

/*marque*/
.tm-marque-text.elementor-widget h4 {
    width: 100%;
    animation: tm-marque-text 5s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 31px;
    line-height: 41px;
    color: #ffff;
}

.tm-marque-text.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient(to right, #00c25e , #00db9e ) !important;
    color: #fff;
    transform: rotate(6deg);
    padding: 10px 0;
    position: relative;
    margin: 0 0px;
    margin-top: 15px;
}

.tm-bg-column-color .elementor-inner-column .elementor-element-populated {
    overflow: hidden;
}


/*tm-col-bgcolor-gradient*/
.blue-grad-bg > .elementor-container{
    background-color: transparent;
    background-image: linear-gradient(to bottom, #d2e5f6 , #ffffff ) !important;
    border-radius: 20px;
    padding: 90px 0 50px;
}
/*ts-icon-style9*/
.ts-icon-style9 .themetechmount-iconbox-stylenine  .tm-icon-type-image img {
    min-width: 35px;
}
.ts-icon-style9 .themetechmount-iconbox-stylenine:hover .tm-icon-type-image img{
    animation: tm-bounces 500ms ease-in-out 50ms
}
/*ts-icon-style1*/
.ts-icon-style1 .themetechmount-iconbox-styleone  .tm-icon-type-image img {
    min-width: 92px;
}
.ts-icon-style1 .themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    padding-left: 25px;
}

.ts-icon-style1 .themetechmount-iconbox-styleone:hover .tm-icon-type-image img{
    animation: tm-bounces 500ms ease-in-out 50ms
}

@keyframes tm-bounces {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*ts-imgbox1*/
.ts-imgbox1 .elementor-image-box-wrapper {
    background-color: #fff;
    padding: 35px 37px;
    border-radius: 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.ts-imgbox1 h3.elementor-image-box-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.ts-imgbox1 .elementor-image-box-img img {
    transition-duration: 0.3s;
    min-width: 65px;
}

.ts-imgbox1 .elementor-image-box-wrapper:hover .elementor-image-box-img img{
    animation: tm-bounce 500ms ease-in-out 50ms
}

@keyframes tm-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

/***********marque style 1******************/

/*****************************/
.tm-bgcolor-gradient{
    background-color: transparent;
    background-image: linear-gradient(to right, #00c25e , #00db9e ) !important;
}
.tm-marquebox-style1 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style1:hover {
    animation-play-state: paused !important;
}
.tm-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 55px;
    line-height: 110px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.tm-marquebox-style1 ul.marquebox-list li:before {
    position: absolute;
     content: "\f063";
    font-weight: 500;
    font-size: 60px;
    left: -103px;
    font-family: 'FontAwesome';
    -webkit-background-clip: content-box;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    animation: grow-and-shrink 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
  @keyframes grow-and-shrink {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }

/*final-tab*/
.tab-imgbox {
    background-color: #eeeeee;
    padding: 0px 40px;
    margin: 0 15px;
    border-radius: 10px;
}
.tab-single-img {
    padding-top: 40px;
}
.tab-single-img img{
    position: relative;
    z-index: 5;
}
.demo-img-wrapper-inner {
    position: relative;
    overflow: hidden;
}
.tm-scroll-img {
    text-align: right;
    position: absolute;
    right: 300px;
    left: auto;
    top: -15px;
    z-index: 0;
}
.tm-scroll-img-inner {
    display: block;
    width: 300px;
    height: 415px;
    position: relative;
    margin: 0 auto;
    top: -60px;
}
.tm-scroll-img .tm-scroll-img-inner img {
    bottom: -400px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

.tab-imgbox:hover .tm-scroll-img .tm-scroll-img-inner img {
    bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}

.tab-section .demo-img-Content {
    padding: 10px 0px 20px 15px;
    padding-top: 10px;
    display: block;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.tab-section .demo-img-Content h2 a{
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-section:hover .demo-img-Content h2 a{
    background: linear-gradient(to right, #00c25e 0%, #00db9e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-imgbox .ele-wp-img {
    position: absolute;
    top:-20px;
    z-index: 5;

}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.tab-imgbox .ele-wp-img img{
    width: 35px;
    min-width: 35px;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  opacity: 0;
   transition-duration: 1s;
  
}
.tab-imgbox .ele-wp-img a{margin: 0 5px;}
.tab-imgbox .ele-wp-img a:not(:last-child){
    margin: 0px;
}
.tab-imgbox:hover .ele-wp-img img {
  opacity: 1;
   animation: fadeIn 1s;
   -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
   transition-duration: 1s;
}

.elementor-widget-tm_tabbox_element .tm-elementor-tabs .tm-elementor-tab-title.tm-tab-active:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 23px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.elementor-widget-tm_tabbox_element .tm-elementor-tabs .tm-elementor-tab-title:after {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 18px;
    border-radius: 50%;
}


.elementor-column.elementor-col-50.elementor-element-72576b2d,
.elementor-column.elementor-col-50.elementor-element-16d918f3,
.elementor-column.elementor-col-50.elementor-element-40d6aeb1,
.elementor-column.elementor-col-50.elementor-element-52fd5e29
 {
    z-index: 0;
}
/* tab style one */


.tm-elementor-tabs.tm-tab-style2{display: flex;}
.tm-tab-style2.tm-elementor-tabs .tmtabs-content-wrapper {
    background-color: transparent;
}
.tm-tab-style2.tm-elementor-tabs .elementor-tabs-wrapper {
    padding:0;
    border-top: 1px solid var(--tm-bordercolor);
    border-bottom: 1px solid var(--tm-bordercolor);
    margin-bottom: 30px;
}
.tm-tab-style2.tm-elementor-tabs .tm-elementor-tab-title {
    margin: 0px;    
    display: block;
    padding: 15px 30px 15px 50px;
    border: none;
    position: relative;
}

.tm-elementor-tabs.tm-tab-style2 .tm-h2 h2 {
    -webkit-text-stroke: 1px rgba(227, 59, 40 , 0.28);
    -webkit-text-fill-color: transparent;
}

.tm-tab-content{
    display: none;
}
.tm-tab-content.tm-tab-active{
    display: block;
}
.elementor-widget-tm_tabbox_element .tm-elementor-tabs .tm-elementor-tab-title{
    position: relative;
    background-color: transparent;
    text-align: left;
    min-width: 300px;
}
.tm-tab-content .tm-tab-content-title{
    display: none;
}
body .tm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}

.elementor-widget-tm_tabbox_element .tm-elementor-tabs .tm-elementor-tab-title span {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) {
    .tm-tab-style2 .elementor-tabs-wrapper {
        display: block;
    }   
    .tm-tab-style2 .tm-elementor-tab-title {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
    .page-id-8758  .elementor-tab-content section.elementor-section {
        width: auto !important;
        left: 0 !important;
    }
}
@media (max-width: 991px){
    .tm-tab-style2.tmt-elementor-tabs .tmtabs-content-wrapper {
        border:none;
    }   
    .tm-tab-style2.tm-elementor-tabs .elementor-tabs-wrapper {
        display: none;
    }
    .tm-tab-content{
        display: block;
    }
    .elementor-tab-content {
        display: none;
    }
    .tm-tab-active .elementor-tab-content {
        display: block;
        margin-bottom: 25px;
        padding:0px 0px;
    }
    .tm-tab-content .tm-tab-content-title {
        display: inline-block;
        width: 100%!important;
        padding: 15px 20px;
        border-radius: 0;
        font-size:24px;
        line-height:34px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .tm-tab-content.tm-tab-active .tm-tab-content-title {
        border-radius: 10px;
        background-color: var(--tm-skincolor-text);
        color: #fff;
    }
    .tm-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
        padding-left:0px !important;
        padding-right:0px !important;
    }   
    .tm-tab-content .elementor-section .elementor-inner-section .elementor-container {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    
    .tab-section .demo-img-Content{text-align: center;}
    .tm-tab-style2.tm-elementor-tabs .tmtabs-content-wrapper {
        background-color: transparent;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .tab-section {
        max-width: 650px!important;
        min-width: 650px!important;
        margin-left: -30px;
    }
}


/*responsive*/
@media (min-width: 1200px) {
    .entry-footer span.edit-link,.site-footer {
        display: none
    }
    
}
@media (max-width:1199px) {

/*.elementor-inner-section.tm-2-columns-view-tablet.tm-column-break-ipad-no .elementor-container .elementor-column,
.tm-2-columns-view-tablet .elementor-column {
   width: 50% !important;
}*/
.ts-break-1199 .elementor-column {width: 100% !important;}
.ts-break-1199.elementor-section .elementor-container{
    display:block;
}
.ts-break-1199 .elementor-inner-section.tm-column-break-ipad-no .elementor-container {
        display: flex;
    }
}
@media (max-width: 1024px) {
    .blue-grad-bg > .elementor-container{padding: 50px 0 30px;}
    .ts-imgbox1 h3.elementor-image-box-title br{display: none!important;}
    .tm-marque-shadow .tm-marquee-right-col .elementor-widget-wrap:before,
     .tm-marque-shadow .tm-marquee-left-col .elementor-widget-wrap:before,
     .tm-marque-shadow .tm-marquee-right-col-style-2 .elementor-widget-wrap:before,
      .tm-marque-shadow .tm-marquee-left-col-style-2 .elementor-widget-wrap:before {
        width: 0px;
        height: 0px;
        background-color: transparent!important;
    }
}
@media (max-width: 991px){
    .tm-elementor-tabs.tm-tab-style2 .elementor-column.elementor-col-50,  .tm-elementor-tabs.tm-tab-style2 .elementor-column[data-col="50"] {
        width: 100% !important;
    }
   .tm-element-heading-content-wrapper .tm-content-header .tm-element-content-heading {
        font-size: 40px;
        line-height: 50px;
    }
    .tm-marquebox-style1 ul.marquebox-list li {
        margin-left: 45px;
        margin-right: 45px;
        font-size: 50px;
        line-height: 70px;
    }
    .tm-marquebox-style1 ul.marquebox-list li:before {
        font-size: 45px;
        left: -63px;
    }
}
@media (max-width: 910px) {

        .ts-heading br{
            display: block;
        }
}
@media (max-width: 767px) {

        .ts-heading br{
            display: block;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.ts-break-1199.elementor-section.elementor-top-section.tm-column-break-ipad-yes .elementor-inner-section .elementor-column {
     width: 50% !important; 
}
}
@media (min-width: 1680px){
    .tab-section {
        min-width: 680px;
    }
    .tm-elementor-tabs.tm-tab-style2 .elementor-column-gap-default >.elementor-column >.elementor-element-populated{padding: 0!important;}
}
@media (max-width: 1680px){
    .tab-imgbox {
        padding: 0px 15px;
        margin: 0 0px;
    }
    .elementor-widget-tm_tabbox_element .tm-elementor-tabs .tm-elementor-tab-title {
        min-width: 200px;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1680px){
    .tab-section {
        min-width: 550px;
    }
}


