.themetechmount-image-border {
    width: 100%;
    height: 100%;
    border: solid 2px var(--tm-whitecolor);
    border-radius: 250px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2; 
}
body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}
.elementor-section.elementor-top-section {
    padding-top: 92px;
    padding-bottom: 83px;
}
.site-header.tm-sticky-bgcolor-darkgrey.is_stuck, .tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck{
    background-color: #1e1e1e;
}

/**** Button Section  *****/

.elementor-element.elementor-widget-button .elementor-button{
	position:relative;
}
.tm-btn-style-text .elementor-button{
	padding: 0;
	margin-top: 0px !important;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-color: transparent;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tm-btn-style-flat.tm-btn-color-white .elementor-button{
	background-color:var(--tm-whitecolor);
}
.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-flat.tm-btn-color-white .elementor-button:hover{
	color:var(--tm-whitecolor);
}
.tm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button{
	border-radius:0px;
}
.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button{
	border-radius:5px;
}
.tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button{
	border-radius:2em;
}

.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button{
	background-color: transparent;
}
.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button{
	border-color:var(--tm-whitecolor) !important;
	color:var(--tm-whitecolor);
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover{
	background-color:var(--tm-whitecolor);
}

.tm-btn-style-text.tm-icon-align-right .elementor-button{
	padding-right:22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover{
	padding-left:22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button span{
	z-index: 1;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button-link.elementor-button:hover{
	color:var(--tm-whitecolor);
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon{
	color:var(--tm-whitecolor);
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after{
	content:'';
	position:absolute;
	width:35px;
	height:40px;
	top:-12px;
	right:0;
	background-color:#e01f11;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover .elementor-button-icon:after{
	width:100%;
}
.tm-bgcolor-skincolor .tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after{
	background-color:#0b1328;
}

/*button style*/
.tm-btn-style-style2.elementor-element.elementor-widget-button .elementor-button{
	background-color: transparent;
}
.tm-btn-style-style2.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
    border-top: transparent;
}
.tm-btn-style-style2.elementor-widget-button .elementor-button:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: inherit;
}
.tm-btn-style-style2.elementor-widget-button .elementor-button:hover::before {
    width: 100%;

}

/*button color-code*/

.tm-btn-style-style2.tm-btn-color-white .elementor-button{
	border-color:var(--tm-whitecolor)!important;
	color:var(--tm-whitecolor);
}
.tm-btn-style-style2.tm-btn-color-white .elementor-button:before{
	background-color:var(--tm-whitecolor);
}



/*heading*/
.tm-align-center {
    text-align: center;
}
.tm-element-heading-content-wrapper{margin-bottom: 35px;}
.tm-element-content-heading {
     margin-bottom: 10px;
}

.tm-element-subheading {
    margin-top: -15px;
    margin-bottom: 10px;
}

.tm-seperator-style1 .tm-element-content-desctxt{
	color: rgb(255 255 255 / 47%);
}


.fc-w47{
	color: rgb(255 255 255 / 47%);
}

ul.tm-working-hours{
    padding: 0px;
    font-size: 16px;
    margin-top: 0px;
}
ul.tm-working-hours li {
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    padding: 0px;
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0px 0px 11px 0;
    color: var(--tm-whitecolor);
}

ul.tm-working-hours li .working-time {
    display: inline-block;
    float: right;
    padding-right: 50px;
}

.tm-image-box-style1 .elementor-image-box-wrapper,
.tm-image-box-style1 .elementor-image-box-img  {
	position: relative;
	border-radius: 30px;
}

.tm-image-box-style1 .elementor-image-box-img img{
	border-radius: 30px;
}
.tm-image-box-style1 .elementor-image-box-title{
    position: absolute;
    bottom: 7%;
    font-size: 115px;
    left: 28px;
    z-index: 1;
    clear: both;
    display: block;
    line-height: 115px;
}
.tm-image-box-style1 .elementor-image-box-title:after{
	display: block;
    height: 2px;
    margin-top: 0px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: var(--tm-skincolor);
    margin-bottom: -25px;
}


/*process*/
.tm-staticbox-style1 .tm-processbox-wrapper{margin: 0;}
.tm-staticbox-style1 .tm-processbox-wrapper .tm-processbox .tm-box-title {
    padding-left: 0px;
    padding-right: 0px;
}
.tm-staticbox-style1 .tm-processbox-wrapper .tm-processbox .tm-box-image{border:0px solid transparent;}
.tm-staticbox-style1 .tm-processbox-wrapper .tm-processbox .tm-box-image img {
     position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

/*icone*/

.themetechmount-iconbox-styleone .tm-box-icon i{
	color: var(--tm-skincolor);
	font-size: 70px;
	line-height: 1;
}

.themetechmount-iconbox-styleone h2.tm-custom-heading {
    font-size: 26px;
    line-height: 35px;
    padding: 20px 20px 0 0;
}
.themetechmount-iconbox-styleone:hover .tm-box-icon{
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}
@-webkit-keyframes tpshake{
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes tpshake{
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

/*brand name*/

.tm-special-heading  h1{
	-webkit-text-stroke: 2px var(--tm-skincolor);
    -webkit-text-fill-color: transparent;
}

.tm-special-heading{
    -webkit-animation: top-to-left 4s ease-in-out 1s infinite;
    animation: top-to-left 4s ease-in-out 1s infinite;
}
@-webkit-keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*menu*/

.themetechmount-menulist-wrapper .tm-menulist-content-wrapper{
    position: relative;
}
.themetechmount-menulist-wrapper.tm-menulist-style2 .tm-menulist-content-wrapper {
    display: flex;
    flex-basis: max-content;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-dish-name {
    max-width: fit-content;
    padding-right: 15px;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-dish-name,.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border,.tm-menulist-style2 .tm-menulist-content-wrapper .tm-price{
    flex-grow: 1;
    position: relative;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-price {
    max-width: fit-content;
    padding-left: 15px;
    text-align: right;
}
.tm-menulist-content-wrapper .tm-dish-name h5{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 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: 24px;
    line-height: 34px;
    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 rgb(255 255 255 / 33%);
}

/*menu-style2*/
.elementor-tab-content .themetechmount-menulist-wrapper.tm-menulist-style2 {
    margin-top: -35px;
}
.tm-menulist-style2 .tm-menulist-content.tm-wrap-cell {
    padding-left: 35px;
    width: 100%;
}

.tm-menulist-style2 .tm-menulist-content-wrapper .tm-dish-name h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border{
    position: relative;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border:before,
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border:after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    bottom: 0;
    right:0px;
    background-color: var(--tm-bordercolor);
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-price span.tm-dish-Price {
	margin-left:0px;
}
.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border:before {
    top: 22px;
}
.tm-menulist-style2 .tm-dish-image.tm-dish-icon-type-image{
    border-radius: 10px;
}
.tm-menulist-style2 .tm-dish-image.tm-dish-icon-type-image img {
    border-radius: 10px;
    max-width: 130px;
}

.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;
}

/*gelllary*/

.tm-gallery-style1 .elementor-image-box-wrapper{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-img{
  width: 100%!important;
  max-width: 100%;
  margin: 0!important;
}

.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-img a img{ 

}
.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-content {
    width: 100%;
    display: block;
}
.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    display: inline-block;
    color: var(--tm-whitecolor);
    font-size: 25px;
    line-height: 35px;
    background: 0 0;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.tm-gallery-style1 .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title{
    transform: translate(-50%,-50%) scale(1,1);
    opacity: 1;
}

.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
    color: var(--tm-whitecolor);
    background-image: linear-gradient(var(--tm-whitecolor), var(--tm-whitecolor)),linear-gradient(var(--tm-whitecolor), var(--tm-whitecolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--tm-whitecolor) !important;
    transition: all 0.5s ease;
}

.tm-gallery-style1 .elementor-image-box-wrapper .elementor-image-box-img a img{
    transform:translateY(-30px) scale(1.5);
    transition: all 0.5s ease;
}
.tm-gallery-style1 .elementor-image-box-wrapper:hover .elementor-image-box-img a img{
    transform: translateY(0) scale(1.5);
    transition: all 0.5s ease;
}
.tm-gallery-style1 .elementor-image-box-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--tm-secondary);
    opacity: 0.1;
    transform: translateY(-40px) scale(1.5);
    transition: all 1s ease-in;
}
.tm-gallery-style1:hover .elementor-image-box-wrapper:after{
    opacity: 1;
    opacity: 0.60;
    transform: translateY(0) scale(1.5);
    transition: all 0.5s ease;
}

/*titlebar*/ 
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom {
    position: relative;
    z-index: 8;
}
.tm-titlebar-main {
    border-bottom: 1px solid var(--tm-bordercolor);
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
    padding: 23px 15px 23px 0px;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container .tm-titlebar-main-inner {
    position: relative;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
    text-align: center;
    bottom: -2px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1357px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 10%);
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1357px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 10%);
}



/* --------------------------------------- */
/* ---------- Custom Animations ---------- */
/* --------------------------------------- */
@keyframes image_clip_right {
    from {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes image_clip_left {
    from {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes image_clip_bottom {
    from {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes image_clip_top {
    from {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

.image_clip_right {
    animation-name: image_clip_right;
}

.image_clip_left {
    animation-name: image_clip_left;
}

.image_clip_bottom {
    animation-name: image_clip_bottom;
}

.image_clip_top {
    animation-name: image_clip_top;
}


/*img effect left-right*/
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
    width: 100%;
}
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
 .tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container img{
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform: scale(1.5) translate(100px, 0px);
    transform-origin: 50% 50%;
    transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}
 .tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container img,
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container img{
    transform: scale(1) translate(0px, 0px);
}

/*img animation*/

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container{
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-tb.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
    width: 100%;
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
 .tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
 
.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform: scale(1.5) translate(0% ,0px, );
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
 .tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container img{
    transform: scale(1) translate(0%, 0px);
}


/*about-us*/
.tm-text-round .elementor-widget-container{position: relative;z-index: 1;}
.tm-text-round .elementor-widget-container .e-text-path {
    position: absolute;
    margin: 0 auto;
    top: -100px;
    left: 0;
    right: 0;
    padding: 30px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    z-index: 1;
    fill: var(--tm-whitecolor);
    letter-spacing: 10px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    background-color:var(--tm-skincolor);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.elementor-widget-text-path svg {
    font-size: 30px;
    overflow: visible!important;
    font-family: var(--special-fontfamily);
    text-transform: uppercase;
}

/*bottom text*/
.tm-bottom-text span.tm-whitecolor{
	color: var(--tm-whitecolor);
}
.tm-bottom-text span.tm-skincolor,
.tm-bottom-text span{
    font-size: 22px;
    line-height: 32px;
}

/*tab*/

/* tab style one */
.page-id-4252  .elementor-tab-content section.elementor-section {
    width: auto !important;
    left: 0 !important;
}

.tm-tab-style1.tm-elementor-tabs .tmtabs-content-wrapper {
	background-color: transparent;
}
.tm-tab-style1.tm-elementor-tabs .elementor-tabs-wrapper {
    padding:0;
    margin: 0 auto;
    border-top: 1px solid var(--tm-bordercolor);
    border-bottom: 1px solid var(--tm-bordercolor);
    margin-bottom: 30px;
}
.tm-tab-style1.tm-elementor-tabs .tm-elementor-tab-title {
    margin: 0px;    
    display: inline-block;
    padding: 20px 64px 20px 54px;
	border: none;
	position: relative;
}

.tm-tab-style1.tm-elementor-tabs .tm-elementor-tab-title:not(:last-child)::after {
    top: 30px;
    position: absolute;
    content: '';
    right:0;
    width: 14px;
    height: 14px;
    background-color: var(--tm-skincolor);
    border-radius: 0;
    transform: rotate(45deg);
    z-index: 3;
}

.tm-elementor-tabs.tm-tab-style1 .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;
}
.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-family: var(--special-fontfamily);
    font-size: 24px;
    color: var(--tm-whitecolor);
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
}
.tm-elementor-tabs .tm-elementor-tab-title i{
    font-size: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--tm-skincolor);
	padding-right:8px;
}
@media (min-width: 992px) {
.tm-tab-style1 .elementor-tabs-wrapper {
    display: -webkit-flex;
    display: flex;
}	
.tm-tab-style1 .tm-elementor-tab-title {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
}
@media (max-width: 991px){
.tm-tab-style1.tmt-elementor-tabs .tmtabs-content-wrapper {
    border:none;
}	
.tm-tab-style1.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;
    border-radius: 0 0 15px 15px;
    margin-bottom: 25px;
}
.tm-tab-content .tm-tab-content-title {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    border: 1px solid var(--tm-bordercolor);
    font-size:20px;
    line-height:20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: var(--tm-whitecolor);
}
.tm-tab-content .tm-tab-content-title i{
    font-size: 25px;
    line-height: 25px;
    vertical-align: middle;
    color:var(--tm-skincolor);
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.tm-tab-content.tm-tab-active .tm-tab-content-title {
    background-color:var(--tm-skincolor);
    border-color: var(--tm-skincolor);
    color: var(--tm-whitecolor);
}
.tm-tab-content.tm-tab-active .tm-tab-content-title i {
    color: var(--tm-whitecolor);
}
.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;
}
}

/*testimonila-vertical*/


/*.tm-box-col-wrapper.slick-current.slick-active .tm-testimonial-box-view-style4 {
    padding: 55px 0 35px 0;
}*/

.themetechmount-element-testimonialbox-style-4 .themetechmount-boxes-row-wrapper {
    padding-top: 0px;
}
.tm-box-col-wrapper  .tm-testimonial-box-view-style4{
     padding: 55px 30px 35px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--tm-bordercolor);
    text-align: left !important;
    border-radius: 0px 120px 0px 120px;
    margin-bottom: 30px; 
}
.tm-box-col-wrapper .tm-testimonial-box-view-style4:after,
.tm-box-col-wrapper .tm-testimonial-box-view-style4:before{
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 5px;
    height: 130px;
    background-color: #18191a;
    right: 15px;
    bottom: 30px;
    z-index:1;
}
.tm-box-col-wrapper .tm-testimonial-box-view-style4:before{
    left: 15px;
    top: 0%;
}
.tm-testimonial-box-view-style4 .fa.fa-star {
    display: inline-block;
    width: 10px;
    margin: 0 3px;
}

.tm-testimonial-box-view-style4 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;
    width: 80px;
    height: 80px;
    text-align: left;
    border-radius: 10px;
}
.tm-testimonial-box-view-style4 .themetechmount-box-content .themetechmount-box-img img {
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.tm-testimonial-box-view-style4  .themetechmount-box-img.tm-wrap-cell {
    vertical-align: top;
}

.tm-testimonial-box-view-style4 .themetechmount-box-author{
    padding-left: 22px;
}

.tm-testimonial-box-view-style4 .themetechmount-box-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    color: var(--tm-whitecolor);
    font-family: var(--special-fontfamily);
    text-transform: uppercase;
}
.tm-testimonial-box-view-style4 .themetechmount-box-desc .themetechmount-box-footer {
    font-size: 16px;
    color:var(--tm-skincolor);
}
.themetechmount-boxes-testimonial .themetechmount-box-author .themetechmount-box-title {
    padding-top: 10px;
    margin-left: 0px;
}
/*.tm-testimonial-box-view-style4 .themetechmount-box-desc {
    display: initial;
}*/
.tm-testimonial-box-view-style4 .themetechmount-ratting-star {
    padding-top: 20px;
    float: right;
    margin-right: 3px;
}
.tm-testimonial-box-view-style4 .themetechmount-box-wrapper .themetechmount-testimonial-text {
    padding: 10px 0 0px;
    margin: 0;
    margin-bottom: 20px;
    border-left: 0;
    font-size: 15px;
    background-color: transparent;
    font-style: normal;
    color: rgba(255, 255, 255 , 0.75);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tm-testimonial-box-view-style4  .themetechmount-box-wrapper{position: relative;}
.tm-testimonial-box-view-style4  .themetechmount-box-wrapper:before {
   content: '';
    background-color: rgb(255 255 255 / 5%);
    -webkit-mask: url(../images/vertical_quotes.svg) no-repeat 100% 100%;
    mask: url(../images/vertical_quotes.svg) no-repeat 100% 100%;
    display: block;
    right: 0px;
    position: absolute;
    top: 60px;
    width: 120px;
    height: 120px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}

.tm-contact-banner .tm-booking-request {
    padding-top: 60px;
}
.tm-contact-banner .tm-booking-request .tm-shap{
     position: relative;
}
.tm-contact-banner .tm-booking-request .tm-shap:after{
    top: -55px;
    position: absolute;
    content: '';
    right: 0;
    width: 14px;
    height: 14px;
    background-color: var(--tm-skincolor);
    border-radius: 0;
    transform: rotate(45deg);
    z-index: 3;
}
.tm-contact-banner .tm-booking-request h3{
    font-family: var(--general-fontfamily);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.tm-contact-banner .tm-booking-request h2{
    position: relative;
    font-family: var(--general-fontfamily);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px; 
    display: inline-block; 
    margin-top: 10px;  
}
.tm-contact-banner .tm-booking-request h2:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--tm-whitecolor);
    display: inline-block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
}
.tm-contact-banner .tm-booking-request h2:hover::after{
    color: var(--tm-skincolor);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
}

/*marquebox*/

.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: 40px;
    margin-right: 40px;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    color: var(--tm-skincolor);
   font-family: var(--special-fontfamily);
    letter-spacing: 4px;
    text-transform: uppercase;  
}
.tm-marquebox-style1 ul.marquebox-list li:nth-child(odd) span {
    -webkit-text-stroke: 2px var(--tm-whitecolor);
    -webkit-text-fill-color: transparent;
}
.tm-marquebox-style1 ul.marquebox-list li span{
    -webkit-text-stroke: 2px var(--tm-skincolor);
    -webkit-text-fill-color: transparent;
}


@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}


/*contact form*/
.tm-contact-btn.tm-btn-style-style2{
    position: relative;
    display: inline-block;
    max-width: 151px;
    max-height: 50px;
    margin-top: 20px;
}

.tm-contact-btn.tm-btn-style-style2:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    background-color: var(--tm-whitecolor);
}

.tm-contact-btn.tm-btn-style-style2:hover::after {
    width: 100%;
}

.tm-contact-btn.tm-btn-style-style2.elementor-element.elementor-widget-button .elementor-button{
    padding: 15px 30px;
}

.ttm-contactusform-02 textarea,.ttm-contactusform-02 input[type="text"] {
    background-color: transparent;
    border: 1px solid var(--tm-bordercolor);
}
.ttm-contactusform-02 textarea:focus,.ttm-contactusform-02 input[type="text"]:focus {
    background-color: transparent;
    border: 1px solid var(--tm-skincolor);
}
.tm-contact-btn.tm-btn-style-style2 p{margin-bottom: 0;}

.ttm-contactusform-02 .wpcf7-form-control-wrap:not(.chkTerms){
    margin-bottom: 20px;
    display: block;
    padding-top: 15px;
}
.ttm-contactusform-02 .wpcf7-spinner{display: none;}


.tm-contactus-opening-hours .opening-hours-title{
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}
ul,
.tm-contactus-opening-hours .tm-opening-hours-wrapper ul{
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

.tm-contactus-opening-hours .tm-opening-hours-wrapper ul li{ 
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--tm-bordercolor);
    display: flow-root;
    padding-top: 33px;
    padding-bottom: 18px;

}
.tm-contactus-opening-hours .tm-contact-info-wrapper ul li:last-child,
.tm-contactus-opening-hours .tm-opening-hours-wrapper ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}
.tm-contactus-opening-hours .tm-opening-hours-wrapper ul li:last-child p{margin-bottom: 0;}
.tm-contactus-opening-hours .tm-opening-hours-wrapper ul li span{
    width: 120px;
    display: inline-block;
    float: left;

}
.tm-contactus-opening-hours .tm-opening-hours-wrapper ul li p{float: right;}

.tm-contactus-opening-hours .tm-contact-info-wrapper ul li{
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--tm-bordercolor);
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tm-contactus-opening-hours .tm-contact-info-wrapper ul li i{
    font-size: 21px;
    color: var(--tm-skincolor);
    padding-right: 15px;
    vertical-align: bottom;
}
.tm-contactus-opening-hours .tm-contact-info-wrapper ul li a{
    color: var(--tm-whitecolor);
}
.tm-contactus-opening-hours .tm-contact-info-wrapper ul li a:hover{
    color: var(--tm-skincolor);
}
.tm-clock-img:before {
    content: '';
    background-color:rgba(255,255,255,.05);
    -webkit-mask: url(../images/circular-clock.svg) no-repeat 100% 100%;
    mask: url(../images/circular-clock.svg) no-repeat 100% 100%;
    display: block;
    right: 45px;
    position: absolute;
    top: 45px;
    width: 108px;
    height: 108px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}
.tm-calendar-img:before {
    content: '';
    background-color:rgba(255,255,255,.05);
    -webkit-mask: url(../images/calendar.svg) no-repeat 100% 100%;
    mask: url(../images/calendar.svg) no-repeat 100% 100%;
    display: block;
    right: 30px;
    position: absolute;
    top: 60px;
    width: 108px;
    height: 108px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}

/*innerpage common css*/
.single-title,
.single-title h2.elementor-heading-title{
    font-size: 34px;
    line-height: 43px;
    text-transform: uppercase;
}
/*team*/

.single-tm_team_member .site-main{padding: 0;}
.single-tm_team_member .tm-team-member-single-content.row {padding-bottom: 63px;}
.single-tm_team_member .themetechmount-team-member-single-content-area {
    position: relative;
    background-color: var(--tm-secondary);
    padding: 100px 15px 60px 55px;
    z-index: 5;   
}
.single-tm_team_member .themetechmount-team-member-single-content-area:before{
    content: '';
    position: absolute;
    top: 0px;
    right: -370px;
    width: 100%;
    height: 100%;
    background-color: var(--tm-secondary);
}
.single-tm_team_member .themetechmount-team-member-single-featured-area {
    padding: 100px 73px 100px 15px;
}
.single-tm_team_member .themetechmount-team-member-single-content-area .tm-team-member-title{
    position: relative;
    z-index:1;
}
.themetechmount-team-member-single-featured-area .themetechmount-team-img img{
    border-radius: 30px;
}
.single-tm_team_member .thememount-team-data {
    padding: 0;
    border: 1px solid transparent;
    border-top: none;
    margin-bottom: 0;
}

.tm-team-details-list li {
    position: relative;
    padding: 9px 0 8px 0px;
    font-size: 15px;
    line-height: 25px;
    display: block;
    float: left;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    width: 100%;
    color:var(--tm-whitecolor);
}
.tm-team-details-list li .tm-team-list-title{
    margin-right: 3px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--special-fontfamily);
}
.themetechmount-team-member-single-featured-area .tm-team-details-wrapper .tm-team-details-list .tm-team-list-title, 
.themetechmount-team-member-single-featured-area .tm-team-details-wrapper .tm-team-details-list .tm-team-list-value a{
    display: inline-block;
    color:var(--tm-whitecolor);
}
.single-tm_team_member .tm-team-social-links-wrapper ul li a {
    display: block;
    background-color: inherit;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--tm-whitecolor);
    border: 1px solid transparent;
    border-radius: 10px;
    margin-right: 0px;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-Facebook a{ background-color: #385da9;}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-Twitter a{ background-color: #33ccff;}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-YouTube a{ background-color: #FF0000;}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-Instagram a{ background-color: #d62976;}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-Google+ a{ background-color: #d34836;}
.single-tm_team_member .tm-team-social-links-wrapper ul li.tm-social-LinkedIn a{ background-color: #0072b1;}


.tm-progressbar-style2 .elementor-progress-bar{
    border-radius: 0px;
    background-color: var(--tm-skincolor);
}

.tm-progressbar-style2 .elementor-progress-wrapper {
    background-color: #383737;
    border-radius: 0px;
    margin-top: 15px;
    overflow: visible!important;
}
.tm-progressbar-style2 .elementor-progress-percentage {
    background-color: transparent;
    right: 0;
    left: auto;
    text-align: right;
    position: absolute;
    font-size: 17px;
    font-weight: 400;
    margin-top: -35px;
    font-family: var(--special-fontfamily);
}
.tm-progressbar-style2.elementor-widget-progress .elementor-title {
    font-family: var(--special-fontfamily);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--tm-whitecolor);
}

.single-tm_team_member .tm-team-member-single-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.single-tm_team_member .tm-team-member-single-position{
    font-family: "Meow Script", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--tm-skincolor);
}

.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-icon-type-text{
    font-family: var(--special-fontfamily);
    font-size: 20px;
    line-height: 30px;
    padding: 5px 32px 13px;
    color: var(--tm-whitecolor);
    border: 1px solid rgb(255 255 255 / 20%);
    display: inline-block;
    margin-bottom: 30px;
} 
.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading h2 {
    font-size: 26px;
    line-height: 34px;
}


/*sidebar*/

.sidebar.widget-area .widget {
    position: relative;
    margin: 30px 0 30px;
    background-color: var(--tm-secondary);
    padding: 35px 25px;
    border-radius: 5px;
}
.widget .widget-title:after{content: unset;}
.sidebar.widget-area .widget.widget_search{
    padding: 10px 10px 10px 25px;
    margin-top: 36px;
}
.widget .search-form label{margin-bottom: 0;}
.sidebar .widget .search-form .search-field {
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 80px 10px 0px;
}

.sidebar .widget .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 70px;
    height: 50px;
    z-index: 1;
    border-radius: 10px;
    background-image: url(../images/loupe-search.png);
    background-color:var(--tm-skincolor);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: 1;
}

.sidebar .widget .search-form input::-webkit-input-placeholder {
    color: var(--tm-whitecolor);   
}

.widget_categories a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color:var(--tm-whitecolor);
}
.widget_categories .cat-item a:before {content: unset;}
.widget_categories .cat-item a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color:var(--tm-skincolor);
}

.sidebar .widget_categories li span{
    border-radius: 0;
    background-color: transparent!important;
    top: 3px !important;
    height: 45px;
    width: 35px;
    line-height: 40px;
    font-size: 15px;
    right: 20px;
}
.widget_categories li span:after{
    content: "[";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    color:var(--tm-whitecolor);
}
.widget_categories li span:before{
    content: "]";
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 16px;
    color:var(--tm-whitecolor);
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.seabreeze_contact_widget_wrapper):not(.seabreeze_category_list_widget):not(.tm-all-post-list) > li{
    border: unset;
}
.sidebar .widget_categories li:first-child{
    margin-top: 0;
}
.sidebar .widget_categories li {
    position: relative;
    margin: 20px 0;
    padding-bottom: 5px !important;
    background-color: #272727;
    padding: 12px 20px!important;
    border-radius: 10px;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.seabreeze_contact_widget_wrapper) > li:last-child, 
.widget ul > li ul > li:last-child {
     padding-bottom: 12px !important; 
}
ul.tm-recent-post-list > li{
    padding: 25px 0!important;
    border-bottom: 1px solid var(--tm-bordercolor)!important;
}
.sidebar .widget ul.tm-recent-post-list > li:first-child{padding-top: 0!important;}
.sidebar .widget ul.tm-recent-post-list > li:last-child{
    padding-bottom: 0!important;
    border-bottom: 1px solid transparent!important;
}

.sidebar ul.tm-recent-post-list > li img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

ul.tm-recent-post-list > li > a {
    display: block;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    color:var(--tm-whitecolor);
    padding-top: 5px;
}
ul.tm-recent-post-list > li .post-date {
    display: block;
    font-size: 14px;
    padding-bottom: 2px;
    color:var(--tm-whitecolor);
    padding-top: 5px;
}
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 7px 25px;
    margin: 0 5px 10px;
    border: 1px solid #272727;
    border-radius: 6px;
    font-size: 14px !important;
    background-color: #272727;
    font-weight: 500;
    color:var(--tm-whitecolor);
}
.sidebar.widget-area .widget.widget_media_image {
    background: transparent;
}

/*blog-common-css*/
body.blog #content-inner, body.single-post #content-inner, body.author #content-inner, body.tag #content-inner, body.archive #content-inner, body.archive #content-inner {
    overflow: hidden;
}
.themetechmount-sidebar-true.themetechmount-sidebar-right .site-content-inner, .themetechmount-sidebar-true.themetechmount-sidebar-left .site-content-inner {
    position: relative;
}
.single-post .themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line a,
 .themetechmount-blog-box-view-left-image2 .tm-entry-meta .tm-meta-line a{
    color:var(--tm-whitecolor);
}
.logged-in-as a:hover{color:var(--tm-skincolor);}

.wp-block-image img{border-radius: 10px;}
.tm-author-social-links li a {
    background-color: rgb(255 255 255 / 5%);
}
.single-post .tm-post-prev-next-buttons{display: none;}
.author-info {
    padding: 10px 0px 30px;
    position: relative;
    border-bottom: 1px solid var(--tm-bordercolor);
}
/*========================================*/
 .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 {
    display: block;
    background-color: #18191a;
    margin-top: 50px;
    border-bottom: 1px solid var(--tm-bordercolor);
    padding-bottom: 50px;
}
 .tm-box-col-wrapper:first-child .themetechmount-box-blog.themetechmount-blog-box-view-left-image2{margin-top: 0;}
 .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .post-item .themetechmount-box-content-wrapper {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .themetechmount-box-img-left {
    padding-left: 0;
    padding-right: 0px;
}
 .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
}
 .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper .tm-post-featured-link-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-box-content.col-md-6 {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

 .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper .themetechmount-box-img-left.col-md-6,
 .multi-column-row .tm-box-col-wrapper:nth-child(odd) .post-item .themetechmount-box-content-wrapper .themetechmount-box-content.col-md-6{
    padding-left: 15px;
}
 .multi-column-row .tm-box-col-wrapper:nth-child(odd) .post-item .themetechmount-box-content-wrapper .themetechmount-box-img-left.col-md-6,
 .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper .themetechmount-box-content.col-md-6{
    padding-right: 15px;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line i{display: none;}
/*========================================*/

.themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .post-item{box-shadow: unset;}
 .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .post-item>.themetechmount-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent;
    margin-bottom: 60px;
    box-shadow: unset;
}
.multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item  .themetechmount-box-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.themetechmount-blog-box-view-left-image2 span.tm-meta-line.posted-on {
    position: relative;
    margin-top: 0;
    display: inline-block;
    padding-bottom: 13px;
    color: var(--tm-whitecolor);
    padding: 16px 12px;
    border: 1px solid var(--tm-whitecolor);
    border-radius: 10px;
    margin-bottom: 10px;
}
 .themetechmount-blog-box-view-left-image2 span.tm-meta-line.posted-on .tm-month{
    position: relative;
    display: inline-block;
     top: 10px;
     font-size: 12px;
}
 .themetechmount-blog-box-view-left-image2 span.tm-meta-line.posted-on .tm-date {
    position: relative;
    display: inline-block;
    top: -10px;
    font-size: 18px;
}
.themetechmount-blog-box-view-left-image2 span.tm-meta-line.posted-on span:first-child::after{
    position: absolute;
    content: "";
    height: 32px;
    width: 1px;
    background-color: var(--tm-bordercolor);
    transform: rotate(39deg);
    top: 8px;
    left: 15px;
}
.themetechmount-blog-box-view-left-image2 .themetechmount-box-content h4{
    font-size: 26px;
    line-height: 34px;
    margin:15px 0 5px;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-box-content h4 a{
    color: var(--tm-whitecolor);
}

 .themetechmount-blog-box-view-left-image2 .themetechmount-box-content h4 a:hover{
    color: var(--tm-skincolor);
}

 .themetechmount-blog-box-view-left-image2 .tm-entry-meta-wrapper {
    margin: 0px;
    font-size: 14px;
    padding: 0px 2px 1px 0px;
    margin-top: 15px;
    margin-bottom: 10px;
}

 .themetechmount-blog-box-view-left-image2 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--tm-bordercolor);
    transform: rotate(20deg);
    top: 2px;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child:after {
    content: unset;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-box-desc-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-blogbox-footer-readmore a {
    position: relative;
    border-radius: 0px;
    padding: 12px 43px;
    font-size: 18px;
    border: 1px solid  var(--tm-whitecolor);
    border-top: transparent;
    color:var(--tm-whitecolor);
    margin-top: 8px;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-blogbox-footer-readmore a:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    background-color:var(--tm-whitecolor);
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-blogbox-footer-readmore a:hover::before {
    width: 100%;
}
 .themetechmount-blog-box-view-left-image2 .themetechmount-blogbox-footer-readmore a:after{content: unset;}

/*single blog*/
.single article.themetechmount-box-blog-classic{
    margin-bottom: 70px;
    background-color: #18191a;
    border:1px solid var(--tm-bordercolor);
    padding: 40px 35px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content{padding: 0;}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content,
.single-post .themetechmount-box-blog-classic .post-item > .tm-blog-classic-box-content {
     background-color: #18191a;
 }
.single-post article.themetechmount-box-blog-classic .tm-post-featured-wrapper {
    border-radius: 10px;
}

/*.single-post .post.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.posted-on{display:inline-block;}*/

.single-post .themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
    background-color:var(--tm-bordercolor);
}
.single-post .themetechmount-box-blog-classic .tm-entry-meta-wrapper {
    margin: 0px;
    font-size: 14px;
    padding: 10px 2px 20px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.single-post .single-title{
    margin-top: 40px;
    margin-bottom: 25px;
}
.single-post .blockquote-wrapper{
    display: block;
    background: var(--tm-secondary);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
    font-weight: 400;
    margin: 35px 0 35px 0px;
    font-size: 16px;
    min-height: 100px;
    line-height: 30px;
    font-style: italic;
    color: var(--tm-whitecolor);
}
.single-post .blockquote-wrapper .blockquote-img .wp-block-image img {
    min-width: 127px;
    border-radius: 10px;
}
.single-post .blockquote-wrapper .blockquote-content{

}
.single-post .blockquote-wrapper .blockquote-img,
.single-post .blockquote-wrapper .blockquote-content{
    display: table-cell;
    vertical-align: middle;
}
.single-post .themetechmount-box-blog-classic .tm-social-share-wrapper {
    float: unset;
}
.single-post .blockquote-wrapper .blockquote-content {
    padding-left: 30px;
}
.single-post .blockquote-wrapper .blockquote-content h3{
   font-size: 22px;
   line-height: 30px; 
}
.single-post .blockquote-wrapper .blockquote-content p{margin-bottom:3px;color:var(--body-fonts-color);}
.single-post .blockquote-wrapper .tm-social-share-links ul li a i{font-size: 10px; color: var(--tm-whitecolor);}
.single-post .blockquote-wrapper .tm-social-share-links ul li a{
    height: 24px;
    width: 24px;
    line-height: 20px;
    color: var(--tm-whitecolor);
    border: 1px solid transparent;
    border-radius: 6px;
}
.single-post .tm-social-share-links ul li.tm-social-share-facebook a{background-color: #3b5998;}
.single-post .tm-social-share-links ul li.tm-social-share-twitter a{background-color: #1da1f2;}
.single-post .tm-social-share-links ul li.tm-social-share-gplus a{background-color:#db4a39;}
.single-post .tm-social-share-links ul li.tm-social-share-pinterest a{background-color: #e40000;}
.single-post .blockquote-wrapper:before {
    content: '';
    background-color: rgb(255 255 255 / 5%);
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    display: block;
    right: 30px;
    position: absolute;
    top: 100px;
    width: 84px;
    height: 84px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}

.single-post .tm-post-prev-next-buttons .tm-vc_general {
    position: relative;
    border-radius: 0px;
    padding: 12px 43px;
    font-size: 18px;
    border: 1px solid  var(--tm-whitecolor);
    border-top: transparent;
    color: var(--tm-whitecolor);
    margin-top: 8px;
    background-color: transparent;
}
.single-post .tm-post-prev-next-buttons .tm-vc_general:hover{background-color: transparent;}
.single-post .tm-post-prev-next-buttons .tm-vc_general:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    background-color: var(--tm-whitecolor);
}
.single-post .tm-post-prev-next-buttons .tm-vc_general:hover::before {
    width: 100%;
}
.single-post .tm-post-prev-next-buttons {
    border-bottom: 1px solid var(--tm-bordercolor);
    border-top: 1px solid var(--tm-bordercolor);
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.single-post textarea,.single-post input[type="text"] {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid var(--tm-bordercolor);
}
.single-post textarea:focus,.single-post input[type="text"]:focus {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid var(--tm-skincolor);
}
.single-post textarea::-webkit-input-placeholder,
.single-post input::-webkit-input-placeholder {
    color: var(--tm-whitecolor);   
}
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
    text-transform: uppercase;
}
.single-post .comment-form p.form-submit .submit {
    padding: 15px 30px;
    background-color: unset;
    font-size: 18px;
    border: 1px solid;
    border-top: transparent;
}
.single-post .comment-form p.form-submit .submit:hover{background-color: unset;}
.single-post .comment-form p.form-submit{
    position: relative;
    display: inline-block;
    max-width: 151px;
    max-height: 50px;
    padding-top: 0;
}

.single-post .comment-form p.form-submit:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    background-color: var(--tm-whitecolor);
}

.single-post .comment-form p.form-submit:hover::after {
    width: 100%;
}

.single-post .comment-form p.form-submit .submit{
    padding: 15px 30px;
}


/*footer*/
.site-footer .col-sm-6.first-widget-area {
    padding-right: 15px;
}
.footer .first-footer.tm-textcolor-white .first-footer-inner {
    border-bottom: 1px solid transparent;
}
.site-footer .col-sm-6.first-widget-area:after{content: unset;}

.working-time .tm-opening-hours-list li p{
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
}
.working-time .tm-opening-hours-list li{
    display: inline-block;
    width: calc( 50% - 5px);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    padding-bottom: 5px!important;
    color: var(--tm-whitecolor);
}
.working-time .tm-opening-hours-list li:nth-child(odd) {
    padding-right: 20px;
}
.working-time .tm-opening-hours-list li:nth-child(even){
    padding-left: 70px;
}
.working-time .tm-opening-hours-list li a{
    color:var(--tm-whitecolor);
}
.working-time .tm-opening-hours-list li a:hover{
    color: var(--tm-skincolor);
}
.tm-custom-widgets {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.tm-address{margin-bottom: 25px;}
.tm-address p a,
.tm-address p{
   color:var(--body-fonts-color); 
   margin-bottom: 0;
}

.tm-address p a:hover{color:var(--tm-skincolor);}

.wpcf7-form .ttm-contactusform-footer  .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 20px;
    display: block;
    padding-top: 13px;
}

.ttm-contactusform-footer input[type="text"],.ttm-contactusform-footer input[type="date"]{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--tm-bordercolor);
    color: var(--tm-whitecolor);
    padding: 10px 15px;
    padding-left: 0;
}
.ttm-contactusform-footer input[type="date"]:focus,.ttm-contactusform-footer input[type="text"]:focus {
    background-color: transparent;
    border-bottom: 1px solid var(--tm-skincolor);
}

.ttm-contactusform-footer textarea::-webkit-input-placeholder,
.ttm-contactusform-footer input::-webkit-input-placeholder {
    color: var(--tm-whitecolor);   
}

.site-footer .first-footer-inner .col-sm-5.first-widget-area .tm-footer-contactform{
    background-color: var(--tm-secondary);
    padding: 50px 50px 20px; 
}

.footer .tm-footer-contactform.enhanced-text-widget h3.widget-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tm-contact-form  .select2-container--default .select2-selection--single,.tm-contactform_adv01 .select2-dropdown {
    border-color: rgb(0 0 0 / 0%);
    background-color: transparent;
    color: var(--tm-whitecolor);
    border-bottom: 1px solid var(--tm-bordercolor)!important;
    height: 50px;  
}
 .tm-contact-form .select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border-color: transparent!important;
    border-bottom-color: var(--tm-bordercolor)!important;
}
 .tm-contact-form .select2-results__option{
    color: var(--tm-secondary);
}
.tm-contact-form  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    font-size: 14px;
    
}
.select2-container--default .select2-results__option[aria-selected] {
   font-size: 14px; 

}
 .select2-container--default .select2-results__option--highlighted[aria-selected],
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: white;
    font-size: 14px;
}
.select2-results {
    background-color: var(--tm-secondary)!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.05);
}
 .select2-container--default .select2-selection--single,
 .select2-dropdown {
    border: 1px solid var(--tm-bordercolor);
}
  .select2-results,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--tm-secondary);
}
 .select2-search--dropdown{padding: 0;}
 .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

input[type="date" i]::-webkit-calendar-picker-indicator,
input::-webkit-calendar-picker-indicator {
    filter: invert(1)
}
.wpcf7-date{position: relative;}
.tm-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow:after{
    content: '>';
    color:var(--tm-whitecolor);
    right: 11px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
    font-size: 17px;
}
.ttm-contactusform-footer .tm-contact-btn.tm-btn-style-style2{
   margin-top: 30px;
}
.tm-footer-heading h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 15px;
    font-size: 15px;
    padding-bottom: 20px;
}
ul.footer-nav-menu li:after{
    content: unset;
}
.footer .footer-rows .first-footer .first-footer-inner {
    padding: 27px 0 50px;
}
.tm-footer2-left, .tm-footer2-right {
    padding-top: 50px;
    padding-bottom: 16px;
    font-size: 16px;
}
.footer .first-footer .widget-area .footer-heading-subheading{padding-bottom: 20px!important;}
.footer .first-footer .widget-area .tm-working-time.enhanced-text-widget{
    padding-top: 30px!important;
}
.tm-appgroup-box img {
    min-width: 255px;
    height: 43px;
}

.footer .tm-footer2-left span {
    color: #6a6a6a;
}
.bottom-footer-text.tm-bgcolor-custom.tm-textcolor-white .tm-footer2-left a{
    color: var(--tm-whitecolor);
}
.bottom-footer-text.tm-bgcolor-custom.tm-textcolor-white .tm-footer2-left a:hover{
    color: var(--tm-skincolor);
}

/*tm-testimonial-box-view-style5*/
.tm-testimonial-box-view-style5 .themetechmount-box-desc {
    position: relative;
    padding: 0px 20px 20px 0px;
    text-align: left;
    font-size: 26px;
    line-height: 50px;
    font-weight: 400;
    font-style: italic;
}
.tm-testimonial-box-view-style5 .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: '';
    background-color: var(--tm-whitecolor);
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    display: block;
    left: 0px;
    position: absolute;
    top: 7px;
    width: 31px;
    height: 31px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}
.tm-testimonial-box-view-style5 .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    z-index: 1;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    margin: 0px 0px 20px;
    text-align: left;
    color:var(--tm-whitecolor);
    padding: 0;
    text-indent: 50px;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tm-testimonial-box-view-style5 .themetechmount-author-name {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
    color:var(--tm-whitecolor);
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
}
.tm-testimonial-box-view-style5 .themetechmount-box-title .themetechmount-box-footer {
    font-size: 14px;
    line-height: 24px;
    color:var(--tm-whitecolor);
    text-align: left;
}


/*header*/

h3.contact-number a {
    font-size: 24px;
    line-height:24px;
    color:var(--tm-whitecolor);
}
.tm-header-contactbox {
    line-height: 30px;
    text-align: right;
}
.tm-header-contactbox span {
    font-size: 13px;
    line-height: 26px;
    color:rgb(255 255 255 / 67%);
    font-family: var(--general-fontfamily);
}

.tm-header-style-classic.tm-header-overlay .tm-header-appointment-btn-wrapper{
    position: relative;
    float: right;
}
.tm-header-appointment-btn-wrapper .elementor-widget-button{z-index: 2;}
.tm-header-appointment-btn-wrapper .tm-btn-shape-square.elementor-element.elementor-widget-button:not(.tm-button-custom-padding) .elementor-button {
    padding: 13px 21px;
    margin-left: 35px;

}
.tm-header-appointment-btn-wrapper:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 8px;
    top: 0;
    background-color: var(--tm-bordercolor);
}

.main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
    display: block;
    margin-bottom: 70px;
    margin-top: 50px;
    text-align: center;
}


/*gradiant-=shadow*/
.bottom-footer-text .bottom-footer-bg-layer{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: transparent;
    width: auto;
    color: var(--tm-skincolor);
    top: -20%;
    z-index: 0;
    font-size: 750px;
}

.bottom-footer-text .bottom-footer-bg-layer:before {
    content: '';
    position: absolute;
    top: -85%;
    bottom: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 .25em .325em currentColor;
    border-radius: 50%;
	right: -8%;
    opacity: 0.20;
}

/*404 error page*/

section.error-404 .search-form .search-field {
    padding-right: 40px;
}
section.error-404 {
    padding: 180px 0px 90px;
    text-align: center;
}
.error404 .site-content-wrapper{
    margin-bottom: 63px;
}
section.error-404 .search-form .search-submit {
    height: 49px;
    background-image: url(../images/findicon.png);
    background-color: #fff;
    opacity: 1;
}
/*responsive*/

@media (min-width: 1340px){ 
    .container  {
        width: 1330px;
    }
    body .elementor-section.elementor-section-boxed > .elementor-container,
     .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1300px;
    }
    .site-footer .first-footer-inner .col-sm-7.first-widget-area:first-child{
        padding-right: 50px;
    }
    .tm-header-style-classic.tm-header-overlay .site-header-main.container-fullwide {
        padding-left: 70px;
        padding-right: 70px;
    }

}

@media (max-width: 1550px){
.tm-header-overlay .tm-header-text-area {
    display: none; 
}	
}
@media (max-width: 1340px){
    .tm-menulist-content-wrapper .tm-price span.tm-dish-Price {
        margin-left: 0;
    }
    
    div.tm-titlebar-wrapper {
        background-position: center center!important;
        background-size: cover!important;
    }
    .tm-header-appointment-btn-wrapper:before,
    .tm-header-text-area{display: none;}
    .tm-header-appointment-btn-wrapper .tm-btn-shape-square.elementor-element.elementor-widget-button:not(.tm-button-custom-padding) .elementor-button {
        margin-left: 0;
    }
	.tm-image-box-style1 .elementor-image-box-title {
		font-size: 75px;
		line-height: 75px;
	}
}
@media (min-width: 1200px){
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > a,
.tm-headerstyle-classic-overlay .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a {
    padding: 0px 0 0px 0 !important;
    margin: 0 20px 0 20px;
}
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > ul{
    position: absolute;
    z-index: 888;
    right: auto;
    left: -10%;
    display: block;
    overflow: hidden;
    visibility: hidden;
    min-width: 180px;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: top 0s ease .25s,opacity .25s cubic-bezier(.32,.74,.57,1),margin .25s cubic-bezier(.32,.74,.57,1) .25s;
    transition: top 0s ease .25s,opacity .25s cubic-bezier(.32,.74,.57,1),margin .25s cubic-bezier(.32,.74,.57,1) .25s;
    opacity: 0;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
    border:none;      
}
ul.nav-menu li ul li a, div.nav-menu > ul li ul li a,
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > ul > li.mega-menu-item > a {
     color: rgb(255 255 255 / 40%);
}
.tm-header-style-classic.tm-header-overlay .tm-dmenu-active-color-custom #site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_item > a, 
.tm-header-style-classic.tm-header-overlay .tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li.current-menu-item > a, 
.tm-header-style-classic.tm-header-overlay .tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li.mega-current-menu-item > a, 
.tm-header-style-classic.tm-header-overlay .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li:hover > a, 
.tm-header-style-classic.tm-header-overlay #site-header-menu #site-navigation div.nav-menu > ul ul li:hover > a,
.tm-header-style-classic.tm-header-overlay .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:hover > a {
    color:var(--tm-whitecolor);
}
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li:hover > ul{
    z-index: 556;
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% + 10px);
    left: 0;
    top: -10px;
    background-color: transparent;
}
.tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li:hover  ul{
    bottom: auto;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: top 0s ease 0s,opacity .25s cubic-bezier(.32,.74,.57,1),margin .25s cubic-bezier(.32,.74,.57,1) 0s;
    transition: top 0s ease 0s,opacity .25s cubic-bezier(.32,.74,.57,1),margin .25s cubic-bezier(.32,.74,.57,1) 0s;
    opacity: 1;
}
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a,
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a,
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a {
    color: var(--tm-whitecolor);
}

    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > a:after,
    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a:after,
    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 30px;
    width: 0;
    margin: auto;
    background-color: var(--tm-whitecolor);
    height: 2px;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    }
    
    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a:after,
    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item  > a:after,
    .tm-headerstyle-classic-overlay #site-header-menu #site-navigation div.nav-menu > ul > li > a:hover:after{
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -webkit-transform: scale(1,1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        width: 100%;
    }
    .tm-headerstyle-classic-overlay .is_stuck #site-header-menu #site-navigation div.nav-menu > ul > li > a:after{
        bottom: 20px;
    }

   div.tm-titlebar-wrapper {
         background-position: center!important; 
         background-size: cover!important; 
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .entry-title-wrapper {
        margin-top: -75px;
    }

}
@media (min-width: 992px){
    .themetechmount-sidebar-right #sidebar-right.widget-area.col-md-3 {
        width: 33.33333333%;
    }
    .themetechmount-sidebar-right #primary.content-area.col-md-9 {
        width: 66.66666667%;
    }
}
@media (max-width: 1200px){
    .tm-header-style-classic.tm-header-overlay .tm-header-appointment-btn-wrapper {
        top: -70px;
        right: 0px;
    }
    .elementor-section:not(.tm-laltop-pddefault) .elementor-column .elementor-widget-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .elementor-section .elementor-inner-section:not(.tm-laltop-pddefault) .elementor-column.elementor-inner-column .elementor-widget-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container {
        width: 100%;
      }
    .tm-header-appointment-btn-wrapper:before,
    .tm-header-text-area{display: none;}
    .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        height: 250px;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper, .tm-header-style-infostack .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper {
        margin-top: -110px;
    }
    .bottom-footer-text .bottom-footer-bg-layer,
    .tm-section-hili-dot.tm-hilidot-left {
        color: transparent!important;
    }
}
@media (max-width: 1024px){
    .tm-box-col-wrapper  .tm-testimonial-box-view-style4 {
        padding: 35px 30px 15px 30px;
    }
    .tm-menu-bottom-text:before, .tm-menu-bottom-text:after{width: 25%;}
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper:before,
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper:after{
        content: unset;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper{
       border-bottom: 0px;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper, .tm-header-style-infostack .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper {
        margin-top: -90px;
    }
    .tm-element-heading-content-wrapper {
        margin-bottom: 20px;
    }
	.elementor-section .elementor-inner-section.tm-col-padding-zero-1024 .elementor-column.elementor-inner-column .elementor-widget-wrap {
		padding-left:0px!important;
		padding-right: 0px!important;
	}
}
@media (max-width: 991px){
    .container.tm-container-for-footer {
        width: 100%;
    }
    .tm-element-content-heading {
        font-size: 35px;
        line-height: 45px;
    }
    .tm-element-heading-content-wrapper .tm-element-subheading {
        font-size: 30px;
        line-height: 40px;
    }
    .themetechmount-iconbox-styleone h2.tm-custom-heading {
        padding: 20px 0px 0 0;
    }
    .site-footer .first-footer-inner .first-widget-area{
        width: 100%;
    }
    .tm-menu-bottom-text:before, .tm-menu-bottom-text:after{width: 0;}
    .tm-address p {
        padding-left: 15px;
        padding-top: 3px;
    }
    .tm-address {
        margin-bottom: 15px;
        display: flex;
    }
    .footer .first-footer .widget-area .footer-heading-subheading {
        padding-bottom: 10px!important;
    }
    .footer .first-footer .widget-area .tm-working-time.enhanced-text-widget {
        padding-top: 0px!important;
        padding-bottom: 0px;
    }
    .enhanced-text-widget .tm-element-content-heading {
        font-size: 40px;
        line-height: 50px;
    }
    .tm-footer2-left, .tm-footer2-right {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 16px;
    }
    .tm-footer-heading h3 {
        margin-bottom: 10px;
    }
    .footer-nav-menu li {
        padding-bottom: 30px;
    }
    .site-footer .first-footer-inner .col-sm-5.first-widget-area:nth-child(2) {
        padding: 20px 15px 20px;
    }
    .tm-appgroup-box img {
        margin-right: 0px;
    }
    .tm-titlebar h1.entry-title{
        font-size: 40px;
        line-height: 50px;
    }
    .themetechmount-menulist-wrapper.tm-menulist-style2 {
        margin-top: 0;
    }
    .single-tm_team_member .themetechmount-team-member-single-featured-area {
        padding:25px 0px 60px 0px;
		width: 100%;
    }
    .single-tm_team_member .themetechmount-team-member-single-content-area {
        padding: 60px 0px 60px 15px;
        margin-left: 0px;
		width: 100%;
    }
	.single-tm_team_member .themetechmount-team-member-single-content-area {
		overflow: hidden;
	}	
    .tm-element-heading-content-wrapper br {display: none!important;}
}
@media (max-width: 767px){
    .tm-header-style-classic.tm-header-overlay .tm-header-appointment-btn-wrapper {
        display: none;
    }
	.single-tm_team_member .themetechmount-team-member-single-content-area .tm-team-member-title {
		padding-left: 15px;
	}
    .themetechmount-element-testimonialbox-style-4 .themetechmount-boxes-row-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .working-time .tm-opening-hours-list li {
        display: flex;
        width: 100%;
    }
    .working-time .tm-opening-hours-list li p {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 10px;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper, .tm-header-style-infostack .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar-main > .container .tm-titlebar-main-inner .entry-title-wrapper {
        margin-top: -60px;
    }
    .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper .container:before{
        margin-left: 0px;
        left: 100%;
    }
    .tm-titlebar-bcrumb-bottom.themetechmount-sidebar-true .site-main {
        padding-top: 51px;
    }
    .single-tm_team_member .themetechmount-team-member-single-content-area:before{right: 0;}
    .single-tm_team_member .themetechmount-team-member-single-content-area {padding: 60px 0px 60px 0px;}
	.tm-marquebox-style1 ul.marquebox-list li {
		margin-left: 25px;
		margin-right: 25px;
		font-size: 45px;
		line-height: 55px;
	}
	.tm-marquebox-style1 {
		animation: tm-marque-text 15s linear infinite;
	}
    .working-time .tm-opening-hours-list li:nth-child(even) {
        padding-left: 0;
    }
}
@media (max-width: 650px) {
    .tm-menulist-content.tm-wrap-cell {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .themetechmount-menulist-wrapper.tm-menulist-style1 .tm-menulist-content {
        display: block;
        padding: 20px 0;
    }
	.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border:before,
	.tm-menulist-style2 .tm-menulist-content-wrapper .tm-border:after {
		content:unset;
	}
	.tm-marquebox-style1 ul.marquebox-list li {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 35px;
		line-height: 45px;
	}
}
@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-style2 .tm-menulist-content.tm-wrap-cell {
        padding-left: 0;
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    .tm-menulist-style2 .tm-dish-image.tm-dish-icon-type-image img {
        max-width: 100%;
    }
    .tm-menulist-content-wrapper .tm-price {
        float: unset;
    }
    .themetechmount-food-ingredient {
        padding-top: 0px;
    }
    .tm-address {
    margin-bottom: 15px;
    display:block;
    }
    .tm-address h4{margin-bottom: 0;} 
    .tm-address p {padding-left: 0;}
    .working-time .tm-opening-hours-list li:nth-child(even) {padding-left: 0px;}
    .tm-image-box-style1 .elementor-image-box-title {
        font-size: 55px;
        line-height: 55px;
    }
    .tm-box-col-wrapper  .tm-testimonial-box-view-style4 {
        padding: 30px 0px 0px 0px;
        border-color: transparent;
        border-style: none;
        margin-bottom: 0;
    }
    .tm-testimonial-box-view-style4 .themetechmount-box-wrapper .themetechmount-testimonial-text{ padding:0px;margin-bottom: 0;}
    .tm-testimonial-box-view-style4 .themetechmount-box-img.tm-wrap-cell{vertical-align: middle;}
    .themetechmount-box-desc.tm-wrap {display: block;}
    .themetechmount-boxes-testimonial .themetechmount-box-author .themetechmount-box-title {
        padding-top: 0;
        margin-left: 0px;
        display: block;
    }
    .tm-testimonial-box-view-style4 .themetechmount-ratting-star {
        padding-top: 0;
        float: unset;
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
    .tm-footer2-left, .tm-footer2-right {padding-top: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.elementor-section.elementor-top-section.tm-column-break-ipad-yes .elementor-column{
		width: 100% !important;
	}
	.elementor-section.tm-column-break-ipad-yes .elementor-inner-column{
		width: 100% !important;
	}

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.themetechmount-team-member-single-content-area .tm-team-member-content {
    padding: 0;
}
}
body .tm-special-heading  h1 {
    font-size: 23vw !important;
	line-height:23vw !important
}
.tm-results-post ul.tm-recent-post-list > li > a, .tm-results-page .tm-list-li-content a, .tm-sresults-first-row ul.tm-recent-post-list > li > a, .tm-sresults-first-row .tm-list-li-content a {
    color: #ffffff;
}
.tm-search-select-box .select2-container--default .select2-selection--single {
    padding-left: 15px;
}
.tm-sresult-form-wrapper .search-form:after {
    top: 4px;
}
.tm-sresults-title small a {
    margin-top: 15px;
}
@media (max-width:520px){	
.tm-sresults-title small a {
position: unset;
    display: inline-block;
}
}
	
	@media (max-width: 991px) {
.tm-sresult-form-wrapper .search-form:after {
    top: 0px !important;
}
		.blog .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .post-item .themetechmount-box-content-wrapper,
	.blog .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper {
    display: block;
}
.blog .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper .themetechmount-box-img-left.col-md-6, .blog .multi-column-row .tm-box-col-wrapper:nth-child(odd) .post-item .themetechmount-box-content-wrapper .themetechmount-box-content.col-md-6 {
    padding-left: 0;
}
.blog .multi-column-row .tm-box-col-wrapper:nth-child(odd) .post-item .themetechmount-box-content-wrapper .themetechmount-box-img-left.col-md-6, .blog .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper .themetechmount-box-content.col-md-6,
.blog .multi-column-row .tm-box-col-wrapper:nth-child(even) .post-item .themetechmount-box-content-wrapper .themetechmount-box-img-left.col-md-6, .blog .multi-column-row .tm-box-col-wrapper:nth-child(odd) .post-item .themetechmount-box-content-wrapper .themetechmount-box-content.col-md-6 {
    padding-left: 0;
	    padding-right: 0;
}
.blog .themetechmount-box-blog.themetechmount-blog-box-view-left-image2 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    height: 250px;
}
.blog .themetechmount-blog-box-view-left-image2 .themetechmount-box-content.col-md-6 {
    padding-top: 25px;
}	
		
		
}
.search-results .themetechmount-box-service,
.search-results .themetechmount-box-events .themetechmount-post-item {
    margin-bottom: 30px;
}
@media (max-width: 767px){
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-default .breadcrumb-wrapper {
    transform: unset;
    left: 0;
    width: auto;
    margin: 0 auto;
    right: 0;
}
}

@media (max-width:420px) {
.single-post .tm-titlebar h1.entry-title {
    font-size: 30px;
    line-height: 40px;
}
	.author-info .author-avatar {
    display: none;
}
	.tm-author-social-links {
    margin-left: 0;;
}
}

.elementor-widget-tm_tabbox_element .themetechmount-menulist-wrapper .tm-menulist_wrap:last-child {
    margin: 30px 0;
}
.themetechmount-teambox-view-style2 .themetechmount-box-content {
    background-color:var(--tm-secondary);
}
.widget_categories .cat-item a:after {
    content: '\e82f';
    font-family: "tm-seabreeze-icons";
}