
/*-------------------------Elementer demo---------------------------*/

/*Heading horizontal*/

.tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header, 
.tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-element-content-desctxt {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}
.tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header {
    width: 50%;
    text-align: left;
    padding-right: 70px;
    position: relative;
}
.tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header:after {
    content: "";
    right: 55px;
    height: 90%;
    position: absolute;
    top: 10%;
    width: 1px;
    border-right-width: 1px;
    background-color: #f0f0f0;
}
.tm-element-heading-content-wrapper.center-align {
    text-align: center;
    margin: 0 auto;
}
.tm-element-heading-content-wrapper.left-align {
    text-align: left;
    margin: 0 auto;
}
.tm-element-heading-content-wrapper.right-align {
    text-align: right;
    margin: 0 auto;
}

/* Heading Seperator */

.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator span,
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator {
    position: relative;
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator:before, 
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 2px;
    bottom: -20px;
    margin: auto;
    top: 0;
    background-color: var(--tm-skincolor);
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator:before {
    left: -157px;
    right: 4px;
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator:after {
    left: 80px;
    right: -80px;
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator span:before {
    position: absolute;
    content: "";
    top: -5px;
    margin: 0 auto;
    left: -30px;
    background-repeat: no-repeat;
    background-position: 0 -6px;
    width: 68px;
    height: 22px;
    text-align: center;
    margin-left: -5px;
    background-color: #c5a572;
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator span:before {
    -webkit-mask: url(../images/heading-sep.svg) no-repeat 100% 100%;
    mask: url(../images/heading-sep.svg) no-repeat 100% 100%;
}
.tm-element-heading-content-wrapper.left-align.tm-seperator-solid .tm-content-header .heading-seperator:before {
    left: 0;
    right: auto;
}
.left-align.tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator {
    max-width: 250px;
}
.tm-element-heading-content-wrapper.left-align.tm-seperator-solid .tm-content-header .heading-seperator:after {
    left: auto;
    right: 0;
}
.tm-element-heading-content-wrapper.left-align.tm-seperator-solid .tm-content-header .heading-seperator span:before {
    left: 95px;
}

.elementor-widget-tm_heading .tm-element-heading-content-wrapper.tm-seperator-solid .tm-element-content-desctxt {
    padding-top: 40px;
}

.themetechmount-boxes-blog .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header,
.themetechmount-boxes-team .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header {
    margin-bottom: 80px;
}
.themetechmount-box-blog .themetechmount-blogbox-footer-readmore a{
    line-height: 30px;
}

/* Button style */

.elementor-element.tm-btn-style-outline.tm-btn-shape-square.elementor-widget.elementor-widget-button a.elementor-button  {
    background-color: transparent;
    border: 1px solid var(--tm-secondary);
    color: var(--tm-secondary);
}
.elementor-element.tm-btn-style-outline.tm-btn-color-darkgrey.elementor-widget.elementor-widget-button a.elementor-button:hover {
    background-color: var(--tm-secondary);
    color: #fff;
}
.elementor-element.tm-btn-shape-square.elementor-widget.elementor-widget-button a.elementor-button  {
    border-radius: 0;
}
.elementor-element.tm-btn-style-outline.tm-btn-shape-square.tm-btn-color-white.elementor-widget.elementor-widget-button a.elementor-button  {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.elementor-element.tm-btn-style-outline.tm-btn-shape-square.tm-btn-color-white.elementor-widget.elementor-widget-button a.elementor-button:hover  {
    background-color: #fff;
    color: var(--body-blackfont-color);
}
.elementor-element.tm-btn-style-outline.tm-btn-shape-square.tm-btn-color-skincolor.elementor-widget.elementor-widget-button a.elementor-button  {
    background-color: transparent;
    border: 1px solid var(--tm-skincolor);
    color: var(--tm-skincolor);
}
.elementor-element.tm-btn-style-outline.tm-btn-shape-square.tm-btn-color-skincolor.elementor-widget.elementor-widget-button a.elementor-button:hover  {
    background-color: var(--tm-skincolor);
    color: #fff;
}
.elementor-element.tm-btn-style-flat.tm-btn-shape-square.tm-btn-color-skincolor.elementor-widget.elementor-widget-button a.elementor-button  {
    background-color: var(--tm-skincolor);
    color: #fff;
}
.elementor-element.tm-btn-style-flat.tm-btn-shape-square.tm-btn-color-skincolor.elementor-widget.elementor-widget-button a.elementor-button:hover  {
    background-color: #fff;
    color: var(--tm-skincolor);
}

/*tm-single-borderbox-img*/

.tm-single-borderbox-img .elementor-widget-container{
    position: relative;
    display: block;
    z-index: 11;
}
.tm-single-borderbox-img .elementor-widget-container:before,
.tm-single-borderbox-img .elementor-widget-container:after {
    content: "";
    position: absolute;
    top: -15px;
    right: auto;
    left: -15px;
    opacity: 1;
    background-color: var(--tm-skincolor);
    width: 145px;
    height: 157px;
    line-height: 157px;
    border-radius: 0;
    transition: all .5s;
    z-index: -1;
    display: block;
}
.tm-single-borderbox-img .elementor-widget-container:before {
    top: auto;
    right:-15px;
    left:auto;
    bottom: -15px;
}
.tm-imgon-content .elementor-widget-container {
    min-width: 265px;
}

/*footer*/

.site-footer .tm-footer-cta-wrapper .tm-footer-cta-inner {
    padding: 25px 10px 16px 3px;
    z-index: 9;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    width: 100%;
    position: relative;
    top: -70px;
}


/*play button animation tm_prettyphoto icon-animation-style1*/

.tm_prettyphoto.icon-animation-style1,
.tm_prettyphoto.icon-animation-style2 {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
}
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper,
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    box-sizing: content-box;
    position: relative;
}

.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:before, 
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 46%;
    left: 49%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
}
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper .elementor-icon {
    z-index:11;
}
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:before {
    width: 105px;
    height: 105px;
    opacity: 0.55;
    z-index: -1;
}
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: 0.09;
}


.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:hover:before, 
.tm_prettyphoto.icon-animation-style1 .elementor-icon-wrapper:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}

.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:before, 
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 46%;
    left: 49%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--tm-skincolor);
}
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper .elementor-icon {
    z-index:11;
}
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:before {
    width: 105px;
    height: 105px;
    opacity: 0.55;
    z-index: -1;
}
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: 0.09;
}

.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:hover:before, 
.tm_prettyphoto.icon-animation-style2 .elementor-icon-wrapper:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}
.text-white{
    color: #fff;
}

@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* Menulist style */

.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap,
.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap {
    margin:15px 0;
}

.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:first-child,
.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:last-child{
    margin-bottom: 0;
}

.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-dish-image.tm-dish-icon-type-image{
    overflow: hidden;
    position: relative;
}

.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap .tm-dish-image.tm-dish-icon-type-image img {
  transform-origin: 50% 65%;
  transition: transform 3s, filter 1s ease-in-out;
  filter: brightness(110%);
}

.themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:hover .tm-dish-image.tm-dish-icon-type-image img  {
  filter: brightness(100%);
  transform: scale(1.5);
}
.themetechmount-menulist-wrapper .tm-menulist-content-wrapper{
    position: relative;
}

.tm-menulist-content-wrapper .tm-dish-name h5{
    font-size: 24px;
    line-height: 32px;
    color: #1b2c3d;
    margin-bottom: 10px;
    padding-right: 10px;
}
.tm-menulist-content-wrapper .tm-dish-name, .tm-menulist-content-wrapper .tm-price {
    display: inline-block;
}
.tm-menulist-content-wrapper .tm-price {
    float: right;
}
.tm-menulist_wrap {
    margin: 30px 0;
    width: 100%;
}
.tm-menulist-content.tm-wrap-cell {
    padding-left: 25px;
    width: 100%;
}
.themetechmount-food-ingredient {
    padding-top: 15px;
    font-size: 15px;
    color: var(--body-fonts-color);
}

.tm-menulist-content-wrapper .tm-price span.tm-dish-Price {
    color:var(--tm-skincolor);
   font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    font-family: var(--special-fontfamily);
}

.themetechmount-menulist-wrapper .tm-menulist_wrap:first-child,
.themetechmount-menulist-wrapper .tm-menulist_wrap:last-child{
    margin: 15px 0;
}

.themetechmount-menulist-wrapper .tm-dish-image.tm-dish-icon-type-image{
    overflow: hidden;
    position: relative;
}

.themetechmount-menulist-wrapper .tm-menulist_wrap .tm-dish-image.tm-dish-icon-type-image img {
  transform-origin: 50% 65%;
  transition: transform 3s, filter 1s ease-in-out;
  filter: brightness(110%);
}

.themetechmount-menulist-wrapper .tm-menulist_wrap:hover .tm-dish-image.tm-dish-icon-type-image img  {
  filter: brightness(100%);
  transform: scale(1.5);
}


/*menu-style1*/
.tm-menulist-style1 .tm-dish-image.tm-dish-icon-type-image {
    border: 5px solid var(--tm-whitecolor);
    min-width: 185px;
}

.tm-menulist-style1 .tm-menulist_wrap.border_yes .tm-menulist-content-wrapper {
    border-bottom: 1px dashed #cdcdcd;
}

.tm-menulist-content-wrapper .tm-price span.tm-dish-Price {
    margin-left: -45px;
}

.tm-menu-bottom-text{
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.tm-menu-bottom-text:before,
.tm-menu-bottom-text:after{
    content: " ";
    display: block;
    position: absolute;
    width:30%;
    height: 1px;
    top: 15px;
    bottom: 0;
    left: 0px;
    background-color: var(--tm-bordercolor);
}
.tm-menu-bottom-text:before{
    left:auto;
    right: 0px;
}


@media (max-width: 1140px){
    .tm-menulist-content-wrapper .tm-price span.tm-dish-Price {
        margin-left: 0;
    }
}


/* Tabbox default style */

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    gap: 30px;
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    padding: 30px 30px;
    border: none;
    -webkit-box-shadow: 0 0 6px 0 rgba(26,42,58,.03);
    -moz-box-shadow: 0 0 6px 0 rgba(26,42,58,.03);
    box-shadow: 0 0 6px 0 rgba(26,42,58,.03);
    background-color: #fff;
    position: relative;
    display: block;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs[data-touch-mode=false] .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: var(--tm-skincolor);
}
.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: 42px;
    line-height: 60px;
    color: #1b2c3d;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {
    color: #1b2c3d;
    font-size: 17px;
    line-height: 24px;
    display: block;
    margin-left: 0;
}
.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover .e-n-tab-title-text,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #fff;
}
.elementor-widget-n-tabs .e-n-tab-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]:after {
    background-color: var(--tm-skincolor);
}
.elementor-widget-n-tabs .e-n-tabs-content {
    padding-top: 30px;
}

/* Tabbox style 2 */
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    gap: 0;
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs.tm-tabbox-two .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: var(--tm-skincolor);
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs.tm-tabbox-two .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    background-color: #121d27;
    -webkit-flex: auto 0;
    flex: auto 0;
    padding: 15px 20px;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    color: #fff;
    font-size: 14px;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs-content {
    background-color: #ffff;
    padding: 15px;
    margin-top: 30px;
    display: block;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs-content .e-active {
    border: 1px dashed var(--tm-skincolor);
    padding: 20px 30px;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tab-title:after {
    bottom: -60px;
    width: 30px;
    height: 30px;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]:after {
    background-color: #fff;
}
.tm-tabbox-two .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap {
    margin: 30px 0;
}

/* Tabbox style 3 */
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    gap: 0;
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs.tm-tabbox-three .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    color: var(--tm-skincolor);
}
.elementor .elementor-element.elementor-widget.elementor-widget-n-tabs.tm-tabbox-three .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    background-color: #f3f7fa;
    -webkit-flex: auto 0;
    flex: auto 0;
    padding: 17px 20px;
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    color: var(--body-fonts-color);
    font-size: 15px;
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: var(--tm-skincolor);
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs-content .e-active {
    border: 1px dashed var(--tm-skincolor);
    padding: 20px 50px;
    -webkit-box-shadow: 0 0 8px 0 rgba(43, 52, 59, .09);
    -moz-box-shadow: 0 0 8px 0 rgba(43, 52, 59, .09);
    box-shadow: 0 0 8px 0 rgba(43, 52, 59, .09);
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tab-title {
    box-shadow: unset !important;
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tab-title:after {
    content: unset;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap .tm-dish-image.tm-dish-icon-type-image {
    width: 100px;
    min-width: 100px;
    border: 0;
    box-shadow: unset;
    margin-right: 30px;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap .tm-dish-image.tm-dish-icon-type-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    filter: brightness(1);
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist-content-wrapper .tm-dish-name h5 {
    margin-bottom: 5px;
    font-size: 25px;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap, 
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap {
    margin: 30px 0;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 30px;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}


.themetechmount-box.themetechmount-box-testimonial .themetechmount-box-desc {
    font-size: 17px;
    line-height: 29px;
    padding: 0 15px;
    font-style: italic;
    font-weight: 400;
    position: relative;
    display: block;
}
.themetechmount-testimonial-box-view-style2 .themetechmount-box-title {
    margin: 30px 10px 0px;
    font-style: normal;
}
.themetechmount-box-testimonial.themetechmount-box-view-default .themetechmount-box-desc {
    padding: 0;
}
.themetechmount-boxes-testimonial .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header {
    margin-bottom: 70px;
}
.themetechmount-box.themetechmount-box-testimonial .themetechmount-box-desc:before {
    position: absolute;
    font-family: Flaticon;
    content: "\f13d";
    color: rgba(11,12,38,.04);
    font-size: 50px;
    line-height: 50px;
    bottom: -15px;
    right: 0;
    background-color: transparent;
}
/* Fidbox style9 */

.tm-fid.inside.tm-fid-with-icon.tm-fid-view-style9 {
    padding: 0;
    display: flex;
}
.tm-fid-view-style9 .tm-fld-contents {
    text-align: left;
    padding-left: 25px;
}
.tm-fid-view-style9 .tm-fld-contents .tm-fid-inner {
    font-size: 44px;
    line-height: 54px;
}
.tm-fid-view-style9 .tm-fld-contents .tm-fid-title {
    font-size: 16px;
    line-height: 26px;
}

/* Iconbox style3 */
.themetechmount-iconcolor-skincolor .tm-box-icon i {
    color: var(--tm-skincolor);
}
.themetechmount-iconbox-stylethree .tm-box-icon i {
    font-size: 50px;
    line-height: 1;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner {
    text-align: center;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
    color: var(--tm-secondary);
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-icon {
    margin-bottom: 15px;
}

.tm-heading-decor .tm-content-header .tm-element-content-heading,
.tm-heading-decor .tm-element-heading-content-wrapper {
    position: relative;
}
.tm-heading-decor .tm-content-header .tm-element-content-heading {
    font-size: 24px;
    line-height: 30px;
}
.tm-heading-decor .tm-element-heading-content-wrapper:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 11px;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,.07);
}
.tm-heading-decor .tm-content-header .tm-element-content-heading:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -38px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--tm-skincolor);
}

.tm-heading-decor .elementor-widget-heading .elementor-heading-title {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px!important;
    background-color: var(--tm-skincolor);
    border-radius: 50%;
    margin-top: 8px;
    position: relative;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
}
.tm-heading-decor .elementor-widget-heading .elementor-heading-title:after {
    position: absolute;
    width: 92px;
    content: "";
    height: 92px;
    background: transparent;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -6px;
    right: -6px;
}

.tm-heading-decor .tm-element-heading-content-wrapper {
    padding-bottom: 50px;
}

/* Fidbox style10 */
.tm-fid.tm-fid-view-style10 h4.tm-fid-inner {
    color: #fff;
    padding-top: 24px;
}
.tm-fid.tm-fid-view-style10 .tm-fid-title {
    position: relative;
    margin-top: 30px;
    color: #fff;
}
.tm-fid.tm-fid-view-style10 .tm-fid-title:after {
    content: "";
    left: 50%;
    height: 2px;
    position: absolute;
    top: -11px;
    width: 30px;
    margin-left: -17px;
    background-color: #fff;
}
.tm-fid-view-style10 .tm-fid-icon-wrapper i {
    font-size: 36px;
}

/* Clientlogo Ele style */
.tm-separator-elestyle .themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    border-bottom: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    margin-bottom: 0;
}
.tm-separator-elestyle .themetechmount-boxes-view-default .themetechmount-client-box-view-separator-logo {
    padding-bottom: 25px;
    padding-top: 25px;
}
.tm-separator-elestyle .themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.tm-separator-elestyle .themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after {
    content: unset;
}
.tm-separator-elestyle .themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(1n+1), 
.tm-separator-elestyle .themetechmount-boxes-col-two .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(2n+2), 
.tm-separator-elestyle .themetechmount-boxes-col-three .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(3n+3), 
.tm-separator-elestyle .themetechmount-boxes-col-four .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(4n+4), 
.tm-separator-elestyle .themetechmount-boxes-col-five .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(5n+5), 
.tm-separator-elestyle .themetechmount-boxes-col-six .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(6n+6) {
    border-right: none;
}
.tm-separator-elestyle .themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+1), 
.tm-separator-elestyle .themetechmount-boxes-col-two .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+2), 
.tm-separator-elestyle .themetechmount-boxes-col-five .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+5), 
.tm-separator-elestyle .themetechmount-boxes-col-six .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+6), 
.tm-separator-elestyle .themetechmount-boxes-col-four .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+4), 
.tm-separator-elestyle .themetechmount-boxes-col-three .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-last-child(-n+3) {
    border-bottom: none;
}

/* Accordion */

.tm-accordion-Elestyle1.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--special-fontfamily);
}
.tm-accordion-Elestyle1.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 14px 20px;
    background-color: #fff;
    margin-bottom: 10px;
}
.tm-accordion-Elestyle1.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-text {
    color: var(--tm-skincolor);
}
.tm-accordion-Elestyle1.elementor-widget-n-accordion .elementor-widget-text-editor p {
    padding: 15px 20px 26px;
    margin-bottom: 0;
}

/* Iconbox style 4 */
.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 7px;
}
.themetechmount-iconbox-stylefour .themetechmount-iconbox-desc .tm-cta3-content-wrapper {
    font-size: 15px;
    line-height: 26px;
}
.themetechmount-iconbox-stylefour .tm-box-icon {
    width: 60px;
    height: 60px;
    line-height: 68px;
    border-radius: 50%;
    background-color: #e6edf3;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.themetechmount-iconbox-stylefour:hover .tm-box-icon {
    background-color: var(--tm-skincolor);
}
.themetechmount-iconbox-stylefour:hover .tm-box-icon i {
    color: #fff;
}
.themetechmount-iconbox-stylefour .tm-box-icon i {
    font-size: 25px;
}
.themetechmount-iconbox-stylefour .tm-iconbox-detailbox {
    padding-left: 20px;
}
.themetechmount-iconbox-stylefour .tm-iconbox-detailbox,
.themetechmount-iconbox-stylefour .themetechmount-iconbox-icon {
    display: table-cell;
    vertical-align: middle;
}
.themetechmount-iconbox-stylefour .themetechmount-iconbox-icon {
    width: 11%;
}
.themetechmount-iconbox-stylefour {
    padding: 10px 0 23px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e9ecef;
    position: relative;
}
.themetechmount-iconbox-stylefour:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: var(--tm-skincolor);
    left: 0;
    bottom: -2px;
}
.themetechmount-iconbox-stylefour:hover:before {
    width: 100%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
/* Iconbox style 5 */
.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
}
.themetechmount-iconbox-stylefive .tm-box-icon i {
    font-size: 35px;
}
.themetechmount-iconbox-stylefive .tm-iconbox-detailbox,
.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon {
    display: table-cell;
    vertical-align: top;
}
.themetechmount-iconbox-stylefive .tm-iconbox-detailbox {
    padding-left: 20px;
}
.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner {
    border: 1px solid #e5e9eb;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    background-color: #fff;
    padding: 20px 15px 20px 30px;
}
.themetechmount-iconbox-stylefive .tm-box-icon {
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 15px;
    font-weight: 400;
}
.tm-commonform.tm-book-tableform .wpcf7-spinner{
    margin-top: 15px;
}
.wpcf7-spinner{
    position: absolute;
}
.themetechmount-sidebar-true .vc_row.container {
    width: auto;
    margin: 0; 
}
.tribe-events-single-event-description.tribe-events-content h3{
    font-family: var(--special-fontfamily);
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: var(--body-blackfont-color);
}
.tribe-events-event-meta:before{
    content: unset;
}
.single-tribe_events .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee; 
    margin: 30px 0;
    width: 100%;
}
.single-tribe_events .tribe-events-venue-map {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin: 20px 4% 2% 0;
    padding: 5px;
    vertical-align: top;
    width: 90%;
    zoom: 1;
}
.single-tribe_events .secondary .tribe-events-venue-map {
    width: 58%;
}
#page #tribe-events-pg-template {
    max-width: none;
    padding-top: 0;
}
.tribe-events-back {
    margin: 0 15px 0 0 !important;
}

.tm-acoordian-service-detail .e-con-inner {
    padding-bottom: 40px;
}

/*Shop menu css*/

/* Quick View*/
.yith-quick-view-content.single-product.woocommerce div.product .summary-content {
    padding-top: 50px;
}
.single-product.woocommerce div.product .product_title {
  display: block;
}

/*single product*/

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    display: inline-block;
}
.woocommerce .summary .compare.button{
    bottom: 6px;
    color: var(--body-fonts-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin-top: 15px;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 500;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
    flex-direction: row;
    gap: 5px;
    padding: 0;
    font-size: .9rem;
    background-color: transparent;
    color: var(--body-fonts-color);
}
/*cart page*/
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 16px!important;
    white-space: nowrap;
    font-size: 15px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: var(--tm-secondary);
    padding: 15px 30px;
    margin-top: 15px;
    color: #ffff;
    outline: unset;
    box-shadow: unset;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background-color: var( --tm-skincolor);
    color: #ffff;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained span{
    font-weight: 500;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{    
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-family: var(--special-fontfamily) !important;
    color: var(--tm-secondary)!important;;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text, .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 33px !important;
    font-weight: 500 !important;
    font-family: var(--special-fontfamily) !important;
    color: var(--tm-secondary)!important;;
}
body.woocommerce-page.themetechmount-footer-cta-yes.themetechmount-sidebar-true #primary .site-main {
    padding-bottom: 130px;
}
/*404*/
section.error-404 {    
    padding: 190px 0px 95px;
    text-align:center;
}
section.error-404 .search-form .search-field{
    padding-right: 45px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
/* Responsive */

@media (max-width: 1200px){
.elementor-element.e-con-boxed.e-con.e-parent .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.headerlogo img {
    max-height: 45px;
}
.themetechmount-box.themetechmount-box-events.themetechmount-box-view-top-image.themetechmount-events-box-view-top-image img {
        min-height: 350px;
}
}
@media (max-width: 1024px) {

    section.error-404 {
        padding: 70px 0px 70px;
        text-align: center;
    }
    .themetechmount-box.themetechmount-box-events.themetechmount-box-view-top-image.themetechmount-events-box-view-top-image {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {

    .elementor-widget-n-tabs .e-n-tabs-content .elementor-element .e-con-inner {
        display: block;
    }
    .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading,
    .tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
        display: flex;
        gap: 10px;
    }
    .elementor .elementor-element.elementor-widget.elementor-widget-n-tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
        width: 100%;
    }
    .tm-tabbox-two.elementor-widget-n-tabs .e-n-tab-title:after {
        content: unset;
    }
    .tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header, 
    .tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-element-content-desctxt {
        display:block;
    }
    .tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header {
        width: 100%;
        padding-right: 0px;
    }
    .tm-element-heading-content-wrapper.tm-heading-style-horizontal .tm-content-header:after {
        content:unset;
    }
    .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:last-child, 
    .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap:last-child {
        margin-bottom: 0;
    }
    .tm-seperator-solid h2.tm-element-content-heading,
    .tm-seperator-none h2.tm-element-content-heading{
        font-size: 35px;
        line-height: 45px;
    }
    .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
      height: 200px;
    }
    .tm-separator-elestyle .themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
        border-bottom: 1px dotted #ddd;
        border-right: 0px dotted #ddd;
    }
    .tm-dishbox-wrapper.dishbox-style2{
       margin-bottom: 30px; 
    }
    .sidebar.widget-area .widget {
        margin: 0px 0 40px;
    }
    .tm-acoordian-service-detail .e-con-inner {
        padding-bottom: 0px;
    }
    .themetechmount-footer-cta-yes .themetechmount-pagination {
        margin-bottom: 25px;
    }
    .sidebar.widget-area .widget {
        margin: 20px 0 40px;
    }
    .sidebar.widget-area .widget.widget_media_image img{
        width: 100%;
        max-width: 100%;
    }
    .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item > .themetechmount-box-content {
        display: block;
    }
    .themetechmount-box-img-left.col-md-6 {
        width: 100%;
    }
    .themetechmount-box-view-left-image .themetechmount-box-content.col-md-6 {
        display: block;
        flex-direction: row;
        width: 100%;
    }
    body.woocommerce-page.themetechmount-footer-cta-yes.themetechmount-sidebar-true #primary .site-main {
        padding-bottom: 0px;
    }
    body.woocommerce-cart.woocommerce-page.themetechmount-footer-cta-yes.themetechmount-sidebar-true #primary .site-main {
        padding-bottom: 50px;
    }
    body.woocommerce-checkout.woocommerce-page.themetechmount-footer-cta-yes.themetechmount-sidebar-true #primary .site-main {
        padding-top: 10px;
         padding-bottom: 115px;
    }
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        margin-top: 20px;
    }
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
        display: inline-block;
        position: relative;
    }
    .main-holder #content.site-content ul.products li.product .tm-product-box {
        margin-bottom: 15px;
    }
    .wc-block-checkout__terms {
        margin: 0 0 28px;
    }

    .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
        padding-top: 28px;
    }
    .main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
        margin-bottom: 30px;
    }
    .tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs-content .e-active {
        padding: 15px 15px;
    }
        
}
@media (max-width: 769px) {
    body.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area {
        padding-right: 15px !important;
    }

}
@media (max-width: 768px) {
.tm-heading-decor .tm-element-heading-content-wrapper:before,
.tm-heading-decor .tm-content-header .tm-element-content-heading:before {
    content: unset;
}
.tm-header-icon {
    padding-right: 0px;
    padding-left: 0;
    position: relative;
}
.tm-separator-elestyle .themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    border-bottom: 0px dotted #ddd;
    border-right: 0px dotted #ddd;
}
.tm-tabbox-three.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading{
    margin-bottom: 50px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    margin-bottom: 20px;
    float: unset;
    position: relative;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    display: block;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
    margin-top: 20px;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px !important;
}
.wc-block-cart .wc-block-cart__submit-container {
    margin-bottom: 30px;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap .tm-dish-image.tm-dish-icon-type-image {
    margin-left: 0;
}
.tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap, .tm-tabbox-three .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap {
    margin: 10px 0 20px;
}
.themetechmount-food-ingredient {
    padding-top: 0;
}
.single article.themetechmount-box-blog-classic {
    margin-bottom:20px;
}
.site-footer .tm-footer-cta-wrapper .tm-footer-cta-inner {
    display: block;
    top: 0;
}
}
@media (max-width: 480px) {
.elementor-widget-n-tabs .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist_wrap .tm-menulist-image {
    display: block;
    margin-bottom: 15px;
}
.tm-tabbox-two.elementor-widget-n-tabs .e-n-tabs-content .e-active {
    padding: 15px 15px;
}
.tm-search-select-box {
    width: 100%;
    position: relative;
    padding-right: 0;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
    .tm-contact-ele-res .elementor-element.e-con-full.e-flex.e-con.e-child,
    .tm-contact-ele-res .elementor-element.e-grid.e-con-boxed.e-con.e-child {
        padding: 50px;
    }
}


@media (max-width: 650px) {
    .tm-menulist-content.tm-wrap-cell {
        padding-left: 15px;
    }
    .tm-titlebar h1.entry-title, .tm-titlebar-textcolor-custom .tm-titlebar-main .entry-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist-content {
        display: block;
        padding: 20px 0;
    }
    .tm-marquebox-style1 ul.marquebox-list li {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 35px;
        line-height: 45px;
    }
    .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator::before, 
    .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator::after {
        width: 55px;
    }
    .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator::before {
        left: -140px;
    }
    .tm-element-heading-content-wrapper.tm-seperator-solid .tm-content-header .heading-seperator::after {
        right: -55px;
    }
    .tm-fid.inside {
        margin-bottom: 0;
    }
    .inside {
      padding: 25px 15px 0px 15px;
    }
}
@media (max-width: 480px) {
    .themetechmount-menulist-wrapper .tm-dish-image.tm-dish-icon-type-image {
        text-align: center;
        margin: 0 auto;
    }
    .themetechmount-menulist-wrapper .tm-menulist-image {
        display: block;
    }
    .tm-menulist-content-wrapper .tm-price {
        float: unset;
    }
    .themetechmount-box-client.themetechmount-box-view-simple-logo img{
        margin: 0 auto;
    }
    .tm-sresult-form-sbtbtn-wrapper {
        position: relative;
        margin-top: 20px;
        right: 0px;
    }
    .tm-sresults-title small a {
        position: relative !important;
        display: block;
        margin-top: 15px;
    }
}
@media (max-width: 440px) {
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
    }
    .woocommerce .woocommerce-result-count {
        padding-right: 20px;
    }
    section.error-404 h1 {
        font-size: 60px;
        font-weight: 400;
        line-height: 100%;
    }
}